:root {
    --tp-primary: #2473c2;
    --tp-secodary: #2473c2;
    --tp-primary-dark: #072d6b;
    --tp-primary-light: #4a9de8;
    --tp-accent: #f5a623;
    --tp-light-blue: #e8f0fb;
    --tp-gray: #6c757d;
    --tp-dark: #1a1a2e;
    --tp-footer: #0d2a5c;
    --tp-gradient: linear-gradient(135deg, #2473c2 0%, #1a5a9e 50%, #0d3d7a 100%);
    --tp-gradient-accent: linear-gradient(90deg, #2473c2, #4a9de8, #f5a623);
    --tp-shadow-soft: 0 10px 40px rgba(36, 115, 194, 0.12);
    --tp-shadow-card: 0 16px 48px rgba(15, 45, 90, 0.14);
    --tp-radius-lg: 16px;
    --tp-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Archivo", sans-serif;
    color: #333;
    overflow-x: hidden;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background: rgba(36, 115, 194, 0.2);
    color: var(--tp-primary-dark);
}

a {
    color: var(--tp-primary);
}

.text-primary {
    color: var(--tp-primary) !important;
}

.bg-primary {
    background: var(--tp-primary) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

.main-title {
    color: #2a75bb;
    font-size: clamp(1.85rem, 3.2vw, 3rem);
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 1.25rem;
}

.sub-title {
    color: #2a75bb;
    font-size: clamp(1.85rem, 3.2vw, 2rem);
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 1.25rem;
}


/* Support section headings (1., 2., 3.) */

.support-heading {
    color: #2a75bb;
    font-size: 1.125rem;
    /* ~18px */
    font-weight: 600;
    margin: 0 0 0.75rem;
}


/* Top Bar */

.top-bar {
    background: linear-gradient(90deg, #0b3a6e 0%, #1b5fa7 45%, #2473c2 100%);
    font-family: "Archivo", "Roboto", sans-serif;
    font-size: 0.78rem;
    border-bottom: none;
    padding: 0;
    position: relative;
    z-index: 1040;
}

.top-bar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    min-height: 40px;
    color: #fff;
}

.top-bar-contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.85rem;
    padding: 0.45rem 0;
}

.top-bar-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.25s var(--tp-ease), color 0.25s var(--tp-ease), transform 0.25s var(--tp-ease);
}

.top-bar-link i {
    font-size: 0.78rem;
    color: #ffcc80;
}

.top-bar-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.top-bar-branch {
    margin-left: auto;
    margin-right: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
    display: flex;
    align-self: stretch;
}

.btn-top-branch {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0 1.4rem;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    font-family: "Archivo", "Roboto", sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.3;
    transition: background 0.25s var(--tp-ease), color 0.25s var(--tp-ease);
}

.btn-top-branch:hover,
.btn-top-branch:focus,
.btn-top-branch.show {
    color: #fff;
    background: rgba(255, 255, 255, 0.24);
}

.btn-top-branch::after {
    margin-left: 0.35rem;
    font-size: 0.65rem;
    vertical-align: 0.1em;
    border-top-color: #fff;
}

.top-branch-menu {
    font-size: 0.85rem;
    border: 1px solid rgba(27, 95, 167, 0.12);
    box-shadow: 0 16px 40px rgba(7, 45, 107, 0.18);
    border-radius: 12px;
    padding: 0.45rem;
    z-index: 9999;
    margin-top: 0.35rem !important;
    max-height: min(70vh, 420px);
    overflow-y: auto;
}

.top-branch-menu .dropdown-item {
    padding: 0.55rem 0.85rem;
    color: #334155;
    border-radius: 8px;
    font-weight: 500;
}

.top-branch-menu .dropdown-item:hover,
.top-branch-menu .dropdown-item.active {
    background: #eff6ff;
    color: var(--tp-primary);
}


/* .contact-info-grid .cinfo-card,
.branch-addresses-section .cinfo-card {
    scroll-margin-top: 110px;
}

.contact-info-grid .cinfo-card:target,
.branch-addresses-section .cinfo-card:target {
    background: rgba(239, 246, 255, 0.95);
    border-color: rgba(59, 130, 246, 0.35);
    box-shadow: 0 18px 42px rgba(59, 130, 246, 0.12);
    transform: translateY(-2px);
}

.contact-info-grid .cinfo-card:target .cinfo-title,
.branch-addresses-section .cinfo-card:target .cinfo-title {
    color: var(--tp-primary);
} */


/* Sticky Header */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(15, 45, 90, 0.06);
    box-shadow: 0 1px 0 rgba(15, 45, 90, 0.04);
    transition: box-shadow 0.35s var(--tp-ease), background 0.35s var(--tp-ease), border-color 0.35s var(--tp-ease), backdrop-filter 0.35s var(--tp-ease);
}

.site-header.header-scrolled {
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    border-bottom-color: rgba(15, 45, 90, 0.08);
    box-shadow: 0 10px 36px rgba(7, 45, 107, 0.1);
}

.site-header .navbar {
    padding: 0.65rem 0;
}


/* Keep anchored policy headings clear of the sticky header. */

.policy-section[id] {
    scroll-margin-top: 9rem;
}

#chairmans-message,
#purpose,
#awards,
#csr,
#key-people,
#life-at-true-power,
#people,
#working-with-us,
#careers,
#service-requests,
#standard-warranty-information,
#service-charge,
#company-profile,
#vision-mission,
#press-media,
#customer-feedback {
    scroll-margin-top: 9rem;
}


/* Accordion items inside sections need extra offset */

#truepower-international,
#made-in-india,
#manufacturing-facilities {
    scroll-margin-top: 12rem;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    margin-right: 1rem;
    max-width: 100%;
    max-height: 56px;
    transition: transform 0.3s var(--tp-ease), opacity 0.3s var(--tp-ease);
}

.navbar-brand.brand-logo:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.brand-logo img,
a.brand-logo>img.brand-logo {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}

.brand-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-title {
    font-family: "Archivo", "Roboto", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1b5fa7;
    letter-spacing: 0.02em;
}

.brand-subtitle {
    font-family: "Archivo", "Roboto", sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    color: #2473c2;
    letter-spacing: 0.04em;
    margin-top: 0.1rem;
}

.brand-cert {
    font-family: "Archivo", "Roboto", sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
    color: #888;
    margin-top: 0.2rem;
    letter-spacing: 0.01em;
}

.site-header .navbar-toggler {
    border: 1px solid rgba(27, 95, 167, 0.18);
    border-radius: 10px;
    padding: 0.45rem 0.55rem;
    background: #f5f8fc;
    transition: background 0.25s var(--tp-ease), border-color 0.25s var(--tp-ease);
}

.site-header .navbar-toggler:hover {
    background: #eaf2fb;
    border-color: rgba(27, 95, 167, 0.35);
}

.site-header .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(36, 115, 194, 0.18);
}

.site-header .navbar-toggler-icon {
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231b5fa7' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav {
    gap: 0.15rem;
}

.navbar-nav .nav-link {
    color: #3a4a5c;
    font-family: "Archivo", "Roboto", sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    padding: 0.55rem 0.95rem !important;
    border-radius: 999px;
    transition: color 0.25s var(--tp-ease), background 0.25s var(--tp-ease);
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--tp-primary);
    background: rgba(36, 115, 194, 0.08);
}

.navbar-nav .dropdown-toggle::after {
    margin-left: 0.35rem;
    font-size: 0.65rem;
    vertical-align: 0.12em;
    opacity: 0.7;
}


/* Gallery / About / Life simple dropdowns */

.gallery-dropdown {
    min-width: 13.5rem;
    padding: 0.45rem 0;
    margin-top: 0.35rem !important;
    border: 1px solid rgba(27, 95, 167, 0.1);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(7, 45, 107, 0.12);
    animation: megaFadeIn 0.2s var(--tp-ease);
}

.gallery-dropdown .dropdown-item {
    padding: 0.55rem 1.1rem;
    font-size: 0.92rem;
    font-weight: 500;
    color: #2a3a4d;
    transition: color 0.2s var(--tp-ease), background 0.2s var(--tp-ease);
}

.gallery-dropdown .dropdown-item:hover,
.gallery-dropdown .dropdown-item:focus,
.gallery-dropdown .dropdown-item.active {
    color: var(--tp-primary);
    background: rgba(36, 115, 194, 0.08);
}

@media (max-width: 991.98px) {
    .gallery-dropdown {
        margin-top: 0.25rem !important;
        border: none;
        border-radius: 10px;
        box-shadow: none;
        background: rgba(36, 115, 194, 0.04);
    }
}


/* Contact as compact CTA */

.navbar-nav>.nav-item:last-child>.nav-link {
    margin-left: 0.35rem;
    padding: 0.55rem 1.15rem !important;
    color: #fff !important;
    background: linear-gradient(135deg, #1b5fa7 0%, #2473c2 100%);
    box-shadow: 0 6px 16px rgba(27, 95, 167, 0.28);
}

.navbar-nav>.nav-item:last-child>.nav-link:hover,
.navbar-nav>.nav-item:last-child>.nav-link.active {
    color: #fff !important;
    background: linear-gradient(135deg, #154a86 0%, #1b5fa7 100%);
    box-shadow: 0 8px 20px rgba(27, 95, 167, 0.35);
}


/* Products Mega Menu */

.mega-menu-item {
    position: static;
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 0 !important;
    padding: 1.35rem 0 1.5rem;
    border: none;
    border-top: 1px solid rgba(27, 95, 167, 0.08);
    border-radius: 0 0 18px 18px;
    background: radial-gradient(1200px 180px at 20% 0%, rgba(36, 115, 194, 0.06), transparent 60%), linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
    box-shadow: 0 22px 48px rgba(7, 45, 107, 0.14);
    position: absolute;
    inset-inline: 0;
    animation: megaFadeIn 0.22s var(--tp-ease);
}

@keyframes megaFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mega-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #e8eef5;
}

.mega-menu-header-text {
    min-width: 0;
}

.mega-menu-title {
    margin: 0;
    font-family: "Roboto", "Inter", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a4a7e;
}

.mega-menu-desc {
    margin: 0.2rem 0 0;
    font-size: 0.82rem;
    color: #777;
}

.mega-menu-all {
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
    flex-shrink: 0;
    font-family: "Roboto", "Inter", sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--tp-primary);
    text-decoration: none;
    white-space: nowrap;
    transition: gap 0.2s, color 0.2s;
}

.mega-menu-all:hover {
    color: var(--tp-primary-dark);
    gap: 0.3rem;
}

.mega-menu-all i {
    font-size: 1.2rem;
    line-height: 1;
}

.mega-menu-featured {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e8eef5;
}

.mega-featured-card {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 8px;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    overflow: hidden;
}

.mega-featured-card:hover {
    border-color: #b8d4f0;
    box-shadow: 0 6px 18px rgba(36, 115, 194, 0.12);
    transform: translateY(-2px);
}

.mega-featured-card img {
    width: 52px;
    height: 38px;
    object-fit: cover;
    border-radius: 5px;
    flex-shrink: 0;
}

.mega-featured-card span {
    font-family: "Roboto", "Inter", sans-serif;
    font-size: 0.76rem;
    font-weight: 600;
    color: #333;
    line-height: 1.25;
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem 1.25rem;
}

.mega-menu-col {
    min-width: 0;
}

.mega-col-title {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.65rem;
    padding: 0.5rem 0.65rem;
    border-bottom: none;
    border-left: 3px solid #2473c2;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(36, 115, 194, 0.1), rgba(36, 115, 194, 0.02));
    font-family: "Archivo", "Roboto", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0f3d72;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.mega-col-title a {
    color: inherit;
    text-decoration: none;
}

.mega-col-title i {
    font-size: 0.95rem;
    color: var(--tp-primary);
}

.mega-product-list {
    list-style: none;
    margin: 0;
    padding: 0 0.15rem;
}

.mega-product-list li+li {
    margin-top: 0.12rem;
}

.mega-product-list a {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.55rem;
    border-radius: 8px;
    font-family: "Archivo", "Roboto", sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: #4a5568;
    text-decoration: none;
    line-height: 1.35;
    transition: background 0.2s var(--tp-ease), color 0.2s var(--tp-ease), padding-left 0.2s var(--tp-ease);
}

.mega-product-list a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c5d5e8;
    flex-shrink: 0;
    transition: background 0.2s var(--tp-ease), transform 0.2s var(--tp-ease);
}

.mega-product-list a:hover {
    background: rgba(36, 115, 194, 0.08);
    color: var(--tp-primary);
    padding-left: 0.7rem;
}

.mega-product-list a:hover::before {
    background: var(--tp-primary);
    transform: scale(1.2);
}


/* Hero Carousel */

.hero-carousel {
    position: relative;
}

.hero-carousel .carousel-inner {
    overflow: hidden;
}

.hero-carousel .carousel-item {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 677;
    max-height: none;
    min-height: 0;
    position: relative;
    overflow: hidden;
}


/* Smooth right-to-left slide transition */

#heroSlider .carousel-item {
    transition: transform 1.1s ease-in-out;
}

.hero-slide-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    will-change: transform, opacity;
    image-rendering: -webkit-optimize-contrast;
    /* Always start at zoom state to prevent snap/jerk on slide change */
    transform: scale(1.08);
}

.hero-slide-media::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(112deg, rgba(0, 20, 48, 0.2) 0%, rgba(0, 20, 48, 0.02) 38%, rgba(255, 255, 255, 0.13) 52%, rgba(0, 20, 48, 0.08) 100%);
    mix-blend-mode: soft-light;
    opacity: 0;
}


/* Zoom-out effect on active slide */

.hero-carousel .carousel-item.active .hero-slide-media {
    animation: heroZoomOut 6s ease-out both;
}


/* Alternate even slides: zoom-out from right */

.hero-carousel .carousel-item:nth-child(even).active .hero-slide-media {
    animation: heroZoomOutPan 6s ease-out both;
}

.hero-carousel .carousel-item.active .hero-slide-media::after {
    animation: heroLightSweep 2.2s ease-in-out forwards;
    opacity: 0.35;
}

.hero-carousel .carousel-item .hero-slide-img {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform-origin: center center;
}

.hero-slide-overlay {
    position: absolute;
    left: 50%;
    top: calc(71.5% + 50px);
    z-index: 4;
    transform: translateX(-50%);
    pointer-events: none;
}

.hero-slide-overlay .btn-hero-slide {
    pointer-events: auto;
    margin-top: 0;
}


/* Zoom-out effect: starts slightly zoomed in, eases back to full-width normal */

@keyframes heroZoomOut {
    from {
        transform: scale(1.08) translate3d(-0.8%, -0.3%, 0);
    }
    to {
        transform: scale(1) translate3d(0%, 0%, 0);
    }
}


/* Even slides: zoom-out with slight pan right */

@keyframes heroZoomOutPan {
    from {
        transform: scale(1.08) translate3d(0.8%, -0.3%, 0);
    }
    to {
        transform: scale(1) translate3d(0%, 0%, 0);
    }
}

@keyframes heroLightSweep {
    0% {
        opacity: 0;
        transform: translateX(-8%);
    }
    20% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: translateX(8%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-carousel .carousel-item.active .hero-slide-media,
    .hero-carousel .carousel-item.active .hero-slide-media::after {
        animation: none;
    }
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 360px;
    overflow: hidden;
}

.hero-slide-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide-bg-earthing {
    background: radial-gradient(ellipse at 50% 42%, #6eb2ea 0%, #58a2de 28%, #4892d0 52%, #3a82c2 78%, #2d72b4 100%);
}

.hero-slide-bg-solar {
    background: radial-gradient(ellipse at 40% 50%, #f5d898 0%, #e8b868 22%, #7aacd0 55%, #4a82b0 100%);
}

.hero-slide-bg-transformer {
    background: radial-gradient(ellipse at 50% 45%, #5ed8f0 0%, #2ec0e4 35%, #1a9cc8 70%, #0e72a0 100%);
}

.hero-slide-visual {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.hero-slide-visual-left {
    left: 0;
    width: 28%;
}

.hero-slide-visual-right {
    right: 0;
    width: 32%;
}

.hero-slide-img {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: auto;
    max-width: none;
    object-fit: cover;
    object-position: bottom center;
}

.hero-slide-visual-left .hero-slide-img {
    left: 0;
}

.hero-slide-visual-right .hero-slide-img {
    right: 0;
    left: auto;
}

.hero-slide-sparkles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient(circle at 78% 42%, rgba(255, 255, 255, 0.35) 0%, transparent 8%), radial-gradient(circle at 85% 58%, rgba(255, 255, 255, 0.25) 0%, transparent 6%), radial-gradient(circle at 72% 65%, rgba(255, 255, 255, 0.2) 0%, transparent 5%);
}

.hero-slide-container {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.hero-slide-content {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    font-family: "Montserrat", "Poppins", sans-serif;
}

.hero-title-line {
    margin: 0;
    font-size: clamp(1.35rem, 3.1vw, 2.25rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.1;
    text-shadow: 0 2px 16px rgba(0, 30, 80, 0.35);
}

.hero-title-main {
    margin: 0.1rem 0 0;
    font-size: clamp(2rem, 5.4vw, 3.85rem);
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    text-shadow: 0 3px 20px rgba(0, 30, 80, 0.4);
}

.hero-subtitle {
    margin: 0.85rem 0 0;
    font-size: clamp(0.72rem, 1.55vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.35;
    text-shadow: 0 2px 12px rgba(0, 30, 80, 0.3);
}

.hero-tagline-ribbon {
    display: inline-block;
    margin-top: 0.9rem;
    padding: 0.46rem 2.5rem;
    background: rgba(198, 228, 252, 0.82);
    border: 1px solid #1a4a7e;
    transform: skewX(-18deg);
    box-shadow: 0 2px 5px rgba(0, 45, 95, 0.18);
}

.hero-tagline-ribbon span {
    display: inline-block;
    transform: skewX(18deg);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.68rem, 1.25vw, 0.86rem);
    font-weight: 700;
    font-style: normal;
    color: #0f3158;
    letter-spacing: 0.01em;
    white-space: nowrap;
    line-height: 1.2;
}

.hero-slide-bg-solar .hero-tagline-ribbon {
    background: rgba(255, 238, 200, 0.88);
    border-color: #5a4020;
    box-shadow: 0 2px 5px rgba(80, 50, 10, 0.15);
}

.hero-slide-bg-solar .hero-tagline-ribbon span {
    color: #1a3358;
}

.hero-slide-bg-transformer .hero-tagline-ribbon {
    background: rgba(190, 245, 255, 0.78);
    border-color: #0a5a7a;
    box-shadow: 0 2px 5px rgba(0, 60, 90, 0.18);
}

.hero-slide-bg-transformer .hero-tagline-ribbon span {
    color: #063a55;
}

.btn-hero-slide {
    display: inline-block;
    margin-top: 0.95rem;
    padding: 0.62rem 1.85rem;
    border-radius: 8px;
    background: linear-gradient(180deg, #5aabef 0%, #4a90e2 55%, #3f82d4 100%);
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: clamp(0.78rem, 1.1vw, 0.9rem);
    letter-spacing: 0.01em;
    text-decoration: none;
    border: 1px solid rgba(30, 85, 150, 0.25);
    box-shadow: 0 4px 8px rgba(0, 40, 95, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-hero-slide:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 45, 110, 0.45);
    filter: brightness(1.06);
    color: #ffffff;
}

.hero-slide-content-transformer .hero-title-main {
    font-size: clamp(1.65rem, 4.6vw, 3.2rem);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    display: none;
}

.hero-carousel .carousel-indicators {
    z-index: 5;
    margin: 0;
}

.hero-indicators-vertical {
    position: absolute;
    top: 50%;
    right: 1.1rem;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.85rem;
    width: 14px;
    height: auto;
    padding: 0.35rem 0;
}

.hero-indicators-vertical::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: rgba(74, 157, 232, 0.55);
    transform: translateX(-50%);
    z-index: 0;
}

.hero-indicators-vertical [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.95);
    background: transparent;
    opacity: 1;
    position: relative;
    z-index: 1;
    transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.hero-indicators-vertical [data-bs-target].active {
    background: #ffffff;
    border-color: #ffffff;
    transform: scale(1.08);
}


/* Intro Section */

.intro-section {
    position: relative;
    padding: 4.75rem 0;
    background: #ffffff;
    overflow: hidden;
    font-family: "Poppins", "Inter", sans-serif;
}

.intro-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(170, 178, 188, 0.32) 1px, transparent 1px);
    background-size: 16px 16px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.22) 38%, rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0.82) 100%);
    pointer-events: none;
}

.intro-section .container {
    position: relative;
    z-index: 1;
}

.intro-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a3adb8;
    margin-bottom: 1.5rem;
}

.intro-heading {
    color: var(--tp-primary);
    font-weight: 300;
    font-size: clamp(1.75rem, 3.2vw, 3rem);
    margin: 0;
    line-height: 1.25;
}

.intro-heading-bold {
    font-weight: 600;
}

.intro-text {
    margin: 1.75rem 0 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.62;
    color: #666666;
    max-width: 94%;
    letter-spacing: 0.01em;
}

.trust-shield-badge {
    width: clamp(145px, 16.5vw, 198px);
    height: auto;
    display: inline-block;
}


/* Section Titles */

.section-title {
    color: var(--tp-primary-dark);
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 0;
    letter-spacing: -0.02em;
}

.section-head {
    text-align: left;
    margin-bottom: 2.5rem;
}

.section-head .section-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.35rem;
    line-height: 1.3;
}

.section-head .section-title {
    color: var(--tp-primary);
    font-weight: 300;
    font-size: clamp(1.75rem, 3.2vw, 3rem);
    margin: 0;
    line-height: 1.25;
}

.section-head .section-title::after {
    display: none;
}


/* Product Cards */

.product-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 280px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.product-card:hover img {
    transform: scale(1.02);
}

.product-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
}

.product-card .card-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0;
}

.product-card .card-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.product-card-lg {
    height: 320px;
}

.product-card-lg .card-title {
    font-size: 1.5rem;
}

.product-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--tp-accent);
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.35rem 0.85rem;
    border-radius: 4px;
    text-transform: uppercase;
    z-index: 2;
}


/* Product Feature Cards (Earthing & Wires) */

.product-card-feature {
    display: block;
    height: auto;
    min-height: 220px;
    aspect-ratio: 512 / 426;
    border-radius: 14px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(0, 35, 70, 0.14);
    border: 1px solid rgba(0, 100, 180, 0.1);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.45s ease;
}

.product-card-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 60, 120, 0.22);
}

.product-feature-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: #0a1628;
}

.product-feature-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease;
}

.product-feature-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 18, 35, 0.82) 0%, rgba(8, 18, 35, 0.42) 28%, transparent 58%);
    z-index: 1;
    pointer-events: none;
}

.product-card-earthing .product-feature-fade {
    background: linear-gradient(to top, rgba(20, 30, 45, 0.78) 0%, rgba(20, 30, 45, 0.35) 30%, transparent 55%);
}

.product-feature-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    padding: 1.15rem 1.25rem;
}

.product-feature-title {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: clamp(1rem, 2.2vw, 1.45rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 14px rgba(0, 15, 40, 0.5);
}

.product-feature-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.08) 48%, rgba(120, 200, 255, 0.12) 50%, rgba(255, 255, 255, 0.08) 52%, transparent 62%);
    transform: translateX(-120%);
    transition: transform 0.9s ease;
    pointer-events: none;
    z-index: 4;
}

.product-card-feature:hover .product-feature-img {
    transform: scale(1.05);
    filter: brightness(1.04) saturate(1.05);
}

.product-card-feature:hover .product-feature-shine {
    transform: translateX(120%);
}


/* Solar BOS Banner Card */

.product-card-solar {
    display: block;
    height: auto;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 10px 35px rgba(0, 55, 110, 0.16);
    border: 1px solid rgba(0, 130, 210, 0.14);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.45s ease;
}

.product-card-solar:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0, 90, 170, 0.24), 0 0 40px rgba(255, 170, 70, 0.1);
}

.solar-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: #dceaf5;
}

.solar-banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease;
}

.product-card-solar:hover .solar-banner-img {
    transform: scale(1.01);
    filter: brightness(1.01) saturate(1.06);
}

.solar-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.1) 48%, rgba(120, 200, 255, 0.14) 50%, rgba(255, 255, 255, 0.1) 52%, transparent 62%);
    transform: translateX(-120%);
    transition: transform 0.9s ease;
    pointer-events: none;
    z-index: 2;
}

.product-card-solar:hover .solar-shine {
    transform: translateX(120%);
}

.solar-overlay-custom {
    position: absolute;
    bottom: 50px;
    left: 60px;
    z-index: 3;
    pointer-events: none;
    text-align: right;
}

.solar-title-custom {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: clamp(1.4rem, 3.5vw, 2.25rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 14px rgba(0, 15, 40, 0.65);
}

.solar-fade-custom {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom left, rgba(8, 18, 35, 0.75) 0%, rgba(8, 18, 35, 0.3) 30%, transparent 60%);
    z-index: 1;
    pointer-events: none;
}


/* Transformers Banner Card */

.product-card-transformer {
    display: block;
    height: auto;
    min-height: 260px;
    aspect-ratio: 21 / 9;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 10px 35px rgba(0, 35, 90, 0.18);
    border: 1px solid rgba(0, 180, 255, 0.12);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.45s ease;
}

.product-card-transformer:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0, 120, 220, 0.28), 0 0 40px rgba(0, 200, 255, 0.12);
}

.transformer-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: #001a3d;
}

.transformer-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease;
}

.transformer-blue-wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 24, 62, 0.2) 0%, rgba(0, 42, 98, 0.45) 38%, rgba(0, 38, 90, 0.55) 62%, rgba(0, 32, 78, 0.62) 100%);
    z-index: 1;
    pointer-events: none;
}

.transformer-hero-wrap {
    display: none;
}

.transformer-hero-figure {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card-transformer:hover .transformer-banner-bg {
    transform: scale(1.05);
    filter: brightness(1.08) saturate(1.1);
}

.product-card-transformer:hover .transformer-hero-figure {
    transform: scale(1.04) translateY(-2px);
}

.transformer-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}

.transformer-brand {
    position: absolute;
    top: 1.1rem;
    right: 1.75rem;
    text-align: right;
}

.transformer-brand-logo {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.1rem;
    line-height: 1;
}

.transformer-brand-cci {
    font-family: "Roboto", sans-serif;
    font-size: clamp(1.5rem, 2.8vw, 2.15rem);
    font-weight: 800;
    color: #2b7fd4;
    letter-spacing: -0.02em;
}

.transformer-brand-bolt {
    font-size: clamp(0.9rem, 1.6vw, 1.2rem);
    color: #f5c518;
    margin-top: 0.1rem;
}

.transformer-brand-name {
    display: block;
    margin-top: 0.15rem;
    font-family: "Roboto", sans-serif;
    font-size: clamp(0.5rem, 0.9vw, 0.68rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.01em;
}

.transformer-headline {
    position: absolute;
    top: 50%;
    left: 63%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    gap: 0.2rem;
}

.transformer-line {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    text-shadow: 0 2px 18px rgba(0, 20, 60, 0.45);
}

.transformer-line-white {
    color: #fff;
    font-size: clamp(1rem, 2.5vw, 1.95rem);
}

.transformer-line-cyan {
    color: #00d8ff;
    font-size: clamp(1.45rem, 3.8vw, 2.85rem);
    letter-spacing: 0.03em;
}

.transformer-category {
    position: absolute;
    left: 1.5rem;
    bottom: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: clamp(0.85rem, 1.4vw, 1rem);
    font-weight: 500;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 20, 60, 0.5);
}

.transformer-tagline {
    position: absolute;
    right: 1.75rem;
    bottom: 1rem;
    left: auto;
    transform: none;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: clamp(0.58rem, 1vw, 0.78rem);
    font-style: italic;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    white-space: nowrap;
    text-align: right;
    text-shadow: 0 1px 10px rgba(0, 20, 60, 0.45);
}

.transformer-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.08) 48%, rgba(0, 230, 255, 0.15) 50%, rgba(255, 255, 255, 0.08) 52%, transparent 62%);
    transform: translateX(-120%);
    transition: transform 0.9s ease;
    pointer-events: none;
    z-index: 5;
}

.product-card-transformer:hover .transformer-shine {
    transform: translateX(120%);
}

.transformer-glow {
    position: absolute;
    bottom: -10%;
    left: 8%;
    width: 45%;
    height: 70%;
    background: radial-gradient(ellipse at center, rgba(0, 220, 255, 0.35) 0%, transparent 65%);
    opacity: 0.6;
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
    z-index: 3;
    animation: transformerPulse 3s ease-in-out infinite;
}

.product-card-transformer:hover .transformer-glow {
    opacity: 1;
    transform: scale(1.1);
}

.transformer-spark {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #00e5ff;
    box-shadow: 0 0 8px 2px rgba(0, 229, 255, 0.8), 0 0 20px 4px rgba(0, 180, 255, 0.4);
    opacity: 0;
    pointer-events: none;
    z-index: 3;
}

.transformer-spark-1 {
    bottom: 28%;
    left: 22%;
    animation: sparkFlash 2.5s ease-in-out infinite;
}

.transformer-spark-2 {
    bottom: 35%;
    left: 18%;
    animation: sparkFlash 2.5s ease-in-out 1.2s infinite;
}

.product-card-transformer:hover .transformer-spark {
    opacity: 1;
}

@keyframes transformerPulse {
    0%,
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.85;
        transform: scale(1.05);
    }
}

@keyframes sparkFlash {
    0%,
    100% {
        opacity: 0;
        transform: scale(0.5);
    }
    15%,
    35% {
        opacity: 1;
        transform: scale(1.2);
    }
    50% {
        opacity: 0.3;
        transform: scale(0.8);
    }
}


/* Purpose Section */

.purpose-section {
    background: #fff;
}

.purpose-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.75rem;
}

.purpose-title {
    color: var(--tp-primary);
    font-weight: 300;
    font-size: clamp(1.75rem, 3.2vw, 3rem);
    margin: 0;
    line-height: 1.25;
}

.purpose-text {
    font-family: "Roboto", sans-serif;
    font-size: 0.9375rem;
    color: #555;
    line-height: 1.75;
    margin-bottom: 1.75rem;
}

.btn-purpose {
    font-family: "Roboto", sans-serif;
    background: #2c73b8;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0.7rem 1.75rem;
    font-weight: 500;
    font-size: 0.9375rem;
    text-decoration: none;
    display: inline-block;
    transition: background 0.25s ease;
}

.btn-purpose:hover {
    background: #1c5a96;
    color: #fff;
}

.quote-modal .modal-content {
    border-radius: 24px;
    border: none;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(10, 25, 47, 0.12);
}

.quote-modal .modal-header {
    border-bottom: none;
    padding: 1rem;
    background: #f5fafe;
}

.quote-modal .modal-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #10203e;
    margin: 0;
}

.quote-modal .btn-close {
    color: #5f6c86;
    opacity: 1;
}

.quote-modal .modal-body {
    padding: 1.5rem 1.75rem 1.75rem;
}

.quote-modal .quote-form {
    gap: 1rem;
}

.quote-modal .quote-form .form-control {
    border-radius: 14px;
    border: 1px solid #d8e2ef;
    min-height: 52px;
    background: #fff;
    box-shadow: none;
}

.quote-modal .quote-form textarea.form-control {
    resize: vertical;
}

.quote-modal .form-label {
    font-size: 0.82rem;
    color: #4f5d73;
    margin-bottom: 0.35rem;
}

.quote-modal .quote-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(44, 115, 184, 0.12) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.quote-modal .quote-image img {
    max-width: 100%;
    border-radius: 16px;
}

.quote-modal .btn-quote-submit {
    border-radius: 14px;
    padding: 0.95rem 1.75rem;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .quote-modal .modal-dialog {
        max-width: 680px;
    }
}

@media (max-width: 767.98px) {
    .quote-modal .modal-body {
        padding: 1rem;
    }
    .quote-modal .quote-image {
        padding: 0.85rem;
    }
}

.purpose-illustration {
    text-align: center;
}


/* Readonly fields background */

.form-control[readonly],
input[readonly],
textarea[readonly] {
    background: #f5fafe !important;
    cursor: not-allowed;
}


/* Site-wide form controls styled to match modal fields */

.form-control,
.cf-input,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border-radius: 14px;
    border: 1px solid #d8e2ef;
    background: #ffffff;
    min-height: 48px;
    padding: 10px 14px;
    box-shadow: none;
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.08s;
}

.form-control:focus,
.cf-input:focus,
textarea:focus {
    outline: none;
    border-color: #3a8fd4;
    box-shadow: 0 8px 28px rgba(58, 143, 212, 0.12);
    transform: translateY(-1px);
}


/* Keep readonly color rule dominant */

.form-control[readonly],
input[readonly],
textarea[readonly] {
    background: #f5fafe !important;
}

.purpose-illustration img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
}

.btn-primary-custom {
    background: var(--tp-primary);
    border: none;
    border-radius: 50px;
    padding: 0.6rem 1.75rem;
    font-weight: 600;
    font-size: 0.875rem;
    transition: background 0.2s;
}

.btn-primary-custom:hover {
    background: var(--tp-primary-dark);
}


/* Video Section */

.video-section {
    position: relative;
    min-height: 420px;
    height: clamp(380px, 45vw, 700px);
    overflow: hidden;
}

.video-section>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.5rem;
}

.video-content {
    max-width: 720px;
    width: 100%;
}

.video-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    margin: 0 0 1.5rem;
    color: #fff;
}

.video-heading-light {
    font-size: clamp(1.1rem, 2.2vw, 3rem);
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

.video-heading-bold {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.video-play-area {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-watermark {
    position: absolute;
    width: 140px;
    height: 140px;
    opacity: 0.55;
    pointer-events: none;
}

.play-btn {
    position: relative;
    z-index: 2;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.75rem;
    padding-left: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s, border-color 0.3s;
}

.play-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.08);
    color: #fff;
    border-color: #fff;
}

.video-modal .modal-dialog {
    max-width: 900px;
    margin: 1.5rem auto;
    overflow: visible;
}

.video-modal .modal-content {
    position: relative;
    background: #000;
    border: none;
    border-radius: 12px;
    overflow: visible !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.video-modal .modal-body {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.video-modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 1056;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    background: #fff !important;
    background-image: none !important;
    filter: none !important;
    border: none !important;
    border-radius: 50%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
    color: #10203e !important;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
}

.video-modal-close i {
    display: block;
    color: inherit !important;
    font-size: inherit;
    line-height: 1;
    pointer-events: none;
}

.video-modal-close:hover {
    opacity: 1 !important;
    background: #2473c2 !important;
    color: #fff !important;
}

.video-subtext {
    font-family: "Roboto", sans-serif;
    font-size: clamp(0.85rem, 1.5vw, 1rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}


/* Trusted / Client Logo Section */

.trusted-section {
    background: #f7f8fa;
    padding: 4rem 0 3.5rem;
}

.trusted-header {
    margin-bottom: 2.5rem;
}

.trusted-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.65rem;
}

.trusted-title {
    color: var(--tp-primary);
    font-weight: 300;
    font-size: clamp(1.75rem, 3.2vw, 3rem);
    margin: 0;
    line-height: 1.25;
}

.logo-slider-wrap {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.logo-slider {
    overflow: hidden;
    width: 100%;
}

.logo-slider-row1 {
    margin-bottom: 1.25rem;
}

.logo-track {
    display: flex;
    align-items: center;
    width: max-content;
}

.logo-track-left {
    animation: scrollLogosLeft 35s linear infinite;
}

.logo-track-right {
    animation: scrollLogosRight 38s linear infinite;
}

.logo-slider-wrap:hover .logo-track {
    animation-play-state: paused;
}

.logo-item {
    flex-shrink: 0;
    width: 180px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.75rem;
}

.logo-item img {
    max-width: 100%;
    max-height: 58px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.logo-item:hover img {
    opacity: 1;
    transform: scale(1.05);
}

@keyframes scrollLogosLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollLogosRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}


/* News & Blogs Section */

.news-section {
    background: #fff;
    font-family: "Roboto", sans-serif;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.news-header {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.news-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.65rem;
}

.news-title {
    color: var(--tp-primary);
    font-weight: 300;
    font-size: clamp(1.75rem, 3.2vw, 3rem);
    margin: 0;
    line-height: 1.25;
}

.news-card {
    height: 100%;
}

.news-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.news-card-link:hover .news-card-title {
    color: var(--tp-primary);
}

.news-card-img {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 1.35rem;
    aspect-ratio: 3 / 2;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.news-card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.08) 0%, transparent 45%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.news-card:hover .news-card-img::after {
    opacity: 1;
}

.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.news-card:hover .news-card-img img {
    transform: scale(1.05);
}

.news-card-title {
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #111;
    line-height: 1.45;
    margin-bottom: 0.85rem;
    transition: color 0.25s ease;
}

.news-card-text {
    font-family: "Roboto", sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.btn-news-all {
    font-family: "Roboto", sans-serif;
    background: #2c73b8;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0.75rem 2.5rem;
    font-weight: 500;
    font-size: 0.9375rem;
    letter-spacing: 0.2px;
    transition: background 0.25s ease, transform 0.2s ease;
}

.btn-news-all:hover {
    background: #1c5a96;
    color: #fff;
    transform: translateY(-1px);
}


/* Press and Media Slider */

.press-media-section {
    background: #f4f8fc;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
}

.press-media-header {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.press-media-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.65rem;
}

.press-slider-wrap {
    position: relative;
    padding: 0 2.75rem;
}

.press-slider-viewport {
    overflow: hidden;
}

.press-slider-track {
    display: flex;
    gap: 1.15rem;
    transition: transform 0.45s var(--tp-ease);
    will-change: transform;
}

.press-media-card {
    flex: 0 0 calc(25% - 0.87rem);
    min-width: 0;
}

.press-media-link {
    display: block;
    background: #fff;
    border: 1px solid #e2e8ef;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(15, 45, 90, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    padding: 12px;
}

.press-media-link:hover {
    box-shadow: 0 8px 24px rgba(15, 45, 90, 0.12);
    transform: translateY(-3px);
}

.press-media-link img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.press-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #e5e9ef;
    background: #fff;
    color: #8fa3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 4px 14px rgba(15, 45, 90, 0.1);
    transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.press-slider-nav:hover {
    color: var(--tp-primary);
    border-color: #c5d4e4;
    box-shadow: 0 6px 18px rgba(36, 115, 194, 0.16);
}

.press-slider-nav i {
    font-size: 1.15rem;
    line-height: 1;
}

.press-slider-prev {
    left: 0;
}

.press-slider-next {
    right: 0;
}

.press-slider-nav:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}

.btn-press-view-all {
    font-family: "Roboto", sans-serif;
    background: #2c73b8;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0.7rem 2.35rem;
    font-weight: 500;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease;
}

.btn-press-view-all:hover {
    background: #1c5a96;
    color: #fff;
    transform: translateY(-1px);
}


/* Customer Feedback */

.feedback-section {
    background: #fff;
    font-family: "Roboto", sans-serif;
}

.feedback-header {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.feedback-label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.65rem;
}

.feedback-title {
    color: #2c73b8;
    font-weight: 300;
    font-size: clamp(1.75rem, 3.2vw, 2.25rem);
    margin: 0;
    line-height: 1.25;
}

.feedback-carousel {
    padding-bottom: 2.75rem;
}

.feedback-carousel .carousel-inner {
    overflow: visible;
}

.feedback-card {
    height: 100%;
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 14px;
    padding: 1.35rem 1.35rem 1.25rem;
    box-shadow: 0 2px 12px rgba(15, 45, 90, 0.05);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.feedback-card:hover {
    box-shadow: 0 8px 24px rgba(15, 45, 90, 0.1);
    transform: translateY(-2px);
}

.feedback-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.feedback-user {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.feedback-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    flex-shrink: 0;
}

.feedback-avatar-v {
    background: #ebe2f7;
    color: #7b5ea7;
}

.feedback-avatar-g {
    background: #dceefb;
    color: #4a8fc7;
}

.feedback-avatar-a {
    background: #f5fafe;
    color: #5a9e6f;
}

.feedback-name {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 0.15rem;
    line-height: 1.3;
}

.feedback-time {
    font-size: 0.75rem;
    color: #9aa3ad;
    line-height: 1.2;
}

.feedback-google {
    flex-shrink: 0;
    display: inline-flex;
    margin-top: 0.15rem;
}

.feedback-stars {
    display: flex;
    gap: 0.15rem;
    margin-bottom: 0.85rem;
    color: #f5b301;
    font-size: 0.9rem;
    line-height: 1;
}

.feedback-text {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #555;
    margin: 0 0 0.85rem;
}

.feedback-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #2c73b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.feedback-read-more:hover {
    color: #1c5a96;
}

.feedback-read-more i {
    font-size: 0.8rem;
    line-height: 1;
}

.feedback-indicators {
    position: static;
    margin: 1.75rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.feedback-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: 1px solid #c5cdd6;
    background: transparent;
    opacity: 1;
    transition: width 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.feedback-indicators [data-bs-target].active {
    width: 28px;
    height: 8px;
    border-radius: 999px;
    background: #2c73b8;
    border-color: #2c73b8;
}


/* Our Network Section */

.network-section {
    background: #2b78c5;
    color: #fff;
    padding: 4rem 1rem 0;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.network-section .container {
    overflow: visible;
}

.network-section .row {
    overflow: visible;
}

.network-content {
    padding-right: 2rem;
    position: relative;
    z-index: 3;
}

.network-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 0.75rem;
}

.network-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.network-desc {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    line-height: 1.75;
    opacity: 0.92;
    margin-bottom: 1.25rem;
    max-width: 480px;
}

.network-branch-names {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.15rem;
    max-width: 520px;
}

.network-branch-names li {
    margin: 0;
    padding: 0.15rem 0.35rem;
    font-size: 0.84rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.95);
    background: transparent;
    border: 0;
    border-radius: 0;
    text-shadow: 0 1px 1px rgba(7, 45, 107, 0.18);
}

.network-branch-names li:not(:last-child)::after {
    content: "·";
    margin-left: 0.45rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
}

.network-branch-names--light li {
    color: rgba(255, 255, 255, 0.95);
}

.network-btn {
    border-width: 1.5px;
    font-weight: 500;
    font-size: 0.9rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    transition: background 0.25s, color 0.25s;
}

.network-btn:hover {
    background: #fff;
    color: #2b78c5;
    border-color: #fff;
}

.network-map-col {
    position: relative;
    overflow: visible;
}

.network-map-wrap {
    position: relative;
    margin-top: -8.5rem;
    margin-bottom: 0;
    padding-left: 1.5rem;
    z-index: 4;
}

.map-interactive-wrapper {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: 0;
}

.network-map {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
}


/* Map Interactive Pins styling */

.map-pins-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.map-pin {
    position: absolute;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    z-index: 10;
}

.pin-dot {
    width: 9px;
    height: 9px;
    background-color: var(--tp-accent, #f5a623);
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.map-pin:hover .pin-dot {
    transform: scale(1.5);
    box-shadow: 0 0 0 6px rgba(245, 166, 35, 0.4);
    animation: pinPulse 1.5s infinite;
}

.pin-label {
    position: absolute;
    white-space: nowrap;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--tp-accent, #f5a623);
    opacity: 0;
    background: #2b78c5;
    /* Mask background matching network section bg */
    padding: 2px 5px;
    border-radius: 4px;
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


/* Position label to the right of the dot */

.label-right {
    left: 16px;
    top: 50%;
    transform: translateY(-50%) translateX(5px);
}

.map-pin:hover .label-right {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}


/* Position label to the left of the dot */

.label-left {
    right: 16px;
    top: 50%;
    transform: translateY(-50%) translateX(-5px);
}

.map-pin:hover .label-left {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

@keyframes pinPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(245, 166, 35, 0.6);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(245, 166, 35, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(245, 166, 35, 0);
    }
}


/* ── Branch-pin system (shared: home + contact page) ────────────────── */

.bpin {
    position: absolute;
    width: 28px;
    height: 36px;
    transform: translate(-50%, -100%);
    cursor: pointer;
    pointer-events: auto;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.bpin-pulse {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-bottom: -7px;
    border-radius: 50%;
    background: rgba(229, 57, 53, 0.4);
    animation: bpinPulse 2s infinite;
}

.bpin-pulse-hq {
    background: rgba(255, 152, 0, 0.45);
    animation: bpinPulseHq 2s infinite;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-bottom: -9px;
}

.bpin-dot {
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50% 50% 50% 0;
    background: #e53935;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    transform: rotate(-45deg);
}

.bpin-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    border-radius: 50%;
    background: #fff;
}

.bpin-dot-hq,
.bpin-hq .bpin-dot {
    width: 24px;
    height: 24px;
    background: #ff9800;
}

.bpin-city-label {
    position: absolute;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    line-height: 1.1;
    box-shadow: none;
    text-shadow: none;
    pointer-events: none;
    z-index: 3;
}

.bpin-city-label small {
    display: none;
}

.bpin-hq .bpin-city-label {
    color: #ffcc80;
    font-size: 11px;
}

.bpin:not(.bpin-hq) .bpin-city-label {
    color: #fff;
}


/* Label tight under pin */

.bpin-label-bottom,
.bpin-label-top,
.bpin-label-left,
.bpin-label-right {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 1px;
}

@keyframes bpinPulse {
    0% {
        transform: scale(0.9);
        opacity: .7;
    }
    50% {
        transform: scale(1.6);
        opacity: .25;
    }
    100% {
        transform: scale(0.9);
        opacity: .7;
    }
}

@keyframes bpinPulseHq {
    0% {
        transform: scale(0.9);
        opacity: .8;
    }
    50% {
        transform: scale(1.8);
        opacity: .2;
    }
    100% {
        transform: scale(0.9);
        opacity: .8;
    }
}


/* Tooltip shared across pages */

.imap-tip {
    display: none;
    position: absolute;
    background: rgba(15, 30, 55, 0.95);
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    pointer-events: none;
    z-index: 30;
    max-width: 220px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .4);
    white-space: normal;
    transform: translate(-50%, -110%);
}

.imap-tip.is-visible {
    display: block;
}

.imap-tip-name {
    font-size: .82rem;
    font-weight: 700;
    color: #f5d97e;
    margin-bottom: 3px;
}

.imap-tip-addr {
    font-size: .72rem;
    color: #cdd8e8;
    line-height: 1.4;
}


/* Map legend (shared: home + contact page) */

.india-map-legend {
    display: flex;
    gap: 24px;
    font-size: 13px;
    color: #526578;
    font-weight: 600;
    flex-wrap: wrap;
    margin-top: 10px;
}

.iml-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.iml-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.iml-dot-hq {
    background: #ff9800;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    border: 1.5px solid #fff;
}

.iml-dot-branch {
    background: #e53935;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    border: 1.5px solid #fff;
}


/* ── /branch-pin system ──────────────────────────────────────────────── */

.network-stat {
    position: absolute;
    bottom: 10%;
    right: 2%;
    text-align: left;
    z-index: 5;
}

.network-stat-number {
    font-size: clamp(2.75rem, 5.5vw, 4rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    color: #fff;
}

.network-stat-label {
    font-size: clamp(0.8rem, 1.2vw, 0.95rem);
    font-weight: 400;
    opacity: 0.95;
    margin-top: 0.35rem;
    line-height: 1.3;
}


/* Footer */

.site-footer {
    background: #fff;
    color: #555;
}


/* Top Contact & Newsletter Bar */

.footer-top-bar {
    background: #f4f6f9;
    border-top: 1px solid #e5e9ef;
    padding: 1.75rem 0;
}

.footer-top-item {
    padding: 0.75rem 1.5rem;
}

.footer-top-item.border-end {
    border-color: #d8dee8 !important;
}

.footer-contact-block {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--tp-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.footer-contact-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: #888;
    margin-bottom: 4px;
    line-height: 1.3;
}

.footer-contact-value {
    display: block;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--tp-primary);
    text-decoration: none;
    line-height: 1.35;
    letter-spacing: 0;
}

.footer-contact-value:hover {
    color: var(--tp-primary-dark);
}

.footer-newsletter-form .form-control {
    border: 1px solid #d8e2ef;
    border-radius: 14px 0 0 14px;
    font-size: 0.95rem;
    padding: 10px 14px;
    min-height: 48px;
    background: #ffffff;
    border-right: none;
}

.footer-newsletter-form .form-control:focus {
    outline: none;
    border-color: #3a8fd4;
    box-shadow: 0 8px 28px rgba(58, 143, 212, 0.12);
}

.btn-subscribe {
    background: var(--tp-primary);
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.55rem 1.25rem;
    white-space: nowrap;
}

.btn-subscribe:hover {
    background: var(--tp-primary-dark);
    color: #fff;
}


/* Main Footer Links */

.footer-main {
    padding: 2.5rem 0;
    border-bottom: 1px solid #e5e9ef;
}

.footer-heading {
    color: var(--tp-primary);
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0;
    border-bottom: none;
    display: block;
    position: relative;
}

.footer-heading::after {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    background: var(--tp-primary);
    margin-top: 0.45rem;
}

.footer-link-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-group ul li {
    margin-bottom: 0.35rem;
}

.footer-link-group ul li a {
    color: #666;
    text-decoration: none;
    font-size: 0.82rem;
    transition: color 0.2s;
}

.footer-link-group ul li a:hover {
    color: var(--tp-primary);
}

.footer-social-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 1.5rem;
}

.footer-social-icons a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #8d939b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 0;
    font-size: 0.85rem;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.footer-social-icons a i {
    display: block;
    line-height: 1;
    transform: translateY(1px);
}

.footer-social-icons a:hover {
    background: var(--tp-primary);
    color: #fff;
}


/* Contact Form Card */

.footer-contact-card {
    border: 1px solid #e0e4ea;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.footer-contact-card-header {
    background: var(--tp-primary-dark);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.85rem 1.25rem;
    text-align: center;
}

.footer-contact-card-body {
    padding: 1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-contact-card-body .form-control {
    border: 1px solid #d8e2ef;
    border-radius: 14px;
    font-size: 0.95rem;
    padding: 10px 14px;
    min-height: 48px;
    color: #333;
    background: #ffffff;
}

.footer-contact-card-body .form-control:focus {
    outline: none;
    border-color: #3a8fd4;
    box-shadow: 0 8px 28px rgba(58, 143, 212, 0.12);
}

.footer-contact-card-body .form-control::placeholder {
    color: #aaa;
}

.btn-footer-submit {
    background: var(--tp-primary);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.6rem;
    font-weight: 600;
    font-size: 0.9rem;
    width: 100%;
    margin-top: 0.25rem;
    transition: background 0.2s;
}

.btn-footer-submit:hover {
    background: var(--tp-primary-dark);
    color: #fff;
}


/* Bottom Office & Legal */

.footer-bottom-info {
    padding: 2rem 0;
    background: #fff;
}

.footer-office-title {
    font-weight: 700;
    font-size: 0.9rem;
    color: #222;
    margin-bottom: 0.75rem;
}

.footer-office-text {
    font-size: 0.82rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-office-contact {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 400;
    font-family: inherit;
    color: var(--tp-primary);
    text-decoration: none;
    line-height: 1.6;
}

.footer-office-contact:hover {
    color: var(--tp-primary-dark);
    text-decoration: none;
}

.footer-copyright {
    font-size: 0.75rem;
    color: #888;
    line-height: 1.6;
    margin: 0;
    text-align: right;
}


/* Responsive */


/* ============================================
   Modern Look & Scroll Effects
   ============================================ */

.reveal,
.reveal-left,
.reveal-right,
.reveal-scale {
    opacity: 0;
    transition: opacity 0.75s var(--tp-ease), transform 0.75s var(--tp-ease);
}

.reveal {
    transform: translateY(32px);
}

.reveal-left {
    transform: translateX(-36px);
}

.reveal-right {
    transform: translateX(36px);
}

.reveal-scale {
    transform: scale(0.96);
}

.reveal.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-scale.is-visible {
    opacity: 1;
    transform: none;
}


/* Page banners must never stay hidden */

.about-page-banner.reveal-scale,
.transformer-page-banner.reveal-scale,
.about-page-banner.reveal,
.transformer-page-banner.reveal {
    opacity: 1;
    transform: none;
}

.stagger-children>* {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s var(--tp-ease), transform 0.6s var(--tp-ease);
}

.stagger-children.is-visible>* {
    opacity: 1;
    transform: none;
}

.stagger-children.is-visible>*:nth-child(1) {
    transition-delay: 0.05s;
}

.stagger-children.is-visible>*:nth-child(2) {
    transition-delay: 0.12s;
}

.stagger-children.is-visible>*:nth-child(3) {
    transition-delay: 0.19s;
}

.stagger-children.is-visible>*:nth-child(4) {
    transition-delay: 0.26s;
}

.stagger-children.is-visible>*:nth-child(5) {
    transition-delay: 0.33s;
}

.stagger-children.is-visible>*:nth-child(6) {
    transition-delay: 0.4s;
}


/* Products section */

.products-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.products-section .container {
    position: relative;
    z-index: 1;
}


/* Hero carousel slide + zoom */

.hero-slider-zoom .carousel-item {
    transition: transform 0.85s ease-in-out;
}

.hero-slider-zoom .carousel-item .hero-slide-media {
    transition: transform 0.85s ease-in-out;
}

.hero-slide-content.hero-animate>* {
    animation: heroTextIn 0.65s var(--tp-ease) both;
}

.hero-slide-content.hero-animate .hero-title-line {
    animation-delay: 0.05s;
}

.hero-slide-content.hero-animate .hero-title-main {
    animation-delay: 0.12s;
}

.hero-slide-content.hero-animate .hero-subtitle {
    animation-delay: 0.2s;
}

.hero-slide-content.hero-animate .hero-tagline-ribbon {
    animation-delay: 0.28s;
}

.hero-slide-content.hero-animate .btn-hero-slide {
    animation-delay: 0.36s;
}

@keyframes heroTextIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Trust badge float */

.float-badge {
    animation: badgeFloat 4s ease-in-out infinite;
}

@keyframes badgeFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}


/* Purpose section polish */

.purpose-section {
    background: #f5fafe;
    position: relative;
}

.purpose-illustration {
    transition: transform 0.5s var(--tp-ease);
}

.purpose-illustration:hover {
    transform: scale(1.02);
}

.btn-purpose {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s var(--tp-ease), box-shadow 0.25s var(--tp-ease);
}

.btn-purpose:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(36, 115, 194, 0.25);
}


/* Video play button pulse */

.play-btn {
    animation: playPulse 2.5s ease-in-out infinite;
}

@keyframes playPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    }
    50% {
        box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
    }
}

.video-section:hover .play-btn {
    transform: scale(1.08);
}


/* Trusted section */

.trusted-section {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.logo-item {
    transition: transform 0.3s var(--tp-ease), box-shadow 0.3s var(--tp-ease);
}

.logo-item:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: var(--tp-shadow-soft);
}


/* News cards hover lift */

.news-card {
    transition: transform 0.35s var(--tp-ease);
}

.news-card:hover {
    transform: translateY(-8px);
}

.news-card-img {
    transition: box-shadow 0.35s var(--tp-ease);
}

.news-card:hover .news-card-img {
    box-shadow: var(--tp-shadow-soft);
}


/* Network stat glow */

.network-stat {
    transition: transform 0.4s var(--tp-ease), box-shadow 0.4s var(--tp-ease);
}

.network-map-wrap:hover .network-stat {
    transform: scale(1.05);
    box-shadow: 0 12px 36px rgba(36, 115, 194, 0.2);
}

.network-stat-number {
    color: #fff;
}


/* Buttons global polish */

.btn-news-all,
.network-btn {
    transition: transform 0.25s var(--tp-ease), box-shadow 0.25s var(--tp-ease), background 0.25s;
}

.btn-news-all:hover,
.network-btn:hover {
    transform: translateY(-2px);
}


/* ── Product Sidebar ──────────────────────────────────────────── */

.prod-sidebar {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(27, 95, 167, 0.10), 0 1px 4px rgba(0, 0, 0, .06);
    position: sticky;
    top: 100px;
}

.prod-sidebar-title {
    background: linear-gradient(135deg, #1b5fa7 0%, #1e7bd4 100%);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .10em;
    padding: 14px 18px 13px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.prod-sidebar-title a {
    color: inherit;
    text-decoration: none;
}

.prod-sidebar-title a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.prod-sidebar-title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    flex-shrink: 0;
}

.prod-sidebar-list {
    list-style: none;
    padding: 8px 10px 10px;
    margin: 0;
}

.prod-sidebar-list li+li {
    margin-top: 2px;
}

.prod-sidebar-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 10px 9px 12px;
    font-size: 0.83rem;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    border-radius: 8px;
    border-left: 3px solid transparent;
    transition: background .18s, color .18s, border-color .18s, padding-left .18s;
    line-height: 1.35;
    position: relative;
}

.prod-sidebar-list a::after {
    content: '\f285';
    font-family: 'bootstrap-icons';
    font-style: normal;
    font-weight: normal;
    font-size: 0.65rem;
    margin-left: auto;
    color: #cbd5e1;
    flex-shrink: 0;
    transition: color .18s, transform .18s;
}

.prod-sidebar-list>li:not(.has-sub)>a::after {
    content: none;
}

.prod-sidebar-list a:hover {
    background: #eff6ff;
    color: #1b5fa7;
    border-left-color: #1b5fa7;
    padding-left: 14px;
}

.prod-sidebar-list a:hover::after {
    color: #1b5fa7;
    transform: translateX(2px);
}

.prod-sidebar-list a.active {
    background: linear-gradient(90deg, #e8f0fa 0%, #f0f6ff 100%);
    color: #1b5fa7;
    border-left-color: #1b5fa7;
    font-weight: 600;
    padding-left: 14px;
}

.prod-sidebar-list a.active::after {
    color: #1b5fa7;
}


/* Nested category + submenu */

.prod-sidebar-list>li.has-sub {
    margin-top: 2px;
}

.prod-sidebar-list .prod-sidebar-parent {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 9px 10px 9px 12px;
    font-size: 0.83rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-radius: 8px;
    border-left: 3px solid transparent;
    cursor: pointer;
    text-align: left;
    line-height: 1.35;
    transition: background .18s, color .18s, border-color .18s;
}

.prod-sidebar-list .prod-sidebar-parent:hover,
.prod-sidebar-list .prod-sidebar-parent.is-open {
    background: #eff6ff;
    color: #1b5fa7;
    border-left-color: #1b5fa7;
}

.prod-sidebar-list .prod-sidebar-parent .prod-sidebar-caret {
    margin-left: auto;
    font-size: 0.7rem;
    color: #94a3b8;
    transition: transform .2s ease, color .18s;
    flex-shrink: 0;
}

.prod-sidebar-list .prod-sidebar-parent.is-open .prod-sidebar-caret {
    transform: rotate(90deg);
    color: #1b5fa7;
}

.prod-sidebar-list .prod-sidebar-parent.has-active {
    color: #1b5fa7;
    border-left-color: #1b5fa7;
}

.prod-sidebar-sub {
    list-style: none;
    margin: 0 0 0 14px;
    padding: 0 0 0 8px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-left: 1px dashed #dbe7f5;
    transition: max-height .28s ease, opacity .2s ease, margin .2s ease, padding .2s ease;
}

.prod-sidebar-list li.has-sub.is-open>.prod-sidebar-sub {
    max-height: 640px;
    opacity: 1;
    margin: 2px 0 6px 14px;
    padding: 2px 0 4px 8px;
}

.prod-sidebar-sub li+li {
    margin-top: 1px;
}

.prod-sidebar-sub a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 8px 7px 10px;
    font-size: 0.78rem;
    font-weight: 500;
    color: #64748b;
    text-decoration: none;
    border-radius: 6px;
    border-left: 2px solid transparent;
    line-height: 1.35;
    transition: background .18s, color .18s, border-color .18s;
}

.prod-sidebar-sub a::after {
    content: none;
}

.prod-sidebar-sub a:hover {
    background: #f8fafc;
    color: #1b5fa7;
    border-left-color: #93c5fd;
    padding-left: 10px;
}

.prod-sidebar-sub a.active {
    background: linear-gradient(90deg, #e8f0fa 0%, #f0f6ff 100%);
    color: #1b5fa7;
    border-left-color: #1b5fa7;
    font-weight: 600;
}


/* ── /Product Sidebar ─────────────────────────────────────────── */


/* Back to top */

.back-to-top {
    position: fixed;
    right: 2.25rem;
    bottom: 5.25rem;
    z-index: 1020;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tp-gradient);
    color: #fff;
    font-size: 1.15rem;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(36, 115, 194, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px) scale(0.9);
    transition: opacity 0.35s var(--tp-ease), transform 0.35s var(--tp-ease), visibility 0.35s, box-shadow 0.25s;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.back-to-top:hover {
    color: #fff;
    box-shadow: 0 10px 32px rgba(36, 115, 194, 0.45);
    transform: translateY(-3px) scale(1.05);
}

.inner-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.about-page-banner {
    position: relative;
    overflow: hidden;
}

.about-page-banner-media {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 400px;
}

.about-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: aboutBannerZoom 14s ease-out forwards;
}

.about-page-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 40, 80, 0.08) 0%, rgba(10, 40, 80, 0.22) 100%);
    pointer-events: none;
}

@keyframes aboutBannerZoom {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

.img-zoom-wrap {
    overflow: hidden;
}

.img-zoom {
    transition: transform 0.65s var(--tp-ease);
}

.img-zoom-wrap:hover .img-zoom {
    transform: scale(1.04);
}

.float-globe {
    animation: globeFloat 5.5s ease-in-out infinite;
}

@keyframes globeFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-12px) rotate(1.5deg);
    }
}


/* About Us Page */

.about-page-section {
    background: #f5fafe;
    padding: 2.5rem 0 3.5rem;
    font-family: "Roboto", "Inter", sans-serif;
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 2rem;
    font-size: 0.8125rem;
    color: #9aa3ad;
}

.about-breadcrumb a {
    color: #9aa3ad;
    text-decoration: none;
    transition: color 0.2s;
}

.about-breadcrumb a:hover {
    color: var(--tp-primary);
}

.about-breadcrumb-sep {
    color: #b8c0c8;
}

.about-breadcrumb-current {
    color: #8f98a3;
}

.about-main-row {
    margin-bottom: 2.5rem;
}

.about-page-img-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(15, 45, 90, 0.08);
}

.about-page-badge {
    position: absolute;
    bottom: -18px;
    right: 12px;
    width: clamp(96px, 11vw, 132px);
    z-index: 2;
    filter: drop-shadow(0 10px 24px rgba(15, 45, 90, 0.2));
}

.about-page-img {
    width: 100%;
    display: block;
    border-radius: 14px;
}

.about-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #a3adb8;
    margin-bottom: 0.85rem;
}

.about-text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 1rem;
}

.about-text:last-of-type {
    margin-bottom: 0;
}

.about-bottom-bar {
    padding-top: 2.25rem;
    margin-top: 0.5rem;
}

.about-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2.5rem;
}

.about-cert-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem 2.25rem;
    flex: 1 1 58%;
    min-width: 0;
    padding-right: 2.5rem;
}

.about-cert-logo {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.9;
    transition: filter 0.35s var(--tp-ease), opacity 0.35s var(--tp-ease), transform 0.35s var(--tp-ease);
}

.about-cert-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-3px);
}

.about-stats {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2.75rem;
    flex: 0 0 auto;
    padding: 1rem 0;
    border-top: 1px dashed #d0d6dc;
    border-bottom: 1px dashed #d0d6dc;
}

.about-stat-item {
    text-align: left;
    min-width: 72px;
}

.about-stat-number {
    font-size: 5rem;
    font-weight: 700;
    color: #4a4f57;
    line-height: 1;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
}

.about-stat-label {
    margin-top: 0.4rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: #9aa3ad;
    line-height: 1.35;
    white-space: nowrap;
}


/* About Features Grid */

.about-features-section {
    background: #f5fafe;
    padding: 1.5rem 0 4rem;
    font-family: "Roboto", "Inter", sans-serif;
}

.about-features-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #a3adb8;
    margin-bottom: 0.65rem;
}

.about-video-section>img {
    transition: transform 8s ease-out;
}

.about-video-section:hover>img {
    transform: scale(1.03);
}

.about-features-grid {
    --bs-gutter-x: 1.35rem;
    --bs-gutter-y: 1.35rem;
}

.about-feature-card {
    height: 100%;
    background: #fff;
    border: 1px solid #d4e3f2;
    border-radius: 18px;
    padding: 1.75rem 1.65rem 1.85rem;
    transition: background 0.3s var(--tp-ease), border-color 0.3s var(--tp-ease), box-shadow 0.3s var(--tp-ease), transform 0.3s var(--tp-ease);
}

.about-feature-card:hover {
    background: #4a9de8;
    border-color: #4a9de8;
    box-shadow: 0 14px 36px rgba(36, 115, 194, 0.22);
    transform: translateY(-4px);
}

.about-feature-card:hover h4 {
    color: #fff;
}

.transformer-card.about-feature-card:hover {
    background: #fff;
    border-color: #cde3f5;
    box-shadow: 0 18px 50px rgba(15, 46, 91, 0.14);
    transform: translateY(-8px);
}

.transformer-card.about-feature-card:hover .about-feature-title,
.transformer-card.about-feature-card:hover .about-feature-text,
.transformer-card.about-feature-card:hover .about-feature-list a {
    color: #2f3540;
}

.about-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-feature-list li {
    margin-bottom: 0.6rem;
}

.about-feature-list li:last-child {
    margin-bottom: 0;
}

.about-feature-list a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #46536a;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.about-feature-list a::before {
    content: "→";
    color: #2473c2;
    font-size: 0.95rem;
}

.about-feature-list a:hover {
    color: var(--tp-primary);
}

.about-feature-card:hover .about-feature-icon img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.about-feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about-feature-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: filter 0.3s var(--tp-ease), transform 0.35s var(--tp-ease);
}

.about-feature-card:hover .about-feature-icon img {
    transform: scale(1.08);
}

.about-feature-svg {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
    transition: filter 0.3s var(--tp-ease);
}

.about-feature-card:hover .about-feature-svg {
    filter: brightness(0) invert(1);
}

.about-feature-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #2f3540;
    margin: 0 0 0.85rem;
    line-height: 1.3;
    transition: color 0.3s var(--tp-ease);
}

.about-feature-text {
    font-size: 0.875rem;
    line-height: 1.68;
    color: #666;
    margin: 0;
    transition: color 0.3s var(--tp-ease);
}

.about-feature-card:hover .about-feature-title,
.about-feature-card:hover .about-feature-text {
    color: #fff;
}

.solar-solutions-grid {
    justify-content: center;
}

.solar-solution-card {
    display: block;
    width: min(100%, 260px);
    min-height: 150px;
    padding: 1.75rem 1.5rem;
    background: #1d5bb4;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(29, 91, 180, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    text-align: left;
}

.solar-solution-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(29, 91, 180, 0.24);
    background: #276fc9;
}

.solar-solution-card-title {
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0.85rem;
}

.solar-solution-card-text {
    color: #b4d6f8;
    line-height: 1.75;
    margin: 0;
    font-size: 0.875rem;
}


/* About Global Presence */

.about-global-section {
    position: relative;
    padding: 4.5rem 0;
    background: radial-gradient(ellipse at 72% 50%, #3a87d8 0%, #2a6eb5 28%, #1a5a9e 52%, #0f4a88 78%, #0a3d7a 100%);
    overflow: hidden;
    font-family: "Roboto", "Inter", sans-serif;
}

.about-global-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 45, 90, 0.35) 0%, transparent 45%, rgba(74, 157, 232, 0.12) 100%);
    pointer-events: none;
}

.about-global-section .container {
    position: relative;
    z-index: 1;
}

.about-global-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.about-global-head {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.35rem 0;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: #8abced;
    transition: color 0.25s ease, opacity 0.25s ease;
    font-size: clamp(1.75rem, 3.2vw, 3rem);
}

.about-global-head:hover {
    opacity: 0.92;
}

.about-global-num {
    flex-shrink: 0;
    font-weight: 500;
}

.about-global-title {
    padding-top: 0.1rem;
}

.about-global-item.is-open .about-global-head,
.about-global-item.is-open .about-global-num,
.about-global-item.is-open .about-global-title {
    color: #fff;
}

.about-global-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 0 0 3.5rem;
    transition: max-height 0.45s var(--tp-ease), opacity 0.35s ease, padding 0.35s ease;
}

.about-global-item.is-open .about-global-body {
    max-height: 280px;
    opacity: 1;
    padding: 0 0 1.35rem 3.5rem;
}

.about-global-body p {
    margin: 0;
    max-width: 520px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #b4d6f7
}

.about-global-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}

.about-global-globe {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    filter: drop-shadow(0 12px 40px rgba(0, 30, 80, 0.25));
}


/* Lightbox Styles */

.tp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 20, 40, 0.95);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(10px);
}

.tp-lightbox.active {
    opacity: 1;
    pointer-events: auto;
}

.tp-lightbox-content {
    position: relative;
    max-width: 85%;
    max-height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.tp-lightbox.active .tp-lightbox-content {
    transform: scale(1);
}

.tp-lightbox-img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(255, 255, 255, 0.1);
    transition: opacity 0.15s ease;
}

.tp-lightbox-close {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.25rem;
    cursor: pointer;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.2s, transform 0.2s;
}

.tp-lightbox-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.tp-lightbox-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
    z-index: 10100;
}

.tp-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-50%) scale(1.08);
}

.tp-lightbox-prev {
    left: 20px;
}

.tp-lightbox-next {
    right: 20px;
}

.tp-lightbox-caption {
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tp-lightbox-counter {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    background: rgba(0, 0, 0, 0.35);
    padding: 4px 14px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
}


/* ================================
   Transformers Page CSS
   Paste this at the very bottom
================================ */

.transformer-page-banner {
    position: relative;
    overflow: hidden;
}

.transformer-page-banner-media {
    position: relative;
    min-height: 420px;
}

.transformer-banner-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.transformer-page-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 24, 49, 0.15) 0%, rgba(7, 24, 49, 0.45) 100%);
    pointer-events: none;
}

.transformer-page-section {
    padding: 70px 0 40px;
    background: #fff;
}

.transformer-main-row {
    margin-top: 18px;
    margin-bottom: 34px;
}

.transformer-page-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.transformer-page-img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.transformer-page-badge {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 120px;
}

.specs-table-wrap {
    border: 2px solid #b8d3e8;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(44, 93, 128, 0.28);
}

.table-specs {
    color: #303030;
}

.table-specs thead th,
.table-specs tbody td {
    font-size: 15px;
    font-weight: 400;
    padding: 10px
}

.table-specs thead th {
    background: #c9ddec;
    border-bottom: 2px solid #b8d3e8 !important;
}

.table-specs tbody td {
    background: #eef5f9;
    border-bottom: 2px solid #c9ddec !important;
}

.table-specs tbody tr:last-child td {
    border-bottom: 0 !important;
}

.product-image-card {
    border: 1px solid #e2ebf8;
    background: #ffffff;
}

.product-image-card img {
    display: block;
    width: 100%;
    border-radius: 16px;
}

.product-tabs {
    display: flex;
    gap: 0.75rem;
    background: #eaf1fb;
    border-radius: 18px;
    padding: 0.35rem;
    border: 1px solid #d8e5f5;
}

.product-tabs .nav-link {
    border: none;
    background: #ffffff;
    color: #1d4d8b;
    border-radius: 14px;
    padding: 0.95rem 1.5rem;
    box-shadow: inset 0 0 0 1px transparent;
    transition: background 0.25s ease, color 0.25s ease;
}

.product-tabs .nav-link.active {
    background: #cfe2f8;
    color: #0e3879;
}

.product-tabs .nav-link:hover {
    background: #f7fbff;
    color: #0e3879;
}

.product-tab-content {
    border-radius: 0 0 18px 18px;
    border-top: none;
}

.product-tab-content .tab-pane {
    min-height: 220px;
}

.specs-table-wrap {
    background: #f8fbff;
    border: 1px solid #d8e5f5;
    border-radius: 16px;
    padding: 1rem;
}

.table-specs thead th {
    background: #dce9f8;
    color: #1f4873;
    border-bottom: 1px solid #c6daf0 !important;
}

.table-specs tbody td {
    background: #ffffff;
    border-bottom: 1px solid #e2ecf7 !important;
}

.table-specs tbody tr:last-child td {
    border-bottom: 0 !important;
}

.transformer-card {
    transition: all 0.35s ease;
    border: 1px solid #cde3f5;
    overflow: hidden;
}

.transformer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 50px rgba(15, 46, 91, 0.14);
    border-color: rgba(11, 61, 145, 0.16);
}

.transformer-card-img {
    width: 100%;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.transformer-card-img img {
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.transformer-card:hover .transformer-card-img img {
    transform: scale(1.03);
}

.transformer-card-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    flex: 1;
}

.btn-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.55rem;
    border-radius: 999px;
    background: var(--tp-primary);
    color: #fff;
    border: none;
    font-weight: 700;
    transition: background 0.25s ease, transform 0.25s ease;
}

.btn-view:hover {
    background: var(--tp-primary);
    transform: translateY(-1px);
    color: #fff;
}

.related-products-slider .press-slider-track {
    align-items: stretch;
}

.related-products-slider .press-media-card {
    flex: 0 0 calc(25% - 0.87rem);
}

.related-products-slider .related-product-card {
    display: flex;
}

.related-products-slider .card {
    width: 100%;
}

.related-products-slider .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.related-products-slider img {
    max-height: 180px;
    width: 100%;
    object-fit: contain;
}

.related-products-slider .btn-view {
    margin-top: auto;
}

@media (max-width: 991.98px) {
    .related-products-slider .press-media-card {
        flex-basis: calc(50% - 0.58rem);
    }
}

@media (max-width: 575.98px) {
    .related-products-slider .press-media-card {
        flex-basis: 100%;
    }
}

.transformer-card .about-feature-title {
    margin-top: 0;
}

.transformer-purpose-section {
    position: relative;
    overflow: hidden;
}

.transformer-cta-section {
    padding: 70px 0 90px;
    background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
}

.transformer-cta-box {
    max-width: 900px;
    margin: 0 auto;
    background: #0b3d91;
    border-radius: 28px;
    padding: 55px 30px;
    box-shadow: 0 18px 50px rgba(11, 61, 145, 0.18);
}

.transformer-cta-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 14px;
    text-transform: uppercase;
}

.transformer-cta-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.transformer-cta-text {
    max-width: 680px;
    margin: 0 auto 24px;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.transformer-cta-box .btn-purpose {
    background: #fff;
    color: #0b3d91;
    border: none;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.transformer-cta-box .btn-purpose:hover {
    background: #ffd24d;
    color: #0b3d91;
}

.transformer-cta-phone {
    padding: 0.85rem 1.1rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    font-weight: 700;
}

.transformer-cta-phone-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 1.1rem;
}

.transformer-cta-phone-number {
    font-size: 1.2rem;
}

.solar-cta-section {
    padding: 0;
    background: transparent;
}

.solar-cta-box {
    width: 100%;
    padding: 30px 40px;
    background: #1f69c2;
    border-radius: 32px;
    box-shadow: 0 24px 52px rgba(31, 105, 194, 0.25);
    min-height: 140px;
}

.solar-cta-title {
    font-size: clamp(2rem, 2.4vw, 2.5rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.05;
}

.solar-cta-text {
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 0;
    font-size: 0.98rem;
}

.solar-cta-phone {
    padding: 1rem 1.3rem;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    min-width: 300px;
    align-items: center;
}

.solar-cta-phone-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.2rem;
}

.solar-cta-phone-label {
    font-size: 0.78rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.04em;
}

.solar-cta-phone-number {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0.15rem;
    letter-spacing: 0.02em;
}

.solar-module-subtitle {
    max-width: 760px;
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.8;
}

.solar-module-card {
    background: #fff;
    border: 1px solid rgba(36, 115, 194, 0.14);
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(36, 115, 194, 0.08);
}

.solar-module-card h6 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--tp-primary);
    font-weight: 300;
}

.solar-module-card p {
    margin-bottom: 1rem;
    color: #5f6771;
    line-height: 1.7;
}

.solar-module-card {
    background: #ffffff;
    border: 1px solid rgba(36, 115, 194, 0.18);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(36, 115, 194, 0.09);
}

.solar-module-subtitle {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.8;
}

.solar-module-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.solar-module-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: #5f6771;
    margin-bottom: 0.85rem;
    font-size: 0.95rem;
}

.solar-module-list li i {
    font-size: 1rem;
    margin-top: 0.1rem;
    color: #1d5bb4;
}

@media (max-width: 991.98px) {
    .transformer-banner-img,
    .transformer-page-banner-media {
        height: 320px;
        min-height: 320px;
    }
    .transformer-cta-title {
        font-size: 30px;
    }
    .transformer-cta-box {
        padding: 42px 24px;
    }
}

@media (max-width: 767.98px) {
    .transformer-page-section {
        padding: 50px 0 20px;
    }
    .transformer-banner-img,
    .transformer-page-banner-media {
        height: 240px;
        min-height: 240px;
    }
    .transformer-page-badge {
        max-width: 90px;
        right: 14px;
        bottom: 14px;
    }
    .transformer-cta-title {
        font-size: 24px;
    }
    .transformer-cta-text {
        font-size: 15px;
        line-height: 1.7;
    }
    .transformer-cta-box {
        border-radius: 22px;
        padding: 34px 18px;
    }
}

.icon-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
    margin: 0 auto
}

.card.border-light {
    border-color: #e6f3fb !important
}

.five-grid {
    display: flex;
    gap: 18px
}

.five-grid .card {
    flex: 1;
    min-width: 150px;
    transition: background 0.3s var(--tp-ease), border-color 0.3s var(--tp-ease), box-shadow 0.3s var(--tp-ease), transform 0.3s var(--tp-ease);
}

.five-grid .card:hover {
    background: #4a9de8;
    border-color: #4a9de8;
    box-shadow: 0 14px 36px rgba(36, 115, 194, 0.22);
    transform: translateY(-4px);
}

.five-grid .card:hover .feature-label,
.five-grid .card:hover .card-caption h5,
.five-grid .card:hover .card-caption p,
.five-grid .card:hover .about-feature-title,
.five-grid .card:hover .about-feature-text {
    color: #fff !important;
}

.five-grid .card:hover img {
    filter: brightness(0) invert(1) !important;
}

.feature-label {
    color: var(--tp-primary);
}

@media(max-width:767px) {
    .five-grid {
        flex-wrap: wrap
    }
    .five-grid .card {
        flex: 0 0 48%;
        min-width: 48%
    }
}


/* Wires & Cables list */

.wires-list {
    background: #f5fafe;
    padding: 8px;
    border-radius: 6px;
}

.wires-list-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    color: var(--tp-primary);
    text-decoration: none;
    border-bottom: 1px solid var(--tp-primary);
    transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.wires-list-item:last-child {
    border-bottom: none;
}

.wires-list-item .wires-list-title {
    margin: 0;
    font-weight: 700;
    color: inherit;
}

.wires-list-item .wires-list-sub {
    margin: 0;
    color: #6c757d;
}

.wires-list-item:hover {
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(29, 91, 180, 0.06);
    transform: translateY(-2px);
    text-decoration: none;
}

.wires-list-arrow i {
    color: #9fbfe8;
}

.cable-section-title {
    color: #1c4f84;
    font-size: clamp(1.45rem, 2.5vw, 1.85rem);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cable-intro {
    padding-right: 1rem;
}

.cable-diagram {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cable-diagram img {
    max-width: 100%;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(15, 45, 90, 0.1);
}

.cable-accordion {
    background: #f8fbff;
    border: 1px solid #d8e5f5;
    border-radius: 18px;
    padding: 0.65rem;
}

.cable-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #d4e3f2;
    background: transparent;
}

.cable-accordion .accordion-item:last-child {
    border-bottom: none;
}

.cable-accordion .accordion-button {
    background: transparent;
    color: #1c4f84;
    font-weight: 600;
    padding: 1.35rem 1.25rem;
    box-shadow: none;
    border: none;
}

.cable-accordion .accordion-button:not(.collapsed) {
    color: #0b3d91;
    background: transparent;
}

.cable-accordion .accordion-button::after {
    filter: invert(0.3);
}

.cable-accordion .accordion-body {
    padding: 1rem 1.25rem 1.5rem;
    background: transparent;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.feature-list li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 0.85rem;
    color: #4a4f57;
    line-height: 1.7;
    font-size: 0.95rem;
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #2a75bb;
}

@media (max-width: 991.98px) {
    .cable-diagram img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .wires-list .col-md-6 {
        width: 100%;
    }
}


/* Solar carousel section */

.solar-carousel {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    overflow: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.solar-carousel .carousel-item {
    display: inline-flex !important;
    width: 48% !important;
    max-width: 48% !important;
    flex: 0 0 48% !important;
    scroll-snap-align: start;
}

.solar-carousel .carousel-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .solar-carousel .carousel-item {
        min-width: 100%;
        flex: 0 0 100%;
    }
}

.carousel-item {
    position: relative
}

.card-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 18px;
    border-top: 1px solid #f1f5f7
}

.carousel-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e6f3fb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(24, 33, 57, 0.06);
    z-index: 5
}

.carousel-prev {
    left: -28px
}

.carousel-next {
    right: -28px
}

.pump-title {
    font-size: 42px;
    color: var(--bs-primary);
    line-height: 1.05
}

.pump-list li {
    padding: 8px 0
}

.certifications-section {
    background: var(--tp-primary);
    overflow: hidden;
    position: relative;
}

.certifications-section::before {
    background: radial-gradient(circle, rgba(81, 166, 245, .28) 0%, rgba(81, 166, 245, 0) 68%);
    content: "";
    height: 520px;
    left: -220px;
    pointer-events: none;
    position: absolute;
    top: -310px;
    width: 520px;
}

.certifications-section .container {
    position: relative;
}

.certifications-section .certifications-label {
    color: #9bc9f8;
}

.certifications-section .certifications-header {
    animation: certificationReveal .65s ease both;
}

.certifications-section .certifications-divider {
    background: #75b9f7;
    height: 3px;
    margin: 14px auto 0;
    position: relative;
    width: 54px;
}

.certifications-section .certifications-divider::after {
    animation: certificationGlow 2.4s ease-in-out infinite;
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 7px;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 7px;
}

.certifications-section .certification-item {
    animation: certificationReveal .55s ease both;
}

.certifications-section .certification-item:nth-child(1) {
    animation-delay: .08s;
}

.certifications-section .certification-item:nth-child(2) {
    animation-delay: .14s;
}

.certifications-section .certification-item:nth-child(3) {
    animation-delay: .20s;
}

.certifications-section .certification-item:nth-child(4) {
    animation-delay: .26s;
}

.certifications-section .certification-item:nth-child(5) {
    animation-delay: .32s;
}

.certifications-section .certification-item:nth-child(6) {
    animation-delay: .38s;
}

.certifications-section .certification-item:nth-child(7) {
    animation-delay: .44s;
}

.certifications-section .certification-item:nth-child(8) {
    animation-delay: .50s;
}

.certifications-section .certification-logo {
    display: block;
    max-width: 100%;
    max-height: 140px;
    margin: auto;
    padding: 12px;
    transition: box-shadow .3s ease, transform .3s ease;
}

.certifications-section .certification-item:hover .certification-logo {
    transform: translateY(-8px) scale(1.04);
}

@keyframes certificationReveal {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes certificationGlow {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .55);
    }
    50% {
        box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .certifications-section .certifications-header,
    .certifications-section .certification-item,
    .certifications-section .certifications-divider::after {
        animation: none;
    }
    .certifications-section .certification-logo {
        transition: none;
    }
}

@media(max-width:991px) {
    .solar-carousel .carousel-item img {
        height: 320px
    }
    .carousel-prev {
        left: 8px
    }
    .carousel-next {
        right: 8px
    }
    .pump-title {
        font-size: 32px
    }
}


/* ── Gallery Section Background ── */

.gallery-section {
    background: radial-gradient(900px 320px at 8% 0%, rgba(36, 115, 194, 0.08), transparent 55%), radial-gradient(700px 280px at 100% 40%, rgba(245, 166, 35, 0.06), transparent 50%), linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%);
    padding-top: 60px;
    padding-bottom: 80px;
}

.gallery-subtitle {
    color: #5f6b7a;
    font-size: 1rem;
    margin-top: 0.4rem;
    letter-spacing: 0.01em;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

#gallery {
    --gallery-gap: 1.1rem;
    margin-top: 0.25rem;
}

#gallery>[class*="col-"] {
    margin-bottom: var(--gallery-gap);
}


/* Modern thumbnail cards */

.gallery-item {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 18px;
    aspect-ratio: 4 / 3;
    cursor: pointer;
    background: #dfe7f1;
    isolation: isolate;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 10px 28px rgba(15, 45, 90, 0.08);
    border: 1px solid rgba(36, 115, 194, 0.10);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease;
}

.gallery-item::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 42%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(10, 28, 55, 0.55));
    opacity: 0.65;
    transition: opacity 0.35s ease;
}

.gallery-item:hover {
    transform: translateY(-8px);
    border-color: rgba(36, 115, 194, 0.32);
    box-shadow: 0 18px 40px rgba(36, 115, 194, 0.16), 0 6px 14px rgba(15, 45, 90, 0.08);
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
    filter: brightness(0.92) saturate(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay,
.gallery-item:focus-within .gallery-overlay {
    opacity: 1;
}

.gallery-overlay a.img-popup {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    text-decoration: none;
    color: #fff;
    background: rgba(15, 45, 90, 0.28);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.gallery-zoom {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 1.15rem;
    color: #fff;
    background: linear-gradient(145deg, #2473c2 0%, #1a5a9e 100%);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 10px 24px rgba(36, 115, 194, 0.35);
    transform: translateY(10px) scale(0.86);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-item:hover .gallery-zoom,
.gallery-item:focus-within .gallery-zoom {
    transform: translateY(0) scale(1);
}

.gallery-view-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
}

.gallery-item:hover .gallery-view-label,
.gallery-item:focus-within .gallery-view-label {
    opacity: 1;
    transform: translateY(0);
}

.gallery-num {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 5;
    min-width: 2.1rem;
    text-align: center;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #1a5a9e;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(36, 115, 194, 0.14);
    box-shadow: 0 6px 16px rgba(15, 45, 90, 0.1);
    pointer-events: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.gallery-item:hover .gallery-num {
    color: #fff;
    background: #2473c2;
    border-color: transparent;
}

@media (max-width: 575px) {
    .gallery-item {
        border-radius: 14px;
    }
}


/* Magnific Popup — modern large image box */

.mfp-bg.mfp-tp-gallery {
    background: rgba(8, 20, 40, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 1;
}

.mfp-tp-gallery.mfp-wrap .mfp-content {
    max-width: min(980px, 92vw);
}

.mfp-tp-gallery .mfp-figure {
    background: #fff;
    border-radius: 20px;
    padding: 0.85rem 0.85rem 1rem;
    box-shadow: 0 0 0 1px rgba(15, 45, 90, 0.06), 0 28px 70px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.mfp-tp-gallery .mfp-figure::after {
    display: none;
}

.mfp-tp-gallery .mfp-img {
    padding: 0 !important;
    border-radius: 12px;
    box-shadow: none;
    background: #eef2f7;
    display: block;
    margin: 0 auto;
}

.mfp-tp-gallery .mfp-bottom-bar {
    margin-top: 0.75rem;
    position: relative;
    left: 0 !important;
    width: 100% !important;
    padding: 0 0.35rem;
    background: transparent;
}

.mfp-tp-gallery .mfp-title {
    color: #1a2a3e;
    font-size: 0.92rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    padding: 0;
    line-height: 1.4;
}

.mfp-tp-gallery .mfp-counter {
    color: #6b7c90;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    position: absolute;
    top: 0;
    right: 0;
}


/* Hide empty figure close placeholder — real close lives on wrap when closeBtnInside:false */

.mfp-tp-gallery .mfp-figure>.mfp-close {
    display: none !important;
}

.mfp-tp-gallery .mfp-close {
    top: 1.25rem !important;
    right: 1.25rem !important;
    width: 2.4rem !important;
    height: 2.4rem !important;
    line-height: 2.4rem !important;
    border-radius: 999px !important;
    background: #fff !important;
    border: 1px solid rgba(15, 45, 90, 0.1) !important;
    color: #1a2a3e !important;
    opacity: 1 !important;
    font-size: 1.35rem !important;
    font-family: inherit !important;
    box-shadow: 0 4px 12px rgba(15, 45, 90, 0.18);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    z-index: 1046;
}

.mfp-tp-gallery .mfp-close:hover,
.mfp-tp-gallery .mfp-close:focus {
    background: #2473c2 !important;
    border-color: transparent !important;
    color: #fff !important;
    transform: rotate(90deg);
}

.mfp-tp-gallery .mfp-arrow {
    opacity: 1;
    margin-top: -2.2rem;
    width: 2.75rem;
    height: 2.75rem;
}


/* One white circle only (::before). ::after = chevron tip */

.mfp-tp-gallery .mfp-arrow::before {
    margin: 0 !important;
    border: 0 !important;
    width: 2.75rem !important;
    height: 2.75rem !important;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    top: 0 !important;
    left: 0 !important;
    opacity: 1;
}

.mfp-tp-gallery .mfp-arrow::after {
    border: 0 !important;
    width: 0.55rem !important;
    height: 0.55rem !important;
    margin: 0 !important;
    top: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    opacity: 1;
}

.mfp-tp-gallery .mfp-arrow-left::after {
    left: 55% !important;
    border-top: 2px solid #1a2a3e !important;
    border-left: 2px solid #1a2a3e !important;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mfp-tp-gallery .mfp-arrow-right::after {
    left: 45% !important;
    border-top: 2px solid #1a2a3e !important;
    border-right: 2px solid #1a2a3e !important;
    transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-tp-gallery .mfp-arrow:hover::before,
.mfp-tp-gallery .mfp-arrow:focus::before {
    background: #2473c2;
}

.mfp-tp-gallery .mfp-arrow:hover::after,
.mfp-tp-gallery .mfp-arrow:focus::after {
    border-color: #fff !important;
}

.mfp-tp-gallery.mfp-ready .mfp-figure {
    animation: tpGalleryIn 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes tpGalleryIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 767px) {
    .mfp-tp-gallery .mfp-figure {
        border-radius: 14px;
        padding: 0.55rem 0.55rem 0.75rem;
    }
    .mfp-tp-gallery .mfp-img {
        border-radius: 10px;
    }
    .mfp-tp-gallery .mfp-close {
        top: 0.75rem !important;
        right: 0.75rem !important;
    }
    .mfp-tp-gallery .mfp-arrow {
        width: 2.4rem;
        height: 2.4rem;
    }
    .mfp-tp-gallery .mfp-arrow::before {
        width: 2.4rem !important;
        height: 2.4rem !important;
    }
}

.gallery-lightbox {
    display: none !important;
}


/* ── Solar BOS How It Works Section ──────────────────────────── */

.bos-how-section {
    background: linear-gradient(135deg, #f0f6ff 0%, #e8f4ff 100%);
    border-radius: 20px;
}

.bos-flow-step {
    background: #1b5fa7;
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
    min-width: 110px;
    text-align: center;
    padding: .5rem .75rem;
    border-radius: .5rem;
}

.bos-flow-step--green {
    background: #198754;
}

.bos-how-desc {
    max-width: 700px;
}

.bos-comp-card {}

.bos-comp-icon {
    width: 38px;
    height: 38px;
    background: #e8f0fa;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b5fa7;
    font-size: 1rem;
}

.bos-comp-title {
    font-size: .82rem;
    font-weight: 600;
    color: #1b5fa7;
}

.bos-comp-text {
    font-size: .76rem;
}

.bos-how-footer {
    color: #1b5fa7;
    font-size: .9rem;
}


/* ───────────────────────────────────────────────────────────────── */


/* ── Solar BOS Benefits Cards ─────────────────────────────────── */

.bos-benefit-card {
    background: #fff;
    border: 2px solid #e8f0fa;
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.bos-benefit-card:hover {
    background: #1b5fa7;
    border-color: #1b5fa7;
    box-shadow: 0 8px 28px rgba(27, 95, 167, .22);
}

.bos-icon-box {
    width: 44px;
    height: 44px;
    background: #1b5fa7;
    border-radius: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s ease;
}

.bos-benefit-card:hover .bos-icon-box {
    background: rgba(255, 255, 255, .20);
}

.bos-title {
    color: #1b5fa7;
    transition: color .25s ease;
}

.bos-text {
    transition: color .25s ease;
}

.bos-benefit-card:hover .bos-title {
    color: #fff !important;
}

.bos-benefit-card:hover .bos-text {
    color: rgba(255, 255, 255, .85) !important;
}


/* ───────────────────────────────────────────────────────────────── */


/* ── Wires & Cables product cards ─────────────────────────────── */

.wc-section-label {
    display: inline-block;
    margin: 0 0 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tp-primary, #2473c2);
}

.wc-section-title {
    margin: 0 0 1.5rem;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 800;
    color: var(--tp-dark, #1a1a2e);
    letter-spacing: -0.02em;
}

.wc-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 24px;
    background: radial-gradient(900px 280px at 0% 0%, rgba(36, 115, 194, 0.10), transparent 55%), radial-gradient(700px 240px at 100% 100%, rgba(245, 166, 35, 0.08), transparent 50%), linear-gradient(180deg, #f7fafd 0%, #eef4fb 100%);
    border: 1px solid rgba(36, 115, 194, 0.10);
}

@media (min-width: 992px) {
    .wc-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.15rem;
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .wc-cards-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
        padding: 0.9rem;
        border-radius: 18px;
    }
}

.wc-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem 1.1rem;
    padding: 1.15rem 1.2rem;
    min-height: 108px;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 45, 90, 0.08);
    box-shadow: 0 8px 24px rgba(15, 45, 90, 0.05);
    backdrop-filter: blur(8px);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, background 0.3s ease;
}

.wc-card::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, #2473c2, #4a9de8 55%, #f5a623);
    opacity: 0;
    transform: scaleY(0.4);
    transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.wc-card::after {
    content: '';
    position: absolute;
    inset: -40% auto auto -20%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(36, 115, 194, 0.14), transparent 68%);
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.45s ease;
    z-index: -1;
}

.wc-card:hover,
.wc-card:focus-visible {
    transform: translateY(-6px);
    background: #fff;
    border-color: rgba(36, 115, 194, 0.28);
    box-shadow: 0 18px 40px rgba(36, 115, 194, 0.14), 0 6px 16px rgba(15, 45, 90, 0.06);
    color: inherit;
    outline: none;
}

.wc-card:hover::before,
.wc-card:focus-visible::before {
    opacity: 1;
    transform: scaleY(1);
}

.wc-card:hover::after,
.wc-card:focus-visible::after {
    opacity: 1;
    transform: translate(18px, 12px);
}

.wc-card-num {
    position: absolute;
    top: 0.85rem;
    right: 3.4rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(26, 26, 46, 0.22);
    line-height: 1;
    transition: color 0.28s ease;
    pointer-events: none;
}

.wc-card:hover .wc-card-num,
.wc-card:focus-visible .wc-card-num {
    color: rgba(36, 115, 194, 0.55);
}

.wc-card-icon-wrap {
    flex-shrink: 0;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    color: #2473c2;
    background: linear-gradient(145deg, #edf4fc 0%, #d9e9f8 100%);
    border: 1px solid rgba(36, 115, 194, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: background 0.3s ease, color 0.3s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.wc-card:hover .wc-card-icon-wrap,
.wc-card:focus-visible .wc-card-icon-wrap {
    color: #fff;
    background: linear-gradient(145deg, #2473c2 0%, #1a5a9e 100%);
    border-color: transparent;
    transform: scale(1.06) rotate(-4deg);
    box-shadow: 0 10px 22px rgba(36, 115, 194, 0.28);
}

.wc-card-body {
    min-width: 0;
    padding-right: 0.25rem;
}

.wc-card-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.4rem;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1a5a9e;
    background: rgba(36, 115, 194, 0.08);
    border: 1px solid rgba(36, 115, 194, 0.12);
}

.wc-card-title {
    margin: 0 0 0.25rem;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a2e;
    transition: color 0.25s ease;
}

.wc-card:hover .wc-card-title,
.wc-card:focus-visible .wc-card-title {
    color: #0d3d7a;
}

.wc-card-sub {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #6b7280;
}

.wc-card-arrow {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 0.95rem;
    color: #8a93a3;
    background: #f3f5f8;
    border: 1px solid rgba(15, 45, 90, 0.06);
    transition: background 0.3s ease, color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease;
}

.wc-card:hover .wc-card-arrow,
.wc-card:focus-visible .wc-card-arrow {
    color: #fff;
    background: #2473c2;
    border-color: #2473c2;
    transform: translateX(3px) translateY(-2px);
}

@media (max-width: 575px) {
    .wc-card {
        gap: 0.85rem;
        padding: 1rem;
        min-height: 0;
    }
    .wc-card-icon-wrap {
        width: 3rem;
        height: 3rem;
        font-size: 1.2rem;
    }
    .wc-card-title {
        font-size: 0.92rem;
    }
}


/* ───────────────────────────────────────────────────────────────── */


/* ── Extracted utilities (from inline styles) ─────────────────── */

.contact-map-wrap iframe,
.iframe-borderless {
    border: 0;
}

.cinfo-icon-fallback {
    display: none;
}

.section-heading-sm {
    font-size: 1.1rem;
}

.solar-module-card>p.fs-note,
.fs-note {
    font-size: 0.85rem;
}

.th-col-40 {
    width: 40%;
}


/* Branch map pin positions (bpin) — calibrated for india-map.png */

.bpin-lucknow {
    left: 46%;
    top: 38%;
}

.bpin-noida {
    left: 33%;
    top: 30%;
}

.bpin-ludhiana {
    left: 28%;
    top: 23%;
}

.bpin-dehradun {
    left: 40%;
    top: 22%;
}

.bpin-jaipur {
    left: 26%;
    top: 37%;
}

.bpin-ahmedabad {
    left: 18%;
    top: 49%;
}

.bpin-patna {
    left: 57%;
    top: 39%;
}

.bpin-ranchi {
    left: 60%;
    top: 48%;
}

.bpin-kolkata {
    left: 70%;
    top: 51%;
}

.bpin-guwahati {
    left: 80%;
    top: 37%;
}

.bpin-raipur {
    left: 46%;
    top: 55%;
}

.bpin-bhubaneswar {
    left: 62%;
    top: 58%;
}

.bpin-pune {
    left: 22%;
    top: 63%;
}

.bpin-hyderabad {
    left: 39%;
    top: 67%;
}

.bpin-belagavi {
    left: 24%;
    top: 72%;
}

.bpin-bangalore {
    left: 33%;
    top: 81%;
}

.bpin-chennai {
    left: 45%;
    top: 80%;
}


/* Index2 network map pin positions */

.map-pin-rajasthan {
    left: 21.0%;
    top: 53.4%;
}

.map-pin-srinagar {
    left: 28.8%;
    top: 10.9%;
}

.map-pin-leh {
    left: 34.7%;
    top: 11.1%;
}

.map-pin-jammu {
    left: 29.4%;
    top: 16.9%;
}

.map-pin-chandigarh {
    left: 28.6%;
    top: 25.1%;
}

.map-pin-jaipur {
    left: 24.2%;
    top: 39.6%;
}

.map-pin-ahmedabad {
    left: 13.1%;
    top: 56.9%;
}

.map-pin-mumbai {
    left: 21.6%;
    top: 80.4%;
}

.map-pin-bengaluru {
    left: 31.2%;
    top: 85.4%;
}

.map-pin-hyderabad {
    left: 42.9%;
    top: 74.3%;
}

.map-pin-raipur {
    left: 43.1%;
    top: 64.6%;
}

.map-pin-kolkata {
    left: 61.8%;
    top: 49.1%;
}

.map-pin-new-delhi {
    left: 39.5%;
    top: 32.5%;
}

.map-pin-uttar-pradesh {
    left: 46.6%;
    top: 50.6%;
}

.map-pin-punjab {
    left: 25.0%;
    top: 24.0%;
}

.map-pin-himachal-pradesh {
    left: 33.0%;
    top: 21.0%;
}

.map-pin-uttarakhand {
    left: 39.0%;
    top: 26.0%;
}

.map-pin-haryana {
    left: 33.5%;
    top: 29.0%;
}

.map-pin-madhya-pradesh {
    left: 35.0%;
    top: 52.0%;
}

.map-pin-bihar {
    left: 56.0%;
    top: 45.0%;
}

.map-pin-jharkhand {
    left: 56.5%;
    top: 52.0%;
}

.map-pin-odisha {
    left: 52.0%;
    top: 61.0%;
}

.map-pin-goa {
    left: 21.5%;
    top: 85.0%;
}

.map-pin-andhra-pradesh {
    left: 40.5%;
    top: 81.0%;
}

.map-pin-kerala {
    left: 31.0%;
    top: 93.0%;
}

.map-pin-tamil-nadu {
    left: 37.0%;
    top: 90.0%;
}

.map-pin-sikkim {
    left: 64.0%;
    top: 39.0%;
}

.map-pin-assam {
    left: 81.0%;
    top: 42.0%;
}

.map-pin-arunachal-pradesh {
    left: 90.0%;
    top: 35.0%;
}

.map-pin-meghalaya {
    left: 79.5%;
    top: 45.5%;
}

.map-pin-nagaland {
    left: 89.0%;
    top: 42.0%;
}

.map-pin-manipur {
    left: 88.0%;
    top: 47.0%;
}

.map-pin-tripura {
    left: 82.0%;
    top: 49.5%;
}

.map-pin-mizoram {
    left: 86.5%;
    top: 51.5%;
}


/* ───────────────────────────────────────────────────────────────── */


/* Brochures page */

.brochures-section {
    background: linear-gradient(180deg, #fbfdff 0%, #f3f8ff 100%);
}

.brochure-card {
    background: #fff;
    border: 1px solid rgba(24, 90, 150, 0.1);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(18, 61, 103, 0.06);
    display: flex;
    flex-direction: column;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.brochure-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 42px rgba(18, 80, 136, 0.14);
}

.brochure-card-media {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #1f2937;
}

.brochure-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.brochure-card:hover .brochure-card-img {
    transform: scale(1.06);
}

.brochure-card-badge {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(220, 38, 38, 0.92);
    color: #fff;
    font-size: 1.15rem;
}

.brochure-card-body {
    padding: 1.25rem 1.25rem 1.4rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.brochure-card-title {
    margin: 0 0 0.55rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1f4e9a;
    line-height: 1.3;
}

.brochure-card-text {
    margin: 0 0 1.15rem;
    font-size: 0.9rem;
    color: #526578;
    line-height: 1.6;
    flex: 1;
}

.brochure-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    padding: 0.7rem 1rem;
    border-radius: 12px;
    background: linear-gradient(90deg, #2c73b8, #1f4e9a);
    color: #fff !important;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.brochure-download-btn:hover {
    background: linear-gradient(90deg, #f5a623, #e8940f);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(245, 166, 35, 0.28);
    color: #fff !important;
}


/* ============================================
   Sitemap page
   ============================================ */

.sitemap-section {
    position: relative;
    background: radial-gradient(900px 320px at 8% 0%, rgba(36, 115, 194, 0.07), transparent 55%), radial-gradient(700px 280px at 100% 20%, rgba(245, 166, 35, 0.05), transparent 50%), linear-gradient(180deg, #f7fafd 0%, #ffffff 45%, #f4f8fc 100%);
}

.sitemap-jump {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 auto 2.25rem;
    max-width: 48rem;
}

.sitemap-jump-link {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.95rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #1a4a7e;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(27, 95, 167, 0.14);
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(7, 45, 107, 0.06);
    transition: color 0.2s var(--tp-ease), background 0.2s var(--tp-ease), border-color 0.2s var(--tp-ease), transform 0.2s var(--tp-ease);
}

.sitemap-jump-link:hover {
    color: #fff;
    background: linear-gradient(135deg, #1b5fa7 0%, #2473c2 100%);
    border-color: transparent;
    transform: translateY(-2px);
}

.sitemap-card {
    height: 100%;
    padding: 1.35rem 1.35rem 1.2rem;
    background: #fff;
    border: 1px solid rgba(27, 95, 167, 0.08);
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(7, 45, 107, 0.06);
    transition: transform 0.25s var(--tp-ease), box-shadow 0.25s var(--tp-ease), border-color 0.25s var(--tp-ease);
}

.sitemap-card:hover {
    transform: translateY(-4px);
    border-color: rgba(36, 115, 194, 0.18);
    box-shadow: 0 18px 40px rgba(7, 45, 107, 0.1);
}

.sitemap-card-head {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #e8eef5;
}

.sitemap-card-icon {
    flex-shrink: 0;
    width: 2.6rem;
    height: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    font-size: 1.15rem;
    background: linear-gradient(135deg, #1b5fa7 0%, #2473c2 100%);
    box-shadow: 0 8px 18px rgba(27, 95, 167, 0.28);
}

.sitemap-card-title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #12345c;
    line-height: 1.3;
}

.sitemap-card-all {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tp-primary);
    text-decoration: none;
    transition: gap 0.2s var(--tp-ease), color 0.2s var(--tp-ease);
}

.sitemap-card-all:hover {
    color: #1b5fa7;
    gap: 0.45rem;
}

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

.sitemap-list li {
    margin: 0;
}

.sitemap-list a {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.42rem 0.15rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #3a4a5c;
    text-decoration: none;
    border-radius: 8px;
    transition: color 0.2s var(--tp-ease), background 0.2s var(--tp-ease), padding-left 0.2s var(--tp-ease);
}

.sitemap-list a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(36, 115, 194, 0.35);
    flex-shrink: 0;
    transition: background 0.2s var(--tp-ease), transform 0.2s var(--tp-ease);
}

.sitemap-list a:hover {
    color: var(--tp-primary);
    background: rgba(36, 115, 194, 0.06);
    padding-left: 0.45rem;
}

.sitemap-list a:hover::before {
    background: var(--tp-accent);
    transform: scale(1.2);
}

.sitemap-list-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

@media (min-width: 576px) {
    .sitemap-list-grid {
        grid-template-columns: 1fr 1fr;
        column-gap: 1rem;
    }
}

@media (max-width: 575.98px) {
    .sitemap-jump {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.35rem;
        -webkit-overflow-scrolling: touch;
    }
    .sitemap-jump-link {
        flex-shrink: 0;
    }
}


/* Instagram Feed (homepage) */

.ig-feed-section {
    background: #f7f7f5;
    padding: 3.5rem 0 4rem;
    overflow: hidden;
}

.ig-feed-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.85rem 1.15rem;
    margin-bottom: 1.85rem;
}

.ig-feed-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 4px;
}

.ig-feed-username {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
}

.ig-feed-username:hover {
    color: #1f4e9a;
}

.ig-feed-stat {
    font-size: 0.95rem;
    color: #6b7280;
}

.ig-feed-stat strong {
    color: #111827;
    font-weight: 700;
}

.ig-feed-follow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #0095f6;
    color: #fff !important;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.45rem 1rem;
    border-radius: 8px;
    transition: background 0.2s ease, transform 0.15s ease;
}

.ig-feed-follow:hover {
    background: #1877f2;
    transform: translateY(-1px);
}

.ig-feed-slider {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.ig-feed-track {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0.25rem 0.15rem 0.75rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ig-feed-track::-webkit-scrollbar {
    display: none;
}

.ig-feed-card {
    position: relative;
    flex: 0 0 clamp(220px, 22vw, 280px);
    aspect-ratio: 4 / 5;
    border-radius: 14px;
    overflow: hidden;
    scroll-snap-align: start;
    text-decoration: none;
    background: #1f2937;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.ig-feed-card>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ig-feed-card>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ig-feed-play-badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 3;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.95rem;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.ig-feed-card-video.is-playing .ig-feed-play-badge {
    opacity: 0;
}

.ig-feed-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.78) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
    pointer-events: none;
}

.ig-feed-card::after {
    content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    width: 44px;
    height: 44px;
    transform: translate(-50%, -40%) scale(0.7);
    background: rgba(255, 255, 255, 0.95) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111827'%3E%3Cpath d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8A3.6 3.6 0 0 0 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6A3.6 3.6 0 0 0 16.4 4H7.6m9.65 1.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5M12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/%3E%3C/svg%3E") center / 22px no-repeat;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    pointer-events: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.ig-feed-card:hover>img {
    transform: scale(1.1);
}

.ig-feed-card:hover>video {
    transform: scale(1.05);
}

.ig-feed-card:hover::before {
    opacity: 1;
}

.ig-feed-card:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.ig-feed-card-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 1.1rem 0.85rem 0.85rem;
    color: #fff;
    z-index: 3;
    transform: translateY(110%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
    pointer-events: none;
}

.ig-feed-card:hover .ig-feed-card-meta {
    transform: translateY(0);
    opacity: 1;
}

.ig-feed-card-user {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.ig-feed-card-user img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: contain;
    background: #fff;
    padding: 2px;
    flex-shrink: 0;
}

.ig-feed-card-user strong {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ig-feed-card-user span {
    display: block;
    font-size: 0.68rem;
    opacity: 0.85;
    line-height: 1.2;
}

.ig-feed-card-meta>.bi-instagram {
    font-size: 1.15rem;
    flex-shrink: 0;
    opacity: 0.95;
}

.ig-feed-next {
    position: absolute;
    top: 50%;
    right: 0.35rem;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    z-index: 3;
    transition: background 0.2s ease, transform 0.15s ease;
}

.ig-feed-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.05);
}

@media (max-width: 767.98px) {
    .ig-feed-section {
        padding: 2.5rem 0 3rem;
    }
    .ig-feed-header {
        gap: 0.55rem 0.75rem;
    }
    .ig-feed-stat {
        font-size: 0.85rem;
    }
    .ig-feed-card {
        flex-basis: 72vw;
    }
    .ig-feed-next {
        width: 38px;
        height: 38px;
        right: 0.2rem;
    }
}

@media (hover: none) {
    .ig-feed-card::before {
        opacity: 1;
        background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
    }
    .ig-feed-card-meta {
        transform: translateY(0);
        opacity: 1;
    }
    .ig-feed-card::after {
        display: none;
    }
}

#eapps-instagram-feed-1 .eapps-instagram-feed-header {
    background: transparent !important;
}

.eapps-instagram-feed-posts-slider-credit,
.eapps-instagram-feed-posts-slider-powered-by,
.eapps-link {
    display: none !important;
}

[class*="credit"],
[class*="powered"],
[class*="widget-branding"] {
    display: none !important;
}