
a{
    text-decoration: none !important;
}

.top-head {
  color: #f3370b;
  font-size: 18px;
}
.top-header{
    color: white;
}
#top-header{
    background-color: black;
}
#top-header a{
    color: white;
}
.box{
    padding-top:10px ;
}
.box i{
    color: red;
}
.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;
}
/* header button */
.main-btn {
        display: inline-flex;
        align-items: center;
        padding: 10px 20px;
        background-color: red; /* 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;
    }

/* end header */

/* info */
#pct p{
    text-align: justify;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f3e3e;
}
#pct {
    padding-top: 40px;
}
#pct h2{
    font-size: 30px;
    color: #041C40;
}
#pct a strong{
    color: #eb8628;
}

#aboutin {
    background-image: url('img/bg-01-new.jpg');
    padding-top: 20px;
    padding-bottom: 20px;
}
#aboutin .row{
   align-items: center;
   justify-content: center;
}
#aboutin p{
       text-align: justify;
}
#vision .row{
    align-items: center;
   justify-content: center;
    gap: 20px;
   
}
#aboutin h6{
    color: #eb8628;
}
#vision{
    background-color: #e2e2e2;
}
#vision p{
       text-align: justify;
       padding-bottom: 20px;
           font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;

}
#vision h4{
    display: flex;
       justify-content: center;
       align-items: center;
       padding-top: 20px;
}
#vision{
    padding-top: 40px;
    padding-bottom: 40px;
   
}
#vision .vis{
   
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background-color: white;
    border-radius: 5px;
}
#vision .vis::after
{
    /* background-color: red; */
    background-color: black;
   
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top:-100%;
    z-index: -1;
    
}

#vision .vis:hover::after{
    top:0;
    transition: 0.5s;
 
   
}
#vision .vis:hover p{
   color: white;
}
#vision .vis:hover h4{
   color: white;
}

#vision .vis1{
    background-color: black;
    color:white;
}

#vision .vis1{
   
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background-color: black;
    color: white;
}
#vision .vis1::after
{
    /* background-color: red; */
    background-color: white;
    color: black;
   
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top:-100%;
    z-index: -1;
    
}

#vision .vis1:hover::after{
    top:0;
    transition: 0.5s;
 
   
}
#vision .vis1:hover p{
   color: black;
}
#vision .vis1:hover h4{
   color: black;
}

#whychoose .why{
    padding-top: 40px;
    padding-bottom: 40px;
    
}
#whychoose .why1{
    padding-top: 20px;
    padding-bottom: 20px;
}
#whychoose .row{
   justify-content: center;
   align-items: center;
}
#whychoose .why1 p{
    text-align: center;
margin: auto;
text-align: justify;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f3e3e;
}

#whychoose .why1 h5{
      
   
    font-weight: 500;
    line-height: 1.2;
    color: chocolate;
        font-family: "Open Sans", sans-serif;
}
#whychoose .why1 h3{
font-size: 30px;
    color: #041C40;
}

/* cart */
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid #ccc;
    opacity: 1;
    margin: 0 8px !important;
  }
  .swiper-pagination-bullet-active {
    background: #ff4d4d; /* Red selected color */
    border-color: #ff4d4d;
    box-shadow: inset 0 0 0 3px #fff; /* Creates the "radio" look */
  }
  .product-card {
    background: #f9f9f9;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    min-height: 200px;
  }

  #cart1 a{
    color:white;
    background-color: red;
    border: none;
}
  #cart1 a:hover{
    color:white;
    background-color: blue;
}
#cart1 .card{
    border: none !important;
    padding: 10px;
    
}
#cart1 .card-body:hover{
    color: white;
    background-color: black;
}
#cart1 {
    padding-top: 20px;
    padding-bottom:40px;
}
#cart1 .card-body{
    border-radius: 0px 0px 30px 0px;
}
#cart1 .card img{
    border-radius: 0px 0px 30px 0px;
    background-color: black;
}
#cart1 {
    padding-top: 40px;
    padding-bottom: 80px;
}
.prhd h2{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #041C40;
    padding-bottom: 20px;
}
/* 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: black;
  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;
}

/* 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 */

/* 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: #eb8628;
}
/* #faq .accordion-button:{
    color: #f3370b;
} */
.accordion-button:not(.collapsed) {
    color: red !important;
    background-color: white !important;
    border: none !important;
}

/* faq end  */

.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: red;
        padding: 40px;
        padding-top: 40px;
        border-radius: 0px 20px 0px 0px;
    }

    .footer-brand1 {
        position: absolute;
        background-color: red;
        color: white;
            top: -150px;
    border-radius: 0px 20px 0px 0px;
    padding: 10px;
    }
    .abn{
        position: relative;

    }
    .footer {
        width: 95%;
        border-radius: 0px 35px 0px 0px;
    }
    #cart1 .card img{
        background-color: #93D9FD !important;
    }
    .foo {
        position: absolute;
        background-color: #f30b0b57;
        bottom: 0;
        left: 0;
        width: 0%;
        transition: 0.5s;
        content: '';
        height: 0%;
    }
    .img-wrapper{
        position: relative;
    }
    .card:hover .foo{
        height: 100%;
        width: 100%;
        border-radius: 0px 0px 30px 0px;
    }

    /* contact */
    .form-add {
        display: flex;
        justify-content: center;
        align-items: center;
        
        padding: 20px;
        color: white;
        
    }
    .form-add i{
        font-size: 50px;
        color: red;
        width: 100px;      
  height: 100px;      
  background-color: #ffffff;
  border-radius: 50%;
      padding-top: 20px;
      margin: auto;
    }
      .form-add i:hover{
        background-color: red;
        color: white;
      }
   .form-add .ico{
    padding-right: 20px;
   
   }
   .quit{
    background-color: #F4F4F9;
    padding-top: 40px;
    padding-bottom: 40px;
   }
   .quit1{
    padding-top: 80px;
    position: relative;
    border-radius: 20px 0px 0px 0px !important;
    
   }
   .form-add1{
    position: absolute;
        background-color: #000;
        color: white;
            right: -100px;
  border-radius: 20px 0px 0px 20px;
    
   }

  .faq12{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 10px;

  }
  .faq5{
    padding: 20px;
    padding-bottom: 8%;
  }
  
  #map5{
    padding-bottom: 10px;
    padding-top: 40px;
  }
  #form11{
    padding-top: 40px;
  }
    /* end contact */


    #review{
        padding-bottom: 80px;
        padding-top: 20px;
    }

    /* gallery page */
.hed{
    display: flex;
    justify-content: center;
    font-family: "Lobster, Pacifico, Dancing";
    font-size: 40px;
    font-weight: 800;
}
.had{
     display: flex;
    justify-content: center;
    font-family: "Lobster, Pacifico, Dancing";
    font-size: 40px;
    font-weight: 600;
    color: #e61d3f;
    padding-top: 40px;
    padding-bottom: 20px;
    padding: 10px;
    padding-top: 20px;
}
.had:hover{
    color:#eb8628;
}

.bbll{
    width: 90%;
    height: auto;
    margin: auto;
}

.ccll{
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 80px;
}
.ccll img{
    width: 100%;
    height: 500px;
    padding: 10px;
    padding-bottom: 20px;
}
.bolim{
    position: relative;
    padding: 20px;
}
.bolim img{
background-color: #A8DDEE;
    padding-top: 10px;
    
}
.bolim:after{
    height: 0%;
    width: 100%;
    background-color: #eb282838;
    
    left: 0;
    top:50%;
content: "";
position: absolute;
}
.bolim:hover:after{
    height: 100%;
    transition: 0.5s;
    top: 0;
}
/* gallery page end */


/* product page  */
.cram{
  background-image: url('img/product\ banner.png');

  background-position: center; 
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex !important;
  justify-content: center !important;
  align-items: center!important;
}

.breadcrumb {
justify-content: center;
font-size: 40px !important;
}
.breadcrumb li{
color: white !important;
}
.breadcrumb-item a{
  color: white !important;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: white !important;
}

.cdi {
  padding-top: 10px;
  padding-bottom: 20px;
  
}
.pcb img{
  background-color: #f2a311;
  height: 600px !important;
}
.infomation P strong a{
    color: #eb8628 !important;
}
.spac{
    padding-bottom: 80px;
}
.infomation{
    padding-top: 30px;
}

.award-hd h1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 0px 10px;
    padding-top: 20px;
    color:#02204d;
}

.award-hd h3{
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(151, 4, 4);
    padding-bottom: 20px;
}
.lol{
    padding-bottom: 20px !important;
}
.got p {
    text-align: justify !important;
}
.no{
    display: flex;
    
}
.go h1{
   color:#02204d;
}
.go h5{
   color: rgb(184, 4, 4);
}
#dcc{
    padding: 10px;
    padding-bottom: 40px;
}


/* vd */
.video-section {
  width: 100%;
  padding: 40px 20px;
  background: #f7f7f7;
  padding-bottom: 80px;
  
}

.video-container {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.video-container video {
  width: 100%;
  height: 500px;
  display: block;
 
}