/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Ensure images load instantly */
img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: auto;
    /* Mobile image fixes */
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Make all paragraph text justified */
p {
    text-align: justify;
}

/* Keep copyright text centered */
.footer-bottom p {
    text-align: center;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background: radial-gradient(circle at 75% 50%, #1e3a8a 0%, #0f172a 40%, #0a0f1f 70%, #050813 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* Mobile-specific fixes */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Device-specific fixes */
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

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

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: all 0.3s ease;
    /* Mobile header fixes */
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
}

.header.scrolled {
    background: rgba(15, 23, 42, 0.95);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 0.5rem;
}

.nav-logo {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
}

.header-logo {
    height: 80px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.header-logo:hover {
    transform: scale(1.05);
}

/* Keep old logo styles for fallback */
.nav-logo .logo-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-main {
    font-size: 2rem;
    font-weight: 700;
    color: white;
}

.logo-stack {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-crew {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    letter-spacing: 1px;
}

.logo-solutions {
    font-size: 0.7rem;
    font-weight: 400;
    color: #94a3b8;
    letter-spacing: 0.5px;
}

.nav-menu {
    display: flex;
    gap: 2rem;
    list-style: none;
    align-items: center;
    height: 40px;
}

.nav-link {
    color: #9ca3af;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #ffffff;
}

/* Hero Section */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8rem 10% 5rem;
    background: radial-gradient(circle at 75% 50%, #1e3a8a 0%, #0f172a 40%, #0a0f1f 70%, #050813 100%);
    color: white;
    min-height: 100vh;
    width: 100vw;
    /* Mobile hero fixes */
    box-sizing: border-box;
    overflow-x: hidden;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hero-text {
    max-width: 600px;
    flex: 1;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #F1F5F9;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #9ca3af;
    margin-bottom: 1rem;
    font-weight: 400;
}

.hero-description {
    font-size: 1.125rem;
    color: #9ca3af;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

.btn-primary {
    background: linear-gradient(90deg, #fbbf24 0%, #f97316 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.15);
    font-size: 1.15rem;
}

.btn-primary:hover {
    filter: brightness(1.08);
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.25);
}

.btn-outline {
    background: transparent;
    border: 1px solid #1e293b;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-outline:hover {
    background: rgba(30, 41, 59, 0.5);
    border-color: #475569;
}

/* Airline Logos */
.airline-logos {
    margin-top: 2rem;
}

.logo-container {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}



/* Hero Image */
.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.laptop-mockup {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    transform: scaleX(-1);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    backface-visibility: hidden;
    transform: translateZ(0) scaleX(-1);
}

.laptop-mockup:hover {
    transform: translateZ(0) scaleX(-1) translateY(-5px);
}

/* Airlines Section */
.airlines-section {
    margin-top: -1rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.trusted-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.trusted-image {
    max-width: 80px;
    height: 60px;
    transition: transform 0.3s ease;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.trusted-image:hover {
    transform: scale(1.05);
}

.airlines-carousel {
    display: flex;
    gap: 3rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: center;
    align-items: center;
}

.airlines-carousel::-webkit-scrollbar {
    display: none;
}

.airline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
}

.airline-logo {
    width: 100px;
    height: 50px;
    object-fit: contain;
    transition: all 0.3s ease;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.airline-name {
    font-size: 0.8rem;
    color: #9ca3af;
    font-weight: 500;
    white-space: nowrap;
}

.airline-item:hover .airline-logo {
    transform: scale(1.05);
}

.airline-item:hover .airline-name {
    color: #F1F5F9;
}



/* Why Choose Us Section */
.why-choose-us-section {
    padding: 5rem 0;
    background: rgba(15, 23, 42, 0.5);
}

.why-choose-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
    width: 90vw;
}

.why-choose-content {
    max-width: 600px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

.title-accent {
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    margin-bottom: 3rem;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    gap: 1.5rem;
    position: relative;
}

.feature-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50px;
    bottom: -2.5rem;
    width: 2px;
    background: linear-gradient(to bottom, rgba(59, 130, 246, 0.3), transparent);
    border-left: 2px dashed rgba(59, 130, 246, 0.2);
    z-index: 1;
}

.feature-number {
    width: 40px;
    height: 40px;
    background: rgba(59, 130, 246, 0.1);
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    color: #3b82f6;
    flex-shrink: 0;
}

.feature-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #f97316;
}

.feature-content p {
    color: #9ca3af;
    line-height: 1.6;
    font-size: 0.95rem;
}

.cta-button {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #ffffff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(249, 115, 22, 0.3);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.4);
}

/* Network Diagram */
.network-container {
    position: relative;
    height: 700px;
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.network-diagram {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Module Styles */
.module {
    position: absolute;
    width: 120px;
    height: 120px;
    background: transparent;
    backdrop-filter: blur(20px);
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 15;
    box-shadow: 0 0 8px rgba(59, 130, 246, 0.2);
    text-align: center;
    transform-origin: center;
    /* Circular shape for peripheral modules, hexagonal for central module via JavaScript */
}



.module:hover {
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
}



.module.active {
    background: rgba(19, 34, 58, 0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 15px rgba(59, 130, 246, 0.4);
}

.module-content {
    text-align: center;
    color: #ffffff;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.module-icon {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.module-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.module-content h3 {
    font-size: 0.85rem;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    line-height: 1.2;
}

.module-content p {
    font-size: 0.7rem;
    color: #9db1cc;
    margin: 0;
    opacity: 0.9;
    line-height: 1.2;
    text-align: center;
}

/* Module Positions */
.hex-glow-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 3px #3b82f6) drop-shadow(0 0 6px #3b82f6);
    z-index: 25;
    width: 250px;
    height: 180px;
}

.central-module {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #3877ff, #03146c);
    color: #ffffff;
    font-weight: 600;
    padding: 24px 32px;
    border-radius: 16px;
    box-shadow: 0 0 12px rgba(59, 130, 246, 0.3);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Hexagonal shape will be applied via JavaScript */
}

.central-module h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #ffffff;
}

.central-module p {
    font-size: 12px;
    margin: 0;
    color: #ff8d6f;
    opacity: 0.9;
}

.hex-glow-wrapper:hover {
    filter: drop-shadow(0 0 4px #3b82f6) drop-shadow(0 0 8px #3b82f6);
    transform: translate(-50%, -50%) scale(1.05);
}

.central-module:hover {
    box-shadow: 0 0 18px rgba(59, 130, 246, 0.4);
}

.central-module small {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #9db1cc;
    font-weight: 400;
}

.top-module {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 0 0.5px #3b82f6);
    transition: all 0.3s ease;
}

.top-module:hover {
    transform: translateX(-50%) scale(1.05);
}



.left-module {
    top: 70%;
    left: 15%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 0 0.5px #3b82f6);
    transition: all 0.3s ease;
}

.left-module:hover {
    transform: translateY(-50%) scale(1.05);
}



.right-module {
    top: 70%;
    left: 70%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 0 0.5px #3b82f6);
    transition: all 0.3s ease;
}

.right-module:hover {
    transform: translateY(-50%) scale(1.05);
}



.bottom-module {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 0 0.5px #3b82f6);
    transition: all 0.3s ease;
}

.bottom-module:hover {
    transform: translateX(-50%) scale(1.05);
}



.top-right-module {
    top: 35%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 0 0.5px #3b82f6);
    transition: all 0.3s ease;
}

.top-right-module:hover {
    transform: translate(-50%, -50%) scale(1.05);
}



.top-left-module {
    top: 35%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 0 0.5px #3b82f6);
    transition: all 0.3s ease;
}

.top-left-module:hover {
    transform: translate(-50%, -50%) scale(1.05);
}



/* Connection Lines */
.connection-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.connection-line {
    stroke: #3ba2f63b;
    stroke-width: 3;
    stroke-dasharray: 10;
    stroke-dashoffset: 0;
    fill: none;
    animation: dataFlow 2s linear infinite;
    opacity: 1;
}

@keyframes dataFlow {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -30;
    }
}



/* Footer */
.footer {
    background: rgba(15, 23, 42, 0.8);
    padding: 1rem 0 1rem;
}

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

.footer-logo .logo-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(71, 85, 105, 0.2);
    color: #9ca3af;
}

/* Footer Contact Info */
.contact-info {
    text-align: center;
    padding: 20px 0;
}

.contact-info h3 {
    color: #9ca3af;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.contact-details .phone,
.contact-details .email,
.contact-details .support {
    color: #9ca3af;
    font-size: 1rem;
    margin-right: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.contact-details .phone:hover,
.contact-details .email:hover,
.contact-details .support:hover {
    color: #ffffff;
}

.contact-details .phone:last-child,
.contact-details .email:last-child,
.contact-details .support:last-child {
    margin-right: 0;
}

/* Mobile Touch Improvements */
@media (hover: none) and (pointer: coarse) {
    .nav-link:hover {
        transform: none;
    }

    .btn-primary:hover,
    .btn-outline:hover {
        transform: none;
    }

    .feature-box:hover {
        transform: none;
    }

    .module:hover {
        transform: none;
    }

    /* Improve touch targets */
    .nav-link {
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    .btn-primary,
    .btn-outline {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .module {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {

    /* Mobile Performance Optimizations */
    * {
        -webkit-overflow-scrolling: touch;
    }

    /* Mobile-specific viewport fixes */
    html,
    body {
        overflow-x: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }


    /* Header Mobile Styles */
    .header .container {
        flex-direction: row !important;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 0.5rem 0.5rem;
        min-width: 0;
        /* Prevent overflow */
    }

    .nav-menu {
        gap: 0.5rem;
        flex-wrap: nowrap;
        justify-content: flex-end;
        min-width: 0;
        height: 32px;
        align-items: center;
        /* Prevent overflow */
    }

    .header-logo {
        height: 48px;
        width: auto;
    }

    .nav-link {
        font-size: 0.85rem;
        padding: 0.4rem 0.6rem;
        white-space: nowrap;
    }


    .hero-content {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        margin-top: 20px;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        text-align: center;
    }

    .hero-description {
        font-size: 1rem;
        line-height: 1.6;
        text-align: center;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .btn-primary,
    .btn-outline {
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
    }

    .hero-image {
        order: 2;
    }

    .laptop-mockup {
        max-width: 80%;
        height: auto;
        margin: 0 auto;
    }

    /* Airlines Section Mobile Styles */
    .airlines-section {
        order: 3;
        margin-top: 2rem;
        padding: 1rem;
    }

    .trusted-title {
        margin-bottom: 1rem;
    }

    .trusted-image {
        max-width: 60px;
        height: 40px;
    }

    .airlines-carousel {
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
        overflow-x: visible;
        padding: 0;
    }

    .airline-item {
        min-width: 60px;
        flex-shrink: 0;
        margin: 0.5rem;
    }

    .airline-logo {
        width: 50px;
        height: 25px;
    }

    .airline-name {
        font-size: 0.6rem;
    }

    /* Why Choose Us Mobile Styles */
    .why-choose-us-section {
        padding: 3rem 1rem;
    }

    .why-choose-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .why-choose-content {
        order: 1;
        margin: auto;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .title-accent {
        width: 50px;
        height: 2px;
        margin-bottom: 2rem;
    }

    .features-list {
        gap: 1.5rem;
    }

    .feature-item {
        gap: 1rem;
        flex-direction: column;
        text-align: center;
    }

    .feature-item:not(:last-child)::after {
        display: none;
    }

    .feature-number {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
        margin: 0 auto 1rem auto;
    }

    .feature-content h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
        text-align: center;
    }

    .feature-content p {
        font-size: 0.9rem;
        line-height: 1.5;
        text-align: center;
    }

    .cta-button {
        display: none;
    }

    /* Network Diagram Mobile Styles */
    .network-container {
        order: 2;
        height: 400px;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .module {
        width: 90px;
        height: 70px;
    }

    .hex-glow-wrapper {
        width: 110px;
        height: 80px;
    }

    .central-module {
        width: 100%;
        height: 100%;
    }

    .central-module h3 {
        font-size: 16px;
        margin: 0 0 3px 0;
    }

    .central-module p {
        font-size: 9px;
    }

    .top-right-module,
    .top-left-module {
        width: 80px;
        height: 60px;
    }

    .module-content h3 {
        font-size: 10px;
    }

    .module-content p {
        font-size: 0.5rem;
    }

    .module-icon {
        font-size: 1.2rem;
    }



    /* Reviews Section Mobile Styles */
    .reviews-section {
        padding: 3rem 1rem;
    }

    .reviews-layout {
        grid-template-columns: 1fr;
    }

    .reviews-container .section-title {
        font-size: 2rem;
    }

    .reviews-container .title-accent {
        width: 50px;
        height: 2px;
    }

    .review-card {
        padding: 1.5rem;
        margin: 0 1rem;
    }

    .review-text {
        font-size: 0.9rem;
        line-height: 1.5;
        text-align: justify;
    }

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

    .stat-card {
        padding: 1.5rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 0.9rem;
    }

    /* Footer Mobile Styles */
    .footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding: 2rem 1rem;
    }

    .contact-details {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center !important;
        max-width: 100%;
    }

    .contact-details .phone,
    .contact-details .email,
    .contact-details .support {
        margin-right: 0;
        justify-content: center;
        font-size: 0.9rem;
    }

    /* Footer Mobile Styles */
    .footer {
        padding: 0.75rem 0;
    }

    .contact-info {
        padding: 15px 0;
    }


    .footer-bottom {
        padding-top: 1.5rem;
        font-size: 0.9rem;
    }
}

/* iPad Portrait Specific Styles - Same layout as 480px but with 768px font sizes */
@media (max-width: 1024px) and (min-width: 481px) {


    /* Additional mobile fixes for iPad */
    html,
    body {
        overflow-x: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    /* Header Mobile Styles */
    .header .container {
        flex-direction: row !important;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0.5rem 0.5rem;
        min-width: 0;
    }

    .hero-content {
        margin-top: 15px;
    }

    .nav-menu {
        gap: 0.25rem;
        flex-wrap: nowrap;
        justify-content: flex-end;
        min-width: 0;
        height: 28px;
        align-items: center;
    }

    .header-logo {
        height: 40px;
        width: auto;
        margin-left: 20px;
    }

    .nav-link {
        font-size: 0.85rem;
        /* Keep 768px font size */
        padding: 0.3rem 0.5rem;
        white-space: nowrap;
    }

    .logo-main {
        font-size: 1.3rem;
    }

    .logo-crew {
        font-size: 0.5rem;
    }

    .logo-solutions {
        font-size: 0.4rem;
        margin-top: 3px;
    }

    .hero-title {
        font-size: 2.5rem;
        /* Keep 768px font size */
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        /* Keep 768px font size */
        text-align: center;
    }

    .hero-description {
        font-size: 1rem;
        /* Keep 768px font size */
        line-height: 1.5;
        color: #888b95;
        text-align: center;
    }

    .hero-buttons {
        flex-direction: row;
        gap: 0.75rem;
    }

    .btn-primary,
    .btn-outline {
        padding: 0.5rem 0.75rem;
        font-size: 1rem;
        /* Keep 768px font size */
        width: 100%;
        max-width: 150px;
    }

    .laptop-mockup {
        max-width: 95%;
    }

    /* Network diagram - same layout as 480px but with 768px font sizes */
    .network-container {
        padding: 2rem 0.5rem;
    }

    .module {
        width: 60px;
        height: 60px;
    }

    .hex-glow-wrapper {
        width: 60px;
        height: 60px;
    }

    .central-module h3 {
        font-size: 1.2rem;
        /* Keep 768px font size */
    }

    .central-module p {
        font-size: 0.9rem;
        /* Keep 768px font size */
    }

    .top-right-module,
    .top-left-module {
        width: 50px;
        height: 50px;
    }

    .module-content h3 {
        font-size: 1rem;
        /* Keep 768px font size */
    }

    .module-content p {
        font-size: 0.8rem;
        /* Keep 768px font size */
    }

    .module-icon {
        font-size: 1.2rem;
        /* Keep 768px font size */
    }

    /* Reviews section - same layout as 480px but with 768px font sizes */
    .reviews-section {
        padding: 2rem 0.5rem;
        margin-bottom: 2rem;
    }

    .reviews-container .section-title {
        font-size: 2rem;
        /* Keep 768px font size */
    }

    .review-card {
        padding: 1rem;
    }

    .review-text {
        font-size: 0.9rem;
        /* Keep 768px font size */
        line-height: 1.4;
    }

    .stat-card {
        padding: 0.75rem;
    }

    .stat-number {
        font-size: 1.5rem;
        /* Keep 768px font size */
    }

    .stat-label {
        font-size: 0.7rem;
        /* Keep 768px font size */
    }

    /* Footer - same layout as 480px but with 768px font sizes */
    .footer-content {
        padding: 2rem 0.5rem;
    }

    .contact-details {
        gap: 0.5rem;
    }

    .contact-details .phone,
    .contact-details .email,
    .contact-details .support {
        font-size: 0.9rem;
        /* Keep 768px font size */
        padding: 0.5rem;
    }
}

/* iPhone and small device specific fixes */
@media (max-width: 430px) {

    /* Additional mobile fixes for iPhone and small screens */
    html,
    body {
        overflow-x: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    /* iPhone-specific header fixes */
    .header .container {
        flex-direction: row !important;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0.25rem 0.5rem;
        min-width: 0;
    }

    .header-logo {
        height: 32px;
        width: auto;
        margin-left: 10px;
    }

    .nav-menu {
        gap: 0.2rem;
        flex-wrap: nowrap;
        justify-content: flex-end;
        min-width: 0;
        height: 24px;
        align-items: center;
    }

    .nav-link {
        font-size: 0.7rem;
        padding: 0.25rem 0.4rem;
        white-space: nowrap;
    }

    /* iPhone hero fixes */
    .hero {
        padding: 3rem 0.5rem 2rem;
    }


    .hero-content {
        margin-top: 10px;
    }

    .hero-title {
        font-size: 1.8rem;
        line-height: 1.1;
        width: 92%;
        margin: 1rem auto;
    }

    .hero-subtitle {
        font-size: 1rem;
        text-align: center;
        width: 92%;
        margin: 1rem auto;
    }

    .hero-description {
        font-size: 0.8rem;
        line-height: 1.4;
        text-align: center;
        width: 92%;
        margin: 1rem auto;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 0.5rem;
    }

    .btn-primary,
    .btn-outline {
        padding: 0.4rem 0.6rem;
        font-size: 0.85rem;
        width: 100%;
        max-width: 200px;
    }

    .laptop-mockup {
        max-width: 90%;
    }

    /* iPhone network diagram fixes */
    .network-container {
        padding: 2rem 0.5rem;
    }

    .module {
        width: 60px;
        height: 60px;
    }

    .hex-glow-wrapper {
        width: 60px;
        height: 60px;
    }

    .central-module h3 {
        font-size: 0.8rem;
    }

    .central-module p {
        font-size: 0.6rem;
    }

    .top-right-module,
    .top-left-module {
        width: 50px;
        height: 50px;
    }

    .module-content h3 {
        font-size: 0.7rem;
    }

    .module-content p {
        font-size: 0.5rem;
    }

    .module-icon {
        font-size: 1rem;
    }

    /* iPhone reviews fixes */
    .reviews-section {
        padding: 2rem 0.5rem;
        margin-bottom: 2rem;
    }

    .reviews-container .section-title {
        font-size: 1.5rem;
    }

    .review-card {
        padding: 1rem;
    }

    .review-text {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .stat-card {
        padding: 0.75rem;
    }

    .stat-number {
        font-size: 1.2rem;
    }

    .stat-label {
        font-size: 0.7rem;
    }

    /* iPhone footer fixes */
    .footer-content {
        padding: 2rem 0.5rem;
    }

    .contact-details {
        gap: 0.5rem;
    }

    .contact-details .phone,
    .contact-details .email,
    .contact-details .support {
        font-size: 0.8rem;
        padding: 0.5rem;
    }
}

@media (max-width: 480px) {


    /* Additional mobile fixes for small screens */
    html,
    body {
        overflow-x: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    /* Header Mobile Styles */
    .header .container {
        flex-direction: row !important;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0.5rem 0.5rem;
        min-width: 0;
        /* Prevent overflow */
    }

    .hero-content {
        margin-top: 15px;
    }

    .nav-menu {
        gap: 0.25rem;
        flex-wrap: nowrap;
        justify-content: flex-end;
        min-width: 0;
        height: 28px;
        align-items: center;
        /* Prevent overflow */
    }

    .header-logo {
        height: 40px;
        width: auto;
        margin-left: 20px;
    }

    .nav-link {
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
        white-space: nowrap;
    }

    .logo-main {
        font-size: 1.3rem;
    }

    .logo-crew {
        font-size: 0.5rem;
    }

    .logo-solutions {
        font-size: 0.4rem;
        margin-top: 3px;
    }


    .hero-title {
        font-size: 2rem;
        line-height: 1.1;
        width: 92%;
        margin: 1rem auto;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        text-align: center;
        width: 92%;
        margin: 1rem auto;
    }

    .hero-description {
        font-size: 0.85rem;
        line-height: 1.5;
        color: #888b95;
        text-align: center;
        width: 92%;
        margin: 1rem auto;
    }

    .hero-buttons {
        flex-direction: row;
        gap: 0.75rem;
    }

    .btn-primary,
    .btn-outline {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
        width: 100%;
        max-width: 150px;
    }

    .laptop-mockup {
        max-width: 95%;
    }

    /* Airlines Section Mobile Styles */
    .airlines-section {
        padding: 1rem;
    }

    .trusted-title {
        margin-bottom: 0.5rem;
    }

    .trusted-image {
        max-width: 50px;
        height: 30px;
    }

    .airlines-carousel {
        gap: 0.5rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .airline-item {
        min-width: 50px;
        margin: 0.25rem;
    }

    .airline-logo {
        width: 40px;
        height: 20px;
    }

    .airline-name {
        font-size: 0.5rem;
    }

    /* Why Choose Us Mobile Styles */
    .why-choose-us-section {
        padding: 2rem 1rem;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 0.75rem;
    }

    .title-accent {
        width: 40px;
        height: 2px;
        margin-bottom: 1.5rem;
    }

    .features-list {
        gap: 1.5rem;
    }

    .feature-item {
        gap: 0.75rem;
    }

    .feature-number {
        width: 30px;
        height: 30px;
        font-size: 0.7rem;
        margin: 0 auto 0.75rem auto;
    }

    .feature-content h3 {
        font-size: 1rem;
        margin-bottom: 0.4rem;
        text-align: center;
    }

    .feature-content p {
        font-size: 0.8rem;
        line-height: 1.4;
        text-align: center;
    }

    .cta-button {
        display: none;
    }

    /* Network Diagram Mobile Styles */
    .network-container {
        height: 300px;
        max-width: 400px;
    }

    .module {
        width: 70px;
        height: 55px;
    }

    .hex-glow-wrapper {
        width: 90px;
        height: 70px;
    }

    .central-module h3 {
        font-size: 14px;
        margin: 0 0 2px 0;
    }

    .central-module p {
        font-size: 8px;
    }

    .top-right-module,
    .top-left-module {
        width: 65px;
        height: 50px;
    }

    .module-content h3 {
        font-size: 8px;
    }

    .module-content p {
        font-size: 0.4rem;
    }

    .module-icon {
        font-size: 1rem;
    }



    /* Reviews Section Mobile Styles */
    .reviews-section {
        padding: 2rem 1rem;
    }

    .reviews-container .section-title {
        font-size: 1.8rem;
    }

    .review-card {
        padding: 1.25rem;
        margin: 0 0.5rem;
    }

    .review-text {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .stat-card {
        padding: 1.25rem;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    /* Footer Mobile Styles */
    .footer-content {
        padding: 1.5rem 1rem;
    }

    .contact-details {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .contact-details .phone,
    .contact-details .email,
    .contact-details .support {
        font-size: 0.8rem;
        gap: 6px;
    }

    /* Footer Mobile Styles */
    .footer {
        padding: 0.5rem 0;
        margin-bottom: 4rem;
    }

    .contact-info {
        padding: 10px 0;
    }

    .contact-details {
        gap: 0.5rem;
    }

    .footer-bottom {
        padding-top: 1rem;
        font-size: 0.8rem;
    }
}

/* Reviews Section */
.reviews-section {
    padding: 5rem 0rem 15rem 0rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 75% 50%, #1e3a8a 0%, #0f172a 40%, #0a0f1f 70%, #050813 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}



.reviews-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
    z-index: 2;
    gap: 4rem;
}

/* Swap positions - reviews on left, stats on right */
.reviews-layout .reviews-container {
    order: 1;
}

.reviews-layout .stats-container {
    order: 2;
}

/* Left Side - Frosted Glass Stats */
.stats-container {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 7rem;
}

.reviews-container .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    border: none;
    background: transparent;
}

.reviews-container .title-accent {
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    display: block;
}

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

.stat-card {
    background: transparent;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #f97316;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
    opacity: 0.9;
}

/* Right Side - Glassmorphism Reviews Carousel */
.reviews-container {
    position: relative;
    height: 400px;
}

.reviews-carousel {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.review-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease;
}

.review-card.active {
    opacity: 1;
    transform: translateX(0);
}

.review-card.prev {
    opacity: 0.3;
    transform: translateX(-100%);
}

.review-stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}

.star {
    color: #f97316;
    font-size: 1.2rem;
}

.review-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #cbc7c7;
    font-style: italic;
    margin-bottom: 2rem;
    flex-grow: 1;
    text-align: justify;
}

.review-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.author-position {
    font-size: 0.9rem;
    color: #ffffff;
    opacity: 0.8;
}

.company-logo {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.company-logo::before {
    content: '';
    position: absolute;
    top: -2px;
    right: -8px;
    width: 4px;
    height: 4px;
    background: #f97316;
    border-radius: 50%;
}

/* Carousel Navigation */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: #f97316;
    transform: scale(1.2);
}

.carousel-dot:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Responsive Design for Reviews Section */
@media (max-width: 1024px) {
    .reviews-section {
        padding: 3rem 0 8rem 0;
        margin-bottom: 4rem;
    }

    .reviews-layout {
        grid-template-columns: 1fr;
        width: 90vw;
    }

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

    .stat-card {
        padding: 1rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .reviews-container {
        height: 300px;
    }

    .review-card {
        padding: 1.5rem;
    }

    .review-text {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .reviews-container .section-title {
        font-size: 2rem;
    }
}

/* iPhone and small device specific fixes for reviews */
@media (max-width: 430px) {
    .reviews-section {
        padding: 1.5rem 0 4rem 0;
        margin-bottom: 2rem;
    }

    .stats-container {
        top: 6rem;
    }

    .reviews-layout {
        width: 98vw;
        gap: 1rem;
    }

    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .stat-card {
        padding: 0.5rem;
    }

    .stat-number {
        font-size: 1.2rem;
    }

    .stat-label {
        font-size: 0.6rem;
    }

    .reviews-container {
        height: 250px;
    }

    .review-card {
        padding: 0.75rem;
    }

    .review-text {
        font-size: 0.75rem;
        line-height: 1.2;
        text-align: justify;
    }

    .reviews-container .section-title {
        font-size: 1.3rem;
    }

    .author-name {
        font-size: 0.8rem;
    }

    .author-position {
        font-size: 0.6rem;
    }
}

@media (max-width: 480px) {
    .reviews-section {
        padding: 2rem 0 6rem 0;
        margin-bottom: 3rem;
    }

    .stats-container {
        top: 6rem;
    }

    .reviews-layout {
        width: 95vw;
        gap: 1.5rem;
    }

    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
    }

    .stat-card {
        padding: 0.75rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.7rem;
    }

    .reviews-container {
        height: 300px;
    }

    .review-card {
        padding: 1rem;
    }

    .review-text {
        font-size: 0.8rem;
        line-height: 1.3;
        text-align: justify;
    }

    .reviews-container .section-title {
        font-size: 1.5rem;
    }

    .author-name {
        font-size: 0.9rem;
    }

    .author-position {
        font-size: 0.7rem;
    }
}