 *{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: Arial, sans-serif;
}
/* Overlay */
.popup-overlay{
  position:fixed;
  top:0; left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

/* Popup box */
.popup-box{
  background:#fff;
  width:90%;
  max-width:420px;
  padding:25px;
  border-radius:10px;
  position:relative;
}

/* Close */
.popup-close{
  position:absolute;
  top:10px;
  right:15px;
  font-size:26px;
  cursor:pointer;
}

/* Form */
.popup-box input,
.popup-box textarea{
  width:100%;
  margin-bottom:12px;
  padding:10px;
  border:1px solid #ccc;
  border-radius:6px;
}

.submit-btn{
  width:100%;
  padding:10px;
  background:#ff5a00;
  color:#fff;
  border:none;
  border-radius:6px;
  cursor:pointer;
}

/* Mobile fix */
@media(max-width:480px){
  .popup-box{
    width:95%;
    padding:20px;
  }
}
.form-group2 {
    margin-bottom: -3px;
}
/* Default mega menu (jo baaki menus me 4 column deta hoga) */
.mega-menu1 {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
}

/* Hover par show */
li:hover > .mega-menu1 {
  display: block;
}

/* 🔥 ONLY Chardham Yatra → single column */
.single-col-menu .mega-menu1 {
  width: auto;              /* full width hat gaya */
  min-width: 260px;         /* clean dropdown size */
  left: 0;                  /* same item ke niche */
}

.single-col-menu .mega-menu1 .mega-col {
  width: 100%;
  display: block;
}

.single-col-menu .mega-menu1 ul {
  padding: 10px 0;
}

.single-col-menu .mega-menu1 li {
  padding: 6px 15px;
  white-space: nowrap;
}

/* ===== FORCE FULL WIDTH MAP ===== */
.map-fullwidth{
  width:100vw;
  margin:0;
  padding:0;

  /* container ke bahar nikalne ke liye */
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;

  overflow:hidden;
}

.map-fullwidth iframe{
  width:100%;
  height:420px;
  border:0;
  display:block;
}

/* Tablet */
@media (max-width: 768px){
  .map-fullwidth iframe{
    height:280px;
  }
}

/* Mobile */
@media (max-width: 480px){
  .map-fullwidth iframe{
    height:220px;
  }
}

/* BODY GAP FIX */
html, body{
  margin:0;
  padding:0;
  overflow-x:hidden;
}

/* ===== MOBILE RESPONSIVE ONLY ===== */
@media (max-width: 480px) {

  /* Enquiry Button */
  .enquiry-btn{
 transform: translateY(-50%) rotate(-90deg);
    position: fixed;
       right: -51px;
    top: 50%;
    background: #ff5722;
    color: #fff;
    padding: 13px 23px;
    cursor: pointer;
    border-radius: 1px;
    z-index: 9999;
    font-weight: bold;
  }

  /* Slider Full Width */
  .enquiry-slider{
    width: 100%;
    right: -100%;
    padding: 16px;
  }

  .enquiry-slider.active{
    right: 0;
  }

  /* Header */
  .slider-header h3{
    font-size: 18px;
  }

  .close{
    font-size: 28px;
  }

  /* Inputs */
  .form-group input,
  .form-group textarea{
    font-size: 14px;
    padding: 10px;
  }

  /* Button */
  button.submit{
    font-size: 15px;
    padding: 12px;
  }
}

/* Extra small devices */
@media (max-width: 480px){
  .slider-header h3{
    font-size: 16px;
  }
}

/* Button */
.enquiry-btn{
    transform: translateY(-50%) rotate(-90deg);
    position: fixed;
       right: -51px;
    top: 50%;
    background: #ff5722;
    color: #fff;
    padding: 13px 23px;
    cursor: pointer;
    border-radius: 1px;
    z-index: 9999;
    font-weight: bold;
}

/* Overlay */
.overlay{
  display: none;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
}

/* Slider */
.enquiry-slider{
 position: fixed;
    top: 58px;
    right:-420px;
    width: 350px;
  background:#fff;
  z-index:9999;
  transition: 0.4s ease;
  box-shadow:-4px 0 15px rgba(0,0,0,0.3);
  padding:20px;
}

/* Active */
.enquiry-slider.active{
  right:0;
}

/* Header */
.slider-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
}

.slider-header h3{
  margin:0;
}

.close{
  font-size:26px;
  cursor:pointer;
}

/* Form */
.form-group{
  margin-bottom:14px;
}

.form-group input,
.form-group textarea{
  width:100%;
  padding:10px;
  border:1px solid #ccc;
  border-radius:5px;
}

button.submit{
  width:100%;
  background:#ff5722;
  color:#fff;
  padding:12px;
  border:none;
  border-radius:5px;
  cursor:pointer;
}

/* Mobile */
@media(max-width:480px){
  .enquiry-slider{
    width:100%;
  }
}
/* ===== TOP BAR ===== */
.topbar{
  background: linear-gradient(to right,#0a1f44,#d58512);
  color:white;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 20px;
  font-size:14px;
}

.topbar a{color:white;text-decoration:none;margin-left:0px;font-size: 15px;
}

.pay-btn{
  background:white;
  color:#d58512 !important;
  padding:6px 12px;
  border-radius:20px;
  font-weight:bold;
}

/* ===== HEADER ===== */
.header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0px 20px;
  border-bottom:1px solid #eee;
  background:white;
}

.logo-section{display:flex;align-items:center;gap:10px;}

.logo{
  width:55px;height:55px;border-radius:50%;
  background:#f4c430;display:flex;
  align-items:center;justify-content:center;
  font-weight:bold;
}

.logo-section h2{color:#ff6600;}
.logo-section p{font-size:13px;}

/* ===== DESKTOP MENU ===== */
.desktop-menu a{
  margin:8 10px;
  text-decoration:none;
  color:#0a1f44;
  font-weight:500;
}

.menu-toggle{
  display:none;
  font-size:26px;
  cursor:pointer;
}

/* ===== MOBILE MENU ===== */
.mobile-menu{
  position:fixed;
  top:0;
  right:-100%;
  width:75%;
  height:100%;
  background:white;
  box-shadow:-2px 0 10px rgba(0,0,0,0.2);
  padding:20px;
  display:flex;
  flex-direction:column;
  transition:0.3s;
  z-index:999;
}

.mobile-menu a{
  padding:12px 0;
  border-bottom:1px solid #eee;
  text-decoration:none;
  color:#0a1f44;
}

.close-btn{
  font-size:28px;
  align-self:flex-end;
  cursor:pointer;
  margin-bottom:20px;
}

/* ===== MOBILE ONLY CHANGES ===== */
@media(max-width:768px){

  .desktop-menu{display:none;}
  .menu-toggle{display:block;}

  .top-right{display:none;}

  .topbar{
    flex-direction:column;
    text-align:center;
    gap:5px;
  }
}
.desktop-menu {
  display: flex;
  align-items: center;
  gap: 0px;
}

.desktop-menu a {
  text-decoration: none;
  color: #0a1f44;
  font-weight: 600;
  padding: 8px 9px;
}

/* Parent for dropdown */
.menu-item {
padding:8px;
  position: relative;
}

/* Mega Menu Box */
.mega-menu {
  position: absolute;
    top: 100%;
    left: 85%;
    transform: translateX(-50%);
    width: 1265px;
    background: white;
    padding: 17px 27px;
    display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  z-index: 999;
}

/* Show on hover */
.menu-item:hover .mega-menu {
  display: grid;
}

.mega-col h4 {
  color: #ff6600;
  margin-bottom: 10px;
}

.mega-col a {
  display: block;
  padding: 11px 0;
  border-bottom: 2px dotted orange;
  font-size: 14px;
}
@media (max-width: 768px) {
  .desktop-menu { display: none; }
  .menu-toggle { display: block; }
}
.menu-item { position: relative; }

/* Mega menu hidden */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  background: white;
  padding: 25px 25px;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  z-index: 999;
}

/* Desktop hover */
@media (min-width: 769px) {
  .menu-item:hover .mega-menu {
    display: grid;
  }
}

/* Mobile style */
@media (max-width: 768px) {

  .desktop-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .mega-menu {
    position: static;
    transform: none;
    width: 100%;
    box-shadow: none;
    padding: 10px 0 10px 15px;
    grid-template-columns: 1fr;
    display: none;
  }

  .menu-item.open .mega-menu {
    display: grid;
  }
}
/* MOBILE DROPDOWN SCROLL FIX */
@media (max-width: 768px) {

  .mega-menu {
    max-height: 250px;      /* jitni height chahiye */
    overflow-y: auto;       /* andar scroll aayega */
    padding-right: 8px;     /* scrollbar space */
  }

  /* Smooth scroll feel */
  .mega-menu::-webkit-scrollbar {
    width: 5px;
  }

  .mega-menu::-webkit-scrollbar-thumb {
    background: #ff6600;
    border-radius: 10px;
  }

}
@media (max-width:768px){

  .mega-menu {
    display: none;
  }

  .menu-item.open .mega-menu {
    display: grid;
  }

}

/*---------------itinerary-------------*/
h2 {
    text-align: center;
  margin-bottom: 20px;
}

/* Timeline */
.timeline {
  position: relative;
  margin-left: 40px;
  border-left: 3px solid #2c4366;
  padding-left: 10px;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

/* Circle Icon */
.timeline-icon {
  position: absolute;
  left: -28px;
  top: 0;
  width: 34px;
  height: 34px;
  background: #2c4366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
}

/* Title Bar */
.timeline-title {
  background: #2c4366;
  color: #fff;
  padding: 10px 14px;
  font-weight: bold;
  font-size: 15px;
  border-radius: 3px 3px 0 0;
}

/* Content */
.timeline-content {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 12px;
  font-size: 14px;
  line-height: 1.5;
}

/* Hover Effect */
.timeline-item:hover .timeline-title {
  background: #1d314f;
}

/* Responsive */
@media (max-width: 600px) {
  .timeline {
    margin-left: 20px;
  }
}


/*----------------footer start-------->
.footer {
  font-family: Arial, sans-serif;
}

/* TOP */
.footer-top {
  background: #f4f4f4;
  padding: 40px 0;
}

.container {
  
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-col {
  width: 23%;
  min-width: 220px;
}

.footer-col h3 {
  border-bottom: 2px solid orange;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.logo {
  width: 120px;
}

.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #7b3f61;
  color: #fff;
  margin-right: 8px;
}

/* BOTTOM */
.footer-bottom {
  background: #e9d6c1;
  padding: 30px 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.footer-bottom h4 {
  color: #ff7a00;
  margin-bottom: 10px;
}

.footer-bottom ul {
  list-style: none;
  padding: 0;
}

.footer-bottom ul li {
  margin: 6px 0;
  position: relative;
  padding-left: 12px;
}

.footer-bottom ul li::before {
  content: "›";
  color: #ff7a00;
  position: absolute;
  left: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .container {
    flex-direction: column;
  }
  .footer-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
}
.p{
    
}
.table-wrap {
  max-width: 1100px;   /* table width control */
  margin: 25px auto;   /* center horizontally */
  padding: 0 10px;
}

/* Table Style */
.center-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

/* Header */
.center-table th {
  background: #f2f2f2;
  border: 1px solid #999;
  padding: 10px;
  width: 0px;
  text-align: left;
}

/* Cells */
.center-table td {
  border: 1px solid #999;
  padding: 10px;
  vertical-align: top;
}

/* First column bold color */
.center-table td:first-child {
  font-weight: bold;
  color: #1f5c8a;
}

/* Mobile scroll */
@media (max-width: 700px) {
  .table-wrap {
    overflow-x: auto;
  }
}


  p {
  line-height: 1.7;      /* line gap (upar-niche space) */
  margin-bottom: 14px;   /* paragraph ke niche space */
  font-size: 18px;       /* optional — readable size */
  color: #222;           /* optional — soft dark text */
}
li{
        /* line gap (upar-niche space) */
  margin-bottom: 14px;   /* paragraph ke niche space */
  font-size: 18px;       /* optional — readable size */
  color: #222;  
}
td{
    line-height: 1.7;      /* line gap (upar-niche space) */
  margin-bottom: 14px;   /* paragraph ke niche space */
  font-size: 18px;       /* optional — readable size */
  color: #222;     
}
  b, strong {
    font-weight: bolder;
    color: #0f284e;
    font-size: 20px;
    }
    @media (max-width: 2560px) {
    @media only screen and (max-width: 768px) {
        #itinerary {
            width: 100% !important;
        }
    }
}
    @media (max-width: 2560px) {
        @media (max-width: 2560px) {
            .tourbrd h1, h1 a {
                font-size: 30px;
            }
            /* Mobile me hide */
    @media (max-width: 768px) {
      .single-image {
        display: none;
      }
    }
    /* Mobile view */
    @media (max-width: 768px){
      .tourbrd h1{
        font-size: 20px;
        line-height: 1.4;
        text-align: center;
        padding: 0 10px;
      }
    }
/* Default: Desktop me show */
.single-image {
  display: block;
  width: 100%;
  height: auto;
}

/* Mobile me hide */
@media (max-width: 768px) {
  .single-image {
    display: none;
  }
}

/* Default: hide everywhere */
.mobile-only-img {
  display: none;
}

/* Only Mobile View */
@media (max-width: 768px) {
  .mobile-only-img {
    display: block;
    width: 100%;
  }

  .mobile-only-img img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1333px;
    }
}
    @media (max-width: 2560px) {
    .tourbrd {
        background: #1c3961;
        border-left: 10px solid #1c3961;
        margin-bottom: 0px;
        border-radius: 9px;
        padding: 16px 30px;
        text-align: center;
        font-size: 20px;
        color: #fff;
    }
}
@media (max-width: 2560px) {
    .package-slider {
        background-color: #1c3961;
        box-shadow: 3px 3px 4px 1px #a094947a;
        margin-top: px;
    }
}
.single-image {
    width: 100%;
    max-width: 1300px;
    height: 461px;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
}
.content-section {
    width: 100%;
    padding: 0px 20px;
    background: #ffffff;
}

.content-container {
    max-width: 1100px;
    margin: auto;
    font-family: Georgia, "Times New Roman", serif;
    color: #000;
    line-height: 1.7;
}

/* Paragraph */
.content-container p {
    font-size: 18px;
    margin-bottom: 9px;
}

/* Note */
.content-note {
    font-size: 15px;
    margin-top: 10px;
}

.content-note strong {
    font-weight: bold;
}

/* Heading */
.content-heading {
    font-size: 34px;
    font-weight: bold;
    color: #0b4f7c;
    margin: 8px 0 5px;
}

/* Links */
.content-container a {
    /*color: #c40000;*/
    color: #fff;
    text-decoration: none;
}

.content-container a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .content-heading {
        width: 364px;
        font-size: 26px;
    }

    .content-container p {
        width: 348px;
        text-align: justify;
        font-size: 15px;
    }
}

.chardham-section{
    width: 100%;
    padding: 0 24px;
    background: linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,0.95));
    box-sizing: border-box;
}

.chardham-heading{
    text-align: center;
    font-size: 38px;
    margin: 0 0 10px;
    font-weight: bold;
    color: #111;
}

.chardham-subtext{
    text-align: center;
    max-width: 900px;
    margin: 0 auto 15px;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.packages-wrapper{
    max-width: 1300px;
    margin: auto;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.package-card{
    flex: 1 1 calc(25% - 22px);
    min-width: 260px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.package-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.package-content{
    padding: 10px;
}

.package-title{
    margin: 0 0 12px;
    font-size: 18px;
}

.package-title a{
    color: #092ba7;
    text-decoration: none;
}

.package-route{
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.package-actions{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-book{
    background: #f10000;
    border-radius: 6px;
}

.btn-book a{
    color: #fff;
    padding: 10px 18px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.btn-read a{
   margin-left: 28px;
    color: #0a7f2e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 0;
    display: inline-block;
}

/* Responsive */
@media (max-width: 992px){
    .package-card{
        flex: 1 1 calc(50% - 22px);
    }
}

@media (max-width: 600px){
    .package-card{
        flex: 1 1 100%;
    }
}

.chardham-info {
    max-width: 1300px;
    margin: auto;
    padding: 10px 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
}

.chardham-flex {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.chardham-box {
    flex: 1 1 320px;
    background: #fff;
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-top: 5px solid #0b4f7c;
}

.chardham-box h3 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: bold;
}

.chardham-box h3 span {
    color: #0b4f7c;
}

.chardham-box ul {
    padding-left: 18px;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.chardham-box ul li {
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .chardham-info {
        padding: 20px 14px;
    }
}


.taxi-section {
    width: 100%;
    padding: 24px 20px;
    background: #fafafa;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.taxi-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 12px;
    color: #222;
}

.taxi-section .taxi-desc {
    text-align: justify;
    font-size: 18px;
    max-width: 1200px;
    margin: 0 auto 40px auto;
    color: #555;
    line-height: 1.7;
    
}

.taxi-section .taxi-desc a {
    color: #0b4f7c;
    text-decoration: none;
    font-weight: bold;
}

.taxi-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

.taxi-card {
    flex: 1 1 260px;
    max-width: 385px;
    background: #ffffff;
    border-radius: 14px;
    padding: 26px 22px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    border-top: 4px solid #0b4f7c;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.taxi-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.taxi-card h4 {
    margin: 0 0 12px 0;
    font-size: 18px;
    color: #222;
}

.taxi-card p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .taxi-section {
        padding: 35px 16px;
    }
}

.itinerary-faq {
    max-width: 1100px;
    margin: 15px auto;
    font-family: Arial, Helvetica, sans-serif;
}

.itinerary-faq-title {
    background: #1d3b63;
    color: #fff;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}

.faq-box {
    border: 1px solid #1d3b63;
    border-top: none;
    padding: 20px;
}

.faq-item {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

.faq-icon {
    width: 32px;
    height: 32px;
    background: #1d3b63;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-content h4 {
    margin: 0 0 6px 0;
    font-size: 16px;
    color: #1d3b63;
}

.faq-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.package-slider {
    width: 100%;
    background: #1d3b63;
    padding: 0px 20px;
    box-sizing: border-box;
}

.package-slider .container {
    max-width: 1200px;
    margin: auto;
}

.tourbrd {
    text-align: center;
}

.tourbrd h1 {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.3;
    margin: 0;
    font-weight: 700;
}

/* Tablet */
@media (max-width: 992px) {
    .tourbrd h1 {
        font-size: 26px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .package-slider {
        padding: 0px 10px;
    }

    .tourbrd h1 {
        font-size: 20px;
        line-height: 1.4;
    }
}


/* WRAPPER */
.yatra-section{
  max-width:1100px;
  margin:40px auto;
  display:flex;
  gap:24px;
  flex-wrap:wrap;
}

/* CARD */
.yatra-card{
  flex:1;
  min-width:320px;
  background:#ffffff;
  border-radius:14px;
  box-shadow:0 6px 18px rgba(0,0,0,0.12);
  border:1px solid #e6e6e6;
  overflow:hidden;
}

/* IMAGE */
.yatra-image{
  padding:10px;
}

.yatra-image img{
  width:100%;
  border-radius:12px;
  display:block;
}

/* CONTENT */
.yatra-content{
  padding:16px 18px 20px;
}

.yatra-content h3{
  margin:0;
  font-size:18px;
  font-weight:700;
  color:#222;
}

.yatra-content p{
  font-size:14px;
  color:#555;
  margin:8px 0 12px;
  line-height:1.5;
}

/* DURATION */
.yatra-duration{
  font-size:13px;
  color:#444;
  margin-bottom:10px;
}

/* PRICE */
.yatra-price{
  margin-top:8px;
}

.yatra-price span{
  font-size:13px;
  color:#777;
}

.yatra-price .amount{
  font-size:22px;
  font-weight:700;
  color:#c62828;
}

.yatra-price .amount small{
  font-size:13px;
  color:#555;
  font-weight:500;
}

/* BUTTON */
.yatra-btn{
  display:block;
  margin-top:14px;
  text-align:center;
  padding:12px;
  background:#c62828;
  color:#fff;
  text-decoration:none;
  border-radius:8px;
  font-weight:600;
  font-size:14px;
}

.yatra-btn:hover{
  background:#b71c1c;
}

/* FAQ Section */
.faq-wrap{
  max-width:1100px;
  margin:40px auto;
  padding:0 15px;
}

.faq-title{
  font-size: 24px;
    text-align: center;
    background: #0b4f7c;
    margin-bottom: 25px;
    padding: 8px 7px;
    color: #fff;
}

/* FAQ Box */
.faq-item{
  margin-bottom:12px;
  border-radius:8px;
  overflow:hidden;
  border:1px solid #e0e0e0;
}

/* Question */
.faq-question{
  cursor:pointer;
  padding:14px 16px;
  font-size:15px;
  font-weight:600;
  
  color:#1a73e8;
  list-style:none;
}

/* Remove default arrow (Chrome) */
.faq-question::-webkit-details-marker{
  display:none;
}

/* Answer */
.faq-answer{
  padding:14px 16px;
  background:#ffffff;
  font-size:14px;
  color:#444;
  line-height:1.6;
}

/* Mobile */
@media(max-width:768px){
  .faq-title{
    font-size:20px;
  }
  .faq-question{
    font-size:14px;
  }
}

