body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #686868;
    line-height: 1.4;
    font-weight: 400;
}

.h1,
h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.h5,
h5,
.h6,
h6 {
    font-family: "Jost", sans-serif;
}

.nav-item .nav-link {
    color: #0c0544;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
    margin: 0 0.6rem;
    font-size: 15px;
    position: relative;
    font-family: 'Roboto';
    font-weight: 400;
}

    .nav-item .nav-link::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        background-color: #002c5d;
        transition: all 0.5s;
    }

    .nav-item .nav-link:hover::before {
        width: 97%;
        transition: all 0.5s;
    }

    .nav-item .nav-link:not(:hover)::before {
        width: 0;
        left: auto;
        right: 0;
    }

.fixed-action {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    bottom: 0;
    left: 0;
}

.mob-call.same {
    background-color: #002c5d;
}

.mob-whatsapp.same {
    background-color: #29aa5a;
}

.fixed-action .same svg {
    width: 17px;
    fill: #fff;
}

.fixed-action .same {
    width: 50%;
    padding: 10px 15px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
}

.btn-started {
    background-color: #012b5b;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

    .btn-started:hover {
        background-color: #60605f;
        color: #fff;
    }

.banner-title {
    font-size: 16px;
    color: #fd6601;
    border: 1px solid #e1b192;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
}

.banner-design-wrapper {
    /* background-image: url(../img/dj.jpg); */
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.nav-item .dropdown-menu {
    background: #012b5b;
}

    .nav-item .dropdown-menu .dropdown-item {
        color: #fff;
    }

        .nav-item .dropdown-menu .dropdown-item:hover {
            color: #272727;
        }

.banner-design-wrapper::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #1d1d1d; */
    content: '';
    z-index: -1;
    opacity: 0.6;
}

.banner-heading {
    font-size: 58px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin: 1rem 0;
    font-family: "Rajdhani", Sans-serif;
}

.banner-content {
    padding: 100px 0px 99px 0px;
}

.banner-text {
    font-size: 18px;
    color: #1d1d1d;
    margin-bottom: 1.5rem;
}

.btn-banner {
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
    padding: 14px 40px;
    color: #1348a6;
    font-weight: 500;
    min-width: 200px;
    border: 1px solid #1bbbe963;
    border-radius: 5px;
    font-size: 15px;
    background: #f8fdfe;
    text-align: center;
}

    .btn-banner:hover {
        transition: background-color 0.3s ease;
        text-decoration: none;
        margin-top: 0px;
        display: inline-block;
        padding: 14px 40px;
        color: #fff;
        font-weight: 500;
        min-width: 200px;
        border: 1px solid #a5a9ab63;
        border-radius: 5px;
        font-size: 15px;
        background: #000000;
        text-align: center;
    }

.banner-new-home {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

    .banner-new-home::before {
        content: "";
        background-image: url(https://eventiva-nextjs.vercel.app/_next/static/media/hero-7-bg.a73e7be7.png);
        opacity: 1;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }

.star-icons svg {
    animation: rotate-star 10s linear infinite;
    transform-origin: center center;
    fill: #012b5b;
}

.item svg {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}


@keyframes rotate-star {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-section {
    background: url('static/img/banner-1-music-new.webp') no-repeat center center/cover;
    padding: 4rem 0;
}

.hero-image-mask {
    border-radius: 2rem;
    overflow: hidden;
    margin: 15px
}

    .hero-image-mask img {
        border-radius: 10rem;
        object-fit: cover;
        height: 100%;
        width: 100%;
        border: 1px solid #012b5b
    }

.star-icons {
    position: absolute;
    top: 20px;
    left: 60%;
    transform: translateX(-50%);
    z-index: 2;
}

.banner-font-big {
    font-size: 5rem;
    color: #012b5b; 
}

.banner-padding {
    padding: 70px 0px;
}

.display-2 {
    font-size: 2.5rem;
}

.event-counter h3 {
    font-size: 1.1rem;
}

.hero-author {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.circle {
    background-color: #5f6fff;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.arrow-style-2 svg {
    fill: #5f6fff;
    background: white;
    border-radius: 50%;
    padding: 8px;
    transition: transform 0.3s ease;
}

.arrow-style-2:hover svg {
    transform: scale(1.2);
}

.bg-about {
    position: relative;
    z-index: 3;
}

    .bg-about::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: -1;
        opacity: 0.5;
    }

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 25px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #5193c7;
    font-size: 24px;
    border: none;
}

.text-main {
    color: #002c5d;
}

.py-10 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
}

.middile-card {
    padding: 25px 20px;
    border: 1PX solid #002c5d;
    background-color: #FFF;
    border-radius: 8px;
    position: relative;
    z-index: 10;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .middile-card svg {
        fill: #002c5d;
        width: 18px;
    }

    .middile-card a {
        text-decoration: none;
        position: relative;
        text-align: left;
        color: #000;
        font-size: 15px;
        margin-top: 10px;
        font-weight: normal;
        font-family: 'Jost';
    }

        .middile-card a:hover {
            color: #05152a
        }

    .middile-card div {
        text-decoration: none;
        position: relative;
        text-align: center;
        color: #000;
        font-size: 15px;
        margin-top: 10px;
        font-weight: normal;
        font-family: 'Jost';
    }

.image-wrapper img {
    height: auto;
    max-width: 100%;
    border-radius: 15px;
}

.image-wrapper .shine {
    position: relative;
    overflow: hidden;
}

.box-shadow {
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    border: none;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.image-wrapper .shine:before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.btn-outline-brown {
    background-color: #fff;
    border: 1px solid #002c5d;
    color: #002c5d;
    border-radius: 30px;
    padding: 8px 20px;
    transition: all 0.5s;
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
    font-family: 'Jost';
    width: 100%;
    display: block;
}

    .btn-outline-brown:hover {
        color: #fff;
        background-color: #002c5d;
    }

.box-shadow:hover {
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.image-wrapper:hover .shine:before,
.shine:focus:before {
    animation: shine .85s;
}

.btn-brown-hover {
    padding: 14px 40px;
    color: #1348a6;
    font-weight: 500;
    min-width: 200px;
    border: 1px solid #1bbbe963;
    border-radius: 5px;
    font-size: 15px;
    background: #f8fdfe;
}

    .btn-brown-hover:hover {
        color: #002c5d;
        border-radius: 7px;
        font-size: 15px;
        background: #f8fdfe;
        border: 1px solid #daebed;
    }

.seo_rank_left .sec_head {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.sec_head {
    margin-bottom: 1rem;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}

.common-pad-wrapper {
    padding: 2rem 0;
}

.seo_rank {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-left: 10px solid #002c5d;
    padding-left: 3.75rem;
}

.seo_rank_left {
    width: 52%;
}

.seo_rank_right {
    width: 40%;
}

    .seo_rank_right ul {
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 -1.5rem;
        list-style: none;
    }

        .seo_rank_right ul li {
            padding: 0 0.5rem;
            margin-bottom: 1.438rem;
        }

        .seo_rank_right ul li {
            width: calc(100% / 2);
        }

.we_do_box {
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
}

.we_do_text p {
    font-size: 18px;
    color: #05152a;
    line-height: 1.167;
    text-align: center;
    margin-top: 10px;
    font-weight: normal;
    font-family: 'Jost';
}

.seo_rank_right ul li:nth-child(2) {
    margin-top: 2.813em;
    margin-bottom: 0;
}

.seo_rank_right ul li:nth-child(4) {
    margin-top: 2.813em;
    margin-bottom: 0;
}

p {
    margin-bottom: 15px;
    line-height: 25px;
    color: #646262;
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
    font-family: 'Jost';
}

.text-gradient {
    background: -webkit-linear-gradient(#2563EB, #002c5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-counter {
    padding: 20px 15px;
    border-radius: 5px;
    border: 1px solid #f3e8e8;
    background-color: #00000000;
}

.svg-center-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #5c5b5b1c;
    border-radius: 50%;
}

.button-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

    .button-list li {
        margin-bottom: 20px;
    }

.listing-open {
    padding: 14px 40px;
    color: #1348a6;
    font-weight: 500;
    min-width: 200px;
    border: 1px solid #1bbbe963;
    border-radius: 5px;
    font-size: 15px;
    background: #f8fdfe;
}

    .listing-open:hover {
        color: #002c5d;
        border-radius: 7px;
        font-size: 15px;
        background: #f8fdfe;
        border: 1px solid #daebed;
    }


.tabing-list {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../img/piano-our-couses-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    overflow-x: hidden;
}

    .tabing-list .container {
        position: relative;
        z-index: 2
    }

    .tabing-list::after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background: #00000085;
        width: 100%;
        height: 100%;
    }

.tab-heading {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

#carousel-instru .item img {
    border-radius: 10px;
    border: 1px solid #ccc;
}

.section-title {
    max-width: 570px;
    margin: 0 auto;
    margin-left: 30px;
}

.margin-left {
    margin-left: 30px;
}

.section-title .sub-title {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #d87e08;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title .title {
    font-size: 48px;
    line-height: 54px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: #0e0e0e;
}

.card-new-about .choose-us-content .title {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Jost';
    color: #000;
}

.card-new-about {
    background: #ffffff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 12px;
    margin-top: 30px;
    position: relative;
}

.choose-us-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.card-new-about .choose-us-content p {
    line-height: 30px;
    padding-top: 0px;
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
    font-family: 'Jost';
}

.cleint-testimonial-wrapper {
    background-color: #000;
    padding: 50px 0px;
}

.heading-cleint {
    text-align: center;
}

    .heading-cleint span {
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        position: relative;
    }

        .heading-cleint span::before {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 2px;
            background-color: #d87e08;
            border-radius: 3px;
            content: '';
            bottom: -10px;
        }

.font-thin {
    font-weight: 400;
}

.card-testimonials {
    padding: 15px 15px;
    color: #000;
    border: 1px solid #b0b0b0a8;
    padding: 20px;
    box-shadow: 1px 1px 3px 0px #d5d4d412;
    border-radius: 10px;
    /* background-color: #fff; */
}

    .card-testimonials .card-body .rating {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .card-testimonials .card-body .rating svg {
            width: 14px;
        }

.card-section6-heading {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    font-family: 'Jost';
}

.section6-text {
    margin: 15px 0px;
    font-weight: 400;
    color: #bbbbbb;
    font-size: 16px;
    font-family: 'Jost';
}

.section6-author {
    margin: 20px 0px;
}

    .section6-author .name {
        font-weight: 600;
        color: #e4e4e4;
    }

    .section6-author .metas {
        font-weight: 400;
        color: #bbbbbb;
        font-size: 16px;
        font-family: 'Jost';
    }

span.img-cleint img {
    display: block;
    width: 50px !important;
    height: 50px !important;
}

#carousel-testi .owl-nav .owl-prev,
#carousel-testi .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    background-color: #d42976;
    display: flex;
    align-items: center;
    justify-content: center;
}

#carousel-testi .owl-nav .owl-prev {
    left: -20px;
}

#carousel-testi .owl-nav .owl-next {
    right: -20px;
}

.page-holder h3,
.page-holder h4,
.page-holder h5,
.page-holder h6 {
    margin-bottom: 24px;
}

.team-title {
    color: #000;
    font-size: 18px;
}

.team-desc .smalltitle {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.smalltitle {
    color: #002c5d;
    position: relative;
    padding: 0 16px;
    display: inline-block;
    line-height: 25px;
    margin-top: 10px;
    font-weight: normal;
    font-family: 'Jost';
}

.team-img {
    margin-bottom: 24px;
    text-align: center;
}

    .team-img img {
        border-radius: 15px;
    }

.team-desc {
    text-align: center;
}

.contect-about-wrapper {
    position: relative;
    background-image: url(../img/bg-about-cont.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
}

    .contect-about-wrapper::before {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        content: '';
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }

.cont-about-heading {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

.call-mail .svg-box-cont-about {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
}

.call-mail {
    color: #fff;
    text-decoration: none;
}

    .call-mail .svg-box-cont-about svg {
        fill: #002c5d;
        width: 17px;
    }

.accordion-button {
    font-weight: bold;
    background: #002c5d;
    padding: 20px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .06);
    border-radius: 10px !important;
    color: #fff;
}

    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #002c5d;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, .06);
        margin-bottom: 0 !important;
    }

    .accordion-button::after {
        filter: invert(1);
    }

.accordion-item {
    margin-top: 10px;
}

.accordion-body {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, .06);
    background: #88b1d35e;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Jost';
}

footer {
    background-color: #05152a;
}

.social-foot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5193c7;
}

    .social-foot svg {
        width: 20px;
        fill: #fff;
    }

ul.list-footer li {
    position: relative;
    text-align: left;
    color: #646262;
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
    font-family: 'Jost';
}

ul.list-footer {
    list-style: none;
    padding-left: 0px;
}

.footer-text {
    color: #fff;
}

.footer-widget-heading {
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

footer a {
    color: #d3d3d3;
    text-decoration: none;
    position: relative;
    text-align: left;
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
    font-family: 'Jost';
}

    footer a:hover {
        color: #fff;
    }

.listing-open.active {
    background-color: #5193c7;
}

.bradcomb-header a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

    .bradcomb-header a:hover {
        text-decoration: underline;
    }

.bradcomb-header span svg {
    fill: #fff;
    width: 17px;
}

.heading-bradcomb {
    font-weight: 600;
    font-size: 58px;
    font-family: "Jost", sans-serif;
    margin-top: 10px;
    color: #fff;
    line-height: 1;
}

.header-mid-card {
    font-size: 42px;
    color: #000;
    font-weight: 600;
}

.pricing-header {
    font-size: 24px;
    font-weight: 600;
    line-height: 158%;
    margin-bottom: 10px;
    color: #000;
}

.pricing-card-item {
    padding: 45px 50px;
    position: relative;
    z-index: 99;
    margin-top: 30px;
    background-color: #DDFFF5;
    max-width: 415px;
    mask: url('../img/pricing.svg');
    -webkit-mask-image: url('../img/pricing.svg');
    mask-image: url('../img/pricing.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center center;
    mask-position: center center;
}

    .pricing-card-item p {
        margin-bottom: 15px;
    }

    .pricing-card-item .pricing-header-2 {
        font-size: 56px;
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
        margin-bottom: 30px;
        color: #000;
        font-weight: 700;
    }

        .pricing-card-item .pricing-header-2 span {
            font-size: 16px;
            font-weight: 400;
            color: #4E5154;
        }

.new-head {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.pricing-card-item .pricing-list {
    padding: 0;
    margin-top: 15px;
}

    .pricing-card-item .pricing-list li:not(:last-child) {
        margin-bottom: 10px;
    }

    .pricing-card-item .pricing-list li del {
        color: rgba(10, 3, 31, 0.44);
    }

.pricing-card-item .pricing-button {
    margin-top: 40px;
}

.pricing-card-item .pricing-list li {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 0px;
    color: #000;
}

.pricing-card-item .pricing-button .theme-btn {
    background: #62ABFF;
}

.theme-btn {
    display: inline-flex;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 9px 9px 36px;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    overflow: hidden;
    /* text-align: center; */
    border-radius: 40px;
    line-height: 1.2;
    text-decoration: none;
    padding-right: 9px;
    align-items: center;
}

    .theme-btn::after {
        content: "";
        background-color: #0A031F;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        clip-path: circle(0% at 50% 50%);
        transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
        z-index: -1;
    }

    .theme-btn:hover::after {
        clip-path: circle(100% at 50% 50%);
        transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
    }

    .theme-btn svg {
        width: 16px;
        fill: #ffffff;
    }

.pricing-card-item .pricing-button .theme-btn.style-2 span svg {
    fill: #80F8AB;
}

.pricing-card-item .pricing-button .theme-btn.style-2 {
    background-color: #80F8AB;
    color: #000;
}

    .pricing-card-item .pricing-button .theme-btn.style-2:hover {
        color: #fff;
    }

.pricing-card-item .pricing-button .theme-btn.style-3 {
    background: #FFA762;
}

    .pricing-card-item .pricing-button .theme-btn.style-3 span svg {
        fill: #FFA762;
    }

.svg-buy {
    width: 40px;
    height: 40px;
    background-color: #000;
    line-height: 40px;
    text-align: center;
    margin-left: 30px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

/* ===================Instrument Card Design=========== */
/* Filter Section */
.filter-section {
    text-align: center;
    padding: 40px 20px 20px;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.filter-btn {
    padding: 10px 20px;
    border: none;
    background-color: #eee;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s ease;
}

    .filter-btn.active,
    .filter-btn:hover {
        background-color: #007bff;
        color: white;
    }

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
    justify-content: center;
    align-items: start;
}

    .product-grid.single-visible {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

.product-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px #002c5d45;
    text-align: center;
    padding: 20px;
    transition: 0.3s ease;
}

    .product-card:hover {
        transform: translateY(-5px);
    }

    .product-card img {
        width: 150px;
        height: auto;
        border-radius: 8px;
    }

    .product-card h3 {
        margin: 15px 0 5px;
        font-size: 18px;
    }

    .product-card p {
        font-size: 14px;
        color: #666;
    }

.price {
    display: block;
    margin: 10px 0;
    font-weight: bold;
    color: #28a745;
}

.buy-btn {
    padding: 10px 20px;
    background-color: #002c5d;
    border: none;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
}

    .buy-btn:hover {
        background-color: #002c5d;
    }

.hidden {
    display: none;
}

.combo-offers {
    padding: 60px 20px;
    text-align: center;
}

    .combo-offers h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }

.combo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: auto;
}

.combo-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px #002c5d45;
    padding: 20px;
    transition: 0.3s;
}

    .combo-card:hover {
        transform: translateY(-5px);
    }

    .combo-card img {
        width: 180px;
        border-radius: 8px;
        margin-bottom: 15px;
    }

.combo-price {
    margin: 10px 0;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 10px;
}

.new-price {
    font-weight: bold;
    color: #28a745;
    font-size: 18px;
}

.trust-signals {
    padding: 60px 20px;
    background-color: #f2fdf5;
    text-align: center;
}

    .trust-signals h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: auto;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

    .trust-item img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .trust-item p {
        font-size: 15px;
        color: #333;
    }

/* ===================Instrument Card Design End=========== */

@keyframes shine {
    100% {
        left: 125%;
    }
}

.about-para {
    font-size: 16px;
    font-weight: 400;
}

.lisitn-about {
    margin-top: 20px;
}

    .lisitn-about ul li {
        position: relative;
        list-style: none;
        margin-bottom: 15px;
        line-height: 25px;
        color: #646262;
        font-size: 15px;
        margin-top: 10px;
        font-weight: normal;
        font-family: 'Jost';
    }

        .lisitn-about ul li::before {
            content: '';
            position: absolute;
            left: -35px;
            top: 2px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-image: url(../img/check.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }

.bg-gred {
    background: linear-gradient(180deg, #002c5d 0%, #f8f8f8 100%);
}

.card-white-change {
    padding: 3em 3em 3em 3em;
    border-radius: 10px;
    background-color: #fff;
}

.img-card-new-about {
    text-align: left;
}

.card-about-heading {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin-top: 20px;
}

.card-white-change p {
    text-align: start;
    margin-top: 15px;
    color: #000;
    font-weight: 400;
    line-height: 1.7;
}

.link-made-about {
    text-decoration: none;
    color: #002c5d;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    display: flex;
    margin-top: 25px;
}

    .link-made-about svg {
        width: 20px;
        fill: #002c5d;
        margin-left: 5px;
    }

.box-shadow {
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    border: none;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

    .box-shadow:hover {
        box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    }

    .box-shadow p {
        font-weight: normal !important;
        position: relative;
        list-style: none;
        margin-bottom: 15px;
        line-height: 25px;
        color: #000000;
        font-size: 17px;
        margin-top: 10px;
        font-family: 'Jost';
    }

ul.list-unstyled.fadeout li {
    color: #646262;
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
    font-family: 'Jost';
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.heading-schedule {
    font-family: "Jost", sans-serif;
    font-size: 36px;
    color: #000;
    font-weight: 600;
}

.hour-sec-show {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    color: #000;
    border: 1px solid #000;
    font-size: 30px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
}

    .main .card-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.submit-trial {
    padding: 10px 40px;
    border-radius: 25px;
    background-color: #05152a;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border: none;
}

.banner-trial-form {
    padding: 12px 15px;
    border-radius: 5px;
    background-color: #fff;
}

.form-heading {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #ff0000;
}

.form-control-NEW-mine {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-style: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    margin-bottom: 10px;
}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.section1-heading {
    color: #000;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 50px;
    display: block;
}

.submit-schedule {
    width: 100%;
    border-radius: 0px;
    padding: 10px 0px;
    text-align: center;
    background-color: #05152a;
    color: #fff;
    border: none;
}

.form-schedule {
    padding: 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 9px;
}

.form-control-new {
    display: block;
    width: 100%;
    padding: 10px 10px;
    line-height: 1.5;
    color: #22303b;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
    font-family: 'Jost';
}

.form-schedule .form-label {
    font-size: 16px;
    color: #000;
}

.banner-trial-form .form-label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.bg-blue {
    background-color: #05152a !important;
}

thead.bg-blue th {
    background: #05152a;
}

    thead.bg-blue th,
    thead.bg-blue th p {
        color: #fff;
    }

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.card-new-cta {
    padding: 45px 50px;
    background-color: #5193c7;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.para-left {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.join_btn {
    font-size: 17px;
    color: #fff;
    padding: 15px 40px;
    border-radius: 25px;
    background-color: #05152a;
    display: inline-flex;
    text-decoration: none;
    font-weight: 600;
}

.buy_now_btn {
    background-color: #05152a !important;
    color: #fff;
    padding: 10px 35px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
}

    .buy_now_btn svg {
        fill: #fff;
        width: 17px;
    }

..faq-banner {
    background: linear-gradient(to right, #1a1a2e, #16213e);
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    background-image: url('https://images.unsplash.com/photo-1580894732444-95c6c2b74bfb');
    /* Optional */
    background-size: cover;
    background-position: center;
    position: relative;
}

.faq-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    /* dark overlay for readability */
}

.faq-banner-content {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
}

.faq-banner h1 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}

.faq-banner p {
    font-size: 18px;
    opacity: 0.9;
}

.card-form form {
    padding: 20px;
    box-shadow: -1px -1px 11px rgba(38, 53, 63, 0.1);
}

.form-heading-contact {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    font-family: "Jost", sans-serif;
    color: #000;
}

.card-form .form-label {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

.card-form .form-control {
    padding: 10px 30px 10px 10px;
}

.fomr-submit-contact input {
    border: none;
    padding: 10px 40px;
    border-radius: 25px;
    background-color: #002c5d;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.ab-icon svg {
    width: 15px;
    fill: #858383;
}

.ab-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.card-info-contact {
    padding: 20px 20px 35px 30px;
    border-radius: 10px;
    background-color: #002c5d;
}

.f-heading-left-card {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}


@media(max-width:991px) {
    .seo_rank {
        flex-wrap: wrap;
        padding-left: 0px;
        border-left: none;
    }


    .table-container-responsive {
        overflow-x: auto;
    }

    .buy_now_btn {
        white-space: nowrap;
    }

    .section-title .title {
        font-size: 28px;
        line-height: 1.2;
    }

    .card-new-cta {
        flex-wrap: wrap;
        gap: 10px;
        padding: 25px 30px;
    }

    .para-left {
        font-size: 20px;
    }

    .back-to-top {
        bottom: 75px;
        z-index: 99;
    }

    .seo_rank_left,
    .seo_rank_right {
        width: 100%;
    }

    .heading-bradcomb {
        font-size: 28px;
    }

    .section1-heading {
        font-size: 28px;
    }

    .seo_rank_right ul li {
        width: 100%;
    }

    .seo_rank_right ul {
        margin-top: 15px;
    }

    .common-pad-wrapper {
        padding: 0.313rem 0;
    }

    .seo_rank_right ul li:nth-child(2) {
        margin-top: 0px;
        margin-bottom: 1.438rem;
    }

    /* .navbar-toggler {
        filter: invert(1);
    } */

    .button-list {
        flex-wrap: wrap;
        gap: 5px;
    }

        .button-list li {
            margin-bottom: 5px;
        }

    .listing-open {
        min-width: auto;
    }

    .seo_rank_right ul li:nth-child(4) {
        margin-top: 0px;
        margin-bottom: 1.438rem;
        /* margin-bottom: 0; */
    }
}

nav.navbar.navbar-expand-lg.navbar-light.py-2 .container {
    margin-top: 20px;
    background: #f4f0f0;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #d6dedf;
}

.about-section {
    margin: 50px 0px;
}

.straight-line-wrapper {
    padding-left: 50px;
    transition: all .4s ease-in-out;
    color: #28303f;
    font-family: 'Roboto';
}

    .straight-line-wrapper .straight-line {
        position: absolute;
        top: 50%;
        left: 0;
        width: 34px;
        height: 2px;
        z-index: 50;
        background: #4361ee;
        transform: scaleX(1);
        transform-origin: bottom left;
        transition: all .4s ease-in-out;
    }

.about-heading {
    font-size: 60px;
    margin: 10px;
    display: block;
    color: #28303f;
}

.about-sub-heading {
    font-size: 60px !important;
    display: block;
    margin: 10px;
    font-family: 'Roboto';
    color: #4361ee !important;
}

.about-text {
    font-size: 20px;
    font-weight: 400;
    margin: 25px 10px !important;
    display: block;
}

.sub-text {
    font-weight: normal !important;
    margin: 0px 10px !important;
}

.custom-jakarta {
    font-size: 15px;
    color: #000;
    margin: 15px 10px !important;
    font-family: 'Jost';
}

.new-btn-1 {
    font-size: 24px;
    border-radius: 50px;
    padding: 12px 40px;
    margin: 15px 10px;
}

.new-btn-2 {
    font-size: 20px;
    border-radius: 50px;
    padding: 12px 40px;
    margin: 15px 10px;
    width: 100%;
    text-align: center;
    justify-content: center;
    border: 1px solid #080703;
    color: #050601;
}

.facilities-text {
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
    font-family: 'Jost';
}

@media(max-width:991px) {
    .banner-font-big {
        font-size: 3rem;
        color: #012b5b;
        margin-top: 50px;
        padding: 15px;
    }

    .carousel-wrapper-instrument {
        padding: 15px;
    }

    .section-title {
        margin-top: 20px;
    }

    .about-heading {
        font-size: 50px;
    }

    .about-sub-heading {
        font-size: 45px !important;
    }

    nav.navbar.navbar-expand-lg.navbar-light.py-2 .container {
        margin: 12px;
    }
}


/* === Breadcrumb Section === */
.bradcomb-header a {
    color: #fff;
    font-weight: 500;
    transition: color 0.3s ease;
}

.bradcomb-header svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    margin: 0 8px;
}

/* === Heading Text === */
.heading-bradcomb {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}

/* === Privacy Card Styling === */
.card-terms {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    padding: 40px;
    font-size: 1rem;
    color: #333;
}

    .card-terms strong {
        display: block;
        font-size: 15px;
        color: #000;
        font-family: 'Jost';
        margin-bottom: 10px;
    }

    .card-terms ol {
        padding-left: 1.2rem;
    }

        .card-terms ol li {
            font-weight: 500;
            font-size: 15px;
            color: #4e4b4b;
            margin: 15px 0px !important;
            font-family: 'Jost';
            list-style: circle !important;
        }

    .card-terms li::marker {
        color: #000;
        font-weight: bold;
    }

/* === Banner Background Styling === */
.bg-about {
    padding: 100px 0 60px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.4);
}

/* === Responsive Typography === */
@media (max-width: 767px) {
    .heading-bradcomb {
        font-size: 32px;
    }

    .card-terms {
        padding: 25px;
    }

    .bradcomb-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

span.counter {
    font-size: 22px;
    font-family: 'Jost';
}

.counter-text {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Jost';
}

.about-ul li p {
    margin: 10px 0px;
    color: #000;
}

.about-ul li {
    padding: 0;
    margin: 0;
    margin-left: 35px;
}

.bottom-text {
    font-weight: 500;
    color: #000;
    margin-left: 40px;
}
.owl-carousel.owl-drag .owl-item{
    padding:5px
}
.form-schedule .row {
    align-items: center;
    margin: 0;
    padding: 0;
}

@media(max-width:991px) {
    .bottom-text {
        margin-left: 0px;
    }

    .about-ul li {
        margin-left: 0px;
    }
}


.flexing {
    display: flex;
    gap: 15px;
}
    .flexing strong {
        color: #000;
    }
.policy-list li {
    font-weight: 500;
    color: #4e4c4c; 
    margin: 12px;
}
    .policy-list li ul li {
        margin: 5px;
        line-height: 25px;
        color: #646262;
        font-size: 15px;
        margin-top: 10px;
        font-weight: normal;
        font-family: 'Jost';
        display: list-item !important;
    }
    .policy-list li strong {
        font-weight: 500;
        color: #000000;
        margin: 12px;
        display: block;
    }
.margin-left-12 {
    margin-left: 12px;
}