.elementor-9850 .elementor-element.elementor-element-0f830ae{--display:flex;}.elementor-9850 .elementor-element.elementor-element-0f830ae .diteck-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.elementor-9850 .elementor-element.elementor-element-a2bb482 .diteck-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-9850 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-a2bb482 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8fafc;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-title {
    font-size: 3.5rem;
    color: #2A3881;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.section-title {
    font-size: 2.5rem;
    color: #2A3881;
}

.section-subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #48C6E5;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

/* Hero Section */
.services-hero {
    background: linear-gradient(135deg, #f8fafc 0%, #f0f8ff 100%);
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}

.services-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(45deg, rgba(42, 56, 129, 0.05) 0%, rgba(72, 198, 229, 0.05) 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 0.875rem;
    margin-bottom: 40px;
}

.breadcrumb i {
    font-size: 0.75rem;
}

.hero-content {
    max-width: 700px;
    position: relative;
    z-index: 2;
}

.hero-description {
    font-size: 1.125rem;
    color: #555;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    max-width: 600px;
}

/* Buttons */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #48C6E5;
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid #48C6E5;
}

.cta-button:hover {
    background-color: #2A3881;
    border-color: #2A3881;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(42, 56, 129, 0.15);
}

.cta-button.outline {
    background-color: transparent;
    color: #2A3881;
    border-color: #48C6E5;
}

.cta-button.outline:hover {
    background-color: #48C6E5;
    color: white;
}

.cta-button.white {
    background-color: white;
    color: #2A3881;
    border-color: white;
}

.cta-button.white:hover {
    background-color: #2A3881;
    color: white;
    border-color: #2A3881;
}

/* Solutions Section */
.solutions-section {
    padding: 100px 0;
    background-color: white;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-description {
    color: #666;
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.solution-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    border: 1px solid #e8f4f8;
    position: relative;
    overflow: hidden;
}

.solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #48C6E5;
    transition: width 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.1);
    border-color: #48C6E5;
}

.solution-card:hover::before {
    width: 100%;
    opacity: 0.1;
}

.solution-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: white;
    font-size: 1.5rem;
}

.solution-card h3 {
    font-size: 1.5rem;
    color: #2A3881;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.solution-card p {
    color: #666;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #48C6E5;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
    transition: gap 0.3s ease;
}

.card-link:hover {
    gap: 12px;
    color: #2A3881;
}

/* Features Section */
.features-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.feature-description {
    color: #666;
    font-size: 1.125rem;
    margin-bottom: 40px;
    line-height: 1.7;
}

.feature-list {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.feature-item i {
    color: #48C6E5;
    font-size: 1.25rem;
}

.feature-item span {
    font-weight: 500;
    color: #2A3881;
}

.feature-image {
    position: relative;
}

.image-placeholder {
    height: 400px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.airport-dashboard {
    background: linear-gradient(135deg, #2A3881 0%, #48C6E5 100%);
    position: relative;
}

.airport-dashboard::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: 2px dashed rgba(255, 255, 255, 0.3);
}

.stats-overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.stat-item {
    text-align: center;
}

.stat-item h4 {
    font-size: 2rem;
    color: #2A3881;
    margin-bottom: 5px;
}

.stat-item p {
    color: #666;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Systems Detail Section */
.systems-detail-section {
    padding: 100px 0;
    background-color: white;
}

.systems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.system-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    border: 1px solid #e8f4f8;
    display: flex;
    flex-direction: column;
}

.system-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(42, 56, 129, 0.1);
    border-color: #48C6E5;
}

.system-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8f4f8;
    padding-bottom: 20px;
}

.system-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.system-header h3 {
    font-size: 1.5rem;
    color: #2A3881;
    margin-bottom: 5px;
}

.system-tag {
    display: inline-block;
    background: #e8f4f8;
    color: #48C6E5;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 5px;
}

.system-features {
    flex-grow: 1;
    margin-bottom: 25px;
}

.system-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.system-feature i {
    color: #48C6E5;
    font-size: 0.875rem;
    margin-top: 3px;
}

.system-feature span {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5;
}

.system-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2A3881;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    padding-top: 15px;
    border-top: 1px solid #e8f4f8;
    transition: gap 0.3s ease;
}

.system-link:hover {
    gap: 12px;
    color: #48C6E5;
}

/* Benefits Section */
.benefits-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.benefit-card {
    background: white;
    border-radius: 12px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    border: 1px solid #e8f4f8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.1);
    border-color: #48C6E5;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 2rem;
}

.benefit-card h3 {
    font-size: 1.5rem;
    color: #2A3881;
    margin-bottom: 15px;
}

.benefit-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.benefit-metric {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e8f4f8;
}

.metric-value {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #48C6E5;
    line-height: 1;
    margin-bottom: 5px;
}

.metric-label {
    display: block;
    color: #666;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Integration Section */
.integration-section {
    padding: 100px 0;
    background-color: white;
}

.integration-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.integration-text p {
    color: #666;
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 40px;
}

.integration-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.integration-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.integration-feature i {
    color: #48C6E5;
    font-size: 2rem;
    margin-top: 5px;
}

.integration-feature h4 {
    font-size: 1.25rem;
    color: #2A3881;
    margin-bottom: 5px;
}

.integration-feature p {
    color: #666;
    font-size: 1rem;
    margin-bottom: 0;
}

.integration-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.airport-ecosystem {
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(72, 198, 229, 0.1) 0%, rgba(42, 56, 129, 0.1) 100%);
    border: 2px solid rgba(72, 198, 229, 0.2);
}

.ecosystem-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #48C6E5 0%, #2A3881 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(42, 56, 129, 0.2);
}

.center-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.ecosystem-center span {
    font-weight: 600;
    font-size: 0.75rem;
    text-align: center;
    max-width: 100px;
}

.ecosystem-node {
    position: absolute;
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2A3881;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid #48C6E5;
    transition: all 0.3s ease;
}

.ecosystem-node:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(72, 198, 229, 0.3);
}

.ecosystem-node i {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.ecosystem-node span {
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
}

.node-1 {
    top: 20%;
    left: 20%;
}

.node-2 {
    top: 20%;
    right: 20%;
}

.node-3 {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.node-4 {
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.node-5 {
    bottom: 20%;
    left: 20%;
}

.node-6 {
    bottom: 20%;
    right: 20%;
}

/* Connection lines */
.airport-ecosystem::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 60%;
    background: linear-gradient(to bottom, rgba(72, 198, 229, 0.3), transparent);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
}

.airport-ecosystem::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 60%;
    background: linear-gradient(to bottom, rgba(72, 198, 229, 0.3), transparent);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #2A3881 0%, #48C6E5 100%);
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.125rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 40px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.8rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .features-grid {
        gap: 50px;
    }
    
    .stats-overlay {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .integration-content {
        gap: 50px;
    }
    
    .airport-ecosystem {
        width: 350px;
        height: 350px;
    }
    
    .systems-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    /* PLATFORM SECTION */
.platform-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.platform-section .solution-card {
    background: linear-gradient(135deg, #f8fafc 0%, #eef7ff 100%);
    border: 1px solid #dff1f8;
}

.platform-section .solution-card:hover {
    border-color: #48C6E5;
    box-shadow: 0 20px 40px rgba(42, 56, 129, 0.08);
}
}/* End custom CSS */