

:root {
    --primary-dark: #0b1c2c;   /* Deep Industrial Blue */
    --gold: #e67e22;           /* Molten Metal Orange/Gold */
    --text-body: #555;         /* Standard Text Color */
    --light-bg: #f8f9fa;       /* Light Grey Background */
}

html {
    scroll-behavior: smooth; width: 100%;max-width: 100%;margin: 0;padding: 0;overflow-x: hidden!important;
}

body { font-family: 'Manrope', 'Open Sans', sans-serif; color: var(--text-body); line-height: 1.7; overflow-x: hidden;}
p{font-weight: 600;}

h1, h2, h3, h4, h5, h6, .navbar-brand { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--primary-dark);}


.text-gold { color: var(--gold) !important; }
.bg-primary-dark { background-color: var(--primary-dark) !important; }
.bg-black { background-color: #000 !important; }
.text-muted{font-weight: 600;color: #000!important}

.section-padding { padding: 100px 0; /* Bada Space Premium look ke liye */ }

.section-title { font-size: 2.5rem; font-weight: 800; position: relative; margin-bottom: 20px; display: inline-block; }

.section-title::after { content: ''; display: block; width: 80px; height: 4px; background: var(--gold); margin-top: 15px; }

.btn-gold { background-color: var(--gold); color: #fff; border: 2px solid var(--gold);  padding: 6px 30px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; border-radius: 0; /* Sharp edges for industrial look */ }
.btn-gold:hover { background-color: #ffd43b;transition: all 0.3s ease; color: #000; }
.btn-link { text-decoration: none; font-weight: 700; font-size: 0.9rem; color: var(--gold); transition: 0.3s; }
.btn-link:hover { padding-left: 5px; }

.accordion-button:not(.collapsed) {  background-color: var(--primary-dark); color: #fff; font-weight:600 }
.accordion-button:focus { box-shadow: none; border-color: var(--gold); }

.navbar { padding: 20px 0; background: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent); transition: all 0.4s ease; }

.navbar-scrolled { background-color: rgba(11, 28, 44, 0.98) !important; padding: 10px 0; box-shadow: 0 5px 20px rgba(0,0,0,0.2); }

.navbar-brand { font-size: 1.5rem; font-weight: 800; color: #fff !important; letter-spacing: 1px; }

.nav-link { color: rgba(255,255,255,0.8) !important; font-size: 0.85rem; margin-left: 20px; text-transform: uppercase;
    font-weight: 600; letter-spacing: 0.5px; transition: 0.3s; }

.nav-link:hover, .nav-link.active { color: var(--gold) !important; }

.dropdown-menu { background-color: var(--primary-dark); border: none; border-top: 3px solid var(--gold); border-radius: 0; padding: 0; }
.dropdown-item { color: #fff; padding: 12px 20px; border-bottom: 1px solid rgba(255,255,255,0.05); }

.dropdown-item:hover {  background-color: rgba(255,255,255,0.05); color: var(--gold); }

.carousel-item { height: 100vh; background-size: cover; background-position: center; position: relative; }
.overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0;  background: rgba(0, 0, 0, 0.5);  }

.carousel-caption { bottom: 15%; text-align: left; padding-bottom: 50px; }
.carousel-caption h1 { font-size: 4rem; font-weight: 800; text-transform: uppercase; line-height: 1.1; margin-bottom: 20px;
    color: #fff; }

.testi-hi{height: 30vh}

.leader-card { background: #fff; padding: 40px 30px; text-align: center; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease; border-top: 4px solid transparent; height: 100%; }

.leader-card:hover { transform: translateY(-15px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); border-top-color: var(--gold); }

.leader-card img { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; margin-bottom: 25px;
    border: 4px solid #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: 0.3s; }

.leader-card:hover img { border-color: var(--gold); }

.leader-info h3 { font-weight: 800; color: var(--primary-dark); }

.leader-info h6 { font-weight: 600; letter-spacing: 1px; }

.leader-info p { font-style: italic; font-size: 0.95rem; line-height: 1.6; }

.about-img-box { position: relative; padding-right: 30px; padding-bottom: 30px; }


/* =========================================
   DIRECTOR PHONE BUTTON
   ========================================= */

.director-phone {
    display: inline-block;
    background-color: #f8f9fa; /* Light Background */
    color: var(--primary-dark); /* Dark Blue Text */
    padding: 10px 25px;
    border-radius: 50px; /* Pill Shape */
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    font-family: 'Manrope', sans-serif;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

/* Hover Effect: Gold Background */
.director-phone:hover {
    background-color: var(--gold);
    color: #fff;
    border-color: var(--gold);
    transform: translateY(-3px); /* Thoda upar uthega */
    box-shadow: 0 10px 20px rgba(230, 126, 34, 0.3);
}

/* Phone Icon Animation (Thoda hilega taaki attention jaye) */
.director-phone:hover .shake-icon {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
}

.year-badge { position: absolute; bottom: 0; right: 0; background-color: var(--gold); color: #fff; padding: 25px 35px;
    border-radius: 4px; text-align: center; line-height: 1.2; box-shadow: 0 10px 30px rgba(0,0,0,0.2); z-index: 2; }

.feature-item i { font-size: 1.5rem; }

.parallax-section { background-image: url('https://images.unsplash.com/photo-1558346490-a72e53ae2d4f?q=80&w=2070');
    background-attachment: fixed; background-size: cover; background-position: center; height: 400px; position: relative;
    display: flex; align-items: center; }

.overlay-dark { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(11, 28, 44, 0.85); }

.service-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.4s; height: 100%; }

.service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.15); }

.img-wrapper { height: 250px; overflow: hidden; }

.img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }


.service-card:hover .img-wrapper img { transform: scale(1.1); }

.service-card h3{color: #000}

.cta-section { position: relative; background-size: cover; background-position: center; background-attachment: fixed;
    padding: 100px 0; }

.icon-box { width: 60px; height: 60px; background: rgba(230, 126, 34, 0.1); color: var(--gold); display: flex; align-items: center;
    justify-content: center; border-radius: 50%; font-size: 1.5rem; flex-shrink: 0; }

.contact-info-item h5 { color: var(--primary-dark); font-weight: 700; }

.form-control { border: 1px solid #eee; background-color: #f8f9fa; border-radius: 4px; }

.form-control:focus { box-shadow: none; border-color: var(--gold); background-color: #fff; }

.grayscale-logos img { filter: grayscale(100%); opacity: 0.5; transition: 0.3s; max-width: 140px; }
.grayscale-logos img:hover { filter: grayscale(0); opacity: 1; }

/*.footer-link { text-decoration: none; color: #aaa; margin-bottom: 12px; display: block; transition: 0.3s; }
.footer-link:hover { color: var(--gold); padding-left: 8px; }*/


.fot-log a{text-decoration: none!important;}
.small p a{text-decoration: none;}
.small p{margin-bottom: 0!important}


/* =========================================
   CERTIFICATES SECTION
========================================= */
.cert-card { background: #fff; padding: 30px 20px; border: 1px solid #eee; text-align: center; border-radius: 8px;
    transition: all 0.4s ease; position: relative; overflow: hidden; height: 100%; box-shadow: 0 5px 15px rgba(0,0,0,0.03); }

.cert-card:hover {  transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-color: var(--gold); }

.cert-card::before { content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 4px; background: var(--gold); transition: 0.4s; }
.cert-card:hover::before { width: 100%; }

.cert-icon { font-size: 3rem; color: var(--primary-dark); margin-bottom: 20px; transition: 0.3s; }

.cert-card:hover .cert-icon { color: var(--gold); transform: scale(1.1); }

.cert-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 5px; color: var(--primary-dark); }

.btn-view { display: inline-block; margin-top: 15px; padding: 8px 20px; border: 1px solid #ddd; border-radius: 50px; color: #555;
    text-decoration: none;  font-size: 0.85rem; font-weight: 600; transition: 0.3s; }

.btn-view:hover { background: var(--gold); color: #fff; border-color: var(--gold); }

/* =========================================
   CERTIFICATES SECTION END
========================================= */

.whatsapp-float { position: fixed; width: 50px; height: 50px; bottom: 100px; right: 30px; background-color: #25d366;
    color: #FFF; border-radius: 50%; text-align: center; font-size: 30px; box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 1000; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.3s ease; }

.whatsapp-float:hover { background-color: #128c7e; color: #fff; transform: scale(1.1); }

#backToTopBtn { display: none; position: fixed; bottom: 30px; right: 30px; z-index: 1000; border: none; outline: none;
    background-color: var(--gold); color: white; cursor: pointer; width: 35px; height: 35px; border-radius: 50%; font-size: 20px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3); transition: all 0.3s ease; }

#backToTopBtn:hover { background-color: var(--primary-dark);  transform: translateY(-5px);
}


.call-float { display: none; }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(11, 28, 44, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(11, 28, 44, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(11, 28, 44, 0);
    }
}


.footer-section { background: #151414; position: relative; border-top: 5px solid var(--gold); }

.footer-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    
    background-image: url('../images/footer-back-map.jpg'); background-size: cover; background-position: center;
    opacity: 0.04; pointer-events: none; }

.footer-content { position: relative; z-index: 2; }
.footer-logo { margin-bottom: 30px; }

.footer-logo h3 { color: #fff; font-size: 2rem; }

.footer-text p { margin-bottom: 14px; font-size: 14px; color: #7e7e7e; line-height: 28px; }

.footer-social-icon span { color: #fff; display: block; font-size: 20px; font-weight: 700; font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px; }

.footer-social-icon a { color: #fff; font-size: 16px; margin-right: 15px; display: inline-block; text-align: center;
    line-height: 40px; height: 40px; width: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); transition: all 0.3s; }

.footer-social-icon a.facebook-bg:hover { background: #3B5998; transform: translateY(-5px); }
.footer-social-icon a.twitter-bg:hover { background: #55ACEE; transform: translateY(-5px); }
.footer-social-icon a.instagram-bg:hover { background: #E1306C; transform: translateY(-5px); } 
.footer-social-icon a.linkedin-bg:hover { background: #0077B5; transform: translateY(-5px); }

.footer-widget-heading h3 { color: #fff; font-size: 20px; font-weight: 600; margin-bottom: 40px; position: relative; }

.footer-widget-heading h3::before { content: ""; position: absolute; left: 0; bottom: -15px; height: 2px; width: 50px; background: var(--gold); }

.footer-widget ul { margin: 0; padding: 0; }

.footer-widget ul li { display: inline-block; width: 50%; margin-bottom: 12px; }
.footer-widget ul li a { color: #878787; text-transform: capitalize; text-decoration: none; transition: .3s; }
.footer-widget ul li a:hover { color: var(--gold); padding-left: 5px; }

.subscribe-form { position: relative; overflow: hidden; }
.subscribe-form input { width: 100%; padding: 14px 28px; background: #2E2E2E; border: 1px solid #2E2E2E; color: #fff; }
.subscribe-form button { position: absolute; right: 0; background: var(--gold); padding: 13px 20px; border: 1px solid var(--gold);
    top: 0; color: #fff; cursor: pointer; transition: 0.3s; }
.subscribe-form button:hover { background: #fff; color: var(--gold); }
.subscribe-form button i { transform: rotate(-6deg); }

.copyright-area { background: #202020; padding: 15px; border-top: 1px solid rgba(255,255,255,0.05);text-align:center; }
.copyright-text p { margin: auto; font-size: 12px; color: #878787; text-align: center;}
.copyright-text p a { color: var(--gold); text-decoration: none; }
.footer-menu li { display: inline-block; margin-left: 20px; }
.footer-menu li:hover a { color: var(--gold); }
.footer-menu li a { font-size: 14px; color: #878787; text-decoration: none; }




/* ====================================================================
                        home css start here
====================================================================== */








/* ====================================================================
                        contact us css start here
====================================================================== */





.page-header { height: 60vh; background-size: cover; background-position: center; position: relative; margin-top: -10px; }

.page-header .display-3 { font-size: 3.5rem; letter-spacing: 2px; }

.text-primary-dark { color: var(--primary-dark) !important; }
.bg-gold { background-color: var(--gold) !important; }

.contact-card { background: #fff; padding: 20px; border-radius: 8px;transition: 0.3s; border: 1px solid transparent; }
.contact-card:hover { transform: translateX(10px); border-color: #eee; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

.icon-circle { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; flex-shrink: 0; box-shadow: 0 5px 15px rgba(230, 126, 34, 0.3); }

.border-top-gold { border-top: 5px solid var(--gold); }



.contact-social-links { display: flex; gap: 15px; }
.social-btn { width: 45px; height: 45px; background-color: #fff; border: 1px solid #ddd; color: var(--primary-dark);
    border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 1.1rem;
    transition: all 0.3s ease; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }

.social-btn:hover { transform: translateY(-5px); color: #fff; border-color: transparent; }

.fb-btn:hover { background-color: #3b5998; box-shadow: 0 5px 15px rgba(59, 89, 152, 0.4); }

.insta-btn:hover { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 5px 15px rgba(220, 39, 67, 0.4); }

.linkedin-btn:hover { background-color: #0077b5; box-shadow: 0 5px 15px rgba(0, 119, 181, 0.4); }

.twitter-btn:hover { background-color: #1da1f2; box-shadow: 0 5px 15px rgba(29, 161, 242, 0.4); }

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) { border-color: var(--gold); box-shadow: none; }

.form-floating > label { color: #999; }

.form-floating > .form-control:focus ~ label { color: var(--gold); }

.map-section { line-height: 0; filter: grayscale(100%); transition: 0.5s; }

.map-section:hover { filter: grayscale(0%); }






/* ====================================================================
                        contact us css end here
====================================================================== */








/* ====================================================================
                        about page css start here
====================================================================== */




.about-image-stack { position: relative; padding-bottom: 50px; }
.img-small { position: absolute; bottom: 0; right: 0; width: 50%; border: 5px solid #fff; z-index: 2; }
.border-gold { border: 3px solid var(--gold); }


.vmv-card { border-bottom: 4px solid transparent; transition: 0.3s; }
.vmv-card:hover { transform: translateY(-10px); border-bottom-color: var(--gold); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.icon-box-lg { width: 80px; height: 80px; background: rgba(230, 126, 34, 0.1); color: var(--gold); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 2rem; }


.timeline-wrapper { position: relative; max-width: 800px; margin: 0 auto; }

.timeline-wrapper::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%;  width: 2px; background: #ddd;
    transform: translateX(-50%); }

.timeline-row { position: relative; margin-bottom: 40px; width: 50%; padding-right: 40px; text-align: right; }
.timeline-row.right { margin-left: 50%; padding-left: 40px; padding-right: 0; text-align: left; }

.timeline-year { position: absolute;  top: 0; right: -25px; width: 50px; height: 50px; background: var(--gold);
    color: #fff;  border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700;
    z-index: 2; border: 4px solid #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.timeline-row.right .timeline-year { left: -25px; right: auto; }

.timeline-content h4 { color: var(--primary-dark); font-weight: 700; }


/* =========================================
   GROUP COMPANIES SECTION
   ========================================= */

.group-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    display: flex; /* Icon aur Text ko bagal me lane ke liye */
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-left: 5px solid transparent; /* Left side me hidden border */
}

/* Hover karne par card upar uthega aur Gold line aayegi */
.group-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-left-color: var(--gold);
}

.group-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(11, 28, 44, 0.05); /* Light Blue bg */
    color: var(--primary-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-right: 25px; /* Icon aur text ke beech gap */
    flex-shrink: 0;
    transition: 0.3s;
}

.group-card:hover .group-icon {
    background-color: var(--gold);
    color: #fff;
}

.group-info h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 5px;
    color: var(--primary-dark);
    text-transform: uppercase;
}

.group-info .location {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 5px;
    font-weight: 600;
}

/* Mobile par layout adjust karein */
@media (max-width: 576px) {
    .group-card {
        flex-direction: column; /* Mobile par icon upar, text niche */
        text-align: center;
    }
    .group-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}









/* ====================================================================
                        about page css end here
====================================================================== */






@media (max-width: 768px) {


    .navbar-collapse { background-color: var(--primary-dark); padding: 20px; margin-top: 15px; border-radius: 8px;
        border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }

    .navbar-nav .nav-link { color: #fff !important; margin-left: 0; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .navbar-nav .nav-item:last-child .nav-link { border-bottom: none; }

    .dropdown-menu { background-color: rgba(255,255,255,0.05); border: none; margin-top: 10px; border-left: 2px solid var(--gold); }
    
    .btn-gold { width: 100%; margin-top: 15px; margin-left: 0 !important; text-align: center; }

    .carousel-caption h1 {  font-size: 2.2rem; }
    .carousel-item { height: 80vh; }
    .display-3 { font-size: 2.5rem; }
    .year-badge { padding: 15px; right: 0; bottom: -20px; }
    .year-badge span.display-4 { font-size: 2rem; }

    .section-padding { padding: 60px 0; }

    .whatsapp-float { width: 50px; height: 50px; font-size: 25px; bottom: 20px; left: 20px;  }
    #backToTopBtn { width: 45px; height: 45px; font-size: 18px; bottom: 20px; right: 20px; }
    .call-float { display: flex; align-items: center; justify-content: center; position: fixed;
        width: 50px; height: 50px; bottom: 80px; left: 20px; background-color: #0b1c2c; color: #fff;
        border-radius: 50%; text-decoration: none; z-index: 1000; font-size: 18px; box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
        border: 2px solid #fff; animation: pulse 2s infinite; }

    .fa-phone-alt, .fa-phone-flip{rotate: 90deg!important}

    .whatsapp-float { bottom: 80px !important; right: 20px !important; left: auto !important;  }






/*------------------------- contact us page css --------------------------*/


    .page-header { height: 50vh; }
    .page-header .display-3 { font-size: 2.5rem; }





/*------------------------- about us page css --------------------------*/

    .timeline-wrapper::before { left: 20px; }
    .timeline-row { width: 100%; padding-left: 60px; padding-right: 0; text-align: left; }
    .timeline-row.right { margin-left: 0; padding-left: 60px; }
    .timeline-year { left: -5px; right: auto; }
    .timeline-row.right .timeline-year { left: -5px; }
    .mob-mt{margin-top: 2rem}



}