.header-sm {
    background: #DEE9F4;
    padding: 4px 6px 6px 6px;
    /* margin-bottom: -2px; */
    border-radius: 6px;
    margin-right: 5px;
}

/* .pd-st-30
{
    padding-left: 10px;
} */

/* main-banner-section-start */
.hero-banner {
    position: relative;
    background: #fff;
    background-size: cover;
    padding: 110px 0 110px 0;
    z-index: 1;
}

.top-left-line {
    width: 22%;
    height: 20px;
    background-color: #e6eff9;
    margin-bottom: 35px;
    position: relative;
}

.top-left-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 10px;
    z-index: 9999;
    background-size: 100px;
    background: #d3e2f6;
}

.xtreme-name {
    background-image: url(../img/custom-img/Xtreme@2x.png);
    position: absolute;
    top: 73px;
    width: 40%;
    height: 189px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 104px;

}

.hero-banner__content h1 {
    color: #000;
}

.hero-banner__content h1 {
    color: #fff;
    margin-bottom: 22px;
    font-weight: 700;
    line-height: 65px;
    font-size: 32px;
}

.hero-banner__content h1 {
    font-size: 55px !important;
}

.hero-banner__content p {
    color: #525252;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 45px;
}

.default-btn {
    padding: 8px 40px;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #ffffff !important;
    background-color: #005dbd;
    background: linear-gradient(to right, #0052D4, #db8784);
    font-size: 16px;
    font-weight: 500;
    height: 44px;
}

.custom-gradient-btn {
    background: linear-gradient(to right, #0066cc, #a14f73);
    color: #fff;
    font-weight: 600;
    padding: 11px 37px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
    font-size: 16px;
    margin: 25px 0 25px 0;
}


.custom-gradient-btn:hover {
    color: white !important;
}



@media (min-width: 1200px) {


    .hero-banner__img img {
        position: relative;
        top: 34px;
        left: 0px;
    }
    .hero-banner__imgs img {
        position: relative;
        top: 34px;
        left: 0px;
    }
}

@media (max-width: 767px) {
    .more-products-icons {
        height: 61px;
        width: 20% !important;
    }

    .job-post-box .job-owners-area .text {
        padding-left: 0px;
    }

    .client-section {
        text-align: center !important;
    }

    .custom-gradient-btn {
        margin: 13px 0 0px 0 !important;
    }

    .mms-5 {
        margin-left: 48px !important;
    }

    .job-post-box .job-owners-area .text a {
        color: var(--vtc-text-heading-text-1);
        font-size: 16px;
        font-style: normal;
        font-weight: var(--f-fw-bold);
        line-height: var(--f-fs-font-fs18);
        transition: all 0.4s;
    }

    .job-post-box .work-info span {
        display: inline-block;
        color: #1d1d1d;
        font-size: var(--f-fs-font-fs16);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        padding-top: 5px;
        line-height: 24px;
    }

    .job-post-box {
        border-radius: 8px;
        /* border: 1px solid var(--vtc-bg-common-bg10); */
        padding: 10px 16px;
        transition: all 0.4s;
    }


    .hero-banner__img {
        margin-bottom: 25px !important;
    }
    .hero-banner__imgs {
        margin-bottom: 25px !important;
    }

    .hero-banner__img img {
        position: absolute !important;
        top: 527px !important;
        left: 0px !important;
        margin: 0 auto;
        filter: drop-shadow(2px 4px 6px black);
        width: 90%;

    }
    .hero-banner__imgs img {
        position: absolute !important;
        top: 276px !important;
        left: 0px !important;
        margin: 0 auto;
        filter: drop-shadow(2px 4px 6px black);
        width: 90%;

    }

    .mouse-scroll-heading-h2 {
        font-size: 24px !important;
        line-height: 36px;
        color: #081120;
        font-weight: 700;
        margin-bottom: 15px;
        transition: all 0.4s;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .hero-banner__img img {
        top: 14px;
        left: 0;
        width: 28rem;
    }
    .hero-banner__imgs img {
        top: 14px;
        left: 0;
        width: 28rem;
    }
}

.hero-banner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    color: black;
    background: white;
    z-index: -1;
}

.hero-content-bold {
    color: #005aba;
}

.hero-banner__content h1 {
    color: #000 !important;
}

/* main-banner-section-end */

/* mouse-sursor-section-start */
.mouse-scroll-heading-h2 {
    font-size: 30px;
    line-height: 30px;
    color: #081120;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 0.4s;
}

.fixed-layout {
    margin: 0;
    padding: 0;
    display: flex;
    min-height: 100vh;
}

.left-panel {
    position: sticky;
    top: 80px;
    /* height of the header */
    height: calc(100vh - 80px);
    width: 50%;
    padding: 2rem;
    background-color: #f8f9fa;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
}

.right-panel {
    width: 50%;
    padding: 2rem;
}

.cards {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10%;
    opacity: 0.2;
    background-color: rgb(255, 255, 255);
    flex-direction: column-reverse;
}

.cards img {
    width: 250px;
    height: 200px;
    border-radius: 1rem;
    margin-top: 1rem;
    object-position: center center;
    object-fit: cover;
}

.cards.active {
    border-color: #ecedef;
    background-color: #ecedef;
    opacity: 1;
}

.content-section {
    padding: 4rem 0;
    min-height: 100vh;
    border-bottom: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .fixed-layout {
        flex-direction: column;
    }

    .left-panel,
    .right-panel {
        width: 100%;
    }

    .left-panel {
        position: relative;
        /* Make it non-sticky on mobile */
        height: auto;
        /* Allow it to expand naturally */
        padding: 1rem;
    }

    .right-panel {
        padding: 1rem;
    }

    .card {
        font-size: 1rem;
        padding: 1rem;
    }

    .header {
        padding: 1rem;
    }
}

/* scroll cards */

/* mouse-sursor-section-end */

/* more-product-section-start */
.explore-more-section,
.even-content-details {
    background-color: #075fc3;
    background: linear-gradient(180deg, #3D3EE9 0%, #4C83F2 100%);
    position: relative;
    overflow: hidden;
}

.more-products-icons {
    height: 70px;
    width: 26%;
}

@media (max-width: 767px) {
    .hero-banner {
        position: relative;
        background: #fff;
        background-size: cover;
        padding: 76px 0 298px 0;
        z-index: 1;
    }

    .hero-banner__content h1 {
        color: #000000;
        margin-bottom: 22px;
        font-weight: 700;
        line-height: 57px;
        font-size: 32px;
    }

    .hero-banner__content h1 {
        font-size: 43px !important;
    }

    .hero-banner__content p {
        margin-bottom: 25px;
    }

    .xtreme-name {
        background-image: url(../img/custom-img/Xtreme@2x.png);
        position: absolute;
        top: 93px;
        width: 73%;
        height: 189px;
        background-size: 100%;
        background-repeat: no-repeat;
        right: 72px;
    }
}

/* more-product-section-end */

/* expo-scetion-start */
.team3-box .image-area span.expo-place {
    width: 100%;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    font-size: 26px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    z-index: 9;
}

/* expo-scetion-end */

/* what-client-say-section-start */
.client-section p {
    margin-bottom: 25px;
}

.gradient-btn {
    background: linear-gradient(to right, #0052cc, #cb8387);
    color: white;
    padding: 8px 27px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    height: 45px;
}



.client-section .avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.client-section .text-content {
    display: flex;
    flex-direction: column;
}

.client-section .text-content h3 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    text-align: start;
}

.client-section .text-content p {
    margin: 2px 0 0;
    font-size: 11px;
    text-align: start;
    color: #000;
    line-height: 1.3;
}

.client-section .card.gradient-border {
    border-left: 4px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    position: relative;
}

.client-section .card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgb(101 101 101 / 16%) 0px 3px 8px;
    padding: 13px;
    max-width: 300px;
    width: 85%;
    border-left: 4px solid #ccc;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 20px !important;
    height: 110px;
}

.client-section .avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.client-section .card.gradient-border::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 110px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #007bff, #ff3b3b);
    left: -4px;
    background: linear-gradient(to bottom, #007bff, #ff3b3b);
    border-radius: 5px 0 0 5px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* what-client-say-section-end */

/* xn-articals-section-strat */
.latest-news-section .card {
    background: #005cbe24;
    border: 0;
    border-radius: 10px;
}

.card-feature-wrapper {
    position: relative;
}

.latest-news-section .card-feature-wrapper img {
    border-radius: 10px;
}

.card-feature-wrapper img {
    width: 100%;
}

.latest-news-section .card-feature-wrapper::after {
    border-radius: 7px;
}

.card-feature-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44%;
    background: linear-gradient(to top, rgb(0 0 0), transparent);
    z-index: 1;
}

.latest-news-detail {
    margin: 14px 0px 5px 0px;
}

.card-feature__title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.latest-news-detail span {
    justify-content: space-between;
    color: #888888;
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
}

.news-updated-content {
    display: flex;
    align-items: center;
}

.news-updated-content i {
    margin: 4px;
    display: flex;
}

.news-updated-content img {
    width: 12px;
}

/* xn-articals-section-end */
.pb-100 {
    padding-bottom: 100px;
}


/* veido-section-start */
.visuals-section .video-card {
    position: relative;
}

.video-card .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
}

.video-overlay-text {
    position: absolute;
    bottom: 30px;
    left: 20px;
    color: #fff;
    max-width: 80%;
}

.video-overlay-text h4 {
    color: #fff;
    font-size: 40px;
    width: 87%;
    font-weight: 700;
}

.side-video img {
    margin-right: 10px;
    border-radius: 5px;
}

.side-video .small {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

/* veido-section-end */

/* footer-section-start */
.footer {
    background: url(../img/custom-img/footer_overlay.png) center center / cover no-repeat;
    color: white;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.footer-section {
    flex: 1;
    position: relative;
}

.footer-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-section h3 {
    color: #fff;
}

.footer-section .heading-line {
    background-color: #005CBE;
    width: 50px;
    height: 2px;
    position: absolute;
    top: 35px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 32px;
}

.footer-section ul li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

footer a {
    color: #ffffff !important;
}

.footer-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.newsletter {
    background: #31659c66;
    padding: 20px;
    border-radius: 8px;
    max-width: 300px;
    text-align: center;
}

.newsletter h3 {
    margin-top: 0;
    font-size: 16px;
}

.newsletter p {
    color: #ffffff;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 16px;
    margin-top: 10px;
}

.newsletter input[type="email"] {
    width: 100%;
    padding: 3px 10px;
    border: none;
    margin-bottom: 10px;
    border-radius: 4px;
}

.newsletter button {
    width: 100%;
    padding: 4px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(to right, #007bff, #f04f4f);
    color: white;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}

/* footer-section-end */

/* product-page-section-start */
.hero-banners::after,
.hero-banners {
    background: #0052a6;
    background: linear-gradient(180deg, #3D3EE9 0%, #4C83F2 100%);
    height: 90vh;
    overflow: hidden;
}

.hero-banners {
    position: relative;
    background: #fff;
    background-size: cover;
    padding: 75px 0 110px 0;
    z-index: 1;
}

section {
    padding: 65px;
}

.banner-section::before {
    content: "";
    background-color: #a4befa;
    position: absolute;
    top: 59%;
    width: 84%;
    height: 109%;
    border-radius: 50%;
    left: 117px;

}

.hero-banner__img img {
    /* position: absolute; */
    top: 27px;
    left: 2px;
    margin: 0 auto;
    filter: drop-shadow(2px 4px 6px black);
    width: 100%;

}
.hero-banner__imgs img {
    /* position: absolute; */
    top: 27px;
    left: 2px;
    margin: 0 auto;
    filter: drop-shadow(2px 4px 6px black);
    width: 100%;

}


.hero-banner__content h1,
.hero-banner__content h3,
.hero-banner__content p {
    color: #fff;
}

.hero-banner__content h2 {
    color: #ffffff;
    margin-bottom: 22px;
    font-weight: 700;
    line-height: 1.3;
    font-size: 44px;
}



.hero-banner__content h1,
.hero-banner__content h3,
.hero-banner__content p {
    color: #fff;
}

.hero-banner__content p {
    color: #ffffff;
    font-size: 16px;
    /* margin-bottom: 45px; */
}

.explore-image-bg {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    width: 99%;
}

img.explore-image-bg.left {
    position: absolute;
    left: 0;
    width: 10rem;
    opacity: 2;
    z-index: 2;
}

img.explore-image-bg.right {
    position: absolute;
    right: 0;
    width: 6rem;
    opacity: 2;
    z-index: 2;
}

.hero-banners::after,
.hero-banners {
    background: #0052a6 !important;
    background: linear-gradient(180deg, #3D3EE9 0%, #4C83F2 100%) !important;
    height: 90vh !important;
    overflow: hidden !important;
}

.hero-banners::after {
    content: "";
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    color: black;
    background: white;
    z-index: -1;
}

.hero-banners {
    background: #0052a6 !important;
    background: linear-gradient(180deg, #3D3EE9 0%, #4C83F2 100%) !important;
    height: 90vh !important;
    overflow: hidden !important;
}

.top-right-line {
    width: 22%;
    height: 20px;
    background-color: #e6eff9;
    position: absolute;
    top: 90px;
    right: 0;
}

.numbers {
    width: 45px;
    height: 45px;
    background: linear-gradient(to bottom, #003a6c, #0055af);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: x-large;
    font-weight: 500;
}

.odd-section .odd-content-detail {
    padding-left: 90px;
    text-align: end;
}



.odd-content-detail p {
    letter-spacing: 0%;
    text-align: right;
    color: #1d1d1d;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.about__img img {
    height: 52%;
    width: 75%;
}

.containers {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.setion-tittle {
    font-size: 44px;
    line-height: 54px;
    color: #081120;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 0.4s;
}

/* product-2-section-start */
.even-content-details {
    background-color: #075fc3;
    background: linear-gradient(180deg, #3D3EE9 0%, #4C83F2 100%);
    position: relative;
    overflow: hidden;
}


.even-content,
.even-content .setion-tittle {
    color: #fff;
}

.even-content {
    margin-left: 44px;
}

.even-number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(to top, #f44336, #ff7043);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    font-size: x-large;
    margin-bottom: 13px;
}

.product-page h1.setion-tittle {
    font-size: 3.5rem;
}

.even-content,
.even-content .setion-tittle {
    color: #fff;
}

.even-content p {
    text-align: left;
    /* color: #1d1d1d; */
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.top-left-line {
    width: 22%;
    height: 20px;
    background-color: #e6eff9;
    margin-bottom: 35px;
    /* position: relative; */
}

.explore-image-bg {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    width: 86%;
}

/* product-2-section-end */
/* product-page-section-end */

/* artical-section-start */
.hero-small-banners {
    background: #0052a6 !important;
    background: linear-gradient(180deg, #3D3EE9 0%, #4C83F2 100%) !important;
    height: 72vh !important;
    overflow: hidden !important;
}

/* 1-st-section-artical */
.large-card {
    height: 60%;
    min-height: 250px;
}

.blog-card {
    height: 250px;
    position: relative;
    box-shadow: unset !important;
    border-radius: 5px 5px 0 0;
}

.blog-card-body {
    min-height: 225px;
}

.h-100 {
    height: 100% !important;
}

.blog-card img {
    object-fit: cover;
    transition: transform .3s ease;
    border-radius: 6px;
}

.text-muted {
    color: #000 !important;
}

.bordertop {
    border-top: 1px solid #dee2e6 !important;
}

.blog-date.date {
    font-size: 15px !important;
    color: #6c757d !important;
    padding: 10px;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    border-radius: 6px;
}

.gradient-line {
    height: 5px;
    width: 100%;
    background: linear-gradient(to right, #f6d365, #1064bc, #e0cea4);
    border-radius: 4px;
    margin-top: 25px;
}

.subscribe-wrapper {
    background: #dcf5ea;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
}

.subscribe-wrapper p {
    /* font-size: 11px; */
    color: #787171;
    text-align: center;
}

.subscribe-wrapper .form-control {
    height: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sign-up {
    background: linear-gradient(to right, #0052D4, #cc4333);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    transition: background .3s ease;
    height: 35px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest-news-deatils p {
    font-weight: 600;
    margin: 0;
}

.latest-news-deatils small {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
}

.category-lists li {
    color: #6d6d6d;
}

@media (min-width: 320px) and (max-width: 480px) {
    .sm_section {
        padding: 50px 0px;
    }

    section {
        padding: 15px;
    }

    .even-content {
        margin-left: 4px;
    }

    .numbers {
        width: 25px !important;
        height: 25px !important;
        font-size: 14px !important;
        font-weight: 500;
    }

    .setion-tittle {
        font-size: 25px;
        line-height: 30px;
    }

    .odd-content-detail p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .even-number {
        width: 25px !important;
        height: 25px !important;
        font-size: 14px !important;
        font-weight: 500;
    }
}

.category-lists i img {
    width: 27px;
    height: 29px;
}

.latest-update-div img {
    width: 100px;
    height: 90px;
    object-fit: cover;
    margin-right: 10px;
}

.new-tittle {
    font-weight: 600;
    margin-bottom: 15px;
}

.headline-image {
    border-radius: 5px;
}

.br-7 {
    border-radius: 5px;

}

/* 1-st-section-artical */
/* artical-section-end */

/* contact-page-section-start */
.get-in-touch h2 {
    font-size: 44px;
    line-height: 54px;
    color: #081120;
    font-weight: 700;
    transition: all 0.4s;
    text-align: center;
    margin-bottom: 15px;
}

.get-in-touch p {
    width: 45%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.4;
    font-size: 16px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 600px;
    width: 100%;
    padding: 32px 32px 0 32px;
    margin: auto;
}

.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.icon-box {
    background-color: #0057b8;
    color: #fff;
    border-radius: 12px;
    padding: 12px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.label {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 18px;
    margin: 0;
}

.value {
    color: #333;
    font-size: 14px;
}

/* contact-form-section-start */
.contact-form-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-form {
    background-color: #e8fdf5;
    padding: 30px;
    border-radius: 8px;
    box-sizing: border-box;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    margin-bottom: 6px;
    font-weight: 500;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.form-group input,
.form-group textarea {
    padding: 10px;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    outline: unset;
}

.submit-btn {
    padding: 3px 30px;
    background: linear-gradient(to right, #0057b8, #e74c3c);
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    cursor: pointer;
    width: 145px;
    height: 40px;
}

.text-center {
    text-align: center !important;
}

/* contact-form-section-end */

/* contact-page-section-end */

/* about-use-section-start */
.banner {
    background-color: #06c;
    color: #fff;
    padding: 40px 30px 80px;
    border-radius: 20px;
    margin: 0px auto;
    max-width: 960px;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    text-align: left;
}

.about-page .banner p {
    font-size: 19px;
    word-spacing: 5px;
}

.image-container {
    position: relative;
    text-align: center;
    margin-top: -70px;
    z-index: 9;
}

.image-container img {
    width: 100%;
    border-radius: 10px 0 10px 10px;
    max-width: 50rem;
}

.mission-section {
    max-width: 960px;
    margin: 0 auto;
    padding: 35px 0;
}

.mission-section h1 {
    position: relative;
    font-size: 44px;
    line-height: 54px;
    color: var(--vtc-text-heading-text-1);
    font-weight: 700;
    transition: all 0.4s;
}

.mission-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.mission-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mission-label {
    font-weight: 700;
    width: 200px;
    min-width: 140px;
    color: #111;
    font-size: 18px;
    flex-shrink: 0;
}

.mission-text {
    flex: 1;
    color: #444;
}



/* slider-section-start */

.our-office .swiper-container {
    width: 100%;
    padding: 20px 0;
    overflow-x: hidden;
}

.our-office .swiper-slide {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.our-office .swiper-slide:hover {
    transform: scale(1.02);
}

.our-office .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.our-office .section-title {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    color: #007bff;
}

.our-office .office-location {
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}

.our-office .swiper-pagination {
    bottom: 5px !important;
}

.our-office .swiper-controls {
    position: relative;
    margin-top: 30px;
}

.our-office .swiper-button-prev {
    left: 40%;
    margin-top: -3px !important;
}

.our-office .swiper-button-next {
    right: 40%;
    margin-top: -3px !important;
}

.our-office .swiper-button-prev,
.our-office .swiper-button-next {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    color: #555;
    font-size: 14px;
    padding: 0;
    margin: 0;
    transition: all 0.2s ease;
    cursor: pointer;
}

.our-office .swiper-button-prev:hover,
.our-office .swiper-button-next:hover {
    background-color: #f0f0f0;
}

.our-office .swiper-button-prev::after,
.our-office .swiper-button-next::after {
    font-size: 14px;
    font-weight: bold;
}

.our-office .swiper-pagination {
    position: static !important;
}

@media screen and (max-width: 576px) {
    .our-office .swiper-button-prev {
        left: 30%;
        margin-top: -3px !important;
    }

    .our-office .swiper-button-next {
        right: 30%;
        margin-top: -3px !important;
    }
}

@media screen and (max-width: 768px) {
    .our-office .swiper-button-prev {
        left: 30%;
        margin-top: -3px !important;
    }

    .our-office .swiper-button-next {
        right: 30%;
        margin-top: -3px !important;
    }
}

/* slider-section-end */

/* about-use-section-end */

/* liquidity-section-start */
.bg-theme {
    background-color: #005CBE !important;
    color: white;
}

/* liquidity-section-end */

/* 28-05-2025-start */
@media screen and (max-width: 768px) {

    /* section {
    padding: 50px 10px;
} */
    .odd-section .odd-content-detail {
        padding-left: 0px;
        text-align: start !important;
    }

    .odd-content-detail p {
        text-align: start;

    }

    .containers {
        justify-content: flex-start !important;
    }

    .about__img img {
        height: 52%;
        width: 100%;
    }

    .service10 .service-box {
        padding: 15px 11px !important;
    }

    .service10 .service-box .icon {
        height: 50px;
        width: 50px;
    }

    .service10 .service-box .icon {
        line-height: 50px !important;
    }

    .service10 .service-box .heading h4 a {
        padding-top: 13px;
    }

    .service10 .service-box .heading p {
        padding: 8px 0px 8px 0px;
    }

    .hero-banner__content h2 {

        line-height: 33px;
        font-size: 33px;
    }

    .banner-section::before {
        content: "";
        background-color: #a4befa;
        position: absolute;
        top: 59%;
        width: 100%;
        height: 77%;
        border-radius: 50%;
        left: 0px;
    }

    .top-left-line {
        width: 8%;
        height: 20px;
        background-color: #e6eff9;
        margin-bottom: 35px;
        position: relative;
    }

    .custom-gradient-btn {
        background: linear-gradient(to right, #0066cc, #a14f73);
        color: #fff;
        font-weight: 500;
        padding: 8px 20px;
        border: none;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: opacity 0.3s ease;
        font-size: 15px;
        margin: 25px 0 25px 0;
    }

    .default-btn {
        padding: 5px 27px;
        display: flex;
        width: max-content;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        color: #ffffff !important;
        background-color: #005dbd;
        background: linear-gradient(to right, #0052D4, #db8784);
        font-size: 15px;
        font-weight: 500;
        height: 40px;
    }

    .card-1 {
        height: 785px !important;
    }

    .card-2 {
        height: 785px !important;
    }

}


.card-feature__title a {
    color: #212529;
}


.ui-box {
    background-color: #cfe4f8;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    height: 100%;
    padding-bottom: 35%;
    width: 98.7%;
}

.ui-box-1 {
    background-color: #cfe4f8;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    height: 100%;
    width: 98.7%;
}

.section-label {
    background-color: #0065d0;
    color: white;
    padding: 0px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 13px;
    font-weight: 600;
}

.f-weight {
    font-weight: 600;
}

.ui-image {
    position: absolute;
    width: 25%;
    max-width: 240px;
    z-index: 2;
    bottom: 25%;
}

.ui-image-1 {
    position: absolute;
    width: 30%;
    max-width: 600px;
    z-index: 2;
    right: 10%;
}

.zigzag-container {
    position: relative;
    height: 100px;
    width: 100%;
    bottom: 260px;
}

.zigzag-left {
    width: 540px;
    height: auto;
    z-index: 1;
    left: 0%;
}

.zigzag-right {
    width: 540px;
    height: auto;
    z-index: 1;
    right: 0%;
    margin-left: 2.2%;
}

.zigzag-container-1 {
    position: relative;
    height: 100px;
    width: 100%;
    top: 26%;
}

.zigzag-center {
    width: 540px;
    height: auto;
    z-index: 1;
    left: 50%;
}