@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Dosis:wght@200..800&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Black.ttf');
}

@font-face {
    font-family: 'Raleway Light';
    src: url('../fonts/Raleway/Raleway-Medium.ttf');
}

:root {
    --orange: #F58634;
    --yellow: #ffc35f;
    --darkblue: #06114a;
    --black: #000;
    --violet: #a22d8d;
    --red: #2D007A;
    --hfont: 'Montserrat', sans-serif;
    --cfont: 'Montserrat', sans-serif;
    --grey: rgb(151 144 144 / 9%);

}

body {
    font-size: 16px;
    font-family: var(--cfont);
    color: var(--bs-dark);
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--hfont);
    color: var(--red);
    text-transform: uppercase;
    font-weight: 400 !important;

}

.text-orange {
    color: var(--orange) !important;
}

.text-yellow {
    color: var(--yellow) !important;
}

.text-red {
    color: var(--red) !important;
}

.bg-violet {
    background: var(--violet);
}

.bg-yellow {
    background: var(--yellow) !important;
}

.bg-red {
    background: var(--red) !important;
}

.bg-orange {
    background: var(--orange) !important;
}

.bg-black {
    background: var(--black) !important;
}

.bg-grey {
    background: var(--grey) !important;
}

.bg-blue {
    background: var(--blue) !important;
}

.radius-0 {
    border-radius: 0 !important;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.object-fit-cover {
    object-fit: cover !important;
}

.text-justify {
    text-align: justify !important;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.fs-unset {
    font-size: initial !important;
}

.delay-1 {
    animation-delay: .25s;
}

.delay-2 {
    animation-delay: .5s;
}

.delay-3 {
    animation-delay: .75s;
}

.delay-4 {
    animation-delay: 1.2s !important;
}

.delay-5 {
    animation-delay: 1.6s !important;
}

.animate_infinite {
    animation-iteration-count: infinite !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 40px;
    z-index: 99;
}

.fw-medium {
    font-weight: 50;
}

.h_course_img {
    padding-left: 10px;
    border-radius: 10px;
    background: #F1F1F1;
}

.h_card {
    border: 1px solid;
}

.h-serach {
    border-radius: 10px;
    border: 1px white;
}

.input-text {
    font-size: 13px;
}

.h_colr {
    background-color: var(--blue);
}

.bg_blue_light {
    background-color: #1d72bc;
}

.h_our.owl-carousel .owl-item img {
    width: 145px !important;
}

.h_our .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.h_our.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    color: var(--light);
    font-size: 30px;
}

.h_our.owl-carousel .owl-nav button.owl-next {
    position: relative;
    float: right;
    color: var(--light);
    font-size: 30px;
}

.h_partner {
    background: linear-gradient(90.25deg, #891225 28.16%, rgb(137 18 37 / 75%) 68.15%);
    background-blend-mode: multiply;
    background-position: center;
    border-radius: 20px;
    font-size: 51px;
}

.h_partner.h_part_apply {
    background-image: url(../images/bg1.JPG);
    background-position: top;
}

.h_partner h5 {
    text-align: center;
}

.h_whats_numb {
    border-radius: 50% 50% 50% 0%;
    border: 1px solid;
    background-color: var(--yellow);
    padding: 20px 25px;
}

.h_cont {
    border-radius: 50px 0px 50px 50px;
    border: 1px solid;
    padding: 15px 0px 15px 70px;
    text-align: right;
    padding: 50px;
}

.h_cont h2,
.h_cont h5 {
    text-align: center;
}

.h_whats_number {
    /* margin: 0em 0em 0em 4em; */
}

.h_number {
    border-radius: 50px 0px 50px 50px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    background-color: var(--yellow);
    padding: 30px;
}

.h_number p {
    text-align: center;
    margin-top: 10px;
}

.h_partner .h_btn {
    text-align: center;
}

.h_faq {
    background-color: #F3F3F3;
    padding: 10px 10px 10px 10px;
}

.h_faq .accordion-button {
    background-color: #F3F3F3;
    border: 1px solid #000;
}

.h_faq .accordion-button:focus {
    box-shadow: none;
}

.h_faq .accordion-item {
    margin-bottom: 10px;
}

.h_faq .accordion-body {
    background-color: #F3F3F3;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 15px;
    padding: 25px 0;
    color: white;
    font-size: 14px;
    font-weight: 700;
    outline: none;

}

.center_tagline th {
    color: white;
    background-color: var(--yellow) !important;
    text-transform: capitalize !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
    color: var(--violet);
    font-weight: bold;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.h_nav {
    background: linear-gradient(to right, #a22d8d, #e5385c, #ffc35f);
    opacity: 0.9;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    /* align-items: center; */
    /* background: #00000070; */
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--yellow);
    border: 15px solid var(--yellow);
}

#header-carousel .carousel-item {
    position: relative;
}

/* #header-carousel .carousel-item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(6, 17, 74, 0.90);
    z-index: 1;
} */

#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../images/rectangle.png) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}



/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}


/*** About ***/
.h_about {
    background: url(../image/about.jpg) left center no-repeat;
    background-size: cover;
}

.h_benefit {
    background: url(../images/bread.png);
    background-size: cover;

}

.h_box {
    background-color: #D8DAE7;
    opacity: 0.9;
}


.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--yellow);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--yellow);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--yellow);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid var(--bs-white);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: var(--bs-white);
    background: var(--bs-dark);
    opacity: 1;
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--yellow);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    right: 50%;
    left: 50%;
    color: white;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--yellow);
    color: var(--bs-white);
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .height-65 {
        height: 65vh;
    }

    .explore-text {
        font-size: 15px !important;
    }

    .how-it-works .step.one p::after {
        display: none !important;
    }

    .how-it-works .step.step.two p:after {
        display: none !important;
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: var(--bs-white);
    color: var(--yellow);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: var(--bs-white);
    background: var(--yellow);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--blue);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: var(--bs-white) !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: -0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--yellow);
    color: var(--bs-white);
}

@media (max-width: 768px) {
    /* .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    } */

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-white);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--yellow) !important;
}

.h_course_sublogo {
    height: 50px;
}

.navbar-brand img {
    height: 65px !important;
}

.fetchButton {
    background-color: var(--yellow);
}

.fetchButton.active {
    background-color: #d55234;
}

/* .h_our .owl-stage-outer{
    height: 100%;
} */
.h_our .owl-stage {
    display: flex;
    align-items: center;
    background: var(--bs-white);
    height: 100%;
}

.h_our .owl-nav {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.h_our .owl-nav .owl-prev,
.h_our .owl-nav .owl-next {
    margin-left: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.alignment_01 .form-control {
    border-radius: 1.25rem !important;
    appearance: auto;
}

.alignment_01 {
    background-color: #1d72bc;
    padding: 5%;
    border: 2px solid #1d72bc;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.banner_form_01 .form-control {
    border-radius: 20px;
}

.form_02 {}

.c_btn {
    background-color: var(--violet) !important;
    color: white !important;
    border-radius: 0px !important;
    font-weight: 600;
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.c_btn:hover {
    background-color: var(--red) !important;
    border-radius: 0px !important;
    font-weight: 600;
    color: white !important;
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.c_btn2 {
    background-color: var(--yellow) !important;
    color: black !important;
    border-radius: 0px !important;
    font-weight: 600;
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.c_btn2:hover {
    background-color: white !important;
    border-radius: 0px !important;
    font-weight: 600;
    color: black !important;
    border: 2px solid var(--yellow);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.h_headn {
    color: var(--yellow);
    letter-spacing: 1px;
    line-height: 1;
    font-size: 2.9em;
}

.footer_01 p a {
    color: var(--bs-white);
}

.footer_01 p a:hover {
    color: var(--yellow);
}


.footer_02 a {
    color: var(--bs-white);
}

.footer_02 a:hover {
    color: var(--yellow);
}

.h_headn.h_headn_b {
    color: var(--black);
}

.bgimg_norepeat {
    background-repeat: no-repeat !important;
}

.bgimg_cover {
    background-size: cover !important;
}

.bgimg_contain {
    background-size: contain !important;
}

.bgimg_center {
    background-position: center !important;
}

.bgimg_end {
    background-position: right bottom !important;
}

.h_bubble,
.h_prod_bubble {
    display: inline-block;
}

.h_bubble_wrap,
.h_prod_bu_sub {
    height: 0;
    padding-bottom: 100%;
}

.h_bubble_cirle {
    height: 50px;
    width: 50px;
    background: var(--black);
    color: var(--yellow);
    z-index: 1;
}

.h_bubble_cirle_new {
    height: 100%;
    width: 100%;
    background: #000000ad;
    color: var(--yellow);
    top: 0;
    left: 0;
    border-radius: 50%;
    font-size: 2em;
}

.h_bubble_tag {
    bottom: 12%;
    z-index: 95;
    background: var(--black);
    color: var(--yellow);
}

.h_bubble_wrap:hover .h_bubble_cirle,
.h_bubble_wrap:hover .h_bubble_tag {
    background: var(--bs-white);
    color: var(--black);
    border: 1px solid var(--black);
}

.right_button {
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    /* border-radius: 0 !important;? */
    z-index: 1021;
}

.right_button2 {
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    border-radius: 0 !important;
    z-index: 1021;
}

.modal.show .table-modal {
    top: 0;
}

.i_count {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--black);
    /* margin: auto; */
    padding: 60px;
    z-index: 1;
}

.i_count:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: var(--yellow);
    z-index: -1;
}

.h_adprocs .nav-tabs li {
    background-color: var(--grey);
}

.h_adprocs .nav-tabs li .nav-link.active {
    background-color: var(--yellow);
}

.h_adprocs table {
    border-collapse: unset;
    border-spacing: 10px;
}

.h_adprocs table tr td:nth-child(2) {
    background-color: var(--light);
}

.h_list_num li {
    display: flex;
    align-items: baseline;
}

.h_list_num li:before {
    position: absolute;
    /* content: counter(list-number)'.'; */
    left: 0;
    top: -3px;
    font-size: 18px;
    font-weight: bold;
}

.h_bg_over {
    background: rgb(20 29 73 / 92%);
    background-blend-mode: multiply;
}

.h_bg_over_01 {
    /*background: #3f51b5c7;*/
    background-blend-mode: multiply;
}

.h_bg_over .h_list_num li::before {
    top: 0px;
    font-size: 20px;
}

.text_big {
    font-size: 1.25rem;
}

iframe .widget_container {
    background: var(--bs-white) !important;
}

#n_about:before,
#n_about:after {
    position: absolute;
    content: '';
    right: 4%;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: white;
    z-index: -1;
}

.admission .nav-link {
    color: var(--bs-dark);
    border: solid var(--yellow) 1px;
    width: 100%;
    border-radius: 0px;
    /* margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
    display: flex; */
}

.admission .nav-link.active {
    color: var(--bs-dark);
    background-color: var(--yellow);

}

.mobile_hide {
    background-image: unset;
}

.border_end {
    border-right: none;
}

.footer_01 p {
    display: flex;
    align-items: center;
}

.specializations {
    height: 300px;
}

@media (min-width: 768px) {
    .padding-top-bottom {
        padding: 100px 0px;
    }

    .content-box {
        height: 130px;
    }

    .py-lg-70 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }




    .section-height {
        height: 90vh !important;
    }

    /* .bottom-0 {
        position: absolute;
        bottom: 0;
    } */

    [id] {
        scroll-margin-top: 50px !important;
        /* Adjust for the header height */
    }

    .logos-01 img {
        height: 60px !important;

        object-fit: contain;
        display: flex;
        justify-content: start;
    }

    .logos-02 img {
        height: 45px !important;

        object-fit: contain;
        display: flex;
        justify-content: start;
    }



    .h_cont {
        margin-left: 10em;
    }

    .h_cont h2,
    .h_cont h5 {
        text-align: right;
    }





    .h_bubble_main:nth-child(2) .h_bubble_bef1:before {
        display: block;
    }

    .testimonial-carousel .owl-nav {
        right: unset;
        top: 58%;
        left: -45%;
        justify-content: unset;
    }

    .right_button {
        top: 35%;
        right: 21px;
        left: unset;
        bottom: unset;
        transform: rotate(90deg) translate(50%);
        transform-origin: right;

    }

    .right_button2 {
        top: 70%;
        right: 21px;
        left: unset;
        bottom: unset;
        transform: rotate(90deg) translate(50%);
        transform-origin: right;
    }

    /* .form-modal {
        max-width: 45% !important;
    } */

    .banner-text1 {
        font-size: 55px;
        line-height: 1;
        font-weight: bold;
    }

    .main-headings {
        font-size: 45px;


    }

    .content {
        font-size: 18px;
        font-weight: 400;
        text-align: justify;
    }
}

.center_tagline_01 th {
    color: white;
    background-color: var(--dcolor) !important;
    text-transform: capitalize !important;
}

.modal-content .form_01 {
    padding: 0px !important;
    margin: 0px !important;
}


@media (max-width: 768px) {

    .navbar-brand img {
        height: 45px;
    }

    .banner-text2 {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
    }

}

.icons_01 ul i {
    color: var(--yellow) !important;
}

/* /////////thankyou page css///////////////////// */
.thank_form .bg-white {
    border-radius: 15px;
}

.th_meet {
    background-color: var(--red);
    height: 140px;
    width: 140px;
}

.th_meet img {
    height: 90px;
}

.learn-more {
    background: var(--red);
    color: white;
    padding: 7px 9px;
}

.learn-more:hover {
    background: white;
    color: var(--red);
    padding: 7px 9px;
    border: 1px solid var(--red);
}

.arrow-learn {
    padding: 7px 4px;
    border-radius: 0px 6px 6px 0px;
}

.side-img img {
    width: 100%;
    height: auto;
    object-fit: cover;

}

.bg-dark {
    background-color: var(--darkblue) !important;
}

.social-icons img {
    height: 30px;
    width: auto;

    margin: 3px;

}



.border-bottom01 {
    border-bottom: 4px solid var(--blue);
    width: 20%;
}

.key-heighlights img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.card-img-top {
    height: auto;
    width: auto;
    object-fit: contain;
}

.card-img-bottom {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.card-body {
    background-color: var(--lightblue);

}

.accordion-button:not(.collapsed) {
    color: var(--red) !important;
    background-color: var(--lightblue) !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    font-family: var(--cfont) !important;
}

/* .timeline {
    border-right: 2px dashed var(--darkblue);
    position: relative;
    right: 25px;
    top: 35px;
} */

.number {
    font-size: 30px;
    color: #555;
}

.steps {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.text-light {
    color: var(--lightblue);
}



@media (min-width: 576px) {
    .table-modal {
        max-width: 90%;
        margin: 1.75rem auto;
    }
}

.pop-image {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.bg-lightblue {
    background-color: var(--lightblue);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.logos-01 img {
    height: 45px;
    width: auto;
    object-fit: contain;
}

.logos-banner img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.main-headings {
    font-size: 36px !important;


}



.enqui_form_ai {
    background-color: var(--lightblue);
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: transparent;
    background-clip: padding-box;
    /* border: 0px;
    border-bottom: 1px solid white; */
    appearance: none;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    padding: 20px;
    position: relative;
    
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    outline: 0;
}

.form-label {
    margin-bottom: .5rem;
    color: white;
}

.xsubmit-btn {
    color: white;
    background-color: var(--darkblue);
    border: 2px solid white;
    border-radius: 25px;
    padding: 10px 13px;
    font-weight: bold;
}

.xsubmit-btn:hover {
    color: var(--darkblue);
    background-color: var(--lightblue);
    border: 2px solid var(--darkblue);
    border-radius: 25px;
    padding: 10px 13px;
    font-weight: bold;
}

.badge {
    background-color: var(--darkblue);
    color: white;
    margin-top: 3px;
}

.text-darkblue {
    color: var(--darkblue);
}

.border-bottom {
    border-bottom: 2px solid gray;

}

.accordion-button {
    font-family: var(--cfont);
}

.icons-social {
    height: 23px;
    margin-right: 10px;
}

li::marker {
    color: #fff;
    font: bold;
    font-size: 20px;
}

.arrow-png {
    height: 20px !important;
    width: auto !important;
    object-fit: contain;


}

.banner-side img {
    height: auto;
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
}

.border-right {
    border-right: 2px solid rgb(199 191 191 / 49%);

}

.home-bg video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* Styling for the table */
table {
    width: 100%;
    border-collapse: collapse;
}

/* Styling for table header */
th {
    border: 1px solid #fff;
    /* Black border for table header */
    padding: 5px 5px;
    background-color: var(--orange) !important;
    /* Optional: Background color for header */
    text-align: left;
    color: white;
}

/* Styling for table data cells */
td {
    border: 1px solid var(--lightblue);
    /* Black border for table data */
    padding: 10px;
    text-align: left;
}




tr:nth-child(even) {
    background-color: rgb(253, 251, 251);
}

tr:nth-child(odd) {
    background-color: #ffffff;
    /* White for even rows */
}

[id] {
    scroll-margin-top: 350px;
    /* Adjust for the header height */
}

.form-control:disabled,
.form-control:read-only {
    background-color: #ffff;
    opacity: 1;
}

.karosapne-sakar {
    height: 35px;
    width: auto;
    object-fit: contain;
}

.scrollable-modal-body {
    max-height: 80vh;
    /* Adjust height as needed */
    overflow-y: auto;
    /* Enables vertical scrolling */
}

/* Style the scrollbar itself */
.scrollable-modal-body::-webkit-scrollbar {
    width: 8px;
    /* Set the width of the scrollbar */
}

/* Style the track (part that the thumb slides within) */
.scrollable-modal-body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Light gray background */
    border-radius: 10px;
    /* Rounded corners */
}

/* Style the thumb (the draggable part of the scrollbar) */
.scrollable-modal-body::-webkit-scrollbar-thumb {
    background-color: var(--lightblue) !important;
    /* Gray color */
    border-radius: 10px;
    /* Rounded corners */
}

/* Hover effect for the thumb */
.scrollable-modal-body::-webkit-scrollbar-thumb:hover {
    background-color: var(--darkblue) !important;
    /* Darker gray when hovered */
}

/* new css morris foundation */

.register-now {
    background-color: var(--violet);
    border-radius: 30px !important;
    font-weight: 600;
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(192, 190, 190, 0.2), 0 6px 20px 0 rgba(238, 235, 235, 0.19);
}

.register-now:hover {
    background-color: var(--red);
    border-radius: 30px !important;
    font-weight: 600;
    color: white !important;
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.marquee {
    background-color: var(--orange);
}



.section-height {
    height: 50vh;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 8px;
    padding: 10px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.step {
    position: relative;
    padding-top: 50px;
}

.icon {
    font-size: 30px;
    color: #e0413d;
    border: 1px solid #cecece;
    border-radius: 50%;
    padding: 30px 20px 20px 20px;
    width: 90px;
    height: 90px;
    margin-top: -15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.step .icon::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #e0413d;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    border-radius: 50px;
    opacity: 0;
    z-index: -1;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #e0413d;
    color: #fff;
    font-weight: 300;
    border-radius: 50%;
    position: absolute;
    left: 38%;
    font-size: 13px;
    top: -12px;
}

@media (max-width: 1199px) {

    .homepage .step.one p::after,
    .homepage .step.two p::after {
        background-size: 95%;
        width: 70%;
    }
}

.how-it-works .step.one p:after {
    background: url(../images/arrow-1.png) no-repeat rgba(0, 0, 0, 0);
    content: "";
    height: 80px;
    position: absolute;
    top: 55px;
    width: 100%;
    left: 75%;
    top: 85px;
}

.how-it-works .step.step.two p:after {
    background: url(../images/arrow-2.png) no-repeat rgba(0, 0, 0, 0);
    content: "";
    height: 80px;
    position: absolute;
    top: 55px;
    width: 100%;
    left: 75%;
    top: 85px;
}

/* footer::after {
    position: absolute;
    content: "";
    height: 100%;
    left: -2px;
    right: 0px;
    top: -263px;
    z-index: -2;
    background: url(../images/wave-left.png) ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */
.pb-250 {
    padding-bottom: 250px;
}

.logo {
    height: 90px;
}

footer .logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

footer .contact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.in-the-box .feature {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 50px 20px 20px 20px;
    text-align: center;
    z-index: 2;
    border-radius: 0px 0px 7px 7px;
}

.in-the-box .row {
    margin-bottom: 40px;
}

.hero-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mobile-frame {
    width: 300px;
    height: 600px;
    border: 16px solid #333;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    background: black;
}

.owl-carousel .item {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.in-the-box .feature i {
    color: var(--violet);
    box-shadow: rgba(0, 0, 0, 0.5) 0px -9px 15px -10px;
    position: absolute;
    top: -20px;
    left: 44%;
    padding: 20px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
}

.in-the-box .feature:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px;
}

.videoWrapper img,
.navbar,
.price-1,
.price-2,
.price-3,
.blog-content img,
.in-the-box .feature {
    transition: 300ms ease-out;
}

.subscribe-box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    padding: 50px;
    position: relative;
}

.subscribe-text {
    font-size: 25px;
    color: grey;

    font-weight: 300;

}

.subscribe-box i {
    display: flex;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    padding: 20px;
    top: -21px;
    box-shadow: 0px -9px 15px -10px rgba(0, 0, 0, 0.5);
    left: 45%;
    background-color: white;

}

.bg-gradient {
    background: linear-gradient(to right, #a22d8d, #e5385c, #ffc35f) !important;
}

.prices {
    background: white;
    border-radius: 7px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 2px solid var(--violet);
}

.prices:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.prices h5 {
    font-size: 35px;
    color: white;
    padding: 30px 0px 30px 0px;
    background: linear-gradient(to right, #ef476f, #f78c3f);
}

.price001 {
    position: absolute;
    background-color: white;
    box-shadow: 0px -9px 15px -10px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 20px;
    top: -35px;
    left: 33%;
    font-size: 25px;
    font-weight: 700;
    color: var(--bs-red);

}

.nav-image {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.bg-image-left {
    background-image: url(../images/dummy.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 600px;
}

.shadowbox {
    background: white;
    border-radius: 7px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    padding-top: 30px;
    padding-bottom: 30px;

}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: var(--red) !important;
    color: white !important;
    border-radius: 0px !important;
    font-weight: 600;
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 170px;
    border-radius: 7px;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: black !important;
    border-radius: 0px !important;
    font-weight: 600;
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 170px;
    border-radius: 7px;
}

.nav-tabs {
    border-bottom: none;
}

.li-001 li::marker {
    content: '✓';
    color: var(--violet);
    font-weight: bold;
    font-size: 20px;

}

.li-002 {
    list-style: none;
    /* Removes default bullets */
    padding-left: 0;
    /* Removes left padding */
    margin: 0;
    /* Optional: removes margin */
}

.li-002 li {
    position: relative;
    padding-left: 20px;
    /* Space for the dot */
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.li-002 li::before {
    content: '•';
    position: absolute;
    left: 0;
    /* top: 0; */
    color: var(--violet);
    /* Or any color like #6a1b9a */
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: rgba(215, 52, 100, 1);
    background: #e0413d;
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid rgba(215, 52, 100, 1);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid rgba(215, 52, 100, 1);
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid rgba(215, 52, 100, 1);
    border-bottom: 3px solid transparent;
    border-top: 3px solid rgba(215, 52, 100, 1);
}

.icon-01 i {
    font-size: 30px;
    color: var(--red);
    margin-right: 25px !important;
}

.fa-star:before {
    content: "\f005";
    color: var(--red);
}

.index-form form {
    background-color: #000;
    padding: 20px;
    position: relative;
    opacity: 0.5;
}

.form-bg {
    background-image: url(../images/formbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.contact .row li {
    color: white !important;
    list-style: none;
}

@media (max-width: 1199px) {
    footer .contact {
        font-size: 13px;
    }
}

footer .contact,
footer .contact ul {
    padding-left: 0px;
    list-style: none;
}

footer .contact {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .shipping {
    text-align: right;
}

footer .shipping {
    background: url(../images/footer-map.png) no-repeat 30px 30px;
}

footer .shipping h5 {
    font-size: 53px;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    text-align: right;
    padding-top: 17%;
    line-height: 70px;
}

.bg-darkvio {
    background-color: #6b2a5f;
}

.prev-border {
    border-top: 2px solid rgb(219, 216, 216);
}

/* Accordion UI Clean-Up */
.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-button {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--violet);
    /* Only bottom border */
    border-radius: 0;
    box-shadow: none;
    font-weight: 600;
    padding-left: 0;

}

@media (min-width: 764px) {
    .accordion-button {

        font-size: 19px !important;
    }
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
    /* Optional: darker when active */
    box-shadow: none;
}

/* Remove background on accordion body too */
.accordion-body {
    background-color: transparent;
    padding-left: 0;
}

/* Dot style list (clean, no padding issue) */
.li-002 {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.li-002 li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.li-002 li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--violet);
    /* Customize this */
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
}

/* ✅ 1. Completely remove Bootstrap's default arrow */
.accordion-button::after {
    background-image: none !important;
    content: '';
    /* Remove default caret */
}

/* ✅ 2. Add custom + for collapsed, − for expanded */
.accordion-button.collapsed::after {
    content: '+';
    font-size: 22px;
    font-weight: bold;
    margin-left: auto;
    color: var(--violet);
    /* or any color you want */
}

.accordion-button:not(.collapsed)::after {
    content: '−';
    font-size: 22px;
    font-weight: bold;
    margin-left: auto;
    color: var(--violet);
}

.reel-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-size: 60% 60%;
    background-position: center;
}

@media(min-width : 764px) {
    p {
        font-size: 17px !important;
    }
}

.blue-gradient {
    background: linear-gradient(to left, #2D007A, #5304C9);
}

.plan img {
    height: 120px;
    width: 120px;
    object-fit: contain;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 2px;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 40px 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
    height: 100%;
}

.pricing-card:hover {
    transform: translateY(-8px);
}

.plan-btn {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
}

.price {
    font-size: 55px;
    font-weight: 800;
}

.per {
    font-size: 16px;
    opacity: 0.8;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.feature-list li {
    margin-bottom: 10px;
    font-size: 15px;
}

.check {
    color: #00ff8c;
    margin-right: 8px;
}

.cross {
    color: #ff4d4d;
    margin-right: 8px;
}

.ideal {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 14px;
}

.custom-packages {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 60px;
    color: #ff3d7f;
}

.section-title {
    font-weight: 800;
    font-size: 36px;
    letter-spacing: 2px;
}


.pricing-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 2px;
    background: linear-gradient(120deg, #5f2cff, #5ddcff);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* .pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
} */

.plan-pill {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    padding: 12px 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    background: #00000085;
}

.price {
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.per {
    opacity: 0.8;
    font-size: 15px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.feature-list li {
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
}

.check {
    color: #32ff9c;
    margin-right: 10px;
}

.cross {
    color: #ff5b5b;
    margin-right: 10px;
}

.ideal-badge {
    margin-top: 30px;
    text-align: center;
}

.ideal-pill {
    background: linear-gradient(90deg, #6a00ff, #a600ff);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    color: white;
    border: 2px solid white;
}

.ideal-text {
    font-size: 13px;
    opacity: 0.9;
}

.custom-packages {
    text-align: center;
    margin-top: 60px;
    font-size: 34px;
    font-weight: 800;
    background: linear-gradient(90deg, #ff2d8d, #ff7a18);
    -webkit-background-clip: text;
    color: transparent;
}

.pricing-card {
    position: relative;
    border-radius: 28px;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    flex-grow: 1;
    /* THIS pushes ideal section down */
}

.ideal-badge {
    margin-top: auto;
    /* keeps ideal section at bottom */
    text-align: center;
}

.button-img {
    height: 80px;
}
.pricing-card::before {
    pointer-events: none;
}
.pricing-card {
    position: relative;
    z-index: 1;
}

.ideal-pill {
    position: relative;
    z-index: 2;
    cursor: pointer;
}
a:hover {
    color: #fdfdff;
}
.video-box {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
    border-radius: 10px;
}

.video-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.video-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.custom-nav {
    pointer-events: all;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2); /* light circle */
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

/* LEFT */
.video-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
}

/* RIGHT */
.video-carousel .owl-nav .owl-next {
    position: absolute;
    right: -60px;
}

/* HOVER EFFECT 🔥 */
.custom-nav:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
}