body {
  font-family: 'Inter', sans-serif;
  background-color: #f9f9f9;
  margin: 0;
}

.arc-txt { display: flex; gap: 10px; align-items: center; text-transform: uppercase; justify-content: end;}
.arc-txt p { color: #139bb1; margin-bottom: 0; font-size: 1rem;}
.air-support {background: #4D0A2A;
background: linear-gradient(45deg, rgba(77, 10, 42, 1) 0%, rgba(157, 29, 90, 1) 100%); display: inline-block;color: #fff; text-transform: uppercase; padding:10px 20px; border-radius: 100px; font-size: .875rem;}











.hero {
  background: #061620;
  padding: 80px 0;
  border-radius: 0px 0px 25px 25px;
}

.hero h1 {
 color: #fff; line-height: 1;
 font-weight: 700; 
 margin-bottom: 20px;
}

.hero p {
  color: #fff;
}

.hero-list { padding:0px;}
.hero-list li {     list-style: none;
    background: #fff;
    display: inline-flex
;
    gap: 5px;
    align-items: center;
    padding: 10px 20px;
  
    
    border-radius: 100px;
    color: #9d1d5a; }

.call-btn { background: #4D0A2A;
background: linear-gradient(45deg, rgba(77, 10, 42, 1) 0%, rgba(157, 29, 90, 1) 100%); color: #fff; padding:10px 20px; text-decoration: none; border:2px solid #4D0A2A; border-radius: 100px; transition: all ease-in .2s; font-size: 1.5rem;}
.call-btn:hover {background: linear-gradient(45deg, rgba(157, 29, 90, 1) 0%, rgba(77, 10, 42, 1) 100%); transition: all ease-out .2s;}

.feature { text-align: center;}
.feature img {    background: #fff;
    box-shadow: 0px 2px 5px #0000001a;
    padding: 10px;
    border-radius: 100px;}
.feature h5 { font-weight: 700; margin-top: 20px; line-height: 1;}
.feature p { line-height: 1;}

.detals {background: #06162011; padding:5rem; border-radius: 30px;}
.detals h5 { font-weight: 800; font-size: .875rem; background: linear-gradient(
    45deg,
    rgba(77, 10, 42, 1) 0%,
    rgba(157, 29, 90, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  text-fill-color: transparent;}
.detals p {}




.gradient-text {
 
  font-weight: bold;
  background: linear-gradient(
    45deg,
    rgba(77, 10, 42, 1) 0%,
    rgba(157, 29, 90, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  text-fill-color: transparent;
}

footer { background: #4D0A2A; color: #fff;}

footer a { color: #fff;}

.travellers-box { background: #fff; min-width: 300px; padding: 15px 0px; border-radius: 12px; position: absolute; top: 65px; box-shadow: 0px 0px 5px #0000002b; z-index: 9999999999999; }
.qty { display: flex ; margin-bottom: 15px; padding: 0px 15px; align-items: center; justify-content: space-between; gap: 15px; }
.qty label { margin: 0px; padding: 0px 10px 0px 0px; display: inline-block; float: left; color: #000; margin-top: 5px; font-weight: 600; font-size: 13px; }
.pl-mi-box { display: inline-flex ; align-items: center; border: 1px solid #e6e7e8; border-radius: 4px; overflow: hidden; padding: 2px; }
.plus, .minus { background-color: #fff; border: none; padding: 8px; font-size: 18px; cursor: pointer; line-height: 1; color: #000; border-radius: 4px; }
.plus:hover, .minus:hover { background: #e6e7e8; color: #000; }
.count { width: 36px; text-align: center; padding: 7px; border: 1px solid #fff; font-size: 14px; height: 36px; }

.search-box { margin-top: 30px; background: #fff; box-shadow: 0px 2px 5px #00000019; padding:20px 15px; border-radius: 12px;}
.search-boxes { width: 100%;}
.search-boxes label { display: block; padding-left: 10px;}
.search-boxes input { padding: 15px 20px;
    border: 1px solid #dddfe0;
    background: #f5f6f6;
    border-radius: 8px;
    width: 100%;}
.search-btn {padding: 15px 20px; border:0px; background: linear-gradient(
    45deg,
    rgba(77, 10, 42, 1) 0%,
    rgba(157, 29, 90, 1) 100%
  );border-radius: 8px; color: #fff; width: 100%; }

.trip-select { border:1px solid #d8d8d8; padding:10px; border-radius: 8px; cursor: pointer;}
.travellers { display: flex;}
.travellers .input { border:1px solid #d8d8d8; padding:10px; border-radius: 8px; width: 100%; padding-right:30px; position: relative; cursor: pointer;}
.travellers .input::after {
content: "";
  position: absolute; /* or relative depending on context */
  right: 5px; /* adjust */
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  pointer-events: none;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat center;
  background-size: 1em 1em;
}



.agent-box {display: flex; gap: 10px; align-items: center;}
.agent-box small {position: relative; padding-left: 15px; display: inline-flex; align-items: center;}
.agent-box small::before { content: ''; width:8px; height: 8px; background: #05a400; border-radius: 100px; position: absolute; left: 0;}
.agent-box a{ background: linear-gradient(
    45deg,
    rgba(77, 10, 42, 1) 0%,
    rgba(157, 29, 90, 1) 100%
  ); color: #fff; padding:10px 20px; border-radius: 100px; text-decoration: none;}


.radio-group {
      display: flex;
      gap: 1rem;
    }

    .radio-option {
      position: relative;
      display: inline-block;
      flex: auto;
    }

    .radio-option input[type="radio"] {
      display: none; /* hide default */
    }

    .radio-option label {
      display: inline-block;
      padding: 10px 20px;
      border: 2px solid #ccc;
      border-radius: 8px;
      cursor: pointer;
      user-select: none;
      transition: all 0.2s ease-in-out;
      width: 100%;
    }
    .radio-option label small { display: block;}
    .radio-option label span {}


    .radio-option input[type="radio"]:checked + label {
      border-color: #061620;
      background: #061620;
      color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }

    .radio-option input[type="radio"]:focus + label {
      outline: 2px dashed #061620;
      outline-offset: 4px;
    }
.soryy-box { background: #fff; margin-top: 30px; padding: 15px; border-radius: 20px; }
.t-time { padding:3px!important; text-align: center;}



.btn_done { background: #00000012;
    border: 0px;
    padding: 5px 15px;
    border-radius: 8px;transition: all ease-out .2s; }
.btn_done:hover { background: #333; transition: all ease-in .2s; color: #fff}











.hero-plane {
  max-width: 400px;
  border-radius: 16px;
  width: 100%;
}

.badge-card {
  width: 220px;
  text-align: center;
}


.charters h2 {
  color: #1e1e1e;
  line-height: 1.3;
}

.main-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.experience-box {
  position: absolute;
  top: 20px;
  right: -30px;
  background: #ff5e14;
  color: #fff;
  padding: 20px 25px;
  border-radius: 8px;
  text-align: center;
  max-width: 150px;
}

.experience-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.secondary-img {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 60%;
  border-radius: 12px;
  overflow: hidden;
}

.icon-wrapper {
  background: #f6f6f6;
  padding: 12px 14px;
  border-radius: 50%;
  font-size: 1.3rem;
  color: #28a745;
}


.support { color: #fff; background: #7f1c4b; padding:5px 10px; border-radius: 100px;}
.call-support-btn { background: #02ab3a; color: #fff; text-decoration: none; padding:10px 20px; border-radius: 100px;}


.py-10 { padding-top: 10rem; padding-bottom: 10rem;}









.cls { display: none;}








@media (max-width: 767.98px) {
  .hero {
    padding: 60px 20px;
    text-align: center;
  }

  .badge-card {
    width: 180px;
  }

  .secondary-img {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    width: 70%;
  }

  .experience-box {
    right: 10px;
    top: 10px;
  }
  .filter { position: fixed; bottom: 0; background: #fff; left:0;right:0; padding:15px; box-shadow: 0px 0px 20px #3333333b; border-radius: 15px 15px 0px 0px; z-index:99999;}
  .fltr { width: 100%; padding:10px 15px; border:0px; border:1px solid #e4e4e4; border-radius: 12px;}
  .modfy { width: 100%; padding:10px 15px; border:0px; border:1px solid #061620; border-radius: 12px; background: #061620; color: #fff;}
.search-btn { margin-top: 20px;}

.agent-box { display: block;}
.agent-box small { display: inline-flex; }
.agent-box a { display: block; margin-top: 10px;}

.filter { display: none;}
.cls { display: inline-block; color: #e05252; border:0px; background: #fff;}
.search-box-mob {position: fixed; top:0;right:0;background: #fff; left:0; bottom:0; z-index: 999; display: none;}
.search-boxes { margin-top:10px;}
.arc-txt img { max-width: 100px;}
.arc-txt p { font-size: .875rem;}
.py-10 { padding:5rem 0;}
.detals { padding:20px;}
}
