@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body{ font-family: "DM Sans", sans-serif; background: #f2f3fa;}


nav.navbar.navbar-expand-lg.navbar-light {
    background: #ffffff;
    z-index: 1;
    padding: 15px 0 15px 0;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.brand-mark {
    display: inline-flex;
    align-items: center;
    flex: 0 0 74px;
}
.brand-mark img {
    width: 200px;
    max-width: none;
}
.brand-name {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}
.navbar.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #fff !important;
    border-bottom: solid 1px #ddd;
    padding: 8px 24px !important;
	z-index: 2 !important;
}

.navbar-light .navbar-brand img {
    width: 200px;
}
ul.navbar-nav.mr-auto {
    margin: 0 auto;
}
.navbar-light .navbar-nav .nav-link {
    color: #020202;
    margin: 0 0 0 0;
    padding: 0 15px 0 15px;
    font-size: 15px;
    font-weight: 400;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #8e2157;
}


.pickcell_one {
    box-shadow: 0px 4px 16px 0px rgba(24, 26, 37, 0.1490196078);
    padding: 1rem;
    border-radius: 1rem;
    position: absolute;
    z-index: 99999;
    top: 40px;
    left: 2px;
    background: #fff;
	display:none;
	width: 360px;
}
.pickcell_one::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 11rem;
    transform: rotate(45deg);
    background: #fff;
    width: 1rem;
    height: 1rem;
    box-shadow: -2px -2px 3px 0px rgba(24, 26, 37, 0.1019607843);
    pointer-events: none;
}
.pickcell_one h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 5px 0 15px 0;
}
.pickcell_one h4 span{
	color:#8e2157;
}
.pickcell_one ul {
    padding: 0px 0 0 110px;
    margin: 0;
    background: url(../images/agent-expert.webp) left center no-repeat;
    background-size: 83px;
    list-style: none;
	position: relative;
}
.pickcell_one ul:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #c9c9c9;
    left: 30%;
    top: 0;
    transform: translate(-50%, 0px);
}
.pickcell_one ul li {
    font-size: 14px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 28px;
}
.pickcell_one ul li i {
    color: #8e2157;
    margin: 0 4px 0 0;
}

.tollfree_call:hover .pickcell_one{
	display:block;
}

.tollfree_call{
	position:relative;
}
.tollfree_call a {
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    color: #8e2157;
    font-size: 15px;
    border: solid 1px #8e2157;
    padding: 5px 10px 5px 10px;
    display: flex;
    align-items: center;
    border-radius: 45px;
}
.tollfree_call a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    height: 40px;
    box-shadow: rgb(142 33 87 / 29%) 0px 0px 1px 3px;
    border-radius: 28px;
    animation: 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s infinite normal none running boksh;
    opacity: 0;
    transform: translate(-50%, 0px) !important;
}
.right_enquire a:after {
     animation-delay: 0.3s;
}
 @-webkit-keyframes boksh {
     0% {
         -webkit-transform: scale(0.1, 0.1);
         -ms-transform: scale(0.1, 0.1);
         transform: scale(0.1, 0.1);
    }
     20% {
         opacity: 0.4;
    }
     40%, 100% {
         -webkit-transform: scale(1.1, 1.1);
         -ms-transform: scale(1.1, 1.1);
         transform: scale(1.1, 1.1);
    }
}
 @keyframes boksh {
     0% {
         -webkit-transform: scale(0.1, 0.1);
         -ms-transform: scale(0.1, 0.1);
         transform: scale(0.1, 0.1);
    }
     20% {
         opacity: 0.4;
    }
     40%, 100% {
         -webkit-transform: scale(1.1, 1.1);
         -ms-transform: scale(1.1, 1.1);
         transform: scale(1.1, 1.1);
    }
}
.tollfree_call a img {
    width: 28px;
    margin: 0 6px 0 0;
}
.tollfree_call a span {
    color: #000;
	margin: 0 5px 0 0;
}


/** ------------- **/

.holiday_banner {
    position: relative;
    background: linear-gradient(150deg, #0f020c, #8e2157);
    background-repeat: no-repeat, no-repeat;
    background-position: -10% bottom, right top;
    background-size: auto, auto;
}
.holiday_banner:before {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #dce2f02b;
    top: 25px;
    right: 40px;
}
.holiday_banner:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 18%;
    background: #dce2f02b;
    top: 0;
    left: -150px;
    z-index: 0;
}
.banner_heading {
    padding: 65px 0 0px 0;
    text-align: left;
}
.banner_heading h1 {
    font-size: 40px;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 600;
}
.banner_heading h1 span {
    color: #efdc36;
}
.banner_heading p {
    font-size: 16px;
    color: #efefef;
    margin: 0 0 25px 0;
    font-weight: 400;
    line-height: 26px;
}
.banner_heading a {
    border: solid 1px #310a20;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    display: flex;
    align-items: center;
    width: 178px;
    background: #8e2157;
    text-decoration: none;
    border-radius: 8px;
}
.banner_heading a svg {
    width: 24px;
    margin: 0 0 0 10px;
}

.banner_heading{}
.banner_heading img{
	border-radius:10px;
	width:100%;
	box-shadow: #dce2f02b -15px 15px 1px;
}


.whysus_main {
    padding: 30px 0 30px;
	background: #f2f3fa;
}
.main_usp {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 10px;
    background: #fff;
    border-radius: 15px;
}
.box1 {
    width: 24%;
    margin: 0 0 0;
    padding: 15px 0px;
    border-radius: 8px;
    background: #fff;
    text-align: left;
    display: flex;
    align-items: center;
}
.box1:last-child {
    border-right: none;
}
.icons {
    margin: 0px 10px 0px 0px;
    text-align: center;
}
.icons img {
    margin: 0px 0 10px 0;
    width: 35px;
}
.box1 h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 5px;
}
.box1 p {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #333;
}
.box1 p a{ color:#e55425;}


.top_destinations {
    padding: 40px 0;
    background: #f2f3fa;
}

.trust_left {
    text-align: center;
    margin: 0 0 30px 0;
}
.trust_left h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 6px 0;
    color: #262c3d;
}
.trust_left h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #262c3d;
}
.trust_left p {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #5e6175;
}

.dest_items {
    margin: 0 6px 0px 6px;
    border-radius: 15px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .085);
    border: solid 1px #e6e6e6;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.origin_top {
    position: relative;
}
.special_deal {
    position: absolute;
    background: #ffffff;
    padding: 1px 6px 1px 6px;
    right: 10px;
    top: 10px;
    font-size: 13px;
    color: #8e2157;
    font-weight: 500;
    border-radius: 4px;
}
.origin_top img {
    width: 100%;
    border-radius: 8px;
    padding: 0px;
    height: auto;
}
.origin_bottom {
    text-align: left;
    padding: 45px 15px 15px 15px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.001), #000);
    width: 100%;
    left: 0;
}
.origin_bottom h3 {
    margin: 0px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.origin_bottom h3 span {
    float: right;
    color: #fff;
}
.origin_bottom h6 span {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 0 5px 0 5px;
}
.origin_bottom h6 {
    margin: 7px 0 0 0;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
}
.origin_bottom h6 img {
    margin: -4px 2px 0 0;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev {
    background: #ffffff6e;
    position: absolute;
    top: 40%;
    left: -28px;
    padding: 0px;
    transition: background 0.5s ease 0s;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    line-height: 35px;
    border: solid 1px #ddd;
}
.owl-controls .owl-buttons .owl-next {
    background: #ffffff6e;
    position: absolute;
    top: 40%;
    right: -30px;
    padding: 0px;
    transition: background 0.5s ease 0s;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    line-height: 35px;
    border: solid 1px #ddd;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 28px;
    line-height: 45px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
	font-size: 28px;
    line-height: 45px;
}



.top_fares {
    padding: 40px 0;
    background: #f2f3fa;
}

.flight-card {
    background: #ffffff;
    /* border: 0.5px solid #dddcdc; */
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    text-decoration: none;
    display: block;
    background-size: cover;
    background-position: right;
    margin-bottom: 25px;
}
  .flight-card:hover { border-color: #8e2157; }

  .card-header-flight {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }
.airline-badge {
    background: #fff1f8;
    color: #8e2157;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
  .airline-name { font-size: 13px; color: var(--color-text-secondary); }

  .route-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
  }
  .city-block { text-align: center; flex: 0 0 auto; }
.city-code {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    letter-spacing: 1px;
    line-height: 1.1;
}
  .city-name {
    font-size: 12px;
    color: #2e2e2e;
    margin: 3px 0 3px;
}
.city-date {
    font-size: 12px;
    color: #212121;
    background: #edead5;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
}

  .route-line {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .route-line span {
    font-size: 11px;
    color: var(--color-text-tertiary);
  }
  .line-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .line-wrap hr {
    flex: 1;
    border: none;
    border-top: 1.5px dashed #ccc;
    margin: 0;
  }
  .plane-icon { font-size: 16px; color: #8e2157; }

.card-footer-flight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 0.5px solid #dddcdc;
}
.tag {
    font-size: 12px;
    color: #46aa4a;
    background: #2fa33429;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 600;
}
  .price-block { text-align: right; }
  .price-currency { font-size: 12px; color: var(--color-text-secondary); }
.price-amount {
    font-size: 20px;
    font-weight: 700;
    color: #242424;
    line-height: 20px;
}
.book-btn {
    background: #8e2157;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}
.book-btn:hover { background: linear-gradient(150deg, #0f020c, #8e2157); }


.about-section {
      max-width: 1100px;
      width: 100%;
      background: #ffffff;
      border-radius: 15px;
      overflow: hidden;
      display: grid;
      grid-template-columns: 420px 1fr;
      min-height: 520px;
      margin-bottom: 50px;
    }

    /* LEFT IMAGE PANEL */
    .about-img-panel {
      position: relative;
      background: #0b3d7a;
      overflow: hidden;
    }

 .about-img-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.88;
}

    .img-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(160deg, rgba(11,61,122,0.55) 0%, rgba(11,61,122,0.15) 60%, transparent 100%);
    }

    .img-badge {
      position: absolute;
      bottom: 28px;
      left: 28px;
      background: #fff;
      border-radius: 14px;
      padding: 14px 18px;
      display: flex;
      align-items: center;
      gap: 12px;
      box-shadow: 0 8px 32px rgba(11,61,122,0.18);
    }

.img-badge-icon {
    width: 40px;
    height: 40px;
    background: #fff1f8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .img-badge-icon svg { width: 22px; height: 22px; color: #8e2157; }

    .img-badge-text .num {
      font-size: 20px;
      font-weight: 800;
      color: #8e2157;
      line-height: 1;
    }

    .img-badge-text .lbl {
      font-size: 11px;
      color: #6b7a99;
      margin-top: 2px;
    }

.img-year-tag {
    position: absolute;
    top: 28px;
    left: 28px;
    background: #ffffff;
    border: 1px solid #8e2157;
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    color: #8e2157;
    font-weight: 500;
    letter-spacing: 0.4px;
}

    /* RIGHT CONTENT PANEL */
.about-content {
    padding: 25px 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
	background: #ffffff;
    background-size: contain;
}

    .sub-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 600;
      color: #8e2157;
      text-transform: uppercase;
      letter-spacing: 1.2px;
    }

    .sub-label::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 2px;
      background: #8e2157;
      border-radius: 2px;
    }

.about-title {
    font-size: 30px;
    font-weight: 800;
    color: #0d1b2e;
    line-height: 33px;
    margin: 0;
}

    .about-title span {
      color: #8e2157;
    }

    .about-desc {
      font-size: 14.5px;
      color: #343434;
      line-height: 1.8;
	  margin: 0;
    }

    /* STATS */
    .stats-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }

    .stat-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 16px 14px;
      border: 1px solid #e4eaf7;
      transition: transform 0.18s, border-color 0.18s;
    }

    .stat-card:hover {
      transform: translateY(-3px);
      border-color: #b5cff5;
    }

    .stat-icon {
      width: 36px;
      height: 36px;
      background: #fff1f8;
      border-radius: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
    }

    .stat-icon svg { width: 18px; height: 18px; stroke: #8e2157; }

    .stat-num {
      font-size: 22px;
      font-weight: 800;
      color: #0d1b2e;
      line-height: 1;
    }

    .stat-lbl {
      font-size: 11.5px;
      color: #7a87a3;
      margin-top: 4px;
      font-weight: 500;
    }

    /* CTA BUTTON */
.about-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #8e2157;
    color: #fff;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 26px;
    border-radius: 12px;
    align-self: flex-start;
    transition: background 0.2s, transform 0.2s;
    letter-spacing: 0.2px;
}

    .about-cta:hover { background: linear-gradient(150deg, #0f020c, #8e2157); transform: translateY(-2px); color:#ffffff;}

    .about-cta svg { width: 18px; height: 18px; transition: transform 0.2s; }
    .about-cta:hover svg { transform: translateX(4px); }

    /* RESPONSIVE */
    @media (max-width: 860px) {
      .about-section {
        grid-template-columns: 1fr;
		display: block;
      }
      .about-img-panel {
        height: 280px;
      }
      .about-content {
        padding: 2rem 1.05rem;
      }
      .about-title { font-size: 28px; }
      .stats-row { grid-template-columns: repeat(3, 1fr); gap: 5px;
        display: flex; }
	  .stat-card{ padding: 10px 10px;}
	  .stat-num { font-size: 18px; }	  
    }




 

.cookies-stripdiv {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 0px);
    max-width: 100%;
    z-index: 9999;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 20px 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 5px 25px #b9b9b9;
    animation: slideUp .5s cubic-bezier(.34, 1.56, .64, 1) both;
}
 
@keyframes slideUp{
  from{opacity:0;transform:translateX(-50%) translateY(40px);}
  to  {opacity:1;transform:translateX(-50%) translateY(0);}
}
 
/* hide state */
.cookies-stripdiv.hide{
  animation: slideDown .4s ease forwards;
  pointer-events:none;
}
@keyframes slideDown{
  to{opacity:0;transform:translateX(-50%) translateY(60px);}
}
 
/* cookie icon */
.cookie-icon-wrap {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid #8e2157;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie-icon-wrap i{
  font-size:22px;
  color:#8e2157;
}
 
/* text */
.cookie-text{flex:1;}
.cookie-text p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}
.cookie-text p a{
  color:#8e2157;
  font-weight:500;
  text-decoration:none;
  border-bottom:1px solid rgba(232,67,147,0.4);
  transition:color .2s,border-color .2s;
}
.cookie-text p a:hover{
  color:#ff6bb5;
  border-color:rgba(255,107,181,0.6);
}
 
/* buttons wrap */
.cookie-btns{
  display:flex;align-items:center;gap:8px;
  flex-shrink:0;
}
 
/* Accept button */
.accept {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #8e2157;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 30px;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    transition: all .2s;
    position: relative;
    overflow: hidden;
}
.accept::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,#a0275e,#d44068);
  opacity:0;transition:opacity .2s;
}
.accept:hover::before{opacity:1;}
.accept:hover{transform:translateY(-1px);}
.accept:active{transform:scale(0.97);}
.accept i,.accept span{position:relative;z-index:1;}
 
/* Decline button */
.cookie-decline {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #8e2157;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid #8e2157;
    white-space: nowrap;
    transition: all .2s;
}
.cookie-decline:hover{
  color:#fff;
  border-color:#8e2157;
  background:#8e2157;
}
 
 
/* ── RESPONSIVE ── */
@media(max-width:600px){
  .cookies-stripdiv{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    padding:18px 18px 16px;
    bottom:16px;
    width:calc(100% - 24px);
    border-radius:18px;
  }
  .cookie-btns{width:100%;}
  .accept{flex:1;justify-content:center;}
  .cookie-decline{display:none;}
  .cookie-close{position:absolute;top:14px;right:14px;}
}



/** FOOTER CODE CSS **/

.footer_main {
    padding: 45px 0 45px 0;
    background: #ffffff;
    background-size: cover;
    left: 0;
    position: relative;
    border-radius: 10px;
}

.footer_logo{}
.footer_logo img {
    margin: 0 0 20px 0;
    width: 160px;
}
.footer_logo h5 {
    font-size: 15px;
    color: #101010;
    line-height: 26px;
    margin: 0 0 0 0;
    font-weight: 500;
}
.footer_logo a {
    font-size: 17px;
    color: #8e2157;
    line-height: 26px;
    margin: 0 0 10px 0;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

.quick_links h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #202020;
}
.quick_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-right: solid 1px #ffffff3d;
    min-height: 168px;
}

.quick_links ul li {}
.quick_links ul li a {
    font-size: 15px;
    color: #101010;
    margin: 0 0 0 0;
    text-decoration: none;
    display: block;
    line-height: 28px;
    position: relative;
    padding: 0 0 0 14px;
}
.quick_links ul li a:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    background: #7a7a7a;
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

.social_links{}
.social_links h3{
	font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #000;
}
.social_links p {
    font-size: 15px;
    margin: 0 0 15px 0;
}
.social_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.social_links ul li {
    display: inline-block;
    font-size: 14px;
    color: #f2f2f2;
    font-weight: 600;
}
.social_links ul li a {
    font-size: 18px;
    color: #ffffff;
    margin: 0px 10px 0 0;
    text-decoration: none;
    padding: 0px 0px;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #5c5f6e;
    border-radius: 8px;
}

.disclamer{ margin:25px 0 0 0;}
.disclamer h6 {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 15px;
    color: #000;
}
.disclamer p {
    text-align: left;
    font-size: 14px;
    margin: 10px 0 0px 0;
    color: #101010;
}
.copyright p {
    margin: 0 0 0 0;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
}
.payment_icons {
    text-align: right;
    margin: 25px 0 0px 0;
}
.payment_icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.payment_icons ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0px 0px;
    font-size: 14px;
    color: #f2f2f2;
    font-weight: 600;
}


.pages_fares {
    padding: 45px 0 20px;
}
.pages_fares_heading{
	margin: 0 0 25px 0;
    text-align: left;
}
.pages_fares_heading h3 {
    margin: 0 0 6px 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.pages_fares_heading p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 0;
    color: #333;
}

.airline-card {
    margin: 0 0 20px 0;
}
.airline-card a {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    color: initial;
    text-decoration: none;
    border: solid 1px #ffffff;
    padding: 10px;
    border-radius: 8px;
    align-items: center;
    background: #ffffff;
}
.airline-card a:hover {
    border: solid 1px #8e2157;
}
.airline-card a:hover .cachefares-price{
	border: solid 1px #8e2157;
	background:#8e2157;
}
.airline-card a:hover .cachefares-price p{
	color:#fff;
}
.airline-card a:hover .cachefares-price h4{
	color:#fff;
}

.airlineLogoLeft {
    width: 10%;
}
.airlineLogoLeft img {
    width: 75%;
}
.flight-info {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 70%;
	align-items: center;
}
.cachefares-ultag {
    width: 30%;
}
.cachefares-ultag h4 {
    font-weight: 600;
    margin: 0 0 0 0;
    color: #010101;
    font-size: 20px;
}
.cachefares-ultag p {
    font-size: 14px;
    color: #333;
    margin: 4px 0 4px 0;
}
.cachefares-ultag h6 {
    font-size: 14px;
    color: #333;
    margin: 0 0 0 0;
}
.frultag-list {
    width: 40%;
}
.frultag-list img {
    width: 100%;
}

.cachefares-price {
    width: 18%;
    text-align: center;
    border: solid 1px #ddd;
    padding: 10px 0 10px 0;
    border-radius: 8px;
}
.cachefares-price p {
    margin: 0 0 0 0;
    color: #333;
    font-size: 13px;
}
.cachefares-price h4 {
    margin: 0 0 0 0;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.destination_banner{
	position:relative;
}
.destination_banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    left: 0%;
    bottom: 0;
    opacity: 0.6;
}

.routes_pages {
    padding: 45px 0 45px 0;
    background: #fff;
}

.besti_heading {
    padding: 65px 0 35px 0;
    text-align: left;
}
.besti_heading h1 {
    font-size: 34px;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.besti_heading h2 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 400;
}

.info_our_city{}
.info_our_city h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}

.info_our_city h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}

.info_our_city p {
    font-size: 15px;
    margin: 0 0 15px 0;
    color: #333;
    font-weight: 400;
}

.info_our_city ul {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
}

.info_our_city ul li {
    font-size: 16px;
    line-height: 34px;
}


.contact_page_inner {
    width: 100%;
    max-width: 1080px;
    margin: 20px auto 40px;
}

.contact-card{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,0.14);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LEFT PANEL â€“ dark
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.contact_inform{
  background:#0f0f0f;
  padding:52px 44px;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

/* decorative orbs */
.contact_inform::before{
  content:'';
  position:absolute;
  width:300px;height:300px;border-radius:50%;
  background:radial-gradient(circle,rgba(142,33,87,0.45) 0%,transparent 65%);
  top:-80px;right:-80px;
  pointer-events:none;
}
.contact_inform::after{
  content:'';
  position:absolute;
  width:200px;height:200px;border-radius:50%;
  background:radial-gradient(circle,rgba(83,74,183,0.3) 0%,transparent 65%);
  bottom:-40px;left:-40px;
  pointer-events:none;
}

/* large faint icon */
.deco-plane{
  position:absolute;
  bottom:30px;right:20px;
  font-size:120px;
  color:rgba(255,255,255,0.04);
  transform:rotate(20deg);
  pointer-events:none;
}
.deco-plane i{font-size:120px;}

.inform-tag{
  display:inline-flex;align-items:center;gap:7px;
  font-size:10px;font-weight:500;letter-spacing:2.5px;
  text-transform:uppercase;color:rgba(255,255,255,0.4);
  margin-bottom:18px;
}
.inform-tag i{font-size:12px;color:#8e2157;}

.contact_inform h3{
  font-size:32px;font-weight:900;
  color:#fff;
  line-height:1.2;
  margin-bottom:12px;
  letter-spacing:-0.3px;
}
.contact_inform h3 em{
  font-style:italic;
  color:#8e2157;
}

.contact_inform h4{
  font-size:15px;font-weight:400;
  color:rgba(255,255,255,0.6);
  line-height:1.6;
  margin-bottom:14px;
}
.contact_inform > p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75;
    margin-bottom: 36px;
}

/* â”€â”€ CONTACT INFO LIST â”€â”€ */
.contact_inform ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 0;
}

.contact_inform ul li{
  display:flex;align-items:flex-start;gap:16px;
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,0.07);
}
.contact_inform ul li:last-child{border-bottom:none;}

.ci-icon{
  width:44px;height:44px;flex-shrink:0;
  border-radius:12px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.1);
  display:flex;align-items:center;justify-content:center;
}
.ci-icon i{font-size:19px;color:#8e2157;}

.ci-body{}
.ci-label{
  font-size:10px;font-weight:600;
  text-transform:uppercase;letter-spacing:1.5px;
  color:rgba(255,255,255,0.5);
  margin-bottom:5px;
}

.contact_inform h6{
  font-size:14px;font-weight:400;
  color:rgba(255,255,255,0.85);
  line-height:1.5;
  margin:0;
}
.contact_inform h6 a{
  color:#fff;
  text-decoration:none;
  font-weight:500;
  transition:color .2s;
  display:block;
  font-size:15px;
}
.contact_inform h6 a:hover{color:#8e2157;}

.contact_inform h6 strong{
  display:block;
  color:#fff;
  font-weight:600;
  font-size:15px;
  margin:2px 0;
}
.contact_inform h6 span{
  display:block;
  font-size:13px;
  color:rgba(255,255,255,0.45);
  font-weight:300;
  line-height:1.5;
}

/* social row */
.social-row{
  display:flex;gap:10px;
  margin-top:28px;
  position:relative;z-index:1;
}
.soc-btn{
  width:38px;height:38px;
  border-radius:10px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.1);
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  transition:all .2s;
  color:rgba(255,255,255,0.5);
  font-size:17px;
  text-decoration:none !important;
}
.soc-btn:hover{background:rgba(142,33,87,0.5);border-color:rgba(232,67,147,0.4);color:#fff;}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RIGHT PANEL â€“ form
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.formenq_info{
  background:#fff;
  padding:52px 44px;
}

.form-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:10px;font-weight:600;letter-spacing:2px;
  text-transform:uppercase;color:#8e2157;
  margin-bottom:12px;
}
.form-eyebrow-line{
  width:24px;height:1.5px;
  background:linear-gradient(90deg,#8e2157,#e84393);
  border-radius:2px;
}

.formenq_info h3{
  font-size:34px;font-weight:900;
  color:#0f0f0f;
  margin-bottom:6px;
  letter-spacing:-0.3px;
}
.formenq_info > p {
    font-size: 15px;
    color: #484848;
    font-weight: 400;
    margin-bottom: 32px;
}

/* â”€â”€ FORM FIELDS â”€â”€ */
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-bottom:0;
}
.form-row.full{grid-template-columns:1fr;}

.mb-3{margin-bottom:18px;}

.form-label{
  display:block;
  font-size:11px;font-weight:600;
  text-transform:uppercase;letter-spacing:1px;
  color:#888;
  margin-bottom:7px;
}
.form-label .text-danger{color:#e84393;}

.form_control_box {
    width: 100%;
    background: #ffffff;
    border: 1.5px solid #adadad;
    border-radius: 12px;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    outline: none;
    transition: border-color .2s, background .2s, box-shadow .2s;
}
.form_control_box::placeholder{color:#bbb;font-weight:300;}
.form_control_box:focus{
  background:#fff;
  border-color:#8e2157;
  box-shadow:0 0 0 4px rgba(142,33,87,0.08);
}

.form_control_box_text {
    width: 100%;
    background: #ffffff;
    border: 1.5px solid #adadad;
    border-radius: 12px;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    outline: none;
    resize: vertical;
    min-height: 110px;
    transition: border-color .2s, background .2s, box-shadow .2s;
}
.form_control_box_text::placeholder{color:#bbb;font-weight:300;}
.form_control_box_text:focus{
  background:#fff;
  border-color:#8e2157;
  box-shadow:0 0 0 4px rgba(142,33,87,0.08);
}
.form_control_box.is-invalid,
.form_control_box_text.is-invalid{
  border-color:#dc3545;
  background:#fff8f8;
}
.form_control_box.is-invalid:focus,
.form_control_box_text.is-invalid:focus{
  box-shadow:0 0 0 4px rgba(220,53,69,0.12);
}
.field-error{font-size:12.5px;}

/* â”€â”€ SUBMIT BUTTON â”€â”€ */
.btn_primary_send {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0f0f0f;
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all .25s;
    margin-top: 6px;
    position: relative;
    overflow: hidden;
}
.btn_primary_send::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#8e2157,#c0395c);
  opacity:0;
  transition:opacity .25s;
}
.btn_primary_send:hover::before{opacity:1;}
.btn_primary_send:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(142,33,87,0.4);}
.btn_primary_send:active{transform:scale(0.98);}
.btn_primary_send span,.btn_primary_send i{position:relative;z-index:1;}
.btn_primary_send i{font-size:17px;transition:transform .2s;}
.btn_primary_send:hover i{transform:translateX(4px);}

/* reassurance row */
.form-assurance{
  display:flex;align-items:center;gap:18px;
  margin-top:18px;
  flex-wrap:wrap;
}
.assurance-item{
  display:flex;align-items:center;gap:5px;
  font-size:12px;color:#6a6a6a;font-weight:400;
}
.assurance-item i{font-size:13px;color:#8e2157;}

/* â”€â”€ SCROLL ANIMATIONS â”€â”€ */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}
.reveal-l{opacity:0;transform:translateX(-22px);transition:opacity .65s ease,transform .65s ease;}
.reveal-l.visible{opacity:1;transform:translateX(0);}
.reveal-r{opacity:0;transform:translateX(22px);transition:opacity .65s ease,transform .65s ease;}
.reveal-r.visible{opacity:1;transform:translateX(0);}
.d1{transition-delay:.05s}.d2{transition-delay:.15s}.d3{transition-delay:.25s}
.d4{transition-delay:.35s}.d5{transition-delay:.45s}.d6{transition-delay:.55s}

/* â”€â”€ RESPONSIVE â”€â”€ */
@media(max-width:820px){
  .contact-card{grid-template-columns:1fr;}
  .contact_inform{padding:40px 28px;}
  .formenq_info{padding:40px 28px;}
}
@media(max-width:480px){
  .form-row{grid-template-columns:1fr;}
  .contact_inform h3{font-size:26px;}
  .formenq_info h3{font-size:26px;}
}

.about_page_inner {
    padding: 45px 0;
}
.privacy_inform{
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    border: 1px solid #e9eef5;
    position: relative;
    overflow: hidden;
}


.privacy_inform h3{
    font-size: 22px;
    margin: 0 0 18px 0;
    font-weight: 700;
    color: #111827;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.3;
}

.privacy_inform h3:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(135deg, #4c0629 0%, #8e2157 100%);
}

.privacy_inform h4{
    font-size: 20px;
    margin: 10px 0 10px 0;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.4;
}

.privacy_inform h5{
    font-size: 18px;
    margin: 18px 0 10px 0;
    font-weight: 600;
    color: #374151;
    line-height: 1.5;
}

.privacy_inform p{
    font-size: 15px;
    color: #4b5563;
    margin: 0 0 10px 0;
    line-height: 1.9;
    font-weight: 400;
}

.privacy_inform strong{
    color: #111827;
    font-weight: 600;
}

.privacy_inform ul,
.privacy_inform ol{
    padding: 0 0 18px 22px;
    margin: 0;
}

.privacy_inform ul li,
.privacy_inform ol li{
    font-size: 15px;
    color: #4b5563;
    margin: 0 0 5px 0;
    line-height: 1.8;
    padding-left: 5px;
}

.privacy_inform a{
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.privacy_inform a:hover{
    color: #0056d2;
    text-decoration: underline;
}

.privacy_inform address{
    background: #fff7fb;
    border-left: 4px solid #8e2157;
    padding: 18px 20px;
    border-radius: 12px;
    font-style: normal;
    font-size: 15px;
    color: #374151;
    line-height: 1.8;
    margin-top: 15px;
}

@media(max-width:767px){

    .privacy_inform{
        padding: 22px;
        border-radius: 14px;
    }

    .privacy_inform h3{
        font-size: 24px;
    }

    .privacy_inform h4{
        font-size: 20px;
    }

    .privacy_inform p,
    .privacy_inform ul li,
    .privacy_inform ol li{
        font-size: 14px;
        line-height: 1.8;
    }

}


.faq-section{
    width:100%;
    margin:auto;
	padding: 0 0 50px 0;
}

.faq-title{
    text-align:center;
    margin-bottom:35px;
}

.faq-title h4{
    font-size:28px;
    font-weight:700;
    color:#111827;
    margin-bottom:5px;
}

.faq-title p{
    font-size:16px;
    color:#6b7280;
}

.faq-accordion{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.faq-item {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-item.active{
    box-shadow:0 15px 40px rgb(239 239 239);
}

.faq-question{
    width:100%;
    border:none;
    outline:none;
    background:#fff;
    padding:18px 25px;
    font-size:18px;
    font-weight:600;
    color:#111827;
    text-align:left;
    cursor:pointer;
    position:relative;
    transition:0.3s ease;
}
.faq-question:focus {
    outline: none;
    outline: none;
}
.faq-question:hover{
    background:#f8fbff;
}

.faq-question:after {
    content: "+";
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #8e2157;
    transition: 0.3s ease;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 22px;
    font-weight: 300;
    border: solid 1px #8e2157;
    border-radius: 27px;
}

.faq-item.active .faq-question:after{
    content:"−";
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.4s ease;
    background:#fcfdff;
}

.faq-answer-content{
    padding:0 28px 24px;
}

.faq-answer p{
    font-size:15px;
    line-height:1.9;
    color:#4b5563;
    margin:0;
}

@media(max-width:767px){

    .faq-title h2{
        font-size:28px;
    }

    .faq-question{
        font-size:16px;
        padding:18px 20px;
        padding-right:55px;
    }

    .faq-answer-content{
        padding:0 20px 20px;
    }

}

.abouts_main {
    padding: 45px 0;
}
.about-left-text {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}
.about-left-text h6 {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #8e2157;
}
.about-left-text h2 {
    margin: 0 0 10px 0;
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}
.about-left-text h2 span {
    color: #8e2157;
}
.about-left-text p {
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #333;
}
.mission-box {
    background: #edf2fa;
    padding: 15px;
    border-radius: 5px 10px 10px 5px;
    border-left: solid 5px #8e2157;
    margin: 25px 0 25px 0;
}
.mission-box .mission-label {
    font-size: 20px;
    font-weight: 700;
    color: #8e2157;
}
.mission-box .mission-text {
    font-size: 20px;
}


/** MOBILE RESPONSIVE CSS **/

@media (min-width: 320px) and (max-width: 479px) {

.brand-lockup { gap: 8px; }
.brand-mark { width: 58px; height: 42px; flex-basis: 58px; }
.brand-mark img { width: 160px; }
.brand-name { font-size: 15px; }

.banner_heading{ padding: 25px 0 0px 0;}
.banner_heading h1 { font-size: 24px; margin: 0 0 0 0;}
.banner_heading a{ display:none;}
.banner_heading img{ display:none;}
.banner_heading p{ display:none;}
.main_usp{ flex-wrap: wrap;}
.flight-card{ margin-bottom: 15px;}
.box1 { width: 100%; }
.top_destinations { padding: 20px 0 20px; background: #f2f3fa; }
.owl-controls .owl-buttons .owl-next{ right: -10px;}
.owl-controls .owl-buttons .owl-prev{ left: -10px;}
.top_fares{ padding: 0px 0;}
.trust_left h3 { font-size: 22px;}
.payment_icons ul li img { width: 55px !important; height: 20px;}

	
}
