/* fonts start here */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'), url('../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'), url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'), url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'), url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'), url('../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* fonts end here */


/* global css start here */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

a {
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
label,
div,
body {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

body {
    font-family: 'Poppins';
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0px 20px;
}

.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    z-index: 1;
}

.global-btn {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
}

.global-btn a {
    color: #fff;
    background-color: #f99e22;
    padding: 10px;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    transition: 0.2s ease-in-out;
}

.global-btn a:hover {
    background-color: #1375bb;
}

h2 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.ht_ctc_style.ht_ctc_chat_style {
    margin-right: 30px;
}


/* global css end here*/


/* landing page css start here */

.country-select {
    background-image: url(../images/airplane.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    padding: 10px 80px 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.country-select-inner {
    max-width: 390px;
    width: 100%;
    display: grid;
    grid-gap: 30px;
    position: relative;
    z-index: 9;
}

.country-select-inner .brand-logo {
    text-align: center;
}

.form-container {
    background: rgba(255, 255, 255, 0.68) !important;
    backdrop-filter: blur(17px);
    border-radius: 24px;
    padding: 24px 16px;
}

#country-select {
    border-bottom: 1px solid #81807f !important;
    height: 40px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    position: relative;
    border: 0;
    background-color: transparent;
    margin-bottom: 30px;
    outline: 0;
    box-shadow: 0;
}

#country-select option {
    margin-bottom: 5px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    line-height: 24px;
    padding: 0 16px;
}

#continue-btn {
    min-height: 40px;
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    width: 100%;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    outline: none;
    border: none;
    border-radius: 4px;
    padding: 16px 0;
    text-align: center;
    border-radius: 40px;
    line-height: 16px;
    background-color: black;
}


/* landing page css end here */


/* pakistan page start here */


/* header-1 css start here */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

header .topbar {
    background: #1375bb;
    padding: 11.5px 0px;
}

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

header .topbar ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

header .topbar .website-info i {
    margin-right: 5px;
    font-size: 13px;
    color: #f99e22;
}

header .topbar ul a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}

header .topbar .social-icon li a {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .topbar .social-icon i {
    color: #fff;
    font-size: 20px;
}

header .main-header {
    padding: 14px 0px;
}

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

header .main-header .logo {
    max-width: 170px;
    width: 100%;
}

header .main-header .logo img {
    width: 100%;
}

header .main-header .mobile-nav .logo {
    display: none;
}

header .main-header .navbar li {
    position: relative;
}

header .main-header .navbar ul ul {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 999;
    width: 240px;
}

header .main-header .navbar ul ul li {
    margin: 0;
}

header .main-header .navbar ul ul a {
    font-size: 14px;
    color: #000;
    padding: 10px 15px;
    display: block;
}

header .main-header .navbar ul ul a:hover {
    color: #f99e22;
}

header .main-header .navbar a:hover {
    background-size: 100% 2px, 100% 2px, 2px 100%, 2px 100%;
    color: #f99e22;
}

header .main-header .navbar a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 15px;
    background: linear-gradient(to right, #f99e22, #f99e22), linear-gradient(to right, #f99e22, #f99e22), linear-gradient(to bottom, #f99e22, #f99e22), linear-gradient(to bottom, #f99e22, #f99e22);
    background-position: 0% 0%, 100% 100%, 0% 0%, 100% 100%;
    background-size: 0% 2px, 0% 2px, 2px 0%, 2px 0%;
    background-repeat: no-repeat;
    transition: background-size 0.5s;
}

header .main-header .global-btn {
    margin: 0;
}

div#rotateBtn {
    display: none;
}


/* header-1 css end here */


/* pk-banner section css start here */

.pk-banner {
    padding: 327.5px 0px;
    position: relative;
    clip-path: polygon(0 1%, 100% 1%, 100% 90%, 50% 98%, 0% 90%);
}

.pk-banner .pk-banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.pk-banner .slick-list {
    height: 100%;
}

.pk-banner .slider-items {
    width: 1920px;
    height: 100%;
    margin: 0 auto;
}


/* Zoom in Keyframes */

.zoomin-effect-auto {
    animation: zoom 20s infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes zoomin {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 110%;
    }
    100% {
        background-size: 120%;
    }
}


/*End of Zoom in Keyframes */


/*End of Zoom in Keyframes */


/* .pk-banner .slick-active {
    transform: scale(1.4);
} */

.pk-banner .slider-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pk-banner-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.pk-banner h1 {
    font-size: 70px;
    line-height: 76px;
    font-weight: 600;
    color: #fff;
}

.pk-banner span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    margin: 30px 0px;
    display: inline-block;
}


/* pk-banner section css end here */


/* services-card section css start here */


/* .services-card {
    padding: 80px 0px;
}

.services-card .ser-card-inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

.services-card .card-items {
    background-color: #1375bb;
    max-width: 340px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: 0.2s ease-in-out;
}

.services-card .card-items:hover {
    background-color: #f99e22;
}

.services-card .card-items a {
    padding: 60px 30px;
    height: 100%;
}

.services-card .card-items i {
    color: #f99e22;
    font-size: 60px;
    transition: 0.2s ease-in-out;
}

.services-card .card-items:hover i,
.services-card .card-items:hover h3,
.services-card .card-items:hover p {
    color: #1375bb;
}

.services-card .card-items h3 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin: 24px 0px 14px;
    transition: 0.2s ease-in-out;
}

.services-card .card-items p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    transition: 0.2s ease-in-out;
} */

.services-card {
    padding: 80px 0;
}

.services-card .ser-card-inner {
    display: flex;
}

.service-item {
    width: 33.333%;
    height: 320px;
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    transition: 0.3s ease;
    position: relative;
}

.service-item:first-child {
    background-color: #1375bb;
    background-image: none !important;
}

.service-item:first-child .background-overlay {
    opacity: 0 !important;
}

.service-item:nth-child(2) {
    transform: scale(1.1);
    position: relative;
    z-index: 2;
}

.service-item:last-child {
    background-color: #f99e22;
    background-image: none !important;
}

.service-item:last-child .background-overlay {
    opacity: 0 !important;
}

.service-item a {
    z-index: 2;
    display: flex;
    justify-content: center;
}

.service-item h3 {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-item p {
    color: white;
    font-size: 16px;
    line-height: 1.5;
}

.service-item .icon {
    font-size: 50px;
    color: #fff;
    margin-right: 15px;
}

.service-item .service-text {
    max-width: 200px;
    width: 100%;
    text-align: left;
}

.service-item:nth-child(2) .icon {
    color: white;
}

.service-item a {
    transition: 0.3s ease-in-out;
}

.service-item:hover a {
    transform: translateY(-10px);
}


/* Different hover behavior for background image */


/* .service-item:nth-child(2):hover {
    filter: brightness(80%);
} */


/* services-card section css start here */


/* courses section css start here */

.courses {
    padding: 80px 0px;
    text-align: center;
}

.courses h2 {
    color: #000;
}

.courses P {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    max-width: 720px;
    margin: 32px auto;
}

.courses .card-main {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 58px;
}

.courses .card {
    background-color: white;
    overflow: hidden;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.courses .card img {
    height: 260px;
    object-fit: cover;
}

.courses .card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.courses .card-body {
    padding: 20px;
    text-align: center;
    background-color: #00264d;
    /* For the dark background on the first card */
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: -54px 20px 0px 20px;
}

.courses .card-body:nth-child(2) {
    background-color: white;
    color: black;
}

.courses .card-body h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}

.courses .card-text {
    margin: 20px 0px;
}

.courses .icon img {
    width: 40px;
    height: 40px;
}

.courses .btn-link {
    text-decoration: none;
    font-weight: 600;
    color: #ffc107;
    /* Yellow color for Read More */
    transition: color 0.3s;
}

.btn-link:hover {
    color: #ffb700;
}


/* courses section css end here */


/* gallery section css start here */

.gallery {
    padding: 80px 0px 100px;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.gallery h2 {
    color: #000;
}

.gallery P {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    max-width: 720px;
    margin: 32px auto;
}

.gallery .image-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 58px;
    position: relative;
    z-index: 1;
}

.gallery .media {
    margin: 0px 10px;
}

.gallery .media p {
    color: #fff;
}

.gallery .media:hover {
    cursor: pointer;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.gallery .media:hover .overlay {
    opacity: 1;
}

.gallery img {
    width: 100%;
    z-index: -1;
    margin: auto;
    transition: all ease-in-out 0.2s;
    height: 564px;
    object-fit: cover;
	filter: grayscale(1);
}

.gallery .media:hover img {
    filter: none;
}

.gallery .image-details {
    text-align: center;
    color: white;
    font-size: 20px;
    z-index: 4;
    position: absolute;
    top: 100%;
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.gallery .media:hover .image-details {
    top: 40%;
    opacity: 1;
}
.gallery .slick-dots {
    bottom: -42px;
}

/* gallery section css end here */


/* admission section css start here */

.admission-pro {
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.admission-pro .admission-inner {
    position: relative;
    z-index: 2;
}

.admission-pro .admission-inner h3 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

.admission-pro .admission-inner P {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 22px 0px;
}

.admission-pro .admission-inner .global-btn {
    margin: 0;
}

.admission-pro .admission-row {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.admission-pro .col-left,
.admission-pro .col-right {
    width: 50%;
}

.admission-pro .col-right IMG {
    width: 100%;
}


/* admission section css start here */


/* aviation-school section css start here */

.aviation-school {
    padding: 60px 0px;
}

.aviation-school-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.aviation-school .image-section {
    position: relative;
    flex: 1;
    height: 564px;
    width: 50%;
}

.aviation-school .content-section {
    flex: 1;
    padding-left: 50px;
    width: 50%;
}

.aviation-school .content-section span {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}

.aviation-school .content-section h2 {
    margin: 20px 0;
    color: #000;
    text-align: left;
}

.aviation-school .content-section p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.aviation-school .features {
    display: flex;
}

.aviation-school .features ul {
    list-style: none;
    margin-right: 50px;
}

.aviation-school .features ul li {
    color: #000;
    font-size: 1rem;
    margin-bottom: 10px;
    position: relative;
    display: flex;
}

.aviation-school .global-btn {
    margin: 0;
    margin-top: 20px;
}

.aviation-school ul li i {
    color: #f99e22;
    margin-right: 10px;
    margin-top: 4px;
}

.video-wrapper {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}

.image-section #video-pos {
    height: 100%;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
}

#video-poster {
    position: absolute;
    top: -40px;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
}

#video-poster img {
    width: 100%;
    object-fit: cover;
}

#video-poster::before {
    position: absolute;
    content: "";
    left: -80px;
    background-color: #1375bb;
    max-width: 375px;
    width: 100%;
    height: 510px;
    bottom: -40px;
}

#video-poster img {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
}


/* #video-poster:hover img {
    opacity: 0.8;
} */

.play-icon {
    display: block;
    text-align: center;
    line-height: 70px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.play-icon svg {
    fill: #fff;
}


/* aviation-school section css end here */


/* testimonial section css start here */

.testimonial {
    padding: 80px 0px 110px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #fff;
}

.testimonial h2 {
    color: #000;
}

.testimonial span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #f99e22;
    margin-bottom: 30px;
}

.testimonial P {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-top: 30px;
    max-width: 720px;
    margin: 20px auto 60px;
}

.testimonial .testimonial-slider {
    display: flex;
    align-items: stretch;
}

.testimonial .testimonial-slider p {
    max-width: 100%;
    margin: 22px 0px;
}

.testimonial .student-list {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0px 10px;
}

.testimonial .student-list .student-pic {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin: 0 auto;
}

.testimonial .student-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.testimonial h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-style: italic;
}

.testimonial h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #f99e22;
    font-style: italic;
}

.testimonial .slick-dots li button:before {
    opacity: .25;
    color: #1375bb;
    font-size: 20px;
}

.testimonial .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f99e22;
}

.testimonial ul.slick-dots {
    margin-bottom: -30px;
}

.testimonial-us {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.testimonial-us .student-list {
    background-color: transparent;
    padding: 0;
    border-radius: 0px;
    box-shadow: unset;
    margin: 0px 10px;
}

.testimonial-us .student-list .student-pic {
    width: 100%;
    height: 100%;
}
.testimonial-us .student-list .student-pic video{
	background-color: #f7f5f4;
}


/* testimonial section css end here */


/* tranining section css start here */

.training {
    padding: 170.5px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.training .training-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.training .training-inner p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    max-width: 720px;
    margin: 22px auto;
}


/* tranining section css end here */


/* footer css start here */

footer {
	padding: 64px 0px 0px;
	position: relative;
}
footer .footer-layer{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
}
footer .container{
	z-index: 9999;
	position: relative;
}

footer .footer-top {
    text-align: center;
    margin: 0px 0px 64px;
    z-index: 3;
    position: relative;
}

footer .footer-logo {
    max-width: 178px;
    width: 100%;
    margin: 0 auto;
}

footer .footer-logo a {
    padding: 10px;
    background-color: #fff;
}

footer .footer-logo img {
    width: 100%;
}

footer .footer-top p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0px auto 22px;
    max-width: 720px;
}

footer .footer-top ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

footer .social-icon li a {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .social-icon i {
    color: #fff;
    font-size: 20px;
}

footer .email-icon {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 25px;
    right: 200px;
}

footer .email-icon img {
    width: 100%;
}

footer .main-footer {
    display: flex;
    justify-content: space-between;
    padding: 48px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

footer .main-footer h5 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .main-footer ul li {
    margin-bottom: 10px;
}

footer .main-footer ul li:last-child {
    margin-bottom: 0;
}

footer .main-footer ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    transition: 0.2s ease-in-out;
}

footer .main-footer ul li a:hover {
    color: #f99e22;
}

footer .footer-bottom {
    padding: 20px;
    text-align: center;
}

footer .footer-bottom span {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}


/* footer css end here */


/* pakistan page end here */


/* admission-precess page start here */


/* admission-process section css start here */

.admission-process {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
}

.admission-process h2 {
    font-size: 30px;
    color: #f99e22;
    text-align: left;
    margin-bottom: 24px;
}

.admission-process ul {
    margin-bottom: 14px;
}

.admission-process p,
.admission-process ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
}

.admission-process ul li {
    margin-bottom: 6px;
}

.admission-process ul li:last-child {
    margin: 0;
}

.admission-process h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px;
}


/* admission-process section css end here */


/* admission-precess page end here */


/* admission-requirements page start here */


/* admission-requirements section css start here */

.admission-requirements {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
}

.admission-requirements-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admission-requirements-inner .col-right {
    max-width: 612px;
    width: 100%;
}

.admission-requirements-inner .col-right img {
    width: 100%;
}

.admission-requirements h2 {
    color: #f99e22;
    text-align: left;
    margin-bottom: 24px;
    font-size: 30px;
}

.admission-requirements ul {
    margin-bottom: 14px;
}

.admission-requirements p,
.admission-requirements ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
}

.admission-requirements ul li {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.admission-requirements p a {
    color: #f99e22;
}

.admission-requirements ul li:last-child {
    margin: 0;
}


/* admission-requirements section css end here */


/* admission-requirements page end here */


/* fee-structure page start here */


/* fee-structure section css start here */

.fee-structure {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
}

.fee-structure h2 {
    color: #f99e22;
    margin-bottom: 24px;
    font-size: 30px;
}

.fee-structure p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.fee-structure table {
    width: 80%;
    border-collapse: collapse;
    margin: 50px auto 30px;
}

.fee-structure th,
td {
    padding: 10px;
    text-align: left;
}

.fee-structure td {
    width: 50%;
    text-align: center;
}

.fee-structure .total {
    font-weight: 600;
}

.fee-structure .currency {
    text-align: center;
}


/* fee-structure section css end here */


/* fee-structure page end here */


/* medical-requirements page start here */


/* medical-requirements section css start here */

.medical-requirements,
.flight-operation-registration {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
}

.flight-operation-registration {
    background-color: #f9f9f9;
}

.medical-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.medical-requirements h2,
.flight-operation-registration h2 {
    color: #f99e22;
    margin-bottom: 24px;
    font-size: 30px;
}

.medical-requirements ul {
    margin-bottom: 14px;
}

.medical-requirements ul ul {
    margin-top: 14px;
    padding-left: 70px;
}

.medical-requirements p,
.medical-requirements span,
.medical-requirements ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
    display: inline-block;
    text-align: left;
}

.medical-requirements ul li.sub-list {
    display: inline-block;
}

.medical-requirements .sub-list i {
    margin-right: 10px;
}

.medical-requirements ul li i {
    color: #f99e22;
}

.medical-requirements ul li {
    margin-bottom: 6px;
    display: flex;
    align-items: start;
    gap: 10px;
}

.medical-requirements h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #f99e22;
    margin-bottom: 24px;
}

.medical-requirements h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #f99e22;
    margin-bottom: 24px;
}

.flight-operation-registration tr td {
    border: 1px solid #f99e22;
}

.flight-operation-registration .registration-list ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.registration-list ul li:first-child {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #f99e22;
    margin-bottom: 10px;
}


/* medical-requirements section css end here */


/* medical-requirements page end here */


/* aviation page start here */


/* aviation section css start here */

.aviation {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
}

.aviation .aviation-inner {
    display: grid;
    align-items: stretch;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.aviation .aviation-card {
    background-color: #1375bb;
    border-radius: 10px;
    text-align: center;
    transition: 0.2s ease-in-out;
    padding: 60px 30px;
    height: 100%;
}

.aviation .aviation-card img {
    width: 175px;
    height: 175px;
    border-radius: 50px;
}

.aviation .aviation-card h3 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 24px 0px 14px;
    transition: 0.2s ease-in-out;
}

.aviation .aviation-card p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    transition: 0.2s ease-in-out;
}


/* aviation section css end here */


/* aviation page end here */


/* training-policies page start here */


/* training-policies section css start here */

.training-policies {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
}

.training-policies .policies-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.training-policies p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
}

.training-policies h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #f99e22;
    margin-bottom: 24px;
}


/* training-policies section css start here */


/* training-policies page end here */


/* faq page start here */


/* faq-section section css start here */

.faq-section {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
}

.faq-section .faq-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.faq-section .faq-inner .col-left {
    width: 50%;
}

.faq-section .faq-inner .col-right {
    width: 40%;
}

.faq-section h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #f99e22;
    margin-bottom: 24px;
}

.faq-section .accordion {
    background-color: #1375bb;
    border-radius: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: .1fr 0fr;
    overflow: hidden;
    transition: grid-template-rows .3s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 20px;
}

.faq-section .accordion .top {
    cursor: pointer;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.85rem 1.5rem 1.75rem;
    display: flex;
    position: relative;
}

.faq-section .accordion .top .text {
    font-size: 20px;
    font-weight: 600;
    white-space: wrap;
    color: #fff;
}

.faq-section .accordion .top img {
    width: 2rem;
    align-self: flex-start;
    margin-bottom: .15rem;
    margin-left: 1.5rem;
}

.faq-section img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.faq-section .accordion .top input {
    position: absolute;
    inset: 0;
    cursor: pointer;
    appearance: none;
    border: 0;
}

.faq-section .accordion .bottom {
    padding-inline: 1.5rem;
    overflow: hidden;
    transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
    color: #fff;
}

.faq-section .accordion .bottom .text {
    margin-left: 0;
    margin: 0;
    font-size: 16px;
}

.faq-section .accordion:has(input:checked) {
    grid-template-rows: .1fr 1fr;
}

.faq-section .accordion:has(input:checked) .top img {
    transform: rotateZ(45deg);
}

.faq-section p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
}

.faq-section .form-group {
    margin-bottom: 10px;
}

.faq-section input,
.faq-section textarea {
    width: 100%;
    PADDING: 10PX;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    border: 1px solid #f99e22;
}

.faq-section .btn input {
    font-size: 20px;
    line-height: 26px;
    padding: 10px;
    background-color: #f99e22;
    border: 1px solid #f99e22;
    color: #fff;
    transition: 0.2s ease-in-out;
}

.faq-section button:hover {
    background-color: #1375bb;
}


/* faq-section section css end here */


/* faq page end here */


/* internship page start here */


/* internship section css start here */

.internship {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
}

.internship-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.internship p,
.internship li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
}

.internship p a {
    color: #f99e22;
}

.internship ul li {
    margin-bottom: 6px;
    display: flex;
    align-items: start;
    gap: 10px;
}

.internship h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #f99e22;
    margin-bottom: 24px;
}

.internship .internship-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 330px;
}


/* internship section css end here */


/* flight-instructor  page end here */


/* flight-instructor section css start here */

.flight-instructor {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
}

.instructor-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.flight-instructor p,
.flight-instructorul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
}

.flight-instructorul p a,
.flight-instructorul p strong a {
    color: #f99e22;
}

.flight-instructor ul li {
    margin-bottom: 6px;
    display: flex;
    align-items: start;
    gap: 10px;
}

.flight-instructor h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #f99e22;
    margin-bottom: 24px;
}

.flight-instructor .instructor-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 330px;
}


/* flight-instructor section css end here */


/* flight-instructor page end here */


/* about page start here */


/* airborne-aviation section css start here */

.airborne-aviation {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
}

.airborne-aviation h2 {
    text-align: left;
    color: #f99e22;
    font-size: 30px;
    margin-bottom: 24px;
}

.airborne-aviation p {
    margin-bottom: 24px;
}

.airborne-aviation-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.airborne-aviation .col-left,
.airborne-aviation .col-right {
    width: 50%;
}

.airborne-aviation .col-right img {
    width: 100%;
}

.airborne-aviation-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.airborne-aviation-btn .global-btn {
    margin: 0;
}


/* airborne-aviation section css end here */


/* about page end here */


/* our-fleet page start here */


/* our-fleet section css start here */

.our-fleet {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
}

.our-fleet h2 {
    text-align: left;
    color: #f99e22;
    font-size: 30px;
    margin-bottom: 24px;
}

.our-fleet p {
    margin-bottom: 24px;
}

.our-fleet-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.our-fleet-inner:last-child {
    margin: 0;
}

.our-fleet-inner:nth-child(even) {
    flex-direction: row-reverse;
}

.our-fleet .col-left,
.our-fleet .col-right {
    width: 50%;
}

.our-fleet .col-right img {
    width: 100%;
    border-radius: 10px;
}

.our-fleet-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.our-fleet-btn .global-btn {
    margin: 0;
}


/* our-fleet section css end here */


/* our-fleet page end here */


/* our-staff page start here */


/* our-staff section css start here */

.team-section {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
    text-align: center;
}

.team-section .section-subtitle {
    color: #f99e22;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.team-section .section-title {
    color: #222;
    font-size: 30px;
    margin-bottom: 10px;
}

.team-section .section-description {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 40px;
}

.team-section .team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-section .team-member {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    position: relative;
}

.team-section .team-img {
    position: relative;
    margin-bottom: 20px;
}

.team-section .team-img img {
    width: 100%;
    border-radius: 8px;
    height: 300px;
    object-fit: cover;
}

.team-section .social-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
}

.team-section .social-icons a {
    background-color: #f99e22;
    color: white;
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    width: 37px;
    height: 37px;
}

.team-section .team-member h4 {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 5px;
}

.team-section .role {
    color: #f99e22;
    font-weight: 600;
}


/* our-staff section css end here */


/* our-staff page end here */


/* reviews page start here */


/* reviews section css start here */

.testimonials {
    text-align: center;
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.testimonials h2 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #000;
}

.testimonials .description {
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.testimonials .testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.testimonials .testimonial-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.testimonials .testimonial-card img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-bottom: 20px;
}

.testimonials .testimonial-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.testimonials .testimonial-content p {
    font-size: 14px;
    color: #666;
}

.testimonials .author {
    font-weight: 600;
    margin-top: 10px;
}

.testimonials .position {
    color: #f99e22;
    font-weight: normal;
}

.testimonials .testimonial-description .more-text {
    display: none;
}

.read-more-btn {
    background-color: #f99e22;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 4px;
}

.read-more-btn:hover {
    background-color: #e68a1a;
}


/* reviews section css end here */


/* reviews page end here */


/* license page start here */


/* license section css start here */

.license {
    text-align: center;
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.license .container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.license .left-content {
    width: 60%;
}

.license .right-content {
    width: 40%;
}

.license h2 {
    color: #f99e22;
    text-align: left;
    font-size: 30px;
    margin-bottom: 24px;
}

.license p,
.license ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
    text-align: left;
}

.license ul {
    margin-bottom: 24px;
}

.license ul li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}

.license ul li strong {
    display: contents;
}

.license ul li i {
    color: #f99e22;
    margin-right: 10px;
}

.license h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px;
    text-align: left;
}

.license h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    margin-bottom: 14px;
    text-align: left;
}

.license .image-section {
    margin-bottom: 20px;
    max-width: 548px;
    height: 360px;
}

.license .image-section p {
    width: 100%;
    height: 100%;
}

.license .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.license .image-section video {
    width: 100%;
    height: 100%;
}

.license table {
    width: 100%;
    border-collapse: collapse;
    background-color: #e0e8f3;
    font-family: Arial, sans-serif;
    margin-bottom: 14px;
}

.license table th,
.license table td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

.license table th {
    background-color: #b0c4de;
}

.license table.remarks {
    width: 40%;
}

.license .card {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
}

.license .card hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px 0 20px;
}

.license .card ul li {
    margin-bottom: 10px;
}

.license .primary-btn {
    display: inline-block;
    background-color: #f99e22;
    color: white;
    padding: 10px 20px;
    font-size: 1em;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.license .primary-btn:hover {
    background-color: #f99e22;
}

.license .icon-wrapper {
    display: flex;
    margin-bottom: 15px;
}

.license .icon {
    background-color: #f99e22;
    ;
    color: white;
    font-size: 24px;
    padding: 10px;
    border-radius: 50%;
}

.license .secondary-btn {
    display: inline-block;
    background-color: white;
    color: #333;
    padding: 10px 20px;
    font-size: 1em;
    border: 2px solid #333;
    border-radius: 20px;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.license .secondary-btn:hover {
    background-color: #333;
    color: white;
}


/* license section css end here */


/* license page end here */


/* student information page start here */


/* student-information section css start here */

.student-information {
    text-align: center;
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.student-information .container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.student-information .left-side {
    width: 60%;
}

.student-information .left-side p {
    text-align: left;
    margin-bottom: 10px;
}

.student-information .left-side p a {
    color: #f99e22;
}

.student-information .left-side h2 {
    color: #f99e22;
    text-align: left;
    margin-bottom: 20px;
}

.student-information .download-btn a,
.student-information button {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    background-color: #f99e22;
    padding: 10px;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    transition: 0.2s ease-in-out;
    border: 0;
}

.student-information .upload-btn {
    width: -webkit-fill-available;
}

.student-information button {
    margin: 0;
}

.student-information .right-content {
    width: 40%;
    text-align: left;
}

.student-information .right-content span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    text-align: center;
    display: block;
}

.student-information .right-content a {
    margin-top: 20px;
    color: #f99e22;
}

.flying-experience {
    text-align: center;
}

.student-information .right-content h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px;
}

.student-information .right-content p,
.student-information .right-content ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 6px;
}

.student-information .right-content ul li {
    display: flex;
    align-items: start;
    margin-bottom: 6px;
}

.student-information .right-content ul li i {
    color: #f99e22;
    margin-right: 10px;
}

.student-information .logo {
    margin-bottom: 30px;
}

.student-information form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.student-information .image-section {
    margin-bottom: 30px;
    max-width: 552px;
    width: 100%;
    height: 512px;
}

.student-information .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.student-information form h3 {
    width: 100%;
    text-align: left;
    color: #f99e22;
}

.student-information form .btn {
    width: -webkit-fill-available;
    text-align: left;
}

.student-information form .btn input {
    display: inline-block;
}

.student-information .form-group {
    text-align: left;
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
}

.student-information label {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

.student-information input,
.student-information select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}

.student-information .btn input {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
    background-color: #f99e22;
    padding: 10px;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    transition: 0.2s ease-in-out;
    border: 0;
    cursor: pointer;
}

.student-information button:hover {
    background-color: #1375bb;
}


/* student-information section css end here */


/* student information page end here */


/* career as a pilot page start here */


/* career as a pilot ssection css start here */

.career-as-pilot {
    text-align: center;
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.career-as-pilot .career-as-pilot-inner {
    max-width: 960px;
    margin: 0 auto;
}

.career-as-pilot p {
    text-align: left;
    margin-bottom: 20px;
}

.career-as-pilot img {
    margin: 20px 0px;
    width: 100%;
}


/* career as a pilot ssection css end here */


/* career as a pilot page end here */


/* joy-rides page start here */


/* joy-rides section css start here */

.joy-rides {
    text-align: center;
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.joy-rides .joy-rides-inner {
    max-width: 900px;
    margin: 0 auto;
}

.joy-rides h4 {
    text-align: center;
    color: #f99e22;
}

.joy-rides p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
    text-align: center;
}

.joy-rides h2 {
    margin-top: 30px;
    color: #f99e22;
}

.joy-rides .packages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.joy-rides .package {
    flex: 1;
    background-color: #FF9900;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: 0.4s ease;
}

.joy-rides .package:hover {
    transform: scale(1.1);
}

.joy-rides .package h3 {
    font-size: 1.5rem;
}

.joy-rides .price {
    font-size: 2rem;
    margin: 15px 0;
}

.joy-rides table {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}

.joy-rides th,
.joy-rides td {
    padding: 8px 0;
    font-size: 1rem;
}

.joy-rides .package a {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #FF6600;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.joy-rides .package a:hover {
    background-color: #FF3300;
    text-decoration: none !important;
}

.joy-rides .footer-text {
    text-align: center;
    margin-top: 30px;
    font-size: 1rem;
}

.joy-rides p a {
    color: #FF6600;
    text-decoration: none;
}

.joy-rides p a:hover {
    text-decoration: underline;
}


/* joy-rides section css end here */


/* joy-rides page end here */


/* our-aircraft section css start here */

.our-aircraft {
    padding: 90px 0px 160px;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.our-aircraft .our-aircraft-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1130px;
    margin: 0 auto;
    gap: 24px;
}

.our-aircraft .slider-items {
    /* max-width: 400px;
    width: 100%; */
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* margin: 0px 10px; */
}

.our-aircraft .slider-items .aircraft-image {
    /* max-width: 800px; */
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 317px;
    height: 214px;
}

.our-aircraft .slider-items img {
    width: 100%;
    height: 100%;
}

.our-aircraft h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-style: italic;
}

.our-aircraft h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #f99e22;
    font-style: italic;
}

.our-aircraft .slick-dots li button:before {
    opacity: .25;
    color: #1375bb;
    font-size: 20px;
}

.our-aircraft .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f99e22;
}

.our-aircraft ul.slick-dots {
    margin-bottom: -30px;
}
.events-pag .slider-items {
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0;
    margin: 0;
}
.events-pag .slider-items .aircraft-image {
    max-width: 0px;
    margin: 0px;
    height: 214px;
}
.events-pag .slider-items img {
    object-fit: cover;
}


/* our-aircraft section css end here */


/* contact page start here */


/* contact section css start here */

.contact-info {
    text-align: center;
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.contact-info-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    border-bottom: 2px solid #eee;
}

.contact-info .info-item i {
    font-size: 30px;
    color: #f4a22c;
}

.contact-info .info-item p {
    margin: 5px 0;
    font-size: 14px;
}

.contact-info .info-item p a {
    color: #000;
}

.contact-map-form {
    text-align: center;
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.contact-map-form-inner {
    display: flex;
    justify-content: space-between;
}

.contact-map-form .map-section,
.contact-map-form .form-section {
    width: 45%;
}

.contact-map-form .map-section h2,
.contact-map-form .form-section h2 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #f99e22;
}

.contact-map-form .map-section iframe {
    width: 100%;
    border-radius: 8px;
}

.contact-map-form .map-section p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.contact-map-form .social-links {
    margin-top: 10px;
}

.contact-map-form .social-links a {
    color: #3b5998;
    margin-right: 10px;
    font-size: 24px;
}

.contact-map-form .form-section p {
    margin-bottom: 20px;
}

.contact-map-form form {
    display: flex;
    flex-direction: column;
}

.contact-map-form .form-group {
    margin-bottom: 15px;
}

.contact-map-form label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.contact-map-form input,
.contact-map-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.contact-map-form .btn input {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
    background-color: #f99e22;
    padding: 10px;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    transition: 0.2s ease-in-out;
    border: 0;
}

.contact-map-form button:hover {
    background-color: #1375bb;
}


/* contact section css end here */


/* contact page end here */


/* america page start here */


/* about section css start here */

.about {
    text-align: center;
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.about .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #f99e22;
    text-align: left;
    margin-bottom: 10px;
}

.about p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
    text-align: left;
}

.about .global-btn {
    margin-right: auto;
    margin-left: 0;
}

.about .image {
    height: 500px;
}

.about .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about .quote {
    background-color: #f99e22;
    padding: 30px;
    color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about .quote p {
    color: #fff;
}

.about span {
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}


/* about section css end here */


/* why choose section css start here */

.why-choose-us {
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.why-choose-us .why-choose-us-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.why-choose-us h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #f99e22;
    margin-bottom: 10px;
}

.why-choose-us h2 {
    text-align: left;
    margin-bottom: 20px;
}

.why-choose-us p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
    text-align: left;
}

.why-choose-us .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.why-choose-us .feature {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    flex: 1 1 calc(25% - 20px);
    transition: background-color 0.3s;
}

.why-choose-us .feature:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.why-choose-us .feature .icon {
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background-color: #f99e22;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-us .feature .icon img {
    width: 40px;
    height: 40px;
}

.why-choose-us .feature h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    text-align: left;
}

.why-choose-us .feature p {
    font-size: 16px;
}

.why-choose-us .image {
    flex: 1 1 40%;
    text-align: right;
}

.why-choose-us .image img {
    max-width: 100%;
}


/* why choose section css end here */


/* faq section css start here */

.faq {
    padding: 60px 0px;
    background-color: white;
}

.faq-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    background-color: white;
}

.faq .left-section {
    flex: 1 1 45%;
    margin-right: 20px;
}

.faq .left-section h2 {
    color: #f99e22;
    font-size: 24px;
    font-weight: 600;
}

.faq .tabs {
    margin-top: 20px;
}

.faq .tab {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    cursor: pointer;
}

.faq .tab.active {
    border-left: 4px solid #f99e22;
}

.faq .tab .step-number {
    font-size: 30px;
    color: #f99e22;
    font-weight: 600;
    margin-right: 10px;
}

.faq .tab-text h4 {
    margin: 0;
    font-size: 18px;
    color: #000;
}

.faq .tab-text strong {
    font-size: 16px;
    color: #000;
}

.faq .right-section {
    flex: 1 1 45%;
}

.faq .right-section h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}


/* FAQ Accordion */

.faq-item {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h4 {
    margin: 0;
    font-size: 18px;
    color: #f99e22;
}

.faq-question .toggle-icon {
    font-size: 24px;
    color: #f99e22;
    transition: transform 0.3s ease;
}

.faq-item.active .toggle-icon {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}

.faq-item.active .faq-answer {
    display: block;
}


/* faq section css end here */


/* programs section css start here */

.courses-section {
    background-color: #1375bb;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

.courses-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.courses-section h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.courses-section h1 .highlight {
    color: #f99e22;
}

.courses-section p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
}

.courses-section .courses-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.courses-section .course-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.courses-section .course-item:hover {
    transform: translateY(-10px);
}

.courses-section .course-item img {
    width: 100%;
    height: auto;
}

.courses-section .course-info {
    padding: 20px;
    background-color: #f99e22;
    text-align: left;
    height: 100%;
}

.courses-section .course-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.courses-section .course-info p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}


/* programs section css end here */


/* video section css start here */

.video-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-section .Knowledge-section {
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-section .video-overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 120px 20px;
}

.video-section h2 {
    color: #f99e22;
    margin-bottom: 20px;
}

.video-section p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
    text-align: center;
}

.video-section .play-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
}

.video-section .play-btn svg {
    width: 60px;
    fill: #fff;
}


/* Video Modal */

.video-section .video-modal {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.video-section .video-container {
    position: relative;
    width: 100%;
    /* Aspect Ratio 16:9 */
    height: 100%;
}

.video-section .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-section .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}


/* video section css end here */


/* america page end here */


/* who we are page start here */

.who-we-are {
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.who-we-are h2 {
    color: #f99e22;
    margin-bottom: 20px;
}

.who-we-are p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
    text-align: left;
}


/* who we are page end here */


/* Commercial-pilot page start here */

.Commercial-pilot {
    padding: 60px 0px 100px;
    position: relative;
    background-color: white;
}

.Commercial-pilot .image-section {
    max-width: 1400px;
    height: 430px;
    margin-bottom: 40px;
}

.Commercial-pilot .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Commercial-pilot .info-section {
    text-align: center;
    width: 50%;
}

.Commercial-pilot .info-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #f99e22;
}

.learn-earn-program h2 {
    text-align: left;
}

.learn-earn-program .form-section h2 {
    text-align: center;
}

.Commercial-pilot .info-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #f99e22;
}

.Commercial-pilot .info-section p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
    text-align: left;
}

.Commercial-pilot .info-section ul {
    list-style-type: none;
    margin-bottom: 20px;
}

.Commercial-pilot .info-section ul li {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    text-align: left;
}

.Commercial-pilot .info-section ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #f99e22;
}

.Commercial-pilot .form-section {
    background-color: #f9f9f9;
    padding: 20px;
    width: 50%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.Commercial-pilot .form-section h2 {
    color: #f99e22;
    margin-bottom: 20px;
}

.Commercial-pilot .form-group {
    margin-bottom: 20px;
}

.Commercial-pilot .form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.Commercial-pilot .form-group input,
.Commercial-pilot .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.Commercial-pilot .form-group input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.Commercial-pilot .btn input {
    display: inline-block;
    background-color: #f99e22;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.Commercial-pilot button:hover {
    background-color: #f99e22;
}

.Commercial-pilot .main-wrap {
    display: flex;
    gap: 20px;
}


/* Commercial-pilot page end here */


/* contact-us page start here */

.main-contact {
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.main-contact-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-contact-inner .contact-form {
    width: 60%;
}

.main-contact-inner .contact-form h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}

.main-contact-inner .contact-form .form-group,
.main-contact-inner .contact-form .textarea {
    position: relative;
    margin-bottom: 20px;
}

.main-contact-inner .contact-form .input-box i {
    position: absolute;
    margin-top: 15px;
    color: #f99e22;
    left: 10px;
}

.main-contact-inner .contact-form input,
.main-contact-inner .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    outline: none;
    border-radius: 4px;
}

.main-contact-inner .contact-form textarea {
    height: 100px;
    resize: none;
}

.main-contact-inner .btn input {
    padding: 10px 20px;
    background-color: white;
    border: 1px solid #f99e22;
    color: #f99e22;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.main-contact-inner .submit-btn:hover {
    background-color: #f99e22;
    color: white;
}

.main-contact-inner .contact-info {
    width: 35%;
    text-align: left;
}

.main-contact-inner .contact-info h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #f99e22;
    text-align: left;
}

.main-contact-inner .contact-info i {
    color: #f99e22;
    font-size: 24px;
    margin-right: 10px;
}

.main-contact-inner .contact-info a {
    font-size: 18px;
    margin-top: 5px;
    color: #000;
}


/* contact-us page end here */


/* aviation page start here */

.aviation-info,
.learning-environment {
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.aviation-programs {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 60px 0px;
    position: relative;
}

.aviation-info-inner {
    display: flex;
    gap: 20px;
}

.aviation-info-inner .col-left,
.aviation-info-inner .col-right {
    width: 50%;
}

.aviation-info h2,
.aviation-programs h2,
.learning-environment h2 {
    margin-bottom: 10px;
    color: #f99e22;
    font-weight: 600;
    text-align: left;
}

.aviation-info span,
.aviation-programs span {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f99e22;
    display: inline-block;
}

.aviation-info p,
.aviation-programs p,
.learning-environment p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.aviation-info img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}

.aviation-programs .aviation-programs-inner {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.aviation-programs .col-left {
    width: 40%;
}

.aviation-programs .col-right {
    display: flex;
    gap: 20px;
    width: 55%;
    justify-content: space-between;
}

.aviation-programs ul {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 18px;
}

.aviation-programs ul li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.campus {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.campus-items {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    background-color: #f9f9f9;
}

.campus-items .campus-left {
    flex: 1;
    text-align: center;
    margin-right: 20px;
}

.campus-items .campus-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.campus-items .campus-right {
    flex: 2;
}

.campus-items .campus-right p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.campus-items .campus-right strong {
    font-weight: 600;
}

.campus-items h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}


/* aviation page end here */


/* international student page start here */

.international-student {
    padding: 60px 0px;
    position: relative;
    background-color: white;
}

.international-student h2 {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 20px;
    color: #f99e22;
}

.international-student h3 {
    text-align: center;
    font-size: 1.4em;
    color: #f99e22;
    margin-top: 0;
    margin-bottom: 14px;
}

.international-student strong {
    margin-bottom: 14px;
    display: inline-block;
}

.international-student .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.international-student .column {
    width: 48%;
}

.international-student h4 {
    font-size: 1.1em;
    color: #f99e22;
    margin-bottom: 14px;
}

.international-student ul {
    padding-left: 20px;
    line-height: 1.6;
    margin-top: 0;
    list-style-type: circle;
}

.international-student ul li {
    margin-bottom: 8px;
}

.international-student a {
    color: #f99e22;
}

.international-student .contact-info {
    font-size: 0.9em;
    margin-top: 20px;
}

.international-student .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.international-student .container .image-content {
    max-width: 520px;
    width: 100%;
}

.international-student .container .image-content img {
    width: 100%;
    height: 100%;
}


/* international student page end here */

@media(max-width:1300px) {
    header .main-header .global-btn {
        max-width: 120px;
    }
    header .main-header .global-btn a {
        padding: 6px;
    }
    header .main-header .navbar a {
        padding: 15px 6px;
    }
}

@media(max-width:1200px) {
    header .main-header .logo {
        max-width: 120px;
        width: 100%;
    }
    header .main-header .navbar a {
        font-size: 13px;
        line-height: 19px;
    }
    .pk-banner h1 {
        font-size: 50px;
        line-height: 56px;
    }
    .pk-banner .pk-banner-slider,
    .slider-items.slick-slide,
    .slick-list.draggable,
    .slick-track {
        height: 100%;
    }
    .service-item {
        padding: 31px;
    }
    .gallery .image-wrapper {
        width: 100%;
    }
    .aviation-school .content-section {
        padding-left: 0px;
    }
    .aviation-school .features ul {
        margin-right: 0px;
    }
    .courses .card-main,
    .gallery .image-wrapper {
        gap: 47px;
    }
}

@media(max-width:1024px) {}

@media(max-width:991px) {
    header .main-header .navbar li {
        position: relative;
        background: #1375bb;
        margin: 0px 0px 10px 0px;
    }
    header .main-header .navbar li a {
        color: #fff !important;
    }
    div#rotateBtn {
        height: 30px;
        width: 40px;
        /* padding: 0; */
        display: block;
    }
    div#rotateBtn span {
        display: block;
        height: 4px;
        background-color: #fff;
        margin: 4px 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    div#rotateBtn.rotated span {
        background-color: #000;
    }
    .rotated span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .rotated span:nth-child(2) {
        opacity: 0;
    }
    .rotated span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    header .main-header .mobile-nav .logo {
        display: block;
        margin-bottom: 30px;
    }
    header .main-header .mobile-nav {
        position: absolute;
        background: #fff;
        width: 100%;
        left: -100%;
        top: 0;
        transition: 0.3s;
        padding: 100px 20px 20px;
    }
    header .main-header .mobile-nav.active {
        display: block;
        left: 0;
        transition: 0.3s;
        padding: 100px 20px 20px;
    }
    header .main-header .navbar ul {
        display: block;
    }
    header .main-header .global-btn {
        display: none;
    }
    /* header .main-header .global-btn.active {
        display: block;
    } */
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .pk-banner h1 {
        font-size: 44px;
        line-height: 56px;
    }
    .services-card .card-items a {
        padding: 30px 16px;
        height: 100%;
    }
    .courses .card-main {
        padding: 0px;
        gap: 14px;
    }
    .gallery .image-wrapper {
        gap: 36px;
    }
    .courses .card {
        width: 49%;
    }
    .service-item {
        padding: 20px;
    }
    .service-item .icon {
        font-size: 30px;
        color: #fff;
        margin-right: 10px;
    }
    .aviation-school .features ul li {
        font-size: 14px;
    }
    .aviation-school .features {
        gap: 10px;
    }
    .aviation .aviation-inner {
        grid-template-columns: 1fr 1fr;
    }
    .testimonials .testimonial-grid {
        grid-template-columns: 1fr 1fr;
    }
    .joy-rides .packages {
        grid-template-columns: 1fr 1fr;
    }
    .contact-info-inner {
        grid-template-columns: 1fr 1fr;
    }
    .main-contact-inner {
        gap: 20px;
    }
    .main-contact-inner .contact-form,
    .main-contact-inner .contact-info {
        width: 50%;
    }
    .our-aircraft .our-aircraft-slider {
        grid-template-columns: 1fr 1fr;
    }
    footer .main-footer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px 0px;
    }
}

@media(max-width:767px) {
    header .topbar-inner {
        flex-direction: column;
        gap: 20px;
    }
    .pk-banner h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .pk-banner span {
        font-size: 22px;
        line-height: 28px;
        margin: 20px 0px;
    }
    .services-card {
        padding: 60px 0;
    }
    .services-card .ser-card-inner {
        flex-direction: column;
        row-gap: 20px;
    }
    .service-item {
        width: 100%;
    }
    .service-item:nth-child(2) {
        transform: scale(1);
    }
    .service-item a {
        flex-direction: column;
    }
    .service-item .icon {
        margin: 0;
    }
    .service-item .service-text {
        max-width: 100%;
        text-align: center;
    }
    .courses .card,
    .gallery .media {
        width: 100%;
    }
    .courses {
        padding: 60px 0px;
    }
    .admission-pro {
        padding: 60px 0px;
        animation: unset !important;
    }
    .admission-pro .admission-row {
        flex-direction: column;
        row-gap: 20px;
    }
    .admission-pro .col-left,
    .admission-pro .col-right {
        width: 100%;
        text-align: center;
    }
    .admission-pro .admission-inner h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .admission-pro .admission-inner .global-btn {
        margin: 0 auto;
    }
    .gallery {
        padding: 60px 0px 100px;
    }
    .gallery .image-wrapper {
        gap: 20px;
    }
    .aviation-school-inner {
        flex-direction: column;
    }
    .aviation-school .image-section {
        width: 100%;
    }
    .aviation-school .content-section {
        text-align: center;
    }
    .aviation-school .content-section h2 {
        text-align: center;
    }
    .aviation-school .features {
        justify-content: center;
    }
    .aviation-school .global-btn {
        margin: 0 auto;
        margin-top: 20px;
    }
    .video-wrapper iframe {
        height: revert-layer;
    }
    .aviation-school .image-section {
        width: 100%;
    }
    #video-poster::before {
        position: unset;
    }
    #video-poster {
        position: unset;
        transform: translate(0);
    }
    .aviation-school .content-section {
        width: 100%;
    }
    .aviation-school .features ul {
        text-align: left;
    }
    .testimonial {
        padding: 60px 0px 90px;
    }
    .training {
        animation: unset !important;
    }
    .faq-inner {
        flex-direction: column;
        row-gap: 30px;
    }
    .why-choose-us .features {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .faq .left-section {
        margin: 0;
    }
    .admission-requirements-inner {
        flex-direction: column;
        row-gap: 20px;
    }
    .fee-structure table {
        width: 100%;
        margin: 50px 0px;
    }
    .medical-inner {
        flex-direction: column;
        row-gap: 20px;
    }
    .aviation {
        padding: 60px 0px;
    }
    .aviation .aviation-inner {
        grid-template-columns: 1fr;
    }
    .training-policies .policies-inner {
        flex-direction: column;
        row-gap: 20px;
    }
    .faq-section .faq-inner .col-left,
    .faq-section .faq-inner .col-right {
        width: 100%;
    }
    .airborne-aviation {
        padding: 60px 0px;
    }
    .airborne-aviation-inner {
        flex-direction: column;
        row-gap: 20px;
    }
    .airborne-aviation .col-left,
    .airborne-aviation .col-right {
        width: 100%;
    }
    .our-fleet {
        padding: 60px 0px;
    }
    .our-fleet-inner {
        flex-direction: column;
        row-gap: 20px;
    }
    .our-fleet .col-left,
    .our-fleet .col-right {
        width: 100%;
    }
    .our-fleet-inner:nth-child(even) {
        flex-direction: column;
    }
    .team-section {
        padding: 60px 0px;
    }
    .testimonials .testimonial-grid {
        grid-template-columns: 1fr;
    }
    .license .container {
        flex-direction: column;
        row-gap: 20px;
    }
    .license .left-content,
    .license .right-content {
        width: 100%;
    }
    .student-information .container {
        flex-direction: column;
        row-gap: 20px;
    }
    .student-information .left-side,
    .student-information .right-content {
        width: 100%;
    }
    .student-information .form-group {
        max-width: 100%;
    }
    .joy-rides .packages {
        grid-template-columns: 1fr;
    }
    .contact-info-inner {
        grid-template-columns: 1fr;
    }
    .contact-map-form-inner {
        flex-direction: column;
        row-gap: 20px;
    }
    .contact-map-form .map-section,
    .contact-map-form .form-section {
        width: 100%;
    }
    .main-contact-inner {
        flex-direction: column;
        row-gap: 20px;
    }
    .main-contact-inner .contact-form,
    .main-contact-inner .contact-info {
        width: 100%;
    }
    .aviation-info-inner {
        flex-direction: column;
    }
    .aviation-info-inner .col-left,
    .aviation-info-inner .col-right {
        width: 100%;
    }
    .aviation-programs .aviation-programs-inner {
        flex-direction: column;
    }
    .aviation-programs .col-left,
    .aviation-programs .col-right {
        width: 100%;
        flex-direction: column;
        row-gap: 20px;
    }
    .campus-items {
        flex-direction: column;
        row-gap: 20px;
        text-align: center;
    }
    .Commercial-pilot .main-wrap {
        flex-direction: column;
        row-gap: 20px;
    }
    .Commercial-pilot .info-section,
    .Commercial-pilot .form-section {
        width: 100%;
    }
    .testimonial-us {
        flex-direction: column;
    }
    .testimonial-us p {
        margin: 0;
    }
    .our-aircraft .our-aircraft-slider {
        grid-template-columns: 1fr;
    }
    footer .footer-top p {
        font-size: 20px;
        line-height: 26px;
    }
    footer .main-footer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px 0px;
    }
}