*
{
    padding: 0px;
    margin: 0px;
}
body{
    padding: 0px;
    margin: 0px;
  font-family: 'Poppins';
}
.container {
    width: 84.375vw !important;
    max-width: 1080px !important;
    margin: 0 auto !important;
    padding: 0px !important;
}
.header { padding: 10px 30px; } 
.logo-text { font-size: 22px; font-weight: 600; color: #23567d; } 
.search-box { display: flex; align-items: center; }
.search-box i { color: #6c757d; font-size: 16px; margin-right: 10px;    margin-left: 20px; } 
.search-box input { border: none; outline: none; width: 100%; font-size: 16px; color: #333; }
.search-box input::placeholder { color: #999; }
.bold-text { font-weight: 600; } 
.currency-flag { width: 20px; height: 14px; object-fit: cover; margin-right: 5px; }
.profile-circle { background-color: #23567d; color: white; font-size: 12px; font-weight: 600; border-radius: 50%; padding: 5px 9px; margin-left: 20px; margin-right: 5px;}
.user-dropdown { font-size: 14px; color: #333; font-weight: 500; } 
.dropdown-toggle::after { margin-left: 5px; font-size: 10px; }
.logomain img{width: 100px;}
.rightflexmenu span{font-weight: 500; color: #525252;font-size: 15px;}
.rightflexmenu a{font-weight: 500; color: #525252;font-size: 15px;}
.borderbtm{    border-bottom: 1px solid #e0e0e0;padding: 8px 0px}

.destination-wrapper { display: flex; align-items: center; justify-content: space-between; background: #fff; } 
.scroll-container { display: flex; gap: 30px; overflow-x: auto; scroll-behavior: smooth; padding-bottom: 5px; } 
.scroll-container::-webkit-scrollbar { display: none; } 
.destination-item { flex: 0 0 auto; text-align: center; font-size: 13px; font-weight: 500; color: #2d2e32; position: relative; min-width: 60px; } 
.destination-item img { width: 30px; height: 30px; margin-bottom: 4px; object-fit: contain; }
.destination-item.active { color: #23567d; } 
.destination-item.active::after { content: ''; display: block; width: 44px; height: 2px; background: #23567d; margin: 3px auto 0; border-radius: 1px; } 
.badge-trending { position: absolute; top: -5px; right: -12px; background: #23567d; color: #fff; font-size: 8px; font-weight: 600; padding: 2px 4px; border-radius: 2px; } 
.arrow-btn { width: 41px; height: 40px; background: #ededed; border-radius: 50%; display: flex ; justify-content: center; font-size: 35px; cursor: pointer; margin-left: 15px; line-height: 35px; color: #3c3c3c; }
.divider { width: 1px; height: 45px; background: #e0e0e0; margin: 0 15px; margin-left: 21px; }
.toggle-buttons {padding: 3px; display: flex; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }
.toggle-buttons button { width: 50%;border: none; padding: 9px 20px; font-size: 14px; font-weight: 500; background: transparent; color: #2d2e32; }
.secondstrip{color: #323131;}
.secondstrip .col-lg-12{overflow: hidden;}
.secondstrip .row{align-items: center;}
.loginbtn a{text-decoration: none;}
.secondstrip{padding: 10px 0px; border-bottom: 1px solid #e0e0e0;}
.destination-item p{margin: 0px;font-weight: 500;}
.destination-item img{width: 26px;}
.toggle-buttons .active { background-color: #23567d; color: white; border-radius: 6px !important;}

.card-img-top { height: 220px; object-fit: cover; }
.tour-badge span { background: #fff4e4; padding: 3px 8px; font-size: 12px; border-radius: 5px; margin-right: 4px; margin-top: 4px; display: inline-block; } 
.tour-price .old-price { text-decoration: line-through;     color: #3c3c3c; font-size: 14px; } 
.tour-price .save-price { color: #0b822a; font-size: 9px; font-weight: 500; background-color: #e7f1e9 ;padding: 4px 6px;margin-left: 3px !important;} 
.tour-price .current-price {padding: 2px 0px; font-size: 20px; font-weight: 600; color: #000; }
.btn-call { border: 1px solid #23567d; color: #23567d; padding: 15px; border-radius: 8px; background: #fff; } 
.btn-request { background: #23567d !important; color: #fff !important; font-weight: 500 !important; border-radius: 8px !important;  } 
.owl-nav { position: absolute; top: 40%; width: 100%; display: flex; justify-content: space-between; } 
.owl-nav button { background: #fff !important; border-radius: 50% !important; width: 40px; height: 40px; box-shadow: 0 0 5px rgba(0,0,0,0.2); } .owl-nav i { font-size: 1.2rem; color: #000; }
.slidersection .owl-nav button{background: #ffffffb3; border-radius: 50%; min-width: 50px; min-height: 50px; max-width: 50px; max-height: 50px;  border: 1px solid #e0e0e0; cursor: pointer;}
.slidersection .owl-nav .owl-next{margin-right: -28px !important}
.slidersection .owl-nav .owl-prev{margin-left: -28px !important}
.slidersection .owl-item img{width: 100%; height: 340px; object-fit: cover; border-radius: 10px;}
.slidersection .card-body{padding: 0px !important}
.text-muted{padding: 10px 0px; margin-bottom: 0px !important;}
.slidersection .card-body .small{font-size: 15px;}
.slidersection .card-body h6{font-weight: 400; color: #000;margin-bottom: 12px;}
.tour-badge{ background: linear-gradient(180deg, #ffba0a25, #ffba0a00);border-radius: 4px;display: flex;align-items: center;gap: 12px;    padding: 5px 6px;}
.tour-badge div{display: flex;align-items: center;font-size: 13px;gap: 4px;}
.tour-badge span{background: transparent !important;padding: 0px !important;margin: 0px !important;font-weight: 700 !important;color: #000;}
.current-price .text-muted{font-size: 13px !important;font-weight: 400 !important;}
.topnameflex h4{color: #000e19}
.topnameflex{margin-top: 40px;}
.topnameflex i { background-color: #23567d; padding: 3px 6px; border-radius: 50%; color: #fff; font-size: 13px;    margin-left: 4px; }
.topnameflex a{font-size: 15px; font-weight: 500;}
.owl-carousel{margin-bottom: 30px;}
.fullonerows{border-bottom: 1px solid #e0e0e08a;padding-bottom: 30px;}
.fullonerows:last-child{border-bottom: none !important;}
.footermain{background-color: #2f343c;margin-top: 150px;}
.footer-logo { position: relative; display: inline-block; margin-bottom: 50px; margin-top: -50px;}
.footer-logo::before, .footer-logo::after { content: ""; position: absolute; top: 50%; width: 200px; height: 1px; background-color: #a5a5a5; } .footer-logo::before { left: -430px; width: 410px;} 
.footer-logo::after { right: -430px;width: 410px; } 
.footer-logo img { height: 80px; } 
.social-icons { margin-bottom: 50px; } 
.social-icons .icon { display: inline-block; width: 35px; height: 35px; line-height: 40px; background-color: #bbbbbb; color: #2d3038; border-radius: 50%; text-align: center; margin: 0 15px; font-size: 18px; transition: 0.3s ease; }
.social-icons .icon:hover { background-color: #cfcfcf; }
.footermenublack .copyright { font-weight: 700;     color: #a5a5a5; margin-bottom: 15px; } 
.footermenublack p { color: #a5a5a5; font-size: 14px; font-weight: 400; margin: 0 auto; padding-bottom: 50px;}
.footermenublack{text-align: center;}
.social-icons i{margin-top: 10px;}

.footerclass {position: relative; top: -90px; padding: 40px !important;background-color: #fff;  border: 1px solid #e0e0e0; border-radius: 20px; box-shadow: 0 0 20px 1px #00000024; }
.footerclass h6 {text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; font-size: 13px; color: #303030; font-weight: 600;} 
.footerclass a { display: block; margin-bottom: 8px; text-decoration: none; font-size: 10px; color: #858585; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }
.footerclass a:hover { text-decoration: none !important; color: #23567d !important;font-weight: 700;} 
.fraud { color: red !important; font-size: 12px; } 
.fraud::after { content: "⚠ "; color: red !important;} 
.destination-img { position: relative; overflow: hidden; border-radius: 0px;     }
.destination-img:hover img{  transition: transform .5s ease; transform: scale(1.1);}
.destination-img img { width: 100%; height: 85px; object-fit: cover; } 
.destination-img span { position: absolute; bottom: 8px; left: 8px; color: #fff; font-size: 9px; font-weight: 600; text-transform: uppercase; text-shadow: 0 0 3px rgba(0, 0, 0, 0.7); transform: translate(-50%, 50%); left: 50%; top: 0%; z-index: 9;text-align: center; }
.destifooter a{margin-bottom: 0px !important;}
.contentcol{border-right: 1px solid #e0e0e0;padding-left: 20px !important;}
.desticollast{width: 30% !important;padding-left: 20px !important;}
.bgoverlay {     background: #00000052; position: absolute; content: ""; left: 0; right: 0; bottom: 0px; height: 100%; z-index: 0; border-radius: 0px; }

.rounded-img { border-radius: 0px; object-fit: cover; } 
.small-img { height: 50%; } 
.img-label { position: absolute; bottom: 10px; left: 15px; color: white; font-weight: bold; } .image-box { position: relative; height: 50%; } 
.view-all-btn { position: absolute; bottom: 10px; right: 15px; } 
.pointer { cursor: pointer; }
.leftimgcol img{height: 480px !important;}
.rightcolimg .col-6{height: 240px !important;padding: 5px !important;padding-top: 0px !important;}
.rightcolimg .col-6 img{height: auto !important;min-height: 100% !important;object-fit: cover !important;margin-bottom: 0px !important;}
.leftimgcol img{border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.leftimgcol{padding-right: 2px !important;}
.btn-light { color: #000; background-color: #ffffff; border-color: #f8f9fa; font-size: 13px; font-weight: 500; padding: 10px 20px; border-radius: 6px; position: absolute; bottom: 20px; right: 20px; }

.enquiry-box {  background: #fff;     border: 1px solid #e0e0e0;border-radius: 12px; padding: 16px;  }
 .package-title {font-size: 14px;     color: #515151; font-weight: 500; margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
 .price-block {margin-bottom: 12px; color: #202020; font-size: 15px; font-weight: 600; line-height: 23px; margin-right: 5px;} 
.price-block del { font-size: 14px; color: #999; color: #7c7c7c; font-size: 12px; font-weight: 500; line-height: 18px; margin: 0px 5px; }
  .price-block .save-tag { background-color: #e6f4ea; padding: 5px 2px; color: #0b822a; font-size: 9px; font-weight: 700; line-height: 14px; text-transform: capitalize; } 
 .enquiry-box  .form-control { font-size: 14px; border-radius: 6px; padding: 12px; font-weight: 600;} 
  .enquiry-box .form-select{ font-size: 14px; border-radius: 6px; padding: 12px; font-weight: 600;} 
 .enquiry-box  .form-control::placeholder { font-size: 14px; color: #999999e2;font-weight: 600; } 
.enquiry-box   .form-control:focus, .form-select:focus { box-shadow: none; border-color:  #23567d;  } 
 .enquiry-box  .enquiry-box .textarea { resize: none; }
.enquiry-box .submit-btn { background-color: #23567d; color: #fff; font-weight: 500; border: none; width: 100%; border-radius: 6px; padding: 12px; transition: background 0.3s ease; font-weight: 400; font-size: 16px; }
 .enquiry-box   .submit-btn:hover { background-color:  #23567d;  } .form-group { margin-bottom: 12px; }

  .tour-title { font-size: 30px; font-weight: 600; color: #1d1d1d; font-family: 'Poppins';line-height: 45px;}
   .days-badge {background-color: #23567d; color: #fff; font-size: 13px; font-weight: 500; padding: 5px 10px; border-radius: 25px; margin-right: 10px; } 
   .city-info { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; } 
   .city-block {gap: 5px; display: flex;align-items: center; font-size: 14px; border-right: 1px solid #e1e1e1; padding-right: 12px; margin-right: 0px; } 
   .city-block:last-child { border-right: none; } 
   .city-days { font-family: 'Poppins'; font-size: 31px; font-weight: 700; line-height: 47px; color: #b3b3b3;}
    .city-name { font-size: 13px; color: #555;  font-family: 'Poppins';} 
   .divider { height: 1px; background-color: #eaeaea; margin: 18px 0; } 
  .facilities { margin-right: 30px;display: grid ; grid-template-columns: auto auto auto; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding-top: 20px; margin-top: 30px; padding-bottom: 15px; }
   .facility-item { display: flex; align-items: center; font-size: 14px;   font-family: 'Poppins';   color: #515151; margin-bottom: 20px;} 
   .facility-item i { margin-right: 8px; font-size: 16px;     color: #515151;}
 .city-name p { margin: 0px; font-size: 10px; font-weight: 500; }
  .city-name h6 { margin: 0px; font-size: 12px; font-weight: 500; line-height: 17px; color: #202020; }

/*.trip-highlights { max-width: 800px; margin: auto; }*/
 .trip-highlights h5 { margin-bottom: 20px; color: #202020; font-size: 18px; font-weight: 500; line-height: 27px;font-family: 'Poppins';   } 
 .trip-highlights ul {font-family: 'Poppins';   padding-left: 20px; } 
.trip-highlights li { margin-bottom: 10px; line-height: 1.8;   color:  #010b1c !important; font-size: 15px; font-weight: 400; line-height: 21px; }
.btn-box { font-family: 'Poppins'; margin-top: 30px; background: #f4f6f9; padding: 7px 10px; border-radius: 7px; }
  .btn-custom { border-radius: 8px; font-weight: 500; padding: 9px 18px !important; font-size: 14px; margin-right: 10px; box-shadow: none; }

  .btn-light-custom { font-size: 14px !important;font-weight: 500 !important; color: #8e8e8e !important; box-shadow: 0 0 10px 1px #00000012 !important; background: #fff !important;} 
  .btn-light-custom:hover { background-color: #eaeaea; }
  .btn-custom:focus{box-shadow: none !important}
     .btn-box .active { background-color: #23567d !important; color: #fff !important; border: none; } 
.btn-box .active:hover{ background-color: #23567d !important; color: #fff !important; border: none;} 

  .accordionmaindiv .accordion-item { font-family: 'Poppins';border: none !important;   margin-bottom: 12px;border: none;overflow: hidden;box-shadow: 0 0 10px rgba(0, 0, 0, .05); padding: 15px;padding-bottom: 0px !important; border-radius: 7px; border: 1px solid #e0e0e0 !important; font-size: 12px; font-weight: 400; line-height: 18px; border-radius: 6px !important;}
  .accordionmaindiv  .accordion-button {font-family: 'Poppins'; font-weight: 500; color: #1e1e1e; font-size: 16px;  border: none !important;padding: 0px !important;padding-bottom: 15px !important;} 
  .accordionmaindiv .accordion-button::after { transition: transform 0.2s ease-in-out; } 
  .accordionmaindiv   .accordion-button:not(.collapsed)::after { transform: rotate(180deg); } 
.accordionmaindiv .day-pill {  color: #fff;  font-weight: 700; padding: 5px 10px; border-radius: 999px; margin-right: 10px; text-transform: uppercase; padding: 3px 12px; border-radius: 20px; background: #23567d; font-size: 12px; font-weight: 600; line-height: 18px; color: #fff; }
 .accordionmaindiv    .accordion-body { padding: 15px 3px; font-size: 14px; background-color: #fff; border-top: 1px solid #eee;    color: #515151 !important; } 
 .accordionmaindiv    .accordion-button:focus { box-shadow: none; }
 .accordionmaindiv{margin-top: 20px;}
 .accordionmaindiv .accordion-header{border: none !important;font-weight: 500; font-size: 16px; line-height: 24px; color: #202020;}
 .accordion-button:not(.collapsed){font-weight: 500; font-size: 16px; line-height: 24px; color: #202020 !important; background-color: transparent !important; box-shadow: none !important;}
 .end-heading { text-align: center; font-size: 42px; font-weight: 500; font-family: 'Brush Script MT', cursive; color: #f4a623; position: relative; margin-bottom: 40px; }
  .end-heading::before, .end-heading::after { content: ''; position: absolute; top: 50%; width: 250px; height: 2px; background-color: #f4a623; } .end-heading::before { left: 0; } 
  .end-heading::after { right: 0; } 
  .package-box {font-family: 'Poppins'; background: #fff; padding: 30px; border-radius: 10px;    border: 1px solid #e0e0e0;} 
  .package-box h5 {font-family: 'Poppins'; font-weight: 500; font-size: 18px; } .section-title { font-weight: 600; margin-bottom: 15px; } 
 .checklist li {font-family: 'Poppins'; list-style: none; display: flex; align-items: flex-start; margin-bottom: 6px; font-size: 15px; line-height: 1.5; }
  .checklist li i { font-size: 18px; margin-right: 10px; margin-top: 2px; } 
 .checklist .included i { color: #28a745; } 
 .checklist .excluded i { color: #dc3545; }
 .inclusionsborder{border-right: 1px solid #ddd;}
 .checklist{padding: 0px;font-family: 'Poppins';}
 .fullcontentbox{margin-top: 40px;}

 .contentacordian .nav-links a { color: #555; text-decoration: underline; margin-right: 20px; font-size: 14px; }
  .contentacordian .accordion-button { background-color: #fff; font-weight: 600; font-size: 18px; padding: 20px 0; color: #212529; box-shadow: none; border: none;  } 
  .contentacordian .accordion-button::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 5.5l6.5 6 6.5-6L13.5 4 8 9.5 2.5 4z'/%3E%3C/svg%3E"); transform: rotate(0deg); } 
  .contentacordian .accordion-button:not(.collapsed)::after { transform: rotate(180deg); } 
 .contentacordian  .accordion-item { border: none; }
  .contentacordian  .accordion-collapse { border-bottom: 1px solid #eee; }
  .contentacordian  .accordion-body { padding-left: 0; }
  .contentacordian .accordion-button:focus{box-shadow: none !important;}



.mainherobanner .owl-carousel .item { height: 100vh; background-size: cover; background-position: center; position: relative; } 
.fixed-overlay { position: absolute; bottom: -75px; left: 0; width: 100%; background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0)); padding: 50px 20px; text-align: center; color: white; z-index: 2; } 
.fixed-overlay h2 { font-size: 2.5rem; font-weight: 700; color: #ffc107; } 
.fixed-overlay .price { font-size: 1.4rem; margin-top: 15px; } 
.fixed-overlay .price del { color: rgba(255, 255, 255, 0.7); margin-right: 10px; } 
.fixed-overlay .price span { color: white; font-weight: bold; } 
.fixed-overlay .btn-orange { background-color: #23567d; color: white; padding: 12px 20px; border: none; border-radius: 25px; font-weight: bold; margin-top: 20px; text-decoration: none; display: inline-block; } 
.mainherobanner .owl-nav { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); display: flex; justify-content: space-between; padding: 0 20px; z-index: 3; } 
.mainherobanner .owl-nav button.owl-prev, .owl-nav button.owl-next { background: rgba(255,255,255,0.9) !important; border-radius: 50% !important; width: 45px; height: 45px; font-size: 1.5rem !important; color: #000 !important; display: flex; align-items: center; justify-content: center; transition: 0.3s ease; } .owl-dots { position: absolute; bottom: 15px; width: 100%; text-align: center; z-index: 3; }

.tourboxcnt .tour-box { background-color: #f8f9fa; border-radius: 10px; padding: 24px 28px;  margin: 40px auto; color: #4a4a4a; box-shadow: 0 0 4px rgba(0,0,0,0.04); } 
.tourboxcnt .tour-box h5 { font-weight: 700; font-size: 18px; color: #333333; margin-bottom: 16px; } 
.tourboxcnt .tour-box p { font-size: 15px; line-height: 1.7; margin-bottom: 14px; }
 .tourboxcnt .read-more { font-size: 14px; font-weight: 600; color: #4a4a4a; text-decoration: none; } 
 .tourboxcnt .read-more:hover { text-decoration: underline; } 
 .tourboxcnt .text-end { margin-top: 10px; }


 .footerlinkstop h5 {font-family: 'Poppins'; font-weight: 600; font-size: 20px; color: #1a1a1a; margin-bottom: 20px; } 
 .package-links a {font-family: 'Poppins'; display: inline-block; color: #5c5c5c; font-size: 15px; margin-right: 10px; margin-bottom: 8px; text-decoration: none; border-right: 1px solid #dcdcdc; padding-right: 12px; line-height: 1.6; } 
 .package-links a:last-child {font-family: 'Poppins'; border-right: none; } 
 .package-links a:hover {font-family: 'Poppins'; text-decoration: underline; color: #000; }
 .alllinks{margin-top: 30px;border-top: 1px solid #ddd;padding-top: 30px;}
 .maintopbanner{ background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://consultinghtc.com/wp-content/uploads/2023/10/Accru-Blog-Banner.jpg');background-size: cover;background-position: center;width: 100%;height: 250px;}
 .maintopbanner h1{    padding-top: 85px; text-align: center;   font-size: 2.8rem;font-weight: bold;text-shadow: 1px 1px 4px #000;color: #fff !important;}
 .terms-container {  font-size: 14px; color: #333; line-height: 1.8; padding: 30px; }
 .terms-container h5 { font-weight: 600; color: #243e50; margin-bottom: 20px; font-size: 28px; margin-top: 40px;}
 .terms-container p { font-size: 16px; font-weight: 400; }




    .hero-section { background: url('https://getwallpapers.com/wallpaper/full/1/9/f/685500.jpg') no-repeat center center; background-size: cover; height: 700; display: flex; align-items: flex-end; justify-content: center; position: relative; padding-bottom: 60px; } 
    .hero-content { text-align: center; color: white; } 
     .hero-content  p{font-size: 22px;}
    .hero-content h1 { font-size: 42px; font-weight: 700; margin-bottom: 10px; position: relative; display: inline-block; } 
    .hero-content h1::after { content: ""; display: block; margin: 10px auto 0; width: 90%; height: 2px; background-color: white; } 
    .location-text { font-size: 18px; margin: 20px 0; font-weight: 400; }
     .location-text i { color: white; margin-right: 6px; font-size: 16px; }
      .hero-button { background-color: #f37021; color: #fff; border: none; padding: 12px 20px; border-radius: 30px; font-size: 14px; font-weight: 500; transition: background-color 0.3s ease; }
       .hero-button:hover { background-color: #d65e1b; }

       .poi-card { border: 1px solid #e1e1e1; border-radius: 7px; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.2s ease; } .poi-card img { height: 200px; object-fit: cover; border-top-left-radius: 7px; border-top-right-radius: 7px; } .poi-title { font-size: 15px; font-weight: 600; margin-bottom: 6px; color: #2d2d2d; } .poi-text { font-size: 13px; color: #6c757d; line-height: 1.5; } .poi-text .read-more { color: #2d2d2d; font-weight: 500; }
         .mainpointerdiv .fw-semibold{font-weight: 600; letter-spacing: 0px; margin-bottom: 20px !important; margin-top: 40px !important;}
         .bgsection{background-color: #11344d;height: 383px;}
       
.option-card { background-color: #fff; border-radius: 10px; padding: 30px 25px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); display: flex; align-items: flex-start; gap: 15px; height: 100%; transition: 0.3s ease; } 
.option-card:hover { box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08); cursor: pointer;} 
.option-icon { width: 40px; height: 40px; flex-shrink: 0; }
.option-content h6 { font-weight: 600; font-size: 16px; color: #11344d; margin-bottom: 6px; } 
.option-content p { font-size: 13px; color: #526178; margin: 0; line-height: 1.5; } 
.icon-lightbulb { background: url('https://cdn-icons-png.flaticon.com/128/2936/2936952.png') no-repeat center; background-size: contain; } 
.icon-support { background: url('https://cdn-icons-png.flaticon.com/128/7268/7268612.png') no-repeat center; background-size: contain; } 
.icon-lightbulb, .icon-support { width: 40px; height: 40px; }
.topboxtwo{width: 70%; margin: auto; position: relative;top: -70px;}
.graybgcnt{background-color: #f5f7f9 !important;padding-bottom: 20px;}

.section-heading { text-align: center; color: #11344d; font-weight: 700; font-size: 20px;  } 
.view-all { text-align: center; margin-top: 6px; margin-bottom: 30px; } 
.view-all a { color: #4a6ee0; font-size: 14px; text-decoration: none; } 
.kb-card { background-color: #fff; border-radius: 7px; padding:30px; text-align: center; height: 100%; transition: box-shadow 0.3s ease; border: 1px solid #EBEFF3;}
 .kb-card:hover {cursor: pointer; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); } 
.kb-icon { width: 55px; height: auto; margin-bottom: 20px; }
.kb-title { font-weight: 600; font-size: 14px; color: #11344d; margin-bottom: 15px; }
 .kb-desc { font-size: 13px; color: #3f5875; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-height: 3.2em; }
 .knowlegebox{width: 80%; margin: auto;}

 .most-popular-box {  padding: 24px; background: #fff; }
  .most-popular-box h5 { font-size: 18px; font-weight: 600; color: #2e3f53; margin-bottom: 0;font-family: 'Poppins';  } 
  .most-popular-box a.view-all { font-size: 14px; color: #2b4bb4; text-decoration: none; } 
  .most-popular-box a.view-all:hover { text-decoration: underline; } 
  .article-item { padding: 16px;  display: flex; gap: 10px; } 
   .article-icon { width: 18px; height: 18px; margin-top: 2px; } 
  .article-text { flex: 1; } 
  .article-text .title { font-size: 15px; font-weight: 600; color: #2b4bb4; line-height: 25px; margin-bottom: 5px; } 
  .article-text .title:hover { text-decoration: underline;cursor: pointer; color: #000;text-decoration: none;}
   .article-text .date { font-size: 13px; color: #242424;; }
    .last-black .title {  font-size: 15px; font-weight: 600; color: #2b4bb4; line-height: 25px; margin-bottom: 5px; }
 .most-popular-box .col-md-6{padding: 32px !important;}


 .spiti-banner { background: url('https://wanderon-images.gumlet.io/gallery/new/2025/02/27/1740643801422-places-to-visit-in-spiti-valley-in-june.webp') no-repeat center center; background-size: cover; height: 290px; display: flex; align-items: center; position: relative; } 
 .spiti-overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.25); /* subtle dark overlay */ } .spiti-text { position: relative; color: white; font-size: 32px; font-weight: 700; display: flex; align-items: center; margin-left: 30px; margin-top: 30px;} 
 .orange-line { width: 3px; height: 45px; background-color: #ffa500; margin-right: 12px; }

 .breadcrumb { background-color: transparent; padding-left: 0; margin-bottom: 0;     margin-top: 16px;} 
 .breadcrumb li {  color: #000; text-decoration: none; font-size: 13px !important;}
 .breadcrumb-item a { color: #000; text-decoration: none; font-size: 13px !important;} 
 .breadcrumb-item a:hover { text-decoration: underline; } 
.blogscontent .content { background-color: #fff; padding: 20px; padding-bottom: 40px !important;margin-top: 30px !important;} 
 .blogscontent .content h1 { border-left: 4px solid #ffa500;; padding-left: 20px; position: relative; left: -20px; font-size: 25px; font-weight: 600; color: #505050; margin-bottom: 20px !important;} 
.blogscontent .content p {font-size: 13px; color: #6c757d; line-height: 1.6; } 
 .blogscontent  .read-more {color: #ffa500; font-weight: 500; text-decoration: none; text-align: right; float: right; font-size: 14px; }
 .breadcrumb-item+.breadcrumb-item::before{content: none !important;}

 .recently-browsed { background-color: #f8f9fa; padding: 30px 0; } 
 .recently-browsed h4 { font-size: 20px; font-weight: 700; color: #212529; margin-bottom: 20px; } 
 .recently-browsed .card {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; padding: 10px !important; border: none !important; background-color: #fff; border-radius: 0px; overflow: hidden; display: grid ; gap: 15px; grid-template-columns: auto auto;} 
 .recently-browsed .card img { width: 100%; height: 240px; object-fit: cover; border-radius: 8px; } 
  .recently-browsed .card-body{padding: 0px !important;}
  .recently-browsed .card-body h5 {font-size: 13px; font-weight: 600; color: #212529; }
   .original-price {text-decoration: line-through; color: #6c757d; font-size: 13px;margin-bottom: 0px; } 
   .discounted-price {color: #11344d; font-weight: 700; font-size: 13px;margin-bottom: 0px; } 
   .btn-enquiry:hover { background-color: #11344d; text-decoration: none; } 
.recently-browsed .price { margin: 0; padding: 0; } 
.recently-browsed .col-md-4 { margin-bottom: 30px;     width: 280px;}
.imgdivcard{width: 100px; height: 105px; overflow: hidden; border-radius: 0px;}
.imgdivcard img{width: 100%;height: auto;min-height: 100% !important; object-fit: cover;border-radius: 0px !important;}
 .recently-browsed .btn-enquiry  { background-color: orange; color: white; font-weight: 500; border: none; padding: 2px 10px; border-radius: 5px; font-size: 13px; margin-top: 5px; border-radius: 4px !important; }

 .fourboxdiv .card { border: none; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); border-radius: 10px !important; }
 .fourboxdiv  .card-img-top { height: 200px; object-fit: cover; border-radius: 8px; } 
 .fourboxdiv  .card-body { padding: 16px; }
 .fourboxdiv   .card-title { font-size: 14px; font-weight: 600; color: #333; margin-bottom: 8px; } 
 .fourboxdiv   .card-text { font-size: 15px; color: #000000; margin-bottom: 16px; font-weight: 500;} 
.fourboxdiv .btn-primary { background-color: orange; border: none; color: white; width: 100%; padding: 5px; font-weight: 500;}
.fourboxdiv .btn-primary:hover { background-color: orange } 
.fourboxdiv  .text-end a { font-size: 16px; color: #007bff; text-decoration: none; }
.fourboxdiv  .text-end a:hover { text-decoration: underline; }
.fourboxdiv h2{font-size: 20px;font-weight: 600;}

.rightdetailcard .card { background-color: #ffffff; border-radius: 0px; box-shadow: 0px 4px 12px rgb(0 0 0 / 0%); border: none; }
.rightdetailcard h4 { font-size: 16px; font-weight: 500; color: #333;} 
.rightdetailcard .form-label { font-size: 14px; font-weight: 500; } 
.rightdetailcard .form-control {border-radius: 6px; padding: 7px 12px; font-size: 13px; box-shadow: none; border: 1px solid #ddd;margin-bottom: 14px !important;}
.rightdetailcard select {border-radius: 6px; padding: 7px 12px; font-size: 13px; box-shadow: none; border: 1px solid #ddd;margin-bottom: 14px !important;}
.rightdetailcard  .form-control:focus { border-color: #ffa500; box-shadow: 0 0 0 0.2rem rgba(248, 160, 85, 0.25); } 
.rightdetailcard .input-group { border-radius: 6px; } 
.rightdetailcard .input-group select, .input-group input { border-radius: 6px; }
.rightdetailcard  textarea.form-control { border-radius: 6px; padding: 10px; }
.rightdetailcard  .btn-warning { background-color: #ffa500; border: none; color: white; font-weight: 500; padding: 14px; font-size: 16px; border-radius: 6px; } 
.rightdetailcard .btn-warning:hover { background-color: #ffa500; } 
.rightdetailcard .text-center { margin-top: 10px; }
.rightdetailcard .card .mb-3{margin-bottom: 5px !important;}


.leftimagecontent .card { border: none; border-radius: 0px !important; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); background-color: #fff; }
.leftimagecontent .card-title {  color: #333; display: flex ; align-items: center; border-left: 4px solid #ffa500; padding-left: 20px; position: relative; left: 0px; font-size: 25px; font-weight: 600; padding-top: 25px; padding-bottom: 25px; }
.leftimagecontent .numbering { color: #ffa500; font-size: 36px; font-weight: bold; margin-right: 15px; }
.leftimagecontent .card-body { padding: 0px; }
.leftimagecontent .card-body img { width: 100%; height: auto; border-radius: 0px !important; }
.daynycontentdiv{font-size: 14px;padding: 20px;line-height: 25px !important;}

.newsarticle .card-title {  color: #333; display: flex ; align-items: center; border-left: 4px solid #ffa500; padding-left: 20px; position: relative; left: 0px; font-size: 20px; font-weight: 600; padding-top: 25px; padding-bottom: 25px; }
.flexbothdiv{display: grid;grid-template-columns: auto auto;grid-gap: 15px;padding: 12px;margin-bottom: 10px;}
.imgleftarticle { width: 100px; height: 100px; overflow: hidden; }
.imgleftarticle img{width: 100%;height: auto;min-height: 100%;object-fit: cover;}
.newsarticle .card{background-color: #ffffff; border-radius: 0px; box-shadow: 0px 4px 12px rgb(0 0 0 / 0%); border: none;}
.flexbothdiv p{color: #ff5300; font-size: 15px; text-decoration: underline;}
.newsarticle{margin-top: 30px;}

.tour-package-card {  margin-top: 30px;  display: grid !important; grid-template-columns: 25% 50% 25% !important; border: 1px solid #ddd; border-radius: 8px;  margin-bottom: 20px;border: none !important; border-radius: 0px !important; border: 1px solid #ddd !important; } 
.sendenquirybox .card-title { font-size: 14px; font-weight: 500; color: #333; margin-bottom: 10px; } 
.sendenquirybox .card-img-top { height: 200px; object-fit: cover; border-top-left-radius: 8px; border-top-right-radius: 8px;border-radius: 0px !important; } 
.sendenquirybox  .rating { font-size: 14px; }
.sendenquirybox .stars { color: #f8a055; font-size: 18px; margin-bottom: 3px;} 
.sendenquirybox .ratings { color: #888; font-size: 12px; margin-left: 10px; margin-bottom: 3px !important;} 
.sendenquirybox  .card-body { padding: 15px; }
.sendenquirybox  .duration, .location { font-size: 14px; color: #555; }
.sendenquirybox  .price { font-size: 16px; margin-top: 10px; } 
.original-price { text-decoration: line-through; color: #aaa; } 
.discounted-price { color: #f8a055; font-weight: bold; margin-left: 10px; font-size: 20px !important;color: #000 !important;}
.sendenquirybox .btn-orange { background-color: #f8a055; border: none; color: white; font-weight: 500; padding: 7px 10px; font-size: 14px; border-radius: 6px; }
.sendenquirybox   .btn-orange:hover { background-color: #f38c46; }
.middlecnt{padding: 10px 20px; border-right: 1px solid #ddd;}
.imgboxen{height: 150px !important;overflow: hidden !important;}
.imgboxen img{height: auto !important;min-height: 100% !important;object-fit: cover !important;}
.card-title2{font-size: 14px;}
.sendenquirybox .duration{margin-bottom: 3px !important;}
.pricerightend{text-align: center;} 
.pricerightend p{font-size: 14px !important;}
.pricerightend{padding: 10px !important;}
.tour-package-card{margin: 15px !important;border-top-right-radius: 10px !important;border-bottom-right-radius: 10px !important;}
.slidersection .card-body h6{margin-bottom: 8px !important; font-size: 15px !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 37px;}
.search-box input{border: 1px solid #e0e0e0; box-shadow: 0 1px 8px #0000001a; padding: 8px 20px; border-radius: 25px; width: 320px; background: #fff;  padding-left: 43px;z-index: 9999;}
.search-box i{position: absolute;z-index: 99999;}


@media(max-width: 576px){
  
  .topbgheading{font-size: 20px !important;}
  .filtersearchbox .filter-box{display: block !important;}
  .mainherobanner .owl-carousel .item{height: 180px !important;}



  .menu-btn {
      font-size: 28px;
      cursor: pointer;
      border: none;
      background: none;
    }
    .offcanvas-header {
      border-bottom: 1px solid #eee;
    }
    .offcanvas-body a {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 10px 0;
      font-weight: 500;
    }
    .offcanvas-body a:hover {
      color: #007bff;
    }

}












