/********** Template CSS **********/
:root {
    --primary: #EB2725;
    --light: #F6F7F8;
    --dark: #1A2A36;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #EB2725;
    border: 1px solid #EB2725;
    border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #FFFFFF;
    border-color: var(--light);
    background: var(--dark);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #EB2725;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


 .service-container {
            max-width: 1500px;
            margin: 0 auto;
            padding: 50px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .service-main-card {
            background: rgba(255, 255, 255, 0.98);
            border-radius: 30px;
            padding: 50px;
            box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(10px);
            border: 3px solid rgba(255, 255, 255, 0.5);
        }

        .service-tabs-nav {
            display: flex;
            gap: 90px;
            justify-content: center;
            margin-bottom: 50px;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            padding: 15px;
            border-radius: 20px;
            box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .service-tab-button {
            padding: 18px 35px;
            font-size: 16px;
            font-weight: 700;
            border: none;
            border-radius: 15px;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            overflow: hidden;
        }

        .service-tab-button::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }

        .service-tab-button:hover::before {
            width: 300px;
            height: 300px;
        }

        .service-tab-button:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 10px 30px rgba(235, 39, 37, 0.4);
        }

        .service-tab-button.tab-active {
            background: linear-gradient(135deg, #EB2725 0%, #c41e1c 100%);
            color: white;
            box-shadow: 0 8px 25px rgba(235, 39, 37, 0.5);
            transform: scale(1.05);
        }

        .service-tab-button:not(.tab-active) {
            background: white;
            color: #2B439D;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .service-tab-content {
            display: none;
            animation: contentFadeIn 0.6s ease;
        }

        .service-tab-content.tab-active {
            display: block;
        }

        @keyframes contentFadeIn {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .service-grid-layout {
            display: grid;
            grid-template-columns: 75% 25%;
            gap: 30px;
            align-items: start;
        }

        .service-items-wrapper {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            padding: 35px;
            border-radius: 25px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            border: 3px solid rgba(255, 255, 255, 0.8);
        }

        .service-items-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
        

        .service-card-item {
            background: transparent;
            padding: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            animation: itemPopIn 0.6s ease;
            cursor: pointer;
            position: relative;
        }

        .service-card-item:nth-child(1) { animation-delay: 0.1s; }
        .service-card-item:nth-child(2) { animation-delay: 0.15s; }
        .service-card-item:nth-child(3) { animation-delay: 0.2s; }
        .service-card-item:nth-child(4) { animation-delay: 0.25s; }
        .service-card-item:nth-child(5) { animation-delay: 0.3s; }
        .service-card-item:nth-child(6) { animation-delay: 0.35s; }
        .service-card-item:nth-child(7) { animation-delay: 0.4s; }
        .service-card-item:nth-child(8) { animation-delay: 0.45s; }

        @keyframes itemPopIn {
            from {
                opacity: 0;
                transform: scale(0.5) rotate(-10deg);
            }
            to {
                opacity: 1;
                transform: scale(1) rotate(0deg);
            }
        }

        .service-card-item:hover {
            transform: translateY(-8px) scale(1.05);
        }

        .service-icon-img {
            width: 100px;
            height: 100px;
           border-radius: 12px;
            object-fit: cover;
            margin-bottom: 15px;
            border: 1px solid #EB2725;
            transition: all 0.4s ease;
            box-shadow: 0 5px 15px rgba(235, 39, 37, 0.3);
        }

       .service-card-item:hover .service-icon-img {
    transform: scaleX(-1) scale(1.1);
    border-color: #2B439D;
    box-shadow: 0 8px 25px rgba(43, 67, 157, 0.4);
}

        .service-card-title {
            color: #2B439D;
            font-size: 15px;
            font-weight: 700;
            transition: all 0.3s ease;
            position: relative;
            z-index: 1;
        }

        .service-card-item:hover .service-card-title {
            color: #EB2725;
            transform: scale(1.05);
        }

        .service-featured-container {
            background: linear-gradient(135deg, #2B439D 0%, #1a2847 100%);
          
            border-radius: 25px;
            box-shadow: 0 20px 50px rgba(43, 67, 157, 0.4);
            border: 3px solid rgba(255, 255, 255, 0.3);
            position: relative;
            overflow: hidden;
        }

        .service-featured-container::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
            animation: shineEffect 3s infinite;
        }

        @keyframes shineEffect {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .service-featured-img {
            width: 100%;
            height: 413px;
            border-radius: 18px;
            object-fit: cover;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
            animation: imgZoomRotate 1s ease;
            border: 3px solid rgba(255, 255, 255, 0.5);
            position: relative;
            z-index: 1;
        }

        @keyframes imgZoomRotate {
            from {
                opacity: 0;
                transform: scale(0.8) rotate(-5deg);
            }
            to {
                opacity: 1;
                transform: scale(1) rotate(0deg);
            }
        }

        @media (max-width: 1200px) {
            .service-grid-layout {
                grid-template-columns: 1fr;
            }

            .service-main-card {
                padding: 30px;
            }
        }

        @media (max-width: 768px) {
            .service-tabs-nav {
                flex-direction: column;
                gap: 15px;
            }

            .service-tab-button {
                width: 100%;
            }

            .service-items-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .service-featured-img {
                height: 400px;
            }

            .service-main-card {
                padding: 20px;
            }

            .service-container {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .service-items-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }

            .service-card-item {
                padding: 15px 10px;
            }

            .service-icon-img {
                width: 80px;
                height: 80px;
            }
        }


        /* GramiPay Privacy Section */
.gp-privacy-section {
    padding: 60px 15px;
    background: #f7f8fc;
}

.gp-privacy-container {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.gp-privacy-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #2B439D;
    background: rgba(43, 67, 157, 0.08);
    margin-bottom: 10px;
}

.gp-privacy-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.gp-privacy-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 640px;
    margin: 0 auto 30px auto;
}

.gp-privacy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.gp-privacy-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 18px 20px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.gp-privacy-card h3 {
    font-size: 17px;
    margin-bottom: 8px;
    color: #2B439D;
}

.gp-privacy-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.gp-privacy-card:hover {
    transform: translateY(-4px);
    border-color: rgba(43, 67, 157, 0.25);
    box-shadow: 0 12px 26px rgba(43, 67, 157, 0.18);
}

.gp-privacy-link-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.gp-privacy-link-card a {
    color: #2B439D;
    font-weight: 600;
    text-decoration: none;
}

.gp-privacy-link-card a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 991.98px) {
    .gp-privacy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .gp-privacy-section {
        padding: 45px 15px;
    }

    .gp-privacy-title {
        font-size: 24px;
    }

    .gp-privacy-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
/* Contact row under Privacy / Terms */
.gp-privacy-contact-row {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    text-align: left;              /* ✅ ensure left alignment */
    justify-items: start;          /* ✅ cards ko left side align */
}

.gp-privacy-contact-card {
    background: #ffffff;
    border-radius: 999px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;   /* ✅ icon + text left se start */
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;                   /* ✅ full column width le */
}

.gp-privacy-contact-card i {
    font-size: 18px;
    color: #2B439D;
    margin-right: 10px;
}

.gp-privacy-contact-card div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;       /* ✅ text block bhi left aligned */
}

.gp-contact-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    margin-bottom: 2px;
    text-align: left;
}

.gp-privacy-contact-card a {
    font-size: 14px;
    color: #222;
    text-decoration: none;
    text-align: left;
}

.gp-privacy-contact-card a:hover {
    text-decoration: underline;
    color: #2B439D;
}

.gp-privacy-contact-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(43, 67, 157, 0.18);
}

/* Responsive for contact row */
@media (max-width: 991.98px) {
    .gp-privacy-contact-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .gp-privacy-contact-row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        justify-items: stretch;        /* ✅ mobile par full width */
    }

    .gp-privacy-contact-card {
        width: 100%;
    }
}
/* Mission & Vision Section */
.gp-mv-section {
    padding: 70px 15px;
    background: radial-gradient(circle at top left, #e8edff 0, #f7f8fc 40%, #ffffff 100%);
}

.gp-mv-container {
    max-width: 1140px;
    margin: 0 auto;
}

.gp-mv-header {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 40px auto;
}

.gp-mv-badge {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #2B439D;
    background: rgba(43, 67, 157, 0.08);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.gp-mv-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.gp-mv-subtitle {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/* Cards Grid */
.gp-mv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.gp-mv-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 26px 24px 22px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(43, 67, 157, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.gp-mv-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(43, 67, 157, 0.08), transparent);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.gp-mv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(43, 67, 157, 0.18);
    border-color: rgba(43, 67, 157, 0.25);
}

.gp-mv-card:hover::before {
    opacity: 1;
}

.gp-mv-icon-wrap {
    margin-bottom: 12px;
}

.gp-mv-icon-circle {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(43, 67, 157, 0.08);
    color: #2B439D;
    font-size: 20px;
}

.gp-mv-card h3 {
    font-size: 19px;
    font-weight: 700;
    color: #1b2559;
    margin-bottom: 8px;
}

.gp-mv-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 12px;
}

.gp-mv-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gp-mv-list li {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
}

.gp-mv-list li i {
    font-size: 14px;
    color: #2B439D;
    margin-right: 8px;
    margin-top: 2px;
}

/* Special subtle gradient difference (optional) */
.gp-mv-mission {
    background: linear-gradient(135deg, #ffffff, #eef2ff);
}

.gp-mv-vision {
    background: linear-gradient(135deg, #ffffff, #e9f7ff);
}

/* Footnote */
.gp-mv-footnote {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .gp-mv-grid {
        grid-template-columns: 1fr;
    }

    .gp-mv-section {
        padding: 60px 15px;
    }
}

@media (max-width: 575.98px) {
    .gp-mv-title {
        font-size: 24px;
    }

    .gp-mv-card {
        padding: 22px 18px 18px;
    }
}


  .gp-bill-checker-wrapper {
            background: linear-gradient(135deg, #eef1ff 0%, #ffe2e2 100%);
            padding: 40px 20px;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .gp-bill-checker-card {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            padding: 40px;
            max-width: 900px;
            width: 100%;
        }

        .gp-bill-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .gp-bill-header h1 {
            color: #30409F;
            font-size: 2.5em;
            margin-bottom: 10px;
            font-weight: 700;
        }

        /* ================= FORM GRID ================= */

        .gp-form-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin-bottom: 30px;
        }

        .gp-form-group {
            display: flex;
            flex-direction: column;
        }

        .gp-form-group label {
            font-weight: 600;
            margin-bottom: 10px;
            color: #333;
            font-size: 1.05em;
        }

        .gp-required {
            color: #ED2726;
            margin-left: 3px;
        }

        .gp-form-group input,
        .gp-form-group select {
            padding: 15px;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            font-size: 1em;
            transition: all 0.3s ease;
            background: #f9f9f9;
            height: 50px; /* ✅ sab input/select ki height same */
            box-sizing: border-box;
        }

        .gp-form-group input:focus,
        .gp-form-group select:focus {
            outline: none;
            border-color: #30409F;
            background: #fff;
            box-shadow: 0 0 0 4px rgba(48, 64, 159, 0.1);
        }

        .gp-category-input {
            background: linear-gradient(135deg, #ED2726 0%, #30409F 100%) !important;
            color: #fff !important;
            font-weight: 600;
            border: none !important;
        }

        /* Vehicle input group */
        #gp-vehicleInputGroup {
            display: none;
        }

        /* Check Bill button group (right side) */
        .gp-check-btn-group {
            display: none;
            flex-direction: column;
            justify-content: flex-end;
        }

        .gp-check-btn-group label {
            visibility: hidden;
            height: 20px;
        }

        /* ================= BUTTONS ================= */

        .gp-fastag-check-btn {
            background: linear-gradient(135deg, #ED2726 0%, #30409F 100%);
            color: #fff;
            padding: 0 26px;
            border: none;
            border-radius: 10px;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(237, 39, 38, 0.4);
            white-space: nowrap;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 50px; /* ✅ Vehicle / Wallet ID input ke barabar height */
            box-sizing: border-box;
        }

        .gp-fastag-check-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(237, 39, 38, 0.6);
        }

        .gp-fastag-check-btn:active {
            transform: translateY(0);
            box-shadow: 0 3px 8px rgba(237, 39, 38, 0.4);
        }

        .gp-btn-submit {
            background: linear-gradient(135deg, #30409F 0%, #ED2726 100%);
            color: white;
            padding: 16px 60px;
            border: none;
            border-radius: 12px;
            font-size: 1.1em;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(48, 64, 159, 0.4);
            margin-top: 30px;
        }

        .gp-btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(48, 64, 159, 0.6);
        }

        .gp-btn-submit:active {
            transform: translateY(0);
        }

        .gp-btn-select {
            background: linear-gradient(135deg, #30409F 0%, #ED2726 100%);
            color: white;
            padding: 10px 25px;
            border: none;
            border-radius: 8px;
            font-size: 0.9em;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(48, 64, 159, 0.3);
        }

        .gp-btn-select:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(48, 64, 159, 0.5);
        }

        /* ================= Fetched Section & Table ================= */

        .gp-fetched-section {
            margin-top: 40px;
            text-align: center;
        }

        .gp-fetched-section h2 {
            color: #30409F;
            font-size: 2em;
            margin-bottom: 20px;
        }

        .gp-disclaimer {
            background: linear-gradient(135deg, rgba(237, 39, 38, 0.1) 0%, rgba(48, 64, 159, 0.1) 100%);
            padding: 20px;
            border-radius: 12px;
            border-left: 4px solid #ED2726;
            margin-bottom: 30px;
            text-align: left;
        }

        .gp-disclaimer-text {
            color: #333;
            font-size: 1em;
            line-height: 1.6;
        }

        .gp-disclaimer-text strong {
            color: #ED2726;
        }

        .gp-bill-details-section {
            display: none;
            margin-top: 30px;
            animation: gp-slideIn 0.5s ease-in;
        }

        @keyframes gp-slideIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .gp-bill-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            border-radius: 12px;
            overflow: hidden;
        }

        .gp-bill-table thead {
            background: linear-gradient(135deg, #ED2726 0%, #30409F 100%);
            color: white;
        }

        .gp-bill-table th,
        .gp-bill-table td {
            padding: 15px;
            text-align: left;
        }

        .gp-bill-table th {
            font-weight: 600;
            font-size: 1.05em;
        }

        .gp-bill-table tbody tr {
            border-bottom: 1px solid #e0e0e0;
            transition: background 0.3s ease;
        }

        .gp-bill-table tbody tr:hover {
            background: #f9f9f9;
        }

        /* ================= POPUP ================= */

        .gp-popup-overlay {
            display: none;
            position: fixed;
            inset: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 1000;
            animation: gp-fadeIn 0.3s ease;
        }

        .gp-popup-content {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
            text-align: center;
            max-width: 400px;
            width: 90%;
            animation: gp-slideUp 0.3s ease;
        }

        @keyframes gp-fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes gp-slideUp {
            from {
                opacity: 0;
                transform: translate(-50%, -40%);
            }
            to {
                opacity: 1;
                transform: translate(-50%, -50%);
            }
        }

        .gp-popup-icon {
            font-size: 4em;
            margin-bottom: 20px;
        }

        .gp-popup-title {
            color: #ED2726;
            font-size: 1.8em;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .gp-popup-message {
            color: #666;
            font-size: 1.1em;
            margin-bottom: 25px;
            line-height: 1.5;
        }

        .gp-btn-close-popup {
            background: linear-gradient(135deg, #ED2726 0%, #30409F 100%);
            color: white;
            padding: 12px 40px;
            border: none;
            border-radius: 10px;
            font-size: 1em;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .gp-btn-close-popup:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(237, 39, 38, 0.5);
        }

        /* ================= RESPONSIVE ================= */

        @media (max-width: 600px) {
            .gp-bill-checker-card {
                padding: 25px 18px;
            }

            .gp-bill-header h1 {
                font-size: 2em;
            }

            .gp-check-btn-group label {
                display: none;
            }

            .gp-check-btn-group {
                align-items: flex-start;
            }

            .gp-fastag-check-btn {
                width: 100%;
                text-align: center;
            }

            .gp-btn-submit {
                width: 100%;
            }
        }