 /* About Page Specific Styles */

*{
    body{
        background-color: white;
    }
}

/* Page Header/Breadcrumb */
.page-header {
    position: relative;
    background: linear-gradient(135deg, var(--dark-teal) 0%, var(--teal-pattern) 100%);
    padding: 4rem 0 3rem;
    overflow: hidden;
    margin-top: 0;
    height: 50vh;
}

.page-header-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-image: url('/images/من\ نحن.jpg'); */
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
    background-color:#393D46;

    opacity:0.85;
    z-index: 0;
}


/* صورة على اليمين - for page-header only */
.page-header .hero-left-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    background-image: url('/anaqeed_website_custom/static/img/Frame-hero%20(2).svg');
    background-repeat: repeat-y;
    background-size: 100px auto;
    background-position: left center;
    opacity: 1.5;
    z-index: 2;
}

/* صورة في الأسفل - for page-header only */
.page-header .hero-bottom-image {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    height: 200px;
    background-image: url('/anaqeed_website_custom/static/img/Frame-hero%20(1).svg');
    background-repeat: repeat-x;
    background-size: auto 100px;
    background-position: center bottom;
    opacity: 1.5;
    z-index: 2;
}

.page-header-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 100px;
    color: #DBCDB1;
    position: relative;
    z-index: 3;
}

.breadcrumb a {
    color:  #C9B384;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 22px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

.breadcrumb a:hover {
    color: var(--gold);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.breadcrumb-separator {
    color: #C9B384;
    opacity: 0.8;
    font-size: 48px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

.breadcrumb-current {
    color: var(--gold);
    font-weight: 600;
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    color:  #C9B384;
    margin: 0;
    font-family: 'CoconNextArabic', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 3;
}

/* About Page Section */




.about-page-section {
    background-color: var(--white);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.about-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.about-page-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-page-image-wrapper {
    position: relative;
}

.about-page-image {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    margin-top: -236px;

}

/* Vision & Mission Section */
.vision-mission-section {
    background: linear-gradient(135deg, var(--beige-light) 0%, var(--beige) 100%);
    padding: 5rem 0;
}

.vision-mission-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.vision-mission-item {
    background: var(--white);
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-mission-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.vision-mission-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--gold) 0%, #c9a028 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--white);
}

.vision-mission-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dark-teal);
    margin-bottom: 1.5rem;
    font-family: 'CoconNextArabic', sans-serif;
}

.vision-mission-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-grey);
    margin: 0;
}

/* Values Section */
.values-section {
    background-color: var(--white);
    padding: 6rem 0;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.values-header {
    text-align: center;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.values-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-teal);
    margin: 0;
    font-family: 'CoconNextArabic', sans-serif;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.value-card {
    background: var(--beige-light);
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.value-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: var(--white);
}

.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: var(--dark-teal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: var(--white);
    transition: all 0.3s ease;
}

.value-card:hover .value-icon {
    background: var(--gold);
    transform: scale(1.1);
}

.value-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--dark-teal);
    margin-bottom: 1rem;
    font-family: 'CoconNextArabic', sans-serif;
}

.value-description {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-grey);
    margin: 0;
}

/* Reversed About Section (Section 2) - Image on Right, Text on Left */
.about-content-reversed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    direction: ltr;

}

.about-text-wrapper-reversed {
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    order: 1;
}

.about-image-wrapper-reversed {
    position: relative;
    display: flex;
    align-items: stretch;
    direction: ltr;
    height: 100%;
    overflow: visible;
    margin-right: -250px;
    order: 2;
    gap: 0;
    justify-content: flex-start;
}
.about-side-pattern{
    width: 95px;
    height: 455px;
    background-color: #393D46;
    background-image: url('/anaqeed_website_custom/static/img/Group%20418%20(1).png');
    background-repeat: repeat-y;
    background-size: 100px auto;
    background-position: center 0;
    background-blend-mode: overlay;
    /* margin-left: -50px; */
}

.about-side-pattern-reversed {
    width: 105px;
    height: 437px;
    background-color: #393D46;
    background-image: url('/anaqeed_website_custom/static/img/Group%20418%20(1).png');
    background-repeat: repeat-y;
    background-size: 100px auto;
    background-position: center 0;
    background-blend-mode: overlay;
    opacity: 0.85;
    flex-shrink: 0;
    position: absolute;
    left: 593px;
    top: 60px;
    z-index: 1;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 200px),
        100% 100%,
        0 100%
    );
    overflow: hidden;
}

.page-header{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.page-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--dark-teal);
    opacity: 0.4;
    z-index: 1;
}

.about-side-pattern-reversed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10px;
    background-image: 
        repeating-linear-gradient(
            to bottom,
            transparent 0,
            transparent 10px,
            rgba(57, 61, 70, 0.5) 60px,
            rgba(57, 61, 70, 0.5) 120px
        );
    pointer-events: none;
    z-index: 1;
}

.about-image-reversed {
    position: relative;
    overflow: visible;
    min-height: 550px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 150px;
    margin-top: 60px;
    z-index: 2;
    margin-left: 0;
    margin-right: 0;
    width: 650px;
    flex-shrink: 0;
}

.about-main-img-reversed {
    width: 650px;
    height: 80%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
    /* border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    clip-path: polygon(
        240px 0,
        100% 0,
        100% 20%,
        100% calc(100% - 20%),
        100% 100%,
        192px 100%,
        0 100%,
        0 0
    ); */
}

.about-side-pattern-reversed::before {
    content: '';
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(
            to bottom,
            transparent 0,
            transparent 10px,
            rgba(57, 61, 70, 0.5) 60px,
            rgba(57, 61, 70, 0.5) 120px
        );
    pointer-events: none;
    z-index: 1;
}

/* Responsive Design */
/* Tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .about-section {
        padding: 4.5rem 0;
    }
    
    .about-container {
        padding: 0 2rem;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .about-image-wrapper {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .about-text-wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: -50px;
    }
    
    .about-title {
        font-size: 2rem;
    }
    
    .about-description {
        font-size: 1rem;
    }
    
    .page-header {
        height: 45vh;
        padding: 3.5rem 0 2.5rem;
    }
    
    .page-header-container {
        padding: 0 2rem;
    }
    
    .page-title {
        font-size: 2.5rem;
    }
    
    .breadcrumb {
        margin-top: 80px;
    }
    
    .breadcrumb a,
    .breadcrumb-separator {
        font-size: 2rem;
    }
    
    .vision-mission-container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 1024px) {
    .about-page-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-page-image {
        min-height: 400px;
    }

    .vision-mission-container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 3rem 0 2rem;
    }

    .page-title {
        font-size: 2rem;
    }

    .about-page-section {
        padding: 4rem 0;
    }

    .about-page-container {
        padding: 0 1.5rem;
    }

    .vision-mission-section {
        padding: 4rem 0;
    }

    .vision-mission-container {
        padding: 0 1.5rem;
    }

    .vision-mission-item {
        padding: 2rem;
    }

    .values-section {
        padding: 4rem 0;
    }

    .values-container {
        padding: 0 1.5rem;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .values-header {
        margin-bottom: 3rem;
    }

    .values-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .page-header {
        padding: 2rem 0 1.5rem;
    }

    .page-header-container {
        padding: 0 1rem;
    }

    .page-title {
        font-size: 1.75rem;
    }

    .breadcrumb {
        font-size: 0.85rem;
    }

    .about-page-section {
        padding: 3rem 0;
    }

    .about-page-container {
        padding: 0 1rem;
    }

    .vision-mission-section {
        padding: 3rem 0;
    }

    .vision-mission-container {
        padding: 0 1rem;
    }

    .vision-mission-item {
        padding: 1.5rem;
    }

    .vision-mission-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .vision-mission-title {
        font-size: 1.5rem;
    }

    .vision-mission-text {
        font-size: 1rem;
    }

    .values-section {
        padding: 3rem 0;
    }

    .values-container {
        padding: 0 1rem;
    }

    .value-card {
        padding: 2rem 1.5rem;
    }

    .value-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .value-title {
        font-size: 1.2rem;
    }

    .value-description {
        font-size: 0.95rem;
    }
}

/* Values Section - Exact Match to Image */
.values-section-new {
    /* background-color: #DDC9A3; */
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background-image: url('/anaqeed_website_custom/static/img/background-valuw.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.65;
    z-index: 0;
}

.values-section-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="%23E5E5E5" stroke-width="0.5" opacity="0.3"/></svg>');
    background-size: 200px 200px;
    opacity: 0.1;
    z-index: 0;
}

.values-container-new {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.values-header-new {
    text-align: center;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.values-title-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.values-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.values-title-new {
    font-size: 2.5rem;
    font-weight: 700;
    color: #393D46;
    margin: 0;
    font-family: 'CoconNextArabic', sans-serif;
}

.values-subtitle {
    font-size: 1.1rem;
    color: #393D46;
    margin: 0;
    max-width: 600px;
    line-height: 1.6;
}

.values-circles-wrapper {
    position: relative;
    width: 1000px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.values-connecting-line-img {
   width: 100%;
   height: 100%;
   object-fit: contain;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
   margin-top: -200px !important;
}

.values-connecting-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.value-circle {
    position: absolute;
    width: 162px;
    height: auto;
    min-height: 162px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    text-align: center;
    z-index: 2;
    gap: 0.75rem;
}

.value-circle-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.value-circle-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    background: linear-gradient(135deg, #C9B384 0%, #C9B384 100%);
    border: 3px solid #C9B384;
    border-radius: 50%;
}

.circle-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    gap: 0.25rem;
}

.value-circle-title {
    font-size: 1rem;
    font-weight: 700;
    color: #393D46;
    margin: 0;
    font-family: 'CoconNextArabic', sans-serif;
}

.value-circle-description {
    font-size: 0.85rem;
    color: #393D46;
    margin: 0;
    line-height: 1.4;
    text-align-last: center;
}

.value-circle-icon  {
    width:150px;
    height: 150px;
}

.value-circle-1 {
    top: -30%;
    left: -17%;
    width: 180px;
    height: 180px;
}


.value-circle-2 {
    bottom: 45%;
    left: 2%;
}

.value-circle-3 {
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.value-circle-4 {
    bottom: 35%;
    right: 5%;
}

.value-circle-5 {
    top:-30%;
    right: -20%;
}

/* Responsive Design for All Sections */

/* Desktop 1440px */
/* iPad Pro 1024px - الصورة في المنتصف والنص أسفلها */
@media (min-width: 1024px) and (max-width: 1024px) {
    .about-section {
        padding: 4rem 0;
    }
    
    .about-container {
        padding: 0 1.5rem;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        justify-items: center;
    }
    
    .about-image-wrapper {
        margin-left: 0;
        margin-right: 0;
        order: 1;
        width: 100%;
        max-width: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /* إخفاء البترن في iPad Pro */
    .about-side-pattern {
        display: none;
    }
    
    .about-side-pattern-reversed {
        display: none;
    }
    
    .about-text-wrapper {
        order: 2;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    
    .about-image {
        min-height: 400px;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .about-main-img {
        width: 100%;
        width: 1000px;
        margin: 0 auto;
        display: block;
        margin-left: 250px;
        margin-top: 40px;
    }
    
    .about-title {
        font-size: 2.2rem;
        /* text-align: center; */
    }
    
    .about-description {
        font-size: 20px;
        text-align: justify;
        /* text-align-last: center; */
        line-height: 1.8;
    }
    .btn-about-outline {
        font-size: 16px;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-left: 400px;
        /* padding: 2.5rem; */
    }
/*     
    .about-title-section {
        justify-content: center;
    }
     */
    .page-header {
        height: 35vh;
        padding: 2.5rem 0 1.5rem;
        position: relative;
        overflow: visible;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .breadcrumb {
        margin-top: 50px;
    }
    
    .breadcrumb a,
    .breadcrumb-separator {
        font-size: 32px;
    }
    
    /* إظهار الانحناء على iPad Pro 1024px */
    .hero-curve {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 140px;
        z-index: 5;
        overflow: hidden;
        display: block !important;
        pointer-events: none;
    }
    
    .hero-curve svg {
        width: 100%;
        height: 100%;
        display: block;
    }
    
    /* إظهار الصور الجانبية والسفلية في الهيرو على iPad Pro 1024px */
    .page-header .hero-left-image {
        position: absolute;
        top: 0;
        left: 50px;
        bottom: 0;
        width: 250px;
        background-image: url('/anaqeed_website_custom/static/img/Frame-hero%20(2).svg');
        background-repeat: repeat-y;
        background-size: 180px auto;
        background-position: left center;
        opacity: 0.5;
        z-index: 2;
        display: block !important;
    }
    
    .page-header .hero-bottom-image {
        position: absolute;
        bottom: 100px;
        left: 200px;
        right: 0;
        height: 180px;
        background-image: url('/anaqeed_website_custom/static/img/Frame-hero%20(1).svg');
        background-repeat: repeat-x;
        background-size: auto 180px;
        background-position: center bottom;
        opacity: 0.5;
        z-index: 2;
        display: block !important;
    }
    
    /* Reversed Section */
    .about-content-reversed {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .about-image-wrapper-reversed {
        margin-right: 0;
        order: 1;
        width: 100%;
    }
    
    .about-text-wrapper-reversed {
        order: 2;
        width: 100%;
    }
    
    .about-image-reversed {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .about-main-img-reversed {
        width: 100%;
        max-width: 100%;
    }
    
    /* Values Section - مثل Desktop */
    .values-section-new {
        padding: 5rem 0;
    }
    
    .values-container-new {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .values-circles-wrapper {
        width: 900px;
        height: 450px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    
    .values-connecting-line-img {
        width: 90%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 150px;
        left: 0;
        right: 30px;
        bottom: 0;
        z-index: 1;
        /* margin-top: -150px !important; */
    }
    
    .value-circle {
        position: absolute;
        width: 200px;
        height: auto;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
        text-align: center;
        z-index: 2;
        gap: 0.75rem;
    }
    
    .value-circle-icon {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    
    .value-circle-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 12px;
        background: linear-gradient(135deg, #C9B384 0%, #C9B384 100%);
        border: 3px solid #C9B384;
        border-radius: 50%;
    }
    
    .value-circle-title {
        font-size: 0.95rem;
        font-weight: 700;
        color: #393D46;
        margin: 0;
    }
    
    .value-circle-description {
        font-size: 0.8rem;
        color: #393D46;
        margin: 0;
        line-height: 1.4;
    }
    
    .value-circle-1 {
        top: -40%;
        left: 30px;
        width: 200px;
        height: 200px;
    }
    
    .value-circle-2 {
        bottom: 50%;
        left: 5%;
    }
    
    .value-circle-3 {
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .value-circle-4 {
        bottom: 30%;
        right: 8%;
    }
    
    .value-circle-5 {
        top: -20%;
        right: -15%;
    }
}

/* iPad Pro 1366px - الصورة في المنتصف والنص أسفلها */
@media (min-width: 1366px) and (max-width: 1366px) {
    .about-section {
        padding: 4rem 0;
    }
    
    .about-container {
        padding: 0 1.5rem;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        justify-items: center;
    }
    
    .about-image-wrapper {
        margin-left: 0;
        margin-right: 0;
        order: 1;
        width: 100%;
        max-width: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /* إخفاء البترن في iPad Pro */
    .about-side-pattern {
        display: none;
    }
    
    .about-side-pattern-reversed {
        display: none;
    }
    
    .about-text-wrapper {
        order: 2;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    
    .about-image {
        min-height: 400px;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .about-main-img {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        display: block;
    }
    
    .about-title {
        font-size: 2.3rem;
        text-align: center;
    }
    
    .about-description {
        font-size: 1.2rem;
        text-align: justify;
        text-align-last: center;
        line-height: 1.9;
    }
    
    .about-title-section {
        justify-content: center;
    }
    
    .page-header {
        height: 35vh;
        padding: 2.5rem 0 1.5rem;
        position: relative;
        overflow: visible;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .breadcrumb {
        margin-top: 50px;
    }
    
    .breadcrumb a,
    .breadcrumb-separator {
        font-size: 32px;
    }
    
    /* إظهار الانحناء على iPad Pro 1366px */
    .hero-curve {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -101px;
        width: 100%;
        height: 140px;
        z-index: 5;
        overflow: hidden;
        display: block !important;
        pointer-events: none;
    }
    
    .hero-curve svg {
        width: 100%;
        height: 100%;
        display: block;
    }
    
    /* إظهار الصور الجانبية والسفلية في الهيرو على iPad Pro 1366px */
    .page-header .hero-left-image {
        position: absolute;
        top: 0;
        left: 80px;
        bottom: 0;
        width: 280px;
        background-image: url('/anaqeed_website_custom/static/img/Frame-hero%20(2).svg');
        background-repeat: repeat-y;
        background-size: 200px auto;
        background-position: left center;
        opacity: 0.5;
        z-index: 2;
        display: block !important;
    }
    
    .page-header .hero-bottom-image {
        position: absolute;
        bottom: 100px;
        left: 280px;
        right: 0;
        height: 200px;
        background-image: url('/anaqeed_website_custom/static/img/Frame-hero%20(1).svg');
        background-repeat: repeat-x;
        background-size: auto 200px;
        background-position: center bottom;
        opacity: 0.5;
        z-index: 2;
        display: block !important;
    }
    
    /* Reversed Section */
    .about-content-reversed {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .about-image-wrapper-reversed {
        margin-right: 0;
        order: 1;
        width: 100%;
    }
    
    .about-text-wrapper-reversed {
        order: 2;
        width: 100%;
    }
    
    .about-image-reversed {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .about-main-img-reversed {
        width: 100%;
        max-width: 100%;
    }
    
    /* Values Section - مثل Desktop */
    .values-section-new {
        padding: 5.5rem 0;
    }
    
    .values-container-new {
        max-width: 1200px;
        padding: 0 3rem;
    }
    
    .values-circles-wrapper {
        width: 1000px;
        height: 500px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    
    .values-connecting-line-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        margin-top: -200px !important;
    }
    
    .value-circle {
        position: absolute;
        width: 170px;
        height: auto;
        min-height: 170px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
        text-align: center;
        z-index: 2;
        gap: 0.75rem;
    }
    
    .value-circle-icon {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    
    .value-circle-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 15px;
        background: linear-gradient(135deg, #C9B384 0%, #C9B384 100%);
        border: 3px solid #C9B384;
        border-radius: 50%;
    }
    
    .value-circle-title {
        font-size: 1rem;
        font-weight: 700;
        color: #393D46;
        margin: 0;
    }
    
    .value-circle-description {
        font-size: 0.85rem;
        color: #393D46;
        margin: 0;
        line-height: 1.4;
    }
    
    .value-circle-1 {
        top: -25%;
        left: -15%;
        width: 180px;
        height: 180px;
    }
    
    .value-circle-2 {
        bottom: 45%;
        left: 2%;
    }
    
    .value-circle-3 {
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .value-circle-4 {
        bottom: 35%;
        right: 5%;
    }
    
    .value-circle-5 {
        top: -25%;
        right: -18%;
    }
}

/* Screen 1400px */
@media (min-width: 1400px) and (max-width: 1440px) {
    .about-section {
        padding: 6rem 0;
    }
    
    .about-container {
        max-width: 1350px;
        padding: 0 3.5rem;
    }
    
    .about-content {
        grid-template-columns: auto 1fr;
        gap: 4.5rem;
        align-items: flex-start;
        direction: ltr;
    }

    .hero-curve {
        bottom:-40px;
    }
    
    .about-image-wrapper {
        margin-left: -100px;
        width: 150px;
        height: auto;
        align-self: flex-start;
    }
    
    .about-side-pattern{
        width: 105px;
        /* height: 427px; */
        display: block;
    }
    
    .about-image {
        position: relative;
        top: 0;
    }
    
    .about-main-img {
        width: 600px;
        height: auto;
        position: relative;
        top: 0;
    }
    
    .about-text-wrapper {
        direction: rtl;
        text-align: right;
    }
    
    .about-title {
        font-size: 2.4rem;
        text-align: right;
    }
    
    .about-description {
        font-size: 1.15rem;
        text-align: justify;
        text-align-last: right;
        width: 100%;
        max-width: 100%;
    }
    .about-description-services{
        font-size: 16px;
       
     
    }
    .about-main-img-services{
        margin-left: 170px;
        z-index: 1;
        height: 490px !important;
        width: 550px !important;
    }
    .about-side-pattern-services{
        position: absolute;
        margin-left: 15px;
        z-index: 2;
        height: 400px !important;
    }
    
    .page-header {
        height: 50vh;
    }
    
    .page-title {
        font-size: 2.9rem;
    }
}

/* Screen 1440px */
@media (min-width: 1440px) and (max-width: 1440px) {
    .about-section {
        padding: 6rem 0;
    }
    
    .about-container {
        max-width: 1400px;
        padding: 0 4rem;
    }
    
    .about-content {
        grid-template-columns: auto 1fr;
        gap: 5rem;
        align-items: flex-start;
        direction: ltr;
    }
    
    .about-image-wrapper {
        margin-left: -150px;
        width: 150px;
        height: auto;
        align-self: flex-start;
    }
    
    .about-image {
        position: relative;
        top: 0;
    }
    
    .about-main-img {
        width: 700px;
        height: auto;
        position: relative;
        top: 0;
    }
    
    .about-side-pattern{
        width: 105px;
        height: 490px;
        display: block;
        margin-left: 0;
        position: relative;
    }
    
    .about-text-wrapper {
        direction: rtl;
        text-align: right;
    }
    
    .about-title {
        font-size: 2.5rem;
        text-align: right;
    }
    
    .about-description {
        font-size: 1.2rem;
        text-align: justify;
        text-align-last: right;
        width: 100% !important;
        max-width: 100%;
    }
    
    .page-header {
        height: 50vh;
    }
    
    .page-title {
        font-size: 3rem;
    }
}

@media (min-width: 1440px) {
    .about-container {
        max-width: 1400px;
    }
    
    .values-container-new {
        max-width: 1400px;
        padding: 0 3rem;
    }
    
    .values-circles-wrapper {
        width: 1000px;
        height: 500px;
    }
    
    .value-circle {
        width: 180px;
        height: 180px;
    }
    
    .about-content-reversed {
        gap: 5rem;
    }
    
    .about-image-wrapper-reversed {
        margin-right: -200px;
    }
}

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
    .page-header {
        height: 40vh;
        padding: 3rem 0 2rem;
    }
    
    .about-section {
        padding: 5rem 0;
    }
    
    .about-content {
        gap: 3rem;
    }
    
    .about-content-reversed {
        gap: 3rem;
    }
    
    .about-image-wrapper {
        margin-left: -100px;
    }
    
    .about-image-wrapper-reversed {
        margin-right: -150px;
    }
    
    .about-main-img {
        width: 550px;
    }
    
    .about-main-img-reversed {
        width: 650px;
        margin-left: 200px;
    }
    
    .about-side-pattern-reversed {
        left: 550px;
    }
    
    .why-choose-section {
        padding: 4rem 0;
    }
    
    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .values-section-new {
        padding: 5rem 0;
    }
    
    .values-container-new {
        padding: 0 2rem;
    }
    
    .values-circles-wrapper {
        width: 100%;
        max-width: 900px;
        height: 450px;
        margin-top: -237px;

    }
    
    .values-connecting-line-img {
        margin-top: -150px !important;
    }
    
    .value-circle {
        width: 140px;
        height: 140px;
        padding: 1rem;
    }
    
    .value-circle-icon {
        width: 60px;
        height: 60px;
    }
    
    .value-circle-icon img {
        padding: 12px;
    }
    
    .value-circle-title {
        font-size: 0.9rem;
    }
    
    .value-circle-description {
        font-size: 0.75rem;
    }
    
    .value-circle-1 {
        top: 10%;
        left: -5%;
    }
    
    .value-circle-2 {
        bottom: -10%;
        left: 12%;
    }
    
    .value-circle-3 {
        bottom: -30%;
        left: 51%;
        transform: translateX(-50%);
    }
    
    .value-circle-4 {
        bottom: -10%;
        right: 10%;
    }
    
    .value-circle-5 {
        top: 8%;
        right: -8%;
    }
}


/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
    .page-header {
        height: 35vh;
        padding: 2.5rem 0 1.5rem;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .breadcrumb {
        margin-top: 50px;
    }
    
    .breadcrumb a,
    .breadcrumb-separator {
        font-size: 32px;
    }
    
    .about-section {
        padding: 4rem 0;
    }
    
    .about-container {
        padding: 0 1.5rem;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .about-content-reversed {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .about-image-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    
    .about-image-wrapper-reversed {
        margin-right: 0;
        order: 1;
    }
    
    .about-text-wrapper-reversed {
        order: 2;
    }
    
    .about-image {
        min-height: 400px;
        margin-top: 0;
    }
    
    .about-image-reversed {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .about-main-img {
        width: 100%;
        max-width: 100%;
    }
    
    .about-main-img-reversed {
        width: 100%;
        max-width: 100%;
    }
    
    .about-side-pattern {
        display: none;
    }
    
    .about-side-pattern-reversed {
        display: none;
    }
    
    .about-title {
        font-size: 1.75rem;
    }
    
    .about-description {
        font-size: 1rem;
    }
    
    .values-section-new {
        padding: 4rem 0;
    }
    
    .values-container-new {
        padding: 0 1.5rem;
    }
    
    .why-choose-header {
        margin-bottom: 3rem;
    }
    
    .why-choose-title {
        font-size: 2rem;
    }
    
    .why-choose-subtitle {
        font-size: 1rem;
    }
    
    /* إخفاء الصورة في شاشة الهاتف */
    .values-connecting-line-img {
        display: none !important;
    }
    
    .values-circles-wrapper {
        height: auto;
        min-height: auto;
        flex-direction: column;
        gap: 2.5rem;
        padding: 2rem 0;
        width: 100%;
    }
    
    .value-circle {
        width: 100%;
        max-width: 280px;
        height: auto;
        min-height: auto;
        padding: 0;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
    }
    
    .value-circle-icon {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
        margin: 0 auto;
    }
    
    .circle-content {
        position: relative !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        gap: 0.5rem;
    }
    
    .value-circle-title {
        font-size: 1rem;
        margin: 0;
        margin-bottom: 0.25rem;
    }
    
    .value-circle-description {
        font-size: 0.85rem;
        margin: 0;
    }
    
    .values-connecting-line {
        display: none;
    }
    
    .why-choose-section {
        padding: 3rem 0;
    }
    
    .why-choose-container {
        padding: 0 1.5rem;
    }
    
    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .why-choose-item {
        padding: 1.5rem;
    }
    
    .vision-mission-section {
        padding: 3rem 0;
    }
    
    .vision-mission-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1.5rem;
    }
    
    .vision-mission-item {
        padding: 2rem;
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .page-header {
        height: 30vh;
        padding: 2rem 0 1rem;
    }
    
    .page-title {
        font-size: 1.75rem;
    }
    
    .breadcrumb {
        margin-top: 30px;
    }
    
    .breadcrumb a,
    .breadcrumb-separator {
        font-size: 24px;
    }
    
    .about-section {
        padding: 3rem 0;
    }
    
    .about-container {
        padding: 0 1rem;
    }
    
    .about-content {
        gap: 2rem;
    }
    
    .about-content-reversed {
        gap: 2rem;
    }
    
    .about-image {
        min-height: 300px;
    }
    
    .about-title {
        font-size: 1.5rem;
    }
    
    .about-description {
        font-size: 0.95rem;
    }
    
    .values-section-new {
        padding: 3rem 0;
    }
    
    .values-container-new {
        padding: 0 1rem;
    }
    
    .why-choose-title {
        font-size: 1.75rem;
    }
    
    .why-choose-subtitle {
        font-size: 0.95rem;
    }
    
    /* إخفاء الصورة في شاشة الهاتف الصغير */
    .values-connecting-line-img {
        display: none !important;
    }
    
    .values-circles-wrapper {
        width: 100%;
        min-height: auto;
        gap: 2rem;
        padding: 1.5rem 0;
    }
    
    .value-circle {
        width: 100%;
        max-width: 280px;
        height: auto;
        min-height: auto;
        padding: 0;
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
    }
    
    .value-circle-icon {
        width: 70px;
        height: 70px;
        flex-shrink: 0;
        margin: 0 auto;
    }
    
    .value-circle-icon img {
        padding: 12px;
    }
    
    .circle-content {
        position: relative !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        gap: 0.5rem;
    }
    
    .value-circle-title {
        font-size: 1rem;
        margin: 0;
        margin-bottom: 0.25rem;
        font-weight: 700;
        color: #393D46;
    }
    
    .value-circle-description {
        font-size: 0.9rem;
        margin: 0;
        line-height: 1.6;
        color: #393D46;
    }
    
    .why-choose-section {
        padding: 2.5rem 0;
    }
    
    .why-choose-container {
        padding: 0 1rem;
    }
    
    .why-choose-title {
        font-size: 1.5rem;
    }
    
    .why-choose-subtitle {
        font-size: 0.9rem;
    }
    
    .vision-mission-section {
        padding: 2.5rem 0;
    }
    
    .vision-mission-container {
        padding: 0 1rem;
    }
    
    .vision-mission-item {
        padding: 1.5rem;
    }
    
    .vision-mission-title {
        font-size: 1.3rem;
    }
    
    .vision-mission-text {
        font-size: 0.95rem;
    }
}

/* Contact Form Section */
.contact-form-section {
    background-color: var(--white);
    padding: 6rem 0;
}

.contact-form-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 3rem;
}

.contact-form-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-form-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-teal);
    margin-bottom: 1rem;
}

.contact-form-subtitle {
    font-size: 1.2rem;
    color: var(--text-grey);
    margin: 0;
}

.contact-form {
    width: 900px;
  
    margin: 0 auto;
    /* background-color: var(--beige-light); */
    padding: 3rem;
    border-radius: 15px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-teal);
}

/* RTL/LTR compatibility for form labels */
body[dir="rtl"] .form-label {
    text-align: right;
    direction: rtl;
}

body[dir="ltr"] .form-label {
    text-align: left;
    direction: ltr;
}

.form-input {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid var(--border-light);
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'CoconNextArabic', sans-serif;
    color: var(--text-dark);
    background-color: #F5F5F5;
    transition: all 0.3s ease;
}

/* RTL/LTR compatibility for form inputs */
body[dir="rtl"] .form-input {
    direction: rtl;
}

body[dir="ltr"] .form-input {
    direction: ltr;
}

.form-input:focus {
    outline: none;
    border-color: #C9B384;
    box-shadow: 0 0 0 3px rgba(201, 179, 132, 0.1);
}

.form-input::placeholder {
    color: var(--text-grey);
    opacity: 0.6;
}

.form-textarea {
    resize: vertical;
    min-height: 150px;
    font-family: 'CoconNextArabic', sans-serif;
}

.form-submit {
    margin-top: 2rem;
}

/* RTL/LTR compatibility for form submit */
body[dir="rtl"] .form-submit {
    text-align: right;
}

body[dir="ltr"] .form-submit {
    text-align: left;
}

.btn-contact-submit {
    background-color: #C9B384;
    color: var(--white);
    padding: 1rem 3rem;
    font-size: 1.1rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'CoconNextArabic', sans-serif;
}

.btn-contact-submit:hover {
    background-color: white;
    color: #C9B384;
    border: 1px solid #C9B384;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(201, 179, 132, 0.3);
}

/* Responsive Contact Form */
@media (max-width: 768px) {
    .contact-form-section {
        padding: 4rem 0;
    }
    
    .contact-form-container {
        padding: 0 1.5rem;
    }
    
    .contact-form {
        padding: 2rem 1.5rem;
    }
    
    .contact-form-title {
        font-size: 2rem;
    }
    
    .contact-form-subtitle {
        font-size: 1rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .btn-contact-submit {
        width: 100%;
        padding: 1rem 2rem;
    }
}

@media (max-width: 480px) {
    .contact-form-section {
        padding: 3rem 0;
    }
    
    .contact-form-container {
        padding: 0 1rem;
    }
    
    .contact-form {
        padding: 1.5rem 1rem;
    }
    
    .contact-form-title {
        font-size: 1.75rem;
    }
    
    .contact-form-subtitle {
        font-size: 0.95rem;
    }
    
    .form-input {
        padding: 0.875rem 1rem;
        font-size: 0.95rem;
    }
}

