:root {
    --primary-color: #29abe2;
    --dark-bg: #000000;
    --light-bg: #ffffff;
    --text-dark: #000000;
    --text-light: #ffffff;
    --text-muted: rgba(0, 0, 0, 0.7);
    --gray-bg: #f5f5f5;
}

@font-face {
    font-family: 'Laxr';
    src: url(' /assets/frontend/fonts/arfonts-laxr.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Changa';
    src: url(' /assets/frontend/fonts/Changa-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.header-background {
    position: relative;
    text-align: center;
    padding: 0 !important;
    overflow: hidden;
}

.hero-logo-container {
    min-height: 70vh;
    align-items: center;
    display: flex;
    justify-content: center;
}

.app-intro-title {
    font-family: LAXR;
    font-weight: 700;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: right;
    color: #29ABE2;
}

.app-intro-description {
    font-family: Changa;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: right;

}

.main-font {
    /* font-family: 'Laxr', sans-serif; */
    font-family: 'Changa', sans-serif;

}

body {
    margin: 0;
    font-family: 'Changa', sans-serif;
    background-color: var(--light-bg);
    color: var(--text-dark);
    direction: rtl;
    text-align: right;
}

.container {
    max-width: 1642px;
    margin: 0 auto;
    padding: 0 80px;
    box-sizing: border-box;
}

section {
    padding: 80px 0;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.contact-form-section .landing-contact-form .phone-group #phone {
    padding-right: 130px;
    text-align: right;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 24px 16px;
    border-radius: 12px;
    background-color: var(--primary-color);
    color: var(--text-light);
    font-family: 'Changa', sans-serif;
    font-weight: 700;
    font-size: 20px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.btn:hover {
    background-color: var(--light-bg);
    color: var(--primary-color);
}

/* CSS from section:header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--light-bg);
}

.top-header {
    background-color: var(--light-bg);
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.top-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.social-links a img {
    height: 24px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 24px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Almarai', sans-serif;
    font-size: 18px;
}

.separator {
    width: 1px;
    height: 27px;
    background-color: rgba(0, 0, 0, 0.5);
}

.main-header {
    background-color: var(--dark-bg);
    padding: 18px 0;
}

.main-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 59px;
}

.header-btn {
    padding: 12px 20px;
    font-size: 16px;
}

/* CSS from section:hero */
.hero-section {
    position: relative;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F0F8FF 100%);
    z-index: -1;
}

.background-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.shape-1 {
    position: absolute;
    width: 719px;
    height: 719px;
    background: rgba(41, 171, 226, 0.1);
    border-radius: 50%;
    filter: blur(100px);
    top: 50px;
    right: -150px;
}

.shape-2 {
    position: absolute;
    width: 719px;
    height: 719px;
    background: rgba(41, 171, 226, 0.1);
    border-radius: 50%;
    filter: blur(100px);
    top: 30px;
    left: -200px;
}

.hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.hero-section .hero-container * {
    z-index: 11;
}

.hero-title {
    font-family: 'Changa', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: var(--text-dark);
}

.hero-subtitle {
    font-family: 'Changa', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: var(--text-dark);
    margin-top: -16px;
}

.hero-description {
    font-family: 'Changa', sans-serif;
    font-size: 20px;
    color: var(--text-muted);
    max-width: 850px;
    line-height: 1.8;
}

.hero-btn {
    margin-top: 20px;
}

.floating-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.icon-group {
    position: absolute;
    background-color: var(--light-bg);
    border-radius: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-group img {
    width: 40px;
    height: 40px;
}

.icon-group-1 {
    top: 20%;
    left: 70%;
}

.icon-group-2 {
    top: 50%;
    left: 80%;
    background-color: #f5f5f5;
}

.icon-group-3 {
    top: 45%;
    left: 10%;
}

.icon-group-4 {
    top: 65%;
    left: 20%;
}

.icon-group-5 {
    top: 70%;
    left: 68%;
}

@media (max-width: 992px) {
    .floating-icons {
        /* display: none; */
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 24px;
    }

    .hero-description {
        font-size: 18px;
    }
}

/* CSS from section:journey */
.journey-section {
    background-color: var(--light-bg);
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 60px;
}

.journey-steps {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.step-card {
    background-color: var(--gray-bg);
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    flex: 1;
    min-width: 300px;
    max-width: 435px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.step-number {
    position: absolute;
    top: -28px;
    right: 6px;
    font-family: 'Aleo', serif;
    font-size: 40px;
    font-weight: 700;
    color: var(--text-dark);
}

.step-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}

.step-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
}

.step-description {
    font-size: 16px;
    color: var(--text-dark);
    max-width: 300px;
    line-height: 1.5;
}

/* CSS from section:services */
.services-section {
    background-color: var(--light-bg);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-card {
    background-color: #f8f8f8;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.service-icon {
    width: 48px;
    height: 48px;
}

.service-title {
    font-size: 24px;
    font-weight: 700;
}

.service-description {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-muted);
    line-height: 2;
    max-width: 580px;
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* CSS from section:quote-banner-1 */
.quote-banner {
    background-color: #000;
    color: var(--text-light);
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-banner p {
    font-family: 'LAXR', sans-serif;
    font-weight: 700;
    font-size: 32px;
    max-width: 1370px;
}

/* CSS from section:why-us */
.why-us-section {
    background-color: var(--light-bg);
}

.why-us-section .swiper {
    width: 100%;
    height: 100%;
}

.why-us-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-us-section .swipper-container {
    background: #eee;
    min-height: 168px;
    position: absolute;
    left: 0;
    width: 93%;
    border-radius: 15px;
    padding: 40px;
    display: flex;
}

.why-us-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.why-us-content {
    display: flex;
    align-items: center;
    gap: 20px;
    /* background-color: #f5f5f5; */
    border-radius: 16px;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.phone-mockup {
    position: relative;
    width: 308px;
    height: 556px;
    background-image: url('/page/e772c3ee-af82-406f-afb5-9cd46f5878be/images/iphone-frame.png');
    /* Placeholder for the complex frame */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-screen-img {
    width: 300px;
    height: auto;
    position: absolute;
}

.dynamic-island {
    position: absolute;
    top: 23px;
    width: 73px;
}

.slider-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-text {
    display: flex;
    align-items: center;
    gap: 20px;
}

.slider-number-wrapper {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-number-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider-number-wrapper span {
    position: relative;
    color: var(--text-light);
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
}

.slider-text h3 {
    font-size: 32px;
    font-weight: 400;
}

.slider-nav {
    display: flex;
    gap: 16px;
}

.nav-arrow {
    background-color: var(--primary-color);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav-arrow img {
    width: 12px;
}

@media (max-width: 992px) {
    .why-us-content {
        flex-direction: column;
    }

    .slider-content {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .slider-text {
        flex-direction: column;
        text-align: center;
    }
}

/* CSS from section:process */
.process-section {
    text-align: center;
}

.process-timeline {
    display: flex;
    flex-direction: column;
    /* gap: 40px;
    margin-top: 60px; */
}

.process-row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 40px 0 !important;
    /* border-top: 2px solid rgba(0, 0, 0, 0.3); */
    flex-wrap: wrap;
    gap: 20px;
}

.process-row:last-child {
    /* border-bottom: 2px solid rgba(0, 0, 0, 0.3); */
}

.process-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 120px;
    text-align: center;
}

.process-item img {
    width: auto;
    padding: 13px;
    background-color: #f5f5f5;
    border-radius: 50%;
    height: auto;
    max-width: 50px;
    max-height: 50px;
}

.process-item span {
    font-size: 14px;
    line-height: 1.5;
}

/* CSS from section:portfolio */
.portfolio-section {
    text-align: center;
}

.portfolio-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}

.carousel-arrow {
    background: none;
    border: none;
    cursor: pointer;
}

.carousel-arrow img {
    width: 40px;
    height: 40px;
}

.portfolio-item {
    display: flex;
    align-items: center;
    gap: 60px;
    flex: 1;
}

.portfolio-details {
    flex: 1;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.portfolio-details h3 {
    font-size: 32px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.portfolio-details p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-dark);
}

.tech-info {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tech-group,
.country-group {
    text-align: right;
}

.tech-group h4,
.country-group h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}

.tech-icons {
    display: flex;
    gap: 16px;
}

.tech-icons img {
    width: 32px;
    height: 32px;
}

.country-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-info span {
    font-size: 24px;
}

.country-info img {
    width: 20px;
}

.divider {
    width: 1px;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.3);
}

.portfolio-btn {
    padding: 16px 24px;
    border-radius: 16px;
}

.portfolio-btn img {
    margin-right: 10px;
}

.portfolio-image {
    flex: 1;
}

.portfolio-image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .portfolio-item {
        flex-direction: column-reverse;
    }

    .portfolio-details {
        align-items: center;
        text-align: center;
    }
}

/* CSS from section:business-areas */
.business-areas-section {
    text-align: center;
}

.business-areas-section .section-title {
    font-size: 40px;
    color: var(--primary-color);
}

.business-areas-section .section-description {
    max-width: 1241px;
    margin: 24px auto 60px;
    font-size: 20px;
    color: var(--text-muted);
    line-height: 1.8;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.area-card {
    background-color: var(--gray-bg);
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.area-card img {
    width: 48px;
    height: 48px;
}

.area-card h3 {
    font-size: 20px;
    font-weight: 700;
}

.area-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* CSS from section:technologies */
.technologies-section {
    text-align: center;
}

.technologies-section .section-title {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 60px;
}

.tech-scroller {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 20px;
}

.tech-scroller::-webkit-scrollbar {
    height: 8px;
}

.tech-scroller::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

.tech-card {
    flex: 0 0 251px;
    height: 403px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    color: var(--text-light);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 16px;
    text-align: right;
}

.tech-card h3 {
    font-size: 24px;
    font-weight: 500;
}

/* CSS from section:market-size */
.market-size-section {
    text-align: center;
}

.market-size-section .section-title {
    color: var(--primary-color);
    font-size: 40px;
    margin-bottom: 24px;
}

.market-description {
    font-size: 24px;
    line-height: 1.8;
    max-width: 836px;
    margin: 0 auto;
}

.market-description .highlight {
    color: var(--primary-color);
    font-family: 'LAXR', sans-serif;
    font-weight: 700;
}

/* CSS from section:featured-project */
.featured-project-section {
    text-align: center;
}

.featured-project-section .section-title {
    color: var(--primary-color);
    font-size: 40px;
    margin-bottom: 60px;
}

.project-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.project-card {
    background-color: var(--gray-bg);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 64px;
    flex: 1;
}

.project-details {
    flex: 1;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

.project-details h3 {
    font-family: 'Cairo', sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.project-details p {
    font-size: 20px;
    line-height: 1.8;
}

.project-meta {
    display: flex;
    gap: 40px;
}

.meta-item h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}

.meta-item .country-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-item .country-info span {
    font-size: 24px;
}

.meta-item .country-info img {
    width: 20px;
}

.project-image {
    flex-basis: 45%;
}

.project-image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .project-card {
        flex-direction: column-reverse;
    }

    .project-details {
        align-items: center;
        text-align: center;
    }
}

/* CSS from section:certifications */
.certifications-section {
    text-align: center;
}

.certifications-section .section-title {
    font-family: 'LAXR', sans-serif;
    color: var(--primary-color);
    font-size: 40px;
    margin-bottom: 60px;
}

.cert-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.cert-logos img {
    height: 90px;
    object-fit: contain;
}

/* CSS from section:partners */
.partners-section {
    background-color: #f7f7f7;
    text-align: center;
}

.partners-section .section-title {
    font-family: 'LAXR', sans-serif;
    color: #009dd9;
    font-size: 40px;
    margin-bottom: 60px;
}

.partner-logos {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.logo-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.logo-row img {
    max-height: 80px;
    object-fit: contain;
}

/* CSS from section:quality-banner */
.quality-banner-section {
    background-color: var(--dark-bg);
    color: var(--text-light);
}

.quality-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.quality-container p {
    font-size: 28px;
    font-weight: 700;
    flex: 1;
    min-width: 300px;
}

.quality-container img {
    height: 220px;
}

/* CSS from section:contact-form */
.contact-form-section {
    background: #eee;
}

.contact-container {
    display: flex;
    gap: 30px;
    border-right: 1px solid #cecdcd;
    /* padding-right: 30px; */
}

.contact-form {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    position: relative;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 22px;
    border: 1.5px solid rgba(0, 0, 0, 0.21);
    border-radius: 8px;
    background-color: transparent;
    font-family: 'Changa', sans-serif;
    font-size: 20px;
    box-sizing: border-box;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-dark);
    opacity: 0.7;
}

.phone-group .country-selector {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 9px;
}

.country-selector span {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.country-selector img {
    height: 24px;
}

/* Country Dropdown Wrapper */
.country-dropdown-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

/* Country Flag Emoji */
.country-flag-emoji {
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 24px;
}

/* Dropdown Arrow */
.dropdown-arrow {
    height: 12px;
    width: auto;
    opacity: 0.7;
    transition: transform 0.2s ease;
}

/* Country Dropdown Styles */
.country-dropdown {
    background: transparent;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--text-dark);
    cursor: pointer;
    padding: 0;
    margin: 0;
    min-width: 60px;
    text-align: right;
    direction: rtl;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.country-dropdown option {
    background: white;
    color: var(--text-dark);
    padding: 8px 12px;
    font-size: 14px;
    direction: rtl;
    text-align: right;
}

.country-dropdown:focus {
    outline: none;
}

/* Hide default dropdown arrow */
.country-dropdown::-ms-expand {
    display: none;
}

/* Custom dropdown arrow */
/* .country-selector::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--text-dark);
    pointer-events: none;
} */

/* Mobile responsive styles for country dropdown */
@media (max-width: 768px) {
    .quality-container {
        justify-content: center;
        text-align: center;
    }

    .quote-banner p {
        font-size: 24px;
    }

    .country-dropdown {
        font-size: 14px;
        min-width: 50px;
    }

    .country-dropdown option {
        font-size: 12px;
        padding: 6px 8px;
    }

    .country-flag-emoji {
        font-size: 20px;
        min-width: 28px;
        height: 20px;
    }

    .dropdown-arrow {
        height: 10px;
    }

    .country-dropdown-wrapper {
        gap: 6px;
    }
}

/* Hover effects for better UX */
.country-dropdown-wrapper:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.country-dropdown-wrapper:hover .country-flag-emoji {
    opacity: 0.8;
}

/* Focus styles for accessibility */
.country-dropdown:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

/* Active state for dropdown */
.country-dropdown:active+.dropdown-arrow {
    transform: rotate(180deg);
}

/* .country-selector .arrow-down { transform: rotate(180deg); } */
.submit-btn {
    width: 100%;
    font-size: 24px;
    padding: 18px;
}

.contact-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-details h2 {
    font-size: 20px;
    font-weight: 600;
}

.contact-details .highlight-title {
    font-family: 'LAXR', sans-serif;
    font-size: 40px;
    color: var(--primary-color);
}

.contact-details p {
    font-size: 16px;
    color: var(--text-muted);
}

.contact-methods {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.method h4 {
    font-size: 16px;
    font-weight: 500;
    color: #77797c;
    margin-bottom: 16px;
}

.method-link {
    display: flex;
    align-items: center;
    gap: 8px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
    padding-bottom: 10px;
}

.method-link span {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

@media (max-width: 992px) {
    .contact-container {
        flex-direction: column-reverse;
        border-right: none;
        padding-right: 0;
    }
}

/* CSS from section:footer */
.site-footer {
    background-color: var(--dark-bg);
    color: var(--text-light);
    padding-top: 80px;
}

.footer-container {
    padding-bottom: 80px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-brand {
    align-items: flex-start;
}

.footer-logo {
    width: 200px;
    height: auto;
    /* margin-bottom: -100px; */
    /* margin-top: -150px; */
}

.footer-brand p {
    font-size: 24px;
    font-weight: 500;
    max-width: 300px;
}

.footer-socials {
    justify-content: center;
    display: flex;
    width: 100%;
    gap: 16px;
}

.footer-socials img {
    width: 20px;
    height: 20px;
}

.footer-btn {
    font-family: 'LAXR', sans-serif;
    font-size: 16px;
    padding: 16px 30px;
    border-radius: 5px;
    margin: auto;
}

.footer-col h4 {
    font-size: 28px;
    font-weight: 700;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}

.address-line p {
    font-size: 20px;
    font-weight: 500;
}

.address-details {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #77797c;
}

.footer-bottom {
    background-color: var(--light-bg);
    color: var(--text-dark);
    text-align: center;
    padding: 10px 0;
    font-family: 'Cairo', sans-serif;
}

@media (max-width: 992px) {
    .contact-container {
        flex-direction: row-reverse;
        gap: 20px;
    }

    /* Footer mobile styles moved to main mobile section above */

    .footer-brand {
        align-items: center;
    }

    .footer-logo {
        margin-top: -100px;
        margin-bottom: -80px;
    }
}

.process-section .swiper {
    width: 100%;
    height: 100%;
    padding: auto;
}

.process-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-section .swiper-wrapper::before {
    content: '';
    width: 200%;
    height: 4px;
    position: absolute;
    top: 25%;
    background: #ddd;
    transform: translate(0, -50%);
}


.technologies-section .swiper {
    width: 100%;
    height: 100%;
}

.technologies-section .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tech-card {
    width: 300px;
    /* Or any fixed/relative width */
    background-size: cover;
    background-position: center;
}

.why-us-section .swiper-slide {
    display: flex;
    justify-content: right;
}

.why-us-section .swiper-button-prev,
.why-us-section .swiper-button-next,
.why-us-section .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-button-prev:before,
.swiper-button-next:before,
.swiper-button-next:after,
.swiper-button-prev:before,
.swiper-button-next:before {
    font-size: 1em;
}

.why-us-content .swiper-wrapper {
    min-height: 90px;
    display: flex;
    align-items: center;
}

.why-us-content .swiper-button-prev {
    /* right: 0; */
    left: 81px;
}

.why-us-content .swiper-slide {
    width: 100% !important;
    display: block;
}

.why-us-section .slider-nav-desktop {
    display: none;
}

.allDownHeader .btnLeft a {
    padding: 10px;
    width: max-content;
}

@media (max-width: 768px) {
    .why-us-section .swipper-container {
        position: relative;
    }

    .top-header-container,
    .contact-info {
        flex-direction: column;
        gap: 10px;
    }

    .main-header-container {
        /* flex-direction: column-reverse; */
        gap: 20px;
    }

    .why-us-section .slider-text {}

    .why-us-content {
        padding: 0px !important;
    }
}

@media (max-width: 480px) {
    header .logo img {
        height: 45px;
    }
}


@media (max-width: 992px) {
    .container {
        padding: 0 40px;
    }

    section {
        padding: 60px 0;
    }

    /* .contact-form-section {
        padding: 40px;
    } */
}


footer .container * {
    text-align: right;
}

footer .footer-logo {
    margin-top: 0;
    margin: auto;
}

footer .footer-contact img {
    margin-left: 7px;
}

.clickLeftFixtMenu {
    z-index: 10;
}

@media (max-width: 680px) {

    .why-us-container .slider-nav {
        display: none;
    }

    /* Footer Mobile Styles */
    footer .address-details {
        display: block;
    }

    .site-footer {
        padding-top: 40px;
    }

    .footer-container {
        padding-bottom: 40px;
    }

    .footer-col {
        margin-bottom: 30px;
        gap: 16px;
    }

    .footer-col:last-child {
        margin-bottom: 0;
    }

    .footer-logo {
        max-width: 200px;
        height: auto;
    }

    .footer-socials {
        justify-content: center;
    }

    .footer-socials a {
        margin: 0 8px;
    }

    .footer-socials img {
        width: 32px;
        height: 32px;
    }

    .footer-btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        padding: 12px 24px;
        font-size: 16px;
    }

    .footer-col h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .contact-link {
        font-size: 14px;
        padding: 8px 0;
    }

    .contact-link img {
        width: 16px;
        height: 16px;
    }

    .address-details {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .address-details img {
        width: 16px;
        height: 16px;
        margin-bottom: 8px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom p {
        font-size: 14px;
    }

    .why-us-section .swiper {
        overflow: visible !important;
    }

    .floating-icons .icon-group {
        width: 30px;
        height: 30px;
    }

    .icon-group img {
        width: 20px;
        height: 20px;
    }

    .icon-group-1 {
        top: 10%;
        left: 80%;
    }

    .icon-group-3 {
        top: 28%;
        left: 5%;
    }

    .icon-group-2 {
        top: 30%;
        left: 86%;
        background-color: #f5f5f5;
    }

    .icon-group-5 {
        top: 60%;
        left: 88%;
    }

    .contact-methods-mobile {
        display: block !important;
    }

    .why-us-section {
        min-height: 45vh;
    }

    .why-us-section .slider-nav-mobile {
        display: none;
    }

    .why-us-section .slider-nav-desktop {
        display: block !important;
    }

    .why-us-section .slider-text {
        text-align: normal !important;
    }

    .why-us-section .slider-text h3 {
        text-align: right;
        margin-top: 10px;
    }

    .why-us-section .slider-text {
        display: block !important;
        align-items: normal !important;
        /* gap: 20px; */
    }

    .why-us-section .swiper-button-prev,
    .why-us-section .swiper-button-next,
    .why-us-section .swiper-button-next {
        right: auto;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        top: 0px !important;
    }

    .why-us-content .swiper-button-prev {
        left: 61px;
    }

    .why-us-section .slider-number-wrapper {
        width: 35px;
        height: 35px;
    }

    .why-us-section .slider-number-wrapper span {
        font-size: 17px;
    }

    .portfolio-section .portfolio-details {
        display: flex;
        align-items: flex-start;
    }

    .portfolio-section .portfolio-details p {
        text-align: right;
    }

    h2.section-title {
        font-size: 30px !important;
    }

    .quality-banner-section .quality-container p {
        font-size: 15px;
    }

    .quality-banner-section .quality-container img {
        height: 80px;
    }

    .quality-banner-section .quality-container {
        gap: 0;
    }

    .tech-info {
        gap: 10px;
    }

    .tech-icons img {
        width: 25px;
        height: 24px;
    }

    .country-info span {
        font-size: 18px;
    }

    .app-intro-section>div {
        display: flex;
        flex-direction: column-reverse;
    }

    .app-intro-section .app-intro-text {
        margin-top: 40px;
    }

}

@media (max-width: 768px) {
    .featured-project-section .project-carousel {
        position: relative !important;
    }

    .featured-project-section .project-carousel .carousel-arrow.prev {
        position: absolute !important;
        right: 0 !important;
        z-index: 4 !important;
    }

    .featured-project-section .project-carousel .carousel-arrow.next {
        position: absolute !important;
        left: 0 !important;
        z-index: 4 !important;
    }

    .carousel-arrow img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px !important;
    }

    section {
        padding: 40px 0;
    }

}