/* Top Contact Bar */
.top-bar{
    background:#005c99;
    font-size:14px;
}
/* Navbar */
.navbar-brand{
    color:#005c99 !important;
    font-weight:700;
}
.nav-link{
    font-weight:500;
    margin-left:10px;
}
.nav-link:hover{
    color:#005c99 !important;
}

.overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}

/* Banner Text */
.carousel-item h1{
    font-size:3rem;
}
.carousel-item p{
    font-size:1.2rem;
}
/*--------------------------------------*/


/*----===============================----*/
/* Sections */
section{
    background:#f9f9f9;
}

/* Footer */
.footer{
    background:#003d66;
    font-size:14px;
}

/* Responsive */
@media(max-width:768px){
    .banner{
        height:60vh;
    }
    .carousel-item h1{
        font-size:2rem;
    }
}

.top-bar{background:#6ba929;font-size:14px}
.navbar-brand{color:#005c99}
.banner{height:75vh;background:url('banner1.jpg') center/cover no-repeat;position:relative}
.banner2{background:url('banner2.jpg') center/cover no-repeat}
.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5)}
.footer{/*background:#003d66;*/ background: #6ba929;}

/* Why Choose Us Section */
.why-us-section{
    background:#ffffff;
}
.why-card{
    border:1.5px solid #cfe3b0;
    border-radius:18px;
    padding:35px 20px;
    transition:0.3s;
    background:#fff;
}
.why-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* Icon Circle */
.icon-circle{
    width:110px;
    height:110px;
    margin:0 auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px solid #e6e6e6;
    background:#fff;
}

.icon-circle img{
    width:100%;
    height:auto;
}

/* Color Variants */
.icon-circle.gold{ border-color:#f1c40f; }
.icon-circle.purple{ border-color:#8e7ae6; }
.icon-circle.gray{ border-color:#b0b0b0; }
.icon-circle.blue{ border-color:#3b6fdc; }

/* Text */
.why-card h5{
    font-weight:700;
    color:#1f2a44;
}

.why-card p{
    font-size:14.5px;
    color:#666;
    line-height:1.6;
}

/* Responsive */
@media(max-width:768px){
    .icon-circle{
        width:90px;
        height:90px;
    }
    .icon-circle img{
        /*width:45px;*/
        width: 100%;
    }
}
/*---=================//////==============----*/
/* Fade Slider */
.hero-slider{
    width:100%;
    overflow:hidden;
}

.carousel-item{
    position:relative;
    /*height:85vh;*/
    height:64vh;
}

/* Background image */
.slider-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    z-index:1;
}

/* Overlay */
.slider-overlay{
    position:absolute;
    inset:0;
    /*background:linear-gradient(to right, rgba(220,230,245,0.92) 45%, rgba(0,0,0,0.1) 100%);*/
    z-index:2;
}

/* Content */
.slider-content{
    position:relative;
    z-index:3;
    max-width:600px;
}

.slider-content h1{
    font-size:48px;
    font-weight:700;
    color:#1e4fa1;
}

.slider-content p{
    font-size:18px;
    color:#2c5aa0;
    margin-bottom:25px;
}

/* Buttons */
.slider-btns .btn{
    border-radius:30px;
    padding:10px 26px;
}

/* Responsive */
@media(max-width:1200px){
    .carousel-item{ height:70vh; }
}

@media(max-width:992px){
    .carousel-item{ height:55vh; }
    .slider-content h1{ font-size:34px; }
}

@media(max-width:576px){
    .carousel-item{ height:38vh; }
    .slider-content h1{ font-size:22px; }
    .slider-content p{ font-size:14px; }
}


/*---================///////===============---*/
.e_para{ text-align: justify !important; }
.clogo img { width: 204px;}

@media (max-width: 768px) {
.clogo img { width: 214px;}

}
/*----=====================================---*/
/* About Banner */
.about-banner{
    height:35vh;
    min-height:260px;
    background:url("images/about-banner.jpg") center/cover no-repeat;
    position:relative;
}

.about-banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
}

/* Leader Section */
.leader-photo{
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.leader-photo img{
    width:100%;
    object-fit:cover;
}

.leader-section h2{
    color:#376099;
}

.leader-list{
    padding-left:20px;
}

.leader-list li{
    margin-bottom:10px;
}

/* Stats */
.stats-box{
    background:#f4f8ff;
    border-left:5px solid #005c99;
    padding:15px 20px;
    border-radius:8px;
    margin:15px 0;
}

/* Quote */
.leader-quote{
    font-style:italic;
    background:#f9fbff;
    border-left:5px solid #005c99;
    padding:15px 20px;
    border-radius:8px;
    margin:20px 0;
}

/* Responsive */
@media(max-width:768px){
    .about-banner{
        height:28vh;
        min-height:200px;
    }
}

.leader-photo{
    width: 100%;
    max-width: 239px;
    height: 302px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.leader-photo img{
    width:100%;
    height:100%;
    object-fit:cover;   /* crop properly */
}

@media(max-width:992px){
    .leader-photo{
        max-width:280px;
        height:380px;
    }
}

@media(max-width:768px){
    .leader-photo{
        max-width:240px;
        height:320px;
    }
}

@media(max-width:480px){
    .leader-photo{
        max-width:200px;
        height:280px;
    }
}


/*----============contact page==========----*/
/* Contact Banner */
.contact-banner{
    height:35vh;
    min-height:260px;
    background:url("images/contact-banner.jpg") center/cover no-repeat;
    position:relative;
}

.contact-banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
}

/* Contact Section */
.contact-box{
    background:#ffffff;
    padding:30px;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.contact-box h3{
    color:#92d050;
}

.contact-box p{
    margin-bottom:8px;
    color:#444;
}

/* Map */
.map-box{
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* Responsive */
@media(max-width:768px){
    /*.contact-banner{
        height:28vh;
        min-height:200px;
    }*/

     .about-banner, .product-banner, .contact-banner{         
        height: 14vh!important;
        min-height: 59px!important;
        font-size: 27px !important;
    }
     .product-banner{         
        height: 14vh;
        min-height: 59px;
        font-size: 27px !important;
    }
}
/*--------------------------------------*/

/*----=============product page=================----*/
/* Product Banner */
.product-banner{
    height:35vh;
    min-height:260px;
    background:url("images/product-banner.jpg") center/cover no-repeat;
    position:relative;
}

.product-banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
}

/* Product Card */
.product-card{
    background:#fff;
    padding:15px;
    border-radius:14px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,0.06);
    transition:0.3s;
    cursor:pointer;
}

.product-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 28px rgba(0,0,0,0.1);
}

.product-thumb{
    border-radius:10px;
}

.product-name{
    margin-top:10px;
    font-weight:600;
    color:#1f2a44;
}

/* Modal */
.image-modal{
    background:rgb(255 255 255);
    border:none;
}

.modal-img{
    max-height:80vh;
}
.modal-img{
    display:block;
    margin:auto;
    max-width:100%;
    max-height:80vh;
    object-fit:contain;
}

/* Arrows */
.nav-arrow{
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   background: rgb(255 0 0 / 60%);
   border: none;
   color: #fff;
   font-size: 25px;
   width: 45px;
   height: 45px;
   border-radius: 59%;
   cursor: pointer;
   z-index: 10;
}

.left-arrow{ left:15px; }
.right-arrow{ right:15px; }

/* Close */
.modal-close{
    position:absolute;
    z-index: +2;
    top:15px;
    right:15px;
    filter:invert(1);
}
/*----------------------------------------*/
/*----================topnav================----*/
/* Navbar link base */
.navbar .nav-link{
    position:relative;
    font-weight:600;
    color:#1f2a44 !important;
    padding:8px 15px;
    transition:0.3s ease;
}

/* Hover color */
.navbar .nav-link:hover{
    color:#549211 !important;
}

/* Underline animation */
.navbar .nav-link::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    width:0%;
    height:2px;
    background:linear-gradient(to right, #549211, #92d050);
    transition:0.3s ease;
    transform:translateX(-50%);
    border-radius:2px;
}

/* On hover */
.navbar .nav-link:hover::after{
    width:70%;
}

/* Active menu */
.navbar .nav-link.active{
    color:#005c99 !important;
}

.navbar .nav-link.active::after{
    width:70%;
}

.top-contact i{
    margin-right:6px;
    color:#fff;
}

@media(max-width:576px){
    .top-contact{
        font-size:13px;
    }
    .navbar .nav-link::after{
        left: 40%;
    }
}

.about_hd_color{ color: #549211; }
.slider_hed1{ color:#3d6ca6; }
.slider_hed2{color: #0e3644}

/*----==========replc home page ==========----*/
/* Home About Section */
.home-about-section{
    background:#f8fafc;
}

/* Heading */
.section-title{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
}

.title-line{
    width:80px;
    height:3px;
    background:#92d050;
    margin:0 auto;
    border-radius:5px;
}

/* Text */
.lead-text{
    font-size:16px;
    color:#444;
    line-height:1.7;
}

.sub-title{
    font-size:20px;
    font-weight:600;
    color:#0b2c4d;
    margin-top:20px;
    margin-bottom:10px;
}

/* List */
.feature-list{
    padding-left:18px;
}

.feature-list li{
    margin-bottom:10px;
    color:#555;
    line-height:1.6;
}

/* Card */
.info-card{
    background:#ffffff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.06);
}

/* Mission Box */
.mission-box{
    background:#f1f6ff;
    padding:15px 20px;
    border-left:4px solid #0d6efd;
    margin-top:20px;
    border-radius:6px;
    font-size:14.5px;
    color:#333;
}

/* Button */
.read-more-btn{
    margin-top:20px;
    padding:10px 28px;
    border-radius:30px;
    font-weight:500;
    transition:0.3s;
}

.read-more-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(13,110,253,0.3);
}

/* Responsive */
@media(max-width:768px){
    .section-title{
        font-size:24px;
    }

    .sub-title{
        font-size:18px;
    }

    .info-card{
        padding:20px;
    }
}

/*-------------------Sub_banner_All------------------------------*/
.contact-banner, .about-banner, .product-banner{
    background: linear-gradient(to right, #1f2a44, #2c7be5);
    position:relative;
}

.contact-banner-overlay, .about-banner-overlay, .product-banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.3);
}

.contact-banner, .about-banner, .product-banner{
    position:relative;
    background: linear-gradient(to right, #0b2c4d, #0d6efd);
    overflow:hidden;
}
.map-box iframe {width: 100%; }
@media(max-width:768px){

}
