@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

#spinner{
    position:fixed;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;

    background:#111;
    z-index:99999;

    opacity:1;
    visibility:visible;

    transition:opacity .4s ease;
}

#spinner.hide{
    opacity:0;
    pointer-events:none;
}
.logo-img{
    width:273px;
    height:39px;
    display:block;
}
img{
    max-width:100%;
    height: auto;
}
.hero-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-top:20px;
    flex-wrap:wrap;
}

.hero-buttons .btn{
    min-width:180px;
}

@media (max-width:576px){
    .hero-buttons{
        gap:10px;
    }

    .hero-buttons .btn{
        min-width:130px;
    }
}
/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
    border-radius: 50px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: inherit;
}

.btn-primary {
    color: var(--bs-white);
}


/*** Navbar ***/
.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: .5s;
}
.navbar-dark .navbar-toggler {
    color: black;
    border-color:none;
}
.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 40px 0;
    color: var(--bs-white);
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
    transition: .5s;
}
.navbar a img{
        max-width: 85%;
    height: auto;
}
@media (max-width: 991.98px) {
    .navbar-brand img {
        width: 180px;
        height: auto;
    }
    .navbar-nav {
    background-color: #6c4949;
    }
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link,
    .navbar.bg-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid var(--bs-light);
    }
}

@media (min-width: 992px) {
    .navbar.bg-dark .navbar-nav .nav-link {
        padding: 20px 0;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .dropdown-toggle::after {
    content: "▼";
    border: none;
    display: inline-block;
    margin-left: 8px;
    font-size: 10px;
    vertical-align: middle;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100px;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
.home-banner a{
        padding: 6px 30px;
}
.home-banner .display-1{
        font-size: 40px;
    margin-bottom: 17px;
}
.home-banner .lead{
    font-display: 16px;
}
.cta-buttons{
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0%;
    right: 0%;
    z-index: 999;
    width:100%;
}

.call-btn, .whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 150px;
    padding: 10px 10px;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
    width: 50%;
}

.call-btn{
    background:#ff1f75;
}

.call-btn:hover{
    background:#d80060;
    color:#fff;
}

.whatsapp-btn{
    background:#25D366;
}

.whatsapp-btn:hover{
    background:#1da851;
    color:#fff;
}

.call-btn i,
.whatsapp-btn i{
    font-size:20px;
}



@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.content h2{
    text-align: center;
}
.content p{
    text-align: justify;
}
.page-header{
    position:relative;
    overflow:hidden;
    min-height:320px;
    padding:80px 0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
}

.page-header::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)), url("../img/profile-banner-desktop.webp");
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover;
    z-index:-1;
}

/* Tablet */
@media (max-width:991.98px){

    .page-header{
        min-height:280px;
        padding:60px 0;
    }

    .page-header::before{
        background-image:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)), url("../img/profile-banner-tablet.webp");
    }

}

/* Mobile */
@media (max-width:575.98px){

    .page-header{
        min-height:220px;
        padding:40px 0;
    }

    .page-header::before{
        background-image:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url("../img/profile-banner-mobile.webp");
    }

}

/*** Title ***/
.title {
    margin-bottom: 2rem;
}

.title .title-left,
.title .title-center,
.title .title-right {
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
}

.title .title-center {
    text-align: center;
}

.title .title-right {
    text-align: right;
}

.title .title-left h5,
.title .title-center h5,
.title .title-right h5,
.title .title-left .h5,
.title .title-center .h5,
.title .title-right .h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}

.title .title-left h5::after,
.title .title-center h5::before,
.title .title-center h5::after,
.title .title-right h5::before,
.title .title-left .h5::after,
.title .title-center .h5::after,
.title .title-center .h5::before,
.title .title-right .h5::after,
.title .title-right .h5::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    top: 9px;
    border-bottom: 1px solid var(--bs-white);
}

.title .title-left h5::after,
.title .title-center h5::after,
.title .title-left .h5::after,
.title .title-center .h5::after {
    left: calc(100% + 15px);
}

.title .title-right h5::before,
.title .title-center h5::before,
.title .title-right .h5::before,
.title .title-center .h5::before {
    right: calc(100% + 15px);
}

.title .title-left h1,
.title .title-center h1,
.title .title-right h1,
.title .title-center .h1 {
    border-bottom: 1px solid var(--bs-white);
}


/*** Service ***/
.service-item {
    position: relative;
    margin-top: 2.5rem;
    overflow: hidden;
}

.service-item .service-img {
    position: relative;
    display: inline-block;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: calc(100% - 12rem);
    height: calc(100% - 12rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3rem solid rgba(0, 0, 0, .5);
    border-radius: 300px;
    z-index: 1;
}

.service-item.service-item-left {
    border-radius: 500px 0 0 500px;
    background: linear-gradient(to right, var(--bs-secondary), var(--bs-dark));
}

.service-item.service-item-right {
    border-radius: 0 500px 500px 0;
    background: linear-gradient(to left, var(--bs-secondary), var(--bs-dark));
}

@media (max-width: 767.98px) {
    .service-item.service-item-left,
    .service-item.service-item-right {
        border-radius: 500px 500px 0 0;
        background: linear-gradient(to bottom, var(--bs-secondary), var(--bs-dark));
        text-align: center;
    }
}


/*** Team ***/
.team-item {
    position: relative;
}

.team-item .team-name {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .7);
}

.team-item .team-body {
    position: relative;
    overflow: hidden;
}

.team-item .team-body .team-before,
.team-item .team-body .team-after {
    position: absolute;
    content: "";
    width: 0;
    height: calc(100% - 60px);
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}

.team-item .team-body .team-after {
    left: auto;
    right: 0;
}

.team-item .team-body .team-before {
    text-align: right;
}

.team-item:hover .team-body .team-before,
.team-item:hover .team-body .team-after {
    width: 50%;
}

.team-item .team-body .team-before span,
.team-item .team-body .team-after span {
    margin: 5px;
    color: var(--bs-white);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-body .team-before span,
.team-item:hover .team-body .team-after span {
    opacity: 1;
    transition-delay: .2s;
}


/*** City Layout ***/
.city-layout-wrap {
    position: relative;
}

.city-sidebar {
    position: sticky;
    top: 120px;
}

.city-sidebar-card,
.city-hero-panel,
.city-content-panel,
.city-profile-card,
.city-empty-state {
    background: #111;
    border: 1px solid rgba(255, 105, 180, 0.4);
    border-radius: 8px;
}

.city-sidebar-card {
    padding: 30px 24px;
}

.city-sidebar-title,
.city-sidebar-subtitle,
.city-small-title,
.city-content-title,
.city-local-title {
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.city-sidebar-title,
.city-sidebar-subtitle {
    color: var(--bs-white);
    font-size: 2rem;
}

.city-sidebar-subtitle {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: .875rem;
}

.city-location-list {
    margin-top: 18px;
}

.city-location-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .04);
    transition: .3s;
}

.city-location-item:hover,
.city-location-item.active {
    color: var(--bs-primary);
}

.city-location-item-parent .city-location-name {
    font-weight: 800;
}
.city-location-item-parent .city-location-name,
.city-location-item-parent .city-location-count {
    font-size: 20px;
    color: #FFD700;
}

.city-location-name,
.city-location-count {
    font-size: .95rem;
}

.city-location-count {
    color: rgba(255, 255, 255, .55);
}

.city-main-panel {
    min-width: 0;
}

.city-hero-panel {
    position: relative;
    padding: 28px 32px 32px;
    overflow: hidden;
    margin-bottom: 24px;
}

.city-small-title {
    color: var(--bs-primary);
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.city-watermark {
    margin-bottom: 24px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: clamp(3rem, 11vw, 6.5rem);
    line-height: .9;
    color: rgba(255, 255, 255, .28);
    text-transform: uppercase;
    word-break: break-word;
}

.city-active-filter {
    display: inline-flex;
    padding: 8px 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(215, 40, 126, .12);
    color: #ff6db7;
    font-size: .9rem;
}

.city-intro-title {
    margin-bottom: 14px;
    color: var(--bs-white);
    font-size: 2rem;
}

.city-intro-content,
.city-content-html {
    color: rgba(255, 255, 255, .78);
    line-height: 1.85;
}

.city-intro-content p:last-child,
.city-content-html p:last-child {
    margin-bottom: 0;
}

.city-local-areas {
    margin-top: 26px;
}

.city-local-title {
    margin-bottom: 12px;
    color: var(--bs-white);
    font-size: .9rem;
}

.city-local-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.city-local-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
    transition: .3s;
}

.city-local-pill:hover {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.city-content-panel {
    padding: 26px 28px;
    margin-bottom: 24px;
}

.city-content-title {
    color: var(--bs-white);
    font-size: 1.2rem;
    margin-bottom: 14px;
}

.city-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 24px;
}

.city-toolbar-group {
    flex: 1 1 220px;
}

.city-toolbar-sort {
    max-width: 220px;
}

.city-toolbar-action {
    width: 140px;
}

.city-toolbar-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .82);
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.city-profile-card {
    height: 100%;
    overflow: hidden;
}

.city-profile-image {
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.city-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.profile-img{
    width:100%;
    height:auto;
    aspect-ratio:400 / 500;
    object-fit:cover;
    display:block;
}

.city-profile-card:hover .city-profile-image img {
    transform: scale(1.05);
}

.city-profile-body {
    padding: 16px;
}

.city-profile-stars {
    margin-bottom: 10px;
    color: #FFD700;
    letter-spacing: .18em;
    font-size: .78rem;
    line-height: 1.4;
}

.city-profile-rating {
    letter-spacing: 0;
    color: rgba(255, 255, 255, .92);
    font-weight: 700;
    margin-left: 4px;
}

.city-profile-rating-count {
    color: rgba(255, 255, 255, .62);
    letter-spacing: 0;
    margin-left: 4px;
}

.city-profile-rating-empty {
    color: rgba(255, 255, 255, .62);
    letter-spacing: 0;
}

.profile-gallery-card,
.profile-details-card,
.profile-about-card{
    background:#0b0b0b;
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
}

.profile-gallery-card{
    overflow:hidden;
    padding:14px;
}

.profile-gallery-main{
    background:#050505;
    border-radius:10px;
    overflow:hidden;
}

.profile-main-image{
    aspect-ratio:4 / 5;
    object-fit:cover;
    width:100%;
}

.profile-gallery-thumbs{
    display:grid;
    gap:10px;
    grid-template-columns:repeat(auto-fit, minmax(88px, 1fr));
    margin-top:14px;
}

.profile-gallery-thumb{
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:10px;
    cursor:pointer;
    overflow:hidden;
    padding:0;
    transition:border-color .2s ease, transform .2s ease;
}

.profile-gallery-thumb img{
    aspect-ratio:4 / 5;
    display:block;
    object-fit:cover;
    width:100%;
}

.profile-gallery-thumb:hover,
.profile-gallery-thumb.is-active{
    border-color:var(--bs-primary);
    transform:translateY(-2px);
}

.profile-details-card{
    padding:22px;
}

.profile-detail-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.profile-detail-tags a,
.profile-detail-tags span{
    background:rgba(255,255,255,.06);
    border-radius:999px;
    color:rgba(255,255,255,.88);
    display:inline-flex;
    font-size:.9rem;
    padding:8px 14px;
    text-decoration:none;
}

.profile-detail-tags a:hover{
    color:var(--bs-primary);
}

.profile-stat-card,
.profile-measurements-card{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:10px;
    height:100%;
    padding:16px 18px;
}

.profile-stat-label{
    color:#9a9a9a;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.08em;
    margin-bottom:8px;
    text-transform:uppercase;
}

.profile-stat-value{
    color:#fff;
    font-size:1.55rem;
    font-weight:800;
    line-height:1.1;
}

.profile-measurements-value{
    color:#fff;
    font-size:1.05rem;
    font-weight:700;
    line-height:1.7;
}

.profile-about-card{
    padding:20px 22px;
    text-align: justify;
}

.profile-reviews-panel{
    background:#0b0b0b;
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    padding:22px;
}

.profile-reviews-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
}

.profile-reviews-title{
    color:#fff;
    font-size:1.4rem;
    font-weight:800;
    text-transform:uppercase;
}

.profile-reviews-subtitle{
    color:#9a9a9a;
    font-size:.9rem;
    margin-top:6px;
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}

.profile-reviews-stars{
    color:#ffcb45;
    letter-spacing:.2em;
}

.profile-reviews-score{
    color:#fff;
    font-weight:700;
}

.profile-reviews-count{
    color:#9a9a9a;
}

.profile-review-card{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:10px;
    padding:16px 18px;
}

.profile-review-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
    margin-bottom:10px;
}

.profile-review-name{
    color:#fff;
    font-weight:800;
    text-transform:uppercase;
    font-size:.95rem;
}

.profile-review-rating{
    display:flex;
    align-items:center;
    gap:8px;
    color:#ffcb45;
    font-size:.9rem;
}

.profile-review-stars{
    letter-spacing:.18em;
}

.profile-review-score{
    letter-spacing:0;
    color:#cfcfcf;
    font-size:.85rem;
}

.profile-review-text{
    color:#d0d0d0;
    line-height:1.8;
    font-size:.95rem;
}

.city-profile-name {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--bs-white);
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
}

.city-profile-name:hover {
    color: var(--bs-primary);
}

.city-profile-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    gap:10px;
    margin-top:8px;
}

.city-profile-meta span{
    flex:1;
    text-align:center;
    font-size:16px;
    color:#ada8a8;
}

.city-profile-meta span:first-child{
    text-align:left !important;
}

.city-profile-meta span:last-child{
    text-align:right;
}

.city-profile-meta-stats span {
    line-height: 1.4;
    white-space: normal;
}

.city-empty-state {
    padding: 32px 24px;
    color: rgba(255, 255, 255, .72);
    text-align: center;
}

@media (max-width: 1199.98px) {
    .city-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .profile-details-card,
    .profile-gallery-card,
    .profile-about-card,
    .profile-reviews-panel{
        padding:18px;
    }

    .profile-stat-value{
        font-size:1.3rem;
    }

    .profile-review-top{
        align-items:flex-start;
        flex-direction:column;
    }
}

@media (max-width: 767.98px) {
    .city-hero-panel,
    .city-content-panel,
    .city-sidebar-card {
        padding: 22px 18px;
    }

    .city-intro-title {
        font-size: 1.55rem;
    }

    .city-toolbar-action,
    .city-toolbar-sort,
    .city-toolbar-group {
        width: 100%;
        max-width: none;
        flex: 1 1 100%;
    }
}


/*** Testimonial ***/
.testimonial-carousel {
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 10px;
    background: var(--bs-dark);
    border-radius: 100px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .1;
    transition: .5s;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
@keyframes footerAnimatedBg {
	0% {
        background-position: 0 0;
    }

	100% {
        background-position: -1000px 0;
    }
}

.footer {
    background-image: url(../img/footer-bg.webp);
    background-repeat: repeat-x;
    background-position: 0 0;
    animation: footerScroll 60s linear infinite;
    will-change: background-position;
}

@keyframes footerScroll {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 2000px 0;
    }
}

.lucky-wheel-section{
    width:100%;
    margin:auto;
    background:#0a0a0a;
}

.lucky-wheel{
    width:100%;
    aspect-ratio:1;
}

.golden-frame{
    max-width:350px;
    margin:auto;
}

.lucky-girl-img{
    width:100%;
    height:auto;
    display:block;
}

@media (max-width:991.98px){

    .row{
        text-align:center;
    }

    .lucky-wheel-wrapper{
        max-width:300px;
    }

    .golden-frame{
        max-width:280px;
        margin-top:20px;
    }

    .lucky-wheel-title{
        font-size:1.5rem;
    }

    .lucky-wheel-heading{
        font-size:1.75rem;
    }
}

@media (max-width:576px){

    .lucky-wheel-wrapper{
        max-width:250px;
    }

    .golden-frame{
        max-width:240px;
    }

    .lucky-wheel-btn{
        width:100%;
        max-width:320px;
    }
}

.founder-section{
    background:#0a0a0a;
}

.top-glow{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:700px;
    height:2px;
    background:linear-gradient(to right,transparent,#ff4da6,transparent);
}

.bg-glow{
    position:absolute;
    top:50%;
    left:50%;
    width:500px;
    height:500px;
    transform:translate(-50%,-50%);
    background:rgba(255,77,166,.08);
    border-radius:50%;
    filter:blur(120px);
}

.founder-badge{
    gap:8px;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(255,77,166,.08);
    border:1px solid rgba(255,77,166,.3);
    color:#ff85c2;
    font-size:11px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.badge-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ff4da6;
}

.text-pink{
    color:#ff4da6;
}

.founder-image-glow{
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,
    rgba(255,77,166,.3),
    rgba(255,77,166,.05));
    border-radius:20px;
    filter:blur(25px);
    transform:scale(1.05);
}

.founder-image-card{
    overflow:hidden;
    border-radius:20px;
    border:2px solid rgba(255,77,166,.25);
}

.founder-image{
    max-width:320px;
    width:100%;
}

.founder-image-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:100px;
    background:linear-gradient(to top,
    rgba(0,0,0,.9),
    transparent);
}

.founder-image-caption{
    position:absolute;
    left:20px;
    bottom:15px;
}

.founder-card{
    background:#141414;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:2rem;
    color:rgba(255,255,255,.85);
}

.quote-mark{
    position:absolute;
    top:-25px;
    left:25px;
    font-size:90px;
    line-height:1;
    color:rgba(255,77,166,.2);
}

.signature-avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff4da6,#d6006d);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

@media (max-width:991px){

    .founder-image{
        max-width:280px;
    }

    .founder-card{
        padding:1.5rem;
    }

    .quote-mark{
        font-size:70px;
    }
}



.rate-section{
    background:#000;
}

.rate-card{
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:35px 30px;
    text-align:center;
    position:relative;
    transition:.3s;
}

.rate-card:hover{
    transform:translateY(-8px);
    border-color:#ff4da6;
}

.featured{
    border:2px solid #ff4da6;
    box-shadow:0 0 25px rgba(255,77,166,.2);
}

.popular-badge{
    position:absolute;
    top:-14px;
    left:50%;
    transform:translateX(-50%);
    background:#ff4da6;
    color:#fff;
    padding:7px 18px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.package-title{
    color:#fff;
    font-size:1.6rem;
    font-weight:700;
    margin-bottom:15px;
}

.price{
    color:#ff4da6;
    font-size:3rem;
    font-weight:800;
    margin-bottom:25px;
}

.rate-card ul li{
    color:#cfcfcf;
    padding:8px 0;
    border-bottom:1px solid rgba(255,255,255,.05);
}

.rate-card ul li:last-child{
    border-bottom:none;
}

.btn-rate{
    background:#ff4da6;
    color:#fff;
    border:none;
    border-radius:50px;
    padding:12px 25px;
    font-weight:600;
}

.btn-rate:hover{
    background:#e60073;
    color:#fff;
}
.service-text {
    padding: 0px 0px !important;
}
@media (max-width:991px){
    .featured{
        transform:none;
    }

    .price{
        font-size:2.4rem;
    }
}

.faq-section{
    background:#161616;
}

.faq-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(255,77,166,.08);
    border:1px solid rgba(255,77,166,.3);
    color:#ff4da6;
    font-size:12px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.faq-accordion .accordion-item{
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:15px !important;
    overflow:hidden;
    margin-bottom:15px;
}

.faq-accordion .accordion-button{
    background:#111;
    color:#fff;
    font-weight:600;
    padding:20px;
    box-shadow:none;
}

.faq-accordion .accordion-button:not(.collapsed){
    background:#141414;
    color:#ff4da6;
}

.faq-accordion .accordion-button:focus{
    box-shadow:none;
    border:none;
}

.faq-accordion .accordion-button::after{
    filter:invert(1);
}

.faq-accordion .accordion-body{
    background:#141414;
    color:#bfbfbf;
    line-height:1.8;
    padding:20px;
}

.footer-top-section{
    background:#111;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

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

.footer-title:after{
    content:"";
    display:block;
    width:50px;
    height:2px;
    background:#ff4da6;
    margin-top:8px;
}

.footer-text{
    color:#fff;
    line-height:1.8;
}

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

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

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

.footer-contact-item{
    color:#bdbdbd;
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

.footer-contact-item i{
    color:#ff4da6;
    width:20px;
}

@media (max-width:767px){
    .footer-title{
        margin-top:10px;
    }
}
.text-light p, .container p{
    color: #fff;
    font-size: 17px!important;
    text-align: justify;
}
.text-light ul li, 
.container ul li{
    color: #fff;
    font-size: 17px;
    margin-bottom: 12px;
}
.faq h3 {
    margin: 20px 0 0;
    font-weight: 600;
    position: relative;
}
 
.faq h3::before {
    content: "Q";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 50%;
    background: #e91e63;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
 
.faq p {
    margin: 0 0 20px;
    line-height: 1.8;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
 
.faq p::before {
    content: "A";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 50%;
    background: #28a745;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}
 
@media (max-width: 768px) {
    .faq h3 {
        font-size: 18px;
        padding: 12px 15px;
    }
 
    .faq p {
        font-size: 15px;
        padding: 15px;
    }
}
b, strong {
    font-weight: bolder;
    color: #FFD700;
}
.content{
    text-align: justify;
}

/*** Testimonial ***/
.testimonial-carousel {
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 10px;
    background: var(--bs-dark);
    border-radius: 100px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .1;
    transition: .5s;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.testimonial-showcase{
    background: radial-gradient(circle at top, rgba(255, 77, 166, .08), transparent 35%), #0b0b0f;
}

.testimonial-block{
    max-width: 760px;
    margin: 0 auto 24px;
}

.testimonial-main-title{
    color:#fff;
    font-size:2rem;
    font-weight:800;
    line-height:1.2;
    margin-bottom:8px;
    text-transform:uppercase;
}

.testimonial-subtitle{
    color:#9f9f9f;
    font-size:.95rem;
    margin-bottom:10px;
    text-align:center !important;
}

.testimonial-score{
    color:#ffcb45;
    font-size:1rem;
    font-weight:700;
    letter-spacing:.2em;
}

.testimonial-score span{
    color:#a9a9a9;
    font-size:.78rem;
    font-weight:500;
    letter-spacing:0;
    margin-left:8px;
}

.testimonial-review-card,
.testimonial-story-card{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    height:100%;
    padding:22px;
    position:relative;
}

.testimonial-review-card:before,
.testimonial-story-card:before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:12px;
    padding:1px;
    background:linear-gradient(135deg, rgba(255,77,166,.35), rgba(255,255,255,.04));
    -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
    pointer-events:none;
}

.testimonial-review-stars{
    color:#ffcb45;
    font-size:.8rem;
    letter-spacing:.25em;
    margin-bottom:12px;
}

.testimonial-review-text,
.testimonial-story-text{
    color:#d0d0d0;
    font-size:.95rem;
    line-height:1.8;
    margin-bottom:18px;
    text-align: justify;
}
.testimonial-review-text b{
    color: #f5a623;
    font-size: 40px;
}
.testimonial-review-user{
    align-items:center;
    display:flex;
    gap:12px;
}

.testimonial-review-avatar{
    border-radius:50%;
    height:44px;
    object-fit:cover;
    width:44px;
}

.testimonial-review-name,
.testimonial-story-title{
    color:#fff;
    font-size:1rem;
    font-weight:700;
    margin-bottom:3px;
}

.testimonial-review-meta{
    color:#9a9a9a;
    font-size:.82rem;
}

.testimonial-divider{
    width:220px;
    height:1px;
    background:linear-gradient(90deg, transparent, rgba(255,77,166,.9), transparent);
    margin:48px auto 38px;
}

@media (max-width: 991.98px){
    .testimonial-main-title{
        font-size:1.7rem;
    }
}

@media (max-width: 575.98px){
    .testimonial-main-title{
        font-size:1.35rem;
    }

    .testimonial-review-card,
    .testimonial-story-card{
        padding:18px;
    }
}

.footer-top-section{
    background:#111;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

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

.footer-title:after{
    content:"";
    display:block;
    width:50px;
    height:2px;
    background:#ff4da6;
    margin-top:8px;
}

.footer-text{
    color:#bdbdbd;
    line-height:1.8;
    font-size:.95rem;
}

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

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#bdbdbd;
    text-decoration:none;
    transition:.3s;
}

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

.footer-inline-link{
    color:#fff;
    font-size:.9rem;
    font-weight:600;
    text-decoration:none;
}

.footer-inline-link:hover{
    color:#ff4da6;
}

.footer-contact-box{
}

.footer-title-accent{
    display:inline-block;
    padding:2px 6px;
    background:#0d4dff;
}

.footer-title-accent:after{
    display:none;
}

.footer-phone-link{
    color:#fff;
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:1.1rem;
    font-weight:700;
    margin-bottom:16px;
    text-decoration:none;
}

.footer-phone-link:hover{
    color:#ff4da6;
}

.footer-whatsapp-btn{
    align-items:center;
    background:#25d366;
    border-radius:4px;
    color:#fff;
    display:inline-flex;
    font-size:1rem;
    font-weight:700;
    gap:10px;
    margin-bottom:18px;
    padding:10px 16px;
    text-decoration:none;
    text-transform:uppercase;
}

.footer-whatsapp-btn:hover{
    color:#fff;
    filter:brightness(1.05);
}

.footer-contact-item{
    color:#bdbdbd;
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

.footer-contact-item i{
    color:#ff4da6;
    width:20px;
}

.footer-contact-stack{
    align-items:flex-start;
}

.footer-contact-note{
    color:#8f8f8f;
    font-size:.82rem;
    line-height:1.7;
    margin-top:8px;
}

.footer-bottom-note{
    border-top:1px solid rgba(255,255,255,.08);
    color:#8f8f8f;
    font-size:.82rem;
    margin-top:18px;
    padding-top:18px;
}

@media (max-width:767px){
    .footer-title{
        margin-top:10px;
    }

    .footer-contact-box{
    }
}
@media only screen and (max-width:580px){
    .home-banner .display-1 {
    font-size: 30px;
    }
}
.overlay-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7); /* Dark overlay for text readability */
    /* OR use gradient overlay */
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.6)); */
    /* OR use blur effect */
    /* backdrop-filter: blur(5px); */
    /* OR combination of both */
    /* background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px); */
}
.home-banner {
    z-index: 2; 
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    pointer-events: none; 
    width: 100%;
}
.position-relative{
    overflow:hidden;
}

.hero-image{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
}

.home-banner{
    position:absolute;
    left:50%;
    bottom:40px;
    transform:translateX(-50%);
    width:80%;
    z-index:2;
}

.overlay-div{
    background:rgba(0,0,0,.45);
    z-index:1;
}

.home-banner{
    z-index:2;
}

/* Tablet */
@media (max-width:992px){

    .hero-image{
        height:550px;
    }

    .home-banner{
        width:90%;
        bottom:25px;
    }

    .home-banner .display-1{
        font-size:2.3rem;
    }

}

/* Mobile */
@media (max-width:576px){

    .hero-image{
        height:520px;
    }

    .home-banner{
        bottom:25px;
        left:50%;
        transform:translateX(-50%);
        width:92%;
        padding:0 15px;
    }

    .home-banner .display-1{
        font-size:1.7rem;
        line-height:1.25;
        margin-bottom:15px;
    }

    .home-banner .lead{
        font-size:1rem;
        margin-bottom:20px;
    }

    .home-banner .btn{
        width:100%;
        margin-top:10px !important;
    }
}
.city-profile-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}

.city-profile-name{
    font-size:20px;
    font-weight:700;
    color:#fff;
    text-decoration:none;
}

.city-profile-stars{
    font-size:14px;
    color:#f4b400;
    white-space:nowrap;
}

.city-profile-rating,
.city-profile-rating-count{
    color:#666;
    font-size:13px;
}

/* Mobile */
@media (max-width:576px){

    .city-profile-header{
        align-items:flex-start;
    }

    .city-profile-name{
        font-size:18px;
    }

    .city-profile-stars{
        font-size:13px;
    }
}

.hero{
    position:relative;
    width:100%;
    height:500px;
    overflow:hidden;
}

.hero .hero-image{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    display:block;
}

.hero .hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.hero .hero-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:#fff;
    z-index:2;
    padding:20px;
}