body{
margin: 0;
padding: 0;
box-sizing: border-box;  
font-family: 'plus-jakarta-sans';
font-size: var(--font-md); 

}
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'plus-jakarta-sans';
    src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-VariableFont_wght.ttf') format('opentype');
}
:root { 
--white: #ffffff; 
--black: #000; 
--transparent: transparent; 
--primary-dark: #162974; 
--primary-light: #F1F2F7;  

--font-heading1: 50px;
--font-heading2: 40px;
--font-heading3: 36px;
--font-heading4: 24px; 
--font-lg: 20px;
--font-md: 16px;
--font-sm: 14px;
--font-xsm: 12px;
} 
button:focus,
button:active {
  outline: none;
  box-shadow: none;
  border: none;
}
.primary-text{
    color: var(--primary-light);
}
.dark-text{
color: var(--primary-dark);
} 
.light-text{
color: var(--white);
}
.light{
opacity: 80%;
}
.heading1 {
font-size: var(--font-heading1);
letter-spacing: -1.5px;
}
.heading2 {
font-size: var(--font-heading2);
letter-spacing: -0.5px;
}
.heading3 {
font-size: var(--font-heading3);
}
.heading4 {
font-size: var(--font-heading4);
letter-spacing: -0.5px;
}
.text-xsm {
font-size: var(--font-xsm);
} 
.text-sm {
font-size: var(--font-sm);
} 
.text-md {
font-size: var(--font-md);
} 
.text-lg {
font-size: var(--font-lg);
} 
.thin{
font-weight: 100;
}
.extra-light{
font-weight: 200;
}
.light{
font-weight: 300;
}
.regular{
font-weight: 400;
}
.medium{
font-weight: 500;
}
.semibold{
font-weight: 600;
}
.bold{
font-weight: 700;
} 
.extra-bold{
font-weight: 800;
} 
.black{
font-weight: 900;
} 

.container{
max-width:1120px;
padding-right: 25px;
padding-left: 25px;
}
p{ 
line-height: 125%;
}
h1,h2,h3,h4,h5,h6,p{
margin: 0;
padding: 0;
}
h1,h2,h3,h4,h5,h6{
font-family: 'plus-jakarta-sans';
font-optical-sizing: auto; 
font-style: normal;
}
p{
font-family: 'plus-jakarta-sans';
font-optical-sizing: auto; 
font-style: normal;
}
a,a:hover{
text-decoration: none; 
transition: all 0.6s;
color: inherit;
}
.button01{
      background-color: var(--primary-dark);
      color:var(--primary-light);
      font-size: 16px;
      font-optical-sizing: auto;
      font-style: normal;
      line-height: 20px;
      padding: 18px 30px;
      border-radius: 100px;
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      -ms-border-radius: 1000px;
      -o-border-radius: 1000px;
      text-transform: capitalize;
      letter-spacing: 0;
      font-weight: 600;
      text-align: center;
}
.button01:hover{
background-color: var(--primary-light);
color: var(--primary-dark);
text-decoration: none;
}

.button02{
      background-color: var(--primary-light);
      color:var(--primary-dark);
      font-size: 16px;
      font-optical-sizing: auto;
      font-style: normal;
      line-height: 20px;
      padding: 18px 30px;
      border-radius: 100px;
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      -ms-border-radius: 1000px;
      -o-border-radius: 1000px;
      text-transform: capitalize;
      letter-spacing: 0;
      font-weight: 600;
      text-align: center;
}
.button02:hover{
background-color: var(--primary-dark);
color: var(--primary-dark)!important;
text-decoration: none;
}


.form-btn{
      background-color: var(--primary-light)!important;
      color: var(--white) !important;
      font-size: 16px!important;
      font-optical-sizing: auto;
      font-style: normal!important;
      line-height: 20px!important;
      padding: 18px 30px!important;
      border-radius: 100px!important;
      -webkit-border-radius: 100px!important;
      -moz-border-radius: 100px!important;
      -ms-border-radius: 100px!important;
      -o-border-radius: 100px!important;
      text-transform: capitalize!important;
      letter-spacing: 0!important;
      font-weight: 600!important;
      text-align: center!important;
}
.form-btn:hover{
background-color: var(--primary-dark)!important;
color: var(--white)!important;
text-decoration: none!important;
}

.nav-button01{
      background-color: var(--primary-light);
      color: var(--white);
      font-size: 16px;
      font-optical-sizing: auto;
      font-style: normal;
      line-height: 20px;
      padding: 10px 30px;
      border-radius: 100px;
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      -ms-border-radius: 1000px;
      -o-border-radius: 1000px;
      text-transform: capitalize;
      letter-spacing: 0;
      border: 1px solid var(--primary-light);
      font-weight: 600;
      text-align: center;
}
.nav-button01:hover{
background-color: var(--primary-dark);
color: var(--white);
text-decoration: none;
}
 
.button02{
      background-color: transparent;
      color: var(--primary-light);
      font-size: 16px;
      font-optical-sizing: auto;
      font-style: normal;
      line-height: 20px;
      padding: 18px 30px;
      border-radius: 100px;
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      -ms-border-radius: 1000px;
      -o-border-radius: 1000px;
      text-transform: capitalize;
      letter-spacing: 0;
      font-weight: 600;
      border: 1px solid var(--primary-light);
      text-align: center;
}
.button02:hover{
background-color: var(--primary-light);
color: var(--white);
text-decoration: none;
}

.button03{
      background-color: var(--white);
      color: var(--primary-light);
      font-size: 16px;
      font-optical-sizing: auto;
      font-style: normal;
      line-height: 20px;
      padding: 18px 30px;
      border-radius: 100px;
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      -ms-border-radius: 1000px;
      -o-border-radius: 1000px;
      text-transform: capitalize;
      letter-spacing: 0;
      font-weight: 600;
}
.button03:hover{
background-color: var(--primary-dark);
color: var(--white);
text-decoration: none;
}
.text-label{
    text-transform: uppercase;
    font-size: var(--font-lg);
    font-weight: 500;
}

.head{
  text-align: center;
  max-width: 753px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
 
  .hero{
      background-image: url('../images/sm5015-02.jpg'); 
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
  }
  .hero-overlay{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,20%);
  }
  .hero-wrapper{
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 15px;
    position: relative;
    z-index: 2;
  }
  .hero-content{
    color: var(--white);
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .hero-text{
    max-width: 500px;
    margin: auto;
  }
  .about{
    padding: 100px 0;
  }
  .about-wrapper{
  grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .about-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
        justify-content: center;
  }
  .about-content-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .about-button{
    display: flex;
    margin-top: 15px;
  }
  .about-image img{
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.highlights{
    background-color: var(--primary-dark);
    padding: 100px 0;
}
.highlights-wrapper{
    display: flex;
    flex-direction: column;
    gap: 60px;
    color: var(--white);
}

.highlights-grid{
     grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.highlights-block-content{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 250px;
  margin: auto;
}
.highlights-block-img{
  width: 120px;
  margin: auto;
}
.highlights-block-img img{
  width: 100%;
}

.whychoose{
  padding: 100px 0;
}
.whychoose-wrapper{
   display: flex;
  flex-direction: column;
  gap: 36px;
}
.whychoose-grid{
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.whychoose-block{
  background-color: #F1F2F7;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.whychoose-block.is{
color: red;
}


.product{
  padding: 100px 0;
  background-color: var(--primary-dark);
}
.product-wrapper{
    display: flex;
    flex-direction: column;
    gap: 60px;
    color: var(--white);
}

.product   .swiper {
      width: 100%;
      height: 100%;
      padding-bottom: 50px;
    }

  .product  .swiper-slide {
      text-align: center; 
      display: flex;
      justify-content: center;
      align-items: center;
    }

  .product  .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 1 / 1;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
}

.certificate{
   padding: 100px 0;
}
.certificate-wrapper{
    display: flex;
    flex-direction: column;
    gap: 60px; 
}





footer{
    background-color: #F1F2F7;
    padding-top: 48px;
    padding-bottom: 48px;
}
.footer-wrapper{
     display: flex;
     gap: 50px;
    justify-content: space-between;
}

.footer-block.one{
display: flex;
flex-direction: column;
gap: 18px;
max-width: 250px;
}
.footer-block-image {
    max-width: 220px;
    width: 100%;
}
.location{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-block.one .footer-block-links{
display: flex;
flex-direction: column;
gap: 13px;
}
.footer-block.one .footer-block-links{
    font-size:var(--font-sm) ;
    color: var(--black);
}
.footer-block.one .footer-block-links p{
    display: flex;
}
.footer-block.one .footer-block-links > div{
    display: flex;
    gap: 5px;
        align-items: flex-start;
}
.footer-block.one .footer-block-links  .footer-block-links-icon{
    width: 20px;
    height: 20px;
    flex: none;
    display: flex;
    align-items: center;
}
.footer-block.two{
display: flex;
flex-direction: column;
gap: 24px;
    max-width: 250px; 
}
.footer-block.two .footer-block-links{
display: flex;
flex-direction: column;
gap: 10px;
font-size: var(--font-sm);
}
.footer-copy{
    background-color: var(--primary-dark);
    padding: 16px 0;
}
.footer-copy-wrapper{
    color: var(--white);
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}
.footer-copy-links{
    display: flex;
    gap: 40px;
}
.footer-copy-links a{
  color: var(--white);
  font-size: var(--font-sm);
}
.footer-copy-links a:hover{
  opacity: 80%;
}
.footer-link{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.footer-link:hover{
    color: var(--primary-light)!important;
}
.footer-block.four {
    display: flex;
    flex-direction: column;
    gap: 24px; 
    max-width: 250px;
}
.footer-block-links a{
  color: var(--black);
}
.footer-block-links a:hover{
  color: var(--black);
  opacity: 80%;
}
.footer-left-grid a{
   color: var(--black);
}
.footer-left-grid a:hover{
  color: var(--black);
  opacity: 80%;
}
.inner-hero{
  padding: 100px 25px;
  background-image: url('../images/sm5006-01.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.inner-hero-overlay{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 20%);
}
.inner-hero h1{
  position: relative;
  z-index: 2;
  color: var(--white);
}



 .inner-about{
    padding: 100px 0;
  }
  .inner-about-wrapper{
  grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.7fr;
    grid-auto-columns: 1fr;
    display: grid;
        align-items: center;
  }
  .inner-about-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
        justify-content: center;
  }
  .inner-about-content-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .inner-about-button{
    display: flex;
    margin-top: 15px;
  }
  .inner-about-image img{ 
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.mission{
  background-color: var(--primary-dark);
  padding: 100px 0;
}
.mission-grid{
  display: flex;
  gap: 50px;
  justify-content: space-around;
}
.mission-block-image{
  width: 100px;
  background-color: rgba(20, 20, 20, 40%);
  height: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  text-align: center;
  margin: auto;
}
.mission-block-image img{
  width: 60px;
}
.mission-block-content{
  max-width: 450px;
  background-color: var(--white);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: -40px;
  height: 90%;
}

.our-story{
  padding: 100px 0;
}
.our-story-wrapper{
      display: flex;
    flex-direction: column;
    gap: 36px;
}
.our-story-content{
  text-align: center;
}

.product-about{
  padding: 100px 0;
}
.product-about-wrapper{
      column-gap: 36px;
    row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.8fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.product-about-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
.product-about-content-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
.product-about-button {
    display: flex;
    margin-top: 15px;
}
.product-about-slider{
max-width: 400px;
}
.product-about-slider   .swiper {
      width: 100%;
      height: 100%;
      padding-bottom: 50px;
    }

.product-about-slider   .swiper-slide {
      text-align: center; 
      display: flex;
      justify-content: center;
      align-items: center;
    }

.product-about-slider  .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 1 / 1;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
}
.products-key{
  padding-bottom: 100px ;
}
.products-key-wrapper{
    column-gap: 0;
    row-gap: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
 .products-key-wrapper.is{
padding: 36px 0;
 }
.products-key-block{
    display: flex;
  flex-direction: column;
  gap:16px;
  width: 100%;
}
.products-key-block ul{
  padding-left: 20px;
}



  
/***************contact***************/
 
  .contact-us-block{
    margin-top: 25px;   
    padding-top: 10px;
    padding-bottom: 10px; 
      max-width: 350px;
      display: flex;
      flex-direction: row;
      gap: 16px;
  }
  .contact-us-block-icon{
    width: 50px;
    flex:none;
    height: 50px;
    background-color: var(--primary-dark);
    border-radius:100px ;
    -webkit-border-radius:100px ;
    -moz-border-radius:100px ;
    -ms-border-radius:100px ;
    -o-border-radius:100px ;
        display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us-block-content{
    display: flex;
      flex-direction: column;
      gap: 8px;
}
  .contact-us-block p{
    color: var(--black);
  }
  .contact-us-block
  p
  a{
    color: var(--black);
  }
  
 
  
  .contact-us-right { 
      padding-left: 25px;
      background: #F1F2F7;
      padding-top: 0; 
      padding-bottom: 25px;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
}
  
   
  .contact-us-right-top p{
    margin-top: -10px;
    color: var(--black); 
  }
   
   
  .contact-us-right-top{
      padding-bottom: 25px;
  } 
  
.myform{
  background: #fff;
  border-radius: 15px;
  padding: 35px 50px;
  -webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
  -moz-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
  box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
  margin-bottom: 50px;
  }
  input[type="text"],     input[type="email"]   {
  position: relative;
  display: block;
  width: 100%;
  color: #a5a5a5;
  line-height: 26px;
  padding: 5px 20px;
  height: 45px;
  font-size: 14px;
  border-radius:8px;
  background: #f4f4f4;
  border: 1px solid #aca7a7;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  margin-bottom: 25px;
  -webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
  -moz-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
  box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
}
  
  textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px!important;
  color: #a5a5a5!important;
  height: 150px!important;
  font-size: 14px;
  resize: none;
  border-radius: 8px!important;
  background: #f4f4f4!important;
  border: 1px solid #aca7a7!important;
  -webkit-transition: all 300ms ease!important;
  -ms-transition: all 300ms ease!important;
  -o-transition: all 300ms ease!important;
  -moz-transition: all 300ms ease!important;
  transition: all 300ms ease!important;
  -webkit-border-radius: 8px!important;
  -moz-border-radius: 8px!important;
  -ms-border-radius: 8px!important;
  -o-border-radius: 8px!important;
  margin-bottom: 25px!important;
  -webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21)!important;
  -moz-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21)!important;
  box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21)!important;
}
  
  *:focus {
  outline: none;
  }
  
  textarea:focus, input:focus{
  outline: none!important;
  }
  .form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; 
  }

  input[type="submit"] {  
  transition: all 0.6s;
  border: none;
    border: 1px solid transparent;
  }
   input[type="submit"]:hover{
  border: 1px solid #162974;
  }
  .contact-us{
    padding: 100px 0;
  }


.certificate-grid{
display: flex;
gap: 50px;
justify-content: center;
}
.certificate-block{
  max-width: 200px; 
  padding:0 25px;
}
.certificate-block img{ 
  overflow: hidden; 
}
  
/* Marquee Styles */
.marquee-container {
    position: relative;
    width: 100%;
}

.marquee-wrapper {
    position: relative;
    width: 100%;
    max-width: 100vw;
}

.marquee {
    position: relative;
    overflow: hidden;
    --gap: 2rem;
    display: flex;
    user-select: none;
    gap: var(--gap);
}

.marquee-group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 30s linear infinite;
}

.marquee-reverse .marquee-group {
    animation-direction: reverse;
    animation-delay: -3s;
}

.marquee-logo-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    background: white;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.marquee-logo-item:hover {
    transform: scale(1.1);
}

.marquee-logo-item img {
    max-width: 150px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.marquee-logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/* Pause on Hover (Optional) */
.marquee:hover .marquee-group {
    animation-play-state: paused;
}

/* Ensure smooth animation */
@media (prefers-reduced-motion: reduce) {
    .marquee-group {
        animation-duration: 60s;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .marquee-group {
        animation-duration: 20s;
    }
    
    .marquee-logo-item {
        padding: 0.75rem 1.5rem;
    }
} 


 .footer-left-grid{
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
 }
 .footer-left-grid img{
  max-width: 20px;
 }
 .footer-left-grid i{
  font-size: 15px;
 }
 .topbar a:hover {
    color: var(--white);
    opacity: 80%;
}
.pro-button{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}
.policy-content{
  padding: 0 15px;
}
.policy-content p{
  font-size: var(--font-md);
  padding-bottom: 10px;
}
.policy-content ul{
  padding-left: 0;
  margin-left: 20px;
}
.policy-content h2{
  font-size: var(--font-heading4);
  padding-bottom: 10px;
  padding-top: 20px;
  font-weight: 600;
}
.policy-content h3{
  font-size: var(--font-heading4);
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}
.policy-content h4{
  font-size: var(--font-heading4);
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}

