* {
    font-family: 'Cairo', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.hero-pattern {
    background: radial-gradient(circle at top right, rgba(99, 102, 241, 0.1) 0%, rgba(255, 255, 255, 0) 30%);
}

.feature-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(99, 102, 241, 0.1), 0 10px 10px -5px rgba(99, 102, 241, 0.04);
}

.stat-card {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(99, 102, 241, 0.1);
}

/* Hamburger Menu */
.hamburger {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 100;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgb(37 99 235);
    border-radius: 3px;
    opacity: 1;
    right: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 5px;
}

.hamburger span:nth-child(2) {
    top: 13px;
}

.hamburger span:nth-child(3) {
    top: 21px;
}

.hamburger.open span:nth-child(1) {
    top: 13px;
    transform: rotate(135deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    right: -30px;
}

.hamburger.open span:nth-child(3) {
    top: 13px;
    transform: rotate(-135deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 99;
    padding-top: 80px;
}

.mobile-menu.open {
    right: 0;
}

.mobile-menu a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    color: rgb(37 99 235);
    font-weight: 500;
}

.animate-element {
    opacity: 0;
    transform: translateY(20px);
}

.floating {
    animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.hero-title {
    line-height: 1.4 !important;
}

/* New Styles for Added Sections */
.parallax-section {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.success-story-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.success-story-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.platform-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.platform-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.timeline-item {
    position: relative;
    padding-right: 40px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #3B82F6, rgb(37 99 235));
}

.timeline-dot {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #3B82F6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}

.step-number {
    color: #fff;
    background: linear-gradient(-45deg, #3170d4, #3B82F6);
    background-color: #3170d4;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    box-shadow: 3px 3px 0 #020104;
    white-space: nowrap;
}

.cg-wrapper {
    overflow-x: hidden;
    position: relative;
}

.cg-container {
    display: flex;
    width: 300vw;
    position: relative;
}

.cg-mask {
    width: 0;
    transition: width 0.3s;
}

.cg-pin {
    height: 100vh;
    border-radius: 2rem;
    width: 150vw;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    direction: rtl;
}

@media screen and (max-width: 991px) {
    .cg-pin {
        padding: 0 0;
    }
}

.cg-span {
    color: rgb(37 99 235);
    font-size: 1.1rem;
    font-weight: 700;
}

.cg-h1 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: rgb(37 99 235);
}

.cg-col p {
    font-size: 1.1rem;
    color: #444;
    max-width: 40vw;
    text-align: center;
}

@media (max-width: 900px) {
    .cg-container {
        width: 300vw;
    }

    .cg-pin {
        padding: 8vw 2vw;
    }

    .cg-h1 {
        font-size: 1.5rem;
    }

    .cg-col p {
        max-width: 80vw;
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    .cg-container {
        width: 300vw;
    }

    .cg-pin {
        padding: 4vw 1vw;
    }

    .cg-h1 {
        font-size: 1.1rem;
    }

    .cg-col {
        flex-direction: column;
        gap: 1em;
    }

    .cg-col p {
        max-width: 98vw;
        font-size: 0.95rem;
    }
}

.go_to_top {
    position: fixed;
    bottom: 25px;
    left: -75px;
    background-color: #3B82F6;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vmax;
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
    z-index: 999999999;
}

.go_to_top.show {
    bottom: 25px;
    left: 25px;
}

@media screen and (max-width: 500px) {
    .go_to_top.show {
        bottom: 20px;
        left: 10px;
    }
}

.go_to_top i {
    color: #fff;
    font-size: 1.1rem;
}

.go_to_top:hover {
    background-color: #3170d4;
    box-shadow: 0 0 20px #0062ff35;
}

.go_to_top:active {
    scale: 0.95;
}

/* Whatsapp */

.WA_Chat_Widget * {
    z-index: 9999999;
}

.WA_Chat_Widget .WA_FloatingButton {
    position: fixed;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.185);
    border-radius: 50%;
    background: #4fce5d;
    cursor: pointer;
    z-index: 10000;
    transition: 0.3s ease;
}

.WA_Chat_Widget .WA_FloatingButton:hover {
    background: #28a745;
}

.WA_Chat_Widget .WA_FloatingButton svg {
    width: 33px;
    height: 33px;
    fill: #fff;
}

.WA_Chat_Widget[data-position^="top-"] .WA_FloatingButton {
    top: 20px;
}

.WA_Chat_Widget[data-position^="bottom-"] .WA_FloatingButton {
    bottom: 20px;
}

.WA_Chat_Widget[data-position$="-left"] .WA_FloatingButton {
    left: 20px;
}

.WA_Chat_Widget[data-position$="-right"] .WA_FloatingButton {
    right: 20px;
}

.WA_Chat_Widget[data-position$="-center"] .WA_FloatingButton {
    left: 50%;
    transform: translateX(-50%);
}

.WA_Chat_Widget[data-position^="top-"] .WA_ChatBox {
    top: 100px;
}

.WA_Chat_Widget[data-position^="bottom-"] .WA_ChatBox {
    bottom: 100px;
}

.WA_Chat_Widget[data-position$="-left"] .WA_ChatBox {
    left: 30px;
}

.WA_Chat_Widget[data-position$="-right"] .WA_ChatBox {
    right: 30px;
}

.WA_Chat_Widget[data-position$="-center"] .WA_ChatBox {
    left: 50%;
    transform: translateX(-50%);
}

.WA_Chat_Widget .WA_ChatBox {
    position: fixed;
    width: 360px;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

@media screen and (max-width: 450px) {
    .WA_Chat_Widget .WA_ChatBox {
        width: 300px;
    }
}

@media screen and (max-width: 350px) {
    .WA_Chat_Widget .WA_ChatBox {
        width: 250px;
    }
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header {
    width: auto;
    background: #095e54;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .name {
    color: #fff;
    font-weight: 600;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .answer_time {
    color: #e4e4e4;
    font-size: 14px;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close {
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close svg {
    fill: #ffff;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body {
    padding: 20px;
    background: #e6ddd4;
    position: relative;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(./assets/Images/pattern.jpg) center no-repeat;
    background-size: 175%;
    opacity: 1;
    z-index: 0;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message {
    max-width: 280px;
    background: #fff;
    padding: 20px;
    padding-top: 10px;
    border-radius: 8px;
    z-index: 1;
    position: relative;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: -10px;
    top: 0px;
    border-radius: 3px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .username {
    color: var(--main-color);
    font-weight: 500;
    margin-bottom: 5px;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body .message .message_content {
    font-size: 14px;
    color: #000;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer {
    padding: 20px;
    background-color: #fff;
    width: 100%;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn {
    width: 100%;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 1000px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn.btn-whatsapp {
    background: #095e54;
    color: #fff;
    display: block;
    text-align: center;
    transition: 0.3s ease;
}

.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn.btn-whatsapp:hover {
    background: #084c44;
}

.WA_Chat_Widget .WA_ChatBox {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}

.WA_Chat_Widget .WA_ChatBox.visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
}

.WA_Chat_Widget .WA_FloatingButton {
    transition: transform 0.3s ease, background 0.3s ease;
}