a{
    text-decoration: none !important;
}
html,
body{
  overflow-x: hidden;
}
.top-head {
  color: #f3370b;
  font-size: 18px;
}
.top-header{
    color: white;
}
#top-header{
    background-color: #0B133C;
}
#top-header a{
    color: white;
}
.box{
    padding-top:10px ;
}
.box i{
    color: #a30d0f;
}
.ox{
    padding-top:10px ;
            display: flex;
        align-items: flex-end;
        justify-content: end;
}
.ox a{
    padding-left: 10px;
}
/* header */
.navbar-expand-lg .navbar-nav {
  margin: auto;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler .fa-solid {
  color: black;
}

.navbar-toggler {
  border: none !important;
}

.nav-link {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: black !important;
}

.nav-item {
  margin: 0 5px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--primary) !important;
  transition: 0.5s;
}

.navbar-nav .nav-link:hover {
  color: var(--primary) !important;
  transition: 0.5s;
}
.navbar-brand .lol{
    width: auto !important;
}
/* header button */
.main-btn {
        display: inline-flex;
        align-items: center;
        padding: 10px 20px;
        background-color: #a30d0f; /* Default background color */
        color: white;
        text-decoration: none;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        transition: color 0.3s ease; /* Smooth text color transition */
    }

    .main-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        /* Background color on hover */
        transition: left 0.3s ease;
        color: white !important;
    }

    .main-btn:hover::before {
        left: 0; /* Slide in from left to right */
    }

    .main-btn:hover {
        background-color: black;
        color: white; /* Keep text color white on hover */
    }

    .main-btn i {
        margin-right: 8px;
    }
#moblie-banner {
  display: none;
}
/* end header */




/* footer start */

.footer {
  position: relative;
  padding: 80px 0 30px;
  /* background: linear-gradient(rgba(185, 43, 43, 0.95), rgba(0, 0, 0, 0.95)), */
    /* url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d') center/cover no-repeat; */
    background-color: #0B133C;
  color: #fff;
}

/* Brand */
.footer-brand .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand i {
  font-size: 28px;
  color: white;
}

.footer-brand h4 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 2px;
}

.footer-brand .tagline {
  display: block;
  font-size: 14px;
  margin-top: 4px;
  opacity: 0.8;
}

.social-links {
  margin-top: 20px;
}

.social-links a {
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
  transition: 0.3s;
}

.social-links a i:hover {
  color: red !important;
}

/* Titles */
.footer-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: popins;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links i {
  color: white;
  font-size: 18px;
}

.footer-links i:hover {
  color: red !important;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #e0e7ff;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: red !important;
  padding-left: 5px;
}

.footer-links h4:hover {
  color: red!important;
  padding-left: 5px;
}

.footer-links h3:hover {
  color: red!important;
  padding-left: 5px;
}

/* Bottom */
.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
 
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}

.footer-bottom p a {
  color: white;
}

.payment-icons i {
  font-size: 30px;
  margin-left: 10px;
  opacity: 0.9;
}


/* footer end */

/* about info in home page  */
.ab-heading h1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-bottom: 40px;
    color: rgb(3, 5, 68);
    font-weight: 700;

    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
       

}
.info-ab h3{
  color: #030b3a;
  font-weight: 600;
 
}
.info-ab h5{
  color: #050b2c;
}

.info-ab h6{
    color:rgb(159 107 58);
}
.info-ab{
    text-align: justify;
}
.info-ab i{
  color: #a30d0f;
  padding-right: 25px;  
}
.info-ab ul{
 list-style: none;
}
#info11 {
    padding-top: 60px;
    padding-bottom: 40px !important;
    background-color: #f2f4eb;
}
.in-im .jek{
    border-radius: 10px;
    padding-bottom: 40px;
}
#info11 p {
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.vision-hd h2{
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(3, 6, 46);
    font-weight: 700;

    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding-bottom: 30px;
}
#vision1 {
  padding-top: 40px;
}
#vision1 .sos{
    padding: 20px;
    background-color: #e9e9f3;
    border-radius: 15px;
    box-shadow: #f3370b 10px solid;
    gap: 20px;
}

#vision1 .bibi{
    gap: 40px;
    padding-bottom: 40px;
}
#vision1 .sos:hover{
  cursor: pointer;
   /* box-shadow: 5px 15px 15px rgba(0,0,0,0.2); */
   box-shadow: 0 0 45px rgba(0, 0, 0, 0.3)
}
/* about info in home page  */

/* faq start */
#faq {
    padding-top: 40px;
    padding-bottom: 80px;
    
   
   
}
#faq .accordion-item {
    border: none !important;
}
#faq .faq1{
    background-color: #F4F4F9;
    border-radius: 10px;
}
.faq1 h3 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.faq1 h6{
    padding-top: 20px;
    color: rgb(159 107 58);
}
/* #faq .accordion-button:{
    color: #f3370b;
} */
.accordion-button:not(.collapsed) {
    color: #a30d0f !important;
    background-color: white !important;
    border: none !important;
}

.contact-form {
        max-width: 600px;
        margin: auto;
        color: white;
    }
    .contact-form h2 {
        font-size: 28px;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: white;

    }
    .contact-form input,
    .contact-form textarea {
        width: 100%;
        padding: 12px 15px;
        margin: 10px 0;
        border: none;
        border-radius: 2px;
        font-size: 16px;
    }
    .contact-form textarea {
        height: 100px;
        resize: none;
    }
    .contact-form button {
        background-color: #000;
        color: #fff;
        padding: 12px 25px;
        border: none;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
    }
    .contact-form button:hover {
        opacity: 0.9;
    }
    .contact-form .row {
        display: flex;
        gap: 10px;
    }
    .contact-form .row input {
        flex: 1;
    }
    .contact-form{
        background-color: #a30d0f;
        padding: 40px;
        padding-top: 40px;
        border-radius: 0px 20px 0px 0px;
    }

/* faq end  */

#lot .hbt h3{
  padding-bottom: 20px;
}
#lot .hbt1 {
  padding-top: 10px;

}
#lot{
  padding: 10px;
  padding-bottom: 40px;
  padding-top: 20px;
}
#fot {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #73e6e636;
}
#fot .ui h1{
color: rgb(105, 4, 4);
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
padding-bottom: 30px;
font-size: 45px;
font-weight: 700;


}
#fot .gop i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  color:white;
  background-color: #415826;
  padding: 10px;
  margin: auto;
  border-radius: 100%;
}

#fot .gop h4{
display: flex;
justify-content: center;
align-items: center;
padding-top: 10px;
color: white;
}
#fot .gop h5{
display: flex;
justify-content: center;
align-items: center;

color: white;
}
#fot .gop p{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding-bottom: 20px;
color: white;
}
#fot .gop {
  background-color: #108db3;
  padding: 20px;
  gap: 20px;
  border-radius: 10px;
}
#fot .gop:hover {
  background-color: #096480;

  box-shadow: 0 0 45px rgba(92, 91, 91, 0.856)
}

#space-1 .space{
  background-color: rgb(58 94 159 / 17%);
  padding-bottom: 40px ;
  padding-top: 40px;
}
#product-11 .nix h1{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 700;
  padding-bottom: 20px;
}
#product-11 {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #e0e7ff73;

}
#product-11 .box-1 h5{
color: #a30d0f;
font-weight: 400;
}
#product-11 .box-1 h6{
color: rgb(3, 3, 49);
}
#product-11 .box-1 h3{
  color: #030b3a;
  font-weight: 600;
  padding-bottom: 10px;
}
#product-11 .box-2 {
  display: flex;
  justify-content: center;
  align-items: center;
} 
#product-11 .box-1 {
  padding-left: 40px;
}
/* about */
#about-pt {
  padding-top: 40px;
  padding-bottom: 40px;
}
.kit1 h3{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-weight: 600;
}

.kit1 h6{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  color:#a30d0f;
}
.kit1 p{
  font-size: 20px;
  font-weight: 400;
  text-align: justify
}
.kit1 {
  padding-bottom: 40px;
}
#pso {
  padding-bottom: 20px;
  padding-top: 40px;
}
.imo {
  text-align: justify;
  align-items: center;
  padding: 10px;
}
.imo img {
  border-radius: 10px;
}

.quilty h3 {
color: #020a52;
}
#quily-1 {
  padding-top: 60px;
  padding-bottom: 40px;
}


/* address of contact page  */
.contact-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    font-family: Arial, sans-serif;
}

.contact-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 250px;
    max-width: 300px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffe6e0;
    color: #ff6b4a;
    font-size: 24px;
}

.contact-card h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #1a1a1a;
}

.contact-card p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    word-wrap: break-word;
}


.addcon h2{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #022f71;
      font-size: 40px;
    font-weight: bold;
    padding-top: 20px;
}
/* end */

#map-11{
  padding-bottom: 40px;
  padding-top: 10px;
}

.gallert-img{
  padding: 10px;
  cursor: pointer;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;

}
.gallert-img .gallery-img{
  border-radius: 10px;
}
.gallert-img .gallery-img:hover{
box-shadow: #a3800d;
   box-shadow: 0 8px 24px rgba(0,0,0,0.5);
   transform: scale(1.05)

}
#gallery123 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.gallery23{
  padding-bottom: 40px;
}
.gallery23 h2{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-weight: 700;
  padding-top: 40px;
  


}
.gallery23 h6{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a30d0f;
  text-align: justify;
  text-align: center;
}

.pro-in:hover{
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
   transform: scale(1.05)
}
.pro-in h3{
  color: #a30d0f;
      font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;


}
  .pro-in{
    padding-bottom: 20px;
    padding-top: 20px;
    padding: 10px;
  }
  .pro-in p{
    padding-bottom: 20px;

  }

  #product-11{
    padding-bottom: 60px;
    padding-top: 40px;

  }
  .gto {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .hyhy h1{
display: flex;
justify-content: center;
align-content: center;
color: #022f71;
font-weight: 700;

    font-weight: bold;

  }
 .hyhy p{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a30d0f;
  text-align: justify;
  text-align: center;
  padding-bottom: 20px;
 }
  .yoyo {
    padding-bottom: 20px;
    padding-top: 20px;
    gap: 20px;
  }

  #eco {
padding-bottom: 40px;
padding-top: 40px;
background-color: rgb(216, 238, 183);
  }
  #eco .jki h1{
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(22, 20, 136);
    font-weight: 700;
    font-size: 40px;
    text-align: center;
  }
