.airtk-hero-section,
.airtk-section,
.airtk-footer-seo,
.airtk-cta-section,
.airtk-form-section {
    padding: 72px 0;
}

.airtk-soft-bg {
    background: #f7f8fc;
}

.airtk-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #302283;
    margin-bottom: 14px;
}

.airtk-kicker.white {
    color: rgba(255,255,255,0.85);
}

/* hero */
.airtk-hero-section {
    position: relative;
    z-index: 1;
    background: #f3f3f6;
    overflow: hidden;
    margin-top: 0;
    padding: 96px 0 84px;
}

.airtk-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #6d7280;
}

.airtk-breadcrumb a,
.airtk-breadcrumb span {
    color: #6d7280;
    text-decoration: none;
}

.airtk-breadcrumb a:hover {
    color: #302283;
}

.airtk-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
    gap: 36px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.airtk-hero-copy {
    max-width: 920px;
}

.airtk-hero-copy h1 {
    font-size: 34px;
    line-height: 1.18;
    font-weight: 800;
    color: #161616;
    margin: 0 0 18px;
    max-width: 760px;
}

.airtk-lead,
.airtk-hero-copy p,
.airtk-section-head p,
.airtk-feature-item p,
.airtk-simple-card p,
.airtk-plain-item p,
.airtk-step p,
.airtk-stat-item p,
.airtk-faq-item p,
.airtk-footer-seo p,
.airtk-form-head p,
.airtk-cta-box p {
    font-size: 17px;
    line-height: 1.8;
    color: #5b5b66;
    margin: 0;
}

.airtk-hero-copy p + p {
    margin-top: 14px;
}

.airtk-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 26px;
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid #e0e2e9;
    max-width: 1120px;
}

.airtk-feature-item h3,
.airtk-simple-card h3,
.airtk-plain-item h3,
.airtk-step h3,
.airtk-stat-item h3,
.airtk-faq-item h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #1d1d1d;
    margin: 0 0 8px;
}

/* right moving visuals */
.airtk-hero-visual {
    position: relative;
    min-height: 520px;
}

.airtk-visual-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 520px;
}

.airtk-hero-orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(48, 34, 131, 0.04);
    pointer-events: none;
}

.airtk-hero-orb-one {
    width: 280px;
    height: 280px;
    top: -80px;
    right: -130px;
    animation: airtkFloatOrb 9s ease-in-out infinite;
}

.airtk-hero-orb-two {
    width: 170px;
    height: 170px;
    right: 170px;
    top: 140px;
    background: rgba(48, 34, 131, 0.035);
    animation: airtkFloatOrb 11s ease-in-out infinite reverse;
}

.airtk-hero-orb-three {
    width: 120px;
    height: 120px;
    right: 70px;
    bottom: 30px;
    background: rgba(48, 34, 131, 0.05);
    animation: airtkFloatOrb 8s ease-in-out infinite;
}

.airtk-visual-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(48, 34, 131, 0.12);
}

.airtk-ring-main {
    width: 290px;
    height: 290px;
    top: 84px;
    right: 28px;
    animation: airtkRotateSlow 24s linear infinite;
}

.airtk-ring-small {
    width: 140px;
    height: 140px;
    bottom: 28px;
    left: 40px;
    border-color: rgba(48, 34, 131, 0.14);
    animation: airtkPulseRing 6s ease-in-out infinite;
}

.airtk-flight-path {
    position: absolute;
    border: 1px dashed rgba(48, 34, 131, 0.20);
    border-radius: 999px;
}

.airtk-path-one {
    width: 260px;
    height: 120px;
    top: 156px;
    right: 82px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-10deg);
}

.airtk-path-two {
    width: 170px;
    height: 80px;
    bottom: 106px;
    right: 116px;
    border-left-color: transparent;
    border-top-color: transparent;
    transform: rotate(8deg);
}

.airtk-plane-plane {
    position: absolute;
    top: 148px;
    right: 135px;
    animation: airtkPlaneMove 8s ease-in-out infinite;
    z-index: 3;
}

.airtk-plane-core {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4335ad 0%, #302283 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 36px rgba(48, 34, 131, 0.22);
}

.airtk-plane-core i {
    color: #fff;
    font-size: 24px;
    transform: rotate(45deg);
}

.airtk-float-card {
    position: absolute;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 18px 40px rgba(17, 21, 39, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.airtk-card-ticket {
    top: 68px;
    right: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 20px;
    animation: airtkFloatCard 7s ease-in-out infinite;
}

.airtk-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(48, 34, 131, 0.08);
    color: #302283;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.airtk-card-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.airtk-card-copy strong {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    color: #161616;
}

.airtk-card-copy small {
    font-size: 12px;
    line-height: 1.4;
    color: #6d7280;
}

.airtk-card-globe {
    top: 220px;
    right: 0;
    padding: 12px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: airtkFloatCard 8s ease-in-out infinite reverse;
}

.airtk-mini-circle {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(255,255,255,0.92);
    color: #302283;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 10px 24px rgba(17, 21, 39, 0.05);
}

.airtk-card-badge {
    left: 24px;
    top: 260px;
    width: 68px;
    height: 68px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #302283;
    font-size: 30px;
    animation: airtkFloatCard 6.5s ease-in-out infinite;
}

.airtk-dot-cluster {
    position: absolute;
    right: 18px;
    bottom: 34px;
    width: 66px;
    display: grid;
    grid-template-columns: repeat(3, 8px);
    gap: 10px;
    opacity: 0.48;
}

.airtk-dot-cluster span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #302283;
    animation: airtkDotBlink 2.8s ease-in-out infinite;
}

.airtk-dot-cluster span:nth-child(2),
.airtk-dot-cluster span:nth-child(5),
.airtk-dot-cluster span:nth-child(8) {
    animation-delay: .3s;
}

.airtk-dot-cluster span:nth-child(3),
.airtk-dot-cluster span:nth-child(6),
.airtk-dot-cluster span:nth-child(9) {
    animation-delay: .6s;
}

.airtk-visual-panel {
    position: absolute;
    left: 62px;
    bottom: 42px;
    width: 290px;
    border-radius: 26px;
    padding: 22px 20px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(255,255,255,0.72);
    box-shadow: 0 24px 50px rgba(17, 21, 39, 0.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    animation: airtkPanelDrift 9s ease-in-out infinite;
}

.airtk-panel-top {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.airtk-panel-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(48, 34, 131, 0.08);
    color: #302283;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
}

.airtk-panel-route {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.airtk-route-point {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.airtk-route-code {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 800;
    color: #161616;
}

.airtk-route-point small {
    font-size: 12px;
    line-height: 1.4;
    color: #6d7280;
}

.airtk-route-line {
    flex: 1 1 auto;
    height: 2px;
    background: linear-gradient(90deg, #302283 0%, rgba(48, 34, 131, 0.18) 100%);
    position: relative;
}

.airtk-route-line:after {
    content: "";
    position: absolute;
    right: -2px;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #302283;
}

.airtk-panel-bottom {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.airtk-panel-stat {
    background: #fff;
    border: 1px solid #ececf3;
    border-radius: 16px;
    padding: 12px 12px;
}

.airtk-panel-stat strong {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    color: #161616;
    margin-bottom: 3px;
}

.airtk-panel-stat small {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    color: #6d7280;
}

/* form section with video background */
.airtk-form-section {
    position: relative;
    overflow: hidden;
    padding: 78px 0;
}

.airtk-form-video-section {
    background: #302283;
}

.airtk-form-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.airtk-form-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.airtk-form-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(48, 34, 131, 0.86) 0%,
        rgba(48, 34, 131, 0.78) 45%,
        rgba(31, 22, 96, 0.88) 100%
    );
}

.airtk-form-section .container {
    position: relative;
    z-index: 2;
}

.airtk-form-panel {
    width: 100%;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 24px;
    padding: 26px 24px;
    box-sizing: border-box;
    box-shadow: 0 18px 40px rgba(12, 9, 40, 0.18);
}

.airtk-form-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.82);
    margin-bottom: 10px;
}

.airtk-form-head {
    margin-bottom: 18px;
}

.airtk-form-head h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    margin: 0 0 10px;
}

.airtk-form-head p {
    color: rgba(255,255,255,0.88);
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    max-width: 760px;
}

.airtk-form-alert {
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.airtk-form-alert.success,
.airtk-form-alert.error {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.18);
}

.airtk-custom-form {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px 14px;
    width: 100%;
}

.airtk-form-group {
    width: 100%;
    margin: 0;
}

.airtk-form-group label {
    display: block;
    margin: 0 0 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.airtk-custom-form .enquiry-box {
    width: 100% !important;
    background: rgba(255,255,255,0.96);
    color: #1b1b1b;
    border: none;
    border-radius: 12px;
    box-sizing: border-box;
    display: block !important;
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
    height: 46px;
    min-height: 46px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 46px;
}

.airtk-custom-form .enquiry-box:hover {
    background: #fff;
}

.airtk-custom-form .enquiry-box:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.2);
}

.airtk-submit-group label {
    visibility: hidden;
}

.airtk-custom-form .find-submit {
    width: 100% !important;
    height: 46px;
    border: none;
    border-radius: 12px;
    background: #140d45;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 0 20px;
    transition: all 0.25s ease;
    display: block;
    cursor: pointer;
}

.airtk-custom-form .find-submit:hover {
    background: #0d0833;
    transform: translateY(-1px);
}

.airtk-section-head {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.airtk-section-head.left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.airtk-section-head h2 {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 800;
    color: #161616;
    margin: 0 0 14px;
}

.airtk-simple-grid,
.airtk-plain-grid,
.airtk-stat-grid,
.airtk-faq-list {
    display: grid;
    gap: 22px;
}

.airtk-simple-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.airtk-plain-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.airtk-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.airtk-faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.airtk-simple-card,
.airtk-plain-item,
.airtk-stat-item,
.airtk-faq-item {
    background: #fff;
    border: 1px solid #ececf3;
    border-radius: 18px;
    padding: 28px 24px;
}

.airtk-process-row {
    display: grid;
    grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr;
    align-items: center;
    gap: 0;
}

.airtk-step {
    text-align: center;
    opacity: 0;
    transform: translateY(26px);
    transition: 0.7s ease;
}

.airtk-step.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.airtk-step-line {
    height: 1px;
    background: linear-gradient(to right, #d6d7e5, #302283, #d6d7e5);
}

.airtk-step-no {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #302283;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    margin: 0 auto 16px;
}

.airtk-cta-section {
    background: #302283;
}

.airtk-cta-box {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.airtk-cta-box h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
}

.airtk-cta-box p {
    color: rgba(255,255,255,0.86);
}

.airtk-cta-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.airtk-btn {
    display: inline-block;
    padding: 14px 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: 0.3s ease;
}

.airtk-btn-light {
    background: #fff;
    color: #302283 !important;
}

.airtk-btn-light:hover {
    background: #f2f2f8;
}

.airtk-btn-outline-light {
    border: 1px solid rgba(255,255,255,0.45);
    color: #fff !important;
    background: transparent;
}

.airtk-btn-outline-light:hover {
    background: rgba(255,255,255,0.08);
}

.airtk-footer-seo {
    background: #fafafe;
    border-top: 1px solid #ececf3;
    border-bottom: 1px solid #ececf3;
}

.airtk-footer-seo p {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

/* animations */
@keyframes airtkFloatOrb {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-18px) translateX(10px);
    }
}

@keyframes airtkFloatCard {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-12px) rotate(1deg);
    }
}

@keyframes airtkRotateSlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes airtkPulseRing {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.06);
        opacity: 0.65;
    }
}

@keyframes airtkPlaneMove {
    0% {
        transform: translate(0, 0) rotate(-10deg);
    }
    25% {
        transform: translate(20px, -16px) rotate(0deg);
    }
    50% {
        transform: translate(46px, -2px) rotate(8deg);
    }
    75% {
        transform: translate(18px, 16px) rotate(2deg);
    }
    100% {
        transform: translate(0, 0) rotate(-10deg);
    }
}

@keyframes airtkPanelDrift {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes airtkDotBlink {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@media (max-width: 1199px) {
    .airtk-hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .airtk-hero-copy {
        max-width: 100%;
    }

    .airtk-hero-visual {
        min-height: 430px;
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
    }

    .airtk-visual-wrap {
        min-height: 430px;
    }

    .airtk-custom-form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .airtk-simple-grid,
    .airtk-plain-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .airtk-process-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .airtk-step-line {
        display: none;
    }
}

@media (max-width: 991px) {
    .airtk-hero-copy h1,
    .airtk-section-head h2,
    .airtk-cta-box h2,
    .airtk-form-head h2 {
        font-size: 30px;
    }

    .airtk-feature-list,
    .airtk-simple-grid,
    .airtk-plain-grid,
    .airtk-stat-grid,
    .airtk-faq-list,
    .airtk-process-row,
    .airtk-custom-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .airtk-submit-group {
        grid-column: span 2;
    }

    .airtk-hero-visual {
        min-height: 390px;
    }

    .airtk-visual-wrap {
        min-height: 390px;
    }

    .airtk-card-ticket {
        right: 40px;
    }

    .airtk-card-globe {
        right: 10px;
    }

    .airtk-visual-panel {
        left: 30px;
        width: 260px;
    }
}

@media (max-width: 767px) {
    .airtk-hero-section,
    .airtk-section,
    .airtk-footer-seo,
    .airtk-cta-section,
    .airtk-form-section {
        padding: 54px 0;
    }

    .airtk-hero-copy h1,
    .airtk-section-head h2,
    .airtk-cta-box h2,
    .airtk-form-head h2 {
        font-size: 24px;
    }

    .airtk-lead,
    .airtk-hero-copy p,
    .airtk-section-head p,
    .airtk-feature-item p,
    .airtk-simple-card p,
    .airtk-plain-item p,
    .airtk-step p,
    .airtk-stat-item p,
    .airtk-faq-item p,
    .airtk-footer-seo p,
    .airtk-form-head p,
    .airtk-cta-box p {
        font-size: 15px;
    }

    .airtk-breadcrumb {
        font-size: 13px;
        gap: 8px;
        margin-bottom: 14px;
    }

    .airtk-form-panel {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .airtk-custom-form,
    .airtk-feature-list,
    .airtk-simple-grid,
    .airtk-plain-grid,
    .airtk-stat-grid,
    .airtk-faq-list,
    .airtk-process-row {
        grid-template-columns: 1fr !important;
    }

    .airtk-custom-form .enquiry-box,
    .airtk-custom-form .find-submit {
        height: 44px;
        min-height: 44px;
        line-height: 44px;
        font-size: 14px;
    }

    .airtk-btn {
        width: 100%;
        text-align: center;
    }

    .airtk-hero-section {
        padding-top: 68px;
        padding-bottom: 58px;
    }

    .airtk-hero-visual {
        min-height: 300px;
    }

    .airtk-visual-wrap {
        min-height: 300px;
    }

    .airtk-card-ticket {
        top: 22px;
        right: 18px;
        padding: 13px 14px;
    }

    .airtk-card-copy strong {
        font-size: 13px;
    }

    .airtk-card-copy small {
        font-size: 11px;
    }

    .airtk-card-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .airtk-card-globe {
        top: 126px;
        right: 0;
        padding: 10px;
        border-radius: 20px;
    }

    .airtk-mini-circle {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 18px;
    }

    .airtk-card-badge {
        width: 52px;
        height: 52px;
        left: 8px;
        top: 164px;
        border-radius: 18px;
        font-size: 22px;
    }

    .airtk-ring-main {
        width: 210px;
        height: 210px;
        top: 60px;
        right: 30px;
    }

    .airtk-ring-small,
    .airtk-dot-cluster,
    .airtk-hero-orb-two,
    .airtk-hero-orb-three {
        display: none;
    }

    .airtk-path-one {
        width: 180px;
        height: 84px;
        top: 122px;
        right: 52px;
    }

    .airtk-path-two {
        display: none;
    }

    .airtk-plane-plane {
        top: 120px;
        right: 88px;
    }

    .airtk-plane-core {
        width: 48px;
        height: 48px;
    }

    .airtk-plane-core i {
        font-size: 18px;
    }

    .airtk-visual-panel {
        width: calc(100% - 40px);
        left: 20px;
        bottom: 12px;
        padding: 16px 14px;
        border-radius: 20px;
    }

    .airtk-panel-route {
        gap: 8px;
    }

    .airtk-route-code {
        font-size: 17px;
    }

    .airtk-panel-bottom {
        grid-template-columns: 1fr;
    }
}

.jobs-banner-breadcrumb a, span{
	color:#fff;
}