/*---------------------------------------------
>>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> 
-----------------------------------------------
Created by: Shipra Das
Created on: 24/Apr/2026
-----------------------------------------------
>>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> 

/* =======================
   TRAVEL SECTION FINAL
======================= */
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
} 
.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.lh-25{
  line-height: 25px;
}

/*****************************************/


.travel-sec {
  /*background: linear-gradient(180deg, #e9f2ff 0%, #dfe9f7 100%);*/
  padding: 9vw 0 3vw;
  background: url(../images/backgrounds/inner-banner-1.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

/* cloud */
.travel-sec .cloud-vector-block {
  position: relative;
}

.travel-sec .cloud-vector {
  position: absolute;
  top: -150px;
  right: 0;
  opacity: 1;
}

/* line vector */
.travel-sec .line-vector {
  position: absolute;
  top: 25%;
  left: 15%;
  width: 50%;
  transform: rotate(-12deg);
  opacity: 1;
}

/* left content */
.left-content .text {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.left-content .text span {
  padding: 6px 16px;
  border-radius: 6px;
}

.bg-lightest-gray {
  background-color: #ECECF2 !important;
}

.left-content .h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #111;
}

/* button */
.cus-btn {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 10px;
  border: none;
  background: #0e3d86;
  color: #fff;
  box-shadow: 0 10px 25px rgb(0 0 0 / 40%);
  transition: 0.3s;
  display: inline-block;
}

.color-primary {
  color: #0e3d86 !important;
} 

.cus-btn:hover {
  transform: translateY(-3px);
}

/* =======================
   RIGHT IMAGE BLOCK
======================= */

.right-images-block {
  position: relative;
  z-index: 1;
  padding: 40px 0px;
  border-radius: 40px;
  /*background: rgba(255, 255, 255, 0.35);*/
  /*backdrop-filter: blur(10px);*/
}


.right-images-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 69%;
  height: 88%;
  transform: translate(-50%, -50%);
  border-radius: 40px;

  /* DARK BLUE BG */
  background: linear-gradient(135deg, #000, #061a3a, #000);

  z-index: -1;
}



/* border line */
.right-images-block .border-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* image alignment */
.right-images-block .row {
  align-items: center;
  justify-content: center;
}

/* side images */
.side-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
  border: 5px solid #fff;
}

/* center image */
.center-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50px;
  /*border: 5px solid #fff;*/
  transform: scale(1.05);

  transition: 0.4s;
 animation: pulse 4s ease-in-out infinite;
}

.center-image::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 60%;
  width: 20px;
  height: 20px;
  background: orange;
  border-radius: 50%;
  box-shadow: 0 0 20px orange, 0 0 40px orange;
  animation: pulse 1.5s infinite;
}

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

/*@keyframes floatGlobe {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}*/

.right-images-block::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 2px dashed #ffd453;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotateRing 20s linear infinite;
}

@keyframes rotateRing {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* spacing fix */
.right-images-block .col-lg-3 {
  display: flex;
  justify-content: center;
}

.right-images-block .col-lg-5 {
  display: flex;
  justify-content: center;
}

/* =======================
   RESPONSIVE
======================= */

@media (max-width: 991px) {

  .left-content .h1 {
    font-size: 32px;
  }

  .center-image {
    height: 300px;
  }

  .side-image {
    height: 180px;
  }

  .right-images-block {
    padding: 20px;
  }



  /*shipra responsive css*/
  
  .travel-sec .line-vector {
    display: none;
  }



}

@media (max-width: 576px) {

  .left-content {
    text-align: center;
  }

  .left-content .text {
    justify-content: center;
  }

  .center-image {
    height: 150px;
  }

  .side-image {
    height: 140px;
  }

  .right-images-block::after{
    display: none;
  }

}

/**********************************************************/


.achievement .achievements-block {
  padding: clamp(32px, 3.333vw, 96px);
}

.br-20 {
  border-radius: 20px;
}

.light-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 6px 3px 14px 0px rgba(0, 0, 0, 0.04), 23px 12px 26px 0px rgba(0, 0, 0, 0.03), 53px 27px 35px 0px rgba(0, 0, 0, 0.02), 94px 48px 42px 0px rgba(0, 0, 0, 0.01);
}

.achievement .counter-section .counter-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 0.83vw, 24px);
  padding: 12px 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 11px 9px 25px 0px rgba(0, 0, 0, 0.04), 11px 9px 25px 0px rgba(0, 0, 0, 0.03), 11px 9px 25px 0px rgba(0, 0, 0, 0.03), 11px 9px 25px 0px rgba(0, 0, 0, 0.03);
}

.achievement .counter-section .counter-count h5{
  color: #2c2c2c;
  font-size: 1rem;
}

.achievement .counter-section h5{
  color: #2c2c2c;
  font-size: 1rem;
}

.achievement .counter-section .counter-count img {
  width: clamp(32px, 2.5vw, 64px);
  height: clamp(32px, 2.5vw, 64px);
}

.achievement .achievement-image {
  height: 100%;
  object-fit: cover;
}


/********************************************/


.category-section {
  position: relative;
}

.category-section .inner-container {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}

.sec-title {
  position: relative;
  display: block;
}

.centred {
  text-align: center;
}

.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-style: solid;
  border-color: currentcolor;
  border-image: initial;
  border-width: 1px;
  border-radius: 40px;
  padding: 6px 17px;
}

/*.sec-title h2 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}*/

.category-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  padding: 45px 50px 40px 50px;
  margin-bottom: 30px;
  z-index: 1;
}

.category-block-one .inner-box * {
  position: relative;
  z-index: 2;
}

.category-block-one .inner-box .bg-layer {
  z-index: 0;
}

.category-block-one .inner-box .bg-layer:before {
  z-index: 1;
}

.category-block-one .inner-box .icon-box,
.category-block-one .inner-box .big-text,
.category-block-one .inner-box h2,
.category-block-one .inner-box p,
.category-block-one .inner-box .btn-box {
  position: relative;
  z-index: 2;
}

.category-block-one .inner-box .bg-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.category-block-one .inner-box .bg-layer:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(270deg, rgba(169, 7, 0, 0) 23.97%, rgba(169, 7, 0, 0.98) 60.46%, #A90700 100%);
}


.category-block:nth-child(2) .category-block-one .inner-box .bg-layer:before {
    background: linear-gradient(270deg, rgba(0, 57, 168, 0) 24.13%, #0C3D9C 60.55%, #0B3C9D 100%);
}

.category-block:nth-child(3) .category-block-one .inner-box .bg-layer:before {
  background: linear-gradient(270deg, rgba(3, 161, 0, 0) 23.97%, #4d7e07 60.46%, #327e19 100%);
}

.category-block:nth-child(4) .category-block-one .inner-box .bg-layer:before {
    background: linear-gradient(270deg, rgba(176, 137, 0, 0) 24.13%, #cba10a 60.55%, #df9f29 100%);
}


.category-block-one .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.1;
}

.category-block-one .inner-box .big-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 40px;
  line-height: 30px;
  font-family: var(--title-font);
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.10);
  writing-mode: vertical-lr;
}

.category-block-one .inner-box h2 {
  display: block;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.category-block-one .inner-box p {
  max-width: 340px;
  color: #fff;
  margin-bottom: 25px;
  line-height: 24px;
  font-size: 14px;
}


.category-block-one .inner-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  font-weight: 600;
  background: #fff;
  padding: 10px 20px;
  border-radius: 6px;
}

.category-block-one .inner-box .btn-box a:hover {
  color: #fff;
  background: #111;
}

/******************************************************/


.airplanes-area {
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
  z-index: 2 !important;
}

.single-airplanes-card {
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(17, 24, 39, 0.09);
  z-index: 1 !important;
}

.single-airplanes-card .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 100%;
  display: inline-block;
  background-color: rgba(16, 185, 129, 0.1);
}

.single-airplanes-card h1 {
  line-height: 1;
  font-size: 60px;
  margin-bottom: 12px;
  color: #11839f;
}

.single-airplanes-card h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.single-airplanes-card .shape-image {
  top: 0;
  right: 0;
  z-index: -1;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.single-airplanes-video {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: url(../images/airplanes-card-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.single-airplanes-video a {
  border: 0;
  position: relative;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  transition: .5s;
  background-color: #11839f;
  padding: 16.5px 30.55px 16.5px 60.55px;
  font-size: 18px;
  font-weight: 600;
  font-family: inherit;
}

.single-airplanes-video a i {
  top: 50%;
  left: 30px;
  font-size: 20px;
  position: absolute;
  transform: translateY(-50%);
}

.ph-fill {
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-fill.ph-play:before {
  content: "\ec7f";
}

/*************************************/

.blog-video-sec {
  position: relative;
  margin: 40px 0px 10px;
}

.blog-video-sec .video-block {
  position: relative;
  padding: 35px 35px 35px 35px;
  background: #dceff3 !important;
}

.blog-video-sec .video-block .video-btn {
  position: absolute;
  top: 61%;
  left: 48%;
}

.video-image-wrapper img.main-image {
  width: 100%;
  display: block;
}

/* PERFECT CENTER */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* size */
.play-btn img {
  width: 70px;
}



/********Mobile App Section Css Starts***********/

/* Wave stays below everything */
.wave {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 95px;
  background: url(../images/wave1.png) 0 0 repeat-x;
  background-size: contain;
  transform: rotate(180deg);
  animation: wave 40s linear infinite;
  z-index: 2;
}

@keyframes wave {
  0% { background-position: 0 0; }
  100% { background-position: 1697px 0; }
}

@media screen and (max-width:1440px) {
  .wave {
    background-size: 1200px !important;
    height: 80px;
  }
}

@media screen and (max-width:991px) {
  .wave {
    background-size: 700px !important;
    height: 60px;
  }
}

/* App section stays on top */
.skill_section {
  position: relative;
  overflow: visible !important;
  margin-top: 0;
  padding: 100px 0px 100px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}

/* Ensure container content stacks right */
.skill_section .container {
  position: relative;
  z-index: 5;
}

.skill_section .cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
}

/* Mobile hand image positioned absolutely */
.fixed-mobile-img {
  position: absolute;
  bottom: 0px;
  left: 10%;
  z-index: 9999;
}

.fixed-mobile-img img.hand-img {
  max-width: 280px;
  height: auto;
  position: relative;
  z-index: 10000;
}

/* Swirls (leaf, dots, icon) above content */
.skill_section_content img.leaf,
.skill_section_content img.dots,
.skill_section_content img.hero-icon {
  position: absolute;
  z-index: 8000;
}

/* Ripple animation on hand image */
.video_btn_border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid #F4DE54;
  opacity: 0;
  animation: border_animation 3.9s linear infinite;
  z-index: 9500;
}

.video_btn_border.border_wrap-2 {
  animation-delay: 1.3s;
}

.video_btn_border.border_wrap-3 {
  animation-delay: 2.6s;
}

@keyframes border_animation {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0; }
  20% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(2.5); opacity: 0; }
}

/* Floating animation */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Text section styles */
.skill_feature .section_title_area h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.skill_feature .section_title_area h4 {
  font-size: 20px;
  font-weight: 500;
  color: #555;
  margin-bottom: 15px;
}

.skill_feature .section_title_area p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

.play-btn1 img {
  width: 180px;
  transition: transform 0.3s ease;
}

.play-btn1:hover img {
  transform: scale(1.08);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .skill_section {
    padding: 80px 0 60px;
  }

  .fixed-mobile-img {
    position: static;
    text-align: center;
    margin-top: 30px;
  }

  .fixed-mobile-img img.hand-img {
    max-width: 200px;
  }

  .skill_feature .section_title_area h2 {
    font-size: 26px;
  }

  .skill_feature .section_title_area h4 {
    font-size: 18px;
  }

  .play-btn1 img {
    width: 150px;
  }
}

/***********************************************************/


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.shape5 {
    left: 20%;
  }
}

.shape5 {
  left: 20%;
  z-index: -1;
  bottom: -20px;
  position: absolute;
}


/*************Breadcrumbs Css Starts***************************/

.title-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../images/backgrounds/title-banner.png) 0% 0% / cover no-repeat;
}

.title-banner .banner-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 32px 16px;
}

.title-banner .banner-area .left-image {
  width: 17%;
}

.title-banner .banner-area .right-image.tour-image {
  mix-blend-mode: darken;
}

.title-banner .banner-area .right-image {
  width: 29%;
}

.title-banner .banner-area .content-box {
  text-align: center;
  padding-left: 6%;
}

.title-banner .banner-area .content-box .title-break {
  display: none;
}

/****************************************************************************/


/*--------------------------------------------------------------
# About Flyola Premium
--------------------------------------------------------------*/
.about-flyola {
    position: relative;
    padding: 50px 0 50px;
    background: #ffffff;
    overflow: hidden;
}

.about-flyola .container {
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/
.about-flyola__image-wrap {
    position: relative;
    padding: 0 35px 35px 0;
}

.about-flyola__image {
    position: relative;
    height: 430px;
    overflow: hidden;
    border-radius: 4px 55px 4px 55px;
    background: #e9eef3;
}

.about-flyola__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 45%,
        rgba(7, 25, 45, 0.45) 100%
    );
}

.about-flyola__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 700ms ease;
}

.about-flyola__image-wrap:hover .about-flyola__image img {
    transform: scale(1.05);
}

/* Gold decorative frame */
.about-flyola__image-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85%;
    height: 88%;
    border: 2px solid #ffd453;
    border-radius: 4px 55px 4px 55px;
    z-index: -1;
}

/*--------------------------------------------------------------
# Experience Badge
--------------------------------------------------------------*/
.about-flyola__experience {
    position: absolute;
    left: -15px;
    bottom: 65px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 24px;
    background: #123f78;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(10, 45, 80, 0.20);
}

.about-flyola__experience-line {
    width: 4px;
    height: 35px;
    background: #ffd453;
}

.about-flyola__experience strong {
    font-size: 15px;
    letter-spacing: 1px;
}

.about-flyola__experience span:last-child {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.about-flyola__content {
    padding-left: 55px;
}

.about-flyola__tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #174985;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.about-flyola__tag::before {
    content: "";
    width: 38px;
    height: 3px;
    background: #ffd453;
}

.about-flyola__title {
    max-width: 650px;
    margin: 0 0 20px;
    color: #101820;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.13;
    letter-spacing: -1px;
}

.about-flyola__text {
    max-width: 650px;
    margin: 0 0 10px;
    color: #444;
    font-size: 16px;
    line-height: 1.5;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.about-flyola__btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 12px;
    padding: 14px 20px 14px 25px;
    background: #123f78;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    transition: all 350ms ease;
}

.about-flyola__btn span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffd453;
    color: #111;
    font-size: 18px;
    transition: transform 350ms ease;
}

.about-flyola__btn:hover {
    background: #0b294f;
    color: #ffffff;
}

.about-flyola__btn:hover span {
    transform: translateX(4px);
}

/*--------------------------------------------------------------
# Vision & Mission - Premium Aviation Style
--------------------------------------------------------------*/

.about-flyola__bottom {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    margin-top: 85px;
    gap: 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e9ee;
}

/*--------------------------------------------------------------
# Common Box
--------------------------------------------------------------*/

.about-flyola__box {
    position: relative;
    display: flex;
    gap: 35px;
    padding: 55px 55px;
    min-height: 330px;
    overflow: hidden;
    transition: all 400ms ease;
}

/*--------------------------------------------------------------
# Vision
--------------------------------------------------------------*/

.about-flyola__vision {
    background: #103f78;
    color: #ffffff;
}

/* subtle aviation-style background */
.about-flyola__vision::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -110px;
    bottom: -150px;
    border: 1px solid rgba(255, 212, 83, 0.25);
    border-radius: 50%;
}

.about-flyola__vision::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    right: -70px;
    bottom: -105px;
    border: 1px solid rgba(255, 212, 83, 0.18);
    border-radius: 50%;
}

/*--------------------------------------------------------------
# Mission
--------------------------------------------------------------*/

.about-flyola__mission {
    background: #e8fbff;
    border-left: 1px solid #e1e6eb;
}

/*--------------------------------------------------------------
# Large Number
--------------------------------------------------------------*/

.about-flyola__number {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 65px;
    color: #ffd453;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}

.about-flyola__mission .about-flyola__number {
    color: #174985;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.about-flyola__box-content {
    position: relative;
    z-index: 2;
    flex: 1;
    max-width: 650px;
}

.about-flyola__box-label {
    display: block;
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #ffd453;
}

.about-flyola__mission .about-flyola__box-label {
    color: #1773b9;
}

.about-flyola__box h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.4px;
    color: #ffffff;
}

.about-flyola__mission h3 {
    color: #101820;
}

/*--------------------------------------------------------------
# Gold Divider
--------------------------------------------------------------*/

.about-flyola__line {
    width: 55px;
    height: 3px;
    margin: 20px 0 22px;
    background: #ffd453;
}

.about-flyola__mission .about-flyola__line {
    background: #174985;
}

/*--------------------------------------------------------------
# Vision Text
--------------------------------------------------------------*/

.about-flyola__vision p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.75;
}

/*--------------------------------------------------------------
# Mission List
--------------------------------------------------------------*/

.about-flyola__mission ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-flyola__mission li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 21px;
    color: #444;
    font-size: 15px;
    line-height: 1.55;
}

.about-flyola__mission li:last-child {
    margin-bottom: 0;
}

.about-flyola__mission li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #157eb5;
}

/*--------------------------------------------------------------
# Hover
--------------------------------------------------------------*/

.about-flyola__vision:hover {
    background: #0c3568;
}

.about-flyola__mission:hover {
    background: #e3faff;
}

/*--------------------------------------------------------------
# Desktop
--------------------------------------------------------------*/

@media (min-width: 1400px) {

    .about-flyola__bottom {
        margin-top: 100px;
    }

    .about-flyola__box {
        padding: 65px 65px;
        min-height: 350px;
    }

    .about-flyola__box h3 {
        font-size: 30px;
    }

    .about-flyola__vision p {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Tablet
--------------------------------------------------------------*/

@media (max-width: 991px) {

    .about-flyola__bottom {
        grid-template-columns: 1fr;
        margin-top: 65px;
    }

    .about-flyola__mission {
        border-left: 0;
        border-top: 1px solid #e1e6eb;
    }

    .about-flyola__box {
        min-height: auto;
        padding: 45px 40px;
    }
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/

@media (max-width: 767px) {

    .about-flyola__bottom {
        margin-top: 50px;
    }

    .about-flyola__box {
        gap: 20px;
        padding: 35px 25px;
    }

    .about-flyola__number {
        width: 45px;
        font-size: 32px;
    }

    .about-flyola__box h3 {
        font-size: 23px;
    }

    .about-flyola__vision p {
        font-size: 14px;
    }

    .about-flyola__mission li {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/*--------------------------------------------------------------
# Small Mobile
--------------------------------------------------------------*/

@media (max-width: 480px) {

    .about-flyola__box {
        display: block;
        padding: 32px 22px;
    }

    .about-flyola__number {
        margin-bottom: 20px;
    }

    .about-flyola__box h3 {
        font-size: 22px;
    }
}

/*--------------------------------------------------------------
# Large Desktop
--------------------------------------------------------------*/
@media (min-width: 1400px) {

    .about-flyola {
        padding: 120px 0 125px;
    }

    .about-flyola__image {
        height: 570px;
    }

    .about-flyola__title {
        font-size: 50px;
    }
}

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

    .about-flyola {
        padding: 80px 0;
    }

    .about-flyola__content {
        padding-left: 0;
        margin-top: 45px;
    }

    .about-flyola__bottom {
        grid-template-columns: 1fr;
        margin-top: 60px;
    }
}

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

    .about-flyola {
        padding: 65px 0 75px;
    }

    .about-flyola__image {
        height: 390px;
    }

    .about-flyola__image-wrap {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .about-flyola__image-wrap::before {
        width: 85%;
        height: 88%;
        border-radius: 4px 35px 4px 35px;
    }

    .about-flyola__experience {
        left: 0;
        bottom: 45px;
        padding: 12px 17px;
    }

    .about-flyola__content {
        margin-top: 40px;
    }

    .about-flyola__title {
        font-size: 32px;
        letter-spacing: -0.5px;
    }

    .about-flyola__text {
        font-size: 15px;
    }

    .about-flyola__bottom {
        margin-top: 50px;
        gap: 18px;
    }

    .about-flyola__box {
        padding: 27px 22px;
        gap: 18px;
    }

    .about-flyola__box h3 {
        font-size: 21px;
    }
}

/*--------------------------------------------------------------
# Small Mobile
--------------------------------------------------------------*/
@media (max-width: 480px) {

    .about-flyola__image {
        height: 330px;
    }

    .about-flyola__title {
        font-size: 29px;
    }

    .about-flyola__box {
        flex-direction: column;
    }

    .about-flyola__box-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }
}
/*********************************/


/*--------------------------------------------------------------
# Contact Flyola
--------------------------------------------------------------*/
.contact-flyola {
    position: relative;
    padding: 100px 0;
    background: #f5f8fb;
    overflow: hidden;
}

.contact-flyola::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -200px;
    top: -220px;
    border: 1px solid rgba(23, 115, 185, 0.08);
    border-radius: 50%;
}

.contact-flyola::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    left: -150px;
    bottom: -170px;
    border: 1px solid rgba(255, 212, 83, 0.12);
    border-radius: 50%;
}

.contact-flyola .container {
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------
# Main Wrapper
--------------------------------------------------------------*/
.contact-flyola__wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 25px 70px rgba(16, 48, 80, 0.10);
}

/*--------------------------------------------------------------
# Contact Information
--------------------------------------------------------------*/
.contact-flyola__info {
    height: 100%;
    padding: 55px 50px;
    background: #103f78;
    position: relative;
    overflow: hidden;
}

.contact-flyola__info::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -180px;
    bottom: -180px;
    border: 1px solid rgba(255, 212, 83, 0.25);
    border-radius: 50%;
}

.contact-flyola__info::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    right: -125px;
    bottom: -125px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
}

/*--------------------------------------------------------------
# Tag
--------------------------------------------------------------*/
.contact-flyola__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #ffd453;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.contact-flyola__tag::before {
    content: "";
    width: 35px;
    height: 3px;
    background: #ffd453;
}

/*--------------------------------------------------------------
# Title
--------------------------------------------------------------*/
.contact-flyola__title {
    position: relative;
    z-index: 2;
    max-width: 430px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.7px;
}

.contact-flyola__description {
    position: relative;
    z-index: 2;
    max-width: 440px;
    margin: 0 0 38px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.75;
}

/*--------------------------------------------------------------
# Contact Details
--------------------------------------------------------------*/
.contact-flyola__details {
    position: relative;
    z-index: 2;
}

.contact-flyola__item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 25px;
}

.contact-flyola__item:last-child {
    margin-bottom: 0;
}

.contact-flyola__icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 212, 83, 0.5);
    border-radius: 50%;
    color: #ffd453;
    font-size: 16px;
}

.contact-flyola__item span {
    display: block;
    margin-bottom: 5px;
    color: #ffd453;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-flyola__item p {
    max-width: 330px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.6;
}

.contact-flyola__item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 300ms ease;
}

.contact-flyola__item a:hover {
    color: #ffd453;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.contact-flyola__form {
    padding: 55px 55px;
    background: #ffffff;
}

.contact-flyola__form-heading {
    margin-bottom: 30px;
}

.contact-flyola__form-heading span {
    display: block;
    margin-bottom: 7px;
    color: #1773b9;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.contact-flyola__form-heading h3 {
    margin: 0;
    color: #101820;
    font-size: 30px;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
.contact-flyola__field {
    margin-bottom: 20px;
}

.contact-flyola__field label {
    display: block;
    margin-bottom: 8px;
    color: #444;
    font-size: 14px;
    font-weight: 600;
}

.contact-flyola__field input,
.contact-flyola__field select,
.contact-flyola__field textarea {
    width: 100%;
    border: 1px solid #dce3e9;
    border-radius: 3px;
    outline: none;
    background: #f9fbfc;
    color: #17212b;
    font-family: inherit;
    font-size: 14px;
    transition: all 300ms ease;
}

.contact-flyola__field input,
.contact-flyola__field select {
    height: 50px;
    padding: 0 15px;
}

.contact-flyola__field textarea {
    min-height: 80px;
    padding: 14px 15px;
    resize: vertical;
}

.contact-flyola__field input::placeholder,
.contact-flyola__field textarea::placeholder {
    color: #9aa4ad;
}

.contact-flyola__field input:focus,
.contact-flyola__field select:focus,
.contact-flyola__field textarea:focus {
    border-color: #1773b9;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(23, 115, 185, 0.07);
}

/*--------------------------------------------------------------
# Submit Button
--------------------------------------------------------------*/
.contact-flyola__submit {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 13px 18px 13px 24px;
    border: 0;
    border-radius: 3px;
    background: #103f78;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 350ms ease;
}

.contact-flyola__submit span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffd453;
    color: #101820;
    font-size: 18px;
    transition: transform 350ms ease;
}

.contact-flyola__submit:hover {
    background: #0b2d57;
}

.contact-flyola__submit:hover span {
    transform: translateX(4px);
}

/*--------------------------------------------------------------
# Large Desktop
--------------------------------------------------------------*/
@media (min-width: 1400px) {

    .contact-flyola {
        padding: 120px 0;
    }

    .contact-flyola__info {
        padding: 65px 60px;
    }

    .contact-flyola__form {
        padding: 65px 65px;
    }

    .contact-flyola__title {
        font-size: 46px;
    }
}

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

    .contact-flyola {
        padding: 80px 0;
    }

    .contact-flyola__info,
    .contact-flyola__form {
        padding: 45px 40px;
    }

    .contact-flyola__title {
        font-size: 36px;
    }
}

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

    .contact-flyola {
        padding: 60px 0;
    }

    .contact-flyola__wrapper {
        border-radius: 6px;
    }

    .contact-flyola__info,
    .contact-flyola__form {
        padding: 38px 25px;
    }

    .contact-flyola__title {
        font-size: 31px;
    }

    .contact-flyola__description {
        font-size: 14px;
    }

    .contact-flyola__form-heading h3 {
        font-size: 26px;
    }

    .contact-flyola__item {
        gap: 14px;
    }
}

/*--------------------------------------------------------------
# Small Mobile
--------------------------------------------------------------*/
@media (max-width: 480px) {

    .contact-flyola__info,
    .contact-flyola__form {
        padding: 32px 20px;
    }

    .contact-flyola__title {
        font-size: 28px;
    }

    .contact-flyola__field {
        margin-bottom: 17px;
    }
}

/************************************************/



    
/*--------------------------------------------------------------
# Flyola Gallery
--------------------------------------------------------------*/

.flyola-gallery {
    padding: 50px 0 40px;
    background: #f7f9fc;
}

.flyola-gallery__heading {
    max-width: 680px;
    margin: 0 auto 30px;
    text-align: center;
}

.flyola-gallery__heading span {
    display: inline-block;
    margin-bottom: 10px;
    color: #1773b9;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.flyola-gallery__heading h2 {
    margin: 0 0 12px;
    color: #101820;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
}

.flyola-gallery__heading p {
    margin: 0;
    color: #444;
    font-size: 16px;
    line-height: 1.7;
}


/*--------------------------------------------------------------
# Album Grid
--------------------------------------------------------------*/

.flyola-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}


/*--------------------------------------------------------------
# Album
--------------------------------------------------------------*/

.flyola-gallery__album {
    position: relative;
    background: #ffffff;
    border: 1px solid #e3e8ed;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 400ms ease;
}

.flyola-gallery__album:hover {
    transform: translateY(-7px);
    border-color: rgba(23, 115, 185, 0.20);
    box-shadow: 0 18px 45px rgba(20, 55, 90, 0.11);
}


/*--------------------------------------------------------------
# Album Image
--------------------------------------------------------------*/

.flyola-gallery__image {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden;
    background: #e9eef3;
}

.flyola-gallery__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 650ms ease;
}

.flyola-gallery__album:hover .flyola-gallery__image img {
    transform: scale(1.07);
}


/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/

.flyola-gallery__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(10, 45, 80, 0.68);
    opacity: 0;
    transition: opacity 350ms ease;
}

.flyola-gallery__album:hover .flyola-gallery__overlay {
    opacity: 1;
}

.flyola-gallery__plus {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.75);
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    transform: scale(.7);
    transition: transform 350ms ease;
}

.flyola-gallery__album:hover .flyola-gallery__plus {
    transform: scale(1);
}

.flyola-gallery__view-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
# Album Information
--------------------------------------------------------------*/

.flyola-gallery__album-info {
    position: relative;
    padding: 25px 20px 25px;
}

.flyola-gallery__album-info > span {
    position: absolute;
    top: 12px;
    right: 23px;
    color: #d3dbe3;
    font-size: 22px;
    font-weight: 700;
}

.flyola-gallery__album-info h3 {
    margin: 0 0 5px;
    color: #101820;
    font-size: 20px;
    font-weight: 600;
}

.flyola-gallery__album-info p {
    margin: 0;
    color: #1773b9;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
}


/*--------------------------------------------------------------
# Lightbox
--------------------------------------------------------------*/

.flyola-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 70px 80px;

    background: rgba(4, 15, 28, 0.96);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: all 300ms ease;
}

.flyola-gallery-lightbox.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/*--------------------------------------------------------------
# Lightbox Image
--------------------------------------------------------------*/

.flyola-gallery-lightbox__image {
    width: min(1000px, 82vw);
    height: min(680px, 78vh);

    display: flex;
    align-items: center;
    justify-content: center;
}

.flyola-gallery-lightbox__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

    border-radius: 4px;

    box-shadow: 0 25px 80px rgba(0,0,0,.35);
}


/*--------------------------------------------------------------
# Lightbox Album Title
--------------------------------------------------------------*/

.flyola-gallery-lightbox__title {
    position: absolute;
    top: 25px;
    left: 35px;

    display: flex;
    align-items: center;
    gap: 12px;
}

.flyola-gallery-lightbox__title span {
    color: #ffd453;
    font-size: 12px;
    font-weight: 700;
}

.flyola-gallery-lightbox__title h3 {
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}


/*--------------------------------------------------------------
# Close
--------------------------------------------------------------*/

.flyola-gallery-lightbox__close {
    position: absolute;
    top: 17px;
    right: 28px;

    border: 0;
    background: transparent;

    color: #ffffff;
    font-size: 42px;
    font-weight: 200;

    cursor: pointer;

    transition: color 250ms ease;
}

.flyola-gallery-lightbox__close:hover {
    color: #ffd453;
}


/*--------------------------------------------------------------
# Previous / Next
--------------------------------------------------------------*/

.flyola-gallery-lightbox__prev,
.flyola-gallery-lightbox__next {
    position: absolute;
    top: 50%;

    width: 52px;
    height: 52px;

    margin-top: -26px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;

    background: rgba(255,255,255,.06);

    color: #ffffff;
    font-size: 18px;

    cursor: pointer;

    transition: all 300ms ease;
}

.flyola-gallery-lightbox__prev {
    left: 30px;
}

.flyola-gallery-lightbox__next {
    right: 30px;
}

.flyola-gallery-lightbox__prev:hover,
.flyola-gallery-lightbox__next:hover {
    border-color: #ffd453;
    background: rgba(255,212,83,.10);
    color: #ffd453;
}


/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/

.flyola-gallery-lightbox__counter {
    position: absolute;
    bottom: 25px;
    left: 50%;

    transform: translateX(-50%);

    color: rgba(255,255,255,.75);
    font-size: 13px;
    letter-spacing: 1px;
}

.flyola-gallery-lightbox__counter #flyolaCurrentImage {
    color: #ffd453;
    font-weight: 700;
}


/*--------------------------------------------------------------
# Tablet
--------------------------------------------------------------*/

@media (max-width: 991px) {

    .flyola-gallery {
        padding: 75px 0;
    }

    .flyola-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .flyola-gallery__image {
        height: 250px;
    }

    .flyola-gallery-lightbox {
        padding: 60px;
    }
}


/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/

@media (max-width: 767px) {

    .flyola-gallery {
        padding: 60px 0;
    }

    .flyola-gallery__heading {
        margin-bottom: 30px;
    }

    .flyola-gallery__heading h2 {
        font-size: 30px;
    }

    .flyola-gallery__heading p {
        font-size: 14px;
    }

    .flyola-gallery__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .flyola-gallery__image {
        height: 240px;
    }

    .flyola-gallery__album-info {
        padding: 18px 20px 20px;
    }

    .flyola-gallery-lightbox {
        padding: 50px 15px;
    }

    .flyola-gallery-lightbox__image {
        width: 90vw;
        height: 72vh;
    }

    .flyola-gallery-lightbox__prev {
        left: 10px;
    }

    .flyola-gallery-lightbox__next {
        right: 10px;
    }

    .flyola-gallery-lightbox__prev,
    .flyola-gallery-lightbox__next {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        font-size: 15px;
    }

    .flyola-gallery-lightbox__title {
        top: 18px;
        left: 20px;
    }

    .flyola-gallery-lightbox__close {
        top: 8px;
        right: 15px;
        font-size: 36px;
    }
}
/**********************************************/


/*--------------------------------------------------------------
# Why Choose Flyola
--------------------------------------------------------------*/

.why-flyola {
    position: relative;
    padding: 50px 0 40px;
    background: #f5f8fb;
    overflow: hidden;
}

.why-flyola::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -250px;
    right: -170px;
    border: 1px solid rgba(23, 73, 133, 0.08);
    border-radius: 50%;
}

.why-flyola::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    bottom: -180px;
    left: -130px;
    border: 1px solid rgba(255, 212, 83, 0.15);
    border-radius: 50%;
}

.why-flyola .container {
    position: relative;
    z-index: 2;
}


/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/

.why-flyola__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 30px;
}

.why-flyola__heading-left {
    max-width: 650px;
}

.why-flyola__eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #174985;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.why-flyola__eyebrow::before {
    content: "";
    width: 32px;
    height: 3px;
    background: #ffd453;
}

.why-flyola__heading h2 {
    margin: 0;
    color: #101820;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.7px;
}

.why-flyola__heading h2 span {
    color: #174985;
}

.why-flyola__heading-right {
    max-width: 390px;
    padding-bottom: 5px;
}

.why-flyola__heading-right p {
    margin: 0;
    color: #444;
    font-size: 15px;
    line-height: 1.75;
}


/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

.why-flyola__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


/*--------------------------------------------------------------
# Text Cards
--------------------------------------------------------------*/

.why-flyola__card {
    position: relative;
    min-height: 120px;
    padding: 30px 30px 32px;
    background: #ffffff;
    border: 1px solid #e1e7ed;
    border-radius: 6px;
    overflow: hidden;
    transition: all 400ms ease;
}

.why-flyola__card:hover {
    transform: translateY(-7px);
    border-color: rgba(23, 73, 133, 0.22);
    box-shadow: 0 18px 45px rgba(22, 54, 85, 0.10);
}


/*--------------------------------------------------------------
# Card Top
--------------------------------------------------------------*/

.why-flyola__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.why-flyola__number {
    color: #dce4eb;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    transition: color 400ms ease;
}

.why-flyola__card:hover .why-flyola__number {
    color: #ffd453;
}


/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/

.why-flyola__icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #174985;
    color: #ffffff;
    font-size: 20px;
    transition: all 400ms ease;
}

.why-flyola__card:hover .why-flyola__icon {
    background: #ffd453;
    color: #101820;
    transform: rotate(-5deg);
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.why-flyola__card-content h3 {
    max-width: 330px;
    margin: 0 0 13px;
    color: #101820;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
}

.why-flyola__card-content p {
    margin: 0;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}


/*--------------------------------------------------------------
# Bottom Yellow Line
--------------------------------------------------------------*/

.why-flyola__line {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 42px;
    height: 3px;
    background: #ffd453;
    transition: width 400ms ease;
}

.why-flyola__card:hover .why-flyola__line {
    width: calc(100% - 60px);
}


/*--------------------------------------------------------------
# Image Card
--------------------------------------------------------------*/

.why-flyola__image-card {
    position: relative;
    min-height: 120px;
    overflow: hidden;
    border-radius: 6px;
    background: #174985;
}

.why-flyola__image-card img {
    width: 100%;
    height: 100%;
    min-height: 120px;
    display: block;
    object-fit: cover;
    transition: transform 700ms ease;
}

.why-flyola__image-card:hover img {
    transform: scale(1.07);
}


/*--------------------------------------------------------------
# Image Overlay
--------------------------------------------------------------*/

.why-flyola__image-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;

    background: linear-gradient(
        to top,
        rgba(7, 29, 54, 0.92) 0%,
        rgba(7, 29, 54, 0.55) 45%,
        rgba(7, 29, 54, 0.05) 100%
    );
}

.why-flyola__image-overlay span {
    margin-bottom: 8px;
    color: #ffd453;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.why-flyola__image-overlay h3 {
    max-width: 300px;
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.25;
}

.why-flyola__image-line {
    width: 45px;
    height: 3px;
    margin-top: 18px;
    background: #ffd453;
    transition: width 400ms ease;
}

.why-flyola__image-card:hover .why-flyola__image-line {
    width: 100px;
}


/*--------------------------------------------------------------
# Tablet
--------------------------------------------------------------*/

@media (max-width: 991px) {

    .why-flyola {
        padding: 80px 0 90px;
    }

    .why-flyola__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }

    .why-flyola__heading h2 {
        font-size: 38px;
    }

    .why-flyola__heading-right {
        max-width: 600px;
    }

    .why-flyola__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-flyola__card,
    .why-flyola__image-card {
        min-height: 120px;
    }

    .why-flyola__image-card img {
        min-height: 120px;
    }
}


/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/

@media (max-width: 767px) {

    .why-flyola {
        padding: 65px 0 75px;
    }

    .why-flyola__heading {
        margin-bottom: 30px;
    }

    .why-flyola__heading h2 {
        font-size: 31px;
    }

    .why-flyola__heading-right p {
        font-size: 14px;
    }

    .why-flyola__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .why-flyola__card,
    .why-flyola__image-card {
        min-height: 120px;
    }

    .why-flyola__card {
        padding: 27px 25px 30px;
    }

    .why-flyola__image-card img {
        min-height: 120px;
    }

    .why-flyola__image-overlay {
        padding: 25px;
    }

    .why-flyola__image-overlay h3 {
        font-size: 22px;
    }

}

/***********************************************/


/*--------------------------------------------------------------
# Flyola Premium CTA
--------------------------------------------------------------*/

.flyola-premium-cta {
    padding: 50px 0;
    background: #ffffff;
}

.flyola-premium-cta__box {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: 50px 55px;
    overflow: hidden;
    border-radius: 8px;
    background: #103f78;
    box-shadow: 0 15px 20px rgba(16, 63, 120, 0.16);
}


/*--------------------------------------------------------------
# Background Pattern
--------------------------------------------------------------*/

.flyola-premium-cta__pattern {
    position: absolute;
    inset: 0;
    opacity: .07;
    background-image:
        linear-gradient(90deg, transparent 49%, #ffffff 50%, transparent 51%),
        linear-gradient(0deg, transparent 49%, #ffffff 50%, transparent 51%);
    background-size: 70px 70px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.flyola-premium-cta__content {
    position: relative;
    z-index: 3;
    max-width: 720px;
}

.flyola-premium-cta__tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #ffd453;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.flyola-premium-cta__tag::before {
    content: "";
    width: 32px;
    height: 3px;
    background: #ffd453;
}

.flyola-premium-cta__content h2 {
    max-width: 700px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0px;
}

.flyola-premium-cta__content h2 span {
    display: block;
    color: #ffd453;
}

.flyola-premium-cta__content p {
    max-width: 650px;
    margin: 0 0 32px;
    color: rgba(255,255,255,.75);
    font-size: 15px;
    line-height: 1.75;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.flyola-premium-cta__buttons {
    display: flex;
    align-items: center;
    gap: 28px;
}

.flyola-premium-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 12px 14px 12px 23px;
    border-radius: 3px;
    background: #ffd453;
    color: #101820;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 350ms ease;
}

.flyola-premium-cta__btn span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #103f78;
    color: #ffffff;
    font-size: 17px;
    transition: transform 350ms ease;
}

.flyola-premium-cta__btn:hover {
    background: #ffffff;
    color: #103f78;
}

.flyola-premium-cta__btn:hover span {
    transform: translateX(4px);
}

.flyola-premium-cta__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 300ms ease;
}

.flyola-premium-cta__link span {
    color: #ffd453;
    font-size: 18px;
    transition: transform 300ms ease;
}

.flyola-premium-cta__link:hover {
    color: #ffd453;
}

.flyola-premium-cta__link:hover span {
    transform: translate(3px, -3px);
}


/*--------------------------------------------------------------
# Decorative Circles
--------------------------------------------------------------*/

.flyola-premium-cta__circle {
    position: absolute;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
}

.flyola-premium-cta__circle--one {
    width: 480px;
    height: 480px;
    right: -180px;
    top: -160px;
}

.flyola-premium-cta__circle--two {
    width: 330px;
    height: 330px;
    right: -105px;
    top: -85px;
}


/*--------------------------------------------------------------
# Aircraft
--------------------------------------------------------------*/

.flyola-premium-cta__aircraft {
    position: absolute;
    z-index: 2;
    right: 80px;
    bottom: 70px;
    width: 270px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    color: rgba(255,255,255,.12);
    font-size: 190px;
    transform: rotate(-15deg);
}


/*--------------------------------------------------------------
# Large Desktop
--------------------------------------------------------------*/

@media (min-width: 1400px) {

    .flyola-premium-cta__box {
        min-height: 430px;
        padding: 80px 85px;
    }

    .flyola-premium-cta__content h2 {
        font-size: 50px;
    }

    .flyola-premium-cta__aircraft {
        right: 100px;
        width: 200px;
        height: 200px;
        font-size: 105px;
    }
}


/*--------------------------------------------------------------
# Tablet
--------------------------------------------------------------*/

@media (max-width: 991px) {

    .flyola-premium-cta {
        padding: 50px 0;
    }

    .flyola-premium-cta__box {
        padding: 50px 55px;
    }

    .flyola-premium-cta__content {
        max-width: 650px;
    }

    .flyola-premium-cta__content h2 {
        font-size: 38px;
    }

    .flyola-premium-cta__aircraft {
        right: 30px;
        opacity: .6;
    }
}


/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/

@media (max-width: 767px) {

    .flyola-premium-cta {
        padding: 60px 0;
    }

    .flyola-premium-cta__box {
        min-height: auto;
        padding: 45px 25px;
        border-radius: 6px;
    }

    .flyola-premium-cta__content h2 {
        font-size: 31px;
    }

    .flyola-premium-cta__content p {
        font-size: 14px;
    }

    .flyola-premium-cta__buttons {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .flyola-premium-cta__aircraft {
        right: -35px;
        bottom: 20px;
        width: 140px;
        height: 140px;
        font-size: 70px;
        opacity: .25;
    }

    .flyola-premium-cta__circle--one {
        right: -260px;
    }

    .flyola-premium-cta__circle--two {
        right: -210px;
    }
}

/***********************************************/




/* =========================================
   FLYOLA SERVICES
========================================= */

.flyola-services {
    position: relative;
    padding: 50px 0 40px;
    background: #f7f9fc;
    overflow: hidden;
}

/* subtle aviation background detail */
/*.flyola-services::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 201, 61, 0.18);
    border-radius: 50%;
    right: -180px;
    top: -150px;
}

.flyola-services::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(25, 77, 137, 0.08);
    border-radius: 50%;
    left: -130px;
    bottom: -120px;
}*/


/* Heading */

.flyola-services__heading {
    max-width: 820px;
    margin: 0 auto 35px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.flyola-services__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #19518d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.flyola-services__eyebrow::before,
.flyola-services__eyebrow::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #ffca3a;
}

.flyola-services__heading h2 {
    margin: 0 0 18px;
    color: #111d2d;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
}

.flyola-services__heading h2 span {
    color: #19518d;
}

.flyola-services__heading p {
    max-width: 650px;
    margin: auto;
    color: #444;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   SERVICE CARD
========================================= */

.flyola-service-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8ef;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 12px 35px rgba(18, 45, 75, 0.06);
    border-radius: 10px;
}

.flyola-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(18, 45, 75, 0.13);
}


/* Image */

.flyola-service-card__image {
    position: relative;
    height: 285px;
    overflow: hidden;
}

.flyola-service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.flyola-service-card:hover
.flyola-service-card__image img {
    transform: scale(1.06);
}


/* dark image overlay */

.flyola-service-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(8, 28, 52, 0.55),
        rgba(8, 28, 52, 0.02) 65%
    );
}


/* Number */

.flyola-service-card__number {
    position: absolute;
    left: 25px;
    top: 24px;
    z-index: 3;

    color: #ffffff;
    font-size: 18px;
    font-weight: 700;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.65);
    background: rgba(17, 61, 108, 0.82);

    backdrop-filter: blur(5px);
}


/* Icon */

.flyola-service-card__icon {
    position: absolute;
    right: 25px;
    bottom: -27px;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffca3a;
    color: #123f70;

    border-radius: 50%;

    font-size: 21px;

    z-index: 4;

    box-shadow: 0 8px 20px rgba(0,0,0,0.15);

    transition: all 0.35s ease;
}

.flyola-service-card:hover .flyola-service-card__icon {
    transform: rotate(-8deg) scale(1.08);
}


/* Content */

.flyola-service-card__content {
    padding: 30px 35px 30px;
}

.flyola-service-card__label {
    display: block;
    color: #19518d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
}

.flyola-service-card__content h3 {
    margin: 0 0 14px;
    color: #101d2d;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
}

.flyola-service-card__content p {
    margin: 0 0 25px;
    color: #444;
    font-size: 16px;
    line-height: 1.75;
    max-width: 500px;
}


/* Link */

.flyola-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    color: #174f8b;
    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    position: relative;
    padding-bottom: 7px;
}

.flyola-service-card__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: #ffca3a;
    transition: width 0.3s ease;
}

.flyola-service-card__link:hover {
    color: #123f70;
}

.flyola-service-card__link:hover::after {
    width: 100%;
}

.flyola-service-card__link i {
    font-size: 15px;
    transition: transform 0.3s ease;
}

.flyola-service-card__link:hover i {
    transform: translateX(5px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .flyola-services {
        padding: 75px 0 80px;
    }

    .flyola-services__heading {
        margin-bottom: 40px;
    }

    .flyola-services__heading h2 {
        font-size: 35px;
    }

    .flyola-service-card__image {
        height: 260px;
    }
}


@media (max-width: 575px) {

    .flyola-services {
        padding: 60px 0 65px;
    }

    .flyola-services__heading h2 {
        font-size: 29px;
    }

    .flyola-services__heading p {
        font-size: 14px;
    }

    .flyola-service-card__image {
        height: 220px;
    }

    .flyola-service-card__content {
        padding: 38px 25px 28px;
    }

    .flyola-service-card__content h3 {
        font-size: 21px;
    }

    .flyola-service-card__number {
        left: 18px;
        top: 18px;
    }

    .flyola-service-card__icon {
        right: 18px;
    }
}

/***********************************************/



/* =========================================================
   CHARTER SERVICES PAGE
========================================================= */


/* =========================================================
   INTRO
========================================================= */

.charter-intro {
    padding: 50px 0;
    background: #f6f9fc;
    overflow: hidden;
}

.charter-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}


/* Content */

.charter-intro__content {
    position: relative;
    z-index: 2;
}

.charter-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;

    color: #174f8b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.charter-intro__eyebrow::before {
    content: "";
    width: 32px;
    height: 3px;
    background: #ffd453;
}

.charter-intro__content h1 {
    max-width: 520px;
    margin: 0 0 18px;
    color: #111d2d;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
}

.charter-intro__content h1 span {
    /*display: block;*/
    color: #174f8b;
}

.charter-intro__line {
    width: 55px;
    height: 3px;
    margin: 15px 0;
    background: #ffd453;
}

.charter-intro__content p {
    max-width: 550px;
    margin: 0 0 18px;
    color: #444;
    font-size: 16px;
    line-height: 1.8;
}

.charter-intro__content .charter-intro__lead {
    color: #26384c;
    font-size: 17px;
    line-height: 1.75;
}

.charter-intro__btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    padding: 13px 14px 13px 23px;

    color: #ffffff;
    background: #174f8b;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

    transition: all 350ms ease;
}

.charter-intro__btn span {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffd453;
    color: #111d2d;

    border-radius: 50%;
    font-size: 18px;

    transition: transform 350ms ease;
}

.charter-intro__btn:hover {
    background: #111d2d;
    color: #ffffff;
}

.charter-intro__btn:hover span {
    transform: translateX(4px);
}


/* Visual */

.charter-intro__visual {
    position: relative;
    padding: 20px;
}

.charter-intro__image {
    position: relative;
    height: 360px;
    overflow: hidden;
    border-radius: 5px;
}

.charter-intro__image::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(10, 43, 78, 0.05),
        rgba(10, 43, 78, 0.30)
    );
}

.charter-intro__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    transition: transform 700ms ease;
}

.charter-intro__visual:hover .charter-intro__image img {
    transform: scale(1.04);
}


/* Number badge */

.charter-intro__badge {
    position: absolute;
    left: -5px;
    bottom: 65px;

    z-index: 4;

    width: 125px;
    height: 125px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #174f8b;
    color: #ffffff;

    border: 7px solid #f6f9fc;
    border-radius: 50%;

    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.charter-intro__badge strong {
    font-size: 30px;
    line-height: 1;
}

.charter-intro__badge span {
    /*margin-top: 7px;*/
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 700;
}

.charter-intro__circle {
    position: absolute;
    width: 100px;
    height: 100px;
    right: -15px;
    top: -15px;
    border: 2px solid #ffd453;
    border-radius: 50%;
}


/* =========================================================
   CHARTER REQUIREMENTS
========================================================= */

.charter-requirements {
    position: relative;
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}


/* =========================================================
   IMAGE
========================================================= */

.charter-requirements__image {
    position: relative;
    height: 610px;
    overflow: hidden;
    border-radius: 6px;
}

.charter-requirements__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 700ms ease;
}

.charter-requirements__image:hover img {
    transform: scale(1.04);
}


/* Image overlay */

.charter-requirements__image::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(7, 25, 45, 0.78),
        rgba(7, 25, 45, 0.05) 65%
    );
}


/* Image text */

.charter-requirements__image-label {
    position: absolute;
    left: 38px;
    bottom: 35px;

    z-index: 2;

    color: #ffffff;
}

.charter-requirements__image-label span {
    display: block;

    margin-bottom: 10px;

    color: #ffd453;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.charter-requirements__image-label strong {
    display: block;

    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}


/* =========================================================
   CONTENT
========================================================= */

.charter-requirements__content {
    padding-left: 50px;
}

.charter-requirements__subtitle {
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 16px;

    color: #174f8b;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.charter-requirements__subtitle::before {
    content: "";

    width: 30px;
    height: 2px;

    background: #ffd453;
}


/* Heading */

.charter-requirements__content h2 {
    max-width: 520px;

    margin: 0 0 18px;

    color: #111d2d;

    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
}

.charter-requirements__content h2 strong {
    color: #174f8b;
}


/* Intro */

.charter-requirements__intro {
    max-width: 540px;

    margin: 0 0 32px;

    color: #444;

    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   REQUIREMENT LIST
========================================================= */

.charter-requirements__list {
    max-width: 570px;
}

.charter-requirements__item {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 58px;

    padding: 10px 0;

    border-bottom: 1px solid #e5e9ed;

    transition: all 350ms ease;
}

.charter-requirements__item:first-child {
    border-top: 1px solid #e5e9ed;
}


/* Number */

.charter-requirements__item > span {
    width: 48px;
    flex-shrink: 0;

    color: #cbd5df;

    font-size: 13px;
    font-weight: 700;

    transition: all 350ms ease;
}


/* Title */

.charter-requirements__item h3 {
    margin: 0;

    color: #1a2736;

    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;

    transition: all 350ms ease;
}


/* Gold line */

.charter-requirements__item::before {
    content: "";

    position: absolute;
    left: 0;
    bottom: -1px;

    width: 0;
    height: 2px;

    background: #ffd453;

    transition: width 350ms ease;
}


/* Hover */

.charter-requirements__item:hover {
    padding-left: 12px;
}

.charter-requirements__item:hover > span {
    color: #174f8b;
}

.charter-requirements__item:hover h3 {
    color: #174f8b;
}

.charter-requirements__item:hover::before {
    width: 55px;
}


/* =========================================================
   LARGE SCREEN
========================================================= */

@media (min-width: 1400px) {

    .charter-requirements {
        padding: 120px 0;
    }

    .charter-requirements__image {
        height: 650px;
    }

    .charter-requirements__content {
        padding-left: 80px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .charter-requirements__content {
        padding-left: 40px;
    }

    .charter-requirements__content h2 {
        font-size: 36px;
    }

    .charter-requirements__image {
        height: 570px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .charter-requirements {
        padding: 75px 0;
    }

    .charter-requirements__image {
        height: 450px;
        margin-bottom: 45px;
    }

    .charter-requirements__content {
        padding-left: 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .charter-requirements {
        padding: 60px 0;
    }

    .charter-requirements__image {
        height: 360px;
        border-radius: 4px;
    }

    .charter-requirements__image-label {
        left: 25px;
        bottom: 25px;
    }

    .charter-requirements__image-label strong {
        font-size: 23px;
    }

    .charter-requirements__content h2 {
        font-size: 30px;
    }

    .charter-requirements__intro {
        font-size: 14px;
    }

    .charter-requirements__item {
        min-height: 55px;
    }

    .charter-requirements__item h3 {
        font-size: 15px;
    }

}


/* =========================================================
   CHARTER BENEFITS V2
========================================================= */

.charter-benefits-v2 {
    position: relative;
    padding: 50px 0;
    background: #f5f8fb;
    overflow: hidden;
}


/* =========================================================
   HEADING
========================================================= */

.charter-benefits-v2__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 70px;

    margin-bottom: 55px;
}

.charter-benefits-v2__head > div {
    max-width: 650px;
}

.charter-benefits-v2__head > div > span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #174f8b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.charter-benefits-v2__head > div > span::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #ffd453;
}


.charter-benefits-v2__head h2 {
    margin: 0;

    color: #111d2d;

    font-size: 42px;
    line-height: 1.12;
    font-weight: 700;
}

.charter-benefits-v2__head h2 strong {
    color: #174f8b;
}

.charter-benefits-v2__head > p {
    max-width: 390px;

    margin: 0 0 4px;

    color: #444;

    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   GRID
========================================================= */

.charter-benefits-v2__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    border-top: 1px solid #dfe5eb;
    border-left: 1px solid #dfe5eb;
}


/* =========================================================
   PANEL
========================================================= */

.charter-benefit-v2 {
    position: relative;

    min-height: 230px;

    display: flex;
    align-items: flex-start;

    padding: 30px 40px;

    background: #ffffff;

    border-right: 1px solid #dfe5eb;
    border-bottom: 1px solid #dfe5eb;

    overflow: hidden;

    transition: all 450ms ease;
}


/* giant number */

.charter-benefit-v2__number {
    position: absolute;

    right: 28px;
    top: 18px;

    color: #eef2f5;

    font-size: 92px;
    line-height: 1;

    font-weight: 700;

    transition: all 450ms ease;
}


/* =========================================================
   BODY
========================================================= */

.charter-benefit-v2__body {
    position: relative;
    z-index: 2;

    max-width: 430px;

    padding-top: 18px;
}

.charter-benefit-v2__line {
    width: 45px;
    height: 3px;

    margin-bottom: 25px;

    background: #ffd453;

    transition: width 400ms ease;
}

.charter-benefit-v2 h3 {
    margin: 0 0 13px;

    color: #172333;

    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;

    transition: color 350ms ease;
}

.charter-benefit-v2 p {
    max-width: 390px;

    margin: 0;

    color: #444;

    font-size: 16px;
    line-height: 1.75;

    transition: color 350ms ease;
}


/* =========================================================
   ARROW
========================================================= */

.charter-benefit-v2__arrow {
    position: absolute;

    right: 35px;
    bottom: 32px;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #174f8b;

    border: 1px solid #dfe5eb;
    border-radius: 50%;

    font-size: 12px;

    transition: all 400ms ease;
}


/* =========================================================
   HOVER
========================================================= */

.charter-benefit-v2:hover {
    background: #174f8b;
    border-color: #174f8b;
}

.charter-benefit-v2:hover .charter-benefit-v2__number {
    color: rgba(255, 255, 255, 0.08);

    transform: translateY(-5px);
}

.charter-benefit-v2:hover .charter-benefit-v2__line {
    width: 75px;
}

.charter-benefit-v2:hover h3 {
    color: #ffffff;
}

.charter-benefit-v2:hover p {
    color: rgba(255, 255, 255, 0.72);
}

.charter-benefit-v2:hover .charter-benefit-v2__arrow {
    background: #ffd453;
    border-color: #ffd453;
    color: #111d2d;

    transform: translateX(4px);
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .charter-benefits-v2 {
        padding: 120px 0;
    }

    .charter-benefit-v2 {
        min-height: 285px;
        padding: 45px 48px;
    }

    .charter-benefits-v2__head h2 {
        font-size: 48px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .charter-benefits-v2 {
        padding: 80px 0;
    }

    .charter-benefits-v2__head {
        display: block;
    }

    .charter-benefits-v2__head > p {
        margin-top: 20px;
        max-width: 600px;
    }

    .charter-benefits-v2__head h2 {
        font-size: 38px;
    }

    .charter-benefit-v2 {
        min-height: 240px;
        padding: 30px;
    }

    .charter-benefit-v2 h3 {
        font-size: 21px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .charter-benefits-v2 {
        padding: 65px 0;
    }

    .charter-benefits-v2__head {
        margin-bottom: 40px;
    }

    .charter-benefits-v2__head h2 {
        font-size: 31px;
    }

    .charter-benefits-v2__head > p {
        font-size: 14px;
    }

    .charter-benefits-v2__grid {
        grid-template-columns: 1fr;
    }

    .charter-benefit-v2 {
        min-height: 220px;
        padding: 30px 25px;
    }

    .charter-benefit-v2__number {
        font-size: 75px;
    }

    .charter-benefit-v2 h3 {
        font-size: 20px;
    }

    .charter-benefit-v2__arrow {
        right: 25px;
        bottom: 25px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .charter-benefit-v2 {
        min-height: 210px;
    }

    .charter-benefit-v2__body {
        padding-right: 15px;
    }

    .charter-benefit-v2 h3 {
        font-size: 18px;
    }

    .charter-benefit-v2 p {
        font-size: 13px;
    }

}


/* =========================================================
   CTA
========================================================= */

.charter-cta {
    padding: 30px 0 30px;
    background: #ffffff;
}

.charter-cta__box {
    position: relative;
    min-height: 340px;

    display: flex;
    align-items: center;

    padding: 30px 40px;

    overflow: hidden;

    background: #174f8b;
    border-radius: 20px;

    box-shadow: 0 20px 50px rgba(23,79,139,.14);
}

.charter-cta__box::before {
    content: "";
    position: absolute;

    width: 430px;
    height: 430px;

    right: -170px;
    top: -190px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
}

.charter-cta__box::after {
    content: "";
    position: absolute;

    width: 300px;
    height: 300px;

    right: -105px;
    top: -125px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
}

.charter-cta__content {
    position: relative;
    z-index: 3;
    max-width: 720px;
}

.charter-cta__content > span {
    display: block;
    margin-bottom: 13px;

    color: #ffd453;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.charter-cta__content h2 {
    margin: 0 0 15px;

    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
}

.charter-cta__content h2 strong {
    color: #ffd453;
}

.charter-cta__content p {
    max-width: 680px;
    margin: 0 0 28px;

    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.75;
}

.charter-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;

    padding: 14px 22px;

    background: #ffd453;
    color: #111d2d;

    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    transition: all 350ms ease;
}

.charter-cta__btn i {
    font-size: 16px;
    transition: transform 300ms ease;
}

.charter-cta__btn:hover {
    background: #ffffff;
    color: #174f8b;
}

.charter-cta__btn:hover i {
    transform: translateX(5px);
}


/* Decorative plane */

.charter-cta__decoration {
    position: absolute;
    right: 90px;
    bottom: 55px;

    width: 180px;
    height: 180px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;

    color: rgba(255,255,255,.10);
    font-size: 90px;

    transform: rotate(-12deg);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .charter-intro__grid {
        gap: 50px;
    }

    .charter-intro__content h1 {
        font-size: 46px;
    }

    .charter-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 991px) {

    .charter-intro {
        padding: 75px 0;
    }

    .charter-intro__grid {
        grid-template-columns: 1fr;
    }

    .charter-intro__content {
        max-width: 700px;
    }

    .charter-intro__visual {
        max-width: 700px;
    }

    .charter-requirements__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .charter-requirement--wide {
        grid-column: span 2;
    }

    .charter-benefits__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .charter-benefits__heading > p {
        max-width: 600px;
    }

    .charter-cta__decoration {
        right: 30px;
        opacity: .5;
    }

}


@media (max-width: 767px) {

    .charter-intro,
    .charter-requirements,
    .charter-benefits {
        padding: 65px 0;
    }

    .charter-intro__content h1 {
        font-size: 38px;
    }

    .charter-intro__image {
        height: 360px;
    }

    .charter-intro__badge {
        width: 105px;
        height: 105px;
        bottom: 35px;
    }

    .charter-section-heading h2,
    .charter-benefits__heading h2 {
        font-size: 32px;
    }

    .charter-requirements__grid {
        grid-template-columns: 1fr;
    }

    .charter-requirement--wide {
        grid-column: span 1;
    }

    .charter-benefits__grid {
        grid-template-columns: 1fr;
    }

    .charter-benefit {
        min-height: auto;
    }

    .charter-cta {
        padding: 65px 0 75px;
    }

    .charter-cta__box {
        min-height: auto;
        padding: 45px 28px;
    }

    .charter-cta__content h2 {
        font-size: 32px;
    }

    .charter-cta__decoration {
        width: 130px;
        height: 130px;
        right: -40px;
        bottom: 25px;
        font-size: 60px;
        opacity: .25;
    }

}


@media (max-width: 575px) {

    .charter-intro__content h1 {
        font-size: 34px;
    }

    .charter-intro__content .charter-intro__lead {
        font-size: 16px;
    }

    .charter-intro__image {
        height: 300px;
    }

    .charter-intro__visual {
        padding: 10px;
    }

    .charter-intro__badge {
        left: -5px;
        bottom: 25px;
    }

    .charter-requirement {
        min-height: 115px;
        padding-left: 65px;
    }

    .charter-benefit {
        padding: 25px;
    }

    .charter-cta__content p {
        font-size: 14px;
    }

}

/***************************************************/


/* =========================================================
   AIR AMBULANCE INTRO
========================================================= */

.air-ambulance-intro {
    position: relative;
    padding: 50px 0;
    background: #f7f9fb;
    overflow: hidden;
}

.air-ambulance-intro::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -280px;
    top: -280px;
    border: 1px solid rgba(23, 79, 139, 0.07);
    border-radius: 50%;
}


/* Image */

.air-ambulance-intro__image {
    position: relative;
    height: 360px;
    overflow: hidden;
    border-radius: 6px;
}

.air-ambulance-intro__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 700ms ease;
}

.air-ambulance-intro__image:hover img {
    transform: scale(1.04);
}


/* image overlay */

.air-ambulance-intro__image::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(7, 25, 45, 0.72),
        transparent 55%
    );
}


/* Badge */

.air-ambulance-intro__badge {
    position: absolute;
    z-index: 2;

    left: 30px;
    bottom: 30px;

    display: flex;
    align-items: center;
    gap: 13px;

    padding: 14px 20px;

    background: rgba(255, 255, 255, 0.96);
    border-radius: 4px;
}

.air-ambulance-intro__badge-icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffd453;
    color: #174f8b;

    border-radius: 50%;

    font-size: 16px;
}

.air-ambulance-intro__badge strong {
    display: block;

    color: #172333;

    font-size: 14px;
    line-height: 1.3;
}

.air-ambulance-intro__badge div > span {
    display: block;

    margin-top: 3px;

    color: #444;

    font-size: 11px;
}


/* Content */

.air-ambulance-intro__content {
    padding-left: 30px;
    max-width: 620px;
}

.air-ambulance-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 18px;

    color: #174f8b;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.air-ambulance-label::before {
    content: "";

    width: 30px;
    height: 2px;

    background: #ffd453;
}


.air-ambulance-intro__content h1 {
    margin: 0 0 24px;

    color: #111d2d;

    font-size: 42px;
    line-height: 1.12;
    font-weight: 700;
}

.air-ambulance-intro__content h1 strong {
    display: block;
    color: #174f8b;
}


.air-ambulance-intro__content p {
    margin: 0 0 18px;

    color: #444;

    font-size: 15px;
    line-height: 1.8;
}


/* Button */

.air-ambulance-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    margin-top: 14px;
    padding: 15px 22px;

    background: #174f8b;
    color: #ffffff;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    border-radius: 3px;

    transition: all 350ms ease;
}

.air-ambulance-btn i {
    color: #ffd453;
    transition: transform 350ms ease;
}

.air-ambulance-btn:hover {
    background: #ffd453;
    color: #111d2d;
}

.air-ambulance-btn:hover i {
    color: #111d2d;
    transform: translateX(5px);
}


/* =========================================================
   AIR MEDICAL SOLUTIONS
========================================================= */

.air-medical-solutions {
    position: relative;
    padding: 50px 0;
    background: #e5f4ff;
    overflow: hidden;
}

.air-medical-solutions::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -240px;
    top: 80px;
    border: 1px solid rgba(23, 79, 139, 0.08);
    border-radius: 50%;
}

.air-medical-solutions::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -90px;
    bottom: -90px;
    border: 1px solid rgba(255, 212, 83, 0.35);
    border-radius: 50%;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.air-medical-solutions__layout {
    position: relative;
    z-index: 1;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 25px;

    align-items: start;
}


/* =========================================================
   LEFT INTRO
========================================================= */

.air-medical-solutions__intro {
    position: relative;
    /*top: 120px;*/
    padding-top: 10px;
}

.air-medical-solutions__eyebrow {
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 20px;

    color: #174f8b;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 2px;
}

.air-medical-solutions__eyebrow::before {
    content: "";

    width: 30px;
    height: 2px;

    background: #ffd453;
}


.air-medical-solutions__intro h2 {
    max-width: 500px;

    margin: 0 0 22px;

    color: #111d2d;

    font-size: 43px;
    line-height: 1.15;
    font-weight: 600;
}

.air-medical-solutions__intro h2 strong {
    display: block;
    color: #174f8b;
}


.air-medical-solutions__intro > p {
    max-width: 440px;

    margin: 0;

    color: #444;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   VISUAL ELEMENT
========================================================= */

.air-medical-solutions__visual img {
    /*position: relative;

    width: 130px;
    height: 145px;

    margin-top: 55px;

    display: flex;
    align-items: center;
    gap: 22px;*/
    border-radius: 20px;
    margin-top: 20px;
}

/*.air-medical-solutions__visual::before {
    content: "";

    position: absolute;

    width: 130px;
    height: 130px;

    left: 0;
    top: 5px;

    border: 1px solid #dbe4ed;
    border-radius: 50%;
}*/

/*.air-medical-solutions__visual::after {
    content: "";

    position: absolute;

    width: 90px;
    height: 90px;

    left: 20px;
    top: 25px;

    border: 1px dashed #ffd453;
    border-radius: 50%;
}*/


.air-medical-solutions__visual-circle {
    position: relative;
    z-index: 2;

    width: 72px;
    height: 72px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: 30px;

    background: #174f8b;
    color: #ffd453;

    border-radius: 50%;

    font-size: 24px;

    box-shadow: 0 12px 30px rgba(23, 79, 139, 0.18);
}


.air-medical-solutions__visual > span {
    position: relative;
    z-index: 3;

    color: #536273;

    font-size: 12px;
    line-height: 1.6;
}


/* =========================================================
   RIGHT LIST
========================================================= */

.air-medical-solutions__list {
    border-top: 1px solid #dce4eb;
}


/* =========================================================
   SINGLE ITEM
========================================================= */

.air-medical-solution-item {
    position: relative;

    display: grid;

    grid-template-columns: 80px 1fr;

    align-items: center;

    gap: 0px;

    min-height: 80px;

    padding: 12px 20px;

    background: #ffffff;

    border-bottom: 1px solid #dce4eb;

    transition: all 400ms ease;

    overflow: hidden;
}


/* left yellow hover line */

.air-medical-solution-item::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 3px;
    height: 0;

    background: #ffd453;

    transition: height 400ms ease;
}


/* number */

.air-medical-solution-item__number {
    color: #dce4eb;

    font-size: 27px;
    font-weight: 700;

    transition: color 350ms ease;
}


/* icon */

.air-medical-solution-item__icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f2f6f9;
    color: #174f8b;

    border-radius: 50%;

    font-size: 16px;

    transition: all 350ms ease;
}


/* content */

.air-medical-solution-item__content h3 {
    margin: 0;

    color: #172333;

    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;

    transition: color 350ms ease;
}


/* arrow */

.air-medical-solution-item__arrow {
    color: #c5ced7;

    font-size: 14px;

    transition: all 350ms ease;
}


/* =========================================================
   HOVER
========================================================= */

.air-medical-solution-item:hover {
    padding-left: 28px;

    background: #174f8b;

    box-shadow: 0 15px 35px rgba(23, 79, 139, 0.12);

    transform: translateX(5px);
}

.air-medical-solution-item:hover::before {
    height: 100%;
}

.air-medical-solution-item:hover
.air-medical-solution-item__number {
    color: rgba(255, 255, 255, 0.28);
}

.air-medical-solution-item:hover
.air-medical-solution-item__icon {
    background: #ffd453;
    color: #111d2d;
}

.air-medical-solution-item:hover
.air-medical-solution-item__content h3 {
    color: #ffffff;
}

.air-medical-solution-item:hover
.air-medical-solution-item__arrow {
    color: #ffd453;
    transform: translateX(5px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .air-medical-solutions__layout {
        gap: 50px;
    }

    .air-medical-solutions__intro h2 {
        font-size: 36px;
    }

    .air-medical-solution-item {
        grid-template-columns: 48px 52px 1fr 25px;
        gap: 15px;
    }

}


@media (max-width: 991px) {

    .air-medical-solutions {
        padding: 80px 0;
    }

    .air-medical-solutions__layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .air-medical-solutions__intro {
        position: relative;
        top: auto;
    }

    .air-medical-solutions__intro h2 {
        max-width: 650px;
    }

    .air-medical-solutions__intro > p {
        max-width: 650px;
    }

    .air-medical-solutions__visual {
        margin-top: 35px;
    }

}


@media (max-width: 767px) {

    .air-medical-solutions {
        padding: 65px 0;
    }

    .air-medical-solutions__intro h2 {
        font-size: 31px;
    }

    .air-medical-solutions__intro > p {
        font-size: 14px;
    }

    .air-medical-solution-item {
        grid-template-columns: 40px 48px 1fr;

        gap: 14px;

        min-height: 95px;

        padding: 16px;
    }

    .air-medical-solution-item__number {
        font-size: 21px;
    }

    .air-medical-solution-item__icon {
        width: 45px;
        height: 45px;
    }

    .air-medical-solution-item__content h3 {
        font-size: 15px;
    }

    .air-medical-solution-item__arrow {
        display: none;
    }

    .air-medical-solution-item:hover {
        padding-left: 20px;
    }

}


@media (max-width: 480px) {

    .air-medical-solution-item {
        grid-template-columns: 34px 42px 1fr;
        gap: 11px;
    }

    .air-medical-solution-item__number {
        font-size: 18px;
    }

    .air-medical-solution-item__icon {
        width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .air-medical-solution-item__content h3 {
        font-size: 14px;
    }

}


/* =========================================================
   OUR PRIORITY
========================================================= */

.air-ambulance-priority {
    padding: 50px 0;

    background: #f5f8fb;
}

.air-ambulance-priority__box {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;

    min-height: 350px;

    background: #174f8b;
}


/* left */

.air-ambulance-priority__left {
    position: relative;

    padding: 35px;

    background: #174f8b;

    overflow: hidden;
}

.air-ambulance-priority__left::after {
    content: "";

    position: absolute;

    width: 240px;
    height: 240px;

    right: -100px;
    bottom: -120px;

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 50%;
}

.air-ambulance-priority__left > span {
    display: block;

    margin-bottom: 18px;

    color: #ffd453;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.air-ambulance-priority__left h2 {
    max-width: 440px;

    margin: 0;

    color: #ffffff;

    font-size: 40px;
    line-height: 1.2;
}

.air-ambulance-priority__left h2 strong {
    display: block;
    color: #ffd453;
}


/* medical icon */

.air-ambulance-priority__medical-icon {
    position: absolute;

    right: 50px;
    bottom: 45px;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffd453;
    color: #174f8b;

    border-radius: 50%;

    font-size: 21px;
}


/* right */

.air-ambulance-priority__right {
    padding: 35px;

    background: #e5f4ff;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.air-ambulance-priority__right > p {
    max-width: 590px;

    margin: 0 0 30px;

    color: #333;

    font-size: 17px;
    line-height: 1.8;
}


/* points */

.air-ambulance-priority__points {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.air-ambulance-priority__points > div {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #172333;

    font-size: 17px;
    line-height: 1.4;
}

.air-ambulance-priority__points i {
    color: #174f8b;
}


/* =========================================================
   IMPORTANT NOTICE
========================================================= */

.air-ambulance-notice {
    padding: 0 0 40px;

    background: #f5f8fb;
}

.air-ambulance-notice__inner {
    display: flex;
    align-items: center;
    gap: 18px;

    padding: 22px 28px;

    background: #ffffff;

    border-left: 4px solid #ffd453;
}

.air-ambulance-notice__icon {
    width: 38px;
    height: 38px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #174f8b;
    color: #ffffff;

    border-radius: 50%;

    font-size: 13px;
}

.air-ambulance-notice__inner strong {
    display: block;

    margin-bottom: 4px;

    color: #172333;

    font-size: 20px;
}

.air-ambulance-notice__inner p {
    margin: 0;

    color: #111;

    font-size: 18px;
    line-height: 1.6;
}


/* =========================================================
   CTA
========================================================= */

.air-ambulance-cta {
    padding: 40px 0;

    background: #ffffff;
}

.air-ambulance-cta__inner {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 50px;

    padding: 35px 40px;

    background: #111d2d;

    overflow: hidden;
}

.air-ambulance-cta__inner::after {
    content: "";

    position: absolute;

    width: 330px;
    height: 330px;

    right: -160px;
    top: -190px;

    border: 1px solid rgba(255,212,83,0.2);

    border-radius: 50%;
}

.air-ambulance-cta__inner > div {
    position: relative;
    z-index: 2;
}

.air-ambulance-cta__inner > div > span {
    display: block;

    margin-bottom: 12px;

    color: #ffd453;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.air-ambulance-cta__inner h2 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 34px;
    line-height: 1.2;
}

.air-ambulance-cta__inner p {
    margin: 0;

    color: rgba(255,255,255,0.65);

    font-size: 14px;
    line-height: 1.7;
}


/* CTA Button */

.air-ambulance-cta__btn {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 18px;

    flex-shrink: 0;

    padding: 16px 24px;

    background: #ffd453;
    color: #111d2d;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    border-radius: 3px;

    transition: all 350ms ease;
}

.air-ambulance-cta__btn i {
    transition: transform 350ms ease;
}

.air-ambulance-cta__btn:hover {
    background: #ffffff;
}

.air-ambulance-cta__btn:hover i {
    transform: translateX(5px);
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .air-ambulance-intro {
        padding: 120px 0;
    }

    .air-ambulance-intro__image {
        height: 620px;
    }

    .air-ambulance-intro__content h1 {
        font-size: 50px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .air-ambulance-intro__content {
        padding-left: 45px;
    }

    .air-ambulance-intro__content h1 {
        font-size: 38px;
    }

    .air-ambulance-solutions__heading h2 {
        font-size: 36px;
    }

    .air-ambulance-priority__left,
    .air-ambulance-priority__right {
        padding: 40px;
    }

}


/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 991px) {

    .air-ambulance-intro {
        padding: 75px 0;
    }

    .air-ambulance-intro__image {
        height: 450px;
        margin-bottom: 45px;
    }

    .air-ambulance-intro__content {
        padding-left: 0;
        max-width: 700px;
    }

    .air-ambulance-solutions {
        padding: 75px 0;
    }

    .air-ambulance-solutions__heading {
        display: block;
    }

    .air-ambulance-solutions__heading > p {
        margin-top: 18px;
    }

    .air-ambulance-solutions__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .air-ambulance-solution--wide {
        grid-column: span 2;
    }

    .air-ambulance-priority {
        padding: 75px 0;
    }

    .air-ambulance-priority__box {
        grid-template-columns: 1fr;
    }

    .air-ambulance-priority__points {
        grid-template-columns: 1fr;
    }

    .air-ambulance-notice {
        padding-bottom: 70px;
    }

    .air-ambulance-cta {
        padding: 70px 0;
    }

    .air-ambulance-cta__inner {
        display: block;
        padding: 45px;
    }

    .air-ambulance-cta__btn {
        margin-top: 25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .air-ambulance-intro {
        padding: 60px 0;
    }

    .air-ambulance-intro__image {
        height: 360px;
    }

    .air-ambulance-intro__content h1 {
        font-size: 32px;
    }

    .air-ambulance-intro__content p {
        font-size: 14px;
    }

    .air-ambulance-solutions {
        padding: 60px 0;
    }

    .air-ambulance-solutions__heading h2 {
        font-size: 31px;
    }

    .air-ambulance-solutions__grid {
        grid-template-columns: 1fr;
    }

    .air-ambulance-solution,
    .air-ambulance-solution--wide {
        grid-column: span 1;
        min-height: 190px;
    }

    .air-ambulance-priority {
        padding: 60px 0;
    }

    .air-ambulance-priority__left,
    .air-ambulance-priority__right {
        padding: 35px 25px;
    }

    .air-ambulance-priority__left h2 {
        font-size: 30px;
    }

    .air-ambulance-priority__medical-icon {
        right: 25px;
        bottom: 25px;
    }

    .air-ambulance-notice {
        padding-bottom: 55px;
    }

    .air-ambulance-notice__inner {
        align-items: flex-start;
        padding: 20px;
    }

    .air-ambulance-cta {
        padding: 55px 0;
    }

    .air-ambulance-cta__inner {
        padding: 35px 25px;
    }

    .air-ambulance-cta__inner h2 {
        font-size: 27px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .air-ambulance-intro__image {
        height: 320px;
    }

    .air-ambulance-intro__badge {
        left: 18px;
        bottom: 18px;
        padding: 11px 14px;
    }

    .air-ambulance-intro__content h1 {
        font-size: 29px;
    }

    .air-ambulance-solution {
        padding: 25px;
    }

}
/****************************************************/


/* =========================================================
   TRAINING PROGRAMS
========================================================= */

.training-programs {
    position: relative;
    padding: 50px 0;
    background: #f7f9fb;
    overflow: hidden;
}


/* Decorative circles */

.training-programs::before {
    content: "";
    position: absolute;

    width: 420px;
    height: 420px;

    top: -220px;
    right: -180px;

    border: 1px solid rgba(23, 79, 139, 0.08);

    border-radius: 50%;
}

.training-programs::after {
    content: "";

    position: absolute;

    width: 240px;
    height: 240px;

    bottom: -150px;
    left: -120px;

    border: 1px solid rgba(255, 212, 83, 0.35);

    border-radius: 50%;
}


/* =========================================================
   HEADING
========================================================= */

.training-programs__heading {
    position: relative;
    z-index: 1;

    max-width: 850px;

    margin: 0 auto 30px;
}

.training-programs__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 18px;

    color: #174f8b;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 2px;
}

.training-programs__eyebrow::before,
.training-programs__eyebrow::after {
    content: "";

    width: 28px;
    height: 2px;

    background: #ffd453;
}


.training-programs__heading h2 {
    margin: 0 0 18px;

    color: #111d2d;

    font-size: 46px;
    line-height: 1.15;
    font-weight: 600;
}

.training-programs__heading h2 strong {
    color: #174f8b;
}


.training-programs__heading p {
    max-width: 700px;

    margin: 0 auto;

    color: #444;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   PROGRAM CARDS
========================================================= */

.training-programs__grid {
    position: relative;
    z-index: 1;
}


.training-program-card {
    position: relative;

    height: 100%;
    min-height: 370px;

    padding: 20px 15px 20px;
    border-radius: 10px;

    background: #ffffff;

    border: 1px solid #dfe6ec;

    overflow: hidden;

    transition: all 450ms ease;
}


/* Yellow side accent */

.training-program-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 4px;
    height: 0;

    background: #ffd453;

    transition: height 450ms ease;
}


/* Decorative large number */

.training-program-card::after {
    content: attr(data-number);

    position: absolute;

    right: -10px;
    bottom: -30px;

    color: rgba(23, 79, 139, 0.035);

    font-size: 150px;
    line-height: 1;

    font-weight: 700;

    pointer-events: none;
}


/* Hover */

.training-program-card:hover {
    transform: translateY(-7px);

    border-color: #ddd;

    box-shadow: 0 22px 50px rgba(22, 55, 85, 0.10);
}

.training-program-card:hover::before {
    height: 100%;
}


/* =========================================================
   CARD TOP
========================================================= */

.training-program-card__top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 20px;
}


.training-program-card__number {
    color: #dce4eb;

    font-size: 48px;
    line-height: 1;

    font-weight: 700;
}


.training-program-card__icon {
    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #174f8b;
    color: #ffffff;

    border-radius: 50%;

    font-size: 21px;

    transition: all 400ms ease;
}


.training-program-card:hover .training-program-card__icon {
    background: #ffd453;
    color: #111d2d;

    transform: rotate(-8deg);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.training-program-card__content {
    position: relative;
    z-index: 2;
}


.training-program-card__label {
    display: block;

    margin-bottom: 10px;

    color: #174f8b;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.5px;
}


.training-program-card__content h3 {
    max-width: 470px;

    margin: 0 0 14px;

    color: #172333;

    font-size: 23px;
    line-height: 1.3;
    font-weight: 600;
}


.training-program-card__content p {
    max-width: 500px;

    margin: 0;

    color: #444;

    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   CARD FOOTER
========================================================= */

.training-program-card__footer {
    position: absolute;

    left: 35px;
    right: 35px;
    bottom: 24px;

    display: flex;

    justify-content: space-between;
    align-items: center;

    padding-top: 15px;

    border-top: 1px solid #ddd;

    color: #0e3d86;

    font-size: 14px;
}


.training-program-card__footer i {
    color: #174f8b;

    transition: transform 350ms ease;
}


.training-program-card:hover .training-program-card__footer i {
    transform: translateX(6px);

    color: #111d2d;
}


/* =========================================================
   CAREER GUIDANCE
========================================================= */

.training-guidance {
    position: relative;
    z-index: 2;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 50px;

    margin-top: 70px;

    padding: 50px 55px;

    background: #174f8b;

    overflow: hidden;
}


/* Decorative circle */

.training-guidance::after {
    content: "";

    position: absolute;

    width: 330px;
    height: 330px;

    right: -170px;
    top: -190px;

    border: 1px solid rgba(255, 212, 83, 0.25);

    border-radius: 50%;
}


.training-guidance__content {
    position: relative;
    z-index: 2;

    max-width: 720px;
}


.training-guidance__eyebrow {
    display: block;

    margin-bottom: 12px;

    color: #ffd453;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 2px;
}


.training-guidance__content h2 {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
}


.training-guidance__content h2 strong {
    color: #ffd453;
}


.training-guidance__content p {
    max-width: 670px;

    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   GUIDANCE BUTTON
========================================================= */

.training-guidance__action {
    position: relative;
    z-index: 2;

    flex-shrink: 0;
}


.training-guidance__btn {
    display: inline-flex;

    align-items: center;
    gap: 18px;

    padding: 16px 24px;

    background: #ffd453;
    color: #111d2d;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;

    border-radius: 3px;

    transition: all 350ms ease;
}


.training-guidance__btn i {
    transition: transform 350ms ease;
}


.training-guidance__btn:hover {
    background: #ffffff;
    color: #111d2d;
}


.training-guidance__btn:hover i {
    transform: translateX(6px);
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .training-programs {
        padding: 120px 0;
    }

    .training-programs__heading h2 {
        font-size: 50px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .training-programs {
        padding: 80px 0;
    }

    .training-programs__heading h2 {
        font-size: 38px;
    }

    .training-guidance {
        display: block;

        padding: 42px;
    }

    .training-guidance__action {
        margin-top: 25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .training-programs {
        padding: 65px 0;
    }

    .training-programs__heading {
        margin-bottom: 40px;
    }

    .training-programs__heading h2 {
        font-size: 31px;
    }

    .training-programs__heading p {
        font-size: 14px;
    }

    .training-program-card {
        min-height: 310px;

        padding: 28px 25px 25px;
    }

    .training-program-card__top {
        margin-bottom: 32px;
    }

    .training-program-card__number {
        font-size: 40px;
    }

    .training-program-card__icon {
        width: 54px;
        height: 54px;

        font-size: 18px;
    }

    .training-program-card__content h3 {
        font-size: 20px;
    }

    .training-guidance {
        margin-top: 50px;

        padding: 35px 25px;
    }

    .training-guidance__content h2 {
        font-size: 27px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .training-program-card {
        min-height: 300px;
    }

    .training-program-card__footer {
        left: 25px;
        right: 25px;
    }

}

/******************************************/


/* =========================================================
   WHY FLYOLA PAGE
========================================================= */

.why-flyola-page {
    position: relative;
    padding: 50px 0 40px;
    background: #f7f9fb;
    overflow: hidden;
}


/* Decorative background */

.why-flyola-page::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -300px;
    right: -220px;
    border: 1px solid rgba(23, 79, 139, 0.07);
    border-radius: 50%;
}

.why-flyola-page::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -200px;
    left: -150px;
    border: 1px solid rgba(255, 212, 83, 0.20);
    border-radius: 50%;
}


/* =========================================================
   HEADING
========================================================= */

.why-flyola-page__heading {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 80px;
    align-items: end;

    margin-bottom: 60px;
}


.why-flyola-page__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 18px;

    color: #174f8b;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}


.why-flyola-page__eyebrow::before {
    content: "";

    width: 35px;
    height: 2px;

    background: #ffd453;
}


.why-flyola-page__heading h2 {
    max-width: 780px;

    margin: 0;

    color: #111d2d;

    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
}


.why-flyola-page__heading h2 span {
    color: #174f8b;
}


.why-flyola-page__heading-right {
    padding-bottom: 5px;
}


.why-flyola-page__heading-right p {
    margin: 0 0 14px;

    color: #444;

    font-size: 14px;
    line-height: 1.8;
}


.why-flyola-page__heading-right p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CARD GRID
========================================================= */

.why-flyola-page__grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid #dce4eb;
    border-left: 1px solid #dce4eb;
}


/* =========================================================
   CARD
========================================================= */

.why-flyola-page__card {
    position: relative;
    min-height: 300px;
    padding: 30px 30px 30px;
    background: #ffffff;
    border-right: 1px solid #dce4eb;
    border-bottom: 1px solid #dce4eb;
    overflow: hidden;
    transition: transform 400ms ease, box-shadow 400ms ease, background 400ms ease;
}


.why-flyola-page__card:hover {
    z-index: 2;
    transform: translateY(-6px);
    background: #ffffff;
    box-shadow: 0 25px 55px rgba(20, 55, 90, 0.12);
}


/* =========================================================
   CARD TOP
========================================================= */

.why-flyola-page__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 15px;
}


.why-flyola-page__number {
    color: #dce4eb;

    font-size: 48px;
    line-height: 1;

    font-weight: 700;

    transition: color 350ms ease;
}


.why-flyola-page__icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #174f8b;
    color: #ffffff;

    font-size: 19px;

    transition: all 400ms ease;
}


.why-flyola-page__card:hover .why-flyola-page__icon {
    background: #ffd453;
    color: #111d2d;

    transform: rotate(-8deg);
}


.why-flyola-page__card:hover .why-flyola-page__number {
    color: #cbd8e4;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.why-flyola-page__card-content {
    position: relative;
    z-index: 2;
}


.why-flyola-page__label {
    display: block;

    margin-bottom: 9px;

    color: #174f8b;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 1.6px;
}


.why-flyola-page__card-content h3 {
    margin: 0 0 13px;

    color: #172333;

    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}


.why-flyola-page__card-content p {
    max-width: 400px;

    margin: 0;

    color: #444;

    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   CARD BOTTOM LINE
========================================================= */

.why-flyola-page__card-line {
    position: absolute;

    left: 34px;
    bottom: 0;

    width: 42px;
    height: 3px;

    background: #ffd453;

    transition: width 400ms ease;
}


.why-flyola-page__card:hover .why-flyola-page__card-line {
    width: 85px;
}


/* =========================================================
   CTA
========================================================= */

.why-flyola-page__cta {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;

    gap: 24px;

    margin-top: 55px;
    padding: 32px 38px;

    background: #174f8b;

    overflow: hidden;
}


.why-flyola-page__cta::after {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    right: -130px;
    top: -170px;

    border: 1px solid rgba(255, 212, 83, 0.25);

    border-radius: 50%;
}


.why-flyola-page__cta-icon {
    position: relative;
    z-index: 2;

    width: 58px;
    height: 58px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffd453;
    color: #111d2d;

    border-radius: 50%;

    font-size: 20px;
}


.why-flyola-page__cta-content {
    position: relative;
    z-index: 2;

    flex: 1;
}


.why-flyola-page__cta-content span {
    display: block;

    margin-bottom: 5px;

    color: #ffd453;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 1.8px;
}


.why-flyola-page__cta-content h3 {
    margin: 0;

    color: #ffffff;

    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
}


.why-flyola-page__cta-btn {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 16px;

    flex-shrink: 0;

    padding: 14px 22px;

    background: #ffd453;
    color: #111d2d;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;

    transition: all 350ms ease;
}


.why-flyola-page__cta-btn i {
    transition: transform 350ms ease;
}


.why-flyola-page__cta-btn:hover {
    background: #ffffff;
    color: #111d2d;
}


.why-flyola-page__cta-btn:hover i {
    transform: translateX(6px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .why-flyola-page__heading {
        gap: 50px;
    }

    .why-flyola-page__heading h2 {
        font-size: 40px;
    }

    .why-flyola-page__card {
        padding: 28px 28px 38px;
    }

    .why-flyola-page__card-line {
        left: 28px;
    }

}


@media (max-width: 991px) {

    .why-flyola-page {
        padding: 80px 0;
    }

    .why-flyola-page__heading {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 45px;
    }

    .why-flyola-page__heading h2 {
        max-width: 700px;
        font-size: 38px;
    }

    .why-flyola-page__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-flyola-page__cta {
        flex-wrap: wrap;
    }

}


@media (max-width: 767px) {

    .why-flyola-page {
        padding: 65px 0;
    }

    .why-flyola-page__heading h2 {
        font-size: 31px;
    }

    .why-flyola-page__grid {
        grid-template-columns: 1fr;
    }

    .why-flyola-page__card {
        min-height: 290px;
    }

    .why-flyola-page__card-top {
        margin-bottom: 35px;
    }

    .why-flyola-page__number {
        font-size: 40px;
    }

    .why-flyola-page__card-content h3 {
        font-size: 20px;
    }

    .why-flyola-page__cta {
        align-items: flex-start;
        padding: 30px 25px;
    }

    .why-flyola-page__cta-content h3 {
        font-size: 21px;
    }

    .why-flyola-page__cta-btn {
        width: 100%;
        justify-content: center;
    }

}


@media (max-width: 420px) {

    .why-flyola-page__heading h2 {
        font-size: 28px;
    }

    .why-flyola-page__card {
        padding: 27px 24px 35px;
    }

    .why-flyola-page__card-line {
        left: 24px;
    }

}

/**********************************************************/

/* =========================================================
   OUR FLEET
========================================================= */

.fleet-page {
    position: relative;

    padding: 50px 0 40px;

    background: #f7f9fb;

    overflow: hidden;
}


/* Decorative background */

.fleet-page::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    top: -300px;
    right: -200px;

    border: 1px solid rgba(23, 79, 139, 0.07);

    border-radius: 50%;
}

.fleet-page::after {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    bottom: -170px;
    left: -130px;

    border: 1px solid rgba(255, 212, 83, 0.25);

    border-radius: 50%;
}


/* =========================================================
   INTRO
========================================================= */

.fleet-page__intro {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 80px;

    align-items: end;

    margin-bottom: 60px;
}


.fleet-page__eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 18px;

    color: #174f8b;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;
}


.fleet-page__eyebrow::before {
    content: "";

    width: 35px;
    height: 2px;

    background: #ffd453;
}


.fleet-page__intro-left h2 {
    max-width: 700px;

    margin: 0;

    color: #111d2d;

    font-size: 42px;

    line-height: 1.15;

    font-weight: 600;
}


.fleet-page__intro-left h2 span {
    color: #174f8b;
}


.fleet-page__intro-right {
    padding-bottom: 5px;
}


.fleet-page__intro-right p {
    margin: 0 0 14px;

    color: #444;

    font-size: 15px;

    line-height: 1.8;
}


.fleet-page__intro-right p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   FLEET GRID
========================================================= */

.fleet-page__grid {
    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
}


/* =========================================================
   FLEET CARD
========================================================= */

.fleet-card {
    position: relative;

    background: #ffffff;

    border: 1px solid #dce4eb;

    overflow: hidden;

    transition: all 450ms ease;
}


.fleet-card:hover {
    transform: translateY(-7px);
    border-color: #cdd9e4;
    box-shadow: 0 5px 15px rgba(20, 55, 90, 0.12);
}


/* =========================================================
   IMAGE
========================================================= */

.fleet-card__image {
    position: relative;

    height: 280px;

    overflow: hidden;

    background: #eaf0f5;
}


.fleet-card__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 700ms ease;
}


.fleet-card:hover .fleet-card__image img {
    transform: scale(1.06);
}


/* Image overlay */

.fleet-card__image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(7, 20, 35, 0.02),
        rgba(7, 20, 35, 0.45)
    );

    pointer-events: none;
}


/* =========================================================
   NUMBER
========================================================= */

.fleet-card__number {
    position: absolute;

    top: 20px;
    left: 22px;

    z-index: 3;

    color: rgba(255, 255, 255, 0.75);

    font-size: 38px;

    line-height: 1;

    font-weight: 700;
}


/* =========================================================
   ICON
========================================================= */

.fleet-card__icon {
    position: absolute;

    right: 22px;
    bottom: 20px;

    z-index: 3;

    width: 56px;
    height: 56px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #ffd453;

    color: #111d2d;

    border-radius: 50%;

    font-size: 19px;

    transition: all 400ms ease;
}


.fleet-card:hover .fleet-card__icon {
    background: #174f8b;

    color: #ffffff;

    transform: rotate(-8deg);
}


/* =========================================================
   CONTENT
========================================================= */

.fleet-card__content {
    padding: 30px 30px 30px;
}


.fleet-card__label {
    display: block;

    margin-bottom: 9px;

    color: #174f8b;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.7px;
}


.fleet-card__content h3 {
    margin: 0 0 12px;

    color: #172333;

    font-size: 23px;

    line-height: 1.3;

    font-weight: 600;
}


.fleet-card__content p {
    max-width: 560px;

    margin: 0;

    color: #444;

    font-size: 14px;

    line-height: 1.75;
}


/* Bottom yellow line */

.fleet-card__line {
    position: absolute;

    left: 32px;

    bottom: 0;

    width: 45px;

    height: 3px;

    background: #ffd453;

    transition: width 400ms ease;
}


.fleet-card:hover .fleet-card__line {
    width: 90px;
}


/* =========================================================
   CTA
========================================================= */

.fleet-page__cta {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 50px;

    margin-top: 65px;

    padding: 48px 55px;

    background: #174f8b;

    overflow: hidden;
}


/* CTA decorative circle */

.fleet-page__cta::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    right: -170px;
    top: -200px;

    border: 1px solid rgba(255, 212, 83, 0.25);

    border-radius: 50%;
}


.fleet-page__cta-left {
    position: relative;

    z-index: 2;

    max-width: 700px;
}


.fleet-page__cta-left > span {
    display: block;

    margin-bottom: 10px;

    color: #ffd453;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;
}


.fleet-page__cta-left h2 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 34px;

    line-height: 1.2;

    font-weight: 600;
}


.fleet-page__cta-left h2 strong {
    color: #ffd453;
}


.fleet-page__cta-left p {
    max-width: 650px;

    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 14px;

    line-height: 1.75;
}


/* CTA button */

.fleet-page__cta-right {
    position: relative;

    z-index: 2;

    flex-shrink: 0;
}


.fleet-page__cta-btn {
    display: inline-flex;

    align-items: center;

    gap: 18px;

    padding: 16px 25px;

    background: #ffd453;

    color: #111d2d;

    text-decoration: none;

    font-size: 13px;

    font-weight: 700;

    transition: all 350ms ease;
}


.fleet-page__cta-btn i {
    transition: transform 350ms ease;
}


.fleet-page__cta-btn:hover {
    background: #ffffff;

    color: #111d2d;
}


.fleet-page__cta-btn:hover i {
    transform: translateX(6px);
}


/* =========================================================
   NOTE
========================================================= */

.fleet-page__note {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: flex-start;

    gap: 14px;

    margin-top: 22px;

    padding: 18px 20px;

    background: #e0e7ef;

    border: 1px solid #e1e7ec;
}


.fleet-page__note > i {
    flex-shrink: 0;

    margin-top: 3px;

    color: #174f8b;

    font-size: 18px;
}


.fleet-page__note p {
    margin: 0;

    color: #111;

    font-size: 17px;

    line-height: 1.7;
}


.fleet-page__note strong {
    color: #263545;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .fleet-page {
        padding: 80px 0;
    }

    .fleet-page__intro {
        grid-template-columns: 1fr;

        gap: 20px;

        margin-bottom: 45px;
    }

    .fleet-page__intro-left h2 {
        font-size: 40px;
    }

    .fleet-page__cta {
        display: block;

        padding: 42px;
    }

    .fleet-page__cta-right {
        margin-top: 25px;
    }

}


@media (max-width: 767px) {

    .fleet-page {
        padding: 65px 0;
    }

    .fleet-page__intro-left h2 {
        font-size: 31px;
    }

    .fleet-page__grid {
        grid-template-columns: 1fr;

        gap: 22px;
    }

    .fleet-card__image {
        height: 240px;
    }

    .fleet-card__content {
        padding: 27px 25px 35px;
    }

    .fleet-card__content h3 {
        font-size: 21px;
    }

    .fleet-card__line {
        left: 25px;
    }

    .fleet-page__cta {
        margin-top: 45px;

        padding: 35px 25px;
    }

    .fleet-page__cta-left h2 {
        font-size: 27px;
    }

    .fleet-page__cta-btn {
        width: 100%;

        justify-content: center;
    }

}


@media (max-width: 420px) {

    .fleet-card__image {
        height: 210px;
    }

    .fleet-card__number {
        font-size: 32px;
    }

}

/********************************************/


/* =========================================================
   COMMERCIAL PILOT LICENCE
========================================================= */

.cpl-page {
    padding: 50px 0 30px;
    background: #ffffff;
}


/* =========================================================
   COMMON LABEL
========================================================= */

.cpl-page .air-ambulance-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 18px;

    color: #174f8b;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.cpl-page .air-ambulance-label::before {
    content: "";

    width: 35px;
    height: 2px;

    background: #ffd453;
}


/* =========================================================
   INTRO
========================================================= */

/*.cpl-intro {
    margin-bottom: 100px;
}*/


.cpl-intro__content {
    max-width: 650px;
}


.cpl-intro__content h1 {
    margin: 0 0 25px;

    color: #111d2d;

    font-size: 48px;
    line-height: 1.15;
    font-weight: 600;
}


.cpl-intro__content h1 strong {
    color: #174f8b;
}


.cpl-intro__text {
    max-width: 610px;

    margin: 0 0 17px;

    color: #444;

    font-size: 15px;
    line-height: 1.85;
}


.cpl-intro__text:last-child {
    margin-bottom: 0;
}


/* Image */

.cpl-intro__image {
    position: relative;

    height: 500px;

    border-radius: 10px;
    margin-left: 35px;

    overflow: hidden;

    background: #e9f0f5;
}


.cpl-intro__image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        180deg,
        rgba(10, 30, 50, 0) 45%,
        rgba(10, 30, 50, .58) 100%
    );
}


.cpl-intro__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 700ms ease;
}


.cpl-intro__image:hover img {
    transform: scale(1.05);
}


/* Badge */

.cpl-intro__badge {
    position: absolute;

    left: 28px;
    bottom: 28px;

    z-index: 2;

    display: grid;

    grid-template-columns: auto 1fr;

    column-gap: 12px;

    align-items: center;

    padding: 15px 20px;

    background: #ffffff;
}


.cpl-intro__badge span {
    grid-row: span 2;

    color: #ffd453;

    font-size: 18px;
    font-weight: 700;
}


.cpl-intro__badge strong {
    color: #174f8b;

    font-size: 17px;
}


.cpl-intro__badge small {
    color: #444;

    font-size: 10px;
    letter-spacing: .7px;
}


/* =========================================================
   CPL TRAINING APPROACH V2
========================================================= */

.cpl-approach-v2 {
    /*margin-top: 90px;*/

    background: #fff;

    overflow: hidden;
}


/* =========================================================
   LEFT ROADMAP
========================================================= */

.cpl-approach-v2__roadmap {
    position: relative;

    height: 100%;
    min-height: 480px;

    padding: 55px 45px;

    background: #174f8b;

    overflow: hidden;
}


.cpl-approach-v2__roadmap::before {
    content: "";

    position: absolute;

    width: 330px;
    height: 330px;

    left: -180px;
    bottom: -170px;

    border: 1px solid rgba(255, 255, 255, .10);

    border-radius: 50%;
}


.cpl-approach-v2__roadmap::after {
    content: "";

    position: absolute;

    width: 230px;
    height: 230px;

    right: -130px;
    top: -120px;

    border: 1px solid rgba(255, 212, 83, .20);

    border-radius: 50%;
}


.cpl-approach-v2__roadmap-label {
    position: relative;

    z-index: 2;

    display: block;

    margin-bottom: 45px;

    color: #ffd453;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================================
   ROADMAP LINE
========================================================= */

.cpl-approach-v2__roadmap-line {
    position: absolute;

    left: 73px;
    top: 153px;

    width: 1px;
    height: 235px;

    background: rgba(255, 255, 255, .30);
}


/* =========================================================
   ROADMAP STEP
========================================================= */

.cpl-approach-v2__step {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 25px;

    margin-bottom: 35px;
}


.cpl-approach-v2__step > span {
    width: 56px;
    height: 56px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, .90);

    border: 1px solid rgba(255, 255, 255, .90);

    border-radius: 50%;

    color: rgba(0, 0, 0, .80);

    font-size: 12px;

    font-weight: 700;

    transition: all 350ms ease;
}


.cpl-approach-v2__step--active > span {
    background: #ffd453;

    border-color: #ffd453;

    color: #111d2d;
}


.cpl-approach-v2__step strong {
    display: block;

    margin-bottom: 0px;

    color: #ffffff;

    font-size: 28px;

    font-weight: 600;
}


.cpl-approach-v2__step small {
    display: block;

    max-width: 190px;

    color: rgba(255, 255, 255, .90);

    font-size: 14px;

    line-height: 1.5;
}


/* =========================================================
   PLANE
========================================================= */

.cpl-approach-v2__plane {
    position: absolute;

    right: 38px;
    bottom: 35px;

    z-index: 2;

    color: rgba(255, 255, 255, .08);

    font-size: 75px;

    transform: rotate(-10deg);
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.cpl-approach-v2__content {
    min-height: 480px;

    padding: 55px 60px;
}


.cpl-approach-v2__content .air-ambulance-label {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 18px;

    color: #174f8b;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;
}


.cpl-approach-v2__content .air-ambulance-label::before {
    content: "";

    width: 35px;
    height: 2px;

    background: #ffd453;
}


.cpl-approach-v2__content h2 {
    max-width: 650px;

    margin: 0 0 20px;

    color: #111d2d;

    font-size: 42px;

    line-height: 1.15;

    font-weight: 600;
}


.cpl-approach-v2__content h2 strong {
    color: #174f8b;
}


.cpl-approach-v2__description {
    max-width: 680px;

    margin: 0 0 25px;

    color: #444;

    font-size: 14px;

    line-height: 1.85;
}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.cpl-approach-v2__highlights {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 12px;

    margin-bottom: 25px;
}


.cpl-approach-v2__highlights > div {
    min-height: 100px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 12px;

    padding: 18px;

    background: #f5f8fb;

    border: 1px solid #ddd;

    transition: all 350ms ease;
}


.cpl-approach-v2__highlights > div:hover {
    border-color: #174f8b;

    transform: translateY(-4px);
}


.cpl-approach-v2__highlights i {
    color: #174f8b;

    font-size: 18px;
}


.cpl-approach-v2__highlights span {
    color: #263545;

    font-size: 18px;

    line-height: 1.45;

    font-weight: 600;
}


/* =========================================================
   IMPORTANT NOTE
========================================================= */

.cpl-approach-v2__note {
    display: flex;

    align-items: flex-start;

    gap: 14px;

    padding: 17px 20px;

    background: #fffaf0;

    border-left: 3px solid #ffd453;
}


.cpl-approach-v2__note-icon {
    width: 28px;
    height: 28px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #ffd453;

    color: #111d2d;

    border-radius: 50%;

    font-size: 14px;
}


.cpl-approach-v2__note strong {
    display: block;

    margin-bottom: 3px;

    color: #263545;

    font-size: 15px;
}


.cpl-approach-v2__note p {
    margin: 0;

    color: #444;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .cpl-approach-v2__roadmap {
        padding: 45px 30px;
    }

    .cpl-approach-v2__content {
        padding: 45px 40px;
    }

    .cpl-approach-v2__roadmap-line {
        left: 58px;
    }

}


@media (max-width: 991px) {

    .cpl-approach-v2 {
        margin-top: 70px;
    }

    .cpl-approach-v2__roadmap {
        min-height: 400px;
    }

    .cpl-approach-v2__content {
        min-height: auto;
    }

}


@media (max-width: 767px) {

    .cpl-approach-v2 {
        margin-top: 55px;
    }

    .cpl-approach-v2__roadmap {
        min-height: 390px;

        padding: 40px 25px;
    }

    .cpl-approach-v2__roadmap-line {
        left: 53px;
    }

    .cpl-approach-v2__step {
        gap: 18px;
    }

    .cpl-approach-v2__step > span {
        width: 50px;
        height: 50px;
    }

    .cpl-approach-v2__content {
        padding: 40px 25px;
    }

    .cpl-approach-v2__content h2 {
        font-size: 32px;
    }

    .cpl-approach-v2__highlights {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 420px) {

    .cpl-approach-v2__roadmap {
        padding: 35px 20px;
    }

    .cpl-approach-v2__roadmap-line {
        left: 48px;
    }

    .cpl-approach-v2__step > span {
        width: 46px;
        height: 46px;
    }

    .cpl-approach-v2__step strong {
        font-size: 16px;
    }

    .cpl-approach-v2__plane {
        font-size: 55px;
        right: 20px;
    }

}

/* =========================================================
   CTA
========================================================= */

.cpl-cta {
    position: relative;

    padding: 50px 0;

    background: #174f8b;

    overflow: hidden;
}


.cpl-cta::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -230px;
    top: -250px;

    border: 1px solid rgba(255, 212, 83, .2);

    border-radius: 50%;
}


.cpl-cta::after {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    left: -130px;
    bottom: -160px;

    border: 1px solid rgba(255, 255, 255, .08);

    border-radius: 50%;
}


.cpl-cta__inner {
    position: relative;
    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 50px;
}


.cpl-cta__content {
    max-width: 700px;
}


.cpl-cta__content > span {
    display: block;

    margin-bottom: 12px;

    color: #ffd453;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;
}


.cpl-cta__content h2 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 38px;

    line-height: 1.2;
}


.cpl-cta__content h2 strong {
    color: #ffd453;
}


.cpl-cta__content p {
    max-width: 620px;

    margin: 0;

    color: rgba(255,255,255,.89);

    font-size: 15px;

    line-height: 1.8;
}


.cpl-cta__button {
    flex-shrink: 0;
}


.cpl-cta__button a {
    display: inline-flex;

    align-items: center;

    gap: 20px;

    padding: 17px 25px;

    background: #ffd453;

    color: #111d2d;

    text-decoration: none;

    font-size: 13px;

    font-weight: 700;

    transition: all 350ms ease;
}


.cpl-cta__button a i {
    transition: transform 350ms ease;
}


.cpl-cta__button a:hover {
    background: #ffffff;
}


.cpl-cta__button a:hover i {
    transform: translateX(6px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .cpl-page {
        padding: 75px 0;
    }

    .cpl-intro {
        margin-bottom: 75px;
    }

    .cpl-intro__image {
        height: 400px;

        margin: 35px 0 0;
    }

    .cpl-development {
        margin-bottom: 75px;
    }

    .cpl-approach__visual {
        height: 300px;
    }

    .cpl-approach__content {
        padding: 40px;
    }

    .cpl-cta__inner {
        display: block;
    }

    .cpl-cta__button {
        margin-top: 30px;
    }

}


@media (max-width: 767px) {

    .cpl-page {
        padding: 60px 0;
    }

    .cpl-intro {
        margin-bottom: 60px;
    }

    .cpl-intro__content h1 {
        font-size: 34px;
    }

    .cpl-development__heading h2 {
        font-size: 32px;
    }

    .cpl-development__item {
        min-height: 160px;

        padding: 25px;
    }

    .cpl-approach__content {
        padding: 35px 25px;
    }

    .cpl-approach__content h2 {
        font-size: 30px;
    }

    .cpl-approach__points {
        display: block;
    }

    .cpl-approach__points > div {
        margin-bottom: 10px;
    }

    .cpl-cta {
        padding: 55px 0;
    }

    .cpl-cta__content h2 {
        font-size: 30px;
    }

    .cpl-cta__button a {
        width: 100%;
        justify-content: center;
    }

}


@media (max-width: 480px) {

    .cpl-intro__image {
        height: 320px;
    }

    .cpl-intro__badge {
        left: 15px;
        bottom: 15px;
    }

    .cpl-development__item h3 {
        font-size: 16px;
    }

    .cpl-approach__visual {
        height: 250px;
    }

    .cpl-approach__big-number {
        font-size: 75px;
    }

}

/********************************************/

/* =========================================================
   CPL DEVELOPMENT V2
========================================================= */

.cpl-development-v2 {
    padding: 50px 0;
    background: #f6f8fa;
}


/* =========================================================
   IMAGE
========================================================= */

.cpl-development-v2__image {
    position: relative;
    height: 100%;
    min-height: 680px;
    border-radius: 10px;
    overflow: hidden;
    background: #172333;
}


.cpl-development-v2__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    transition: transform 700ms ease;
}


.cpl-development-v2__image:hover img {
    transform: scale(1.05);
}


.cpl-development-v2__image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(8, 20, 34, .85) 0%,
            rgba(8, 20, 34, .20) 55%,
            rgba(8, 20, 34, .05) 100%
        );
}


/* =========================================================
   IMAGE CONTENT
========================================================= */

.cpl-development-v2__image-overlay {
    position: absolute;

    left: 35px;
    right: 35px;
    bottom: 38px;

    z-index: 2;
}


.cpl-development-v2__image-overlay > span {
    display: block;

    margin-bottom: 12px;

    color: #ffd453;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}


.cpl-development-v2__image-overlay h3 {
    max-width: 400px;

    margin: 0;

    color: #ffffff;

    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
}


.cpl-development-v2__image-overlay h3 strong {
    display: block;
    color: #ffd453;
    font-weight: 600;
}


/* Big number */

.cpl-development-v2__image-number {
    position: absolute;

    top: 25px;
    right: 25px;

    z-index: 2;

    color: rgba(255,255,255,.12);

    font-size: 90px;
    line-height: 1;
    font-weight: 700;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.cpl-development-v2__content {
    height: 100%;
    padding: 15px 0 15px 55px;
}


.cpl-development-v2__content .air-ambulance-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 16px;

    color: #174f8b;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}


.cpl-development-v2__content .air-ambulance-label::before {
    content: "";

    width: 35px;
    height: 2px;

    background: #ffd453;
}


.cpl-development-v2__content > h2 {
    margin: 0 0 14px;

    color: #111d2d;

    font-size: 42px;
    line-height: 1.15;
    font-weight: 600;
}


.cpl-development-v2__content > h2 strong {
    color: #174f8b;
}


.cpl-development-v2__intro {
    max-width: 600px;

    margin: 0 0 32px;

    color: #444;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   POINTS
========================================================= */

.cpl-development-v2__points {
    border-top: 1px solid #dce4eb;
}


.cpl-development-v2__point {
    position: relative;

    min-height: 70px;

    display: flex;
    align-items: center;

    gap: 18px;

    padding: 10px 15px 10px 0;

    border-bottom: 1px solid #dce4eb;

    transition: all 350ms ease;
}


.cpl-development-v2__point::before {
    content: "";

    position: absolute;

    left: -55px;
    top: 0;

    width: 3px;
    height: 0;

    background: #ffd453;

    transition: height 350ms ease;
}


.cpl-development-v2__point:hover {
    padding-left: 10px;

    background: #ffffff;
}


.cpl-development-v2__point:hover::before {
    height: 100%;
}


/* Number */

.cpl-development-v2__number {
    width: 32px;

    flex-shrink: 0;

    color: #b9c5d0;

    font-size: 12px;
    font-weight: 700;

    transition: color 300ms ease;
}


.cpl-development-v2__point:hover .cpl-development-v2__number {
    color: #174f8b;
}


/* Icon */

.cpl-development-v2__icon {
    width: 40px;
    height: 40px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dce4eb;

    border-radius: 50%;

    background: #ffffff;

    color: #174f8b;

    font-size: 14px;

    transition: all 350ms ease;
}


.cpl-development-v2__point:hover .cpl-development-v2__icon {
    background: #174f8b;

    border-color: #174f8b;

    color: #ffffff;

    transform: scale(1.05);
}


/* Text */

.cpl-development-v2__text {
    flex: 1;
}


.cpl-development-v2__text h3 {
    margin: 0;

    color: #263545;

    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;

    transition: color 300ms ease;
}


.cpl-development-v2__point:hover .cpl-development-v2__text h3 {
    color: #174f8b;
}


/* Arrow */

.cpl-development-v2__arrow {
    color: #174f8b;

    font-size: 13px;

    opacity: 0;

    transform: translateX(-8px);

    transition: all 350ms ease;
}


.cpl-development-v2__point:hover .cpl-development-v2__arrow {
    opacity: 1;

    transform: translateX(0);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .cpl-development-v2__content {
        padding-left: 40px;
    }

    .cpl-development-v2__point::before {
        left: -40px;
    }

    .cpl-development-v2__content > h2 {
        font-size: 36px;
    }

}


@media (max-width: 991px) {

    .cpl-development-v2 {
        padding: 75px 0;
    }

    .cpl-development-v2__image {
        min-height: 450px;
        height: 450px;
        margin-bottom: 45px;
    }

    .cpl-development-v2__content {
        padding: 0;
    }

    .cpl-development-v2__point::before {
        left: 0;
    }

}


@media (max-width: 767px) {

    .cpl-development-v2 {
        padding: 60px 0;
    }

    .cpl-development-v2__image {
        height: 380px;
        min-height: 380px;
    }

    .cpl-development-v2__image-overlay {
        left: 25px;
        right: 25px;
        bottom: 25px;
    }

    .cpl-development-v2__image-overlay h3 {
        font-size: 25px;
    }

    .cpl-development-v2__content > h2 {
        font-size: 31px;
    }

    .cpl-development-v2__point {
        gap: 12px;
        min-height: 68px;
    }

    .cpl-development-v2__number {
        width: 25px;
    }

    .cpl-development-v2__icon {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .cpl-development-v2__text h3 {
        font-size: 14px;
    }

}


@media (max-width: 480px) {

    .cpl-development-v2__image {
        height: 320px;
        min-height: 320px;
    }

    .cpl-development-v2__image-number {
        font-size: 65px;
    }

    .cpl-development-v2__point {
        padding-right: 5px;
    }

    .cpl-development-v2__arrow {
        display: none;
    }

}

/***********************************/