body {
    height: 100%;
    padding: 0;
    margin: 0;
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Rubik", sans-serif !important; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    /* ; */
}

:root {
    /* --main-color: #6C1CFF; */
    /* --main-color: #000080; */
    --main-color:#FDA814;
    --primary-color: #0b0f11;
    --common-white: #fff;
    --common-black: #0E0615;
    --alice-color-bg: #edf0fa;
}

a {
    text-decoration: none !important;
}
a {
    text-decoration: none !important;
}

:root {
    --main-color2:#FDA814;

    /* --main-color2: #f1a31a; */
    /* --main-color2: #6C1CFF; */
    /* --main-color2: #FF3C00; */
    --alice-color: #E2DFD0;
    --primary-color: #000;
    --tp-color: #32012F;
    --section-space: 40px;
    --title-color: #524C42;
    --white-color: #fff;
    --heading: #CC5500;
    /* --title-font: "Titillium Web", sans-serif; */
}



.top__bar {
    background: var(--primary-color);
    padding: 7px 30px;
    position: relative;
    z-index:999;
    overflow: hidden;
}

.top__bar:before {
    background: var(--main-color2);
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}

.custom__container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 12px;
}

.top__bar-left a {
    color: var(--text-white);
    font-weight: 600;
}

.top__bar-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.top__bar-right-social {
    border-left: 1px solid #fff;
    padding-left: 30px;
    margin-left: 30px;
}

.top__bar-right>a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: .4s;
    text-transform: lowercase;
}

/* @media (max-width: 1480px) {
    .top__bar:before {
        width: 33%;
    }
} */

.top__bar:after,
.top__bar:before {
    content: "";
    position: absolute;
    z-index: -1;
}

.top__bar-left a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.top__bar-left a i {
    margin-right: 10px;
}

.top__bar-right-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.top__bar-right-social ul {
    padding: 0;
    margin: 0;
}

.top__bar-right>a i,
.top__bar-right>a:hover {
    color: var(--main-color2);
}

.top__bar-right>a i {
    margin-right: 10px;
}

.top__bar:after {
    background: #fff;
    top: -5px;
    left: 30%;
    bottom: -4px;
    width: 3px;
    transform: rotate(19deg);
}

.top__bar:after,
.top__bar:before {
    content: "";
    position: absolute;
    z-index: -1;
}


.top__bar-right-social ul li a i {
    color: #fff;
    transition: .4s;
}

.top__bar-right-social ul li a i:hover {
    color: var(--main-color2);
}


/* topbar */
/* .header-top-area {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.header-top-area .header-top-left-part .address:after {
    background: var(--common-white);
    content: "";
    position: absolute;
    height: 50%;
    width: 1px;
    right: 0;
    top: 2px;
}

ul {
    list-style-type: none;
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.header-top-area {
    font-size: 14px;
    color: var(--common-white);
    padding: 7px 0;
}

.bg-gradient-color {
    background: var(--common-black);
}

.header-top-area .header-top-left-part .address {
    padding-right: 20px;
    position: relative;
}

.header-top-area .header-top-left-part .phone {
    padding-left: 20px;
}

.fa-phone,
.fa-envelope {

    color: var(--main-color) !important;
}

.header-top-area .header-top-left-part i {
    color: var(--common-white);
    margin-right: 5px;
    vertical-align: middle;
}

.header-top-area i {
    margin: 0px;
    font-size: 14px;
    font-weight: 800;
}

.header-top-area .header-top-right-part .social-links {
    position: relative;
    display: inline-block;
}

.header-top-area .header-top-right-part .social-links li a {
    color: var(--common-white);
    -webkit-transition: .3s;
    transition: .3s;
}

.header-top-area a {
    color: var(--common-white);
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.header-top-area .header-top-right-part .social-links li {
    display: inline-block;
    margin-right: 10px;
}

.header-top-area .header-top-left-part i {
    color: var(--common-white);
    margin-right: 5px;
    vertical-align: middle;
}



.navbar {
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
    margin-top: 30px;
}

.navbar-brand {
    color: #fff;
    font-weight: bold;
}

.navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav .nav-link:hover {
    color: #ff6f61;
}

.dropdown-menu {
    background-color: #343a40;
    border: none;
}

.dropdown-menu .dropdown-item {
    color: #d62727;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #ff6f61;
    color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    border-radius: 0.375rem;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.wrapper {
    background: var(--common-white);
    position: fixed;
    width: 100%;
    top: 34px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 5px;
}

.wrapper nav {
    position: relative;
    display: flex;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
}

nav .content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

nav .content .links {
    margin-left: 80px;
    display: flex;
}

.content .logo a {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 600;
}

.content .links li {
    list-style: none;
    line-height: 70px;
}

.content .links li a,
.content .links li label {
    color: var(--common-black);
    font-size: 14px;
    font-weight: 500;
    padding: 9px 17px;
    border-radius: 15px;
    transition: all 0.3s ease;
    transition: .3s;
    color: var(--common-black);
}

.content .links li label {
    display: none;
}

.content .links li a:hover,
.content .links li label:hover {
    color: var(--main-color);
}

.wrapper .search-icon,
.wrapper .menu-icon {
    color: var(--main-color);
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
}

.wrapper .menu-icon {
    display: none;
}

.wrapper #show-search:checked~.search-icon i::before {
    content: "\f00d";
}

.wrapper .search-box {
    position: absolute;
    height: 100%;
    max-width: calc(100% - 50px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.wrapper #show-search:checked~.search-box {
    opacity: 1;
    pointer-events: auto;
}

.search-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 17px;
    color: #000;
    background: #fff;
    padding: 0 100px 0 15px;
    border: 1px solid gray;
}

.search-box input::placeholder {
    color: #615e5e;
}

.search-box .go-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    width: 70px;
    background: #171c24;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.wrapper input[type="checkbox"] {
    display: none;
}

.content .links ul {
    position: absolute;
    background: var(--common-white);
    top: 80px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    border: 1px solid var(--common-black);
    border-radius: 10px;
    padding-left: 0px;

}

.content .links li:hover>ul {
    top: 70px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.content .links ul li a {
    display: block;
    width: 100%;
    line-height: 20px;
    border-radius: 0px !important;
}

.content .links ul ul {
    position: absolute;
    top: 0;
    right: calc(-100% + 8px);
}

.content .links ul li {
    position: relative;
}

.content .links ul li:hover ul {
    top: 0;
}

@media screen and (max-width: 1250px) {
    .wrapper nav {
        max-width: 100%;
        padding: 0 20px;
    }

    nav .content .links {
        margin-left: 30px;
    }

    .content .links li a {
        padding: 8px 13px;
    }

    .wrapper .search-box {
        max-width: calc(100% - 100px);
    }

    .wrapper .search-box input {
        padding: 0 100px 0 15px;
    }
}

@media screen and (max-width: 900px) {
    .wrapper .menu-icon {
        display: block;
    }

    .wrapper #show-menu:checked~.menu-icon i::before {
        content: "\f00d";
    }

    nav .content .links {
        display: block;
        position: fixed;
        background: var(--common-white);
        height: 100%;
        width: 100%;
        top: 98px;
        left: -100%;
        margin-left: 0;
        max-width: 350px;
        overflow-y: auto;
        padding-bottom: 100px;
        transition: all 0.3s ease;
    }

    nav #show-menu:checked~.content .links {
        left: 0%;
    }

    .content .links li {
        margin: 15px 20px;
    }

    .content .links li a,
    .content .links li label {
        line-height: 40px;
        font-size: 20px;
        display: block;
        padding: 8px 18px;
        cursor: pointer;
    }

    .content .links li a.desktop-link {
        display: none;
    }

    .content .links ul,
    .content .links ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        max-height: 0px;
        overflow: hidden;
    }

    .content .links #show-features:checked~ul,
    .content .links #show-services:checked~ul,
    .content .links #show-items:checked~ul {
        max-height: 100vh;
    }

    .content .links ul li {
        margin: 7px 20px;
    }

    .content .links ul li a {
        font-size: 18px;
        line-height: 30px;
        border-radius: 5px !important;
    }
}

@media screen and (max-width: 768px) {


    nav .content {

        width: auto;

    }

    .dummy-text {
        top: 46% !important;
    }

    .banner-Section {
        height: 400px !important;
    }

    .dummy-text h2 {
        font-size: 35px !important;
    }

    .dummy-text {
        left: 50% !important;
        width: 100% !important;
        padding: 0 20px;
        transform: translate(-50%, -50%);
    }

    .wrapper {

        top: 45px;
    }

    .header-search-form {
        display: none;
    }

    .header-top-area .header-top-right-part .social-links {
        display: none;
    }

    .header-top-area a {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    .wrapper nav {
        padding: 0 10px;
    }

    .content .logo a {
        font-size: 27px;
    }

    .wrapper .search-box {
        max-width: calc(100% - 70px);
    }

    .wrapper .search-box .go-icon {
        width: 30px;
        right: 0;
    }

    .wrapper .search-box input {
        padding-right: 30px;
    }
}

.dummy-text {
    position: absolute;
    top: 48%;
    left: 30%;
    width: 45%;
    z-index: 1;
    padding: 0 20px;
    transform: translate(-50%, -50%);
}

.dummy-text h2 {
    font-size: 55px;
    font-weight: bold;
    color: var(--common-white);
    margin: 5px 0;
    margin-bottom: 10px;
}

.dummy-text p {
    color: var(--common-white);
    margin-bottom: 20px;

} */



/* header  */

/* .logo-container img{
    height:57px;
} */
.center {
    text-align: center;
}

.nav-wrapper {
    display: flex;
    position: fixed;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content:space-around;
    margin: auto;
    width: 100%;
    /* width: 90%; */
    height: 80px;
    /* border-radius: 0 0 15px 15px; */
    /* padding: 0 25px; */
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    top: 38px;
    line-height: 2px;
}
ul .nav-tabs{
    align-items: center !important;
}
/* .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.logo {
    height: 55px;
}

.nav-tabs {
    display: flex;
    font-weight: 500;
    font-size: 18px;
    list-style: none;
    border-bottom: none !important;
    align-items:center;
    /* line-height: 0px; */
}
/* .nav-tab.active a {
    color: #007bff;
    font-weight: bold;
    border-bottom: 2px solid #007bff;
} */

.nav-tab:not(:last-child) {
    padding: 10px 18px;
    margin: 0;

    /* border-right: 1px solid #eee; */
}

.nav-tabs a {
    color: var(--primary-color);
    font-size: 14px;

}

.nav-tab:last-child {
    padding: 10px 0 0 20px;
}

.nav-tab,
.menu-btn {
    cursor: pointer;
}

.hidden {
    display: none;
}
@media (max-width: 567px) {
    .top__bar-left {
        text-align: center;
    }
    .top__bar {
        padding: 1px;
        font-size: 13px;
    }
    .top__bar-right {
        justify-content: center;
    }
    .top__bar-right-social {
        display: none !important;
    }
    .top__bar:before
    {
        background: none !important;
    }
    .top__bar:after {
        width: 0px !important;
    }
    .top__bar-right>a i, .top__bar-right>a:hover {
        color: var(--common-white);
    }
    .nav-wrapper {
        top: 41px !important;
    }
    .nav-wrapper {
        height: 60px;
    }
    .hero-slider .slide-inner{
        height: 420px !important;
    }
    .view-more-btn{
        padding: 4px 4px !important;
    }
    .adjust-amrgin-top{
margin-top: 13px !important;
    }
    .blog-header
    {
        margin-top: 100px !important;
    }
}
/* @media screen and (max-width: 820px) { */
@media screen and (max-width: 884px) {

    .nav-container {
        position: fixed;
        display: none !important;
        overflow-y: auto;
        z-index: -1;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
    }

    .nav-tabs {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 80px;
        width: 100%;
    }

    .nav-tab:not(:last-child) {
        padding: 20px 25px;
        margin: 0;
        border-right: unset;
        border-bottom: 1px solid #f5f5f5;
    }

    .nav-tab:last-child {
        padding: 15px 25px;
    }

    .top__bar-right-social {
        margin-left: 8px !important;
    }

    /* .menu-btn {
        position: relative;
        display: block;
        margin: 0;
        width: 20px;
        height: 15px;
        cursor: pointer;
        z-index: 2;
        padding: 10px;
        border-radius: 10px;
    }

    .menu-btn .menu {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: #000;
    } */

    /* .menu-btn .menu:nth-child(2) {
        margin-top: 4px;
        opacity: 1;
    }

    .menu-btn .menu:nth-child(3) {
        margin-top: 4px;
    }

    #menuToggle:checked+.menu-btn .menu {
        transition: transform 0.2s ease;
    }

    #menuToggle:checked+.menu-btn .menu:nth-child(1) {
        transform: translate3d(0, 6px, 0) rotate(45deg);
    }

    #menuToggle:checked+.menu-btn .menu:nth-child(2) {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }

    #menuToggle:checked+.menu-btn .menu:nth-child(3) {
        transform: translate3d(0, -6px, 0) rotate(-45deg);
    }

    #menuToggle:checked~.nav-container {
        z-index: 1;
        display: flex;
        animation: menu-slide-left 0.3s ease;
    }

    @keyframes menu-slide-left {
        0% {
            transform: translateX(200px);
        }

        to {
            transform: translateX(0);
        }
    } */
    .menu-btn {
        position: relative;
        display: block;
        margin: 0;
        width: 40px;
        height: 42px;
        cursor: pointer;
        z-index: 2;
        padding: 8px;
        border-radius: 3px;
        background: var(--main-color2);
        transition: background 0.3s;
    }

    /* .menu-btn {
        position: relative;
        display: block;
        margin: 0;
        width: 38px;
        height: 38px;
        cursor: pointer;
        z-index: 2;
        padding: 6px;
        border-radius: 3px;
        background: var(--main-color2);
        transition: background 0.3s;
    } */

    .menu-btn:hover {
        background: var(--main-color2);
        /* Hover effect */
    }

    .menu-bar {
        display: block;
        width: 100%;
        height: 4px;
        /* Increased bar height */
        margin: 4px 0;
        /* Spacing between bars */
        border-radius: 2px;
        background: #fff;
        /* Color of the bars */
        transition: transform 0.3s, opacity 0.3s;
        /* Smooth transitions */
    }

    .div-left {
        height: 525px !important;
    }

    .close-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 24px;
        /* Close button size */
        display: none;
        /* Initially hidden */
    }

    /* Show close button when menu is open */
    #menuToggle:checked+.menu-btn .close-btn {
        display: block;
        /* Show close button */
    }

    #menuToggle:checked+.menu-btn .menu-bar {
        transition: transform 0.3s;
    }

    #menuToggle:checked+.menu-btn .menu-bar:nth-child(1) {
        transform: translateY(7px) rotate(46deg);
        /* Rotate first bar */
    }

    #menuToggle:checked+.menu-btn .menu-bar:nth-child(2) {
        opacity: 0;
        /* Hide middle bar */
    }

    #menuToggle:checked+.menu-btn .menu-bar:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
        /* Rotate third bar */
    }

    #menuToggle:checked~.nav-container {
        z-index: 1;
        display: flex !important;
        animation: menu-slide-left 0.3s ease;
    }

    @keyframes menu-slide-left {
        0% {
            transform: translateX(200px);
        }

        to {
            transform: translateX(0);
        }
    }
    #event-card-main .event-card
        {
            margin-bottom:20px !important;
        }
}

/* header  */
.button-24 {
    /* background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c); */
    background: var(--main-color2) !important;
    text-decoration: none;
    border: 1px solid var(--white-color);
    border-radius: 46px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color:var(--white-color) !important;
    cursor: pointer;
    display: inline-block;
    font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    letter-spacing: 0.7px;
}
.button-24 a{
    color:var(--white-color) !important;

}
/* footer  */
.footer {
    /* background: linear-gradient(145deg, #1a1c23, #242730); */
    background: var(--common-black);
    color: #ffffff;
    position: absolute;
    /* bottom: 0px; */
    width: 100%;
}

.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30px;
    height: 2px;
    background: var(--main-color);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 1rem;
}

.footer-links a {
    color: #b4b6bb;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--main-color);
    transform: translateY(-3px);
}

.newsletter-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.newsletter-input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--main-color);
    color: #ffffff;
    box-shadow: none;
}

.btn-subscribe {
    background: var(--main-color) !important;
    border: none;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-subscribe:hover {
    background: var(--main-color);
    transform: translateY(-2px);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
}

.footer-bottom p {
    font-size: 12px !important;
}

.footer-bottom a {
    color: var(--main-color);
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #ffffff;
}

/* footer  */

/* slider */
.hero-slider {
    width: 100%;
    height: 620px;
    display: flex;
    position: relative;
    z-index: 0;
  }
  
  .blackfont {
  color: black !important;
  }
  
  .whitefont {
  color: #ffffff !important;
  }
  
  .swiper-button-prev {
      left: 10px !important;
      margin-left: 0 !important;
      background: transparent !important;
  }
  
  .swiper-button-next {
      right: 10px !important;
      margin-right: 0 !important;
      background: transparent !important;
  }
  
  @media (max-width: 991px) {
    .hero-slider {
      height: 520px;
    }
  }
  
  @media (max-width: 767px) {
    .hero-slider {
      height: 425px !important;
    }
  .hero-slider .swiper-container {
    height: 425px !important;
  }
  .hero-slider .slide-inner {
    height: 425px !important;
  }
  .hero-style {
    height: 425px !important;
  }
  .business-boost-wrapper {
    width: 100% !important;
    padding: 20px 20px !important;
}
#comig-soon-card{
    margin-bottom: 20px !important;
}
.business-boost-wrapper .business-boost-content h2 {
    color: var(--common-white);
    font-size: 26px !important;
}
.business-boost-wrapper .business-boost-content p {
    font-size: 18px !important;
    margin-top: 20px !important;
    margin-bottom: 17px !important;
    line-height: 156% !important;
}
.display-4 {
    font-size: 30px !important;
}
  }
  
  @media (min-width: 767px) and (max-width:884px) {
    .top__bar-right-social ul{
        display: none !important;
    }
    .hero-slider {
        height: 625px !important;
      }
    .hero-slider .swiper-container {
      height: 625px !important;
    }
    .hero-slider .slide-inner {
      height: 625px !important;
    }
    .hero-style {
      height: 625px !important;
    }
    .top__bar:before
    {
        background: none !important;
    }
    .top__bar:after {
        width: 0px !important;
    }
    .top__bar-right>a i, .top__bar-right>a:hover {
        color: var(--common-white) !important;
    }
  }
  .hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
  }
  
  .hero-slider .swiper-container {
    width: 100%;
    height: 620px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .hero-slider .slide-inner {
    width: 100%;
    height: 620px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
  
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    /* // margin-top: -30px; */
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 35px;
    opacity:0;
    /* // visibility:hidden; */
    transition:all .3s ease;
  }
  .hero-slider:hover .swiper-button-prev,
  .hero-slider:hover .swiper-button-next {
    transform:translateX(0);
    opacity:1;
    visibility:visible;
  }
  
  @media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
      display: none;
    }
  }
  
  .hero-slider .swiper-button-prev {
    left: 25px;
    transform:translateX(50px);
  }
  
  .hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;

    /* padding-bottom: 20px; */

  }
  
  .hero-slider .swiper-button-next {
    right: 25px;
    transform:translateX(-50px);
  }
  
  .hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    /* padding-bottom: 20px; */

  }
  
  .hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background:#fff;
    transition:all .2s ease;
  }
  
  .hero-slider .swiper-pagination-bullet-active {
    opacity:1;
  }
  
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    bottom: 30px;
  }
  
  @media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
  /*     display: none; */
    }
  }
  .swiper-pagination {
    text-align:left;
  }
  
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:50px;
      max-width: 1200px;
      padding: 0 15px;
      display: table;
      margin: 0 auto;
      left: 50%;
      top:90%;
      transform: translateX(-50%);
  }
  
  @media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:30px;
   
  }
  }
  /*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
  .hero-style {
    height: 620px;
    transition:all .4s ease;
  }
  
  @media (max-width: 991px) {
    .hero-style {
      height: 420px;
    }
  }
  
  @media (max-width: 767px) {
    .hero-style{
      height: 420px;
    }
    /* .logo-container img {
        height: 43px !important;
    } */
  }
  
  @media screen and (min-width: 992px) {
    .hero-style .container {
      padding-top: 95px;
    }
  }
  
  .hero-style .slide-title,
  .hero-style .slide-text,
  .hero-style .slide-btns {
    max-width: 690px;
  }
  
  .hero-style .slide-title h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition:all .4s ease;
  }
  
  @media (max-width: 1199px) {
    .hero-style .slide-title h2 {
      font-size: 50px;
    }
  }
  
  @media (max-width: 991px) {
    .hero-style .slide-title h2 {
      font-size: 50px;
      margin: 0 0 35px;
    }
  }
  
  @media (max-width: 767px) {
    .hero-style .slide-title h2 {
      font-size: 30px;
      margin: 0 0 20px;
    }
    .slide-title{
        margin-top: 40px;
    }
    #margin-bottom-mobile{
        margin-bottom: 0px !important;
    }
    #margin-top-mobile{
        margin-top: 12px !important;
    }
  }
  
  .hero-style .slide-text p {
    opacity: 0.8;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition:all .4s ease;
  }
  
  @media (max-width: 767px) {
    .hero-style .slide-text p {
      font-size: 16px;
      font-size: 0.9rem;
      font-weight: normal;
      margin: 0 0 20px;
    }
  }
  
  .hero-style .slide-btns > a:first-child {
    margin-right: 10px;
  }
  
  
  /*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
  .theme-btn, .theme-btn-s2{
      background-color: #ffffff;
      font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color:var(--common-black);
      padding: 9px 32px;
      border: 0;
    border-radius: 3px;
      text-transform: uppercase;
      display: inline-block;
      line-height: initial;
    transition:all .4s ease;
  }
  a {
      text-decoration: none;
      transition: all 0.2s ease;
  }
  .theme-btn-s2{
      background-color: rgba(255, 255, 255, 0.9);
      color:var(--common-black);
  }
  .theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
      background-color:var(--main-color2);
      color: #fff;
  }
  .theme-btn-s3{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
  }
  i.fa-chevron-circle-right{
    height:22px;
    width:22px;
  }
  a:hover {
      text-decoration: none;
  }
  @media (max-width: 991px){
    .theme-btn, .theme-btn-s2, .theme-btn-s3 {
      font-size: 13px;
      padding: 15px 25px;
    }
  }
  @media (max-width: 767px){
    .theme-btn, .theme-btn-s2{
      padding: 13px 20px;
      font-size: 13px;
    }
  }
  
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after
  {
    display: none !important;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after
  {
    display: none !important;
  }
/* slider */

.header-search-form {
    max-width: 382px;
    width: 100%;
}

.header-search-wrap {
    width: 100%;
    background: #F2F3F5;
    border-radius: 12px;
}

.search-select {
    height: auto;
    line-height: inherit;
    padding: 12px 29px 12px 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: var(--common-black);
    border-radius: inherit;
    border: none;
    min-width: 143px;
    background: transparent;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 38px !important;
    line-height: 15px !important;
    font-size: 12px;
    background-color: inherit;
    border: none;
    outline: none;
    color: var(--grayColor) !important;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.search-select:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #DCDEE5;
}

.search-select .list {
    min-width: 100%;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0px 30px 60px 0px rgb(2 24 93 / 8%);
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.search-select .option.selected {
    font-weight: 500;
}

.nice-select .option.selected {
    font-weight: bold;
}

.search-select .option {
    padding: 7px;
    min-height: auto;
    line-height: 16px;
    font-weight: 500;
    border-radius: 4px;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    /* line-height: 40px; */
    list-style: none;
    /* min-height: 40px; */
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.search-select:after {
    border: none;
    height: 16px !important;
    width: 16px !important;
    background-image: url(../img/home/angle-down-gray-16.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    transform-origin: 8px 0;
    top: 50%;
    transform: rotate(0deg) translateY(-50%) !important;
    margin: 0;
    right: 12px;
}

.nice-select:after {
    border-bottom: -33px solid #999;
    /* border-right: 2px solid #999; */
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 58%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.header-search-input {
    padding: 12px 0 12px 8px;
    font-size: 12px !important;
    line-height: 16px;
    font-weight: 500;
    color: var(--grayColor);
    border: none;
    max-width: 204px;
    width: 100%;
    /* background-color: #fff; */
    border: none !important;
    background-color: #dcdada;
}

.search-submit-btn {
    height: 32px;
    min-width: 32px;
    width: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    margin-right: 4px;
    transition: .3s;
    border: none;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.form-control:focus {
    box-shadow: none !important;
    background-color: inherit;
}


.custom-dropdown {
    position: relative;
    width: 220px;
    /* border: 1px solid #ccc; */
    /* padding: 10px; */
    cursor: pointer;
    user-select: none;
    background-color: inherit;
}

.custom-dropdown .current {
    display: block;
}

.custom-dropdown .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* border: 1px solid #ccc; */
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    border-radius: 10px;
}

.custom-dropdown.open .dropdown-list {
    display: block;
}

.custom-dropdown .option {
    padding: 10px;
    cursor: pointer;
}

.custom-dropdown .option:hover {
    background-color: #f0f0f0;
}

.custom-dropdown .option.selected {
    background-color: #e0e0e0;
}

/* <!-- HTML !--> */

/* CSS */
.button-33 {
    background-color: var(--common-white);
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset, rgba(44, 187, 99, .15) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;
    color: var(--main-color);
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 2px solid var(--main-color);
    font-size: 16px;
    font-weight: 500;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-33:hover {
    box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;
    transform: scale(1.05);
}

.banner-Section {
    margin-top: 103px;
    height: 500px;
}


/* section 2 */
section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.main_headings {
    font-size:32px;
    font-weight: 700;
    color: var(--common-black) !important;
}

p {
    font-size: 15px;
}

/* section 2 */


/* section 3 */
.category-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid var(--main-color);
    gap: 24px;
    transition: all 300ms ease-out 0s;
    /* padding: 20px 14px; */
    padding: 20px 14px 0px 14px;
    background: var(--common-white);
    box-shadow: rgba(108, 25, 255, 0.4) 0px -22px 20px -18px inset;
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px; */
}

.category-card .icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 20px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dotted var(--main-color);
}

.category-card .content-wrap .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    color: var(--common-black);

}

.category-card .content-wrap .sub-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42;
    text-align: center;
    color: var(--common-black);
}

#categories {
    /* background: url('/multicolor.webp'); */
    background: url('https://static.vecteezy.com/system/resources/thumbnails/008/058/793/small/abstract-blur-with-bokeh-light-for-background-usage-vector.jpg');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.category-card:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

ul {
    margin-bottom: 0px !important;
}

/* section 3 */

/* faq  */

/* FAQ General styles */
#FAQ {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.accordian {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 25px 20px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); */
    border-radius: 8px;
    border: 1px solid #c1c0c054;
}

.item {
    /* background-color: #e7ecf5; */
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    position: relative;
    transition: background-color 0.3s ease;
    border: 1px solid var(--main-color);

}

.item.selected {
    background-color: #ffffff;
}

/* .item::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: orangered;
} */

.FAQ-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: var(--main-color) !important;

}

.faqQuestion {
    font-size: 14px;
    color: var(--common-black) !important;


    text-align: start;
    font-weight: 600;
}

.FAQ-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
    font-weight: lighter;
    font-size: 13px;
    line-height: 1.6;
    color: #131414;
}

.FAQ-content.show {
    max-height: 9999px;
    transition: max-height 0.8s cubic-bezier(1, 0, 1, 0);
}

.expandToggle {
    background: var(--main-color);
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.FAQ-ShowMore {
    text-align: center;
    margin-top: 10px;
    display: none;

}

.FAQ-ShowMore button {
    padding: 8px 20px;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    background-color: var(--main-color);
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.FAQ-ShowMore button:hover {
    background-color: var(--common-white);
    color: var(--main-color);
    font-weight: 700;
    border: 2px solid var(--main-color) !important;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .accordian {
        max-width: 100%;
    }

    .item {
        padding: 12px 16px;
    }

    .FAQ-title {
        font-size: 16px;
    }

    .expandToggle {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
}



@media (max-width: 768px) {
    .business-boost-wrapper::before
    {
        background-image: url('../img/home/Phone-view1.jpg') !important;
    }
    .accordian {
        padding: 10px;
    }

    .item {
        padding: 10px 14px;
    }

    .FAQ-title {
        font-size: 14px;
    }

    .expandToggle {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .accordian {
        /* padding: 5px; */
        margin: 0px;
    }

    #FAQ {
        display: block !important;
        margin-top: 20px !important;
    }

    .item {
        padding: 8px 12px;
    }

    .FAQ-title {
        font-size: 12px;
    }

    .expandToggle {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}

/* faq  */


/*==================================================
blog-cards - Start
================================================== */

.card-img-top {
    height: 250px;
    object-fit: cover;
}

.fa-clock {
    color: gray;
}

#blog-cards .card {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

#blog-cards .card-title a {
    color: var(--main-color) !important;
    font-weight: 550;
}

.blog-header {
    /* background-color: #e5ecf7a6; */
    padding: 2rem 0;
    margin-bottom: 2rem;
    color: var(--main-color);
    margin-top: 130px;
    text-align: center;
    font-weight: bold !important;
    /* background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSZXYZ5jgPICvdS2vlXtXED-AUqr6reQxPgoA&s); */
    background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTOYA9Faz7LHmGw7TXYF8FSouBm5xh8zN-Jvg&s');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

#blog-cards .card-header {
    background: var(--main-color) !important;
    color: #fff;
}

#blog-cate a {
    background: var(--main-color) !important;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    font-size: 13px;

}

.lead {
    font-size: 0.8rem !important;
}

#blog-cate {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
}

.post-title {
    font-size: 2rem;
    font-weight: bold;
}

.meta-info {
    color: #6c757d;
    margin-bottom: 20px;
}

.post-content img {
    max-width: 100%;
    border-radius: 10px;
    margin: 20px 0;
}

.post-content h2 {
    font-size: 1.5rem;
    margin-top: 30px;
    color: var(--main-color);
}

.post-content p {
    line-height: 1.8;
    margin-top: 15px;
}

.display-4 {
    font-size: 38px !important;
    font-weight: 550 !important;
}

.comment-section {
    margin-top: 50px;
}

.comment-section h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--main-color);
}

.comment-box {
    background-color: var(--main-color);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.comment-box input,
.comment-box textarea {
    border-radius: 5px;
}

.btn-submit {
    background-color: #007bff;
    border: none;
}

/* CSS */
.button-24 {
    /* background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c); */
    background: var(--main-color);
    text-decoration: none;
    border: 1px solid var(--tp-theme-1);
    border-radius: 46px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: var(--common-white);
    cursor: pointer;
    display: inline-block;
    font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    letter-spacing: 0.7px;
}

/*==================================================
  blog-cards - End
  ================================================== */

/*==================================================
 feature listing -Start
  ================================================== */
#FeaturedListings .page-title {
    text-align: center;
    color: #1a2b49;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

#FeaturedListings .categories {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

#FeaturedListings .category {
    padding: 8px 22px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid var(--main-color);
    transition: all 0.3s ease;
}

#FeaturedListings .category.active {
    background-color: var(--main-color);
    color: white;
}

#FeaturedListings .category:not(.active) {
    background-color: #f0f0f0;
    color: var(--main-color);
}

#FeaturedListings .category:not(.active):hover {
    background-color: #e0e0e0;
}

#FeaturedListings .listings {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 25px;
}

#FeaturedListings .listing-card {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease;
}

#FeaturedListings .listing-card:hover {
    transform: translateY(-5px);
}

#FeaturedListings .image-container {
    position: relative;
    height: 200px;
}

#FeaturedListings .listing-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#FeaturedListings .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 15px;
    background-color: orangered;
    color: white;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

#FeaturedListings .favorite {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#FeaturedListings .favorite svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #888;
    stroke-width: 2px;
    transition: all 0.3s ease;
}

#FeaturedListings .favorite:hover svg {
    stroke: #ff4757;
}

#FeaturedListings .listing-details {
    padding: 15px;
}

#FeaturedListings .hotel-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a2b49;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

#FeaturedListings .hotel-name svg {
    color: var(--main-color);
}

#FeaturedListings .location {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    margin-bottom: 15px;
    font-size: 0.9rem;
}
.fa-map-marker-alt{
    color: red;
}
#FeaturedListings .location svg {
    color: #888;
}

#FeaturedListings .rating {
    margin-left: auto;
    display: flex;
    align-items: center;
}

#FeaturedListings .rating svg {
    color: #ffc107;
}

#FeaturedListings .amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #555;
}

#FeaturedListings .amenity {
    display: flex;
    align-items: center;
    gap: 5px;
}

#FeaturedListings .separator {
    color: #ddd;
}

#FeaturedListings .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

#FeaturedListings .details-btn {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 6px 18px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 13px;
}


#FeaturedListings .details-btn:hover {
    background-color: var(--main-color);
}

#FeaturedListings .price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a2b49;
}

#FeaturedListings .per-night {
    font-size: 0.8rem;
    color: #888;
    font-weight: normal;
}

/* Content sections for tabs */
#FeaturedListings .content-section {
    display: none;
}

#FeaturedListings .content-section.active {
    display: grid;
}

/* mac  */
@media (min-width:991px) and (max-width:1280px) {

    .content .links li a,
    .content .links li label {
        font-size: 13px !important;
    }

    .header-search-form {
        max-width: 325px !important;
    }

    .wrapper nav {
        width: 100% !important;
    }
    #comig-soon-card .notify-btn {
width: 100% !important;
    }
}

@media (min-width: 100px) and (max-width:320px) {
    .hero-content {
        display: none !important;
    }
}

@media (min-width: 100px) and (max-width: 991px) {
    .hero-content {
        margin-top: -49px !important;
    }

    /* 
    .content .links li a, .content .links li label {
        padding: 9px 10px !important;
    } */
}

/* tab  */
@media (min-width:991px) and (max-width:1280px) {
   
    .nav-tab:not(:last-child) {
        padding: 10px 8px 8px 8px !important;
    }
    /* .logo-container img{
        height:40px !important;
    } */
    .hero-content2 {
        width: 100% !important;
        padding: 0px !important;
        bottom: -40px  !important;
    }
    .hero {
        height: 70vh !important;
    }
    .hero-content2 label {
        font-size: 14px !important;
    }
    .content .links li a,
    .content .links li label {
        padding: 10px 6px !important;
    }

    .button-24 {
        padding: 12px 10px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1440px) {
    .business-boost-wrapper {
        padding: 30px 42px !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .hero-content2 input[type="search"] {
        width: 100% !important;
    }

    .hero {
        height: 100vh !important;
    }

    .wrapper .search-icon,
    .wrapper .menu-icon {
        font-size: 23px !important;
    }
    #comig-soon-card{
margin-top: 10px;
    }
}

@media (min-width:100px) and (max-width:768px) {
    .hero {
        height: 100vh !important;
    }

    .content-area {
        padding: 0px !important;
    }
    .logo {
        height: 45px !important;
    }

}

@media (min-width:100px) and (max-width:991px) {

    .hero-content {
        margin-top: -241px !important;
    }

    .hero-title {
        font-size: 2rem !important;
    }

    .hero-content2 {
        width: 100% !important;
        padding: 0 !important;
    }

    .tabs {
        flex-wrap: wrap !important;
        gap: 6px !important;
    }


    .search-form {
        display: block !important;
        border-radius: 0px 0px 20px 20px !important;
    }

    .search-btn {

        padding: 12px 8px !important;

    }

    .form-group:not(:last-child) {
        border-right: none !important;
    }

    .search-form .form-group {
        margin-bottom: 10px !important;
        border-bottom: 1px solid rgba(128, 128, 128, 0.436);
    }

    .search-btn {

        padding: 12px 20px;
        font-size: 1rem;
        display: block !important;
        align-items: center;
        gap: 8px;
        height: 45px !important;
        margin-left: 0px !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .form-group label {
        padding-left: 0px !important;
    }

    .form-group select {
        padding: 3px 0px !important;
    }
}

@media (min-width:100px) and (max-width:768px) {


    #FeaturedListings .categories {
        display: flex;
        justify-content: center;
        gap: 9px;
        margin-bottom: 14px;
        flex-wrap: wrap;
    }

    #FeaturedListings .category {
        padding: 8px 12px;
        border-radius: 25px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 13px;
    }

    #FeaturedListings .page-title {
        text-align: center;

        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .main_headings {
        font-size: 1.8rem !important;
    }
}


/*==================================================
 feature listing -End
  ================================================== */

/*==================================================
 category page -Start
  ================================================== */
.hero {
    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url("https://demo.creativeitem.com/atlas-laravel/public/uploads/mother_homepage_banner/1730781649_6729a1d10cc54.webp");
    background-size: cover;
    background-position: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    /* width: 100%; */
    padding: 0 20px;
}

.hero-content2 {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    width: 90%;
    padding: 0 20px;
    position: absolute;
    bottom: -50px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1rem;
    max-width: 800px;
    margin: 0 auto 40px;
}

.search-container {
    width: 100%;
    /* background-color: white; */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;

    position: absolute;
    top: 260px;
}

.tabs {
    display: flex;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    justify-content: center;
    width: fit-content;
    position: relative;
    margin: auto;
    border-radius: 10px 10px 0px 0px;
    padding: 6px;
}

.tab {
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    transition: background-color 0.3s;
    font-size: 14px;
}

.tab.active {
    background-color: #7d23f7;
    color: white;
    border-radius: 10px;
}

.tab i {
    font-size: 1.2rem;
}

.search-form {
    display: flex;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    align-items: anchor-center;
}

.form-group {
    flex: 1;
    padding: 0 10px;
    position: relative;
}

.form-group:not(:last-child) {
    border-right: 1px solid #aba7a7;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
    font-size: 17px;
    text-align: start;
    padding-left: 12px;
}

.form-group select {
    width: 100%;
    padding: 3px 10px;
    border: none;
    background-color: transparent;
    color: #777;
    appearance: none;
    cursor: pointer;
    font-size: 14px;
}

:focus-visible {
    outline: none !important;
}

.dropdown-icon {
    position: absolute;
    right: 10px;
    top: 40px;
    pointer-events: none;
    color: #aaa;
}

.search-btn {
    background-color: var(--main-color);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    margin-left: 10px;
    transition: background-color 0.3s;
}

.search-btn:hover {
    background-color: var(--main-color);
}



/*==================================================
 category page -End
  ================================================== */

/*==================================================
 category Detail page -start
  ================================================== */
.filter-name {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--white-color);
}

.filtercategory h3 {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 600;
    margin-top: 10px;
}

.checked {
    /* color: rgb(255, 174, 24); */
    color: orange;
    font-size: 14px;
}

/*==================================================
 category Detail page -End
  ================================================== */

/*==================================================
 contact page -Start
  ================================================== */
.about-page-list {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}

.about-page-list li:first-child {
    margin-left: 0;
}

.about-page-list li {
    display: inline-block;
    list-style-type: none;
    margin-left: 30px;
    font-weight: 500;
    color: var(--common-black);
    font-size: 16px;
    position: relative;
}

.about-page-list li a {
    display: block;
    color: var(--common-black);
}

.about-page-list li:last-child::before {
    position: absolute;
    content: '➛';
    top: -2px;
    left: -25px;
    color: var(--common-black);
    font-size: 20px;
}

.right-sec h2 {
    color: #fff;
    font-weight: 500;
}

.text-white {
    color: #fff !important;
}

.contact-sec-two .right-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -155px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.career .right-sec {
    margin-top: unset !important;
    margin-left: unset !important;
    height: 480px;
    background: unset;
}

.contact-sec-two .right-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    background: var(--main-color);
    height: 100%;
    opacity: 0.75;
}

.career .right-sec:before {
    opacity: unset;
}

.right-sec-content {
    position: relative;
    padding: 50px;
}

.contact-sec-two .left-sec.contact-page {
    /* height: 100% !important; */
}

.contact-sec-two .left-sec {
    background: #fff;
    -moz-box-shadow: 0 0 40px 0 rgba(35, 66, 84, 0.11);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 30px !important;
}

.right-sec-content>h4 {
    position: relative;
    padding: 10px 0px;
}

.right-sec-content h4 {
    font-weight: 300;
}

.form-contact input[type],
.form-contact select,
.form-contact textarea {
    background: 0 0;
    border: unset;
    border-radius: unset;
    padding-left: 35px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-bottom-color: rgba(255, 255, 255, 0.18);
}

.form-contact label i {
    position: absolute;
    left: 5px;
    top: 15px;
    opacity: 0.9;
    font-size: 16px;
    line-height: 16px;
    z-index: 1;
    padding: 0;
    color: #234254;
}

.form-contact i {
    color: #465064 !important;
}

.fa-mobile {
    color: #465064 !important;

}

.form-contact label {
    position: relative;
    margin-bottom: 20px;
    padding-top: 5px;
    width: 100%;
}

.form-group {
    padding: 0px 0px !important;
}


/*==================================================
 contact page -End
  ================================================== */

/*==================================================
about page -Start
  ================================================== */
.about-us {
    /* background-color: #f8f9fa; */
}

.about-us img {
    transition: transform 0.3s ease-in-out;
}

.about-us img:hover {
    transform: scale(1.05);
}

.about-us .list-unstyled li {
    margin-bottom: 10px;
}

.about-us .btn-primary {
    transition: all 0.3s ease;
}

.about-us .bg-light {
    background-color: #ebeaea !important;
}

.about-us .btn-primary {
    background-color: var(--main-color) !important;
}

.about-us .text-primary {
    color: var(--main-color) !important;
}

.about-us .text-muted {
    color: var(--main-color) !important;
    font-size: 22px;
    font-weight: 700;
}

.about-us .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*==================================================
 about page -End
  ================================================== */
.box-pkg-shadow {
    box-shadow: rgba(15, 15, 15, 0.12) 0px 1px 3px 0px, rgba(8, 9, 9, 0.12) 0px 1px 8px 0px;
    border-radius: 20px;
}

#previewButton {
    background: var(--main-color);
    border-color: var(--main-color);
}

#RatingSection {
    direction: rtl;
    unicode-bidi: bidi-override;
    display: inline-flex;
}

#RatingSection input {
    display: none;
}

#RatingSection label {
    font-size: 1.8em !important;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
    margin: 0px 2px;
}

#RatingSection input:checked~label,
#RatingSection label:hover,
#RatingSection label:hover~label {
    color: gold;
}

.wrapper-select select {
    width: 100%;
    min-height: 100px;
    border-radius: 3px;
    border: 1px solid #444;
    padding: 10px;
    color: #444444;
    font-size: 14px;
}

.ck-editor__editable_inline {
    min-height: 160px;
}

/* < !-- HTML !--><button class="button-28" role="button">Button 28</button> */

/* CSS */
.button-28 {
    appearance: none;
    background-color: transparent;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
}

.button-28:disabled {
    pointer-events: none;
}

.button-28:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.button-28:active {
    box-shadow: none;
    transform: translateY(0);
}

.bento-item {
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.bento-tall {
    height: 425px;
}

.bento-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

.bento-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detailstop-share-back .save-share {
    border-radius: 8px;
    border: 1px solid rgba(126, 126, 137, 0.3);
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.detailstop-share-back .save-share:hover .fa-heart{
    color: #fff !important;
}
.detailstop-share-back .save-share:hover .fa-share-alt {
    color: #fff !important;
}
.back-btn1,
.white-btn1 {
    padding: 12px 24px;
}

.back-btn1 {
    display: flex;
    align-items: center;
    column-gap: 8px;
    border: 1px solid rgba(126, 126, 137, 0.3);
    border-radius: 8px;
    padding: 11px 23px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--grayColor);
    transition: .3s;
}

.back-btn1:hover {
    background: var(--main-color);
    color: #fff;
}



.detailstop-share-back {
    column-gap: 12px;
    row-gap: 8px;
}

.detailstop-share-back .save-share.active,
.detailstop-share-back .save-share:hover {
    border-color: transparent;
    background: var(--main-color);
    color: #fff !important;
}

.save-share svg path {
    transition: fill 0.3s ease;
}

.save-share:hover svg path {
    fill: #fff;
    /* Yahan apna desired hover color daalein */
}

.back-btn1 svg path {
    transition: fill 0.3s ease;
}

.back-btn1:hover svg path {
    fill: #fff;
    /* Apna desired hover color yahan daalein */
}

/* category inner page  */
#InnerCardSection .card {
    width: 100%;
    /* max-width: 800px; */
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

#InnerCardSection .logo-container {
    background-color: gray;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    width: 200px;
    min-width: 230px;
}
.iti {
    display:block !important;
}

#InnerCardSection .logoinner {
    width: 100px;
    height: 100px;
    background-color: #ffa500;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

#InnerCardSection .star {
    color: #0a2215;
    font-size: 40px;
}

#InnerCardSection .logo-text {
    color: #aaaaaa;
    font-style: italic;
    font-size: 32px;
}

#InnerCardSection .content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#InnerCardSection .business-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#InnerCardSection .rating-container {
    display: flex;
    /* align-items: center; */
    margin-bottom: 6px;
}

#InnerCardSection .rating {
    display: flex;
    gap: 1px;
}

#InnerCardSection .rating-star {
    color: orangered;
    font-size: 20px;
}

#InnerCardSection .score {
    margin-left: 20px;
    font-size: 16px;
    color: #333;
}

#InnerCardSection .reviews {
    margin-left: 10px;
    font-size: 16px;
    color: #333;
}

#InnerCardSection .tagline {
    color: #555;
    margin-bottom: 10px;
    font-size: 12px;
    /* font-style: italic; */
}

#InnerCardSection .divider {
    height: 1px;
    background-color: #eee;
    margin: 7px 0;
}

#InnerCardSection .contact-info {
    display: flex;
    gap: 10px;
    /* margin-bottom: 15px; */
}

#InnerCardSection .icon-circle {
    width: 36px;
    height: 36px;
    background-color: #fffaf0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#InnerCardSection .icon {
    color: #ffa500;
    font-size: 18px;
}

#InnerCardSection .categories {
    display: flex;
    align-items: center;
}

#InnerCardSection .category {
    color: #777;
    margin-right: 10px;
    font-size: 12px;
    background-color: #dadddf63;
    padding: 4px;
    border-radius: 6px;
}

#InnerCardSection .dot {
    color: #ccc;
    margin-right: 10px;
}

#InnerCardSection .review-dropdown {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
}

#InnerCardSection .dropdown-text {
    color: #333;
    margin-right: 5px;
}

#InnerCardSection .dropdown-icon {
    width: 24px;
    height: 24px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-dropdown a {
    color: var(--main-color);
}

/* category inner page  */

/* Active and Hoverable Pagination */
.page-header {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 30px 0
}

#pagination {
    margin: 0;
    padding: 0;
    text-align: center
}

#pagination li {
    display: inline
}

#pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #000
}

#pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

#pagination li a.active {
    background-color: var(--main-color);
    color: #fff
}

#pagination li a:hover:not(.active) {
    background-color: #ddd;
}

#share-on-img .save-share {
    background-color: var(--main-color) !important;
    font-size: 20px;
    fill: #fff !important;
}



#share-on-img .save-share svg path {
    transition: fill 0.3s ease;
    fill: #fff;
}

.heart-filled svg path {
    fill: red !important;
}

#share-on-img .save-share:hover svg path {
    fill: red;
}

#share-on-img .save-share {
    height: 35px !important;
    width: 35px !important;
}

#share-on-icon .save-share {
    height: 35px !important;
    width: 35px !important;
    border: none !important;
}

#share-on-icon .save-share:hover svg path {
    fill: var(--main-color);
}

.fa-location-dot {
    color: var(--main-color);
}

#share-on-icon .save-share {
    background: none !important;
    font-size: 20px;
    fill: #fff !important;
}

#share-on-img {
    position: absolute;
    top: 0;
    left: 0;
    /* right: 0; */
}

#share-on-icon {
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 0;
}

.bg-info-color {
    background-color: var(--main-color) !important;
    color: #fff !important;
}

.icon {
    color: var(--main-color);
    transition: .2s all ease;
}

.icon:hover {
    font-size: 13px;
}

#moreInfoTable tr td>a {
    color: var(--main-color) !important;
}

#moreInfoTable tr td>a:hover {
    color: red !important;
}

#moreInfoTable tr th {
    font-size: 14px;
    font-weight: 550 !important;
}

#moreInfoTable tr td {
    font-size: 14px;
}


.view-more-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    /* background: rgba(0, 0, 0, 0.8); */
    background: #fff;
    color: gray;
    border: 1px solid gray;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.3s ease;
    font-size: 14px;
}

.bento-item {
    position: relative;
}

.bento-item:hover .view-more-btn {
    opacity: 1;
}
/* product  */
.product-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
    padding: 10px;
  }

  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .fa-heart {
    font-size: 1.25rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s ease;
  }

  .fa-heart.active {
    color: #e74c3c;
  }
  .product-card .card-title a{
  font-size: 1.2rem;
    font-weight: 700;
    color: #1a2b49;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-card .card-title a:hover{
color: var(--main-color);
}
/* comming soon  */
#comig-soon-card  .card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px 40px;
    /* max-width: 500px; */
    width: 100%;
    text-align: center;
    box-shadow:
        0 32px 64px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    animation: cardFloat 6s ease-in-out infinite;
    border-color: red;
}

#comig-soon-card .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transition: left 0.5s;
}

#comig-soon-card .card:hover::before {
    left: 100%;
}

#comig-soon-card .icon-container {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

#comig-soon-card .icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b6b, #feca57);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    animation: iconPulse 2s ease-in-out infinite;
    box-shadow: 0 8px 32px rgba(255, 107, 107, 0.3);
}

#comig-soon-card .icon::before {
    content: '🚀';
    font-size: 36px;
}

#comig-soon-card .sparkle {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #ffd700;
    border-radius: 50%;
    animation: sparkle 3s linear infinite;
}

 #comig-soon-card .sparkle:nth-child(1) { top: -10px; left: -10px; animation-delay: 0s; }
 #comig-soon-card .sparkle:nth-child(2) { top: -15px; right: -5px; animation-delay: 1s; }
 #comig-soon-card .sparkle:nth-child(3) { bottom: -10px; left: 10px; animation-delay: 2s; }

 #comig-soon-card h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--common-black);
    /* background: linear-gradient(135deg, #667eea, #764ba2); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    background-clip: text;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

#comig-soon-card  .subtitle {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom:25px;
    font-weight: 500;
    line-height: 1.6;
}

#comig-soon-card .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

#comig-soon-card .feature {
    padding: 10px;
    background: rgba(103, 126, 234, 0.08);
    border-radius: 16px;
    border: 1px solid rgba(103, 126, 234, 0.1);
    transition: all 0.3s ease;
}

#comig-soon-card .feature:hover {
    transform: translateY(-4px);
    background: rgba(103, 126, 234, 0.12);
    box-shadow: 0 8px 25px rgba(103, 126, 234, 0.15);
}

#comig-soon-card .feature-icon {
    font-size: 24px;
    margin-bottom: 8px;
}

#comig-soon-card .feature-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
}

#comig-soon-card .notify-btn {
    /* background: linear-gradient(90deg, #667eea, var(--main-color)); */
    background: var(--main-color);
    color: white;
    width: 30%;
    border: none;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(103, 126, 234, 0.4);
    position: relative;
    overflow: hidden;
    width: 60% ;
    margin: auto;
}

#comig-soon-card .notify-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(103, 126, 234, 0.6);
}

#comig-soon-card  .notify-btn:active {
    transform: translateY(0);
}

#comig-soon-card .notify-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

#comig-soon-card .notify-btn:hover::before {
    left: 100%;
}

#comig-soon-card .progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(103, 126, 234, 0.1);
    border-radius: 3px;
    margin: 22px 0 16px;
    overflow: hidden;
}

#comig-soon-card .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #667eea, var(--main-color));
    border-radius: 3px;
    width: 0%;
    animation: progressFill 3s ease-out forwards;
}

#comig-soon-card  .progress-text {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
}

@keyframes cardFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes sparkle {
    0%, 100% { opacity: 0; transform: scale(0); }
    50% { opacity: 1; transform: scale(1); }
}

@keyframes progressFill {
    0% { width: 0%; }
    100% { width: 75%; }
}

@media (max-width: 640px) {
    #comig-soon-card .card {
        padding: 40px 24px;
        /* margin: 20px; */
    }
    
    #comig-soon-card  h1 {
        font-size: 2.2rem;
    }
    
    #comig-soon-card  .features {
        grid-template-columns: 1fr;
    }
}
/* event  */

#event-card-main  .event-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 0;
    /* width: 100%; */
    /* max-width: 420px; */
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
    
}

#event-card-main  .event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.15);
}

#event-card-main  .card-header {
    background: url('https://static.vecteezy.com/system/resources/thumbnails/041/388/388/small/ai-generated-concert-crowd-enjoying-live-music-event-photo.jpg');
    height: 200px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

@keyframes float {
    0% { transform: translateX(-100px); }
    100% { transform: translateX(100px); }
}

#event-card-main   .date-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 8px 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

#event-card-main   .date-month {
    font-size: 12px;
    font-weight: 600;
    color: #ff6b6b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#event-card-main  .date-day {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    line-height: 1;
}

#event-card-main  .event-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: rgb(255, 255, 255,0.9);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

#event-card-main  .card-content {
    padding:20px 30px 30px 30px;
}

#event-card-main   .event-category {
    display: inline-block;
    /* background: linear-gradient(135deg, #667eea, #764ba2); */
    background: red;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.event-title a{
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 12px;
    line-height: 1.3;
}
.event-card:hover a{
    color: var(--main-color);
}


#event-card-main   .event-description {
    font-size: 14px;
    color: #718096;
    line-height: 1.6;
    margin-bottom: 20px;
}

#event-card-main  .event-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

#event-card-main  .detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #4a5568;
}

#event-card-main  .detail-icon {
    width: 20px;
    height: 20px;
    /* background: linear-gradient(135deg, #ff6b6b, #ff8e53); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
    flex-shrink: 0;
}

#event-card-main  .action-buttons {
    display: flex;
    gap: 12px;
}

#event-card-main   .btn {
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

#event-card-main  .btn-primary {
    background: var(--main-color);
    /* background: linear-gradient(135deg, #667eea, #764ba2); */
    color: white;
    flex: 1;
}

#event-card-main   .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

#event-card-main  .btn-secondary {
    background:#fff !important;
    color: red;
    border: 1px solid red;
}

#event-card-main  .btn-secondary:hover {
    background: rgba(102, 126, 234, 0.2);
    transform: translateY(-2px);
}


@keyframes floatUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-100px);
    }
}

@media (max-width: 480px) {
    #event-card-main   .event-card {
        margin: 10px;
    }
    
    #event-card-main    .card-content {
        padding: 20px;
    }
    
    #event-card-main   .event-title {
        font-size: 20px;
    }
}

.services {
    background-color: var(--bg-light);
}

.services-list {
    list-style: none;
  
}

.services-list li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
/* margin-bottom: 5px; */
    font-size: 15px;
}

.services-list li:before {
    content: '•';
    color: var(--main-color);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -2px;
}

.achievements {
    background-color: #f1f8ff;
}

.achievements-list {
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
}

.achievements-list li {
    padding: 10px 0;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
}

.achievements-list li:before {
    content: '✓';
    color: var(--main-color);
    font-size: 1.2rem;
    position: absolute;
    left: 0;
}

.why-join {
    background-color: var(--bg-light);
}

.benefits-list {
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
}

.benefits-list li {
    padding: 10px 0;
    position: relative;
    padding-left: 30px;
    font-size: 15;
}

.benefits-list li:before {
    content: '→';
    color: var(--main-color);
    font-size: 1.2rem;
    position: absolute;
    left: 0;
}
.journey {
    background-color: #f1f8ff;
}

.timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 2px;
    background: var(--main-color);
}

.timeline-item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: orange;
    border: 3px solid var(--main-color);
}

.timeline-year {
    font-weight: bold;
    color:var(--main-color);
    margin-bottom: 5px;
}
 
.founder {
    background-color: var(--bg-light);
    text-align: center;
}

.founder-message {
    max-width: 800px;
    margin: 0 auto;
    background-color: #f1f8ff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.founder-message:before {
    content: '"';
    font-size: 5rem;
    position: absolute;
    top: -20px;
    left: 20px;
    color: orange;
    opacity: 0.3;
}

.founder-signature {
    margin-top: 20px;
    font-style: italic;
    color: var(--main-color);
}
.contactss {
    background-color: var(--main-color);
    color: white;
}

.contact-info {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-details {
    margin: 20px 0;
}

.contact-details p {
    margin: 10px 0;
}

.contact-details i {
    color: var(--secondary);
    margin-right: 10px;
}

.addres {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.view-more-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    /* background: rgba(0, 0, 0, 0.8); */
    background: #fff;
    color: gray;
    border: 1px solid gray;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.3s ease;
    font-size: 14px;
}
.bento-item {
    position: relative;
}

.bento-item:hover .view-more-btn {
    opacity: 1;
}
.business-boost-section {
    position: relative;
    z-index: 9;
    margin-top: 40px;
    
}
.business-boost-wrapper {
    background-color: var(--main-color);
    padding: 50px 70px;
    border-radius: 10px;
    position: relative;
    z-index: 9;
    border-radius: 20px;

}
.business-boost-wrapper .business-boost-content h2 {
    color: var(--common-white);
    font-size: 35px;
    margin-top: 15px;
    font-weight: 600;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.business-boost-wrapper .business-boost-content p {
    font-size: 20px;
    color: var(--common-white);
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 170%;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.business-boost-wrapper .video-image {
    margin-top: -130px;
    position: relative;
    z-index: 9;
    display: none;
}
.business-boost-wrapper .video-image img {
    width: 100%;
    height: 100%;
}
/* .business-boost-wrapper::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/home/border-shape.png);
    width: 100%;
    height: 100%;
    z-index: -1;
} */
.business-boost-wrapper::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: url('../img/home/Background-1.jpg');
    /* background: url('../img/home/Ready-to-Boost-Busines-Background.jpg'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-image: url(../img/home/border-shape.png); */
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    border-radius: 20px;

    /* background-position: ; */
    
}
@media (max-width: 767.98px) {

    .bento-tall img {
        max-height: 250px !important;
        object-fit: cover;
    }
}
@media (max-width: 767.98px) {
    .bento-item {
        height: 130px;
    }
    .view-more-btn {
        font-size: 9px;
        margin: 2px 0px !important;
    }
}

@media (max-width: 767.98px) {
    .bento-tall {
        height: auto !important;
    }
}

.fa-comments ,
.fa-circle-user{
    color: var(--main-color);
}
.post-content>h3{
    color: var(--main-color);
}
#VjGallery>
.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
background-color: var(--main-color) !important;
color: var(--common-white);
}
#VjGallery>
.nav-pills .nav-link {
    border: 1px solid var(--main-color);
    margin-left: 10px;
    color: var(--main-color);
}
.gallery-item .gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(38, 226, 153, 0.5), rgb(5, 112, 81, 0.5));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.25s;
}
.gallery-item .gallery-item-overlay i {
    font-size: 50px;
    color: #fff;
    transform: scale(0);
    transition: all 0.35s;
}
.gallery-item {
    /* margin-top: 15px; */
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid rgba(206, 20, 70, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.gallery-item.home img {
    aspect-ratio: 3 / 2 !important;
    object-fit: cover;
    /* object-fit: fill; */
    border-radius: 5px;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.gallery-item:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    transform: scale(1.03);
}