/* ==========================================================================
   Govind Engineering - Custom Stylesheet
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. Base Spacing, Fonts & Color Variables
   -------------------------------------------------------------------------- */
:root {
    --govind-heading-font: 'Rajdhani', sans-serif;
    --govind-primary: #0B1F3A;
    --govind-secondary: #1B5E91;
    --govind-accent: #00C2FF;
    --govind-success: #00A389;
    --govind-dark: #071526;
    --govind-text: #334E68;
    --govind-text-muted: #627D98;
    --govind-light-bg: #F8FAFC;
    --govind-card-bg: #FFFFFF;
    --govind-border: #E2E8F0;
}

body {
    font-family: 'Rethink Sans', sans-serif;
    color: var(--govind-text);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--govind-heading-font);
    letter-spacing: 0.01em;
}

.section-padding {
    padding: 34px 0;

}

@media (max-width: 991px) {
    .section-padding {
        padding: 55px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 42px 0;
    }
}

/* Section Title Typography */
.section-title {
    margin-bottom: 35px;
}

.section-title.section-title-center {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.section-sub-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--govind-secondary);
    margin-bottom: 8px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--govind-primary);
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 23px;
    }
}

.section-title p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--govind-text-muted);
}

/* Company Statistics / Achievements */
.company-statistics {
    position: relative;
    isolation: isolate;
    background: linear-gradient(135deg, #061426 0%, #0b3154 52%, #07506a 100%);
    overflow: hidden;
}

.company-statistics::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 420px;
    height: 420px;
    top: -260px;
    right: -100px;
    border-radius: 50%;
    border: 70px solid rgba(0, 194, 255, 0.08);
    animation: statistic-orbit 12s ease-in-out infinite alternate;
}

.company-statistics::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.22;
    background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, transparent, #000 35%, #000);
}

.company-statistics .container {
    position: relative;
}

.company-statistics .achievements-heading h2,
.company-statistics .achievements-heading p {
    color: #fff;
}

.company-statistics .achievements-heading p {
    color: rgba(255, 255, 255, 0.72);
}

.company-statistics .section-sub-title {
    padding: 7px 15px;
    color: #7ee3ff;
    background: rgba(0, 194, 255, 0.12);
    border: 1px solid rgba(126, 227, 255, 0.28);
    border-radius: 30px;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.statistic-card {
    position: relative;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .05));
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
    overflow: hidden;
}

.statistic-card::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 160%;
    top: -30%;
    left: -130px;
    transform: rotate(18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent);
    transition: left 0.65s ease;
}

.statistic-card:hover {
    transform: translateY(-10px) scale(1.02);
    background: linear-gradient(145deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .08));
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.3), 0 0 28px rgba(0, 194, 255, 0.12);
}

.statistic-card:hover::after {
    left: calc(100% + 40px);
}

.statistic-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    color: #071526;
    font-size: 23px;
    border-radius: 16px;
    background: linear-gradient(135deg, #7ee3ff, #00c2ff);
    box-shadow: 0 10px 25px rgba(0, 194, 255, 0.28);
    transition: transform 0.4s ease;
}

.statistic-card:hover .statistic-icon {
    transform: rotate(-8deg) scale(1.1);
}

.statistic-value {
    display: block;
    color: #fff;
    font-size: clamp(34px, 3.2vw, 48px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
}

.statistic-suffix {
    color: #7ee3ff;
}

.statistic-unit {
    font-size: 0.48em;
    font-weight: 700;
    letter-spacing: 0;
    color: #b9eefe;
}

.statistic-title {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

@keyframes statistic-orbit {
    to {
        transform: translate(-55px, 70px) rotate(35deg);
    }
}

@media (max-width: 991px) {
    .statistics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .statistics-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .statistic-card {
        min-height: 160px;
        padding: 24px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .statistic-card,
    .statistic-card::after,
    .statistic-icon,
    .company-statistics::before {
        transition: none;
        animation: none;
    }
}

/* Buttons */
.btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-default.btn-highlighted {
    background: var(--govind-secondary);
    color: #FFFFFF !important;
    border-color: var(--govind-secondary);
}

.btn-default.btn-highlighted:hover {
    background: var(--govind-primary);
    border-color: var(--govind-primary);
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(11, 31, 58, 0.25);
}

.btn-default:not(.btn-highlighted) {
    background: transparent;
    color: #FFFFFF !important;
    border-color: rgba(255, 255, 255, 0.6);
}

.btn-default:not(.btn-highlighted):hover {
    background: #FFFFFF;
    color: var(--govind-primary) !important;
    border-color: #FFFFFF;
    transform: translateY(-2px);
}

.about-content-footer .btn-default:not(.btn-highlighted) {
    color: var(--govind-primary) !important;
    border-color: var(--govind-primary);
}

.about-content-footer .btn-default:not(.btn-highlighted):hover {
    background: var(--govind-primary);
    color: #FFFFFF !important;
}

/* --------------------------------------------------------------------------
   Header - Compact Padding & Sticky Setup
   -------------------------------------------------------------------------- */
header.main-header {
    position: absolute;
    top: 8px;
    right: 15px;
    left: 15px;
    z-index: 100;
}

header.main-header .header-sticky {
    position: relative;
    top: 0;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 100;
}

header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    right: 15px;
    left: 15px;
    transform: translateY(0);
    background: var(--govind-primary);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: none;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.navbar {
    padding: 10px 0 !important;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #C8D0D8;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
    width: 68px !important;
    height: 68px !important;
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.main-menu ul li a {
    font-size: 16px !important;
    font-weight: 600;
    padding: 8px 10px !important;
    color: #ffffff;
}

.header-btn .btn-default {
    padding: 9px 20px !important;
    font-size: 14px !important;
}

@media (max-width: 767px) {
    header.main-header {
        top: 6px;
    }

    .navbar {
        padding: 8px 0 !important;
    }

    .navbar-brand {
        width: 56px !important;
        height: 56px !important;
    }
}

/* --------------------------------------------------------------------------
   1. Home Page - Banners Slider (Proportionally Increased Size & High Legibility)
   -------------------------------------------------------------------------- */
.reference-hero {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    color: #fff;
    background: #07111f;
}

.reference-hero::after {
    display: none;
}

.hero-background-slider,
.hero-background-slide {
    position: absolute;
    inset: 0;
}

.hero-background-slider {
    z-index: 0;
    overflow: hidden;
    background: #07111f;
}

.hero-background-slide {
    inset: -3%;
    opacity: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.02);
    transition: opacity 1.35s ease-in-out, transform 6.5s ease-out;
    will-change: opacity, transform;
}

.hero-background-slide.is-active {
    opacity: 1;
    transform: scale(1.11);
}

.reference-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(5, 14, 27, .96) 0%, rgba(7, 20, 37, .85) 43%, rgba(7, 20, 37, .24) 76%, rgba(7, 20, 37, .08) 100%);
}

.reference-hero .container {
    z-index: 2;
}

.hero-main-row {
    min-height: 550px;
    justify-content: center;
    padding: 153px 0 97px;
    text-align: center;
}

.hero-main-row>div {
    margin-right: auto;
    margin-left: auto;
}

.hero-country-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #c7ced8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.hero-country-label span {
    width: 35px;
    height: 2px;
    background: #c7ced8;
}

.reference-hero h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(48px, 6.2vw, 84px);
    font-weight: 700;
    line-height: .93;
    letter-spacing: -2px;
}

.reference-hero h1 span {
    display: block;
    color: #c7ced8;
}

.reference-hero p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: #d9e0e8;
    font-size: 17px;
    line-height: 1.7;
}

.hero-actions {
    justify-content: center;
}

.hero-primary-btn,
.hero-outline-btn {
    padding: 13px 25px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.hero-primary-btn {
    border-color: #c7ced8;
    background: #c7ced8;
    color: #0a1d3b;
}

.hero-primary-btn:hover {
    border-color: #fff;
    background: #fff;
    color: #101826;
}

.hero-outline-btn {
    border: 1px solid rgba(255, 255, 255, .7);
    color: #fff;
}

.hero-outline-btn:hover {
    border-color: #c7ced8;
    background: #c7ced8;
    color: #0a1d3b;
}

.hero-machine-card {
    position: absolute;
    top: 28px;
    right: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 320px;
    padding: 12px 14px;
    border-left: 3px solid #c7ced8;
    background: rgba(5, 16, 30, .9);
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
}

.hero-machine-card strong,
.hero-machine-card small {
    display: block;
}

.hero-machine-card strong {
    font-size: 14px;
}

.hero-machine-card small {
    margin-top: 2px;
    color: #9eabb9;
    font-size: 11px;
}

.hero-machine-icon {
    color: #c7ced8;
    font-size: 21px;
}

.hero-machine-arrow {
    margin-left: auto;
    color: #c7ced8;
}

.hero-stat-row {
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    background: rgba(6, 18, 34, .94);
    border-top: 3px solid #c7ced8;
}

.hero-stat {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 28px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.hero-stat:last-child {
    border-right: 0;
}

.hero-stat strong {
    color: #c7ced8;
    font-family: 'Rajdhani', sans-serif;
    font-size: 29px;
    line-height: 1;
}

.hero-stat span {
    margin-top: 8px;
    color: #c7d0da;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .7px;
}

@media (max-width: 991px) {
    .reference-hero {
        min-height: 640px;
    }

    .hero-background-slide {
        background-position: 62% center;
    }

    .hero-main-row {
        min-height: 490px;
        padding: 120px 0 80px;
    }

    .reference-hero::before {
        background: linear-gradient(90deg, rgba(5, 14, 27, .95) 0%, rgba(7, 20, 37, .82) 60%, rgba(7, 20, 37, .35) 100%);
    }

    .hero-stat {
        min-height: 82px;
        padding: 14px 20px;
    }
}

@media (max-width: 767px) {
    .reference-hero {
        min-height: 675px;
    }

    .hero-background-slide {
        background-position: 68% center;
    }

    .reference-hero::before {
        background: rgba(5, 14, 27, .82);
    }

    .hero-machine-card {
        top: 20px;
        right: 12px;
        left: 12px;
        min-width: 0;
    }

    .hero-main-row {
        min-height: 500px;
        padding: 105px 0 105px;
        align-items: center;
    }

    .reference-hero h1 {
        font-size: clamp(41px, 14vw, 60px);
        letter-spacing: -1px;
    }

    .reference-hero p {
        font-size: 15px;
        line-height: 1.55;
    }

    .hero-stat-row {
        bottom: 0;
    }

    .hero-stat {
        min-height: 78px;
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .hero-stat:nth-child(2) {
        border-right: 0;
    }

    .hero-stat strong {
        font-size: 23px;
    }

    .hero-stat span {
        font-size: 10px;
    }
}

@media (max-width: 420px) {
    .hero-actions .btn {
        width: 100%;
    }

    .hero-machine-card {
        padding: 10px 12px;
    }

    .hero-machine-card strong {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-background-slide {
        transform: none;
        transition-duration: .4s;
    }
}

.hero-slider-section {
    position: relative;
    overflow: hidden;
    background: var(--govind-dark);
}

.hero-slider-section .swiper-slide {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .hero-slider-section .swiper-slide {
        min-height: 510px;
    }
}

@media (max-width: 767px) {
    .hero-slider-section .swiper-slide {
        min-height: 440px;
    }
}

/* Soft, balanced dark gradient so machinery background is bright and clear */
.hero-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(7, 21, 38, 0.82) 0%, rgba(11, 31, 58, 0.65) 45%, rgba(11, 31, 58, 0.25) 100%);
    z-index: 1;
}

.hero-slide-content {
    position: relative;
    z-index: 2;
    padding: 70px 0 80px;
    max-width: 780px;
}

@media (max-width: 767px) {
    .hero-slide-content {
        padding: 45px 0 55px;
    }
}

.hero-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--govind-accent);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    backdrop-filter: blur(8px);
}

.hero-slide-title {
    color: #FFFFFF !important;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: -0.3px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
    .hero-slide-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hero-slide-title {
        font-size: 23px;
    }
}

.hero-slide-desc {
    color: #E2E8F0;
    font-size: 15.5px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 660px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
    .hero-slide-desc {
        font-size: 14px;
        margin-bottom: 18px;
    }
}

.hero-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
}

.hero-btn-group .btn-default {
    padding: 11px 24px;
    font-size: 14px;
}

.hero-highlights-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 13.5px;
    font-weight: 600;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.hero-highlight-item i {
    color: var(--govind-accent);
    font-size: 15px;
}

.hero-slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.hero-slider-nav-btn:hover {
    background: var(--govind-secondary);
    border-color: var(--govind-secondary);
    color: #FFFFFF;
    transform: translateY(-50%) scale(1.08);
}

.hero-slider-prev {
    left: 20px;
}

.hero-slider-next {
    right: 20px;
}

@media (max-width: 767px) {
    .hero-slider-nav-btn {
        display: none;
    }
}

.hero-slider-pagination {
    position: absolute;
    bottom: 20px !important;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.hero-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 5px !important;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.hero-slider-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: var(--govind-accent);
}

/* --------------------------------------------------------------------------
   2. About Us Section
   -------------------------------------------------------------------------- */
.about-section {
    background: #FFFFFF;
}

.about-image-wrapper {
    position: relative;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .about-image-wrapper {
        padding-right: 0;
        margin-bottom: 35px;
    }
}

.about-main-img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(11, 31, 58, 0.12);
    object-fit: cover;
    display: block;
}

.about-experience-badge {
    position: absolute;
    bottom: -15px;
    right: 0;
    background: var(--govind-primary);
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    padding: 14px 20px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 575px) {
    .about-experience-badge {
        position: relative;
        bottom: 0;
        margin-top: 15px;
        right: 0;
    }
}

.about-experience-badge .badge-icon {
    font-size: 26px;
    color: var(--govind-accent);
}

.about-experience-badge h4 {
    color: #FFFFFF;
    font-size: 17px;
    margin: 0;
    font-weight: 700;
}

.about-experience-badge p {
    color: #D6E4F0;
    font-size: 12px;
    margin: 0;
}

.about-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
}

@media (max-width: 575px) {
    .about-feature-grid {
        grid-template-columns: 1fr;
    }
}

.about-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F4F7FA;
    padding: 10px 14px;
    border-radius: 6px;
    border-left: 4px solid var(--govind-secondary);
    font-weight: 600;
    color: var(--govind-primary);
    font-size: 13.5px;
}

.about-feature-item i {
    color: var(--govind-secondary);
    font-size: 15px;
}

/* --------------------------------------------------------------------------
   3. Mission & Vision Section
   -------------------------------------------------------------------------- */
.mission-vision-section {
    background: var(--govind-light-bg);
    position: relative;
}

.mv-card {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 32px 28px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(11, 31, 58, 0.05);
    border-top: 4px solid var(--govind-secondary);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}

.mv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(11, 31, 58, 0.1);
    border-top-color: var(--govind-accent);
}

.mv-icon-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--govind-primary) 0%, var(--govind-secondary) 100%);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.mv-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--govind-primary);
    margin-bottom: 12px;
}

.mv-card p.mv-statement {
    color: var(--govind-text);
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.mv-points-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: auto;
}

.mv-points-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: var(--govind-text-muted);
    margin-bottom: 10px;
    line-height: 1.5;
}

.mv-points-list li:last-child {
    margin-bottom: 0;
}

.mv-points-list li i {
    color: var(--govind-success);
    font-size: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   4. What We Offer (Single Horizontal Sliding Row - 5 Offers)
   -------------------------------------------------------------------------- */
.services-section {
    background: #FFFFFF;
    position: relative;
}

.services-slider .swiper-slide {
    height: auto;
    display: flex;
}

.service-card-pro {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(11, 31, 58, 0.06);
    border: 1px solid var(--govind-border);
    transition: all 0.35s ease;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.service-card-pro:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(11, 31, 58, 0.12);
    border-color: var(--govind-secondary);
}

.service-img-holder {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: var(--govind-primary);
}

.service-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card-pro:hover .service-img-holder img {
    transform: scale(1.08);
}

.service-badge-num {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(11, 31, 58, 0.88);
    color: var(--govind-accent);
    border: 1px solid rgba(0, 194, 255, 0.4);
    font-size: 12px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 5px;
    backdrop-filter: blur(4px);
}

.service-body-pro {
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-body-pro h3 {
    font-size: 17.5px;
    font-weight: 700;
    color: var(--govind-primary);
    margin-bottom: 10px;
    line-height: 1.35;
}

.service-body-pro p {
    font-size: 13.5px;
    color: var(--govind-text-muted);
    line-height: 1.55;
    margin-bottom: 16px;
    flex-grow: 1;
}

.service-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--govind-secondary);
    font-weight: 700;
    font-size: 13.5px;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.service-footer-link:hover {
    color: var(--govind-accent);
    gap: 10px;
}

.services-slider-pagination {
    position: relative;
    margin-top: 25px;
    text-align: center;
}

.services-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #CBD5E1;
    opacity: 1;
    margin: 0 5px !important;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.services-slider-pagination .swiper-pagination-bullet-active {
    width: 26px;
    background: var(--govind-secondary);
}

/* --------------------------------------------------------------------------
   5. How We Offer (Process) Section
   -------------------------------------------------------------------------- */
.process-section {
    background: var(--govind-primary);
    color: #FFFFFF;
    position: relative;
}

.process-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 30px 22px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.process-card:hover {
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-5px);
    border-color: var(--govind-accent);
}

.process-step-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.15);
    line-height: 1;
}

.process-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: rgba(0, 194, 255, 0.15);
    border: 1px solid rgba(0, 194, 255, 0.3);
    color: var(--govind-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.process-card h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.process-card p {
    color: #BCCCDC;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
}

/* --------------------------------------------------------------------------
   6. Our Machines Section
   -------------------------------------------------------------------------- */
.industry-serve {
    background: var(--govind-light-bg);
}

.industry-slider .swiper-slide {
    height: auto;
}

.industry-item {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--govind-border);
    height: 100%;
    transition: all 0.3s ease;
}

.industry-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(11, 31, 58, 0.08);
    border-color: var(--govind-secondary);
}

.industry-item .industry-image figure {
    height: 185px;
    margin: 0;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 12px;
    border-bottom: 1px solid #F0F4F8;
}

.industry-item .industry-image figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.industry-item-body {
    padding: 16px 14px;
}

.industry-item-body h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--govind-primary);
    margin: 0;
    min-height: 40px;
    line-height: 1.35;
}

/* --------------------------------------------------------------------------
   7. Why Choose Us Section
   -------------------------------------------------------------------------- */
.why-choose-section {
    background: #FFFFFF;
}

.why-choose-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.why-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #EEF4F8;
    color: var(--govind-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.why-choose-feature:hover .why-feature-icon {
    background: var(--govind-secondary);
    color: #FFFFFF;
    transform: scale(1.05);
}

.why-feature-text h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--govind-primary);
    margin-bottom: 5px;
}

.why-feature-text p {
    font-size: 13.5px;
    color: var(--govind-text-muted);
    line-height: 1.5;
    margin: 0;
}

.why-img-container {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(11, 31, 58, 0.08);
}

.why-img-container img {
    width: 100%;
    height: clamp(300px, 34vw, 470px);
    display: block;
    object-fit: cover;
}

.why-choose-slider {
    width: 100%;
}

.why-choose-slider .swiper-slide {
    overflow: hidden;
}

.why-slider-prev,
.why-slider-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(11, 31, 58, 0.78);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.25s ease, transform 0.25s ease;
}

.why-slider-prev {
    left: 14px;
}

.why-slider-next {
    right: 14px;
}

.why-slider-prev:hover,
.why-slider-next:hover,
.why-slider-prev:focus-visible,
.why-slider-next:focus-visible {
    background: var(--govind-secondary);
    transform: translateY(-50%) scale(1.06);
}

.why-slider-prev:focus-visible,
.why-slider-next:focus-visible {
    outline: 3px solid #FFFFFF;
    outline-offset: 2px;
}

@media (max-width: 767.98px) {
    .why-img-container img {
        height: clamp(250px, 70vw, 360px);
    }

    .why-slider-prev,
    .why-slider-next {
        width: 38px;
        height: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .why-choose-slider .swiper-wrapper {
        transition-duration: 0.01ms !important;
    }
}

/* --------------------------------------------------------------------------
   8. Trusted Partnerships / Business Associates (3 Logos, Properly Aligned)
   -------------------------------------------------------------------------- */
.associates-section {
    background: var(--govind-light-bg);
    border-top: 1px solid var(--govind-border);
    border-bottom: 1px solid var(--govind-border);
}

.associate-card {
    background: #FFFFFF;
    border: 1px solid var(--govind-border);
    border-radius: 12px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.associate-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(11, 31, 58, 0.08);
    border-color: var(--govind-secondary);
}

.associate-card img {
    max-height: 105px;
    max-width: 260px;
    width: 90%;
    height: auto;
    object-fit: contain;
    filter: grayscale(15%);
    transition: filter 0.3s ease;
}

.associate-card:hover img {
    filter: grayscale(0%);
}

/* --------------------------------------------------------------------------
   Footer - Modern, Clean Alignment & Fully Responsive
   -------------------------------------------------------------------------- */
.main-footer-pro {
    background: #071526;
    color: #E2E8F0;
    padding: 31px 0 0;

    position: relative;
    border-top: 3px solid var(--govind-secondary);
}

.footer-brand-col {
    padding-right: 15px;
}

.footer-logo-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid #C8D0D8;
    border-radius: 50%;
    overflow: hidden;
    width: 78px;
    height: 78px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    margin-bottom: 18px;
}

.footer-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-company-name {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.footer-company-desc {
    color: #94A3B8;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-social-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social-btn:hover {
    background: var(--govind-accent);
    border-color: var(--govind-accent);
    color: var(--govind-dark);
    transform: translateY(-2px);
}

.footer-widget-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 3px;
    background: var(--govind-accent);
    border-radius: 2px;
}

.footer-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-links li {
    margin-bottom: 12px;
}

.footer-menu-links li a {
    color: #94A3B8;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.footer-menu-links li a i {
    font-size: 11px;
    color: var(--govind-accent);
    transition: transform 0.25s ease;
}

.footer-menu-links li a:hover {
    color: #FFFFFF;
    padding-left: 4px;
}

.footer-menu-links li a:hover i {
    transform: translateX(3px);
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-contact-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(0, 194, 255, 0.12);
    border: 1px solid rgba(0, 194, 255, 0.25);
    color: var(--govind-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-info {
    font-size: 13.5px;
    line-height: 1.5;
    color: #CBD5E1;
}

.footer-contact-info strong {
    display: block;
    color: #FFFFFF;
    font-size: 13.5px;
    margin-bottom: 2px;
}

.footer-contact-info a {
    color: #CBD5E1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact-info a:hover {
    color: var(--govind-accent);
}

.footer-map-holder {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer-bottom-pro {
    margin-top: 50px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13.5px;
    color: #94A3B8;
}

.footer-sub-note {
    color: #64748B;
    font-size: 13px;
}
