@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=DM+Mono:wght@400;500&display=swap');

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

html {
    scroll-behavior: smooth;
}

.navbar-brand img {
    height: 45px;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}






/*** Spinner End ***/

/* back-to-to */
.back-to-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 50px;
    right: 40px;
    width: 50px;
    height: 40px;
    margin: 0px;
    font-size: 18px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
    z-index: 999;
    ;
}

.back-to-top a i {
    transform: skew(-18deg);
}

.back-to-top a:hover {
    background: var(--bs-white);
    color: var(--bs-white);
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
    transition: 0.5s;
    border-radius: 60px;
}

.btn.btn-primary span,
.btn.btn-primary i {
    display: inline-block;
}

.btn.btn-primary:hover {
    background: var(--bs-gray);
    color: var(--bs-white);

}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
    /* ; */
    transition: 0.5s;
}

.btn.btn-light span,
.btn.btn-light i {
    display: inline-block;
    /* transform: skew(-18deg); */
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}


.btn.btn-dark {
    color: var(--bs-primary);
    border: none;
    ;
    transition: 0.5s;
}

.btn.btn-dark span,
.btn.btn-dark i {
    display: inline-block;
    transform: skew(-18deg);
}

.btn.btn-dark:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}





.topbar .login-btn {
    position: relative;
}

.topbar .login-btn::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: -1px;
    background: var(--bs-primary);
    ;
}

@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 45px;
        top: 0;
        right: 0;
        background: var(--bs-white);
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top {
        max-height: 80px;
    }

    .navbar {
        justify-content: space-between;
        margin-top: -7px;
    }

    .header-top .container {
        max-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 180px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }

    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 500px;
        top: -200px;
        right: 15px;
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar.navbar-light {
        height: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse {
        margin-top: 20px;
    }

}

.navbar-brand {
    position: relative;
    overflow: hidden;
}

.navbar-brand::before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 300px;
    height: 600px;
    top: -200px;
    right: 18px;
    /* background: var(--bs-white); */
    transform: rotate(-18deg);
    z-index: -1;
}

.header-top .navbar-brand {
    position: relative;
    z-index: 99;
}

.nav-bar .navbar {
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 18px;
    /* margin-right: 20px; */
    margin-right: 73px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
    text-shadow: 0.2px 0px 0px #e9eaff;
    background-color: #0052cc08;
     border-radius: 20px;
    
}

@media (max-width: 991px) {
    .navbar {
        /* padding: 20px 0; */
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 12px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        display: flex;
        margin-top: 20px;
        padding-bottom: 82px;
        margin-left: 50px;
        background: var(--bs-light);
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 15px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: none;
        background: var(--bs-primary);
        color: var(--bs-white);
        ;
    }

    .navbar.navbar-expand-lg .navbar-toggler span {
        transform: skew(-18deg);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Roboto";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 767px) {
    .navbar-brand-2 img {
        max-width: 115px;
    }
    .stacked-item-content h2{
        margin-left: unset !important;
    }
    .element-number{
            top: 8px !important;
    left: 8px !important;
    }

    #stacked-section h2{
      font-size: 21px !important;
    }

    #stacked-section p{
        font-size: 15px !important;
        margin-top: 14px !important;
    }

        #stacked-item-content>div{
            padding-left: 3px !important;
        }


    .illustrative-graphic img {
    min-width: 324px !important;
}
}

@media (min-width: 992px) {
    .navbar {
        /* padding: 20px 0; */
    }

    .navbar .navbar-nav .nav-btn {
        display: inline-flex;
        margin-left: auto;
        background: transparent;
    }

    .navbar .navbar-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }

    .navbar-nav {
        background: transparent !important;
    }

    .nav-shaps-1 {
        position: absolute;
        overflow: hidden;
        min-width: calc(100% - 81%);
        top: 0;
        right: 0;
        ;
        background: var(--bs-white);
        z-index: -1;
    }

    .nav-shaps-2 {
        position: absolute;
        overflow: hidden;
        width: 12%;
        height: 90%;
        top: 0;
        right: 0;
        background: var(--bs-white);
        z-index: -1;
    }
}

/*** Navbar End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7)), url(../img/goal-background-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/


/*** Carousel Hero Header Start ***/
.hero-bg-half {
    background-image: url(../home-banners/CREDIT-CARD-SLIDER-OPT.png);
   transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

/* .hero-bg-half {
    background-image: url('../img/cradit-score.png');
    background-position: center, 0% 0%;
    background-repeat: no-repeat; 
    background-size: auto 100%, cover;
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
} */


.hero-bg-half-1 {
    background-image: url(../home-banners/QR-CODE-MACHINE-opt.png);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}


.hero-bg-half-2 {
    background-image: url(../home-banners/CIBIL-OPT.png);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.contant-bottom-left-score{
       position: relative;
    left: 80%;
}

.contant-bottom-left-card-lock{
    position: relative;
    left: 70%;
    top: 60px;
}

.contant-bottom-left-soundbox-terms{
       position: relative;
    left: 53%;
    top: 76px;
}

.contant-bottom-left-soundbox-terms{
     font-weight: 800;
}

.hero-bg-half-3 {
    background-image: url(../home-banners/ev-OPT.png);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.ev-slider h2{

    font-size: 2rem;
    color: greenyellow;

}

.hero-bg-half-4 {
    background-image: url(../home-banners/LOAN-OPT.png);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.now-btn{
    padding: 4px 41px;
    color: #ffffff;
    background-color: var(--bs-primary);
    border-radius: 15px;
    border: 1px solid var(--bs-primary);
}

.stacked-section h1{

}

.hero-bg-half-5 {
    background-image: url(../home-banners/BOOKINGS-OPT.png);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.main-text-air{
   margin-top:14rem;
}

.contant-term-condotions {
    position: absolute;
    bottom: 20px; /* Distance from bottom */
    right: 30px; /* Distance from right */
    width: auto;
    text-align: right;
    color: rgba(255, 255, 255, 0.7); /* Light white color */
    font-size: 0.8rem;
    z-index: 2;
    margin-bottom: 0;
}

.contant-term-condotions p {
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .hero-bg-half {
        background-image: url(../img/cradit-score.png);
        transform: scale(100% - 50%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
  min-height: 757px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    ;
    background: var(--bs-white);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 51%;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 51%;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, .4); */
    display: flex;
    align-items: center;
    z-index: 9;
}

.header-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    /* adjust if needed */
    left: 0;
    right: 0;
    z-index: 10;
}

/* Style each dot */
.header-carousel .owl-dot {
    width: 12px;
    height: 12px;
    background: #bfbdbda5;
    border-radius: 50%;
    margin: 0 6px;
    transition: background 0.3s ease;
    cursor: pointer;
}

/* Active dot */
.header-carousel .owl-dot.active {
    width: 15px;
    height: 15px;
    background: #ffffff;
    /* Change this color as needed */
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: 700px;
    }
}

/*** Carousel Hero Header End ***/


/*** About Start ***/
.about {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
}

@media (min-width: 992px) {
    .about::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;

    }

    .about .about-content {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .about::after {
        content: "";
        position: absolute;
        width: 70%;
        height: 100%;
        top: 0;
        left: -400px;
        background: var(--bs-primary);
        transform: skew(28deg);
    }

    .about .about-content {
        margin-bottom: 0px !important;
    }
}

.about .about-content {
    position: relative;
    z-index: 9;
}

.about .about-img {
    position: relative;
    z-index: 10;
}

.about .tab-class .nav .nav-item a {
    position: relative;
    ;
    text-align: center;
    background: var(--bs-white);
    color: var(--bs-white);
}

.about .tab-class .nav .nav-item a span {
    transform: skew(-18deg);
}

.about .tab-class .nav .nav-item a.active {
    background: var(--bs-primary);
    color: var(--bs-white);
}

/*** About End ***/

/*** Fitness Goal Start ***/
.goal {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(255, 245, 225, 0.9), rgba(12, 24, 68, 0.9)), url(../img/goal-background-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.goal::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    margin-right: -200px;
    ;
    background: rgba(200, 0, 54, .1);
}

.goal .goal-item {
    transform: skew(10deg);
    box-shadow: 0 0 45px rgba(12, 24, 68, 0.4);
    margin: 0 15px 15px 15px;
}

@media (min-width: 992px) {
    .goal .goal-content {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .goal .goal-content {
        padding-bottom: 0;
    }
}

/*** Fitness Goal End ***/

/*** Features Start ***/
.feature {
    overflow: hidden;
}

.feature-carousel.owl-carousel {
    z-index: 9;
    padding: 0 60px;
    transform: skew(10deg);
}

.feature .feature-shaps {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin-top: -200px;
    transform: skewX(-10deg);
    border: 3px solid var(--bs-primary);
    z-index: 2;
}

@media (max-width: 576px) {
    .feature .feature-shaps {
        width: 90%;
        margin-left: 5%;
    }
}

.feature .feature-item {
    position: relative;
}

.feature .feature-item .feature-img {
    position: relative;
    overflow: hidden;
}

.feature .feature-item .feature-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(0, 82, 204, 0.30);
    transition: 0.5s;
    border-radius: 10%;
}

.feature .feature-item:hover .feature-img::after {
    height: 100%;
    transform: scaleX(-1.1);
}

.feature .feature-item .feature-img img {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-img img {
    transform: scaleX(-1.1);
}

.feature .feature-item .feature-content {
    position: relative;
    background: var(--bs-white);
    z-index: 1;
}

.feature .feature-item .feature-content h4 {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-content h4 {
    color: var(--bs-primary);
}

.feature .feature-item .feature-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: var(--bs-white);
    z-index: -1;
}

.feature .feature-item:hover .feature-content::after {
    height: 100%;
}

.feature-carousel .owl-nav .owl-prev,
.feature-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -122px;
    ;
    background: var(--bs-white);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.feature-carousel .owl-nav .owl-prev i,
.feature-carousel .owl-nav .owl-next i {
    transform: skew(-18deg);
}

.feature-carousel .owl-nav .owl-prev {
    left: 0;
}

.feature-carousel .owl-nav .owl-next {
    right: 150px;
}

.feature-carousel .owl-nav .owl-prev:hover,
.feature-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}


/*** Courses Start ***/
.courses {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7)), url(../img/services-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.courses .courses-item {
    position: relative;
    overflow: hidden;
}

.courses .courses-item p {
    color: var(--bs-white);
    transition: 0.5s;
}

.courses .courses-item:hover p {
    color: var(--bs-body);
}

.courses-item .courses-item-inner {
    position: relative;
    transform: skew(4deg);
    margin: 0 15px;
    background: rgba(255, 245, 225, .5);
    transition: 0.5s;
}

.courses-item:hover .courses-item-inner {
    background: none;
}

.courses-item .courses-item-inner:hover {
    transform: skew(-4deg);
}

.courses-item .courses-item-inner .data-info .courses-trainer {
    color: var(--bs-white);
    transition: 0.5s;
}

.courses-item:hover .courses-item-inner .data-info .courses-trainer {
    color: var(--bs-body);
}

.courses-item .courses-item-inner .data-info .courses-date {
    font-size: 13px;
}

.courses-item .courses-item-inner .courses-icon-img {
    width: 80px;
    height: 80px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.courses-item .courses-item-inner .courses-icon-img img {
    filter: grayscale(100%);
    transition: 0.5s;
}

.courses-item:hover .courses-item-inner .courses-icon-img img {
    filter: grayscale(0%);
}

.courses-item-inner:hover a {
    color: var(--bs-white);
    transition: 0.5s;
}

.courses-item-inner:hover a:hover {
    color: var(--bs-primary);
}

.courses-item-inner::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: rgba(12, 24, 68, 0.9);
    transition: 0.5s;
    z-index: -1;
}

.courses-item-inner:hover:after {
    height: 100%;
}

/*** Courses End ***/

/*** Blog Start ***/
.blog {
    overflow: hidden;
}

.blog .blog-item {
    position: relative;
    border: 1px solid var(--bs-primary);
    transition: 0.5s;
}

.blog .blog-item .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skew(100deg);
    background: rgba(200, 0, 54, 1);
    border: none;
    transition: 0.5s;
    z-index: -1;
}

.blog .blog-item .blog-img::before {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skew(-100deg);
    background: rgba(12, 24, 68, 1);
    border: none;
    transition: 0.5s;
    z-index: -1;
}

.blog-content .blog-comment {
    transform: skew(8deg);
    background: rgba(12, 24, 68, 1);
}

.blog-content .blog-comment div.small,
.blog-content .blog-comment span {
    transform: skew(-4deg);
}

.blog-carousel .owl-stage-outer {
    margin-right: -1px;
}

.blog-carousel .owl-dots {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    margin: 30px 10px 0 10px;
    background: var(--bs-dark);
    ;
    transition: 0.5s;
}

.blog-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 50px;
    background: var(--bs-dark);
    transition: 0.5s;
}

.blog-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-dark);
    height: 30px;
    margin-top: 10px;
}

.blog-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-dark);
    transition: 0.5s;
}

/*** Blog End ***/

/*** Explore Fitness Start ***/
.explore {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7)), url(../img/services-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Explore Fitness End ***/

/*** Team Start ***/
.team {
    overflow: hidden;
}

.team .team-item {
    position: relative;
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    transform: matrix(1, -0.1, 0, 1, 0, 0);
    transition: 0.5s;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 245, 225, .5);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    z-index: 2;
}

.team .team-item .team-img .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon a {
    margin: 0 7px;
}

.team .team-item .team-content {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 25px;
    border: 1px solid var(--bs-primary);
    border-top: none;
    transform: matrix(1, -0.1, 0, 1, 0, 0);
    transition: 0.5s;
}

.team .team-item .team-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover .team-content,
.team .team-item:hover .team-img {
    transform: matrix(1, 0.1, 0, 1, 0, 0);
    border: none;
}

.team .team-item:hover .team-content::after {
    height: 100%;
    background: var(--bs-white);
}

.team .team-item .team-content h4 {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}

/*** Team End ***/

/*** Testimonial Start ***/
.testimonial {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(12, 24, 68, 0.9), rgba(12, 24, 68, 0.9)), url(../img/services-img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-item .quote-icon {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--bs-white);
}

.testimonial-item .testimonial-img {
    border: 2px solid var(--bs-primary);
}

.testimonial-item .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    ;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev i,
.testimonial-carousel .owl-nav .owl-next i {
    transform: skew(-18deg);
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-white);
    color: var(--bs-primary);
}

/*** Testimonial End ***/

/*** Conatct Start ***/
.contact {
    overflow: hidden;
}

.contact .form-section form .form-section-col {
    /* transform: skewX(18deg); */
    margin: 0 12px;
}

.contact .contact-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    border: 2px solid var(--bs-white);
    background: linear-gradient(rgba(255, 245, 225, 0.2), rgba(12, 24, 68, 0.1), rgba(200, 0, 54, 0.3));
}

.contact .contact-banner::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-image: url(../img/contact-banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.contact form button {
    border: none;
    transition: 0.5s;
}

.contact form button:hover {
    background: var(--bs-white);
    color: var(--bs-primary);
}

/*** Contact End ***/

/*** Footer Start ***/
.footer {
    overflow: hidden;
    background: linear-gradient(rgb(0 82 204), rgb(0 83 206)), url(../PrimeEVimg/EV-03.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer button {
    border: none;
    transition: 0.5s;
}

.footer button:hover {
    background: var(--bs-white);
    color: var(--bs-white);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item .footer-item-img {
    transform: matrix(1, -0.09, 0, 1, 0, 0);
    transition: 0.5s;
}

.footer .footer-item .footer-item-img:hover {
    transform: matrix(1, 0.09, 0, 1, 0, 0);
}

.footer .footer-item .footer-item-img img {
    filter: grayscale(50%);
    transition: 0.5s;
}

.footer .footer-item .footer-item-img:hover img {
    filter: grayscale(0%);
}

.footer .footer-item a {
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

/* .footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
} */

.footer .footer-item .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-white);
}

/*** copyright end ***/


.handle-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-base);
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9999999;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 45px auto;
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: 15px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
    font-family: var(--thm-font);
}


:root {
    --home-card-height: 40vw;
    --home-card-margin: 4vw;
    --home-card-top-offset: 1em;
    --numcards: 4;
    --outline-width: 0px;
}


#home-card {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(var(--numcards), var(--card-height));
    gap: var(--card-margin);
    padding-bottom: calc(var(--numcards) * var(--card-top-offset));
    margin-bottom: var(--card-margin);
}

#home-card-1 {
    --index: 1;
}

#home-card-2 {
    --index: 2;
}

#home-card-3 {
    --index: 3;
}

#home-card-4 {
    --index: 4;
}

.home-card {
    position: sticky;
    top: 0;
    padding-top: calc(var(--index) * var(--home-card-top-offset));
}

.home-card-content {
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
    background: #fffaf2;
    color: #131212;
    border-radius: 2rem;
    overflow: hidden;
    display: grid;
    grid-template-areas: "text img";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: stretch;
    padding: 1.4em;
}

.home-card-content>div {
    grid-area: text;
    width: 95%;
    max-width: 800px;
    place-self: center;
    text-align: left;
    display: grid;
    gap: 1em;
    place-items: start;
}

.home-card-content>figure {
    grid-area: img;
    overflow: hidden;
}

.home-card-content>figure>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .4em;
}

h1 {
    font-weight: 300;
    font-size: 3rem;
    margin-bottom: 1rem;
    font-family: 'Roboto';
}

h2 {
    font-weight: bold;
    font-size: 2.5rem;
    font-family: 'Roboto';
    margin: 0;
}

p {
    font-weight: 300;
    line-height: 1.42;
    font-size: 1.1rem;
}


/* Animation */
@supports (animation-timeline: works) {

    @scroll-timeline cards-element-scrolls-in-body {
        source: selector(body);
        scroll-offsets:
            selector(#home-card) start 1,
            selector(#home-card) start 0;
        start: selector(#home-card) start 1;
        end: selector(#home-card) start 0;
        time-range: 4s;
    }

    .home-card {
        --index0: calc(var(--index) - 1);
        --reverse-index: calc(var(--numcards) - var(--index0));
        --reverse-index0: calc(var(--reverse-index) - 1);
    }

    .home-card__content {
        transform-origin: 50% 0%;
        will-change: transform;

        --duration: calc(var(--reverse-index0) * 1s);
        --delay: calc(var(--index0) * 1s);

        animation: var(--duration) linear scale var(--delay) forwards;
        animation-timeline: cards-element-scrolls-in-body;
    }

    @keyframes scale {
        to {
            transform:
                scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
        }
    }
}


.landing_section {
    height: 659px;
    background: #121f36 url(/img/landing-background.svg) no-repeat 100% / 900px;

}

.qr_landing_img {
    margin-top: 60px;
    width: 100px;
    z-index: 5;
    border: #ffffff 2px solid;
    border-radius: 10px;
}

.carousel-caption-content {
    margin-top: 31px;
    position: absolute;
    left: 1058px;
    text-align: center;
    white-space: nowrap;
    /* prevents line breaks */
}

.carousel-caption-content2 {

    margin-top: 149px;
    position: absolute;
    left: 72%;
    text-align: center;
    white-space: nowrap;
}

.carousel-caption-content-compare {
    margin-top: 161px;
    position: absolute;
    left: 37%;
    text-align: center;
    white-space: nowrap;
}

.contant-term-condotions {
    position: absolute;
    right: 38px;
    top: 92%;
    z-index: 2;
    color: #ffffff;

}


@media (max-width: 767.98px) {
    .carousel-caption-content {
        left: 12%;
    }

    .carousel-caption-content-compare {
        left: 0px;
    }
}


/* --- Footer Styling --- */
.app-footer {
    background-color: #f8f8f8;
    /* Light grey background similar to the image */
    color: #333333;
    /* Default text color */
    font-size: 0.9rem;
    /* Slightly smaller font for footer links */
}

/* Footer Top Section (Become a Partner) */
.app-footer-partner-section {
    padding-top: 2rem;
    /* Spacing from top */
}

.app-footer-heading-top {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 600;
}

.app-footer-inquire-group {
    max-width: 400px;
    /* Limit width of input group */
}

.app-footer-input {
    border-color: #dee2e6;
    /* Light border */
    border-radius: 0.5rem 0 0 0.5rem !important;
    /* Rounded left side */
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
}

.app-footer-btn-inquire {
    background-color: #8e44ad;
    /* Use your primary brand color */
    color: #ffffff;
    border: 1px solid #8e44ad;
    border-radius: 0 0.5rem 0.5rem 0 !important;
    /* Rounded right side */
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.app-footer-btn-inquire:hover {
    background-color: #6a3287;
    /* Darker shade on hover */
    border-color: #6a3287;
    color: #ffffff;
    /* Ensure text remains white */
}

/* Horizontal Divider */
.app-footer-divider {
    border-top: 1px solid #e0e0e0;
    /* Light grey line */
}

/* Main Footer Links Grid */
.app-footer-sub-heading {
    color: #333333;
    font-size: 1rem;
    /* Slightly larger for sub-headings */
    margin-bottom: 1rem;
}

.app-footer-list {
    padding-left: 0;
    /* Remove default ul padding */
}

.app-footer-list li {
    margin-bottom: 0.5rem;
    /* Space between list items */
}

.app-footer-link {
    color: #666666;
    /* Muted grey for links */
    text-decoration: none;
    /* Remove underline */
    transition: color 0.2s ease;
}

.app-footer-link:hover {
    color: #8e44ad;
    /* Primary color on hover */
    text-decoration: none;
    /* Keep no underline */
}

.app-footer-link .fa-external-link-alt {
    font-size: 0.7em;
    /* Smaller external link icon */
    vertical-align: super;
    /* Slightly raise the icon */
    margin-left: 0.2rem;
    color: #999;
    /* Muted color for the icon */
}

/* Footer Bottom Section (Social, Legal, Copyright) */
.app-footer-bottom-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.app-footer-social-icons .app-footer-social-icon-link {
    color: #666666;
    /* Grey for social icons */
    font-size: 1.4rem;
    /* Size of social icons */
    margin: 0 0.75rem;
    /* Spacing between icons */
    transition: color 0.2s ease;
}

.app-footer-social-icons .app-footer-social-icon-link:hover {
    color: #8e44ad;
    /* Primary color on hover */
}

.app-footer-legal-links .app-footer-legal-link {
    color: #666666;
    /* Grey for legal links */
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

.app-footer-legal-links .app-footer-legal-link:hover {
    color: #8e44ad;
}

.app-footer-copyright {
    color: #999999;
    /* Lighter grey for copyright */
    font-size: 0.8rem;
}

.section-hero {
    min-height: 100vh;
    /* full height for center effect */
    display: flex;
    align-items: center;
    padding: 0;
    /* remove vertical padding */
}

.custom-purple-bg {
    background-color: #121f36;
}



.illustrative-graphic img {
    max-width: 120%;
    height: auto;
    min-width: 600px;
    /* you can increase to 600 or more if needed */
    object-fit: contain;
}
.section-hero-img{
    max-width: 350px;
    max-height: 350px;
}

@media (max-width: 991.98px) {
    .hero-bg-half-3 {
        /* background-position: center center; */
    }
    .header-carousel-item.hero-section {
        min-height: 60vh;
    }
}


@media (max-width: 768px) {
    .illustrative-graphic img {
        width: 100%;
    }

    .contant-term-condotions{
                right: 2px;
        top: 85%;
        width: 100%;
        text-align: center;
    }
}
.service-provide-slider{
    min-height: 80vh;
        background-color: #f6f2ff;
}

.qr-code {
    max-width: 150px;
    /* Adjust size as needed */
    height: auto;
    margin-bottom: 20px;
}

.illustrative-graphic img {
    min-width: 700px;
    height: 100%;
    display: block;
}

.display-2{
    filter: drop-shadow(3px 1px 0px #222);
}

  .travel-destination-section {
         background: linear-gradient(-45deg, #e0f8f8, #f0f0ff, #f8e0f8, #f0f0ff, #e0f8f8);
    background-size: 400% 400%;
      padding: 80px 0; /* Vertical padding */
      position: relative; /* For positioning decorative elements */
      overflow: hidden; /* Hide overflowing decorative elements */
    }

    /* Heading Styles */
    .travel-section-heading {
      font-family: 'Dancing Script', cursive; /* A script font for "Choose Your" */
      font-size: 2.2rem;
          background: linear-gradient(90deg, #001aff, #eb1111);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      font-weight: 700;
      margin-bottom: -10px; /* Bring closer to next line */
    }

    .travel-main-heading {
      font-size: 3.5rem;
      font-weight: 700;
          background: linear-gradient(90deg, #001aff, #eb1111);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      margin-bottom: 25px;
    }

    .travel-heading-description {
      max-width: 600px;
      margin: 0 auto 50px auto; /* Center text and add bottom margin */
      color: #222;
      font-size: 1rem;
      line-height: 1.6;
    }

    #speaker-carosel .owl-dots{

            justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    display: flex !important;
    }

    /* Destination Card Styles */
    .destination-card-circle {
      width: 250px; /* Fixed width for circular card */
      height: 250px; /* Fixed height for circular card */
      border-radius: 50%; /* Makes it circular */
      overflow: hidden; /* Ensures image stays within circle */
      margin: 0 auto 30px auto; /* Center card and add bottom margin */
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Soft shadow */
      position: relative;
      cursor: pointer;
      transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    }

    .destination-card-circle:hover {
      transform: translateY(-10px) scale(1.03); /* Lift and slightly enlarge on hover */
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    }

    .destination-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Cover the circular container */
      display: block;
    }

    .destination-card-label {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      color: #fff;
      font-size: 1.5rem;
      font-weight: 600;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Text shadow for readability */
      z-index: 2; /* Above image */
      white-space: nowrap; /* Prevent line breaks */
    }

    /* Decorative Elements */
    .decorative-camera {
      position: absolute;
      width: 180px; /* Size of the camera image */
      height: auto;
      transform: rotate(-15deg); /* Slight rotation */
      z-index: 1; /* Below text, above background */
    }

    .camera-left {
      top: 50px;
     left: 112px;
      transform: translateX(-50%) rotate(-15deg); /* Adjust for half-off-screen */
    }

    .camera-right {
      top: 50px;
      right: 112px;
      transform: translateX(50%) rotate(15deg); /* Adjust for half-off-screen and opposite rotation */
    }

    .decorative-starfish {
      position: absolute;
      width: 165px; /* Size of the starfish image */
      height: auto;
      transform: rotate(25deg); /* Slight rotation */
      z-index: 1;
    }

    .starfish-position {
      bottom: 80px;
      right: 15%; /* Adjust position as needed */
    }

     .testimonial-section-container {
     background: linear-gradient(-45deg, #e0f8f8, #f0f0ff, #f8e0f8, #f0f0ff, #e0f8f8);
      padding: 80px 0;
    }

    .testimonial-main-heading {
      text-align: center;
      margin-bottom: 50px;
      font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(90deg, #001aff, #eb1111);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }

    .testimonial-main-heading span {
      color: #6a90ff; /* Blue color for specific text */
    }

    /* Testimonial Card */
    .testimonial-card {
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
      margin: 20px; /* Margin for Owl Carousel items */
      display: flex;
      flex-direction: column;
      justify-content: space-between; /* Pushes footer to bottom */
      min-height: 380px; /* Ensure cards have consistent height */
    }

    .testimonial-card-header {
      margin-bottom: 20px;
    }

    .client-image-wrapper {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 15px auto;
      border: 3px solid #6a90ff; /* Blue border around image */
      box-shadow: 0 0 0 5px rgba(106, 144, 255, 0.2); /* Soft outer glow */
    }

    .client-image-wrapper img {
      width: 100%;
      object-fit: cover;
    }

    .client-name {
      font-size: 1.5rem;
      font-weight: 600;
      color: #333;
      margin-bottom: 5px;
    }

    .client-designation {
      font-size: 0.95rem;
      color: #666;
      margin-bottom: 15px;
    }

    .star-rating {
      color: #FFD700; /* Gold color for stars */
      font-size: 1.1rem;
      margin-bottom: 20px;
    }

    .testimonial-text {
      font-size: 1.05rem;
      color: #555;
      line-height: 1.6;
      font-style: italic; /* Emphasize quote */
      margin-bottom: 25px;
      flex-grow: 1; /* Allows text to take up remaining space */
      display: flex;
      align-items: center; /* Center text vertically if space allows */
      justify-content: center;
    }

    .testimonial-section-container .owl-nav{
        display: none;
    }

    .banner-main-section {
    display: flex;
    min-height: 500px;
      background: #121f36;
    color: #fff;
    position: relative;
    overflow: hidden; /* For the background patterns */
}

/* Background Patterns (Dots and Lines) */
.banner-main-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px, 30px 30px;
    background-position: 0 0, 10px 10px;
    z-index: 0;
}

.banner-main-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 0;
}


.banner-main-section .banner-left-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    position: relative; /* To keep content above patterns */
    z-index: 1;
}

.banner-icon-placeholder {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.banner-icon-placeholder svg {
   background: linear-gradient(90deg, #001aff, #ff5e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
}

.banner-title {
    font-size: 3.5rem; /* Adjust as needed */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
   background: linear-gradient(90deg, #ff6a00, #ffffff);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
}

.banner-description {
    font-size: 1.3rem;
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 40px;
    background: linear-gradient(90deg, #ff6a00, #ffffff);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;  
     font-weight: 600
}

.qr-download-section {
    display: flex;
    align-items: center;
}

.qr-code {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-right: 20px;
    width: 120px; /* Adjust as needed */
    height: 120px; /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-code img {
    max-width: 100%;
    height: auto;
}

.btn-download {
    background-color: #7B4EC9; /* A slightly lighter purple than the background */
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: none;
}

.btn-download:hover {
    background-color: #6a3da8;
}

.banner-right-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1; /* To keep content above patterns */
}

.banner-illustration-pie {
    width: 500px; /* Adjust size of the overall illustration */
    height: 500px; /* Adjust size of the overall illustration */
    position: relative;
    border-radius: 50%; /* Make it circular for the segments */
  
}
/* Icon positioning within segments */
.illustration-icon {
    position: absolute;
    object-fit: contain;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2)); /* Slight shadow for depth */
}

.money-icon {
    width: 70px;
    height: 50px;
    top: 50px;
    left: 80px;
    transform: rotate(10deg);
}
.money-icon-2 {
    width: 70px;
    height: 50px;
    top: 100px;
    left: 100px;
    transform: rotate(-15deg);
}
.money-icon-3 {
    width: 70px;
    height: 50px;
    top: 150px;
    left: 120px;
    transform: rotate(5deg);
}


.rupee-icon {
    width: 60px;
    height: 60px;
    top: 150px;
    left: 90px;
    transform: rotate(40deg);
}

.house-icon {
    width: 120px;
    height: 80px;
    top: 80px;
    left: 80px;
    transform: rotate(-10deg);
}

.grad-icon {
    width: 100px;
    height: 70px;
    top: 80px;
    left: 60px;
    transform: rotate(5deg);
}

.car-icon {
    width: 150px;
    height: 70px;
    top: 100px;
    left: 60px;
    transform: rotate(-10deg);
}

.our-team-title {
  position: relative;
  margin-bottom: 70px;
}
.our-team-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: linear-gradient(
    to left,
    rgba(247, 0, 104) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068',endColorstr='#441066',GradientType=1);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.our-team-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}
.our-team-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 30px;
}
.our-team-title.light h2,
.our-team-title.light .title {
  color: #fff;
  -webkit-text-fill-color: inherit;
}
.speakers-section-three {
  position: relative;
      background: linear-gradient(-45deg, #e0f8f8, #f0f0ff, #f8e0f8, #f0f0ff, #e0f8f8);
    background-size: 400% 400%;
  padding: 120px 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.speaker-block-three {
  position: relative;
  margin-bottom: 50px;
}
.speaker-block-three .speakers-inner-box {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 30px;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  border-radius: 15px;
}
.speaker-block-three .speakers-inner-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.speaker-block-three .speakers-image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0;
}
.speaker-block-three .speakers-image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  background-image: url(https://i.ibb.co/LSL9C6r/shape-5.png);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
}
.speaker-block-three .speakers-image-box .image {
  position: relative;
  display: inline-block;
  height: 130px;
  width: 130px;
  overflow: hidden;
    -webkit-text-fill-color: transparent;
  border: 4px solid linear-gradient(90deg, rgb(0, 26, 255), rgb(235, 17, 17));
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}'





'
.speaker-block-three .speakers-inner-box:hover .speakers-image-box .image {
  border-radius: 0;
}
.speaker-block-three .speakers-image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speaker-block-three .speakers-inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.speaker-block-three .speakers-info-box {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  padding-right: 10px;
  background-color: #ec7561;
}
.speaker-block-three .speakers-info-box:before {
  position: absolute;
  left: 0;
  right: -30px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(0, 26, 255), rgb(235, 17, 17));
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}
.speaker-block-three .speakers-info-box .name {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
}
.speaker-block-three .speakers-info-box .name a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speaker-block-three .speakers-info-box .name a:hover {
  color: #fff;
}
.speaker-block-three .speakers-info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}
.speaker-block-three .speakers-social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-62px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.speaker-block-three .speakers-social-box .speakers-social-links li {
  margin-bottom: 4px;
  list-style: none;
}
.speaker-block-three .speakers-inner-box:hover .speakers-social-box {
  transform: translateX(10px);
}
.speaker-block-two .speakers-social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.speaker-block-three .speakers-social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speaker-block-three .speakers-social-links li a:hover i {
  color: #fff;
  background: #ec7561;
}


#speaker-carosel .owl-nav button {
    /* Background styling */
    background-color: rgba(0, 0, 0, 0.5) !important; /* Semi-transparent black background */
    color: #fff !important; /* White arrow color */
    border-radius: 50% !important; /* Make buttons circular */
    width: 45px !important; /* Fixed width */
    height: 45px !important; /* Fixed height */
    display: flex; /* Use flexbox to center icon */
    align-items: center; /* Center icon vertically */
    justify-content: center; /* Center icon horizontally */
    
    /* Icon styling */
    font-size: 24px !important; /* Larger arrow icon */
    
    /* Positioning */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important; /* Remove default margin */
    
    /* Transitions & Appearance */
    transition: all 0.3s ease-in-out !important;
    opacity: 0.8; /* Slightly transparent when not hovered */
    
    /* Remove default button styles */
    outline: none !important;
    border: none !important;
    cursor: pointer; /* Indicate it's clickable */
}

#speaker-carosel .owl-nav button.owl-prev {
    left: -20px; 
}

#speaker-carosel.owl-nav button.owl-next {
    right: -20px;
}

#speaker-carosel .owl-nav button:hover {
    background-color: #001aff !important; /* Hover background color */
    color: #fff !important;
    opacity: 1; /* Fully opaque on hover */
    box-shadow: 0 0 15px rgba(0, 26, 255, 0.4); /* Add a subtle shadow on hover */
}


/* Responsive Adjustments for Footer */
@media (max-width: 767.98px) {

     .testimonial-main-heading {
        font-size: 2.2rem;
        margin-bottom: 30px;
      }
      .testimonial-card {
        min-height: 320px;
        padding: 20px;
        margin: 10px;
      }
      .client-name {
        font-size: 1.3rem;
      }
      .client-designation {
        font-size: 0.9rem;
      }
      .testimonial-text {
        font-size: 0.95rem;
      }
      /* Hide nav buttons on smaller screens if desired */
      #testimonialOwlCarousel .owl-carousel .owl-nav {
        display: none;
      }
    .service-provide-slider{
        height: unset !important;
    }
    .service-card .label
    {
        font-size: 10px !important;
    }
    .service-card {
    width: 99px !important;
    height: 65px !important;
    }
    .carousel-track{
            animation: scroll-left 4s linear infinite !important;
    }

    .hero-bg-half{
        background-position: inherit;
    }
    .hero-bg-half-4{
        background-position: left;
    }
    .hero-bg-half-1{
        background-position: inherit;
    }

    .hero-bg-half-2{
             background-position: left;
    }


    .hero-bg-half-5{
        background-position: center;
    }
    .zero-conveniemce{
    font-size: 44px !important;
    
    }
    .downlaod-btn-all .qube .front::before, .downlaod-btn-all {
    position: absolute;
    top: 219px;
    }

    
    .app-footer-partner-section {
        padding-top: 1.5rem;
    }

    .app-footer-heading-top {
        font-size: 1.4rem;
    }

    .app-footer-inquire-group {
        max-width: 90%;
        /* Allow input group to be wider on small screens */
    }

    .app-footer-links-grid .col-6 {
        margin-bottom: 1.5rem;
        /* More space between columns on small screens */
    }

    .app-footer-bottom-section {
        flex-direction: column;
        /* Stack items vertically */
        text-align: center;
    }

    .app-footer-social-icons,
    .app-footer-legal-links,
    .app-footer-copyright {
        margin-bottom: 1rem;
        /* Space between stacked items */
        width: 100%;
        /* Take full width */
    }

     .hero-bg-half-3 {
        /* background-position: center center; */
    }
    .header-carousel-item.hero-section {
        min-height: 50vh;
    }

     .travel-main-heading {
        font-size: 2.5rem;
      }
      .travel-section-heading {
        font-size: 1.8rem;
      }
      .travel-heading-description {
        font-size: 0.9rem;
        margin-bottom: 30px;
      }
      .destination-card-circle {
        width: 180px;
        height: 180px;
        margin-bottom: 20px;
      }
      .destination-card-label {
        font-size: 1.2rem;
      }
      .decorative-camera {
        display: none; /* Hide cameras on smaller screens if they clutter layout */
      }
      .decorative-starfish {
        width: 60px;
        bottom: 30px;
        right: 5%;
      }
}

@media (max-width: 575.98px) {

     .testimonial-main-heading {
        font-size: 1.8rem;
      }
      .testimonial-card {
        min-height: 300px;
        padding: 15px;
      }

    .travel-destination-section {
        padding: 50px 0;
      }
      .travel-main-heading {
        font-size: 2rem;
      }
      .travel-section-heading {
        font-size: 1.5rem;
      }
      .destination-card-circle {
        width: 160px;
        height: 160px;
      }
      .destination-card-label {
        font-size: 1rem;
      }
      .starfish-position {
        display: none; 
      }
    /* Extra small devices */
    .app-footer-links-grid .col-6 {
        flex: 0 0 100%;
        /* Make each column full width */
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .banner-illustration-pie img {
        max-width: 346px;
    }
}


@media (max-width: 992px) {
    .banner-main-section {
        flex-direction: column;
        padding: 40px 20px;
    }
    .banner-illustration-pie img{

               max-width: 426px;
    }

    .banner-left-section {
        padding: 40px 20px;
        text-align: center;
        margin-bottom: 50px;
    }

    .banner-title {
        font-size: 2.8rem;
    }

    .banner-description {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .qr-download-section {
        flex-direction: column;
        gap: 20px;
    }

    .qr-code {
        margin-right: 0;
    }

    .banner-right-section {
        padding: 0 20px;
    }

    .banner-illustration-pie {
        width: 400px;
        height: 400px;
        margin-bottom: 50px;
    }
}