.header-contact-info {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-contact-info .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-contact-info .contact-text {
    color: #cfcfcf;
    font-size: 16px;
    font-weight: 500;
}

.header-contact-info a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

/* Phone */
.phone-link {
    color: #ffffff;
}

.phone-link i {
    color: #ffffff;
}

/* WhatsApp */
.whatsapp-link {
    color: #25D366 !important;
}

.whatsapp-link i {
    color: #25D366 !important;
    font-size: 18px;
}

.whatsapp-link:hover {
    color: #1ebe5d !important;
}

.separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    font-weight: 300;
}


/* ---------------------------------------------------------------------------------------- */

.flying-plane {
    position: absolute;
    top: 120px;
    left: -150px;
    z-index: 9;
    animation: flyPlane 10s linear infinite;
}

.flying-plane i {
    font-size: 40px;
    /* Increased size */
    color: #ed5731;
    transform: rotate(15deg);
    position: relative;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}

/* Flying animation */
@keyframes flyPlane {

    0% {
        transform: translateX(-200px) translateY(0px);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        transform: translateX(650px) translateY(-40px);
    }

    100% {
        transform: translateX(1400px) translateY(20px);
        opacity: 0;
    }
}


/* -------------------------------------------------------------------------------------------- */
.icon-box {
    width: 60px;
    height: 60px;
    background: #ff2c2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    color: #fff;
    font-size: 24px;
}

/* ------------------------------------------------------------------------------------------- */
.why-choose-section {

    padding-top: 0px !important;
}

.testimonial-section {

    margin-top: 50px;
}

.aviation-training-section {

    padding-top: 0px !important;
}


/* ----------------------------------------------------------------------------------------------- */

.h6-cta-section {
    position: relative;
    overflow: hidden;
}

.h6-cta-section .bg-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Black Overlay */
.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.h6-cta-section .container {
    position: relative;
    z-index: 3;
}





/* Buttons */
.cta-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tj-primary-btn,
.tj-secondary-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.cta-title {

    font-size: 40px !important;
}

.tj-primary-btn:hover {
    background: #fff;
    color: #000;
}

.tj-secondary-btn {
    border: 2px solid #fff;
    color: #fff;
}

.tj-secondary-btn:hover {
    background: #fff;
    color: #000;
}


/* ---------------------------------------------------------------------------------------------------- */

 
 

/* Main Layout */
.service_content_wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Left Content Bigger */
.service_content {
    width: 65%;
}

/* New Custom Image Class */
.custom-service-image {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Image Size Control */
.custom-service-image img {
    width: 100%;
    max-width: 400px;
    height: 420px;
    object-fit: contain;
    border-radius: 20px;
    display: block;
}

/* Mobile Responsive */
@media (max-width: 767px) {

    .service_content_wrap {
        flex-direction: column;
    }

    .service_content,
    .custom-service-image {
        width: 100%;
    }

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

/* -------------------------------------------------------------------------------------------------- */

.working-process-section-2-wrap {
    position: relative;
    overflow: hidden;
}

.working-process-section-2-wrap .bg-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Black Overlay */
.working-process-section-2-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2;
}

/* Content Above Overlay */
.working-process-section-2-wrap .container {
    position: relative;
    z-index: 3;
}

/* ------------------------------------------------------------------------------------------------------ */

/* Section */
.working-process-section-2-wrap {
    position: relative;
    overflow: hidden;
}

/* Flying Plane */
.flying-plane {
    position: absolute;
    bottom: 120px;
    left: -250px;
    z-index: 3;
    animation: planeFly 12s linear infinite;
}

.flying-plane img {
    width: 220px;
    transform: rotate(5deg);
    opacity: 0.9;
}

/* Animation */
@keyframes planeFly {

    0% {
        left: -250px;
        bottom: 100px;
        transform: scale(0.8);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        bottom: 180px;
        transform: scale(1);
    }

    100% {
        left: 110%;
        bottom: 320px;
        transform: scale(1.2);
        opacity: 0;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .flying-plane {
        bottom: 80px;
    }

    .flying-plane img {
        width: 120px;
    }
}

/* ---------------------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------------------------- */


/* Section */
.get-touch-section {
    background: #0c0c0c;
    position: relative;
    overflow: hidden;
}

/* Image */
.get-touch-image img {
    width: 100%;

    display: block;
}

/* Form Box */
.get-touch-form-wrap {
    background: #111;
    padding: 50px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Form Inputs */
.contact-form .form-input {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 16px 20px;
    border-radius: 12px;
    outline: none;
    font-size: 15px;
}

.contact-form textarea {
    height: 140px;
    resize: none;
}

/* Placeholder */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #999;
}

/* Button */
.contact-form .tj-primary-btn {
    margin-top: 10px;
}

/* Mobile */
@media (max-width: 991px) {

    .get-touch-image {
        margin-bottom: 40px;
    }

    .get-touch-form-wrap {
        padding: 30px;
    }
}

/* ------------------------------------------------------------------------------------------------- */
/* Footer */
.tj-footer-section {
    position: relative;
    background: #000;
    overflow: hidden;
}

.tj_footer_inner {
    position: relative;
    z-index: 1;
}

.tj-footer-section .bg-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.08;
}

/* Footer Area */
.footer_widget_area {
    padding: 50px 0 30px;
    position: relative;
    z-index: 2;
}

.footer-logo img {
    max-width: 220px;
}

/* Contact */
.footer-contact .contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    color: #d9d9d9;
    font-size: 15px;
}

.footer-contact .contact-item i {
    color: #ff2b2b;
    margin-top: 5px;
}

.footer-contact a {
    color: #d9d9d9;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #ff2b2b;
}

/* Social */
.social-links ul {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-links ul li a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.social-links ul li a:hover {
    background: #ff2b2b;
    transform: translateY(-3px);
}

/* Copyright */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.footer-bottom p {
    color: #bdbdbd;
    margin: 0;
    font-size: 14px;
}

/* ------------------------------------------------------------------------------------------------ */
/* ========================================
   COMMON MODAL CSS
======================================== */

.custom-modal {
    background: #0b0b0b !important;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
    overflow: hidden;
}

/* Header */
.custom-modal .modal-header {
    border: 0;
    padding-bottom: 10px;
}

/* Title */
.custom-modal .modal-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

/* Body */
.custom-modal .modal-body {
    padding-top: 10px;
}

/* Inputs */
.custom-modal .form-control {
    height: 58px;
    background: #161616 !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff !important;
    border-radius: 14px;
    padding: 0 18px;
    font-size: 15px;
    box-shadow: none;
}

/* Select */
.custom-modal select.form-control {
    cursor: pointer;
}

/* Focus */
.custom-modal .form-control:focus {
    border-color: #ff2b2b;
    background: #161616 !important;
    color: #fff;
    box-shadow: none;
}

/* Placeholder */
.custom-modal .form-control::placeholder {
    color: #8f8f8f;
}

/* Close Button */
.custom-modal .btn-close {
    filter: invert(1);
    opacity: 1;
}

/* Submit Button */
.custom-modal .tj-primary-btn {
    width: 100%;
    height: 58px;
    border-radius: 50px;
    background: #ff2b2b !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: none;
    transition: 0.3s;
    position: relative;
}

/* Button Text */
.custom-modal .tj-primary-btn .btn-text span {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
}

/* Hover */
.custom-modal .tj-primary-btn:hover {
    background: #ff2b2b !important;
}

.custom-modal .tj-primary-btn:hover .btn-text span {
    color: #fff !important;
}

/* Remove Theme Animation */
.custom-modal .tj-primary-btn::before,
.custom-modal .tj-primary-btn::after {
    display: none !important;
}

/* Modal Width */
.modal-dialog {
    max-width: 500px;
}

/* Large Modal */
.modal-lg {
    max-width: 850px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
.tj_list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.tj_list li i {
    margin-top: 8px;
    flex-shrink: 0;
}

.tj_list li b {
    font-weight: 700;
    color: #fff;
}

.choose-box {
    height: 100%;
}

.choose-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    border-radius: 20px;
}

.choose-content {
    flex-grow: 1;
}

.choose-content .desc {
    margin-bottom: 0;
}
/* ------------------------------------------------------------------------------------------------------------------- */

.process-card {
    height: 100%;
    padding: 35px 30px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    background: transparent;
    
    position: relative;
}

.process-header{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.step-number {
    width: 60px;
    height: 60px;
    min-width: 60px;
    /* background: #cf0625; */
       background: #FF0A01;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.process-card h4 {
    margin-bottom: 0;
}

.process-card h4 {
    margin-bottom: 15px;
}

.process-card p {
    margin-bottom: 0;
    line-height: 1.8;
}
/* ---------------------------------------------------------------------------------------------------- */
.team-section{

    margin-top: -80px;
}
.faculty-desc {
    display: none;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.service-slider .swiper-slide {
    height: auto !important;
}

.service-item {
    width: 100%;
    height: auto;
}

.service-inner {
    display: flex;
    flex-direction: column;
    background: #111;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
    height: auto;
}

.service_image {
    width: 100%;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
}

.service_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

.service-content {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    height: auto;
}

.service-content .title {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 18px;
    min-height: auto;
}

.tj-text-btn {
    margin-top: 10px;
}

.read-more-btn {
    cursor: pointer;
}

.faq-section{

    margin-top:-50px
}
/* -------------------------------------------------------------------------------------------------------------------------- */
/* Mobile */
@media (max-width: 767px) {

    .custom-modal {
        padding: 15px;
    }

    .custom-modal .modal-title {
        font-size: 24px;
    }

    .custom-modal .form-control {
        height: 54px;
        font-size: 14px;
    }

    .custom-modal .tj-primary-btn {
        height: 54px;
    }
}

/* ------------------------------------------------------------------------------------------------------- */
/* Mobile */
@media (max-width: 767px) {

    .footer_widget_area {
        padding: 40px 0 20px !important;
    }

    /* Center Logo */
    .footer-logo {
        text-align: center !important;
        margin-bottom: 0px !important;
        margin-left: 60px;
    }

    .footer-logo img {
        margin: 0 auto !important;
        display: block !important;
    }

    .footer-contact {
        margin-top: 20px !important;
        text-align: center !important;
    }

    .footer-contact .contact-item {
        justify-content: center !important;
    }

    .social-links {
        margin-top: 20px !important;
    }

    .social-links ul {
        justify-content: center !important;
    }
}

/* -------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

    .header-contact-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
        padding-top: 20px;
    }

    .header-contact-info .contact-item {
        width: 100%;
        flex-wrap: wrap;
        gap: 6px;
    }

    .header-contact-info .contact-text {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
    }

    .header-contact-info a {
        font-size: 18px;
        line-height: 28px;
        word-break: break-word;
    }

    .separator {
        display: none;
    }

    .header-wrapper {
        align-items: flex-start;
    }

    .menu-area {
        width: 100%;
    }

    .header-flight-icon {
        font-size: 30px;

    }


    .cta-title {

        font-size: 30px !important;
    }


    .tj-banner-section-2 .banner-content {

        margin-top: -30px !important;
    }

    .h3_about_img>img {

        min-height: 280px !important;

    }



    .service_content_wrap {
        display: flex;
        flex-direction: column;
    }

    .custom-service-image {
        order: 1;
        margin-bottom: 30px;
    }

    .service_content {
        order: 2;
    }
    .team-section{

        margin-top: 0px;
    }

}