/* ============================== */
/* about-style.css - أنماط صفحة "من نحن" */
/* ============================== */

/* Page Header */

* {
    margin: 0 auto  ;
    box-sizing: border-box;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}
/* تأكد من أن جميع العناصر لا تتجاوز */
.container, .section, .nav-container {
    max-width: 100vw;
}
.about-page-header {
    height: 85vh;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8) contrast(1.1) saturate(1.2);
}

.company-name {
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Cairo', sans-serif;
    line-height: 1.1;
    letter-spacing: 1px;
}

.investment-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-family: 'Cairo', sans-serif;
    position: relative;
    padding-bottom: 20px;
}

.investment-title::before {
    content: '✦';
    position: absolute;
    top: -25px;
    color: var(--gold-light);
    font-size: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0 0 10px rgba(244, 208, 63, 0.5);
}

.investment-subtitle {
    font-size: 1.4rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.95;
    font-family: 'Cairo', sans-serif;
    line-height: 1.6;
    font-weight: 500;
}

/* Company Story */
.company-story-content {
    margin-bottom: 60px;
}

.story-text {
    background-color: white;
    border-radius: 15px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
    height: 100%;
}

.story-text:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.story-text h3 {
    font-size: 1.8rem;
    color: var(--gold-color);
    margin-bottom: 20px;
    font-family: 'Cairo', sans-serif;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 2px 2px 0px rgba(0, 0, 0, 0.05);
}

.story-text p {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-bottom: 15px;
    line-height: 1.8;
    font-family: 'Cairo', sans-serif;
}

.story-text strong {
    color: var(--primary-color);
    font-weight: 600;
}

.story-image-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 400px;
    transition: transform 0.5s ease;
}

.story-image-container:hover {
    transform: translateY(-10px);
}

.story-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.story-image-container:hover img {
    transform: scale(1.05);
}

/* Company Statistics */
.company-stats {
    margin-top: 60px;
}

.stat-item-large {
    text-align: center;
    background-color: white;
    border-radius: 12px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.stat-item-large:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.stat-number-large {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 1;
    font-family: 'Cairo', sans-serif;
}

.stat-text-large {
    font-size: 1.1rem;
    color: var(--gold-color);
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
}

/* Why Choose Sama Section */
.why-sama-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.why-sama-card:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: var(--shadow-hover);
}

.why-sama-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(30, 136, 229, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--primary-light);
    font-size: 1.8rem;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
}

.why-sama-card:hover .why-sama-icon {
    transform: translateZ(20px) rotateY(360deg);
}

.why-sama-card h3 {
    font-size: 1.3rem;
    color: var(--gold-color);
    margin-bottom: 15px;
    font-family: 'Cairo', sans-serif;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 2px 2px 0px rgba(0, 0, 0, 0.05);
}

.why-sama-card p {
    font-size: 1rem;
    color: var(--text-color);
    line-height: 1.6;
    font-family: 'Cairo', sans-serif;
}

/* Why Invest in Oman Section */
.investment-hero-image {
    width: 100%;
    height: 600px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
    position: relative;
}

.investment-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefits-intro {
    text-align: center;
    margin-bottom: 50px;
}

.benefits-intro h3 {
    font-size: 1.8rem;
    color: var(--gold-color);
    margin-bottom: 20px;
    font-family: 'Cairo', sans-serif;
}

.benefits-intro > p {
    font-size: 1.1rem;
    color: var(--text-color);
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.7;
    font-family: 'Cairo', sans-serif;
}

.benefit-item-new {
    background-color: white;
    border-radius: 12px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    border-right: 5px solid transparent;
    position: relative;
    overflow: hidden;
}

.benefit-item-new::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, var(--primary-color), var(--primary-light));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.benefit-item-new:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-right-color: var(--primary-color);
}

.benefit-item-new:hover::before {
    opacity: 1;
}

.benefit-icon-new {
    color: var(--primary-color);
    font-size: 1.8rem;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 136, 229, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.benefit-item-new:hover .benefit-icon-new {
    background: rgba(30, 136, 229, 0.2);
    transform: scale(1.1) rotate(5deg);
}

.benefit-content-new h4 {
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.benefit-content-new p {
    font-size: 1rem;
    color: var(--text-color);
    line-height: 1.6;
    font-family: 'Cairo', sans-serif;
}

/* Investment CTA */
.investment-cta-new {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    color: white;
    border-radius: 15px;
    box-shadow: var(--shadow-hover);
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.investment-cta-new::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('assets/5.png') center/cover no-repeat;
    opacity: 0.1;
    z-index: 1;
}

.investment-cta-content {
    position: relative;
    z-index: 3;
}

.investment-cta-content p {
    font-size: 1.2rem;
    margin-bottom: 25px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Cairo', sans-serif;
    opacity: 0.95;
}

/* Testimonials Section */
.testimonials-slider {
    padding: 20px 0 40px;
    position: relative;
    z-index: 3;
}

.testimonial-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: var(--shadow);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.testimonial-content {
    flex: 1;
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}

.testimonial-content p {
    font-size: 1.1rem;
    color: var(--text-color);
    line-height: 1.8;
    font-style: italic;
    font-family: 'Cairo', sans-serif;
}

.testimonial-content::before {
    content: '"';
    font-size: 4rem;
    color: var(--primary-light);
    opacity: 0.2;
    position: absolute;
    top: -20px;
    right: 0;
    font-family: 'Cairo', sans-serif;
}

.testimonial-author {
    border-top: 1px solid rgba(226, 232, 240, 0.7);
    padding-top: 20px;
    position: relative;
    z-index: 3;
}

.testimonial-author h4 {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 5px;
    font-family: 'Cairo', sans-serif;
}

/* Call to Action Section */
.cta-section {
    background: white;
    color: var(--text-color);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    z-index: 3;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('assets/5.png') center/cover no-repeat;
    opacity: 0.1;
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 3;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: 'Cairo', sans-serif;
    color: var(--gold-color);
}

.cta-content p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.9;
    font-family: 'Cairo', sans-serif;
    color: var(--text-color);
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer.skyblue-footer {
    background: linear-gradient(135deg, 
        #87CEEB 0%, 
        #00BFFF 50%, 
        #1E90FF 100%);
    color: white;
    padding: 60px 0 30px;
    position: relative;
    z-index: 3;
}

.skyblue-footer .footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}

.skyblue-footer .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 3;
}

.skyblue-footer .footer-logo-image {
    height: 60px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    margin-bottom: 15px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.skyblue-footer .footer-logo p {
    opacity: 0.9;
    margin-bottom: 5px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Cairo', sans-serif;
}

.skyblue-footer .footer-links h4,
.skyblue-footer .footer-contact h4,
.skyblue-footer .footer-social h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: white;
    text-shadow: 
        1px 1px 0px rgba(0, 0, 0, 0.1),
        2px 2px 0px rgba(0, 0, 0, 0.05);
    font-family: 'Cairo', sans-serif;
}

.skyblue-footer .footer-links h4::after,
.skyblue-footer .footer-contact h4::after,
.skyblue-footer .footer-social h4::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: white;
    bottom: 0;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.3);
}

.skyblue-footer .footer-links ul {
    list-style: none;
}

.skyblue-footer .footer-links ul li {
    margin-bottom: 10px;
}

.skyblue-footer .footer-links ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: var(--transition);
    position: relative;
    font-family: 'Cairo', sans-serif;
    display: inline-block;
}

.skyblue-footer .footer-links ul li a:hover {
    color: white;
}

.skyblue-footer .footer-links ul li a::after {
    content: '→';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: var(--transition);
}

.skyblue-footer .footer-links ul li a:hover::after {
    opacity: 1;
}

/* معلومات الاتصال في الفوتر */
.skyblue-footer .footer-contact {
    position: relative;
    z-index: 3;
}

.skyblue-footer .footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.skyblue-footer .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.skyblue-footer .footer-contact-item i {
    color: white;
    font-size: 1.1rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.skyblue-footer .footer-contact-item div {
    display: flex;
    flex-direction: column;
}

.skyblue-footer .footer-contact-item span {
    font-weight: 600;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Cairo', sans-serif;
}

.skyblue-footer .footer-contact-item p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    margin-top: 2px;
    font-family: 'Cairo', sans-serif;
}

.skyblue-footer .footer-social .social-icons {
    display: flex;
    gap: 15px;
}

.skyblue-footer .footer-social .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: var(--transition);
}

.skyblue-footer .footer-social .social-icon:hover {
    background-color: white;
    color: #00BFFF;
    transform: translateY(-5px);
}

.skyblue-footer .footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 3;
}

.skyblue-footer .footer-bottom p {
    opacity: 0.9;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Cairo', sans-serif;
}

.skyblue-footer .copyright-note {
    font-size: 0.9rem;
    opacity: 0.7;
    font-family: 'Cairo', sans-serif;
}

/* استعلامات الوسائط */
@media (max-width: 1200px) {
    * {
        margin: 0 ;
        padding: 0;
        box-sizing: border-box;
    }
    .investment-hero-image {
        height: 500px;
    }
    
    .company-name {
        font-size: 2.5rem;
    }
    
    .investment-title {
        font-size: 2rem;
    }
    
    .investment-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 992px) {
    * {
        margin: 0 ;
        padding: 0;
        box-sizing: border-box;
    }
    .about-page-header {
        height: 75vh;
        min-height: 500px;
        padding-top: 80px;
    }
    
    .story-image-container {
        height: 400px;
        min-height: unset;
    }
    
    .story-text h3 {
        font-size: 1.6rem;
    }
    
    .stat-number-large {
        font-size: 2.5rem;
    }
    
    .stat-text-large {
        font-size: 1rem;
    }
    
    .investment-hero-image {
        height: 400px;
        margin-bottom: 40px;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    * {
        margin: 0 ;
        padding: 0;
        box-sizing: border-box;
    }
    .about-page-header {
        height: 70vh;
        min-height: 450px;
    }
    
    .company-name {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .investment-title {
        font-size: 1.6rem;
        margin: 25px 0 12px;
        padding-bottom: 15px;
    }
    
    .investment-title::before {
        top: -15px;
        font-size: 1.2rem;
    }
    
    .investment-subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .stat-number-large {
        font-size: 2rem;
    }
    
    .stat-text-large {
        font-size: 0.9rem;
    }
    
    .why-sama-card h3 {
        font-size: 1.2rem;
    }
    
    .why-sama-card p {
        font-size: 0.95rem;
    }
    
    .investment-hero-image {
        height: 300px;
        margin-bottom: 30px;
        border-radius: 12px;
    }
    
    .benefits-intro h3 {
        font-size: 1.6rem;
    }
    
    .benefit-icon-new {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .benefit-content-new h4 {
        font-size: 1.2rem;
    }
    
    .benefit-content-new p {
        font-size: 0.95rem;
    }
    
    .investment-cta-content p {
        font-size: 1.1rem;
    }
    
    .testimonial-card {
        padding: 25px;
    }
    
    .testimonial-content p {
        font-size: 1rem;
    }
    
    .cta-content h2 {
        font-size: 1.8rem;
    }
    
    .cta-content p {
        font-size: 1.1rem;
        padding: 0 10px;
    }
    
    .cta-buttons .btn {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    * {
        margin: 0 ;
        padding: 0;
        box-sizing: border-box;
    }
    .about-page-header {
        height: 65vh;
        min-height: 400px;
        padding-top: 70px;
    }
    
    .company-name {
        font-size: 1.6rem;
    }
    
    .investment-title {
        font-size: 1.3rem;
        margin: 20px 0 10px;
        padding-bottom: 10px;
    }
    
    .investment-subtitle {
        font-size: 1rem;
        margin-bottom: 25px;
        line-height: 1.5;
    }
    
    .stat-item-large {
        padding: 25px 20px;
    }
    
    .stat-number-large {
        font-size: 1.8rem;
    }
    
    .story-text h3 {
        font-size: 1.4rem;
    }
    
    .story-text p {
        font-size: 1rem;
    }
    
    .story-image-container {
        height: 300px;
    }
    
    .investment-hero-image {
        height: 250px;
        border-radius: 10px;
    }
    
    .benefits-intro h3 {
        font-size: 1.4rem;
    }
    
    .benefits-intro > p {
        font-size: 1rem;
    }
    
    .benefit-item-new {
        padding: 20px;
    }
    
    .benefit-icon-new {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .benefit-content-new h4 {
        font-size: 1.1rem;
    }
    
    .benefit-content-new p {
        font-size: 0.95rem;
    }
    
    .investment-cta-content p {
        font-size: 1rem;
    }
    
    .testimonial-card {
        padding: 20px;
    }
    
    .testimonial-content::before {
        font-size: 3rem;
        top: -15px;
    }
    
    .testimonial-author h4 {
        font-size: 1.1rem;
    }
    
    .investment-cta-new {
        padding: 25px 15px;
    }
    
    .cta-content h2 {
        font-size: 1.6rem;
    }
    
    .cta-content p {
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    * {
        margin: 0 ;
        padding: 0;
        box-sizing: border-box;
    }
    .company-name {
        font-size: 1.4rem;
    }
    
    .investment-title {
        font-size: 1.2rem;
    }
    
    .investment-subtitle {
        font-size: 0.95rem;
    }
    
    .stat-item-large {
        padding: 20px 15px;
    }
    
    .stat-number-large {
        font-size: 1.6rem;
    }
    
    .stat-text-large {
        font-size: 0.85rem;
    }
    
    .story-text h3 {
        font-size: 1.3rem;
    }
    
    .story-image-container {
        height: 250px;
    }
    
    .investment-hero-image {
        height: 200px;
    }
    
    .benefits-intro h3 {
        font-size: 1.3rem;
    }
    
    .benefit-item-new {
        padding: 18px 15px;
    }
    
    .benefit-icon-new {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .benefit-content-new h4 {
        font-size: 1.1rem;
    }
    
    .cta-content h2 {
        font-size: 1.4rem;
    }
}