:root
{
    --green:green;
    --black:black;
    --blue:blue;
    --lb:rgb(121, 179, 241);
    --navy:rgb(10, 10, 85);
    --boxshadow: 0 .1rem 1rem rgba(0,0,0.1);
    --border:2rem solid rgba(0,0,0.1);
    --outline:1rem solid rgba(0,0,0.1);
    --o:orange;
           

         --primary: #0a0a55;
        --secondary: #00aaff;
        --bg-light: #f4f6f8;
        --text-dark: #333;
        --shadow: 0 4px 15px rgba(0,0,0,0.1);
        --radius: 12px;

}

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    
}
html
{
    font-size: 62.5%;
    overflow: auto;
    scroll-behavior:smooth;
    scroll-padding-top: 7rem;
}
body
{
    background: #eee;
    
}



section
{
    padding: 2rem 9%;
}

.heading{
    text-align: center;
    padding: 2rem 0;

    padding-bottom: 5rem;
    font-size: 3.5rem;
    color: var(--black);
}
.heading span{
    background-color: var(--navy);
    color: white;
    display: inline-block;
    padding: .5rem 3rem;
    clip-path: polygon(100% 0,93% 50%,100% 99%,0% 100%,7% 50%,0% 0%);
}

.header
{
    /* border: 1px solid red; */
    background-color:white;
    justify-content:space-between;
    border: 0px solid;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display:flex ;
    align-items: center;
    box-shadow: var(--boxshadow);
}
.header img{
    padding-left: 10px;
    height: 80px;
    width: 192px;
}

.header .navbar a{
    padding-right: 20px;
    font-size: 22px;
    color: var(--black);
    margin: 1rem;

    /* height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border-radius: .5rem;
    background-color: #eee;
    color: var(--black);
    font-size: 2rem;
    margin-right: .2rem;
    text-align: center;
    cursor: pointer; */
}
.header .navbar a:hover{
color: rgb(233, 126, 33);
}
.icons{
    padding-right: 20px;
}
.icons div{
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border-radius: .5rem;
    background-color: #eee;
    color: var(--black);
    font-size: 2rem;
    margin-right: .2rem;
    text-align: center;
    cursor: pointer;
}
#menu-btn
{
    display: none;
}
.header .navbar.active 
{
    right: 2rem;
    transition: .2s linear;
}
.icons div:hover{
background-color: var(--navy);
color: orange;
}
.search-form{
    position: absolute;
    top: 110%;
    right: -110%;
    width: 50rem;
    height: 4.5rem;
    background-color: white;
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: var(--boxshadow);
}
.search-form.active{
    right: 2rem;
    transition: .2s linear;
}
.search-form input{
    height: 100%;
    width: 100%;
    background: none;
    text-transform: none;
    font-size: 1.6rem;
    color: var(--black);
    padding: 1.5rem;
}
.search-form label{

    font-size: 2.2rem;
    padding-right: 1.5rem;
    color: var(--black);
    cursor: pointer;
}
.search-form label:hover
{
    color:orange;
}

.products .box-container
{

 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(30rem,1fr));
 gap: 1.5em;
 padding-top: 8rem;
 padding-bottom: 2rem;

}

.box-container .box1
{
/* border: 1px solid; */
padding: 3rem 2rem;
/* background-color: white; */
background-color: #eee;
/* outline: var(--black); */
/* outline-offset: -1rem ; */
text-align: justify;
/* box-shadow: black; */
}

/* .box-container .box1:hover
{
    box-shadow: 1px 1px 10px 4px var(--lb);
} */

.box-container .box1 h3
{
    font-size: 3rem;
    line-height: 2;
    color: black;
}




.products .box-container2
{

 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(30rem,1fr));
 gap: 1.5em;
 padding-top: 12rem;
 padding-bottom: 2rem;

}

.box-container2 .box1
{
/* border: 1px solid; */
padding: 3rem 2rem;
/* background-color: white; */
background-color: #eee;
/* outline: var(--black); */
/* outline-offset: -1rem ; */
text-align: justify;
/* box-shadow: black; */
}

/* .box-container .box1:hover
{
    box-shadow: 1px 1px 10px 4px var(--lb);
} */

.box-container2 .box1 h3
{
    font-size: 3rem;
    line-height: 2;
    color: black;
}

/* .box-container.box1 p
{
   font-size: 5rem;
   line-height: 1.5;
   color: black;
   padding: 1rem 0;;
   text-align: justify;
} */


.box
{
border: 1px solid;
padding: 3rem 2rem;
background-color: white;
outline: var(--black);
outline-offset: -1rem ;
text-align: center;
box-shadow: black;
}
.box5
{

padding: 3rem 2rem;
background-color: #eee;
outline: var(--black);
outline-offset: -1rem ;
text-align: center;
box-shadow: black;
}

.box:hover
{
    box-shadow: 1px 1px 10px 4px var(--navy);
}


.box img
{
    margin: 1rem 0;
    height: 230px;
    width: 230px;
}

.box h3
{
    font-size: 2.5rem;
    line-height: 1.8;
    color: black;
}
.box p
{
   font-size: 1.5rem;
   line-height: 1.5;
   color: black;
   padding: 1rem 0;;
}

img
{
   
    height: 230px;
    width: 230px;
}
@media(max-width:991px)
{  html
    {
        font-size: 55%;
    }
    .header
    {
        padding: 2rem;
    }
    section
{
   padding: 2rem ;
}
}


@media(max-width:750px)
{
    .header .navbar
    {
        position: absolute;
        top: 110%;
        right: -110%;
        width: 16.5rem;
        box-shadow: var(--boxshadow);
        border-radius: .5rem;
        background: white;
    }

    #menu-btn
    {
        display: inline-block;
    }
    .header .search-form
    {
        width: 90%;
    }
    .header .navbar a 
    {
        font-size: 2rem;
        margin: 2rem 2.5rem;
        display: block;
    }
}


@media(max-width:450px)
{  html
    {
        font-size: 50%;
    }
    .heading
    {
        font-size: 2.5rem;
    }
    .box2 img
{
    height: 150px;
    width: 150px;
}


}
@media(max-width:350px)
{  html
    {
        font-size: 40%;
    }
        .header .navbar a 
    {
        font-size: 2rem;
        margin: 2rem 2rem;
        display: block;
    }
}
/* .home
{
display: flex;
justify-content: center;

/* background: url(images/bcb1.png); */
/* background-image: url(images/bcb1.png); */

/* background-position: center; */
/* background-size: cover; */
/* padding-top: 20rem;
padding-bottom: 8rem;
}
.content
{
    text-align: center;
    width: 60rem;
}

.home .content h1{
    color: white;
    font-size: 3rem;
    font-family: "Times New Roman", Times, serif;
}
.home .content p{
    padding-top: 1.5rem;
    color: rgb(163, 240, 254);
   
    font-size: 2rem;
    padding-bottom: 1.5rem;
} */ 




.hero {
    padding-top: 20rem;
    position: relative;
    background: url('images/background.png') center/cover no-repeat;
    color: white;
    /* padding: clamp(3rem, 6vw, 6rem) 5%; */
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 6rem;
}

/* Overlay for better text visibility */
.hero::before {
    /* content: ""; */
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* background: rgba(0, 0, 50, 0.6); dark overlay */
    z-index: 0;
}

.hero-content {
    position: relative;
    
    z-index: 1;
}
.hero-content .hfont
{
  color: white;
  font-size: 3rem;
}
.hero-content .para
{
    font-size: 1.8rem;
    color: #b0e1ef;
}






.btn{
    /* width: 4.5rem;
    line-height: 4.5rem;
    border-radius: .5rem;
    background-color: orange;
    color: var(--black);
    border: 2px solid black;
    font-size: 2rem;
    text-align: center;
    cursor: pointer; 
   padding-right:.5rem ;
   padding-left:.5rem ;
   padding-top: .5rem;
   padding-bottom: .5rem;
     */
     
                display: inline-block;
                outline: 0;
                border: 0;
                font-size: 20px;
                font-weight: 500;
                color: #fff;
                cursor: pointer;
                background-image: linear-gradient(to right,#e052a0,#f15c41)!important;
                border-radius: 3px;
                padding: 16px 18px 15px;
                white-space: nowrap;

               
                
}
.btn:hover{
    /* color:var(--navy); */
     background-color: #e6375a;
                    background-image: none!important;
}


/* footer part  */

footer {
    background: white;
    color: var(--navy);
    font-family: Arial, sans-serif;
    padding-top: 30px;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
    gap: 20px;
  }

  .footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
  }

  .footer-section h2 {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f39c12;
    padding-bottom: 5px;
  }

  .footer-section p,
  .footer-section ul {
    font-size: 14px;
    line-height: 1.6;
    color: black;
  }

  .footer-section ul {
    list-style: none;
    padding: 0;
  }

  .footer-section ul li {
    margin-bottom: 8px;
   
  }

  .footer-section ul li a {
    color: var(--navy);
    text-decoration: none;
    transition: 0.3s;
  }

  .footer-section ul li a:hover {
    color: #f39c12;
  }

  .social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .social-icons a img {
    width: 28px;
    height: 28px;
    transition: transform 0.3s;
  }

  .social-icons a img:hover {
    transform: scale(1.1);
  }

  .footer-bottom {
    text-align: center;
    padding: 15px 10px;
    /* background: #06063d; */
    font-size: 14px;
  }

  /* Tablet (max-width: 992px) */
  @media (max-width: 992px) {
    .footer-container {
      flex-wrap: wrap;
      text-align: center;
    }
    .footer-section {
      flex: 1 1 45%;
    }
  }

  /* Mobile (max-width: 600px) */
  @media (max-width: 600px) {
    .footer-section {
      flex: 1 1 100%;
    }
    .social-icons {
      justify-content: center;
    }
    .footer-section h2 {
      font-size: 16px;
    }
    .footer-section p,
    .footer-section ul li {
      font-size: 13px;
    }
  }
.credit
{
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;
    padding-top: 2.5rem;
    font-size: 2rem;
    color: black;
    border-top: .2rem solid black;
   
}



/* contact */

.contact-section {
    
    justify-content: center;
    align-items: center;
 display: grid;
/* padding-left: 20rem; */
  /* grid-template-columns:1fr 1fr; */
  grid-template-columns: repeat(auto-fit, minmax(30rem,1fr));
 gap: 1.5rem;
 padding-top: 14rem;
 padding-bottom: 2rem;

}

.contact-container {
    /* padding-top: 10rem; */
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.contact-container2 {
    /* padding-top: 10rem; */
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.contact-container2 h3 {
    font-size: 3.5rem;
  color: black;
  padding: 1rem 0rem;
}
.contact-container2 a {
    font-size: 1.8rem;
  color: black;
  padding: 1rem 0rem;
  margin: 1rem;
}


.contact-container2 i {
    font-size: 2rem;
  color: black;
  padding: 1rem 0rem;
  margin: 1rem;
}

h1 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #0a4b78;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #0a4b78;
}

button {
    background: #0a4b78;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

button:hover {
    background: #083b60;
}

#formStatus {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

/* Mobile Responsive */
/* @media (max-width: 600px) {
    .contact-container {
        padding: 20px;
    }
    h1 {
        font-size: 20px;
    }
} */


/* about core value part */

.values {
    display: flex;
    flex-wrap: wrap;
    gap: 1.7rem;
    justify-content: center;
    align-items: center;
}
.value-card {
    
    font-size: 1.8rem;
    flex: 1 1 200px;
    background: rgb(157, 218, 249);
    padding: 1.8rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    
}
.value-card:hover {
    transform: translateY(-5px);
    background-color:var(--navy);
    color: white;
}

/* ===== Prevent Mobile Overflow (Added Fix) ===== */
html, body {
    overflow-x: hidden !important;
}

.swiper-wrapper {
    max-width: 100% !important;
}

.swiper-slide {
    max-width: 100% !important;
    box-sizing: border-box;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

.box, .box1, .box5, .box-container {
    max-width: 100% !important;
}

.header img {
    max-width: 100%;
    height: auto;
}

/* product page  */


    /* .btn {
        display: inline-block;
        padding: 10px 15px;
        background: var(--secondary);
        color: white;
        border-radius: 6px;
        text-decoration: none;
        font-size: 0.95rem;
        transition: background 0.3s ease;
    }
    .btn:hover {
        background: #0088cc;
    } */