
.hpl-banner-section {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    padding: 80px 0;
    background-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.76) 0%,
            rgba(0, 0, 0, 0.60) 38%,
            rgba(0, 0, 0, 0.52) 68%,
            rgba(0, 0, 0, 0.15) 100%
        ),
        url("https://vishnumetal.com/images/services/s-1-1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hpl-banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(0, 25, 46, 0.45),
            transparent 55%
        );
    pointer-events: none;
}

.hpl-banner-section::after {
    content: "";
    position: absolute;
    top: -190px;
    left: -190px;
    width: 480px;
    height: 480px;
    border: 65px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    pointer-events: none;
}

.hpl-banner-section .container {
    position: relative;
    z-index: 2;
}

.hpl-banner-content {
    max-width: 850px;
}

.hpl-banner-content h1 {
    margin-bottom: 24px;
    color: var(--white-color);
    font-family: var(--accent-font);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.hpl-banner-content p {
    max-width: 760px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.84);
    font-family: var(--default-font);
    font-size: 16px;
    line-height: 1.85;
}

.hpl-banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 56px;
    padding: 14px 25px;
    color: var(--dark-color);
    background: var(--white-color);
    border: 2px solid var(--white-color);
    border-radius: 8px;
    font-family: var(--accent-font);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.35s ease;
}

.hpl-banner-button i {
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.hpl-banner-button:hover {
    color: var(--white-color);
    background: var(--accent-color);
    border-color: var(--accent-color);
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.hpl-banner-button:hover i {
    color: var(--white-color);
    transform: translateX(5px);
}

/* Tablet */

@media (max-width: 991px) {
    .hpl-banner-section {
        min-height: 620px;
        padding: 85px 0;
        background-position: 65% center;
        background-image:
            linear-gradient(
                90deg,
                rgba(0, 31, 58, 0.96) 0%,
                rgba(0, 66, 119, 0.88) 55%,
                rgba(0, 83, 149, 0.45) 100%
            ),
            url("images/banner/hpl-fundermax-banner.jpg");
    }

    .hpl-banner-content h1 {
        font-size: 53px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .hpl-banner-section {
        min-height: 580px;
        padding: 75px 0;
        text-align: center;
        background-position: center;
        background-image:
            linear-gradient(
                rgba(0, 31, 58, 0.90),
                rgba(0, 76, 137, 0.87)
            ),
            url("images/banner/hpl-fundermax-banner.jpg");
    }

    .hpl-banner-content {
        max-width: 100%;
    }

    .hpl-banner-content h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .hpl-banner-content p {
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
        line-height: 1.75;
    }
}

@media (max-width: 575px) {
    .hpl-banner-section {
        min-height: 540px;
        padding: 65px 0;
    }

    .hpl-banner-content h1 {
        font-size: 34px;
        line-height: 1.18;
    }

    .hpl-banner-content p {
        font-size: 13px;
    }

    .hpl-banner-button {
        width: 100%;
        min-height: 54px;
    }
}

/*trust*/
.vm-trust-section {
    position: relative;
    padding: 80px 0;
    background:
        linear-gradient(
            135deg,
            var(--secondary-color) 0%,
            var(--white-color) 100%
        );
    overflow: hidden;
}

.vm-trust-section::before {
    content: "";
    position: absolute;
    top: -150px;
    left: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(0, 109, 196, 0.06);
}

.vm-trust-section::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -150px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(108, 158, 35, 0.07);
}

.vm-trust-section .container {
    position: relative;
    z-index: 2;
}

.vm-trust-heading {
    margin-bottom: 38px;
}

.vm-trust-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: var(--primary-color);
    font-family: var(--accent-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.vm-trust-label i {
    color: var(--accent-color);
}

.vm-trust-heading h2 {
    margin: 0;
    color: var(--dark-color);
    font-family: var(--accent-font);
    font-size: clamp(29px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.25;
}

.vm-trust-wrapper {
    padding: 22px;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(47, 61, 126, 0.09);
}

.vm-trust-card {
    position: relative;
    height: 100%;
    min-height: 210px;
    padding: 28px 20px;
    text-align: center;
    background: var(--secondary-color);
    border: 1px solid transparent;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.35s ease;
}

.vm-trust-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--primary-color),
        var(--accent-color)
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.vm-trust-card:hover {
    background: var(--white-color);
    border-color: var(--divider-color);
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 109, 196, 0.12);
}

.vm-trust-card:hover::before {
    transform: scaleX(1);
}

.vm-trust-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 19px;
    color: var(--white-color);
    background: linear-gradient(
        135deg,
        var(--primary-color),
        #004f90
    );
    border-radius: 15px;
    font-size: 23px;
    box-shadow: 0 10px 24px rgba(0, 109, 196, 0.2);
    transition: all 0.35s ease;
}

.vm-trust-card:hover .vm-trust-icon {
    background: var(--accent-color);
    transform: rotateY(180deg);
}

.vm-trust-number {
    margin-bottom: 8px;
    color: var(--primary-color);
    font-family: var(--accent-font);
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}

.vm-trust-card p {
    margin: 0;
    color: var(--dark-color);
    font-family: var(--default-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .vm-trust-section {
        padding: 70px 0;
    }
}

@media (max-width: 767px) {
    .vm-trust-section {
        padding: 60px 0;
    }

    .vm-trust-heading {
        margin-bottom: 30px;
    }

    .vm-trust-heading h2 {
        font-size: 30px;
    }

    .vm-trust-wrapper {
        padding: 16px;
    }

    .vm-trust-card {
        min-height: 190px;
        padding: 24px 18px;
    }
}

@media (max-width: 575px) {
    .vm-trust-heading h2 {
        font-size: 27px;
    }

    .vm-trust-card {
        min-height: auto;
    }

    .vm-trust-number {
        font-size: 34px;
    }
}

.vm-about-section {
    position: relative;
    padding: 90px 0;
    background: var(--white-color);
    overflow: hidden;
}

.vm-about-section::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -130px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(0, 109, 196, 0.06);
}

.vm-about-section::after {
    content: "";
    position: absolute;
    left: -140px;
    bottom: -160px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(108, 158, 35, 0.06);
}

.vm-about-section .container {
    position: relative;
    z-index: 2;
}

/* Image */

.vm-about-image {
    position: relative;
    height: 560px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(47, 61, 126, 0.15);
}

.vm-about-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            to top,
            rgba(0, 56, 102, 0.28),
            transparent 55%
        );
}

.vm-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.vm-about-image:hover img {
    transform: scale(1.05);
}

/* Content */

.vm-about-content {
    padding-left: 15px;
}

.vm-about-label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 14px;
    color: var(--primary-color);
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 50px;
    font-family: var(--accent-font);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.vm-about-content h2 {
    margin-bottom: 24px;
    color: var(--dark-color);
    font-family: var(--accent-font);
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
}

.vm-about-content h2::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin-top: 17px;
    border-radius: 20px;
    background:
        linear-gradient(
            90deg,
            var(--primary-color),
            var(--accent-color)
        );
}

.vm-about-content p {
    margin-bottom: 17px;
    color: var(--text-color);
    font-family: var(--default-font);
    font-size: 16px;
    line-height: 1.7;
}

.vm-about-content p:last-child {
    margin-bottom: 0;
}

/* Responsive */

@media (max-width: 991px) {
    .vm-about-section {
        padding: 75px 0;
    }

    .vm-about-image {
        max-width: 700px;
        height: 500px;
        margin: 0 auto;
    }

    .vm-about-content {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .vm-about-section {
        padding: 60px 0;
    }

    .vm-about-image {
        height: 390px;
        border-radius: 18px;
    }

    .vm-about-content h2 {
        font-size: 31px;
    }

    .vm-about-content p {
        font-size: 13px;
        line-height: 1.8;
    }
}

@media (max-width: 575px) {
    .vm-about-image {
        height: 300px;
    }

    .vm-about-content h2 {
        font-size: 27px;
    }

    .vm-about-content h2::after {
        width: 70px;
    }
}


/*product*/

.vm-products-section {
    position: relative;
    padding: 90px 0;
    background:
        linear-gradient(
            135deg,
            var(--secondary-color) 0%,
            var(--white-color) 100%
        );
}

.vm-products-heading {
    margin-bottom: 45px;
}

.vm-products-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-family: var(--accent-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.vm-products-label i {
    color: var(--accent-color);
}

.vm-products-heading h2 {
    margin-bottom: 16px;
    color: var(--dark-color);
    font-family: var(--accent-font);
    font-size: clamp(31px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.2;
}

.vm-products-heading h2 span {
    color: var(--primary-color);
}

.vm-products-heading p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--text-color);
    font-family: var(--default-font);
    font-size: 15px;
    line-height: 1.8;
}

/* Product Card */

.vm-product-card {
    position: relative;
    height: 100%;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 17px;
    box-shadow: 0 12px 35px rgba(47, 61, 126, 0.08);
    overflow: hidden;
    transition: all 0.35s ease;
}

.vm-product-card:hover {
    transform: translateY(-7px);
    border-color: rgba(0, 109, 196, 0.25);
    box-shadow: 0 20px 45px rgba(0, 109, 196, 0.13);
}

/* Product Image */

.vm-product-image {
    position: relative;
    height: 245px;
    overflow: hidden;
}

.vm-product-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(20, 46, 70, 0.55),
            rgba(20, 46, 70, 0.02) 60%
        );
}

.vm-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.vm-product-card:hover .vm-product-image img {
    transform: scale(1.07);
}

.vm-product-number {
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 2;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 11px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
    font-family: var(--accent-font);
    font-size: 12px;
    font-weight: 700;
}

/* Product Content */

.vm-product-content {
    position: relative;
    padding: 31px 25px 26px;
}

.vm-product-icon {
    position: absolute;
    top: -27px;
    left: 25px;
    z-index: 3;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background:
        linear-gradient(
            135deg,
            var(--primary-color),
            #004f90
        );
    border: 5px solid var(--white-color);
    border-radius: 13px;
    font-size: 19px;
    box-shadow: 0 10px 25px rgba(0, 109, 196, 0.2);
    transition: all 0.35s ease;
}

.vm-product-card:hover .vm-product-icon {
    background: var(--accent-color);
    transform: rotateY(180deg);
}

.vm-product-content h3 {
    margin: 12px 0 11px;
    color: var(--dark-color);
    font-family: var(--accent-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.vm-product-content p {
    margin: 0;
    color: var(--text-color);
    font-family: var(--default-font);
    font-size: 15px;
    line-height: 1.75;
}

/* Responsive */

@media (max-width: 991px) {
    .vm-products-section {
        padding: 75px 0;
    }

    .vm-product-image {
        height: 225px;
    }
}

@media (max-width: 767px) {
    .vm-products-section {
        padding: 60px 0;
    }

    .vm-products-heading {
        margin-bottom: 35px;
    }

    .vm-products-heading h2 {
        font-size: 31px;
    }

    .vm-product-image {
        height: 220px;
    }
}

@media (max-width: 575px) {
    .vm-products-heading h2 {
        font-size: 27px;
    }

    .vm-product-content {
        padding: 29px 21px 23px;
    }

    .vm-product-content h3 {
        font-size: 17px;
    }

    .vm-product-icon {
        left: 21px;
        width: 50px;
        height: 50px;
        font-size: 17px;
    }
}


.vm-info-section {
    padding: 90px 0;
    background: var(--secondary-color);
}

.vm-info-card {
    margin-bottom: 30px;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 18px;
    box-shadow: 0 14px 38px rgba(47, 61, 126, 0.08);
    overflow: hidden;
}

.vm-info-card:last-child {
    margin-bottom: 0;
}

.vm-info-image {
    height: 100%;
    min-height: 430px;
    overflow: hidden;
}

.vm-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vm-info-card:hover .vm-info-image img {
    transform: scale(1.04);
}

.vm-info-content {
    height: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vm-info-content h2 {
    margin-bottom: 18px;
    color: var(--dark-color);
    font-family: var(--accent-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.vm-info-content p {
    margin-bottom: 14px;
    color: var(--text-color);
    font-family: var(--default-font);
    font-size: 15px;
    line-height: 1.7;
}

.vm-info-content p:last-child {
    margin-bottom: 0;
}

.vm-info-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px 16px;
    margin: 4px 0 18px;
    padding: 0;
    list-style: none;
}

.vm-info-list li {
    position: relative;
    padding: 11px 13px 11px 38px;
    color: var(--dark-color);
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 9px;
    font-family: var(--default-font);
    font-size: 12px;
    font-weight: 600;
}

.vm-info-list li::before {
    content: "\f00c";
    position: absolute;
    left: 14px;
    top: 50%;
    color:#fff;
    font-family: "Font Awesome 6 Free";
  font-size: 11px;
    font-weight: 800;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background:  var(--accent-color);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .vm-info-section {
        padding: 75px 0;
    }

    .vm-info-image {
        min-height: 360px;
    }

    .vm-info-content {
        padding: 34px;
    }
}

@media (max-width: 767px) {
    .vm-info-section {
        padding: 60px 0;
    }

    .vm-info-card {
        margin-bottom: 24px;
        border-radius: 15px;
    }

    .vm-info-image {
        min-height: 300px;
        height: 300px;
    }

    .vm-info-content {
        padding: 27px 22px;
    }

    .vm-info-content h2 {
        font-size: 26px;
    }

    .vm-info-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .vm-info-image {
        min-height: 245px;
        height: 245px;
    }

    .vm-info-content h2 {
        font-size: 23px;
    }

    .vm-info-content p {
        font-size: 13px;
    }
}

/*why-choose-section*/
.vm-why-section {
    position: relative;
    padding: 90px 0;
    background:
        linear-gradient(
            135deg,
            var(--white-color) 0%,
            var(--secondary-color) 100%
        );
    overflow: hidden;
}

.vm-why-section::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -130px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(0, 109, 196, 0.06);
}

.vm-why-section::after {
    content: "";
    position: absolute;
    left: -130px;
    bottom: -170px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(108, 158, 35, 0.07);
}

.vm-why-section .container {
    position: relative;
    z-index: 2;
}

/* Heading */

.vm-why-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-family: var(--accent-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.vm-why-label i {
    color: var(--accent-color);
    font-size: 15px;
}

.vm-why-title {
    max-width: 820px;
    margin-bottom: 16px;
    color: var(--dark-color);
    font-family: var(--accent-font);
    font-size: clamp(31px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.22;
}

.vm-why-title span {
    color: var(--primary-color);
}

.vm-why-description {
    max-width: 760px;
    margin: 0;
    color: var(--text-color);
    font-family: var(--default-font);
    font-size: 15px;
    line-height: 1.8;
}

/* Highlight Box */

.vm-why-highlight {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(47, 61, 126, 0.08);
}

.vm-why-highlight-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background:
        linear-gradient(
            135deg,
            var(--primary-color),
            #004f90
        );
    border-radius: 11px;
    font-size: 20px;
}

.vm-why-highlight strong {
    display: block;
    margin-bottom: 4px;
    color: var(--dark-color);
    font-family: var(--accent-font);
    font-size: 14px;
    font-weight: 700;
}

.vm-why-highlight span {
    display: block;
    color: var(--text-color);
    font-family: var(--default-font);
    font-size: 11px;
    line-height: 1.5;
}

/* Cards */

.vm-why-card {
    position: relative;
    height: 100%;
    min-height: 260px;
    padding: 28px 26px;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(47, 61, 126, 0.07);
    overflow: hidden;
    transition: all 0.35s ease;
}

.vm-why-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background:
        linear-gradient(
            to bottom,
            var(--primary-color),
            var(--accent-color)
        );
    transition: height 0.35s ease;
}

.vm-why-card:hover {
    transform: translateY(-7px);
    border-color: rgba(0, 109, 196, 0.25);
    box-shadow: 0 18px 40px rgba(0, 109, 196, 0.12);
}

.vm-why-card:hover::before {
    height: 100%;
}

.vm-why-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: var(--primary-color);
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 13px;
    font-size: 21px;
    transition: all 0.35s ease;
}

.vm-why-card:hover .vm-why-icon {
    color: var(--white-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: rotateY(180deg);
    box-shadow: 0 10px 24px rgba(0, 109, 196, 0.22);
}

.vm-why-number {
    position: absolute;
    top: 24px;
    right: 24px;
    color: rgba(0, 109, 196, 0.12);
    font-family: var(--accent-font);
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.vm-why-card h3 {
    margin-bottom: 12px;
    color: var(--dark-color);
    font-family: var(--accent-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.vm-why-card p {
    margin: 0;
    color: var(--text-color);
    font-family: var(--default-font);
    font-size: 15px;
    line-height: 1.75;
}

/* Responsive */

@media (max-width: 991px) {
    .vm-why-section {
        padding: 75px 0;
    }

    .vm-why-highlight {
        max-width: 450px;
    }
}

@media (max-width: 767px) {
    .vm-why-section {
        padding: 60px 0;
    }

    .vm-why-title {
        font-size: 31px;
    }

    .vm-why-description {
        font-size: 14px;
    }

    .vm-why-card {
        min-height: auto;
        padding: 24px 22px;
    }
}

@media (max-width: 575px) {
    .vm-why-title {
        font-size: 27px;
    }

    .vm-why-highlight {
        align-items: flex-start;
    }

    .vm-why-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .vm-why-number {
        top: 21px;
        right: 20px;
        font-size: 29px;
    }
}

/*feature*/

.hpl-features-section {
    position: relative;
    padding: 85px 0;
    background: var(--secondary-color);
}

.hpl-features-heading {
    margin-bottom: 40px;
}

.hpl-features-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--primary-color);
    font-family: var(--accent-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.hpl-features-label i {
    color: var(--accent-color);
}

.hpl-features-heading h2 {
    margin-bottom: 15px;
    color: var(--dark-color);
    font-family: var(--accent-font);
    font-size: clamp(30px, 4vw, 43px);
    font-weight: 700;
    line-height: 1.25;
}

.hpl-features-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--text-color);
    font-family: var(--default-font);
    font-size: 15px;
    line-height: 1.8;
}

.hpl-features-box {
    padding: 25px;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(47, 61, 126, 0.08);
}

.hpl-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    min-height: 115px;
    padding: 20px;
    background: var(--secondary-color);
    border: 1px solid transparent;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.hpl-feature-item:hover {
    background: var(--white-color);
    border-color: var(--divider-color);
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 109, 196, 0.1);
}

.hpl-feature-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 10px;
    font-size: 19px;
    transition: all 0.3s ease;
}

.hpl-feature-item:hover .hpl-feature-icon {
    background: var(--accent-color);
    transform: rotateY(180deg);
}

.hpl-feature-content h3 {
    margin: 0 0 6px;
    color: var(--dark-color);
    font-family: var(--accent-font);
    font-size: 15px;
    font-weight: 700;
}

.hpl-feature-content p {
    margin: 0;
    color: var(--text-color);
    font-family: var(--default-font);
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive */

@media (max-width: 991px) {
    .hpl-features-section {
        padding: 70px 0;
    }
}

@media (max-width: 767px) {
    .hpl-features-section {
        padding: 60px 0;
    }

    .hpl-features-heading {
        margin-bottom: 30px;
    }

    .hpl-features-heading h2 {
        font-size: 30px;
    }

    .hpl-features-box {
        padding: 17px;
    }

    .hpl-feature-item {
        min-height: 105px;
        padding: 17px;
    }
}

@media (max-width: 575px) {
    .hpl-feature-item {
        min-height: auto;
    }

    .hpl-feature-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        font-size: 17px;
    }
}

/*cta-section*/
.vm-cta-section {
    position: relative;
    padding: 80px 0;
    background: var(--white-color);
    overflow: hidden;
}

.vm-cta-wrapper {
    position: relative;
    z-index: 2;
    padding: 55px 60px;
    color: var(--white-color);
    background:
        linear-gradient(
            120deg,
            #004f90 0%,
            var(--primary-color) 55%,
            #1784d9 100%
        );
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 109, 196, 0.24);
    overflow: hidden;
}

.vm-cta-wrapper::before {
    content: "";
    position: absolute;
    top: -85px;
    right: 27%;
    width: 220px;
    height: 220px;
    border: 35px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.vm-cta-wrapper::after {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -100px;
    width: 260px;
    height: 260px;
    border: 45px solid rgba(108, 158, 35, 0.14);
    border-radius: 50%;
}

.vm-cta-grid-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.08;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.2) 1px,
            transparent 1px
        );
    background-size: 45px 45px;
}

.vm-cta-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
}

.vm-cta-glow-one {
    width: 250px;
    height: 250px;
    top: -90px;
    right: 80px;
    background: rgba(108, 158, 35, 0.24);
}

.vm-cta-glow-two {
    width: 220px;
    height: 220px;
    left: 25%;
    bottom: -120px;
    background: rgba(255, 255, 255, 0.13);
}

.vm-cta-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
}

.vm-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 9px 14px;
    color: var(--white-color);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    font-family: var(--accent-font);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.vm-cta-label i {
    color: #c8e89a;
}

.vm-cta-content h2 {
    max-width: 760px;
    margin-bottom: 18px;
    color: var(--white-color);
    font-family: var(--accent-font);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.18;
}

.vm-cta-content h2 span {
    color: #d9f0b7;
}

.vm-cta-content > p {
    max-width: 760px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--default-font);
    font-size: 15px;
    line-height: 1.85;
}

.vm-cta-features {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 24px;
}

.vm-cta-feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--white-color);
    font-family: var(--default-font);
    font-size: 12px;
    font-weight: 600;
}

.vm-cta-feature i {
    color: #c8e89a;
    font-size: 15px;
}

/* Right CTA Card */

.vm-cta-action {
    position: relative;
    z-index: 3;
    padding: 32px 28px;
    text-align: center;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(0, 55, 99, 0.18);
}

.vm-cta-icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 16px;
    font-size: 26px;
    box-shadow: 0 12px 28px rgba(0, 58, 104, 0.18);
}

.vm-cta-action > span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--default-font);
    font-size: 11px;
}

.vm-cta-action h3 {
    margin-bottom: 20px;
    color: var(--white-color);
    font-family: var(--accent-font);
    font-size: 23px;
    font-weight: 700;
}

.vm-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    width: 100%;
    padding: 13px 21px;
    color: var(--dark-color);
    background: var(--white-color);
    border-radius: 9px;
    font-family: var(--accent-font);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.35s ease;
}

.vm-cta-button:hover {
    color: var(--white-color);
    background: var(--accent-color);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(55, 95, 11, 0.25);
}

.vm-cta-small-text {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-family: var(--default-font);
    font-size: 10px;
}

/* Responsive */

@media (max-width: 1199px) {
    .vm-cta-wrapper {
        padding: 48px 42px;
    }
}

@media (max-width: 991px) {
    .vm-cta-section {
        padding: 70px 0;
    }

    .vm-cta-wrapper {
        padding: 45px 35px;
    }

    .vm-cta-action {
        max-width: 500px;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .vm-cta-section {
        padding: 60px 0;
    }

    .vm-cta-wrapper {
        padding: 38px 24px;
        border-radius: 18px;
    }

    .vm-cta-content h2 {
        font-size: 31px;
    }

    .vm-cta-content > p {
        font-size: 14px;
    }

    .vm-cta-features {
        flex-direction: column;
        gap: 11px;
    }

    .vm-cta-action {
        padding: 27px 21px;
    }
}

@media (max-width: 575px) {
    .vm-cta-wrapper {
        padding: 32px 20px;
    }

    .vm-cta-label {
        font-size: 9px;
    }

    .vm-cta-content h2 {
        font-size: 27px;
    }

    .vm-cta-action h3 {
        font-size: 20px;
    }
}

/* Trust Box */

.vm-project-trust-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
    padding: 27px 30px;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(47, 61, 126, 0.08);
}

.vm-project-trust-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background:
        linear-gradient(
            135deg,
            var(--primary-color),
            #004f90
        );
    border-radius: 14px;
    font-size: 25px;
    box-shadow: 0 10px 25px rgba(0, 109, 196, 0.22);
}

.vm-project-trust-content {
    flex: 1;
}

.vm-project-trust-content span {
    display: block;
    margin-bottom: 7px;
    color: var(--dark-color);
    font-family: var(--accent-font);
    font-size: 17px;
    font-weight: 700;
}

.vm-project-trust-content p {
    margin: 0;
    color: var(--text-color);
    font-family: var(--default-font);
    font-size: 13px;
    line-height: 1.75;
}

.vm-project-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 49px;
    padding: 12px 20px;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 8px;
    font-family: var(--accent-font);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.35s ease;
}

.vm-project-button:hover {
    color: var(--white-color);
    background: var(--accent-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(108, 158, 35, 0.22);
}

/*faqs*/

.vm-faq-section {
    position: relative;
    padding: 95px 0;
    background:
        linear-gradient(
            135deg,
            var(--secondary-color) 0%,
            var(--white-color) 55%,
            #f1f7ff 100%
        );
    overflow: hidden;
}



.vm-faq-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.vm-faq-shape-one {
    width: 350px;
    height: 350px;
    top: -180px;
    left: -150px;
    background: rgba(0, 109, 196, 0.07);
}

.vm-faq-shape-two {
    width: 280px;
    height: 280px;
    right: -120px;
    bottom: -140px;
    background: rgba(108, 158, 35, 0.07);
}

.vm-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vm-faq-item {
    position: relative;
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(47, 61, 126, 0.07);
    overflow: hidden;
    transition: all 0.35s ease;
}

.vm-faq-item:hover {
    border-color: rgba(0, 109, 196, 0.32);
    box-shadow: 0 16px 38px rgba(47, 61, 126, 0.12);
    transform: translateY(-3px);
}

.vm-faq-item:has(.accordion-button:not(.collapsed)) {
    border-color: rgba(0, 109, 196, 0.38);
    box-shadow: 0 18px 42px rgba(0, 109, 196, 0.13);
}

.vm-faq-item .accordion-button {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 84px;
    padding: 18px 24px;
    color: var(--dark-color);
    background: var(--white-color);
    border: 0;
    border-radius: 15px !important;
    box-shadow: none !important;
    font-family: var(--accent-font);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.vm-faq-item .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background:
        linear-gradient(
            90deg,
            rgba(0, 109, 196, 0.07),
            rgba(255, 255, 255, 0.9)
        );
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.vm-faq-number {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 11px;
    font-family: var(--accent-font);
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) .vm-faq-number {
    color: var(--white-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 8px 20px rgba(0, 109, 196, 0.22);
}

.vm-question-text {
    flex: 1;
    padding-right: 10px;
}

.vm-faq-item .accordion-button::after {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "+";
    color: var(--primary-color);
    background-image: none;
    background-color: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 50%;
    font-family: var(--default-font);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    transition: all 0.3s ease;
}

.vm-faq-item .accordion-button:not(.collapsed)::after {
    content: "−";
    color: var(--white-color);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    transform: none;
}

.vm-faq-item .accordion-body {
    position: relative;
    padding: 2px 75px 25px 86px;
    color: var(--text-color);
    background: var(--white-color);
    font-family: var(--default-font);
    font-size: 14px;
    line-height: 1.85;
}

.vm-faq-item .accordion-body::before {
    content: "";
    position: absolute;
    left: 45px;
    top: 3px;
    bottom: 27px;
    width: 3px;
    background: linear-gradient(
        to bottom,
        var(--primary-color),
        var(--accent-color)
    );
    border-radius: 10px;
}

@media (max-width: 991px) {
    .vm-faq-section {
        padding: 75px 0;
    }
}

@media (max-width: 767px) {
    .vm-faq-section {
        padding: 60px 0;
    }



    .vm-faq-item .accordion-button {
        min-height: 76px;
        gap: 12px;
        padding: 16px;
        font-size: 14px;
    }

    .vm-faq-number {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 9px;
        font-size: 11px;
    }

    .vm-faq-item .accordion-button::after {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        font-size: 19px;
    }

    .vm-faq-item .accordion-body {
        padding: 0 55px 22px 65px;
        font-size: 13px;
    }

    .vm-faq-item .accordion-body::before {
        left: 32px;
    }
}

@media (max-width: 575px) {
   
    .vm-faq-item .accordion-button {
        align-items: flex-start;
    }

    .vm-question-text {
        padding-right: 0;
    }

    .vm-faq-item .accordion-button::after {
        margin-top: 1px;
    }

    .vm-faq-item .accordion-body {
        padding: 0 18px 22px 65px;
    }
}