/*--------------------------------------------------------------
# Virang Atharv Consultants - Responsive & Custom Styles
--------------------------------------------------------------*/

/* Root Overrides */
:root {
    --tolak-base: #00AEEF; /* Cyan from brochure */
    --tolak-base-rgb: 0, 174, 239;
    --tolak-black: #004a99; /* Dark Blue from brochure */
    --tolak-black-rgb: 0, 74, 153;
    --tolak-accent: #f8a22d; /* Orange from brochure */
}

/*--------------------------------------------------------------
# Header & Navigation
--------------------------------------------------------------*/
/* Align Topbar and Header content */
.topbar-one__inner, 
.main-header__inner {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.main-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

/* Logo Optimization */
.main-header__logo img {
    width: 210px !important;
    height: auto;
    display: block;
}

/* Desktop Menu Gaps */
.main-menu__list li + li {
    margin-left: 25px;
}

/* Right Side Container (Button + Toggler) */
.main-header__right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-header__right .tolak-btn {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    white-space: nowrap;
}


/*--------------------------------------------------------------
# About Us Box (index.php) - Unique Styles
--------------------------------------------------------------*/
.about-us-box {
    padding: 40px;
    background: #0f4775;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.about-us-box__tagline {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.about-us-box__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
}

.about-us-box__text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.85);
}

/*--------------------------------------------------------------
# Footer & Mail Section
--------------------------------------------------------------*/

.mail-section__content {
    margin-bottom: 15px;
}

.mail-section__content__title {
    margin: 0;
    color: #0b1e33;
    font-size: 18px;
    font-weight: 700;
}

.mail-section__content__text {
    color: #666;
    font-size: 15px;
    margin: 0;
}

.footer-widget__social {
    display: flex;
    align-items: center;
    gap: 10px;
    /*margin-top: 20px;*/
}

.footer-widget__social a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-widget__social a:hover {
    background: var(--tolak-base);
    transform: translateY(-3px);
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

/* Large Screens */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Medium Screens (Desktop Small/Tablet Landscape) */
@media (max-width: 1199px) {
    .topbar-one__inner, 
    .main-header__inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .main-header__nav {
        display: none !important;
    }
    
    .mobile-nav__toggler {
        display: flex !important;
    }
    
    .main-header__logo img {
        width: 160px !important;
    }
    
    .main-header__right .tolak-btn {
        display: none; 
    }
}

/* Tablet Portrait */
@media (max-width: 991px) {
    .sec-title__title {
        font-size: 30px !important;
    }
    
    .about-us-box__title {
        font-size: 28px;
    }
    
    .cta-one__image {
        margin-bottom: 0px;
    }
}

/* Mobile Devices */
@media (max-width: 767px) {
    .topbar-one {
        display: none; 
    }
    
    .about-us-box {
        padding: 30px 20px;
    }
    
    .main-slider-one__title {
        font-size: 32px !important;
    }
    
    .main-slider-one__sub-title {
        font-size: 18px !important;
            color: var(--tolak-black, #051d1f);
    }
    
    .mail-section__content {
        margin-bottom: 25px;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .main-header__logo img {
        width: 140px !important;
    }
    
    .footer-widget {
        margin-bottom: 35px;
    }
    
    .main-footer__copyright {
        font-size: 12px;
        text-align: center;
    }
    
    .footer-widget__social {
        justify-content: center;
    }
}
.experience-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #0d4d92;
    color: #fff;
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.experience-badge h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.experience-badge span {
    font-size: 15px;
    line-height: 24px;
}
/*--------------------------------------------------------------
# Virang Header Final Overrides
--------------------------------------------------------------*/
.topbar-one__inner,
.main-header__inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.topbar-one__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 16px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.topbar-one__links {
    margin-left: auto;
}

.main-header__inner {
    position: relative;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: clamp(12px, 2vw, 28px);
}

.main-header__logo {
    flex: 0 0 auto;
    width: auto;
    top: 0;
    margin-right: clamp(18px, 2vw, 34px);
}

.main-header__logo img {
    width: clamp(180px, 18vw, 200px) !important;
    height: auto;
    display: block;
}

.main-header__nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: max-content;
    max-width: calc(100% - 430px);
    min-width: 0;
    z-index: 2;
}

.main-menu .main-menu__list {
    justify-content: center;
}

.main-menu .main-menu__list > li + li {
    margin-left: clamp(27px, 1.5vw, 30px);
}

.main-menu .main-menu__list > li > a {
    font-size: 17px;
    font-weight: 400 !important;
    white-space: nowrap;
}

.main-header__right {
    margin-left: 0;
    padding-left: 0;
    flex: 0 0 auto;
    gap: 12px;
}

.main-header__right .tolak-btn {
    padding: 10px 18px;
    white-space: nowrap;
}

@media (min-width: 1200px) and (max-width: 1339px) {
    .main-header__nav {
        max-width: calc(100% - 360px);
    }

    .main-header__logo {
        margin-right: 22px;
    }

    .main-menu .main-menu__list > li > a {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .topbar-one__inner {
        gap: 10px 16px;
    }

    .topbar-one__info__item {
        font-size: 13px;
    }

    .topbar-one__links li {
        font-size: 13px;
    }

    .main-header__nav {
        display: none !important;
    }

    .mobile-nav__toggler {
        display: flex !important;
    }

    .main-header__right .tolak-btn {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar-one__inner {
        justify-content: center;
    }

    .topbar-one__info,
    .topbar-one__links {
        width: 100%;
        justify-content: center;
    }

    .topbar-one__links {
        order: 2;
    }

    .topbar-one__info__item {
        margin: 0;
    }

    .topbar-one__links li {
        margin: 0 6px;
    }
}

@media (max-width: 767px) {
    .topbar-one {
        display: none;
    }

    .main-header__inner {
        padding: 12px 10px;
    }

    .main-header__logo img {
        width: 140px !important;
    }
}

@media (min-width: 1200px) {
    .topbar-one__info__item {
        font-size: 13px;
    }

    .topbar-one__links li {
        font-size: 13px;
    }

    }
    
    .mail-section__content {
        margin-bottom: 25px;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .main-header__logo img {
        width: 140px !important;
    }
    
    .footer-widget {
        margin-bottom: 35px;
    }
    
    .main-footer__copyright {
        font-size: 12px;
        text-align: center;
    }
    
    .footer-widget__social {
        justify-content: center;
    }
}

/*--------------------------------------------------------------
# Virang Header Final Overrides
--------------------------------------------------------------*/
.topbar-one__inner,
.main-header__inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.topbar-one__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px 16px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.topbar-one__links {
    margin-left: auto;
}

.main-header__inner {
    position: relative;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: clamp(12px, 2vw, 28px);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.main-header__logo {
    flex: 0 0 auto;
    width: auto;
    top: 0;
    margin-right: clamp(18px, 2vw, 34px);
}

.main-header__logo img {
    width: clamp(200px, 18vw, 220px) !important;
    height: auto;
    display: block;
}

.main-header__nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: max-content;
    max-width: calc(100% - 430px);
    min-width: 0;
    z-index: 2;
}

.main-menu .main-menu__list {
    justify-content: center;
}

.main-menu .main-menu__list > li + li {
    margin-left: clamp(27px, 1.5vw, 30px);
}

.main-menu .main-menu__list > li > a {
    font-size: 17px;
    font-weight: 400 !important;
    white-space: nowrap;
}

.main-header__right {
    margin-left: 0;
    padding-left: 0;
    flex: 0 0 auto;
    gap: 12px;
}

.main-header__right .tolak-btn {
    padding: 10px 18px;
    white-space: nowrap;
}

@media (min-width: 1200px) and (max-width: 1339px) {
    .main-header__nav {
        max-width: calc(100% - 360px);
    }

    .main-header__logo {
        margin-right: 22px;
    }

    .main-menu .main-menu__list > li > a {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .topbar-one__inner {
        gap: 10px 16px;
    }

    .topbar-one__info__item {
        font-size: 13px;
    }

    .topbar-one__links li {
        font-size: 13px;
    }

    .main-header__nav {
        display: none !important;
    }

    .mobile-nav__toggler {
        display: flex !important;
    }

    .main-header__right .tolak-btn {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar-one__inner {
        justify-content: center;
    }

    .topbar-one__info,
    .topbar-one__links {
        width: 100%;
        justify-content: center;
    }

    .topbar-one__links {
        order: 2;
    }

    .topbar-one__info__item {
        margin: 0;
    }

    .topbar-one__links li {
        margin: 0 6px;
    }
}

@media (max-width: 767px) {
    .topbar-one {
        display: none;
    }

    .main-header__inner {
        padding: 12px 10px;
    }

    .main-header__logo img {
        width: 140px !important;
    }
}

@media (min-width: 1200px) {
    .topbar-one__info__item {
        font-size: 13px;
    }

    .topbar-one__links li {
        font-size: 13px;
    }

    .topbar-one__info__icon {
        font-size: 13px;
    }
}

/* Topbar White Text and Icons */
.topbar-one__info__item, 
.topbar-one__info__item a, 
.topbar-one__info__icon,
.topbar-one__links li a,
.topbar-one__links li a i {
    color: #ffffff !important;
}

/* Blue Highlight in Headings */
.sec-title__title span, 
.sec-title-two__title span {
    /*color: var(--tolak-base) !important;*/
}

/* Footer Custom Styling - Final Alignment Fix */
.main-footer, 
.main-footer p, 
.main-footer a, 
.main-footer span, 
.main-footer li,
.main-footer i {
    color: #000 !important;
}

.footer-widget__links--dots {
    padding-left: 0 !important;
    list-style: none !important;
}

.footer-address-list {
    padding: 0 !important;
    list-style: none !important;
}

.footer-address-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-address-list li i {
    font-size: 18px;
    min-width: 25px;
    margin-top: 4px;
    color: #0f4775 !important;
}

.footer-address-list li a,
.footer-address-list li span {
    line-height: 1.6;
    font-size: 15px;
    display: block;
}

/* Social Icons Alignment */
.footer-widget__social {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.footer-widget__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgb(15 71 117);
    border-radius: 50%;
}

/* Ensure no underlines unless hovered */
.footer-widget__links a {
    text-decoration: none !important;
}

.footer-widget__links a:hover {
    color: var(--tolak-base) !important;
}


/* About Section Image Sizing */
.cta-one__image img {
    /*max-width: 105% !important;*/
    height: auto !important;
    margin: 0 auto;
    display: block;
}

.about-one__image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 550px !important;
    object-fit: cover !important;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

/* Force Black Text for specific sections */
.area-expertise__text, 
.area-expertise .about-one__content__list li p,
.industrial-automation__text,
.about-us-box__text {
    color: #000000 !important;
}

/* Fix checkmark visibility */
.about-one__content__list li span.icofont-checked {
    color: var(--tolak-base) !important;
    font-size: 18px;
}

/* About Us Box White Text */
.about-us-box__text, 
.about-us-box__text strong {
    color: #ffffff !important;
}

        /* Custom CSS for new sections - preserves theme, doesn't affect other code */
        .custom-section-padding {
            padding: 60px 0 60px;
        }
        .custom-section-padding + .custom-section-padding {
            padding-top: 50px;
        }

        /* ===== MISSION/VISION/OBJECTIVES CARDS ===== */
        .missions-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 35px 25px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid #f0f0f0;
            position: relative;
        }
        .missions-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
            border-color: var(--tolak-base);
        }
        .missions-card__icon {
            font-size: 48px;
            color: var(--tolak-base);
            margin-bottom: 20px;
            display: inline-block;
        }
        .missions-card__title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 18px;
            font-family: 'Raleway', sans-serif;
            color: #1e1e2a;
        }
        .missions-card__text {
            font-size: 15px;
            line-height: 1.6;
            color: #6e6e7a;
            margin-bottom: 0;
        }
        .objectives-list {
            list-style: none;
            padding-left: 0;
            margin-top: 15px;
        }
        .objectives-list li {
            position: relative;
            padding-left: 28px;
            margin-bottom: 14px;
            font-size: 15px;
            color: #6e6e7a;
            line-height: 1.5;
        }
        .objectives-list li:before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0;
            color: var(--tolak-base);
            font-size: 14px;
        }

        /* ===== LEADERSHIP - SPLIT LAYOUT WITH CONSISTENT BOX STYLING ===== */
        .leadership-split {
            background: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: 0.3s;
            width: 100%;
            border: 1px solid #f0f0f0;
        }
        .leadership-split:hover {
            box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
        }
        .leadership-split__image {
            position: relative;
            height: 100%;
            min-height: 380px;
            background: #fbfbfd;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 30px;
        }
        .leadership-split__image img {
            max-width: 100%;
            border-radius: 12px;
            object-fit: cover;
            width: 100%;
            max-height: 450px;
            box-shadow: 0 15px 30px rgba(0,0,0,0.08);
        }
        .leadership-split__content {
            padding: 40px 35px;
        }
        .leader-name {
            font-size: 32px;
            font-weight: 800;
            color: #1e1e2a;
            margin-bottom: 6px;
            font-family: 'Raleway', sans-serif;
        }
        .leader-designation {
            font-size: 18px;
            color: var(--tolak-base);
            font-weight: 600;
            margin-bottom: 20px;
            display: inline-block;
            letter-spacing: 0.5px;
            border-left: 3px solid var(--tolak-base);
            padding-left: 12px;
        }
        .leader-description {
            font-size: 16px;
            line-height: 1.7;
            color: #5a5a66;
            margin-bottom: 25px;
        }
        .qual-list {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 15px;
        }
        .qual-list span {
            background: #f5f5fc;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 500;
            color: #2c2c3a;
        }
        .qual-list span i {
            color: var(--tolak-base);
            margin-right: 6px;
        }

.cert-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.cert-carousel {
    margin: 0 !important;
    padding: 10px 0 !important;
}

.cert-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.cert-carousel .owl-item {
    display: flex;
    height: auto;
}

.cert-carousel .cert-item {
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
    border: 1px solid #f0f0f0;
    width: 100%;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cert-carousel .cert-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.1);
    border-color: var(--tolak-base);
}

.cert-carousel .owl-dots,
.cert-carousel .owl-nav {
    display: none !important;
}

.cert-icon {
    font-size: 44px;
    color: var(--tolak-base);
    margin-bottom: 15px;
}

.cert-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #1e1e2a;
}

.cert-issuer { 
    font-size: 15px;
    color: #8a8a96;
    line-height: 1.5;
}

.badge-year {
    margin-top: 14px;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    background: #f5f5f5;
    font-size: 13px;
    font-weight: 600;
}

 @media (max-width: 992px) {
            .leadership-split__content {
                padding: 35px 25px;
            }
            .leader-name {
                font-size: 28px;
            }
            .cert-carousel .cert-item {
                margin: 0 8px;
            }
        }
        @media (max-width: 768px) {
            .leadership-split__image {
                min-height: 280px;
                padding: 20px;
            }
            .leader-name {
                font-size: 24px;
            }
            .leader-designation {
                font-size: 16px;
            }
            .custom-section-padding {
                padding: 70px 0 50px;
            }
            .missions-card {
                padding: 25px 20px;
            }
            .cert-carousel .cert-item {
                height: 220px;
            }
        }
        @media (max-width: 576px) {
            .leadership-split__content {
                padding: 30px 20px;
            }
            .qual-list span {
                font-size: 12px;
                padding: 4px 12px;
            }
            .cert-carousel .cert-item {
                margin: 0 6px;
                height: 210px;
            }
            .missions-card__title {
                font-size: 22px;
            }
        }

        /* cta background shapes should never block clicks on any device */
        .cta-one__bg,
        .cta-one__bg__shape,
        .cta-one__bg__shape-left,
        .about-one__bg,
        .about-one__shape,
        .page-header__shape {
            pointer-events: none !important;
        }

        /* Ensure mobile nav always appears above all page content */
        .main-header {
            z-index: 9999 !important;
        }

        /* Fix white blank space on mobile from negative top offset */
        @media (max-width: 767px) {
            .feature-one {
                top: 0 !important;
                margin-top: 0 !important;
            }
            .about-one {
                top: 0 !important;
                margin-top: 0 !important;
            }
            .custom-section-padding[style*="margin-top"] {
                margin-top: 0 !important;
            }
            /* Make cta-one__bg non-interactive so it never blocks clicks */
            .cta-one__bg,
            .cta-one__bg__shape,
            .cta-one__bg__shape-left {
                pointer-events: none !important;
                z-index: 0 !important;
                background: none;
            }
            .cta-one__content {
    position: relative;
    padding: 10px 0;
}
.cta-one__image img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
}
.cta-one__image {
    position: relative;
    display: inline-block;
     border: none; 
    margin-left: 0px;
}
        }
          /* Remove owl bottom space - safe for mobile menu z-index */
        .cert-carousel.owl-carousel,
        .cert-carousel.owl-theme { margin: 0 !important; padding: 0 !important; }
        .cert-carousel .owl-stage-outer { margin: 0 !important; padding: 0 0 12px 0 !important; overflow: hidden !important; }
        .cert-carousel .owl-stage { margin: 0 !important; padding: 0 !important; }
        .cert-carousel .owl-item { margin-bottom: 0 !important; padding-bottom: 0 !important; }
        .cert-carousel .owl-dots { display: none !important; height: 0 !important; min-height: 0 !important; max-height: 0 !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; visibility: hidden !important; }
        .cert-carousel .owl-nav { display: none !important; height: 0 !important; margin: 0 !important; padding: 0 !important; }