body{ font-family: "Roboto", sans-serif; }

.whatsapchat {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 30px;
    background-color: #40c351;
    border-radius: 50px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translatey(0px);
    -ms-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    -webkit-box-shadow: 0 0 0 0 #42db87;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-transition: all 300ms 
ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms 
ease-in-out;
    -webkit-animation: pulsing 1.25s infinite 
cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite 
cubic-bezier(0.66, 0, 0, 1);
}
.whatsapchat i {
    font-size: 30px;
    color: #fff;
    margin-top: 2px;
}

@-webkit-keyframes pulsing {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
    to {
        -webkit-box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}



.why_us_main {
    width: 50%;
    margin: 15px auto 20px;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
    top: 0;
    box-shadow: #ccc 0 0 3px;
}
.bann_icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bann_icons .icon_set_why {
    width: 25%;
}
.bann_icons .icon_set_why img {
    width: 38px;
    text-align: center;
}
.bann_icons .why_set_content {
    width: 75%;
}
.bann_icons .why_set_content p {
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

nav.navbar.navbar-expand-lg.navbar-light {
    background: transparent;
    z-index: 1;
    padding: 10px 0 10px 0;
}

.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.fixed.navbar-light .navbar-nav .nav-link{
    color: #000000;
}
.navbar.fixed .header_call {
    background: #fff4f9;
    /* border: solid 1px #ff5722; */
}

/* Default state */
.logo-color { display: none; }
.logo-white { display: inline-block; }

/* When fixed */
.navbar.fixed .logo-white { display: none; }
.navbar.fixed .logo-color { display: inline-block; }


.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: 500;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #8e2157;
}

.currency {
    display: flex;
    align-items: center;
    width: 115px;
    border-left: solid 1px #d3d3d3;
    padding: 12px 12px 12px 15px;
}
.currency h6 {
    margin: 0 0 0 0;
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 0 14px;
}

.header_call {
    background: #fff4f9;
    padding: 6px 60px 6px 15px;
    border-radius: 40px;
    position: relative;
    border: solid 2px #8e2157;
}
.header_call p {
    font-size: 11px;
    margin: 0px 0 0 0;
    text-align: end;
    font-weight: 500;
}
.header_call a {
    font-size: 18px;
    font-weight: 800;
    color: #8e2157;
    margin: 0px 0 0 0;
    text-decoration: none;
    line-height: 20px;
    display: block;
}
.header_call a img {
    width: 44px;
    position: absolute;
    right: 10px;
    top: 2px;
    border-radius: 35px;
}

/** ------------- **/

.morehotels {
    padding: 20px 0;
    position: absolute;
    bottom: 1%;
    width: 100%;
}
.Compareto ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.Compareto ul li {
    display: inline-block;
}
.Compareto ul li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    /* text-transform: uppercase; */
}

.complate_serv {
    margin: 30px 0 0 0;
}
.complate_serv ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
.complate_serv ul li {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    margin: 0 30px 0 0;
    padding: 5px 14px 5px 14px;
}
.complate_serv ul li span{ color:#FF5722;}
.complate_serv ul li h6 {
    margin: 0 0 0 0;
    font-size: 13px;
    color: #ffffff;
	text-transform: uppercase;
}

.holiday_banner {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    border-radius: 54px;
    border: solid 10px #fff;
    border-top: none;
}
.holiday_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000082;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 0;
    border-radius: 45px;
}
.banner_heading {
    padding: 65px 0 35px 0;
    text-align: center;
}
.banner_heading h1 {
    font-size: 34px;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.banner_heading h1 span {
    color: #efdc36;
}
.banner_heading h2 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 300;
}

/**
.whychosse_mn {
    padding: 45px 0;
    background: #f2f3fa;
    background-size: cover;
}
.wyside_dp img {
    width: 100%;
    border-radius: 20px;
}

.chose_heading {
    padding: 30px 0 30px 0px;
    text-align: left;
}

.chose_heading h3 {
    font-size: 26px;
    font-weight: 600;
    color: #010101;
    margin: 0 0 8px 0;
}
.chose_heading p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0 0 0 0;
}
.why_head {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 12px #0000001a;
}

.why_icons {
    width: 70px;
    text-align: center;
    background: #f2f3fa;
    height: 70px;
    line-height: 70px;
    border-radius: 12px;
}
.why_icons img {
    width: 35px;
    filter: grayscale(1);
}

.why_option{ width:80%; }
.why_option h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 8px 0;
    color: #010101;
}
.why_head p {
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
    color: #333;
} **/


/* ── Section ── */
  .whychoose-section {
    padding: 70px 20px;
    background: #f2f3fa;
  }

.whychoose-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

  /* ── Left: Image Block ── */
  .wc-image-wrap {
    position: relative;
  }

.wc-image-bg {
    width: 100%;
    aspect-ratio: 4.5 / 5;
    border-radius: 24px;
    background: url(../images/flip_abt.jpg) left bottom no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

  .wc-image-bg::before {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,0.07);
    top: -60px;
    right: -60px;
  }

  .wc-image-bg::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    bottom: -40px;
    left: -40px;
  }

  .wc-plane-icon {
    font-size: 72px;
    color: rgba(255,255,255,0.92);
    z-index: 1;
  }

  .wc-img-lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    z-index: 1;
  }

  .wc-line {
    height: 8px;
    border-radius: 6px;
    background: rgba(255,255,255,0.22);
  }
  .wc-line-long  { width: 80%; }
  .wc-line-mid   { width: 55%; }
  .wc-line-short { width: 40%; }

  /* floating badges */
.wc-badge-secure {
    position: absolute;
    top: -14px;
    left: 20px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 600;
    color: #8e2157;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    z-index: 1;
}

  .wc-badge-secure i {
    font-size: 15px;
    color: #8e2157;
  }

  .wc-badge-travelers {
    position: absolute;
    bottom: -18px;
    right: -10px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  }

  .wc-badge-travelers .num {
    font-size: 26px;
    font-weight: 600;
    color: #8e2157;
    line-height: 1;
  }

  .wc-badge-travelers .lbl {
    font-size: 11px;
    color: #777;
    line-height: 1.4;
    max-width: 56px;
  }

  /* ── Right: Content ── */
  .wc-content {
    display: flex;
    flex-direction: column;
  }

.wc-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff4f9;
    border: 1px solid #8e2157;
    border-radius: 30px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #8e2157;
    width: fit-content;
    margin-bottom: 16px;
}

  .wc-tag i {
    font-size: 14px;
  }

  .wc-accent-bar {
    width: 38px;
    height: 3px;
    border-radius: 3px;
    background: #8e2157;
    margin-bottom: 14px;
  }

  .wc-heading {
    font-size: 27px;
    font-weight: 600;
    color: #010101;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .wc-heading em {
    font-style: normal;
    color: #8e2157;
  }

  .wc-subtext {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  /* ── Benefit Cards ── */
  .wc-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .wc-card {
    background: #ffffff;
    border: 1px solid #e5d8de;
    border-radius: 16px;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 54px 1fr auto;
    gap: 14px;
    align-items: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
  }

  .wc-card:hover {
    border-color: #8b1f54;
    box-shadow: 0 4px 16px rgba(83,74,183,0.08);
  }

  .wc-card:hover .wc-icon {
    background: #EEEDFE;
  }

  .wc-icon {
    width: 54px;
    height: 54px;
    border-radius: 13px;
    background: #f2f3fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s ease;
  }

  .wc-icon img {
    width: 32px;
    filter: grayscale(1);
}

  .wc-card-text {}

  .wc-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #010101;
    margin-bottom: 3px;
  }

  .wc-card-desc {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
  }

  .wc-card-arrow {
    font-size: 18px;
    color: #e5d8de;
    flex-shrink: 0;
    transition: color 0.2s ease;
  }

  .wc-card:hover .wc-card-arrow {
    color: #8e2157;
  }

  /* ── Responsive ── */
  @media (max-width: 768px) {
    .whychoose-container {
      grid-template-columns: 1fr;
      gap: 50px;
    }

    .wc-image-bg {
      aspect-ratio: 16 / 9;
    }

    .wc-heading {
      font-size: 22px;
    }
  }

  @media (max-width: 480px) {
    .wc-card {
      grid-template-columns: 48px 1fr;
    }
    .wc-card-arrow {
      display: none;
    }
    .wc-badge-travelers {
      right: 0;
    }
  }
  
  
/* ── SECTION ── */
.abouts_main{
  padding:90px 0 80px;
  position:relative;
  overflow:hidden;
}

/* Big decorative background text */
.abouts_main::before{
  content:'TRAVEL';
  position:absolute;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  font-size:220px;
  font-weight:900;
  color:rgba(142,33,87,0.04);
  white-space:nowrap;
  pointer-events:none;
  letter-spacing:10px;
  line-height:1;
  user-select:none;
}


/* ── GRID LAYOUT ── */
.about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:start;
}

/* ── LEFT COLUMN ── */
.about-left{}

.section-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:500;
  text-transform:uppercase;letter-spacing:2px;
  color:#8e2157;
  margin-bottom:20px;
}
.eyebrow-line{
  width:32px;height:1.5px;
  background:linear-gradient(90deg,#8e2157,#e84393);
  border-radius:2px;
}

.about-headline{
  font-size:46px;
  font-weight:900;
  line-height:1.1;
  color:#0f0f0f;
  margin-bottom:28px;
  letter-spacing:-0.5px;
}
.about-headline .italic-word{
  font-style:italic;
  color:#8e2157;
}

.about-body p{
  font-size:15px;
  line-height:1.8;
  color:#4a4a4a;
  font-weight:400;
  margin-bottom:18px;
}
.about-body p:last-child{margin-bottom:0;}

/* highlight first para */
.about-body p:first-child{
  font-size:17px;
  color:#2a2a2a;
  font-weight:400;
  border-left:3px solid #8e2157;
  padding-left:18px;
  margin-bottom:22px;
}

/* ── MISSION BOX ── */
.mission-box{
  margin-top:32px;
  background:#0f0f0f;
  border-radius:20px;
  padding:28px 32px;
  position:relative;
  overflow:hidden;
}
.mission-box::before{
  content:'';
  position:absolute;
  top:-40px;right:-40px;
  width:120px;height:120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(232,67,147,0.3) 0%,transparent 70%);
}
.mission-box::after{
  content:'';
  position:absolute;
  bottom:-30px;left:20px;
  width:80px;height:80px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(142,33,87,0.25) 0%,transparent 70%);
}
.mission-label{
  font-size:10px;font-weight:500;
  text-transform:uppercase;letter-spacing:2.5px;
  color:rgba(255,255,255,0.4);
  margin-bottom:10px;
  display:flex;align-items:center;gap:7px;
}
.mission-label i{font-size:12px;color:#e84393;}
.mission-text{
  font-size:19px;
  font-style:italic;
  color:#fff;
  line-height:1.6;
  position:relative;z-index:1;
}
.mission-text strong{
  font-style:normal;
  color:#f8b84e;
  font-weight:700;
}

/* ── READ MORE LINK ── */
.read-more-link{
  display:inline-flex;align-items:center;gap:10px;
  margin-top:28px;
  font-size:14px;font-weight:500;
  color:#8e2157;
  text-decoration:none;
  border-bottom:1.5px solid #8e2157;
  padding-bottom:2px;
  transition:all .2s;
}
.read-more-link i{
  font-size:16px;
  transition:transform .2s;
}
.read-more-link:hover{
  color:#c0395c;
  border-color:#c0395c;
}
.read-more-link:hover i{transform:translateX(4px);}

/* ── RIGHT COLUMN ── */
.about-right{
  display:flex;
  flex-direction:column;
  gap:16px;
  position:sticky;
  top:40px;
}

/* ── VISUAL CARD ── */
.visual-card{
  background:linear-gradient(135deg,#0f0f0f 0%,#1e0b14 100%);
  border-radius:24px;
  padding:36px 32px;
  position:relative;
  overflow:hidden;
  min-height:260px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

/* Decorative plane */
.visual-card::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 70% 20%,rgba(232,67,147,0.35) 0%,transparent 55%),
    radial-gradient(circle at 20% 80%,rgba(83,74,183,0.3) 0%,transparent 50%);
}
.plane-deco{
  position:absolute;
  top:28px;right:28px;
  font-size:80px;
  color:rgba(255,255,255,0.07);
  line-height:1;
  transform:rotate(25deg);
}
.plane-deco i{font-size:80px;}

.vc-label{
  font-size:10px;letter-spacing:2px;text-transform:uppercase;
  color:rgba(255,255,255,0.35);font-weight:500;margin-bottom:8px;
  position:relative;z-index:1;
}
.vc-number{
  font-size:64px;font-weight:900;
  color:#fff;
  line-height:1;
  position:relative;z-index:1;
}
.vc-number span{
  font-size:28px;color:#e84393;
  vertical-align:super;
  margin-left:2px;
}
.vc-desc{
  font-size:14px;color:rgba(255,255,255,0.5);
  margin-top:6px;font-weight:300;
  position:relative;z-index:1;
}

/* ── STATS ROW ── */
.stats-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.stat-card{
  background:#fff;
  border:1px solid #ede8f0;
  border-radius:18px;
  padding:22px 20px;
  position:relative;
  overflow:hidden;
  transition:transform .2s,box-shadow .2s;
}
.stat-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(142,33,87,0.1);
}
.stat-card::after{
  content:'';
  position:absolute;
  bottom:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg,#8e2157,#e84393);
  border-radius:0 0 18px 18px;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .3s ease;
}
.stat-card:hover::after{transform:scaleX(1);}

.stat-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #fdf0f5;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 8px 15px 0 0;
}
.stat-icon i{font-size:18px;color:#8e2157;}
.stat-num{
  font-size:30px;font-weight:700;
  color:#0f0f0f;
  line-height:1;
}
.stat-num em{font-style:normal;color:#8e2157;}
.stat-lbl{
  font-size:12px;color:#888;font-weight:400;
  margin-top:4px;
}

/* ── FEATURES LIST ── */
.features-strip {
    background: #fff;
    border: 1px solid #ede8f0;
    border-radius: 18px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.feat-item{
  display:flex;align-items:center;gap:14px;
}
.feat-dot{
  width:8px;height:8px;border-radius:50%;
  background:linear-gradient(135deg,#8e2157,#e84393);
  flex-shrink:0;
}
.feat-text {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
}
.feat-text strong{font-weight:500;color:#0f0f0f;}
.feat-sep{height:1px;background:#f0ebf4;margin:0 -22px;}

/* ── SCROLL ANIMATIONS ── */
.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.visible{opacity:1;transform:translateY(0);}
.reveal-left{opacity:0;transform:translateX(-28px);transition:opacity .7s ease,transform .7s ease;}
.reveal-left.visible{opacity:1;transform:translateX(0);}
.reveal-right{opacity:0;transform:translateX(28px);transition:opacity .7s ease,transform .7s ease;}
.reveal-right.visible{opacity:1;transform:translateX(0);}

/* delay helpers */
.d1{transition-delay:.1s}
.d2{transition-delay:.2s}
.d3{transition-delay:.3s}
.d4{transition-delay:.4s}
.d5{transition-delay:.5s}

/* ── RESPONSIVE ── */
@media(max-width:860px){
  .about-grid{grid-template-columns:1fr;gap:40px;}
  .about-right{position:static;}
  .about-headline{font-size:36px;}
  .abouts_main::before{font-size:120px;}
  .stats-row{grid-template-columns:1fr 1fr;}
}
@media(max-width:480px){
  .about-headline{font-size:28px;}
  .abouts_main{padding:60px 0;}
  .abouts_main::before{display:none;}
}  

/** CARD CSS **/

.top_fares {
    padding: 45px 0 30px;
    background: #ffffff;
}

.section_heading {
    margin: 0 0 25px 0;
    text-align: center;
}
.section_heading h3 {
    margin: 0 0 8px 0;
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.section_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 #ccc;
    padding: 10px;
    border-radius: 8px;
	align-items: center;
}
.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;
}

.reviews_main {
    padding: 45px 0;
}
.trust_left {
    text-align: left;
    margin: 0 0 0px 0;
}
.trust_left h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px 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;
}
.trust_left a {
    background: #8e2157;
    padding: 10px 25px 10px 25px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    border-radius: 35px;
    font-weight: 500;
    text-decoration: none;
}

.trust_img span {
    font-size: 14px;
    display: inline-block;
    align-items: center;
    position: relative;
    top: -3px;
}
.trust_img span i{ margin:0 5px 0 0;}

.trust_slide {
    background-color: #f8f9fa;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(182, 196, 210, .4);
    margin: 0px 8px 5px 8px;
    padding: 15px 10px;
    min-height: 190px;
}
.trust_review h3 {
    font-size: 16px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trust_review p {
    font-size: 14px;
    color: #333;
    margin: 0 0 12px 0;
    font-weight: 400;
    line-height: normal;
}
.trust_review h6 {
    margin: 0 0 0 0;
    color: #959595;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.trust_review h6 span {
    text-transform: uppercase;
    font-size: 14px;
    color: #777777;
    font-weight: 600;
}



.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev {
    background: #ffffff;
    position: absolute;
    top: 40%;
    left: -28px;
    padding: 0px;
    transition: background 0.5s ease 0s;
    border-radius: 6px;
    width: 35px;
    height: 35px;
    box-shadow: #ccc 0 1px 5px;
    line-height: 35px;
    border: solid 1px #ddd;
}
.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 40%;
    right: -30px;
    padding: 0px;
    transition: background 0.5s ease 0s;
    border-radius: 6px;
    width: 35px;
    height: 35px;
    box-shadow: #ccc 0 1px 5px;
    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: 20px;
    line-height: 16px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
	font-size: 20px;
    line-height: 16px;
}	


.abouts_main {
    padding: 25px 0 45px;
}

/** DESTINATION SECTION CSS **/

.top_destinations {
    padding: 30px 0 45px 0;
    background: #ffffff;
}

.dest_items {
    margin: 0 10px 0px 10px;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .085);
    border: solid 1px #e6e6e6;
	background: #ffffff;
}

.origin_top {
    position: relative;
}
.special_deal {
    position: absolute;
    background: #ffffff;
    padding: 1px 6px 1px 6px;
    right: 10px;
    top: 10px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    border-radius: 4px;
}
.origin_top img {
    width: 100%;
    border-radius: 8px;
    padding: 0px;
    height: 200px;
}
.origin_bottom {
    text-align: left;
    padding: 15px 15px 15px 15px;
}
.origin_bottom h3 {
    margin: 0px 0 0 0;
    font-size: 18px;
    font-weight: 600;
}
.origin_bottom h3 span {
    float: right;
    color: #8e2157;
}
.origin_bottom h6 span {
    color: #8e2157;
    font-weight: 700;
    font-size: 17px;
    padding: 0 5px 0 5px;
}
.origin_bottom h6 {
    margin: 10px 0 0 0;
    font-weight: 500;
    color: #5e6175;
    font-size: 15px;
}
.origin_bottom h6 img {
    margin: -2px 2px 0 0;
}
.origin_bottom a {
    text-decoration: none;
    font-size: 15px;
    background: #ffffff;
    display: block;
    text-align: center;
    padding: 10px 10px;
    border-radius: 28px;
    color: #8e2157;
    font-weight: 500;
    margin: 15px 0 0 0;
    border: solid 1px #8e2157;
}

.call_action {
    background: #262a3a;
    border-radius: 0px;
    margin: 0 0 0px 0;
}
.callnow_left img {
    width: 100%;
}

.callnow_right {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    padding: 40px 20px;
}

.exclusive_deals {
    background: #efdc36;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.callnow_right h6 {
    background: #efdc36;
    color: #000000;
    display: inline-block;
    padding: 7px 20px 7px 20px;
    border-radius: 5px;
    margin: 0 0 15px 0px;
}

.callnow_right h3 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.callnow_right p {
    font-size: 15px;
    color: #ffffff;
    padding: 0 40px 0 40px;
    margin: 0 0 35px 0;
}

.exclusive_deals h4 {
    font-size: 22px;
    margin: 0 0 0 0;
    color: #333;
    font-weight: 600;
	text-align: left;
}
.exclusive_deals h4 span {
    display: block;
    font-size: 14px;
    color: #777;
    font-weight: 500;
}
.exclusive_deals a {
    background: #000000;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
}
.exclusive_deals a span img {
    margin: -3px 4px 0 0;
    width: 22px;
}

/** ABOUT US CSS **/

.about_banner{
	position: relative;
    width: 100%;
}
.about_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 0;
    border-radius: 0 0 0px 0px;
}
.page_heading {
    text-align: center;
    padding: 80px 0 0;
}
.page_heading h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.page_heading h2 {
    font-size: 22px;
    margin: 0;
    color: #fff;
    font-weight: 300;
}

.about_page_inner {
    padding: 45px 0;
}

.new_inform {
    position: relative;
}
.new_inform:before {
    background: linear-gradient(359deg, #1d92cc 14.91%, #262a3a 95.48%);
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    border-radius: 15px;
}
.new_inform:after {
    background: linear-gradient(181deg, #1d92cc 14.91%, #262a3a 95.48%);
    content: '';
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    border-radius: 15px;
}
.new_inform img {
    width: 100%;
    padding: 15px;
    border-radius: 25px;
}
.aboutus_info {}
.aboutus_info h3 {
    text-align: left;
    margin: 0 0 15px 0;
    color: #111111;
    font-size: 26px;
    font-weight: 800;
}
.aboutus_info p {
    font-size: 15px;
    color: #222222;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-weight: 400;
}
.aboutus_info h4 {
    text-align: left;
    margin: 0 0 10px 0;
    color: #111111;
    font-size: 22px;
    font-weight: 800;
}
.complate_abt {
    margin: 20px 0 0 0;
}
.complate_abt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: left;
    text-align: center;
}
.complate_abt ul li {
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    display: block;
    margin: 0 10px 0 0px;
    padding: 10px 14px 10px 14px;
    background: #f1df3c;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 10px;
    width: 160px;
}
.complate_abt ul li h6 {
    margin: 0 0 0 0;
    font-size: 12px;
    color: #333;
}

/* .contact_page_inner {
    padding: 45px 0;
}
.contact_inform{}
.contact_inform h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #000;
}
.contact_inform h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #1d92cc;
}
.contact_inform p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #333;
}

.contact_inform ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact_inform ul li {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #e8ebef;
    padding: 0 0 20px 0;
}

.contact_inform ul li img{
   margin:0 15px 0 0;
}
.contact_inform ul li h6 {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #777;
}
.contact_inform ul li h6 a {
    display: block;
    font-size: 17px;
    margin: 4px 0 0 0;
    color: #000;
    font-weight: 500;
	text-decoration: none;
}
.contact_inform ul li h6 span {
    display: block;
    font-size: 16px;
    margin: 4px 0 0 0;
    color: #000;
    font-weight: 500;
}

.formenq_info {
    padding: 25px;
    border-radius: 10px;
    background: #f0dc38;
}
.formenq_info h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #000;
}
.formenq_info p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #333;
}

label.form-label {
    margin: 0 0 5px 0;
    display: block;
    line-height: normal;
    font-size: 14px;
}
.form_control_box {
    width: 100%;
    border: solid 1px #ffffff;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    height: 44px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}
.form_control_box_text {
    width: 100%;
    border: solid 1px #ffffff;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
}
.btn.btn_primary_send {
    width: 100%;
    background: #1a1919;
    font-weight: 500;
    font-size: 17px;
    height: 48px;
    color: #fff;
} **/


/* ── OUTER CARD ── */
.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;
}

.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:#f8f6fb;
  border:1.5px solid #ede8f4;
  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:#f8f6fb;
  border:1.5px solid #ede8f4;
  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);
}

/* ── 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;}
}

.special_fares{ padding:45px 0;}


.pages_fares {
    padding: 45px 0 0;
}
.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;
}

.routes_pages {
    padding: 45px 0 45px 0;
}

.info_our_city{}
.info_our_city h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}

.info_our_city h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}

.info_our_city p {
    font-size: 15px;
    margin: 0 0 10px 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;
}

/** FOOTER CODE CSS **/

.footer_main {
    padding: 45px 0 45px 0;
    background: url(../images/banner-bg.webp);
    background-size: cover;
    left: -2px;
    position: relative;
    border-radius: 10px;
}

.footer_logo{}
.footer_logo img {
    margin: 0 0 20px 0;
    width: 160px;
}
.footer_logo h5 {
    font-size: 15px;
    color: #e5e5e5;
    line-height: 26px;
    margin: 0 0 0 0;
    font-weight: 500;
}
.footer_logo a {
    font-size: 17px;
    color: #e5e5e5;
    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: #ffffff;
}
.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: #e5e5e5;
    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: #bbbbbb;
    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;
}
/* .instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}
.linkedin {
    background: #0077b5 !important;
}
.pinterest {
    background: #dc1e26 !important;
}
.youtube {
    background: #f70031 !important;
} */


.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: #e5e5e5;
}
.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;
}

.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:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(135deg, #4c0629 0%, #8e2157 100%);
}

.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: #f8fbff;
    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;
    }

}

.mobilecall_opt {
    position: relative;
    padding: 2px 14px 2px 32px;
    border: solid 1px #8e2157;
    border-radius: 30px;
    margin: 2px 0 0 0;
	display:none;
}
.mobilecall_opt a{}
.mobilecall_opt a img {
    position: absolute;
    width: 35px;
    left: -2px;
    top: 0;
    border-radius: 34px;
}
.mobilecall_opt a h6 {
    margin: 0px;
    color: #8e2157;
    font-weight: 800;
    font-size: 14px;
}
.mobilecall_opt a p {
    font-size: 11px;
    margin: 0px;
    color: #5e6175;
    line-height: 14px;
    text-align: end;
    font-weight: 500;
}


.cookies-stripdiv {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 840px;
    z-index: 9999;
    background: #0e0e0e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px 24px;
    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 #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie-icon-wrap i{
  font-size:22px;
  color:#c1c1c1;
}
 
/* text */
.cookie-text{flex:1;}
.cookie-text p {
    font-size: 14px;
    color: #c1c1c1;
    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);box-shadow:0 8px 22px rgba(142,33,87,0.6);}
.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: #c1c1c1;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 14px;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid #c1c1c1;
    white-space: nowrap;
    transition: all .2s;
}
.cookie-decline:hover{
  color:rgba(255,255,255,0.6);
  border-color:rgba(255,255,255,0.2);
  background:rgba(255,255,255,0.05);
}
 
 
/* ── 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;}
}


/** MOBILE RESPONSIVE CSS **/

@media (min-width: 320px) and (max-width: 479px) {

.mobilecall_opt{ display:block;}
.holiday_banner{ padding: 0 0 20px 0; min-height: auto !important; border-radius: 5px; border: none;}
.holiday_banner:before{ border-radius: 5px;}
.why_us_main{ display:none;}
.top_destinations{ padding: 30px 0 30px 0;}	
nav.navbar.navbar-expand-lg.navbar-light{ padding: 5px 15px 5px 15px;}
.navbar.fixed{ padding: 8px 15px !important;}
.navbar-light .navbar-brand img { width: 100px;}	
.navbar-light .navbar-nav .nav-link{ padding: 8px 15px 8px 0px;}
.navbar-toggler{ padding: .15rem .25rem;}
.banner_heading { padding: 20px 0 10px 0; text-align: center;}
.banner_heading h1 { font-size: 18px; margin: 0 0 5px 0; line-height: 25px;}
.banner_heading h2{ display:none;}
.morehotels{ display:none;}
.chose_heading { display: block; flex-wrap: wrap; min-height: auto; text-align: center; margin: 0 0 20px 0; padding: 0;}
.why_head{ padding: 15px 15px; border-radius: 12px; margin-bottom: 15px;}
.why_head h3{ font-size: 16px;}
.why_head p{ font-size: 12px;}
.why_head img{ margin: 6px 10px 6px 0;}
.section_heading{ text-align:center;}
.owl-controls .owl-buttons .owl-prev{ left: 0px;}
.owl-controls .owl-buttons .owl-next{ right: 0;}
.origin_top img{ height: 220px;}
.trust_slide{ padding: 15px 20px;}
.callnow_right p{ padding: 0 0px 0 0px;}
.exclusive_deals{ flex-wrap: wrap; justify-content: center;}
.exclusive_deals h4{ text-align: center;}
.exclusive_deals a{ margin-top: 10px;}
.quick_links { margin-bottom: 20px;}
.payment_icons ul{ flex-wrap: wrap; }
.new_inform{ margin: 0 0 20px 0;}
.section_heading h3{ font-size: 20px; margin: 0 0 4px 0;}
.section_heading p{ font-size: 15px;}
.chose_heading h3{ font-size: 20px; margin: 0 0 4px 0;}
.chose_heading p{ font-size: 15px;}
.trust_left h3{ font-size: 20px;}
.trust_left h4{ font-size: 18px; font-weight:600;}
.social_links { margin: 0 0 20px 0;}
.quick_links ul{ border-right: none; min-height: auto;}
.footer_main{ background: #010101; padding: 45px 0 20px 0; left: 0;}
.payment_icons ul li img { width: 46px !important; height: 22px;}

	
}