    .tp-bakul-hero {
        --bakul-green: #0f3f2f;
        --bakul-deep: #08281d;
        --bakul-lime: var(--tp-theme-primary, #b8e928);
        min-height: 100vh;
        height: auto;
        background: #f5f4ed;
        color: var(--bakul-green);
    }

    .tp-bakul-hero .tp-header-10-area,
    .tp-bakul-hero~.tp-header-10-area {
        color: var(--bakul-green);
    }

    .tp-bakul-hero-active,
    .tp-bakul-hero-active .swiper-wrapper,
    .tp-bakul-hero-active .swiper-slide,
    .tp-bakul-hero-active .container-1430,
    .tp-bakul-hero-active .container {
        height: 100%;
    }

    .tp-bakul-hero-media,
    .tp-bakul-hero-image,
    .tp-bakul-hero-video,
    .tp-bakul-hero-wash {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .tp-bakul-hero-image {
        background-size: cover;
        background-position: 70% 50%;
    }

    .tp-bakul-hero-video {
        object-fit: cover;
    }

    .tp-bakul-hero-wash {
        background:
            linear-gradient(180deg, rgba(246, 246, 238, .08) 0%, rgba(246, 246, 238, .04) 52%, rgba(8, 48, 33, .95) 100%),
            linear-gradient(90deg, rgba(250, 250, 243, .9) 0%, rgba(250, 250, 243, .52) 35%, rgba(250, 250, 243, .04) 68%),
            radial-gradient(circle at 70% 45%, rgba(255, 255, 255, 0) 0%, rgba(6, 36, 26, .18) 100%);
    }

    .tp-bakul-hero-content {
        position: relative;
        z-index: 3;
        max-width: 720px;
        height: auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 80px;
        padding-top: 80px;
        min-height: 100vh;
        margin-left: 105px;
    }

    .tp-bakul-eyebrow {
        display: block;
        margin-bottom: 5px;
        color: var(--bakul-green);
        font-size: 16px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .tp-bakul-title {
        color: #0b2f24;
        margin: 0;
        line-height: .88;
    }

    .tp-bakul-title b {
        display: inline;
        font-size: clamp(60px, 7vw, 140px);
        font-weight: 400;
        letter-spacing: 0;
        color: #071f19;
        font-family: var(--tp-ff-bebas, var(--tp-ff-grotesk, sans-serif));
        line-height: .84;
        text-transform: uppercase;
    }

    .tp-bakul-title>span:not(.tp-bakul-since) {
        display: inline-block;
        color: rgba(15, 63, 47, .9);
        font-family: var(--tp-ff-playfair-custom, serif);
        font-style: italic;
        font-size: clamp(50px, 6vw, 120px);
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
        line-height: .82;
    }

    .tp-bakul-title em,
    .tp-bakul-since {
        display: inline-flex;
        align-items: center;
        gap: 16px;
        color: rgba(15, 63, 47, .58);
        font-size: 18px !important;
        font-style: normal !important;
        font-weight: 800;
        line-height: 1;
        letter-spacing: .04em;
        text-transform: uppercase;
        margin-left: 20px;
        transform: translateY(-20px);
    }

    .tp-bakul-since span {
        font-size: inherit !important;
        font-style: inherit !important;
        font-family: inherit !important;
        color: inherit !important;
    }

    .tp-bakul-title em::after,
    .tp-bakul-since i {
        content: "";
        display: block;
        width: 36px;
        height: 2px;
        background: var(--bakul-lime);
    }

    .tp-bakul-description {
        max-width: 360px;
        margin: 18px 0 18px;
        color: rgba(8, 40, 29, .62);
        font-size: 17px;
        line-height: 1.55;
    }

    .tp-bakul-btn {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        color: var(--bakul-green);
        font-size: 13px;
        font-weight: 900;
        letter-spacing: .02em;
        text-transform: uppercase;
    }

    .tp-bakul-btn i {
        color: var(--bakul-green);
        font-size: 18px;
        transition: transform .3s ease;
    }

    .tp-bakul-btn:hover,
    .tp-bakul-btn:hover i {
        color: var(--bakul-green);
    }

    .tp-bakul-btn:hover i {
        transform: translateX(4px);
    }

    .tp-bakul-follow {
        position: absolute;
        z-index: 8;
        left: 32px;
        top: 50%;
        transform: translateY(-50%);
        width: 48px;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .tp-bakul-follow span {
        writing-mode: vertical-rl;
        color: var(--bakul-green);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .tp-bakul-follow>i {
        width: 1px;
        height: 40px;
        background: rgba(15, 63, 47, .25);
    }

    .tp-bakul-follow a {
        color: var(--bakul-green);
        font-size: 14px;
        line-height: 1;
        transition: color .25s ease;
    }

    .tp-bakul-follow a:hover {
        color: var(--tp-common-red-3, #FF4851);
    }

    .tp-bakul-controls {
        position: absolute;
        z-index: 8;
        left: 126px;
        bottom: 122px;
        display: flex;
        gap: 30px;
    }

    .tp-bakul-nav {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, .42);
        background: rgba(6, 39, 29, .2);
        color: rgba(255, 255, 255, .86);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease;
    }

    .tp-bakul-nav.is-active,
    .tp-bakul-nav:hover {
        border-color: var(--bakul-lime);
        background: var(--bakul-lime);
        color: var(--bakul-green);
    }

    .tp-bakul-progress {
        position: absolute;
        z-index: 8;
        left: 32px;
        bottom: 120px;
        gap: 12px;
        flex-direction: column;
        align-items: center;
    }

    .tp-bakul-progress::before,
    .tp-bakul-progress::after {
        content: '';
        display: block;
        width: 1px;
        height: 35px;
        background: rgba(15, 63, 47, .25);
    }

    .tp-bakul-progress button {
        color: var(--bakul-green);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0;
        background: transparent;
        padding: 0;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease;
        opacity: 0.6;
        position: relative;
    }

    .tp-bakul-progress button.is-active {
        color: var(--bakul-green);
        border-color: var(--bakul-green);
        opacity: 1;
    }

    .tp-bakul-progress button .nav-thumb {
        position: absolute;
        left: 100%;
        margin-left: 15px;
        width: 140px;
        height: auto;
        object-fit: contain;
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        transform: translateX(-10px);
    }

    .tp-bakul-progress button:hover .nav-thumb,
    .tp-bakul-progress button.is-active .nav-thumb {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .tp-bakul-stat-icon-img {
        display: block;
        width: 28px;
        height: 28px;
        margin: 0 auto 10px;
        object-fit: contain;
    }

    .tp-bakul-scroll {
        position: absolute;
        z-index: 8;
        right: 40px;
        bottom: 86px;
        align-items: center;
        gap: 12px;
        color: white;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        flex-direction: column;
    }

    .scroll-mouse {
        width: 22px;
        height: 34px;
        border: 2px solid white;
        border-radius: 12px;
        position: relative;
        opacity: 0.8;
    }

    .scroll-mouse::before {
        content: '';
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%);
        width: 4px;
        height: 6px;
        background: white;
        border-radius: 2px;
        animation: scroll-mouse 1.5s infinite;
    }

    @keyframes scroll-mouse {
        0% {
            top: 6px;
            opacity: 1;
        }

        100% {
            top: 18px;
            opacity: 0;
        }
    }

    .tp-bakul-legacy {
        position: absolute;
        z-index: 9;
        left: 50%;
        bottom: 36px;
        transform: translateX(-50%);
        width: min(920px, calc(100% - 100px));
        display: grid;
        grid-template-columns: minmax(320px, 1fr) 1.2fr;
        gap: 24px;
        padding: 24px 30px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 16px;
        background: rgba(255, 255, 255, .08);
        box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
        backdrop-filter: blur(28px);
        -webkit-backdrop-filter: blur(28px);
        color: #ffffff;
    }

    .tp-bakul-legacy-left {
        display: grid;
        grid-template-columns: 82px 1fr;
        gap: 18px;
        align-items: center;
    }

    .tp-bakul-legacy-icon {
        width: 82px;
        height: 82px;
        border-radius: 50%;
        border: 2px solid rgba(184, 233, 40, .45);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--bakul-lime);
        font-size: 38px;
        background: rgba(255, 255, 255, .06);
        overflow: hidden;
    }

    .tp-bakul-legacy-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tp-bakul-legacy h5 {
        margin: 0 0 8px;
        color: #ffffff;
        font-family: var(--ff-bebas-neue, sans-serif);
        font-size: 24px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .tp-bakul-legacy p {
        margin: 0;
        color: rgba(255, 255, 255, .8);
        font-size: 14px;
        line-height: 1.5;
    }

    .tp-bakul-legacy-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        border-left: 1px solid rgba(255, 255, 255, .2);
        padding-left: 24px;
    }

    .tp-bakul-legacy-stat {
        text-align: center;
    }

    .tp-bakul-legacy-stat i {
        display: block;
        margin-bottom: 8px;
        color: var(--bakul-lime);
        font-size: 22px;
    }

    .tp-bakul-legacy-stat strong {
        display: block;
        color: #ffffff;
        font-family: var(--ff-bebas-neue, sans-serif);
        font-size: 38px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: .02em;
    }

    .tp-bakul-legacy-stat span {
        display: block;
        max-width: 80px;
        margin: 6px auto 0;
        color: rgba(255, 255, 255, .8);
        font-size: 11px;
        font-weight: 700;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: .03em;
    }

    .tp-header-10-btn-box .tp-btn-gradient,
    .footer-subscribe-btn {
        background: #0f3f2f !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

    .tp-header-10-btn-box .tp-btn-gradient:hover,
    .footer-subscribe-btn:hover {
        background: var(--tp-theme-primary, #b8e928) !important;
        color: #0f3f2f !important;
    }

    @media (max-width: 1399px) {
        .tp-bakul-hero-content {
            margin-left: 80px;
        }

        .tp-bakul-legacy {
            width: min(720px, calc(100% - 280px));
        }
    }

    @media (max-width: 1199px) {
        .tp-bakul-hero {
            height: auto;
            min-height: auto;
        }

        .tp-bakul-hero-content {
            margin-left: 0;
            padding-top: 140px;
            padding-bottom: 300px;
            height: auto;
            display: block;
        }

        .tp-bakul-legacy {
            width: calc(100% - 48px);
            bottom: 32px;
        }

        .tp-bakul-controls {
            left: 24px;
            bottom: auto;
            top: calc(100% - 300px);
        }

        .tp-bakul-progress {
            left: 24px;
        }
    }

    @media (max-width: 991px) {
        .tp-bakul-hero-content {
            padding-top: 120px;
            padding-bottom: 360px;
        }

        .tp-bakul-legacy {
            grid-template-columns: 1fr;
            gap: 16px;
            width: calc(100% - 32px);
            padding: 20px;
        }

        .tp-bakul-legacy-stats {
            border-left: 0;
            border-top: 1px solid rgba(255, 255, 255, .2);
            padding-left: 0;
            padding-top: 16px;
        }
    }

    @media (max-width: 767px) {
        .tp-bakul-hero-image {
            background-position: 62% 50%;
        }

        .tp-bakul-hero-wash {
            background:
                linear-gradient(180deg, rgba(246, 246, 238, .35) 0%, rgba(246, 246, 238, .5) 40%, rgba(8, 48, 33, .96) 100%),
                linear-gradient(90deg, rgba(250, 250, 243, .92) 0%, rgba(250, 250, 243, .55) 100%);
        }

        .tp-bakul-hero-content {
            padding-top: 110px;
            padding-bottom: 400px;
            max-width: 100%;
            height: auto;
            display: block;
        }

        .tp-bakul-eyebrow {
            font-size: 12px;
        }

        .tp-bakul-title b {
            font-size: clamp(48px, 14vw, 68px);
        }

        .tp-bakul-title span {
            font-size: clamp(44px, 12vw, 62px);
        }

        .tp-bakul-title em,
        .tp-bakul-since {
            transform: none;
            margin: 10px 0 0;
            font-size: 13px;
        }

        .tp-bakul-description {
            max-width: 100%;
            font-size: 14px;
        }

        .tp-bakul-controls {
            top: auto;
            bottom: auto;
            left: 16px;
        }

        .tp-bakul-legacy {
            width: calc(100% - 24px);
            bottom: 16px;
            padding: 16px;
            gap: 14px;
        }

        .tp-bakul-legacy-left {
            grid-template-columns: 60px 1fr;
            gap: 12px;
        }

        .tp-bakul-legacy-icon {
            width: 60px;
            height: 60px;
            font-size: 28px;
        }

        .tp-bakul-legacy-icon img {
            width: 36px;
            height: 36px;
        }

        .tp-bakul-legacy h5 {
            font-size: 17px;
        }

        .tp-bakul-legacy p {
            font-size: 12px;
        }

        .tp-bakul-legacy-stat strong {
            font-size: 26px;
        }

        .tp-bakul-legacy-stat i {
            font-size: 18px;
        }

        .tp-bakul-legacy-stat span {
            font-size: 9px;
        }

        .tp-bakul-stat-icon-img {
            width: 22px;
            height: 22px;
        }
    }

    /* Overrides for Bakul Theme Consistency */
    .btn-bakul-green-bg {
        background-color: var(--bakul-green) !important;
        color: #fff !important;
    }

    .btn-bakul-green-bg:hover {
        background-color: var(--tp-theme-primary) !important;
        color: var(--bakul-green) !important;
    }


    /* Hero Spacing Overrides */
    .tp-bakul-hero .tp-bakul-title {
        margin-bottom: 10px !important;
    }

    .tp-bakul-hero .tp-bakul-eyebrow {
        margin-bottom: 20px !important;
        display: inline-block;
    }

    .tp-bakul-hero-content {
        padding-bottom: 40px !important;
    }

    .it-about-area {
        margin-top: 20px;
    }


    .tp-bakul-title {
        font-size: 56px !important;
        line-height: 1.1 !important;
    }

    .tp-bakul-hero-content {
        max-width: 900px !important;
    }

    @media (max-width: 991px) {
        .tp-bakul-title {
            font-size: 40px !important;
        }
    }

    @media (max-width: 767px) {
        .tp-bakul-title {
            font-size: 32px !important;
        }
    }

/* ==========================================================================
   Bakul Group Corporate Custom Styles & Design System Refinements
   ========================================================================== */

/* Color Variables */
:root {
  --bakul-dark-green: #0b2f24;
  --bakul-accent-green: #1a5c3a;
  --bakul-light-green: #2d8a55;
  --bakul-soft-bg: #f8faf9;
  --bakul-warm-bg: #f4f7f5;
  --bakul-gold-accent: #c5a059;
}

/* Background Patterns */
.bakul-pattern-bg {
  background-color: #f8faf9 !important;
  background-image: 
    radial-gradient(rgba(26, 92, 58, 0.08) 1.2px, transparent 1.2px),
    linear-gradient(180deg, #f8faf9 0%, #eef4f1 100%) !important;
  background-size: 24px 24px, 100% 100% !important;
  background-position: 0 0, 0 0 !important;
}

.bakul-dark-pattern-bg {
  background-color: #0b2f24 !important;
  background-image: 
    radial-gradient(rgba(197, 160, 89, 0.15) 1px, transparent 1px),
    linear-gradient(160deg, #0b2f24 0%, #1a5c3a 60%, #08231b 100%) !important;
  background-size: 28px 28px, 100% 100% !important;
}

/* Hide Unwanted Pink Geometric Shapes */
.it-about-shape-wrap,
.it-about-shape-1,
.it-about-shape-2 {
  display: none !important;
}

/* Strict Image Ratios & Fixed Container Bounds (About Section) */
.it-about-thumb-inner {
  width: 100% !important;
  max-width: 360px !important;
  height: 460px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  position: relative !important;
  box-shadow: 0 16px 36px rgba(11, 47, 36, 0.1) !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.it-about-thumb-inner img,
.it-about-thumb-inner img.img-1 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 16px !important;
  margin: 0 !important;
}

.it-about-thumb img.img-2 {
  width: 100% !important;
  max-width: 340px !important;
  height: 240px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 16px !important;
  margin-left: 0 !important;
  margin-bottom: 30px !important;
  box-shadow: 0 16px 36px rgba(11, 47, 36, 0.12) !important;
}

.it-about-thumb img.img-3 {
  width: 100% !important;
  max-width: 340px !important;
  height: 520px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 36px rgba(11, 47, 36, 0.12) !important;
  margin-left: 0 !important;
}

/* Glassmorphic Stats Badges in About Section */
.it-about-info-wrap {
  position: absolute !important;
  top: 25% !important;
  right: -30px !important;
  z-index: 5 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

@media (max-width: 991px) {
  .it-about-info-wrap {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    margin-bottom: 20px !important;
  }
}

.it-about-info-item {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(26, 92, 58, 0.15) !important;
  border-radius: 14px !important;
  padding: 16px 24px !important;
  box-shadow: 0 12px 30px rgba(11, 47, 36, 0.12) !important;
}

.it-about-info-item i {
  color: #0b2f24 !important;
  font-family: inherit !important;
}

.it-about-info-item p {
  color: #2c3e35 !important;
  font-weight: 600 !important;
}

/* Corporate Buttons - Strict Bakul Green Palette */
.btn-bakul-green-bg,
.tp-btn-gradient,
.tp-btn-black-radius,
.btn-blue-bg,
.footer-subscribe-btn {
  background: #0b2f24 !important;
  color: #ffffff !important;
  border: 1px solid #1a5c3a !important;
  box-shadow: 0 4px 15px rgba(11, 47, 36, 0.2) !important;
  transition: all 0.3s ease !important;
}

.btn-bakul-green-bg:hover,
.tp-btn-gradient:hover,
.tp-btn-black-radius:hover,
.btn-blue-bg:hover,
.footer-subscribe-btn:hover {
  background: #1a5c3a !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(11, 47, 36, 0.3) !important;
}

.btn-bakul-green-bg span,
.tp-btn-gradient span,
.tp-btn-black-radius span,
.btn-blue-bg span {
  color: #ffffff !important;
}

.btn-bakul-green-bg svg path,
.tp-btn-gradient svg path,
.tp-btn-black-radius svg path,
.btn-blue-bg svg path {
  stroke: #ffffff !important;
  fill: none !important;
}

/* Division Cards */
.bakul-company-card {
  background: #ffffff !important;
  border: 1px solid rgba(26, 92, 58, 0.12) !important;
  border-radius: 16px !important;
  transition: all 0.35s ease !important;
  box-shadow: 0 6px 20px rgba(11, 47, 36, 0.05) !important;
}

.bakul-company-card:hover {
  transform: translateY(-8px) !important;
  border-color: #1a5c3a !important;
  box-shadow: 0 20px 45px rgba(11, 47, 36, 0.15) !important;
}

/* Leadership / Director Cards */
.bakul-director-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2ece7;
  transition: all 0.35s ease;
  box-shadow: 0 8px 24px rgba(11, 47, 36, 0.06);
}

.bakul-director-card:hover {
  transform: translateY(-6px);
  border-color: #1a5c3a;
  box-shadow: 0 20px 50px rgba(11, 47, 36, 0.14);
}

.bakul-director-img-wrap {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
  background: #edf3f0;
}

.bakul-director-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}

.bakul-director-card:hover .bakul-director-img-wrap img {
  transform: scale(1.06);
}