@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');
/*1st section start*/
  .hero-section {
  /*position: relative;*/
  height: 100vh;
  overflow: hidden;
  color: #fff;
}
.anim {
  transform: scale(0.5);
  opacity: 0;
}

  html {
    scroll-behavior: smooth;
  }

/*.gap_topp {*/
/*    margin-top: 6%;*/
/*}*/

.tophmar {
    margin-top: 100vh;
}


.text_arrea_blog {
    padding-top: 25px;
}
.gapB {
    padding-bottom: 12px;
}
.blogDtails-image {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

    .video-layer {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 10;
      display: flex;
      transition: transform 0.5s ease-out;
      overflow: hidden;
    }
    .video-half {
      width: 50%;
      height: 100%;
      overflow: hidden;
      position: relative;
      transition: transform 0.5s ease-out;
    }
    .video-half video {
      width: 200%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
    }
    .left-half video { left: 0; }
    .right-half video { right: 0; }

    .video-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 200px;
      height: auto;
      transform: translate(-50%, -50%);
      z-index: 11;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .video-half.left-half .video-logo {
      left: 80.5%;
    }
    .video-half.right-half .video-logo {
      left: 19%;
    }
    
    

    .secinner_section {
  transition: all 0.3s ease;
    }

    .scroll-indicator {
      position: fixed;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 12;
      color: white;
      font-size: 1rem;
      text-align: center;
      transition: opacity 0.3s ease;
    }

    .scroll-indicator .scroll-arrow {
      font-size: 2rem;
      margin-top: 0.3rem;
      animation: bounce 1s infinite;
    }

    @keyframes bounce {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(8px); }
    }
    .holdSection {
        width: 100%;
    }

.hero-section {
    z-index: 1;
}



.holdSection {
  opacity: 0;
/*  transform: tr*/anslateY(40px);
/*  transition: o*/pacity 0.8s ease, transform 0.8s ease;
/* */ will-change: opacity, transform;
}

.holdSection.visible {
  opacity: 1;
  transform: translateY(0);
}






















/* Video background */
.hero-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Mask image layer on top of video */
.video-mask {
  position: absolute;
  inset: 0;
  background-image: url("https://xyolo.in/fly-middleton/assets/images/home/video_mask.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  pointer-events: none;
  backdrop-filter: blur(1.5px); 
}



/* Text and button content */
.hero-content {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 10.5%;
  padding-right: 10.5%;
  color: #0c2135;
  padding-top: 6%;
}

.hero-content h1 {
    color: #173344;
    font-family: 'Quicksand';
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: 99.9%; 
    max-width: 730px;
}

.hero-content button {
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #b89b75;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
}

.hero-content button:hover {
  background-color: #a07d52;
}


/*1st section end*/



.dsktophide {
            display: none;
        }
.vc-reset *, .vc-reset *::before, .vc-reset *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.hover_color {
  display: inline-block;
  transition: 
    color 0.35s ease-in-out, 
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, color;
}
    .vc-dropdown {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.vc-has-dropdown.active .vc-dropdown {
  opacity: 1;
}

.hover_color:hover {
  color: #A38D70 !important;
  transform: translateY(-3px) scale(1.03) !important;
}
.vc-reset {
  font-family: "Quicksand";
  background: #111;
  overflow-x: hidden;
}

.vc-nav {
  position: fixed;
  width: 100vw;
  padding: 26px 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 8;
  background-color: #173344;
}
.vc-nav .vc-logo a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.vc-menu-toggle {
  position: relative;
  width: 3rem;
  height: 1.5rem;
  cursor: pointer;
}
.vc-menu-toggle p {
  position: absolute;
  color: #fff;
  transform-origin: top left;
  will-change: transform, opacity;
}

.vc-menu-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #133243c9;
  backdrop-filter: blur(50px);
  z-index: 7;
}

.vc-menu-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: left bottom;
  will-change: transform, opacity;
}

.vc-menu-items {
  width: 100%;
  height: 100%;
  padding: 2.5em;
  display: flex;
  /*gap: 2.5em;*/
  justify-content: space-evenly;
}
.vc-col-lg {
  /*flex: 3;*/
  text-align: -webkit-center;
  align-self: center;
}
.vc-col-sm {
  /*flex: 2;*/
  align-self: center;
}

.vc-menu-preview-img {
  width: 600px;
  height: 650px;
  position: relative;
  overflow: hidden;
  /*background: #1a1a1a;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.vc-menu-preview-img img {
  position: absolute;
  width: 100%;
   height: 650px; 
  object-fit: contain;
  opacity: 0;
}
.vc-preview-text {
  text-align: left;
  color: white;
  opacity: 0;
}
.vc-preview-text h2 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  font-family: 'Quicksand';
}
.vc-preview-text p {
  font-size: 1.25rem;
  white-space: pre-line;
  color: #aaa;
}

.vc-menu-links {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.vc-link a {
  display: inline-block;
  /*font-size: 3.5rem;*/
  /*color: #fff;*/
  text-decoration: none;
  transition: color 0.5s;
  position: relative;
}

.vc-container {
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform;
  transform-origin: right top;
}
.vc-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 2.5em;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.vc-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.vc-hero-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vc-hero h1 {
  color: #fff;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
  width: 80%;
  text-shadow: 2px 1px #111;
}
/* Dropdown inside Services */
.vc-dropdown {
  overflow: hidden;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: none;
}

.vc-menu-toggle {
  position: relative;
  width: 3rem;
  height: 1.5rem;
  cursor: pointer;
}
.vc-menu-toggle p {
  position: absolute;
  color: #fff;
  transform-origin: top left;
  will-change: transform, opacity;
}



.vc-has-dropdown.active .vc-dropdown {
  pointer-events: auto;
}

.vc-dropdown a {
  display: block;
  padding: 0.25rem 0;
  font-size: 1.25rem;
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}
.vc-dropdown a:hover {
  color: #fff;
}

/*2nd section strat*/
.small_heading {
    color: #A38D70;
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
.secleftcol {
    align-items: center;
}
.gap_left_sec {
    padding-left: 60px;
    padding-right: 80px;
}
.btn_style {
    display: flex;
    padding: 14px 30px 14px 30px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: #A38D70;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px;
    margin-top: 25px;
}
.btn_style:hover {
    background: #a38763;
    color: #FFF;
}
.btn_width {
    width: 185px;
}

 .counter-wrapper {
      overflow: hidden;
      height: 80px;
      width: fit-content;
      /*margin-right: 10px;*/
    }

    .counter-slide {
      display: flex;
      flex-direction: column;
      transition: transform 0.9s ease-in-out;
    }

    .counter-slide span {
      font-family: 'Quicksand';
      font-size: 80px;
      font-weight: 500;
      color: white;
      height: 80px;
      line-height: normal;
      text-align: left;
    }

    .counter-section {
      display: flex;
      align-items: center;
      margin-top: 50px;
      width: 460px;
    }

    .counter-number {
    font-family: 'Quicksand';
      font-size: 80px;
      font-weight: 500;
      color: #ffffff;
      margin-right: 15px;
      line-height: 1;
      width: 120px;
    }
    

    .counter-plus {
      font-size: 80px;
      color: #A38D70; 
      font-weight: 500;
    }

    .counter-text {
      font-size: 20px;
      max-width: 300px;
      line-height: 1.4;
      color: #d9e4ea;
    }
    .gapcounter {
        margin-bottom: -20px;
        margin-left: 10px;
    }


.heading_style {
    color: #173344;
    font-family: 'Quicksand';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 99.9%;
    padding-bottom: 10px;
}

.sec_section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec_bg {
    background-image: url("/fly-middleton/assets/images/home/sec_bg.webp");
    background-color: #173344;
    /*padding-top: 0px;*/
    /*padding-bottom: 0px;*/
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 30px;
}
.carousel-vertical-down {
      animation: scroll-down 12s linear infinite;
    }
@keyframes scroll-down {
      0% {
        transform: translateY(-50%);
      }
      100% {
        transform: translateY(0%);
      }
    }
    
    
    


.carouselverticalone {
  animation: looping 10s linear infinite;
}
@keyframes looping {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}


.verticalcolumnone:hover .carouselverticalone {
    animation-play-state: paused;
   
}
.verticalcolumnone:hover .carousel-vertical-down {
    animation-play-state: paused;
   
}



@media only screen and (max-width: 360px) {
	.verticalcolumnone  {
	max-height: 350px;
        height: 350px;
	}
}
.forth_image {
    width: 100%;
    position: sticky;
    top: 100px;

}
.carDivbg {
    display: flex;
    width: auto;
    padding: 25px 0px 10px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 20px;
    background: #122733;
}
.text_style {
    color: #7B7B7B;
    font-family: 'Quicksand';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.color_white {
    color: #fff!important;
}
.decr_col {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.col_heigth {
    height: 580px;
    overflow: hidden;
    padding-right: 30px;
}




/*2nd section end*/

/*thrd_section strat*/
.thrd_section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.homeCounter_bg {
    background-image: url("/fly-middleton/assets/images/home/footer-bg2.jpg");
}
.counter-box {
    display: flex;
    /*width: 346px;*/
    /*height: 170px;*/
    padding: 25px 25px 25px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    border: 1px solid rgba(179, 179, 179, 0.20);
}
.numplusf {
    display: flex;
    align-items: center;
}





.stats-section {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      padding-top: 20px;
      gap: 20px;
    }

    .stat-card {
      flex: 1 1 200px;
      border: 1px solid rgba(179, 179, 179, 0.20);
      padding: 30px 35px;
      text-align: left;
      min-width: 180px;
    }

    .stat-number-wrapper {
      overflow: hidden;
      height: 60px;
    }

    .stat-number-slider {
      display: flex;
      flex-direction: column;
      transition: transform 0.9s ease-in-out;
    }

    .stat-number-slider span {
      color: #A38D70;
        font-family: 'Quicksand';
        font-size: 70px;
        font-style: normal;
        font-weight: 400;
      height: 60px;
      line-height: 60px;
    }

    .cunterClrgap {
        opacity: 0.6;
        margin-top: 16px;
    }


/*thrd_section end*/


/*fourth_section start*/

.forthSection {
    background-color: #173344;
    padding-top: 80px;
    padding-bottom: 80px;
}
.leftGap {
    padding-left: 40px;
}
.iconflex {
    display: flex;
    gap: 18px;
    margin-top: 12px;
}
.icon_home {
    padding-top: 6px;
}
.gaptop_icon {
    margin-top: 30px;
}
.icon_heading {
    color: #FFF;
    font-family: 'Quicksand';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 99.9%;
}
.icon_text_color {
    color: #A2ADB4!important;
}
/*fourth_section end*/


/*fifth_section start*/
.fifth_section {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 60px;
     padding-right: 60px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.homeSerSection {
    background-image: url("/fly-middleton/assets/images/home/fith_image.webp");
}
.serHome {
    padding-bottom: 15px;
    width: 56%;
}
.fith_main {
    background-color: #F8F8F8;
}
.service_card {
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.servicHeading  {
    color: #173344;
    font-family: "Quicksand";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 99.9%;
}
.color_service {
    opacity: 0.6;
}
.servicebtn_arrow {
    fill: #A38D70;
    width: 24px; 
    height: 16px;
    margin-left: 6px;
    margin-bottom: 4px;
}

.ser_icon_size {
    width: 92px; 
    height: 90px;
}

.servic_btn {
    color: #A38D70;
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
.servic_btn:hover {
    color: #A38D70;
}
.ser_hedtextbtn {
    padding: 30px 25px 25px 25px;
}
.serv_text_gap {
    padding-top: 5px;
    padding-bottom: 13px;
}
.icon_circal {
    fill: #A38D70;
}

.service_card:hover {
  background-color: #173344;
}
.service_card:hover .icon_circal {
    fill: #173344;
}
.service_card:hover a.servic_btn,
.service_card:hover .servicHeading,
.service_card:hover .servicebtn_arrow,
.service_card:hover .text_style2 {
  color: #fff !important;
  fill: #fff;
}
.service_card {
  transition: transform 0.3s ease, background-color 0.4s ease;
}

.service_card:hover {
  transform: translateY(-5px);
}
.serv_row_gap {
    padding-top: 24px;
}

.active_color {
   background-color: #173344!important; 
}
.active_color:hover {
   background-color: #fff!important; 
}
.active_color {
   fill: #173344!important; 
}
.ser_hedtextbtn_active {
    text-align: center;
    padding: 58px 0 99px 0;
}

.active_color:hover .servicebtn_arrow_active, 
.active_color:hover .active_color, 
.active_color:hover .servic_btn_active {
    fill: #A38D70!important;
    color: #A38D70!important;
}
.servic_btn_active {
    color: #FFF;
    font-family: 'Quicksand';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 99.9%;
}


.servicebtn_arrow_active {
    fill: #fff;
    width: 32px; 
    height: 24px;
    margin-left: 6px;
    margin-bottom: 4px;
}

/*fifth_section end*/


/*six_section start*/
.sixSection {
    padding-top: 80px;
    padding-bottom: 80px;
}
.rightGap {
    padding-right: 40px;
}
.six_image {
    width: 100%;
    position: sticky;
    top: 100px;
}
.six_card {
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin-top: 20px;
}
.st_1 {
    position: sticky;
    top: 115px;
}
.st_2 {
    position: sticky;
    top: 135px;
}
.st_3 {
    position: sticky;
    top: 158px;
}
.st_4 {
    position: sticky;
    top: 185px;
}

.six_card_icon {
    width: 92px; 
    height: 90px;
}
.first_card_gap {
    margin-top: 25px;
}
.six_arrow_icon {
    width: 36px; 
    height: 14px;
    margin-left: 6px;
    margin-bottom: 4px;
}
.six_btn {
    color: #A38D70;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.2px;
    border-radius: 16px;
    border: 1px solid #A38D70;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #A38D70;
    padding: 10px 25px;
}
.six_btn:hover {
    color: #A38D70;
}
.sixhtextbtn {
    padding: 0 10px 50px 114px;
    margin-top: -45px;
}
.sixgap_bottom {
    margin-bottom: 28px;
}
/*six_section end*/


/*seven_section start*/
.sevenSection {
    background-image: url("/fly-middleton/assets/images/home/footer-bg2.jpg");
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-slide .review-slide {
    overflow: hidden;
}
 .client-review-section {
      display: flex;
      /*max-width: 1200px;*/
      /*margin: auto;*/
      gap: 40px;
    }

    .review-intro {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .review-intro h2 {
      margin-bottom: 10px;
    }

    .review-intro p {
      margin-bottom: 20px;
    }

    .review-nav-buttons {
      display: flex;
      gap: 20px;
    }

    .review-nav-btn {
      background: #173344;
      color: #fff;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      cursor: pointer;
    }

    .review-carousel-wrap {
      flex: 2;
      min-width: 0;
    }

    .review-swiper {
      width: 100%;
    }

    .review-slide {
        border-radius: 18px;
        background: #FFF;
        /*box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.25);*/
        
      /*padding: 20px;*/
      /*height: 250px;*/
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .review-header {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .review-header img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }

    /*.review-name {*/
    /*  font-weight: 600;*/
    /*}*/

    .review-stars {
      color: #f6b800;
      padding: 2px 0 6px 0;
      font-size: 25px;
    }

    /*.review-text {*/
    /*  color: #666;*/
    /*  font-size: 14px;*/
    /*}*/

    @media (max-width: 768px) {
      .client-review-section {
        flex-direction: column;
      }

      .review-nav-buttons {
        justify-content: center;
      }

      .review-intro {
        align-items: center;
      }
    }
    .namereText {
        padding: 24px;
    }
    .rev_card_icon {
        width: 90px;
        height: 92px;
    }

/*seven_section end*/


/*eight_section end*/
.eigthSection {
    padding-top: 80px;
    padding-bottom: 80px;
}
 .faq-section {
      display: flex;
      /*max-width: 1200px;*/
      /*margin: auto;*/
      gap: 60px;
      flex-wrap: wrap;
    }

    .faq-left {
      flex: 1;
      max-width: 550px;
    }

    .faq-left h2 {
      margin-bottom: 10px;
    }

    /*.faq-left h2 span {*/
    /*  display: block;*/
    /*}*/

    .faq-left p {
      margin-bottom: 30px;
    }

    .faq-left img {
      width: 100%;
      max-width: 320px;
      object-fit: contain;
    }

    .faq-right {
      flex: 1.5;
      display: flex;
      flex-direction: column;
      gap: 15px;
      min-width: 300px;
    }

    .faq-item {
      border: 1px solid #eee;
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      background: #fff;
    }

    .faq-question {
        color: #232323;
        font-family: 'Poppins';
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
      width: 100%;
      background: #fff;
      border: none;
      padding: 20px;
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .faq-question .icon {
      display: inline-block;
      background: #0a1e33;
      color: #fff;
      width: 33px;
      height: 33px;
      text-align: center;
      border-radius: 50%;
      font-size: 20px;
      line-height: 33px;
      transition: background 0.3s, color 0.3s;
    }

    .faq-answer {
      display: none;
      padding: 0 20px 20px;
      animation: fadeIn 0.3s ease-in-out;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-5px); }
      to { opacity: 1; transform: translateY(0); }
    }

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

    .faq-item.active .faq-question .icon {
      background: #ccc;
      color: #000;
    }
    .faqimgaglin {
        text-align: center;
    }
    .iconBg {
       background-image: url("/fly-middleton/assets/images/home/iconBg.png");
    background-position: right top;
    background-size: 69px;
    background-repeat: no-repeat; 
    }

/*eight_section end*/


/*9th_section start*/
.nineSection {
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .custom-contact-wrapper {
      display: flex;
      flex-wrap: wrap;
      max-width: 1300px;
      margin: 0px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0,0,0,0.1);
      overflow: hidden;
      padding: 0;
    }

    .custom-map-container {
      flex: 1;
      min-width: 300px;
      height: 542px;
    }

    .custom-form-container {
      flex: 1;
      padding: 40px;
      min-width: 300px;
      max-width: 600px;
      background-color: #fff;
    }

    .custom-form-container h2 {
      color: #173344;
    font-family: 'Quicksand';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 99.9%;
      margin-bottom: 30px;
    }

    .custom-form {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    /*.custom-row {*/
    /*  display: flex;*/
    /*  gap: 35px;*/
    /*  flex-wrap: wrap;*/
    /*}*/

    .custom-row input {
      flex: 1;
    }

    .custom-form input,
    .custom-form select,
    .custom-form textarea {
      width: 100%;
      padding: 12px 0px;
      border: solid #232323;
      border-width: 0 0 1px 0;
      /*border-radius: 6px;*/
      font-family: 'Quicksand';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
      color: #8D8D8D;
      background: transparent;
    }
    :focus-visible {
        outline: -webkit-focus-ring-color auto 0px!important;
    }

    .custom-form textarea {
      resize: vertical;
      min-height: 100px;
    }

    .custom-form button {
        background: #173344;
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
        color: white;
        border: none;
        padding: 12px;
        cursor: pointer;
        transition: background 0.3s;
        width: 45%;
        text-align: center;
        align-self: end;
        margin-top: 20px;
        color: #FFF;
        
        text-align: center;
        font-family: 'Quicksand';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .iti__selected-flag {
        padding: 0 6px 0 0px!IMPORTANT;
    }
    .iti {
        width: 100%;
    }

    .custom-form button:hover {
      background: #A38D70;
    }

    @media (max-width: 768px) {
      .custom-contact-wrapper {
        flex-direction: column;
      }

      .custom-map-container,
      .custom-form-container {
        width: 100%;
      }

      
    }


/*9th_section end*/

/*<!--10th section start-->*/
.tenSection {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 80px;
}
.blogbg {
     background-image: url("/fly-middleton/assets/images/home/blog_bg.webp");
     padding-top: 80px;
     padding-left: 60px;
     padding-right: 60px;
    background-position: center top;
    background-size: 100% 71%;
    background-repeat: no-repeat;
}
.gap_b_blog {
    margin-bottom: 40px;
}
.blog-card {
    overflow: hidden;
    transition: transform 0.3s;
    border-radius: 18px;
    /*border: 1px solid rgba(179, 179, 179, 0.20);*/
    background: #FFF;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.25);
}
.blog-card:hover {
    transform: translateY(-5px);
}
.blog-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog-content {
    padding: 20px;
    /* flex-grow: 1; */
    /*display: flex;*/
    /*flex-direction: column;*/
}
.blog-readmore {
    color: #A38D70;
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
.blog-readmore:hover {
    color: #A38D70;
}
.blog-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    margin-top: 0px;
}
.blog_he {
    margin-bottom: 28px;
}
.mata_size {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-bottom: 4px;
}
.blog_he:hover {
    color: #A38D70;
}
/*<!--10th section end-->*/


/*contect start*/
.contact_banner {
    background-image: url("/fly-middleton/assets/images/contact/con_banner.webp");
}
.con_first_banner {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 470px;
    margin-top: 95px;
    align-content: center;
}
.innerpageBannerHeading {
    color: #fff;
    text-align: left;
    font-family: 'Quicksand';
    font-size: 78px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
}
.content_map {
    height: 600px;
}
.bg_left_form {
     background-image: url("/fly-middleton/assets/images/contact/left_bg_form.png");
    background-color: #173344;
    padding: 40px;
    padding-right: 220px;
    background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 55%;
}
.bg_left_form h2 {
    color: #fff;
    font-family: 'Quicksand';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 99.9%;
    margin-bottom: 15px;
}
.form2div {
    display: grid;
    gap: 15px;
    margin: 55px 0 60px 0;
}
.icon_div {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icon_div:hover {
    opacity: 0.9;
}
.contact_icon {
    width: 36px;
    height: 36px;
}

.svgpthcon {
    fill: #fff;
    transition: fill 0.4s ease, transform 0.3s ease;
}
.icon_div:hover .svgpthcon   {
    fill: #A38D70;
    transform: scale(1.1);
}
.icon_text {
    color: #FFF;
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
}
.icon_div:hover .icon_text {
    color: #A38D70;
}
.form3div {
    display: flex;
    align-items: center;
    gap: 15px;
}

  .soical_con {
    width: 35px;
    height: 35px;
    cursor: pointer;
  }

  .pth_soical {
    transition: fill 0.4s ease, transform 0.4s ease;
    transform-origin: center;
  }

  .soical_con:hover .pth_soical {
    transform: scale(1.5);
  }
  .formdiv_con {
      min-width: none!important;
      max-width: none!important;
      width: auto!important;
  }
.cont_form {
        padding: 25px 0px 25px 25px;
    }
/*contect end*/

/*blogs start*/
.blogMainCol {
    display: flex;
    gap: 10px;
    padding-bottom: 60px;
}
.sideFormBG {
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.25));
    background-color: #fff;
    border-radius: 17px;
    padding: 35px;
    margin-left: 30px;
    margin-top: 20px;
}
.cat_div {
    margin-left: 30px;
}
.custom-form-side input, .custom-form-side select, .custom-form-side textarea {
    width: 100%;
    padding: 9px 11px;
    border: solid rgba(35, 35, 35, 0.40);
    border-width: 1px 1px 1px 1px;
    border-radius: 10px;
    font-family: 'Quicksand';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #D3D3D3;
        margin: 10px 0px;
    background: transparent;
}
.custom-form-side button {
    background: #173344;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
    color: white;
    border: none;
    padding: 12px;
    cursor: pointer;
    transition: background 0.3s;
    text-align: center;
    align-self: center;
    margin-top: 20px;
    color: #FFF;
    text-align: center;
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    border-radius: 30px;
}
.custom-form-side button:hover {
    color: #A38D70;
}

.sidebarformH {
    color: #232323;
    font-family: "poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.textStyle_cat:hover {
    color: #A38D70;
}
.line_gap {
    padding: 20px 0px 5px 0px;
}
.textStyle_cat {
    color: #232323;
    font-family: 'Quicksand';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.catSvg {
    width: 9px; 
    height: 16px;
    transition: transform 0.3s ease; 
}
.catSidebar {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.catSidebar:hover .catSvg {
    transform: translateX(5px);
}
.blogLiftSide {
    border: solid;
    border-color: #E6E6E6;
    border-width: 0 1px 0 0;
    padding-right: 40px;
}
.line_gap hr {
    color: #a3a3a3;
}
.gapBlogCard {
    margin-top: 20px;
}


/*pagination*/
.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: sans-serif;
  padding-top: 35px;
}

.page-btn {
  border: none;
  background-color: #fff;
  color: #173344;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: inset 0px 0px 4px 1px #ddd;
  transition: background-color 0.3s, color 0.3s;
}
.page-btn:hover {
    background-color: #173344;
    color: #fff;
    box-shadow: none;
}
.page-btn.active {
  background-color: #173344; 
  color: #fff;
  box-shadow: none;
}

.page-btn.prev,
.page-btn.next {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd;
}

.page-btn.prev:disabled,
.page-btn.next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page-btn.prev span,
.page-btn.next span {
  font-size: 16px;
  color: #9d7f5d; /* brownish arrow color from your screenshot */
}
.bgclrsvg:hover {
    fill: #173344;
}
.bgclrsvg: {
    fill: #fff;
}


.dots {
  color: #999;
  font-size: 14px;
}
.pageSize {
    width: 40px;
    height: 40px;
}
#post-list {
  grid-template-columns: repeat(3, 1fr);
}
/*pagination*/
.stickySidebar {
    position: sticky;
    top: 115px;
}

/*blogSlider start*/
.blog_banner {
    background-image: url("/fly-middleton/assets/images/blog/blog_banner.webp");
}


.BlogSilder {
    padding-top: 60px;
}


:root {
  --transition-duration: 0.6s;
}


.custom-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  max-width: 100%;
  height: 600px;
  min-height: 400px;
}

.custom-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateX(100%);
  transition: all var(--transition-duration) ease-in-out;
  display: flex;
  align-items: flex-end;
}

.custom-slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}

.custom-slide.exit-left {
  transform: translateX(-100%);
}

.custom-slide.exit-right {
  transform: translateX(100%);
}

.custom-overlay {
  /*position: absolute;*/
  /*inset: 0;*/
  /*background: linear-gradient(*/
  /*  to top,*/
  /*  rgba(0, 0, 0, 0.8),*/
  /*  rgba(0, 0, 0, 0.4),*/
  /*  rgba(0, 0, 0, 0.1)*/
  /*);*/
  /*z-index: 0;*/
}

.custom-slide-content {
  padding: 30px 30px 60px 30px;
  z-index: 2;
  width: 100%;
  
  border-radius: 18px;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(17.712465286254883px);
}

.custom-slide-content h2 {
  color: #FFF;
    font-family: 'Quicksand';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 8px;
}

.custom-slide-content p {
  color: #F8F7FC;
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
     margin-bottom: 12px;
}

.custom-slide-content .author {
     color: #F8F7FC;
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.custom-controls {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}

.custom-dots {
  display: flex;
  gap: 0.5rem;
}

.custom-dot {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-dot.active {
  width: 32px;
  background-color: #A38D70;
}

.custom-arrows {
  display: flex;
  gap: 0.5rem;
}

.custom-arrow-btn {
  padding: 0.5rem 0.8rem;
  border-radius: 12px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.3s;
}

.custom-arrow-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}




/*blogSlider end*/



/*blogs end*/


/*footer*/
.footer_bg {
    background-image: url("/fly-middleton/assets/images/home/Fly-Middleton-Poster-foolter.png");
    background-color: #041125;
    padding-top: 60px;
    padding-bottom: 280px;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_2nd_bg {
    background-image: url("/fly-middleton/assets/images/home/footer-bg2.jpg");
    padding-top: 50px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    position: relative;
}
.conta_Width {
    width: 78%;
}
.text_style2 {
  color: #232323;
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;  
}
.text_width {
    width: 60%;
}
.logo_gap {
    padding-bottom: 8px;
}
.soical_madiea_sec {
    padding-top: 35px;
}
.soical_icon {
    width: 30px;
    padding-right: 6px;
}
.bor_bottom {
    border-bottom: solid 1.5px #cbcbcb;
    padding-bottom: 24px;
}
.text-agline {
    text-align: end;
}
.gaptoplast {
    padding-top: 35px;
}
a {
    text-decoration: none!important;
}
.footer_heading {
    color: #A38D70;
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.footer_gap_r {
    padding-right: 35px;
}
.footer_logo {
    width: 100%;
}
.nodot_footer {
    list-style: none;
    padding-left: 0px;
}
.listtestGap {
    padding-bottom: 8px;
}
.gaprightficon {
    padding-right: 8px;
}
.footer_link_hover:hover {
    color: #A38D70;
}
/*footer*/


/*Service page start*/
.service_bgbanner{
    background-image: url("/fly-middleton/assets/images/service/service_banner.webp");
}
.serv_first_banner {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 660px;
    margin-top: 95px;
    align-content: center;
}
.servFormBG {
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 30px 25px;
}
.text_center {
    align-content: center;
}
.BanerservH {
    color: #173344;
    font-family: 'Quicksand';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
.serv_img {
    background-image: url("/fly-middleton/assets/images/service/servicebg1.webp");
}
.thirService_img {
    background-image: url("/fly-middleton/assets/images/service/service_counte_bg.webp");
}
.formImg {
 object-fit: cover;
  width: 100%;
  height: 100%;
}
.justy {
    justify-content: space-between;
}
/*Service page end*/

/*about page staart*/
.about_banner {
    background-image: url("/fly-middleton/assets/images/about/about_banner.webp");
}
.ab2ndSec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.textGapRight {
    padding-right: 40px;
}
.Ab_sec_image {
    width: 100%;
    position: sticky;
    top: 100px;
}
.ab3rdSection {
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 80px;
}
.ab4thSection {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.ab5thSection {
    background-color: #F8F8F8;
    padding-top: 0px;
    padding-bottom: 80px;
}
.justy_text {
    text-align: justify;
}
/*about page end*/
/*International Visit Visa start*/
.visit_bgbanner {
    background-image: url("/fly-middleton/assets/images/service/international-visit-visa.webp");
}
.serInner {
    padding-bottom: 15px;
    width: 68%;
}
.servInner_img {
    background-image: url("/fly-middleton/assets/images/service/sersectBG.webp");
}
.visa_price {
    color: #A38D70;
    font-family: 'Quicksand';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.price_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.servicbook_btn {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 12px;
    background: #173344;
    padding: 12px 30px 12px 30px;
}
.servicbook_btn:hover {
    background: #A38D70;
    color: #FFF;
}
.service_card_inner {
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: transform 0.3s ease, background-color 0.4s ease;
    margin: 10px 0;
}
.service_card_inner:hover {
    transform: translateY(-5px);
}
.inner_3rd_img {
    width: 100%;
    border-radius: 18px;
    position: sticky;
    top: 40px;
}
.thirService_inner_img {
        background-image: url("/fly-middleton/assets/images/service/inner_3rd_sectiong_Bg.webp");
}
.thrdbtn {
    background: #A38D70!important;
}
.thrdbtn:hover {
    background: #9f825c!important;
}
.gapbtom3rdbtn {
    margin-bottom: 30px;
}
.thrsecSectionGap {
        margin-top: 40px;
}
.innerSerGapp {
    margin: -52px 0 0 70px;
}
.thrdinnerSVG {
    width: 69px;
    height: 65px;
}
.ser_hedtextbtninnr {
    padding: 25px 22px 4px 22px;
}
.inner_con_img {
    width: 100%;
}

.progress-wrapper {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  gap: 40px;
  padding: 10px 0 0 0;
}

.progress-circle {
  text-align: center;
}

.probarsvg {
  width: 150px;
  height: 150px;
  transform: rotate(-90deg); 
}

.circlepro {
  fill: none;
    stroke-width: 8;
    cx: 60;
    cy: 73;
    r: 56;
}

.bgpr {
  stroke: #A38D70; /* goldish brown */
  opacity: 0.3;
}

.progress {
  stroke: #A38D70;
  stroke-linecap: round;
  stroke-dasharray: 314; /* circumference */
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 1s ease-out;
}

.percentage {
     color: #FFF;
    text-align: center;
    font-family: 'Quicksand';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

  margin-top: -76px; /* position number in center */
  position: relative;
}

.circal_text {
  margin-top: 45px;
    color: #FFF;
    text-align: center;
    font-family: 'Quicksand';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*International Visit Visa end*/


/*International work Visa end*/
.work_bgbanner {
   background-image: url("/fly-middleton/assets/images/service/work-visa.webp"); 
}
.work-text {
    color: #173344;
    font-family: 'Quicksand';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 99.9%; /* 23.976px */
    margin: 0 0 -8px 0;
}
.W_height {
    height: 215px;
}

/*International work Visa end*/

/*Dubai Business setup start*/
.busSetup_bgbanner {
   background-image: url("/fly-middleton/assets/images/service/busnissSetup.webp"); 
}
.dubaisetup_image {
    width: auto;
    position: sticky;
    top: 100px;
}
.setup_center {
    text-align: center;
}
.st_5 {
    position: sticky;
    top: 213px;
}
.st_6 {
    position: sticky;
    top: 238px;
}
.st_7 {
    position: sticky;
    top: 213px;
}
.dubai_main {
    background-color: #fff;
}
/*Dubai Business setup end*/

/*Tour Packages strat*/
.TourPackages_bgbanner {
   background-image: url("/fly-middleton/assets/images/service/TourPackages.webp"); 
}
.tour_box_active {
        padding: 45px 25px 0px 25px;
}
.hovercolorChnage {
    color: #fff!important;
}
.service_card:hover .hovercolorChnage {
    color: rgb(35, 35, 35)!important;
}
.tourHeight {
    height: 400px;
}
/*Tour Packages end*/

/*stuy visaa start*/
.study_bgbanner {
   background-image: url("/fly-middleton/assets/images/service/study_visa.webp"); 
}
.study_height {
    height: 460px;
}
.goldSection {
    background-color: #A38D70;
}
.glob {
    width: 100%;
}
.gapstudy {
    padding-bottom: 20px;
}
/*stuy visaa end*/

/*airtiket start*/
.air_bgbanner {
   background-image: url("/fly-middleton/assets/images/service/air_ticketing.webp"); 
}
.martextzro {
    margin-bottom: 0px;
}
.airHeigth  {
    height: 360px;
}
/*airtickt visaa end*/
