* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 100%;
}

:root {
    --primary-color: #e75c00;
    --light-primary-color: #ebebeb;
    --text-gray: #555;
    --white: #fff;
    --font-family: Arial, sans-serif;
    --font-family-secondary: 'Tajawal', sans-serif;
    --primary: #e75c00;
    /* your primary */
    --light-primary: #ebebeb;
    /* your light primary */
    --accent-blue: #073a6b;
    --accent-red: #c6283e;
    --gap: 24px;
    --max-width: 920px;
    --font: 'Poppins', sans-serif;
}

.hidden{
    display: none !important;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.Container .logo {
    width: 60px;
    height: 60px;
}

/* Header*/
header {
    background: white;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    font-size: 1.8rem;
    font-weight: 700;
    color: #e75c00;
    font-family: var(--font-family-secondary);
    text-decoration: none;
}

.logo a {
    font-size: 1.8rem;
    font-weight: 700;
    color: #e75c00;
    font-family: var(--font-family-secondary);
    text-decoration: none;
}




.BtnPrimary {
    background: var(--primary-color);
    color: white;
    padding: 13px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s;
}

nav {

    position: fixed;

    display: flex;

    align-items: center;

    justify-content: center;

    top: 0;

    left: 0;

    width: 100%;

    height: 80px;

    background-color: #fff;

    z-index: 9999;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);

}



nav .Container {

    display: flex;

    position: absolute;

    justify-content: space-between;

    align-items: center;

    background-color: white;

    width: 100%;

    height: 100%;

    z-index: 5;

}





a {

    text-decoration: none;

}



.NavLinks {

    height: 100%;

    display: flex;

    gap: 40px;

    justify-content: space-between;

    align-items: center;

    flex: 1;

}



.NavLinks .TadweeraStarted a {

    text-decoration: none;

    color: white;

}

.NavLink {

    height: 100%;

    padding: 10px;

    display: flex;

    justify-content: center;

    align-items: center;

    font-weight: 500;

    color: #565656;



}



.NavLink.Active {

    color: var(--primary-color);

}





.NavCont {

    height: 100%;

    display: flex;

    align-items: center;

    gap: 4px;

    justify-content: space-between;

    margin: 0 auto;

}



nav .Container .BrandLogo img {

    height: 70px;

    width: 100px;

    object-fit: contain;

    margin: 0 auto;

    flex-shrink: 0;

}



.MobileNavToggle {

    display: none;

    position: fixed;

    top: 20px;

    left: 20px;

    z-index: 1101;

    width: 40px;

    height: 30px;

    cursor: pointer;

}





@media screen and (max-width: 768px) {

    .NavLinks {

        position: fixed;

        top: 80px;

        left: 0;

        width: 100%;

        height: calc(100% - 80px);

        overflow-y: auto;

        overflow-x: hidden;

        background: #fff;

        flex-direction: column;

        justify-content: space-between;

        padding: 10px 0px;

        display: none;

        z-index: 1000;

    }



    .NavCont {

        height: unset;

        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 2px;

    }



    .TadweeraStarted {

        margin-top: auto;

        padding: 0 20px 15px;

        width: 100%;

    }

    .NavLinks .TadweeraStarted a {

        width: 100%;

        display: inline-block;

        text-align: center;

    }

    .NavLink {

        height: unset;

        width: 100%;

        padding: 13px 20px;

        border-bottom: 1px solid #ededed;

        justify-content: flex-start;

    }

    .NavLinks.active {

        display: flex;

    }



    .MobileNavToggle {

        display: block;

        position: relative;

        top: 0;

        left: 0;

    }



    .BurgerIcon,

    .BurgerIcon::before,

    .BurgerIcon::after {

        content: '';

        display: block;

        height: 3px;

        width: 25px;

        background: #333;

        margin: 6px 0;

        transition: 0.3s;
    }

}



/* Hero Section */
.hero {
    position: relative;
    color: white;
    height: 100vh;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    padding: 200px 0px 100px;
}


.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.hero .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.story .container {
    max-width: var(--max-width);
    margin: 0px auto;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: Poppins, sans-serif;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
}


video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}



.story {
    padding: 80px 20px;
    background-color: var(--white);
}

.story .container {
    max-width: var(--max-width);
    margin: 0 auto;
}




.story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.story-text {
    padding-right: 20px;
}

.story-text h3 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 25px;
    font-weight: 600;
}

.story-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-gray);
    margin-bottom: 20px;
}

.story-text .highlight {
    color: var(--primary-color);
    font-weight: 600;
}

.story-images {
    position: relative;
    height: 450px;
    margin-left: -30px;
}

.story-image {
    position: absolute;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.story-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(231, 92, 0, 0.15);
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-1 {
    width: 280px;
    height: 220px;
    bottom: 50px;
    right: 0;
    z-index: 3;
}

.image-2 {
    width: 250px;
    height: 200px;
    top: 20px;
    right: -90px;
    z-index: 2;
}

.image-3 {
    width: 220px;
    height: 180px;
    top: -80px;
    right: -50px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .story {
        padding: 60px 15px;
    }

    .story h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .story-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .story-text {
        padding-right: 0;
        order: 2;
    }

    .story-text h3 {
        font-size: 1.5rem;
    }

    .story-text p {
        font-size: 1rem;
    }

    .story-images {
        order: 1;
        height: 320px;
        margin: 0 auto;
        max-width: 300px;
        margin-left: 0;
    }

    .image-1 {
        width: 180px;
        height: 135px;
        left: 80px;
        top: 110px;
    }

    .image-2 {
        width: 180px;
        height: 140px;
        left: 130px;
        top: 5px;
    }

    .image-3 {
        width: 160px;
        height: 120px;
        top: -60px;
        right: -20px;
    }
}





/* Our Services */

.Services .container h2, .testimonials h2, .story h2 , .partnership-options h2, .vission-section h2 , .partnership-intro h2, .mission-section h2, .numbers-section h2 , .corporate-partners h2{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 30px;
}

/* Our Services */
.three-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    gap: 0px;
}

@media (max-width: 768px) {
    .three-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}



.card {
    width: 82%;
    text-align: left;
    color: white;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
    justify-content: center;
    padding: 30px;
    border-radius: 8px;
    background: rgb(231, 92, 0);
    margin: auto;
}


.card h3 {
    font-size: 19px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
}

.card h4 {
    font-size: 17px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.card p {
    font-size: 1rem;
    line-height: 1.6;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-button {
    background: white;
    color: var(--primary-color);
    padding: 12px 30px;
    border: 2px solid var(--light-primary-color);
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
}

.card-button:hover {
    background: var(--light-primary-color);
    color: var(--primary-color);
}


/* Numbers Section */
.numbers-section {
    padding: 80px 20px;
    background-color: var(--light-primary);
}

.numbers-section .container {
    margin: 0 auto;
}


.numbers-section p {
    text-align: center;
    font-size: 1.1rem;
    color: var(--text-gray);
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--gap);
    margin-top: 40px;
}

.number-card {
    background: var(--white);
    padding: 40px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.number-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(231, 92, 0, 0.15);
}

.number {
    font-size: 29px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: block;
}

.number-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--accent-blue);
    margin-bottom: 8px;
}

.number-description {
    font-size: 0.9rem;
    color: var(--text-gray);
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .numbers-section {
        padding: 60px 15px;
    }

    .numbers-section h2 {
        font-size: 2rem;
    }

    .numbers-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }

    .number-card {
        padding: 30px 15px;
    }

    .number {
        font-size: 1.5rem;
    }

    .number-label {
        font-size: 1rem;
    }

    .number-description {
        font-size: 0.85rem;
    }
}

@media screen and (max-width: 480px) {
    .numbers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}





/* vission Section */
.vission-section {
    padding: 60px 0;
    background: white;
    text-align: center;
}

.vission-content {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

    .vission-content {
        display: flex;
        gap: 15px;
        margin-bottom: 30px;
    }
}

.vission-text p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
}

.learn-more-btn {
    background: var(--primary-color);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}

.learn-more-btn:hover {
    background: var(--light-primary-color);
    color: var(--primary-color)
}

.vision-card {
    background-color: white;
    max-width: 800px;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin: 30px;
}

.vision-title {
    color: #e75c00;
    font-size: 3rem;
    margin-bottom: 40px;
    font-weight: 800;
    text-align: center;
    position: relative;
}

.vision-title:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #e75c00;
    margin: 15px auto 0;
    border-radius: 2px;
}

.vision-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
    padding-left: 35px;
}

.vision-item:before {
    content: "•";
    color: #e75c00;
    font-size: 2.5rem;
    position: absolute;
    left: 0;
    top: -10px;
}

.vision-text {
    font-size: 1.1rem;
    font-weight: 500;
}

.highlight {
    color: #e75c00;
    font-weight: 700;
}

@media (max-width: 768px) {
    .vision-card {
        padding: 30px 20px;
    }

    .vision-title {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }

    .vision-item {
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .vision-text {
        font-size: 1rem;
    }
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .circle {
        width: 60px;
        height: 60px;
    }   
}

.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item {
    text-align: center;
}

.reframe {
    border-color: #6a1b9a;
}

/* purple */
.empower {
    border-color: #f57c00;
}

/* orange */
.connect {
    border-color: #1565c0;
}

/* blue */
.celebrate {
    border-color: #f9a825;
}

/* yellow */

.label {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.label.reframe {
    color: #6a1b9a;
}

.label.empower {
    color: #f57c00;
}

.label.connect {
    color: #1565c0;
}

.label.celebrate {
    color: #f9a825;
}

/* Animation CSS only - add to your existing CSS */

.item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.item:nth-child(1) { animation-delay: 0.2s; }
.item:nth-child(2) { animation-delay: 0.4s; }
.item:nth-child(3) { animation-delay: 0.6s; }
.item:nth-child(4) { animation-delay: 0.8s; }

.circle {
    transition: transform 0.3s ease;
    animation: float 3s ease-in-out infinite;
}

.item:nth-child(1) .circle { animation-delay: 0s; }
.item:nth-child(2) .circle { animation-delay: 0.5s; }
.item:nth-child(3) .circle { animation-delay: 1s; }
.item:nth-child(4) .circle { animation-delay: 1.5s; }

.circle:hover {
    transform: scale(1.1);
}

.vission-section .label {
    transition: transform 0.3s ease;
    font-size: 13px;
}

.item:hover .label {
    transform: translateY(-5px);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}


/* Mission Section */

.mission-section {
    padding: 60px 0;
}

.snake-container {
    max-width: 600px;
    margin: 70px auto;
    position: relative;
}

.snake-segment {
    position: relative;
    height: 150px;
    margin: -30px 0;
}

@media screen and (max-width: 768px) {
    .snake-segment {
        margin: 50px 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .snake-segment:nth-child(even) .snake-svg-container,
    .snake-segment:nth-child(odd) .snake-svg-container {
        display: none;
    }

}

.snake-svg-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    z-index: 3;
}

.snake-svg {
    width: 150px;
    height: 150px;
    transform-origin: center;
}

/* Alternating positions */
.snake-segment:nth-child(odd) .snake-svg-container {
    right: 50%;
    margin-right: -50px;
}

.snake-segment:nth-child(even) .snake-svg-container {
    left: 50%;
    margin-left: -70px;
}

/* Flip SVG for even segments to create snake effect */
.snake-segment:nth-child(even) .snake-svg {
    transform: scaleX(-1);
}

/* Different colors for each segment */
.snake-segment:nth-child(1) .snake-path {
    fill: var(--primary-color);
}

.snake-segment:nth-child(1) .snake-circle {
    fill: var(--primary-color);
}

.snake-segment:nth-child(2) .snake-path {
    fill: var(--light-primary-color);
}

.snake-segment:nth-child(2) .snake-circle {
    fill: var(--light-primary-color);
}

.snake-segment:nth-child(3) .snake-path {
    fill: black;
}

.snake-segment:nth-child(3) .snake-circle {
    fill: black;
}

.snake-segment:nth-child(4) .snake-path {
    fill: var(--primary-color);
}

.snake-segment:nth-child(4) .snake-circle {
    fill: var(--primary-color);
}

.snake-segment:nth-child(5) .snake-path {
    fill: var(--light-primary-color);
}

.snake-segment:nth-child(5) .snake-circle {
    fill: var(--light-primary-color);
}

.snake-segment:nth-child(6) .snake-path {
    fill: black;
}

.snake-segment:nth-child(6) .snake-circle {
    fill: black;
}

.snake-segment:nth-child(7) .snake-path {
    fill: var(--primary-color);
}

.snake-segment:nth-child(7) .snake-circle {
    fill: var(--primary-color);
}

.snake-segment:nth-child(8) .snake-path {
    fill: var(--light-primary-color);
}

.snake-segment:nth-child(8) .snake-circle {
    fill: var(--light-primary-color);
}

.snake-segment:nth-child(9) .snake-path {
    fill: black;
}

.snake-segment:nth-child(9) .snake-circle {
    fill: black;
}

.snake-segment:nth-child(10) .snake-path {
    fill: var(--primary-color);
}

.snake-segment:nth-child(10) .snake-circle {
    fill: var(--primary-color);
}

.snake-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-1px, -4px);
    color: white;
    font-size: 24px;
    z-index: 4;
}

.content-side {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
}

.snake-segment:nth-child(odd) .content-side {
    left: 0;
    text-align: left;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .snake-segment:nth-child(odd) .content-side {
        width: 70%;
    }
}

.snake-segment:nth-child(even) .content-side {
    right: 0;
    text-align: right;
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .snake-segment:nth-child(even) .content-side {
        width: 70%;
    }
}



.image-side {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.snake-segment:nth-child(odd) .image-side {
    position: absolute;
    right: 140px;
}

.snake-segment:nth-child(even) .image-side {
    position: absolute;
    left: 150px;
}

@media screen and (max-width: 768px) {
    .snake-segment:nth-child(odd) .image-side {
        right: 40px;
        width: 80px;
        height: 80px;

    }
}

@media screen and (max-width: 768px) {
    .snake-segment:nth-child(even) .image-side {
        left: 40px;
        width: 80px;
        height: 80px;

    }
}

.image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Responsive */
@media (max-width: 768px) {
    .snake-container {
        max-width: 400px;
    }

    .value-title {
        font-size: 16px;
    }

    .value-description {
        font-size: 11px;
    }

    .content-side {
        width: 40%;
    }

    .image-side {
        width: 70px;
        height: 70px;
    }

    .snake-svg-container {
        width: 100px;
        height: 100px;
    }

    .snake-segment:nth-child(odd) .snake-svg-container {
        margin-right: -50px;
    }

    .snake-segment:nth-child(even) .snake-svg-container {
        margin-left: -50px;
    }

    .snake-icon {
        font-size: 20px;
    }
}


/* Partners Section */
.partners-section {
    padding: 80px 0;
    background: #ebebeb;
    text-align: center;
}

.partners-title {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 50px;
}

.partners-carousel {
    position: relative;
    overflow: hidden;
}

.partners-track {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 20px 0;
    animation: scroll 30s linear infinite;
}

.partner-logo {
    height: 80px;
    width: 120px;
    /* background: white; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #999;
    text-align: center;
    padding: 15px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    flex-shrink: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Testimonials Section */
.testimonials {
    padding: 80px 0;
    background: #f9f9f9;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 50px;
}

.slider-wrapper {
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}

.testimonials-grid {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
}

.testimonial-card {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    max-width: 600px;
    margin: 0 auto 10px;
}

.testimonial-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e75c00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.author-info h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.author-info span {
    font-size: 0.85rem;
    color: #888;
}

.navigation {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.nav-btn {
    background: #e75c00;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.3s;
}

.nav-btn:hover {
    background: #ff7b2f;
    transform: scale(1.1);
}

/* Application Section */
.application-section {
    padding: 100px 0;
    background: #ebebeb;
}

.application-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.application-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.2;
}

.application-text p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.stars {
    color: #ffc107;
    font-size: 1.2rem;
}

.rating-text {
    color: #666;
    font-size: 0.9rem;
}

.application-form {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #e75c00;
}

.submit-btn {
    background: var(--primary-color);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
    margin-top: 15px;
}

.submit-btn:hover {
    background: var(--light-primary-color);
    color: var(--primary-color);
    color: #f3e3d8;
}

/* Footer */
footer {
    background: linear-gradient(135deg, #e75c00 0%, #d14500 50%, #b83c00 100%);
    color: white;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b1a, #e75c00, #d14500, #e75c00, #ff6b1a);
    background-size: 200% 100%;
    animation: gradientMove 3s ease-in-out infinite;
}

@keyframes gradientMove {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
    position: relative;
}

.footer-section {
    position: relative;
}

@media screen and (max-width: 768px) {

    .footer-section {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

.footer-section h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: white;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.footer-section p,
.footer-section div {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.8;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.footer-section ul li a::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7rem;
    transition: all 0.3s ease;
}

.footer-section ul li a:hover {
    color: white;
    transform: translateX(5px);
}

.footer-section ul li a:hover::before {
    color: white;
}

/* تحسين Social Icons */
.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.social-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.2rem;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Newsletter section in footer */
.newsletter-section {
    background: rgba(255, 255, 255, 0.1);
    display: none;
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-section h4 {
    color: white;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.newsletter-form input {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.newsletter-form button {
    padding: 12px 20px;
    background: white;
    color: #e75c00;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

/* تحسين Footer Bottom */
.footer-bottom {
    text-align: center;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    margin-top: 40px;
    position: relative;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-section ul li a {
        padding-left: 0;
    }

    .footer-section ul li a::before {
        display: none;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }

    .newsletter-form {
        flex-direction: column;
    }
}

/* إضافة تأثير Scroll Animation */
.scroll-animate {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.scroll-animate.active {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .three-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-content,
    .application-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    nav ul {
        display: none;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}


/* Partner Hero Section */
.partner-hero {
    padding: 150px 0 80px;
    background-color: #f9f9f9;
    text-align: center;
}

.partner-hero h1 {
    font-size: 2.8rem;
    color: #e75c00;
    margin-bottom: 20px;
    font-weight: 700;
}

.partner-hero p {
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.partner-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.partner-cta-btn {
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.partner-cta-btn.primary {
    background-color: #e75c00;
    color: white;
}

.partner-cta-btn.primary:hover {
    background-color: #d35400;
}

.partner-cta-btn.secondary {
    background-color: transparent;
    color: #e75c00;
    border: 2px solid #e75c00;
}

.partner-cta-btn.secondary:hover {
    background-color: rgba(231, 92, 0, 0.1);
}

.partner-logos {
    display: flex;
    justify-content: center;
}

.partner-logos .partner-logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
}

/* Team Sections */
.partner-team-section {
    padding: 80px 0;
    background-color: white;
}

.partner-team-section .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.team-column h2 {
    font-size: 1.8rem;
    color: #e75c00;
    margin-bottom: 25px;
    font-weight: 600;
}

.team-list {
    list-style: none;
}

.team-list li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    color: #666;
}

.team-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #e75c00;
    font-size: 1.5rem;
    line-height: 1;
}

.team-list strong {
    color: #333;
    font-weight: 600;
}

/* Corporate Partners */
.corporate-partners {
    padding: 80px 0;
    background-color: #ebebeb;
    text-align: center;
}


.corporate-partners p {
    max-width: 800px;
    margin: 0 auto 40px;
    color: #666;
    line-height: 1.6;
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.partner-item {
    background-color: white;
    padding: 30px 20px;
    border-radius: 8px;
    font-weight: 700;
    color: #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Contact Form */
#LoadingMenu {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #00000030;
}

#LoadingMenu .WhiteMenuCont {
    width: unset;
    z-index: 102;
    padding: 10px;
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 55px -7px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0px 0px 55px -7px rgba(0, 0, 0, 0.33);
    box-shadow: 0 0px 55px -7px rgb(0 0 0 / 33%);
}

#LoadingMenu svg {
    width: 100px;
    height: 100px;
}

.partner-contact-form {
    padding: 80px 0;
    background-color: white;
    text-align: center;
}

.partner-contact-form h3 {
    font-size: 2rem;
    color: #e75c00;
    margin-bottom: 15px;
    font-weight: 700;
}

.partner-contact-form .subheading {
    max-width: 600px;
    margin: 0 auto 40px;
    color: #666;
    line-height: 1.6;
}

.partner-form {
    max-width: 800px;
    margin: 0 auto;
}

.partner-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.partner-form .form-group {
    flex: 1;
}

.partner-form .full-width {
    width: 100%;
    margin-bottom: 20px;
}

.partner-form input,
.partner-form select,
.partner-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

.partner-form textarea {
    min-height: 120px;
}

.form-checkbox {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.form-checkbox input {
    margin-right: 10px;
}

.partner-submit-btn {
    background-color: #e75c00;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.partner-submit-btn:hover {
    background-color: #d35400;
}

/* Info Section */
.partner-info-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.info-item h4 {
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.dates-list p {
    color: #666;
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .partner-team-section .container {
        grid-template-columns: 1fr;
    }

    .partner-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .partner-form .form-row {
        flex-direction: column;
    }
}



/* Application */


.ApplicationSection {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    margin-top: 80px;
}

.application-header {
    text-align: center;
    margin-bottom: 30px;
}

.application-title {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.application-subtitle {
    font-size: 1rem;
    color: var(--text-gray);
}

.application-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.application-step {
    background-color: var(--light-primary-color);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.step-number {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
}

.step-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.step-desc {
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.4;
}

.application-buttons {
    margin-top: 30px;
    text-align: center;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.btn-secondary {
    background-color: var(--light-primary-color);
    color: var(--primary-color);
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid var(--primary-color);
}

.btn-primary:hover {
    background-color: #cc5000;
}

.btn-secondary:hover {
    background-color: #d6d6d6;
}


/* Partner Page */
.partnership-intro {
    padding: 80px 0;
    text-align: center;
}

.partnership-intro p {
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    color: var(--text-gray);
}

/* Partnership Options Grid */
.partnership-options {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.option-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.option-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.option-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.option-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 15px;
    text-align: left;
    background: none;
}

.option-badge {
    display: inline-block;
    font-weight: 600;
    background: var(--primary-color);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
}

.option-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.option-subtitle {
    font-size: 0.95rem;
    color: var(--text-gray);
}

/* Executive Management Section */
.executive-section {
    padding: 80px 0;
    background-color: var(--white);
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-gray);
    margin-bottom: 60px;
}

.executives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.executive-card {
    text-align: center;
    background: var(--white);
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.executive-card:hover {
    transform: translateY(-5px);
}

.executive-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
    border: 4px solid var(--light-primary-color);
}

.executive-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-gray);
    margin-bottom: 5px;
}

.executive-position {
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 500;
}

/* Partnerships Team Section */
.partnerships-team {
    padding: 80px 0;
    background-color: #f8f9fa;
}

/* Corporate Partners Section */
.corporate-partners {
    padding: 80px 0;
}


.partners-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 1.1rem;
    color: var(--text-gray);
}

.partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.partner-logo {
    width: 120px;
    height: 80px;
    object-fit: contain;
    filter: grayscale(50%);
    transition: filter 0.3s ease;
}
.PartnersLogo img{
    width: 150px;
    height: 150px;
    object-fit: contain;
    -o-object-fit: contain;
    -moz-object-fit: contain;
}
.partner-logo:hover {
    filter: grayscale(0%);
}

/* Contact Form Section */
.contact-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-info h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-gray);
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 1.1rem;
    color: var(--text-gray);
    margin-bottom: 30px;
}

.rating {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.star {
    color: #ffd700;
    font-size: 1.2rem;
}

.rating-text {
    font-size: 0.9rem;
    color: var(--text-gray);
}

.contact-form {
    background: var(--white);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 0px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-gray);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 15px;
    font-family: var(--font-family);
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.form-group textarea {
    height: 120px;
    resize: vertical;
}

.submit-btn {
    background: var(--primary-color);
    color: var(--white);
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    background: #d4520a;
}

/* Location Section */
.location-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: var(--white);
    padding: 60px 0;
}

.location-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    text-align: center;
}

.location-item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.location-item p {
    font-size: 1rem;
    opacity: 0.9;
}

.qr-code {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 10px;
    padding: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .executives-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 30px;
    }

    .section-title {
        font-size: 2rem;
    }

    .partnership-intro p {
        font-size: 1.1rem;
    }
}






/* About Page */


.main-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 40px;
    overflow-x: hidden;
    background: var(--white);
}

/* Header Section */
.header-section {
    text-align: center;
    padding: 70px 0 50px;
    position: relative;
    background: linear-gradient(rgb(135 135 135 / 60%), rgb(101 101 101 / 60%));
    background-size: cover;
    background-position: center;
}

.header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    border-radius: 2px;
}

.main-title {
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--text-gray);
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.title-highlight {
    color: var(--primary-color);
    font-weight: 600;
}

.main-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: #777;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.star-icon {
    font-size: 2.5rem;
    margin-bottom: 30px;
    opacity: 0.8;
}

/* Values Layout */
.values-wrapper {
    position: relative;
    padding: 40px 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.value-card {
    background: var(--white);
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--light-orange), transparent);
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: var(--light-orange);
}

.value-card:hover::before {
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
}

.value-icon {
    font-size: 3rem;
    margin-bottom: 25px;
    display: block;
    opacity: 0.9;
    filter: grayscale(20%);
    transition: all 0.3s ease;
}

.value-card:hover .value-icon {
    transform: scale(1.1);
    filter: grayscale(0%);
    opacity: 1;
}

.value-title {
    font-size: 17px;
    font-weight: 600;
    color: var(--text-gray);
    margin-bottom: 15px;
    line-height: 1.3;
}

.value-title span {
    color: var(--primary-color);
}

.value-description {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    font-weight: 300;
}

/* Subtle decorative elements */
.decoration-line {
    position: absolute;
    width: 2px;
    height: 60px;
    background: linear-gradient(180deg, transparent, var(--light-orange), transparent);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}

.decoration-line.top {
    top: -30px;
}

.decoration-line.bottom {
    bottom: -30px;
}

/* Elegant spacing and typography */
.section-divider {
    width: 60px;
    height: 1px;
    background: var(--primary-color);
    margin: 50px auto;
    opacity: 0.3;
}

/* Minimalist quote section */
.quote-section {
    text-align: center;
    margin-top: 80px;
    padding: 60px 40px;
    background: var(--soft-gray);
    border-radius: 25px;
    position: relative;
}

.quote-text {
    font-size: 1.3rem;
    font-style: italic;
    color: var(--text-gray);
    font-weight: 300;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.quote-author {
    margin-top: 25px;
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-container {
        padding: 40px 20px;
    }

    .main-title {
        font-size: 2.8rem;
    }

    .main-subtitle {
        font-size: 1.1rem;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .value-card {
        padding: 35px 25px;
    }

    .value-icon {
        font-size: 2.5rem;
    }

    .value-title {
        font-size: 1.2rem;
    }

    .quote-section {
        padding: 40px 25px;
        margin-top: 60px;
    }

    .quote-text {
        font-size: 1.1rem;
    }
}

/* Smooth entrance animations */


/* Subtle hover states */
.value-card {
    cursor: default;
}

.value-card:nth-child(odd) {
    background: linear-gradient(145deg, var(--white), #fefefe);
}

.value-card:nth-child(even) {
    background: linear-gradient(145deg, #fefefe, var(--white));
}

/* Clean and minimal approach */
.minimal-badge {
    display: inline-block;
    padding: 8px 16px;
    background: var(--light-orange);
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}





@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}





.arrow{
    width: 40px;
    height: 40px;
}
.arrow.arrow--left .SVGOrigIcon{
    transform: rotate(180deg);
}

.arrow .SVGOrigIcon{
    stroke: white;
    filter: drop-shadow(0px 0px 2px #00000060);
    -webkit-filter: drop-shadow(0px 0px 2px #00000060);
}
.SVGOrigIcon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: none;
    stroke: black;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}



.FormResponse{
    margin-top:10px;
}
.FormResponse.Failed p{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin:5px 0;
    padding:10px;
    border-radius: 5px
}

.FormResponse.Success p{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin:5px;
    padding:10px;
    border-radius: 5px
}