:root {
    --primary: rgb(100, 51, 143);
    --secondary: rgb(216, 204, 227);
    --white: #ffffff;
    --text-dark: #2d2d2d;
    --transition: all 0.4s ease;
}

.logo img {
    height: 63px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Cairo';
}

body {
    background-color: var(--white);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    [data-aos="fade-left"],
    [data-aos="fade-right"] {
        transform: translate3d(0, 24px, 0) !important;
    }

    [data-aos="fade-left"].aos-animate,
    [data-aos="fade-right"].aos-animate {
        transform: translate3d(0, 0, 0) !important;
    }
}

/* Navbar */
 
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);  
    z-index: 9998;  
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

 
.menu-overlay.active {
    opacity: 1;
    visibility: visible;
} 
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8%;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    height: 72px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    direction: rtl;
} 
.nav-links {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100%;
}

.nav-links li {
    display: flex;
    align-items: center;
}

.nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-dark);
    margin: 0 5px;
    font-weight: 500;
    transition: var(--transition);
    padding: 7px 18px;
    border-radius: 25px;
    font-size: 0.95rem;
    line-height: 1;
}

.nav-links li a:hover, 
.nav-links li a.active {
    color: var(--primary);
    background: #eadcff;
}

.bottom-nav {
    display: none;
}

.nav-links .menu-logo {
    display: none;
}

.nav-links {
    padding-top: 10px;
}
 
.menu-toggle {
    display: none;  
    flex-direction: column;
    cursor: pointer;
    background: var(--primary);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 10001;
    transition: var(--transition);
}

.menu-toggle .bar {
    width: 22px;
    height: 2px;
    background-color: white;
    transition: var(--transition);
    border-radius: 2px;
}
 
.menu-toggle.is-active .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.menu-toggle.is-active .bar:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
}
.menu-toggle.is-active .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-only { display: none; }
 
@media (max-width: 992px) {
    .menu-toggle {
        display: flex;
    }

    .hide-mobile {
        display: none !important;
    } 
    .nav-links.active {
        right: 0;
    }

    .nav-links li {
        width: 100%;
        opacity: 0; 
        transform: translateX(20px);
        transition: 0.4s;
    }

    .nav-links.active li {
        opacity: 1;
        transform: translateX(0);
    }
 
    .nav-links.active li:nth-child(1) { transition-delay: 0.1s; }
    .nav-links.active li:nth-child(2) { transition-delay: 0.2s; }
    .nav-links.active li:nth-child(3) { transition-delay: 0.3s; }
    .nav-links.active li:nth-child(4) { transition-delay: 0.4s; }
    .nav-links.active li:nth-child(5) { transition-delay: 0.5s; }
    .nav-links.active li:nth-child(6) { transition-delay: 0.6s; }

    .nav-links li a {
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #eadcff63;
    }

    .nav-links li a:hover {
        background: #f9f6ff;
        padding-right: 40px; 
    }

    .mobile-only {
        display: block !important;
    }
}
 @media (max-width: 992px) {
    .menu-toggle {
        display: flex !important;  
    }

    .nav-links {
        position: fixed;
        top: 72px;
        right: 0; 
        width: 85%;  
        max-width: 320px;
        height: calc(100vh - 72px);  
        background: #ffffff !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        transform: translateX(110%);
        transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                    box-shadow 0.35s ease;
        box-shadow: none;
        z-index: 10000 !important;
        margin: 0;
        display: flex !important;
        overflow-y: auto;
        overflow-x: hidden;
        will-change: transform;
        -webkit-overflow-scrolling: touch;
    }

    .nav-links.active {
        right: 0 !important;  
        transform: translateX(0);
        box-shadow: -5px 0 25px rgba(0,0,0,0.15);
    }

    .menu-toggle {
        position: relative;
        z-index: 10002;
    }

    .bottom-nav {
        display: flex;
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 10005;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(100, 51, 143, 0.12);
        border-radius: 22px;
        padding: 10px 8px calc(10px + env(safe-area-inset-bottom));
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
        justify-content: space-between;
        gap: 6px;
    }

    .bottom-nav .nav-item {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        text-decoration: none;
        color: #6e5c84;
        font-size: 0.72rem;
        font-weight: 700;
        padding: 8px 4px;
        border-radius: 16px;
        transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }

    .bottom-nav .nav-item i {
        font-size: 1.1rem;
        line-height: 1;
    }

    .bottom-nav .nav-item.active {
        background: #eadcff;
        color: var(--primary);
        transform: translateY(-1px);
    }

    body {
        padding-bottom: 92px;
    }

    .nav-links li {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        opacity: 0;
        transform: translateX(30px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .nav-links .menu-logo {
        display: flex;
        padding: 20px 30px;
        text-align: center;
        border-bottom: 2px solid #64338f;
        margin-bottom: 10px;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .nav-links .menu-logo img {
        height: 60px;
        width: auto;
    }

    .nav-links {
        padding-top: 18px !important;
    }

    .nav-links.active li {
        opacity: 1;
        transform: translateX(0);
    }

    .nav-links.active li:nth-child(1) { transition-delay: 0.05s; }
    .nav-links.active li:nth-child(2) { transition-delay: 0.1s; }
    .nav-links.active li:nth-child(3) { transition-delay: 0.15s; }
    .nav-links.active li:nth-child(4) { transition-delay: 0.2s; }
    .nav-links.active li:nth-child(5) { transition-delay: 0.25s; }
    .nav-links.active li:nth-child(6) { transition-delay: 0.3s; }

    .nav-links li a {
        display: block;
        padding: 18px 30px;
        color: #333 !important;
        text-decoration: none;
        font-size: 1rem;
        text-align: right;
        transition: background 0.2s ease, padding-right 0.2s ease;
    }

    .nav-links li a:hover {
        background: #f9f6ff;
        padding-right: 40px; 
    }

    .mobile-only {
        display: block !important;
    }

    .hide-mobile {
        display: none !important;
    }
}
/* Buttons */
.btn-primary {
    background: linear-gradient(45deg, #59228a, #9353cc);
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: var(--transition);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(100, 51, 143, 0.3);
}

.btn-secondary {
    background: rgb(234 220 255);
    color: var(--primary);
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    margin-left: 15px;
}

.btn-primary-small {
    background: var(--primary);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.9rem;
}

/* Hero Section */
.hero {
    height: 100vh;
    background: url(../img/img.webp) center/cover;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-btns {
    margin-top: 47px;
    padding-bottom: 128px;
}

.hero-content.aos-init.aos-animate {
    padding-top: 100px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #381e558f;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

.subtitle {
    font-size: 1.2rem;
    color: rgb(234 220 255);
    letter-spacing: 2px;
    text-transform: uppercase;
}



.hero-stats {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.stat-item {
    font-size: 1.5rem;
    border: 1px solid rgb(234 220 255 / 23%);
    padding: 10px 30px;
    border-radius: 15px;
}

/* About Section */

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

header#home::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 140px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0,40 C240,0 360,0 720,120 C1080,240 1200,20 1440,40 L1440,180 L0,180 Z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

.label {
    color: var(--primary);
    font-weight: bold;
    letter-spacing: 2px;
}

.about-text h2 {
    font-size: 2.5rem;
    margin: 15px 0;
    color: var(--primary);
}

.check-list {
    list-style: none;
    margin: 25px 0;
}

.check-list li {
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.check-list i {
    color: var(--primary);
    margin-left: 10px;
}

.about-image img {
    width: 100%;
}

/* Services */


.section-header {
    text-align: center;
    margin-bottom: 60px;
}



.service-card {
    background: white;
    /* padding: 40px; */
    border-radius: 25px;
    text-align: center;
    transition: var(--transition);
    border: 1px solid #eee;
}

.service-card.featured {
    /* background: var(--primary); */
    color: white;
}

.s-icon {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 20px;
}

.featured .s-icon, .featured h3 {
    color: white;
}

.btn-card {
    margin-top: 20px;
    display: inline-block;
    color: var(--primary);
    font-weight: bold;
    text-decoration: none;
}

/* Stats Bar */
.stats-bar {
    background: var(--primary);
    display: flex;
    justify-content: space-around;
    padding: 60px 8%;
    color: white;
    text-align: center;
}

.stat-box h3 {
    font-size: 3rem;
    margin-bottom: 5px;
    color: var(--secondary);
}

/* Steps */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    text-align: center;
}

.step-num {
    width: 60px;
    height: 60px;
    background: var(--secondary);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 20px;
}

/* Why Us Section with Grid */
.why-us {
    background: rgb(250 250 250);
    color: var(--primary);
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 30px 0;
    font-weight: bold;
}

/* Contact */
.contact-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    background: white;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.info-item i {
    width: 50px;
    height: 50px;
    background: var(--secondary);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}
 
 

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 8% 60px;
    position: relative;
    overflow: hidden;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blob-shape {
    width: 450px;
    height: 450px;
    background: var(--primary);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    overflow: hidden;
    animation: morphing 8s ease-in-out infinite;
    box-shadow: 0 20px 50px rgba(100, 51, 143, 0.2);
    position: relative;
    z-index: 2;
}

.blob-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }

    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.floating-stat-card {
    position: absolute;
    bottom: 20px;
    right: 50px;
    background: white;
    padding: 20px 35px;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 10;
    text-align: center;
    animation: floating 3s ease-in-out infinite;
}

.stat-number {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.decoration-blob {
    position: absolute;
    width: 500px;
    height: 500px;
    background: var(--secondary);
    opacity: 0.5;
    filter: blur(40px);
    border-radius: 50%;
    z-index: 1;
    animation: drift 10s linear infinite;
}

.logo-hero {
    filter: brightness(0) invert(1);
}

.logo-hero img {
    height: auto;
    width: 70%;
}

@keyframes drift {
    from {
        transform: rotate(0deg) translateX(20px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateX(20px) rotate(-360deg);
    }
}

.hero-content h1 {
    font-size: 3.3rem;
    color: rgb(255 255 255);
    margin-top: 5px;
}

 

nav.navbar.scrolled {
    padding-top: 10px;
    padding-bottom: 5px;
    height: 80px;
}

.about-text.aos-init.aos-animate {
    font-size: 1.1rem;
}

.services-section {
    padding: 80px 0;
    background: linear-gradient(90deg, #eadcff, #f6f0ff);
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}


.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    width: 50%;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: -15px;
    left: 25%;
    margin-bottom: 10px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
}

.service-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    border: 1px solid #eee;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: -7 20px 40px rgba(0,0,0,0.1);
}

.service-img {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card:hover .service-img img {
    transform: scale(1.1);
}

.service-content {
    padding: 40px 20px 30px;
    text-align: center;
}

.service-content h3 {
    font-size: 1.5rem;
    color: #56026e;
    margin-bottom: 15px;
}

.service-content p {
    color: #504652;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.btn-card {
    display: inline-block;
    padding: 10px 25px;
    background-color: transparent;
    color: #9C27B0;
    border: 2px solid #9C27B0;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-card i {
    margin-right: 5px;
    transition: transform 0.3s ease;
}

.btn-card:hover i {
    transform: translateX(-5px);
}


.hero-content.aos-init.aos-animate p {
    line-height: 34px;
    font-size: 1.2rem;
}

.why-us {
    padding: 50px 0;
    background-color: #fff;
    overflow: hidden;
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

.why-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.why-text-content {
    flex: 1;
    min-width: 350px;
}

.sub-title {
    color: #64338f;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.why-text-content h3 {
    font-size: 2.8rem;
    color: #393939;
    line-height: 1.3;
    margin-bottom: 25px;
}

.quote-box {
    background: #eadcff;
    padding: 20px;
    border-right: 4px solid #64338f;
    margin-bottom: 25px;
    position: relative;
}

.quote-box i {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 2rem;
    color: rgb(255 255 255);
}

.quote-box p {
    font-style: italic;
    color: #555;
    font-size: 1.1rem;
    margin: 0;
}

.description {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 35px;
    font-size: 1.1rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.f-icon {
    width: 40px;
    height: 40px;
    background: #eadcff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64338f;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    transition: 0.3s;
}

.feature-item:hover .f-icon {
    background: #64338f;
    color: #fff;
    transform: rotateY(180deg);
}

.feature-item span {
    color: #444;
    font-size: 1.2rem;
    font-weight: 400;
}

.btn-primary-elegant {
    display: inline-block;
    padding: 15px 40px;
    background: #64338f;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgb(234 220 255);
}

.btn-primary-elegant:hover {
    background: #752eb4;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgb(234 220 255);
}

.why-image-wrapper {
    flex: 1;
    min-width: 350px;
    position: relative;
    display: flex;
    justify-content: center;
}

.main-img-card {
    position: relative;
    width: 100%;
    max-width: 500px;
    z-index: 1;
}

.main-img-card img {
    width: 100%;
}

.floating-badge {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    animation: float 3s ease-in-out infinite;
}

.floating-badge i {
    color: #ffd700;
    font-size: 1.5rem;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

 

.stats-section {
    position: relative;
    padding: 60px 0;
    background-image: url('../img/img-s.webp');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    overflow: hidden;
}

.stats-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(54 53 54 / 37%);
    z-index: 1;
}

.stats-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    padding: 0 20px;
    text-align: center;
}

.stat-item {
    color: #ffffff;
    transition: transform 0.3s ease;
    background: #e7ccff1c;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(12px);
    /* Safari */
}

.stat-item:hover {
    transform: translateY(-10px);
}

.stat-icon {
    font-size: 2.5rem;
    color: #cdacff;
    margin-bottom: 15px;
}

.stat-item h3 {
    font-size: 3.5rem;
}

.stat-item p {
    font-size: 1.1rem;
}

.stat-item h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #ed81ff;
    margin: 10px auto;
}

 

:root {
    --primary-color: #64338f;
    --secondary-color: #eadcff;
    --accent-color: #4b266e;
    --bg-light: #f9f7ff;
    --white: #ffffff;
}

.process-section {
      background-color: #eadeff9c;
      direction: rtl;
      font-family: 'Cairo', sans-serif;
      overflow: hidden;
}

.process-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-top: 50px;
}



.sub-badge {
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 10px;
}

 .steps-timeline {
    flex: 1.2;
}

.step-item {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    position: relative;
}

.step-number-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
     color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(100, 51, 143, 0.3);
}

.step-line {
    position: absolute;
    top: 50px;
    right: 24px;
    width: 2px;
    
    background: var(--secondary-color);
       z-index: 1;
}

.step-info {
    background: var(--white);
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(100, 51, 143, 0.05);
    flex: 1;
    transition: 0.3s;
    border-right: 4px solid transparent;
}

.step-item:hover .step-info {
    transform: translateX(-10px);
    border-right: 4px solid var(--primary-color);
    }

.step-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
     margin-bottom: 10px;
}

.step-info h3 {
    color: var(--primary-color);
    margin-bottom: 8px;
    font-size: 1.3rem;
}

.step-info p {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
}

 .encouragement-box {
    margin-top: 50px;
    padding: 35px;
    text-align: center;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 20px;
    color: var(--white);
    box-shadow: 0 15px 30px rgba(100, 51, 143, 0.2);
}

.encouragement-box p {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.btn-shine {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 35px;
    background: var(--white);
    color: var(--primary-color);
     border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    transition: 0.3s;
    text-transform: uppercase;
}

.btn-shine:hover {
    transform: scale(1.05);
    background: var(--secondary-color);
    color: var(--primary-color);
}
 .process-image-side {
    flex: 0.8;
    position: sticky;
    top: 100px;
}

.image-stack {
    position: relative;
}

.main-img {
    width: 100%;
    border-radius: 20px;
      box-shadow: 20px 20px 0px var(--secondary-color);
}

.floating-card {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--white);
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-right: 4px solid var(--primary-color);
}

.floating-card i {
    color: var(--primary-color);
     font-size: 1.5rem;
}

.floating-card span {
    font-weight: 700;
    color: var(--primary-color);
}
 
 .contact-section {
    background-color: #eae6f1;
    direction: rtl;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
    align-items: stretch;
}
 .form-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(100, 51, 143, 0.05);
    border: 1px solid #eadcff;
}

.form-card h3 {
    color: #64338f;
    font-size: 1.8rem;
    margin-bottom: 30px;
    position: relative;
}

.form-card h3::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #eadcff;
    margin-top: 10px;
}

/* Map Section Styles */
.contact-map-wrapper {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.map-card {
    background: #ffffff;
    padding: 3px;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(100, 51, 143, 0.05);
    border: 1px solid #eadcff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.map-container {
    width: 100%;
    height: 100%;
    flex: 1;
    overflow: hidden;
    border-radius: 10px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
 .input-group {
    position: relative;
    margin-bottom: 20px;
}

.input-group i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #64338f;
    font-size: 1rem;
}

.input-group textarea ~ i {
    top: 25px;
}

.input-group input, .input-group select, .input-group textarea {
    width: 100%;
    padding: 15px 45px 15px 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fdfbff;
    font-family: 'Cairo';
    font-size: 0.95rem;
    outline: none;
    transition: all 0.3s ease;
}

.input-group input:focus, .input-group select:focus, .input-group textarea:focus {
    border-color: #64338f;
    background: #fff;
    box-shadow: 0 0 10px rgba(100, 51, 143, 0.1);
}

 .btn-submit-luxury {
    width: 100%;
    padding: 18px;
    background:linear-gradient(90deg, #3f126a, #7e2ace);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: all 0.5s ease;
    box-shadow: 0 10px 20px rgba(100, 51, 143, 0.2);
}

.btn-submit-luxury:hover {
    background: linear-gradient(90deg,  #7e2ace, #3f126a);
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(100, 51, 143, 0.3);
}

 .info-card-luxury {
    position: relative;
    background-image: url('../img/2147934223.webp');
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    padding: 50px;
    color: white;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}

.overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(47 29 62 / 85%) 0%, rgb(56 9 101 / 75%) 100%);
    z-index: 1;
}

.info-content-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.info-content-inner h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.info-item-luxury {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.icon-box {
    width: 45px;
    height: 45px;
    background: rgba(234, 220, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #eadcff;
}

.text-box strong {
    display: block;
    font-size: 1.1rem;
    color: #eadcff;
    margin-bottom: 5px;
}

.text-box p {
    font-size: 0.95rem;
    opacity: 0.9;
}

 .social-links-contact {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.social-links-contact a {
    width: 40px;
    height: 40px;
    background: white;
    color: #64338f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.social-links-contact a:hover {
    background: #eadcff;
    transform: scale(1.1);
}

 
 
.main-footer {
    background-color: #2c1144; 
    color: #ffffff;
    padding: 23px 0 15px;
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr; 
    gap: 50px;
}

.footer-col h4 {
    color: #eadcff; 
    font-size: 1.4rem;
    margin-bottom: 25px;
    position: relative;
}

.footer-col h4::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #64338f;
    margin-top: 10px;
}
 
.footer-logo {
    font-size: 2rem;
    font-weight: 800;
    color: #eadcff;
    /* margin-bottom: 20px; */
}

.about-col p {
    color: #f5ebff;
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 25px;
}

.footer-socials {
    display: flex;
    gap: 15px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    background: rgba(100, 51, 143, 0.3);
    border: 1px solid #64338f;
    color: #eadcff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    background: #64338f;
    color: #fff;
    transform: translateY(-5px);
}
 
.links-col ul {
    list-style: none;
    padding: 0;
}

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

.links-col ul li a {
    color: #d1c1e0;
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.95rem;
}

.links-col ul li a:hover {
    color: #eadcff;
    padding-right: 10px; 
}
 
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: #d1c1e0;
}

.contact-item i {
    color: #eadcff;
    font-size: 1.1rem;
}
 
.footer-bottom {
    padding-top: 15PX;
    border-top: 1px solid rgba(234, 220, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #9d8db0;
}

.footer-bottom span {
    color: #eadcff;
    font-weight: bold;
}
 
@media (max-width: 992px) {
        .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .blob-shape {
        width: 300px;
        height: 300px;
    }

    .hero-image-wrapper {
        order: -1;
    }
    .why-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .hero-btns {
        padding-bottom: 180px;
    }

    .why-text-content h3 {
        font-size: 2rem;
    }

    .features-grid {
        justify-content: center;
    }

    .quote-box {
        border-right: none;
        border-bottom: 4px solid #64338f;
        margin: 18px;
    }

    .why-image-wrapper {
        margin-bottom: 50px;
    }
    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
    
    .process-content {
        flex-direction: column-reverse;
    }

    .process-image-side {
        position: static;
        margin-bottom: 40px;
        flex: 1;
        width: 100%;
    }
    .contact-grid {
        grid-template-columns: 1fr;        text-align: center;
    }

    .info-card-luxury {
        padding: 40px 20px;
    }

    .form-card {
        padding: 30px 20px;
    }
    .main-img {
        box-shadow: 10px 10px 0px var(--secondary-color);
    }

    .step-line {
        right: 24px;
    }
}

@media (max-width: 768px) {
        .about-grid, .contact-container {
        grid-template-columns: 1fr;
    }
    .logo img {
    height: 40px;
}
.hero-content.aos-init.aos-animate p {
    line-height: 26px;
    font-size: 1rem;
}
.subtitle{font-size: 1rem;}
    .hero h1 {
        font-size: 2.4rem;
    }
.hero{padding: 100px 5% 60px;}
    .nav-links {
        display: none;
    }
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-col h4::after {
        margin: 10px auto 0;
    }

    .footer-socials {
        justify-content: center;
    }

    .contact-item {
        justify-content: center;
    }
 
    .section-header h2 {
        font-size: 2rem;
    }
 
    .services-grid {
        grid-template-columns: 1fr;
    }

       .stats-section {
        background-attachment: scroll;
        padding: 60px 0;
    }

    .stat-item h3 {
        font-size: 2.5rem;
    }
}
/* Gallery Section */
.luxury-gallery {
    padding: 50px 0;
    background-color: #ffffff;
    direction: rtl;
}

.gallery-mosaic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px; /* ÃƒËœÃ‚Â§ÃƒËœÃ‚Â±ÃƒËœÃ‚ÂªÃƒâ„¢Ã‚ÂÃƒËœÃ‚Â§ÃƒËœÃ‚Â¹ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚ÂµÃƒâ„¢Ã‚Â ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â£ÃƒËœÃ‚Â³ÃƒËœÃ‚Â§ÃƒËœÃ‚Â³Ãƒâ„¢Ã…Â  */
    gap: 15px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ÃƒËœÃ‚ÂªÃƒâ„¢Ã‹â€ ÃƒËœÃ‚Â²Ãƒâ„¢Ã…Â ÃƒËœÃ‚Â¹ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚ÂµÃƒâ„¢Ã‹â€ ÃƒËœÃ‚Â± ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â´Ãƒâ„¢Ã†â€™Ãƒâ„¢Ã¢â‚¬Å¾ ÃƒËœÃ‚ÂºÃƒâ„¢Ã…Â ÃƒËœÃ‚Â± Ãƒâ„¢Ã¢â‚¬Â¦Ãƒâ„¢Ã¢â‚¬Â ÃƒËœÃ‚ÂªÃƒËœÃ‚Â¸Ãƒâ„¢Ã¢â‚¬Â¦ */
.gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item.tall {
    grid-row: span 2;
}

.gallery-item.wide {
    grid-column: span 2;
}

/* ÃƒËœÃ‚Â·ÃƒËœÃ‚Â¨Ãƒâ„¢Ã¢â‚¬Å¡ÃƒËœÃ‚Â© ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¸Ãƒâ„¢Ã¢â‚¬Å¾ Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã†â€™Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â¦ÃƒËœÃ‚Â§ÃƒËœÃ‚Âª ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Â ÃƒËœÃ‚Â¯ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â¡Ãƒâ„¢Ã‹â€ Ãƒâ„¢Ã‚ÂÃƒËœÃ‚Â± */
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(93, 51, 143, 0.8), transparent);
    display: flex;
    align-items: flex-end;
    padding: 25px;
    opacity: 0;
    transition: all 0.4s ease;
}

.gallery-overlay span {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-overlay span {
    transform: translateY(0);
}

/* ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚ÂªÃƒËœÃ‚Â¬ÃƒËœÃ‚Â§Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â¨ Ãƒâ„¢Ã¢â‚¬Â¦ÃƒËœÃ‚Â¹ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â¦Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â§Ãƒâ„¢Ã…Â Ãƒâ„¢Ã¢â‚¬Å¾ Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚ÂªÃƒËœÃ‚Â§ÃƒËœÃ‚Â¨Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Âª */
@media (max-width: 992px) {
    .gallery-mosaic {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }
}

@media (max-width: 576px) {
    .gallery-mosaic {
        grid-template-columns: 1fr; /* ÃƒËœÃ‚ÂµÃƒâ„¢Ã‚Â Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â§ÃƒËœÃ‚Â­ÃƒËœÃ‚Â¯ Ãƒâ„¢Ã‚ÂÃƒâ„¢Ã…Â  ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â¦Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â¨ÃƒËœÃ‚Â§Ãƒâ„¢Ã…Â Ãƒâ„¢Ã¢â‚¬Å¾ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚ÂµÃƒËœÃ‚ÂºÃƒâ„¢Ã…Â ÃƒËœÃ‚Â± */
        grid-auto-rows: 250px;
    }
    
    .gallery-item.large, 
    .gallery-item.tall, 
    .gallery-item.wide {
        grid-column: span 1;
        grid-row: span 1;
    }
    .form-card h3::after { 
    margin: 10px auto;}
}

/* Floating Icons Styles */
.float-btn {
    position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

/* Ã˜Â²Ã˜Â± Ã˜Â§Ã™â€žÃ™Ë†Ã˜Â§Ã˜ÂªÃ˜Â³Ã˜Â§Ã˜Â¨ - Ã™Å Ã™â€¦Ã™Å Ã™â€  Ã˜Â£Ã˜Â³Ã™ÂÃ™â€ž */
.float-btn.whatsapp {
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
}

/* Ã˜Â²Ã˜Â± Ã˜Â§Ã™â€žÃ˜Â§Ã˜ÂªÃ˜ÂµÃ˜Â§Ã™â€ž - Ã™Å Ã˜Â³Ã˜Â§Ã˜Â± Ã˜Â£Ã˜Â³Ã™ÂÃ™â€ž */
.float-btn.phone {
    bottom: 30px;
    left: 30px;
    background-color: #5d338f; /* Ã™â€žÃ™Ë†Ã™â€  Ã˜Â¨Ã˜Â±Ã˜Â§Ã™â€ Ã˜Â¯Ã™Æ’ Ã˜Â§Ã™â€žÃ˜Â¨Ã™â€ Ã™ÂÃ˜Â³Ã˜Â¬Ã™Å  */
}

/* Ã˜Â²Ã˜Â± Ã˜Â§Ã™â€žÃ˜Â¹Ã™Ë†Ã˜Â¯Ã˜Â© Ã™â€žÃ™â€žÃ˜Â£Ã˜Â¹Ã™â€žÃ™â€° - Ã™ÂÃ™Ë†Ã™â€š Ã˜Â²Ã˜Â± Ã˜Â§Ã™â€žÃ™Ë†Ã˜Â§Ã˜ÂªÃ˜Â³Ã˜Â§Ã˜Â¨ Ã™â€šÃ™â€žÃ™Å Ã™â€žÃ˜Â§Ã™â€¹ */
.float-btn.back-to-top {
    bottom: 100px;
    right: 30px;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

/* Ã˜Â­Ã˜Â§Ã™â€žÃ˜Â© Ã˜Â§Ã™â€žÃ˜Â¸Ã™â€¡Ã™Ë†Ã˜Â± Ã™â€žÃ˜Â²Ã˜Â± Ã˜Â§Ã™â€žÃ˜Â¹Ã™Ë†Ã˜Â¯Ã˜Â© Ã™â€žÃ™â€žÃ˜Â£Ã˜Â¹Ã™â€žÃ™â€° */
.float-btn.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Ã˜ÂªÃ˜Â£Ã˜Â«Ã™Å Ã˜Â± Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â§Ã™Ë†Ã˜Â³ (Hover) */
.float-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
}

/* Ã˜Â£Ã™â€ Ã™â€¦Ã™Å Ã˜Â´Ã™â€  Ã™â€ Ã˜Â¨Ã˜Â¶ Ã˜Â®Ã™ÂÃ™Å Ã™Â Ã™â€žÃ™â€žÃ™Ë†Ã˜Â§Ã˜ÂªÃ˜Â³Ã˜Â§Ã˜Â¨ Ã™â€žÃ˜Â¬Ã˜Â°Ã˜Â¨ Ã˜Â§Ã™â€žÃ˜Â§Ã™â€ Ã˜ÂªÃ˜Â¨Ã˜Â§Ã™â€¡ */
@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.float-btn.whatsapp {
    animation: pulse-green 2s infinite;
}

/* Ã˜Â§Ã™â€žÃ˜ÂªÃ˜Â¬Ã˜Â§Ã™Ë†Ã˜Â¨ Ã™â€žÃ™â€žÃ™â€¦Ã™Ë†Ã˜Â¨Ã˜Â§Ã™Å Ã™â€ž (Ã˜ÂªÃ˜ÂµÃ˜ÂºÃ™Å Ã˜Â± Ã˜Â§Ã™â€žÃ˜Â­Ã˜Â¬Ã™â€¦ Ã™â€šÃ™â€žÃ™Å Ã™â€žÃ˜Â§Ã™â€¹) */
@media (max-width: 768px) {
    .float-btn {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    .float-btn.whatsapp { right: 20px; bottom: 20px; }
    .float-btn.phone { left: 20px; bottom: 20px; }
    .float-btn.back-to-top { right: 20px; bottom: 85px; }
}


.float-btn.back-to-top {
    bottom: 100px;
    right: 30px;
    background-color: #5d338f; /* Ã™â€žÃ™Ë†Ã™â€  Ã˜Â¨Ã˜Â±Ã˜Â§Ã™â€ Ã˜Â¯Ã™Æ’ */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* Ã˜Â­Ã˜Â±Ã™Æ’Ã˜Â© Ã˜Â¸Ã™â€¡Ã™Ë†Ã˜Â± Ã˜Â§Ã™â€žÃ˜Â²Ã˜Â± Ã™â€ Ã™ÂÃ˜Â³Ã™â€¡ Ã™â€ Ã˜Â§Ã˜Â¹Ã™â€¦Ã˜Â© */
}

.float-btn.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}