@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&family=Open+Sans:wght@300;400;600;700&display=swap');

:root {
    --primary-color: #3055E3;
    --primary-color-hover: #ffffff;
    --text-dark: #393a56;
    --text-white: #ffffff;
    --bg-light: #eff2ff;
    --font-heading: 'Cairo', sans-serif;
    --font-body: 'Cairo', sans-serif;
}

body {
    font-family: var(--font-body);
    background-color: var(--text-white);
    color: var(--text-white);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
}

/* Global Buttons */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-white);
    border-radius: 6px;
    padding: 12px 52px;
    font-size: 24px;
    font-family: var(--font-heading);
    font-weight: 400;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    background-color: var(--text-white);
    color: #242a56;
    border-color: #242a56;
}

/* Header v2 */
.site-header {
    background-color: rgba(13, 23, 38, 0.9) !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.navbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.navbar-nav .nav-link {
    color: var(--text-white) !important;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.navbar-nav .nav-link:hover {
    color: #5784f7 !important;
}
.eng-link {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 1px;
}

/* Navbar Phone Button */
.nav-phone-btn {
    background-color: rgba(13, 23, 38, 0.8);
    border: 1px solid rgba(87, 132, 247, 0.5);
    border-radius: 8px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(87, 132, 247, 0.2);
    transition: all 0.3s ease;
    letter-spacing: 1px;
}
.nav-phone-btn:hover {
    box-shadow: 0 0 20px rgba(87, 132, 247, 0.5);
    background-color: rgba(87, 132, 247, 0.1);
    color: #ffffff;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(0deg, rgba(40, 69, 113, 0.5) 0%, rgba(13, 23, 38, 0.6) 100%), url("../assets/images/e2afe557fe643d6830736a6dd590324ce15388f1-scaled.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}
.hero-section h1 {
    font-size: 40px;
    text-shadow: 4px 0px 20px rgba(48, 85, 227, 0.8);
    color: var(--text-white);
}

/* Hero Social Sidebar */
.hero-social-sidebar {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.social-icon-sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--text-white);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.social-icon-sidebar:hover {
    background-color: var(--primary-color);
    color: var(--text-white);
    border-color: var(--primary-color);
    transform: translateX(5px);
}

/* Partners / Logo Carousel */
.partners-section {
    background-image: linear-gradient(90deg, #3055E3 0%, #1A2F7D 100%);
    padding: 43px 0;
}

/* Combined Section Background */
.sections-combined-bg {
    background-image: url("../assets/images/Group-87.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/* About Section */
.about-section {
    padding-top: 120px;
    padding-bottom: 60px;
}
.about-section h1 {
    font-size: 48px;
    text-shadow: 4px 0px 20px rgba(48, 85, 227, 0.8);
    color: var(--text-white);
}

/* Services Section */
.services-testimonials-section {
    background-image: linear-gradient(40deg, rgba(40, 69, 113, 0.9) 0%, rgba(13, 23, 38, 0.9) 100%), url("../assets/images/c297db595dab38b925ae56a24a467d36223a8fa5-scaled.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--text-white);
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-title {
    font-size: 54px;
    text-shadow: 0 0 20px rgba(48, 85, 227, 0.8), 0 0 10px rgba(255, 255, 255, 0.2);
    font-family: var(--font-heading);
    margin-bottom: 20px;
    color: #FFFFFF;
}

.section-subtitle-new {
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 60px;
    opacity: 0.9;
    font-weight: 500;
}

.testimonials-wrapper {
    position: relative;
    padding: 60px 0;
}

.globe-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
    background-image: url("../assets/images/Group-85.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    height: 100%;
    min-height: 180px;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(48, 85, 227, 0.3);
}

.testimonial-avatar-wrapper {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #3055E3, #5784f7);
    box-shadow: 0 0 15px rgba(48, 85, 227, 0.4);
}

.testimonial-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #0D1726;
}

.testimonial-content {
    flex-grow: 1;
    text-align: right;
}

.testimonial-text {
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #E0E0E0;
    margin-bottom: 0;
}

.service-card-tango {
    position: relative;
    overflow: visible; /* Changed to visible for overlapping icon */
    height: auto;
    border-radius: 40px;
    background-color: transparent;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-align: center;
    margin-bottom: 30px;
}

.service-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.service-image-wrap::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(13, 23, 38, 0.6) 0%, transparent 100%);
    z-index: 2;
}

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

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

.service-icon-box {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: rgba(13, 23, 38, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(87, 132, 247, 0.5);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5784f7;
    font-size: 28px;
    z-index: 3;
    box-shadow: 0 10px 25px rgba(87, 132, 247, 0.3);
    transition: all 0.3s ease;
}

.service-card-tango:hover .service-icon-box {
    background: #3055E3;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(48, 85, 227, 0.6);
    bottom: -25px;
}

.service-content-wrap {
    margin-top: 45px;
    padding: 0 15px;
    transition: all 0.5s ease;
}

.service-title {
    font-family: 'Cairo', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.service-subtitle {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
}

.service-card {
    display: none;
}

/* Contact Section */
.contact-section {
    background-image: url("../assets/images/286c09ab0ceeeb2e3142bee79d2a1e634d245da7-1024x1024.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.contact-section form input,
.contact-section form textarea {
    background-color: rgba(217, 217, 217, 0.2);
    border-radius: 16px;
    border: none;
    backdrop-filter: blur(5px);
    color: white;
    padding: 15px;
}
.contact-section form input::placeholder,
.contact-section form textarea::placeholder {
    color: white;
}
.contact-submit-btn {
    width: 100%;
    border-radius: 100px;
    background-color: #3055E3;
    color: white;
    font-family: var(--font-heading);
    font-size: 32px;
    border: none;
    padding: 10px;
}

/* Counters Section */
.counters-section {
    background-color: #0B1727;
    padding: 50px 0;
}
.counter-box {
    background-color: rgba(217, 217, 217, 0.05); /* #D9D9D90D */
    border-radius: 50px;
    padding: 30px;
    text-align: center;
    margin: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.counter-number {
    font-size: 48px;
    font-family: var(--font-heading);
    color: var(--text-white);
}
.counter-title {
    font-size: 24px;
    font-family: var(--font-heading);
    color: var(--text-white);
}

/* Footer Section v2 */
.site-footer {
    background-image: linear-gradient(0deg, rgba(13, 23, 38, 0.95) 0%, rgba(13, 23, 38, 0.95) 100%), url("../assets/images/Desktop-19.png");
    background-color: #0D1726;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    border: none;
}

.site-footer h5 {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.footer-links a {
    color: #b0b0b0 !important;
    font-size: 15px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff !important;
    padding-right: 5px;
}

.footer-contact-info span {
    color: #b0b0b0 !important;
    font-size: 14px;
}

/* Curved Globe Background & Logo */
.footer-globe-fx {
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 300px;
    background: radial-gradient(ellipse at top, #112347 0%, #0D1726 70%);
    border-top: 2px solid #5784f7;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    box-shadow: 0 -10px 50px rgba(87, 132, 247, 0.2) inset, 0 -5px 20px rgba(87, 132, 247, 0.3);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px;
    z-index: 0;
    pointer-events: none;
}
@media (max-width: 991px) {
    .footer-globe-fx {
        width: 200%;
        bottom: -100px;
        height: 200px;
        padding-top: 20px;
    }
}
@media (max-width: 576px) {
    .footer-globe-fx {
        width: 300%;
        bottom: -80px;
        height: 160px;
        padding-top: 15px;
    }
}

.footer-brand-text {
    font-family: inherit;
    font-size: 90px;
    font-weight: 900;
    color: #5784f7;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(87, 132, 247, 0.6);
}
@media (max-width: 991px) {
    .footer-brand-text { font-size: 60px; }
}
@media (max-width: 576px) {
    .footer-brand-text { font-size: 40px; }
}

/* Social Icons */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(217, 217, 217, 0.1);
    color: var(--text-white);
    border-radius: 10px;
    margin: 5px;
    transition: background-color 0.3s;
}
.social-icon:hover {
    background-color: var(--primary-color);
    color: var(--text-white);
}
/* Services Swiper Navigation Arrows */
.servicesSwiper { position: relative; }
.servicesSwiper .swiper-button-next, .servicesSwiper .swiper-button-prev { 
    color: rgba(255, 255, 255, 0.2); 
    background: none; 
    width: 50px; 
    height: 50px; 
    transition: all 0.3s ease; 
    z-index: 10; 
}
.servicesSwiper .swiper-button-next:after, .servicesSwiper .swiper-button-prev:after { font-size: 24px; }
.servicesSwiper .swiper-button-next:hover, .servicesSwiper .swiper-button-prev:hover { 
    color: rgba(255, 255, 255, 0.8); 
    transform: scale(1.1); 
    background: none;
}
.servicesSwiper .swiper-button-next { left: 20px; right: auto; }
.servicesSwiper .swiper-button-prev { right: 20px; left: auto; }
@media (max-width: 768px) { .servicesSwiper .swiper-button-next, .servicesSwiper .swiper-button-prev { display: none; } }

/* About Us v2 Layout */
.orbital-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0;
}
.orbital-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 400px;
    border-radius: 50%;
    border: 1px solid rgba(48, 85, 227, 0.4);
    box-shadow: 0 0 40px rgba(48, 85, 227, 0.2) inset, 0 0 30px rgba(48, 85, 227, 0.3);
    background: radial-gradient(ellipse at center, rgba(13, 23, 38, 0.6) 0%, transparent 80%);
    z-index: 0;
    pointer-events: none;
}
.orbital-content {
    /* background: rgba(13, 23, 38, 0.3); */
    /* backdrop-filter: blur(8px); */
    /* border-radius: 20px; */
    padding: 50px;
    /* border: 1px solid rgba(255, 255, 255, 0.05); */
}

/* Orbiting Images */
.orbit-img {
    position: absolute;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: transform 0.4s ease;
    z-index: 2;
    background-color: #0D1726;
}
.orbit-img:hover {
    transform: scale(1.05) translateY(-5px) !important;
    z-index: 5;
}
.orb-1 {
    top: 20px;
    left: -80px;
    width: 220px;
    transform: rotate(-15deg);
}
.orb-2 {
    top: -20px;
    right: -60px;
    width: 200px;
    transform: rotate(12deg);
}
.orb-3 {
    bottom: 20px;
    left: -40px;
    width: 180px;
    transform: rotate(10deg);
}
.orb-4 {
    bottom: -10px;
    right: -40px;
    width: 240px;
    transform: rotate(-10deg);
}

/* For mobile screens */
@media (max-width: 991px) {
    .orbit-img { display: none; }
    .orbital-container { padding: 40px 15px; }
    .orbital-container::before { width: 100%; height: 100%; }
}

/* Why Us Section */
.why-us-section {
    padding-bottom: 80px;
}
.why-us-item {
    background: rgba(217, 217, 217, 0.03);
    border-radius: 16px;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
}
.why-us-item:hover {
    background: rgba(217, 217, 217, 0.08);
    transform: translateX(-5px);
}
.why-us-icon {
    width: 50px;
    height: 50px;
    background: rgba(48, 85, 227, 0.15);
    border: 1px solid rgba(48, 85, 227, 0.4);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 22px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    flex-shrink: 0;
}

