@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import "/template/dist/libs/animate-css/animate.css";

.custom-header{
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 15px 0px 15px !important;
}

.bg-template-primary {
    background-color: #666cff !important;
}

#required{
    color: red;
    font-size: 16px;
}
.menu-icon, .menu-icon::before, .menu-icon::after {
    font-size: 1.2rem !important;
}

.customize-body{
    font-family: 'Lato', sans-serif;;
}

.menus-nav .nav-link {
    font-size: 1.2em;
    color:white;
}

.menus-nav{
    margin-right: 80px;
    margin-top:10px;
}

.menu-block{
    padding: 10px 10px;
    
}

.menus-nav .menu-block:hover{
    /* background-color: #1E90FF; */
    background-image: linear-gradient(to right, #0088FF, #00719C);
     /* background-image: linear-gradient(to right, rgba(0, 0, 255, 0), rgba(0, 0, 255, 1)); */
}


/* .home-secs{
    padding-bottom: 175px;
    background-color: #4CD964; 
    background-image: url('logo.png');
} */

.whyChooseUs-sec{
    padding-bottom: 150px;
}

.custom-nav{
    position: absolute;
    z-index: 100;
    /* right:100px; */
    /* background: transparent; */
}

.home-slider-img img{
    height: 550px;
}

.slider-header{
    font-size: 87px;
    font-weight:520;
    animation: fadeInDown;
    animation-duration: 2s;
    color:#F2B50C;
}

.product-img-container {
    /* width: 300px;  */
    /* Adjust as needed */
    overflow: hidden;
    border-radius: 10px; /* Optional for rounded corners */
  }
  
  .product-img {
    height:450px;
    aspect-ratio: 1/1;
    transition: transform 0.3s ease-in-out;
  }
  
  .product-img:hover {
    transform: scale(1.2);
  }

.slider-text{
    font-size: 25px;
    padding-bottom: 75px;
    font-weight: bold;
    /* color: whitesmoke; */
    color: #F2B50C;
    animation: fadeInDown;
    animation-duration: 2s;
}

.learn-more-btn{
    animation: fadeInUp;
    animation-duration: 2s;
     /* background-image: linear-gradient(to right, #0088FF, #00719C); */
     background-image: linear-gradient(to right, #F2B50C, #b68a12);
    /* background-image: linear-gradient(to right, rgba(0, 0, 255, 0), rgba(0, 0, 255, 1)); */
    /* background-image: linear-gradient(to right, rgba(0, 123, 255, 0) 0%, rgba(0, 123, 255, 1) 100%); */
}

.btn-primary{
    font-size: 20px;
    padding: 15px 50px;
    font-weight: bold;
    /* background-color: #203FA4; */
}

.btn-success{
    font-size: 20px;
    padding: 15px 50px;
    font-weight: bold;
    /* background-color: #4CD964; */
}

.global-map , .whyChooseUs-sec ,.info-part-1-img, .content-center,.see-more-btn-container, .service-page-container,.location-map-title{
    text-align: center;
   justify-self: center;
}

.product-file-btn{
    border-radius: 50px;
}

.whyChooseUs-sec{
    /* margin-bottom: 100px; */
    margin-left: 3%;
    margin-right: 3%;
}

.product-category-link{
    text-decoration: none;
    color: inherit;
}

.product-category-link.active{
    color: #0088FF;
}

.circle{
    border-radius: 50%;
}

.whyChooseUs-img-container{
    width: 70px;
    height: 70px;
    text-align: center;
    justify-self: center;
    align-content: center;
    background-color: #0000FF1F;

}

.whyChooseUs-img{
    width: 25px;
    height: auto;
}

.whyChooseUs-card{
    border: 1px solid #EBEBEB;
   padding-top: 5%;
   padding-left: 3%;
   padding-right: 3%;
   margin: 10px 5px;
   border-radius: 20px;
   height: 100%;
   min-height: 300px;
}

/* Keep all "Why Choose Us" cards the same height (match tallest in the row) */
.whyChooseUs-sec .row > [class*="col-"]{
    display: flex;
}
.whyChooseUs-sec .whyChooseUs-card{
    flex: 1 1 auto;
}

.whyChooseUs-title{
    font-size: 45px;
    color: #1E90FF;
    font-weight: 700;
}

.whyChooseUs-card:hover{
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.fcolor-gray{
    color:#5A5A5A;
}

.contact-subtitle-font{
    font-size: 18px;
    font-family: 'Oxygen', sans-serif;
}

.fs-small{
    font-size: 15px;
}

.footer-sec{
    background-color: #00719C;
    color:white;
}

.no-bullets{
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info, .product-info, .footer-copyright,.media-info{
    justify-self: center;
}

.about-banner{
    width: 100%;
    height: 350px;
    border-bottom-right-radius: 120px;
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-banner-title{
  font-size: 54px;
  font-weight: bold;
  /* color: white; */
  color: #1E90FF;
}

.about-banner-title-container{
    margin-left: 300px;
    margin-right: 300px;
    text-align: center;
}

.info-logo-img{
    width: 45%;
  
}

.aboutpage-img-border-radius, .contact-btn {
    border-radius: 30px;
}

/* .bg-leaf-img, .information-sec{
    background-image: url('home_bg.png');
    background-repeat: no-repeat; 
    background-position: bottom right;
} */

/* .mission-sec{
    background-image: url('about_bg.png');
    background-repeat: no-repeat; 
    background-position: top left;
} */

.mission-sec-content1-bg{
    /* background-image: url('mission-sec-content1-bg.jpg'); */
    background-repeat: no-repeat; 
    background-size: cover;
    position: relative;
}
.mission-sec-content1-bg::before{
    content: "";
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
}
.mission-sec-content1-content{
    position: relative;
    z-index: 2;
}
.mission-sec-content2-bg{
    /* background-image: url('mission-sec-content2-bg.jpg'); */
    background-repeat: no-repeat; 
    background-size: cover;
    position:relative;
}
.mission-sec-content2-bg::before{
    content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position:absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
}
.mission-sec-content2-content{
    position:relative;
    z-index: 2;
}

/* .custom-green{
    color: #6a961f;
} */

.fa-star, .fa-location-dot, .fa-envelope{ 
    color: #00719C;
    background-color: #00719C1F;
}

.text-wrap{
    word-wrap: break-word;
}

.service-page-img{
    width: 90%;
    border-radius: 15px;
    height: auto;
    object-fit: contain;
}

.vertical-align-center{
    display: flex;
    align-items: center;
}

.service-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-sec{
    margin-top: 110px;
    margin-bottom: 90px;
}

.fa-location-dot{
    padding: 8px;
}

.fa-envelope{
    padding: 10px;
}

.form-control{
    background-color: #FAFAFA;
}

.form-control:focus{
    border: 1px solid black;
    box-shadow: none;
}

.contact-btn, .product-file-btn {
    /* background-color: #6A961F; */
     background-image: linear-gradient(to right, #0088FF, #00719C);
    color: white;
}

.contact-btn:hover{
    background-color: black;
}

.product-categories{
    display: flex;
    justify-self: center;
}

.product-container{
    margin: 70px auto;
}

.custom-toggler-icon{
    filter: brightness(0) invert(1); 
    background-size: 75%;
}

.information-sec-content,.mission-sec-content, .service-sec-container{
    width: 75%;
}

.contact-lines{
    display: none;
}

.product-category-link:hover{
    color:#0088FF;
}

.location-map{
   margin-bottom: 100px;
}

.btn-social-fb:hover {
    background-color: white !important; /* Darker green */
    color:#38579D !important;
}

.btn-social-tel:hover {
    background-color: white !important; /* Darker green */
    color:#00A7E3 !important;
}
/* .media-info{
    justify-content:center;
    align-items:center;
} */

@media(max-width:1024px)
{
    .about-banner-title-container{
        margin-left: 150px;
        margin-right: 150px;
    }

    .slider-header{
        font-size: 77px;
       
    }
    .about-banner-title{
        font-size: 50px;
      }
    .info-logo-img{
        width: 60%;
    }
    .information-sec-content,.mission-sec-content, .service-sec-container{
        width: 100%;
    }
    .service-sec {
        padding-top: 70px;
        
    }
    .about-banner{
        border-bottom-right-radius: 90px;
    }
}

/* max-width:768px */
@media (max-width:834px ){

    .contact-sec{
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .product-container{
        margin: 50px auto;
    }

    .home-slider-img img{
        height: 370px;
    }
    .slider-header{
        font-size: 45px;
    }
    .slider-text{
        font-size: 20px;
        padding-bottom: 30px;
        /* font-weight: bold;
        color: whitesmoke; */
    }
    .btn-success{
        font-size: 18px;
        padding: 13px 30px;
    }
    .whyChooseUs-title{
        font-size: 40px;
    }
    .contact-info, .product-info,.media-info{
        justify-self: left;
        padding-left: 10px;
    }
    .about-banner-title{
        font-size: 40px;
      }
      .about-banner-title-container{
        margin-left: 100px;
        margin-right: 100px;
    }
    .service-sec {
        padding-top: 50px;
        
    }
    .menus-nav .nav-link {
        color: black;
    }
    .menus-nav{
        background-color: white;
        margin-right: 0px;
    }
    .about-banner{
        border-bottom-right-radius: 75px;
    }
    .location-map{
        margin-bottom: 80px;
     }
}

@media(max-width:426px)
{
    .home-slider-img img{
        height: 290px;
    }
    .slider-header{
        font-size: 25px;
       
    }
    .slider-text{
        font-size: 16px;
        padding-bottom: 15px;
        /* font-weight: bold;
        color: whitesmoke; */
    }
    .btn-success{
        font-size: 14px;
        padding: 10px 15px;
    }
    .whyChooseUs-title{
        font-size: 29px;
    }
    .whyChooseUs-sec{
        padding-bottom: 80px;
    }
    .about-banner-title{
        font-size: 27px;
      }
      .about-banner-title-container{
        margin-left: 50px;
        margin-right: 50px;
    }
    .address-content, .mail-us-content, .contact-sub-title1, .contact-sub-title2{
        text-align: center;
    }
    .contact-sub-title2{
        margin-top: 30px;
    }
    .contact-lines{
        display: block;
    }

    .about-banner{
        border-bottom-right-radius: 50px;
        width: 100%;
        height: 270px;
    }
    .location-map{
        margin-bottom: 70px;
     }

     .location-map2-container{
        margin-top:50px;
    }
     

}







