*,
body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
  font-family: Poppins, sans-serif !important;
}

*,
:after,
:before {
  box-sizing: border-box;
}

address,
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
p,
pre,
textarea {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}
ul {
  padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  line-height: 1.4;
}
h3 {
  line-height: 1.3em;
  font-size: 25px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 8px;
}
h4 {
  line-height: 1.1em;
  font-size: 21px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 6px;
}

a {
  text-decoration: none;
}

a,
li,
p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
a{
    color: #df5500;
}
.fas:before,
.fab:before,
.fa:before {
  font-family: "Font Awesome 5 Free";
}

.shrineContainer {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 60px 15px 10px;
}

.text-center {
  text-align: center;
}
.socialPanel{
    display:none!important;
}
.title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000657;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

p.no-data-found {
  background: #e5e2e2;
  padding: 14px 30px;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  border-radius: 4px;
  color: #949494;
  font-weight: 400;
  text-align: center;
}

.faqs-Wrapper main {
  padding: 0px;
}

/* [data-aos] {
  visibility: hidden;
  will-change: transform, opacity;
} */
html,
body {
  overflow-x: hidden;
    background-color: #f9f8f2;
}
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 1.5s !important;
  transition-delay: 0s !important;
}
body[data-aos-duration="400"] .hero [data-aos] {
  transition-duration: 1.5s !important;
  transition-delay: 0.7s !important;
}

.table {
  border-collapse: collapse !important;
  width: 100% !important;
  margin: auto !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}

.table thead {
  background: #f3e3d5 !important;
}
thead,
thead tr,
thead tr td {
  height: 45px !important;
  background: #f3e3d5 !important;
  font-size: 16px !important;
  padding: 8px !important;
}
tbody tr td {
  height: 45px !important;
  background: #fff !important;
  font-size: 15px !important;
  padding: 10px !important;
}

td, tr, th {
  border-width: 2px !important;
  border-color: #6e6e6e !important;
  border-style: solid !important;
  height: 45px;
  background: #f3e3d5;
}

@media (max-width: 576px) {
  .title {
    font-size: 26px;
    margin-bottom: 22px;
    font-weight: 600;
  }
}

@media (max-width: 576px) {
  .title {
    font-size: 23px;
    margin-bottom: 22px;
    font-weight: 600;
  }
}

.title .badge {
  font-weight: 800;
  color: #f07939;
}

.cta-btn {
  display: inline-block;
  padding: 6px 12px;
  background: #f07939;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  margin-left: 22px;
}

.cta-btn:hover {
  background: transparent;
  color: #f07939;
  border: 1px solid #f07939;
}

.action-btn {
  display: block;
  width: max-content;
  margin: 40px auto 10px;
  padding: 8px 20px;
  background: #f07939;
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #f07939;
}

.action-btn:hover {
  background: transparent;
  color: #f07939;
  border-color: #f07939;
}

@media (max-width: 576px) {
  .action-btn {
    margin: 30px auto 0px;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 600;
  }
}

/* Carousel CSS */
.carousel {
  width: 300px;
  margin-bottom: 30px !important;
}

.carousel-item {
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  padding: 0px;
  border-radius: 8px;
}

.carousel .overlay {
  border-radius: 8px;
}

.carousel-item img {
  width: 100%;
  height: 335px;
  border-radius: 8px;
  object-fit: cover;
}

.carousel-text {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 90%;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  text-align: left;
}

.carousel-text h1 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}

.carousel-text .ct-title {
  color: #eaeaea;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  line-height: 33px;
  margin-top: 0px;
  width: calc(100% - 25px);
}
.carousel-text p {
  font-size: 15px;
  color: #ffb187;
  font-weight: 400;
  margin-bottom: 5px;
}

.slick-dots {
  position: absolute;
  bottom: 5px;
  left: 0px;
  display: block;
}

.slick-prev,
.slick-next {
  position: absolute !important;
  right: 28%;
  left: initial !important;
  top: 88% !important;
  z-index: 1;
  width: 40px !important;
  height: 40px !important;
}

.slick-next {
  right: 8% !important;
}

.slick-next:before,
.slick-prev:before {
  font-size: 50px !important;
  opacity: 1 !important;
  color: #9f9f9f !important;
}

/* Tabs CSS */

.tabs {
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  gap: 40px;
  padding: 0px 20px;
}

.tab {
  padding: 10px 20px;
  min-width: 120px;
  text-align: center;
}

.tab.active {
  border-bottom: 2px solid #ed8e00;
  color: #ed8e00;
}

.tab-content {
  display: none;
  padding: 0px;
  margin-top: 10px;
  color: #545454;
}

.tab-content.active {
  display: block;
}

@media (max-width: 576px) {
  .tabs {
    gap: 20px;
    padding: 0px 0px;
  }

  .tab {
    padding: 10px 6px;
    min-width: 100px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
            .main-container {
                flex-direction: column;
            }
            
            .form-row {
                flex-direction: column;
                gap: 0;
            }
        }

/* ##########  --- HEADER CSS --- ########## */
/* ##########  --- HEADER CSS --- ########## */
        
        .main-container {
            display: flex;
            max-width: 1100px;
            margin: 0 auto;
            gap: 30px;
			padding-top: 30px;
			padding-bottom: 30px;
        }
        
        /* Form Section Styling */
        .form-section {
            flex: 2;
            background: white;
            padding: 30px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        
        .form-header {
            text-align: center;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }
        
        .form-header h2 {
            color: #333;
            font-size: 22px;
            font-weight: 600;
        }
        
        .notice-box {
            background-color: #fff8e1;
            border-left: 4px solid #ffb300;
            padding: 15px;
            margin-bottom: 25px;
            font-size: 14px;
        }
        
        .notice-box p {
            margin-bottom: 5px;
            line-height: 1.5;
        }
        
        .warning-text {
            color: #d32f2f;
            font-weight: bold;
        }
        
        .form-row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .form-group {
            flex: 1;
            padding: 5px 0;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-size: 14px;
            font-weight: 600;
            color: #555;
        }
        
        .form-control {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
        }
        
        textarea.form-control {
            height: 100px;
            resize: vertical;
        }
        
        select.form-control {
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 10px center;
            background-size: 15px;
        }
        
        .captcha-row {
            display: block ruby;
            align-items: center;
            margin: 25px 0;
            padding: 8px 0;
        }
        
        .captcha-row input[type="checkbox"] {
            width: 18px;
            height: 18px;
            margin-right: 10px;
        }
        
        .submit-btn {
            background-color: #1a73e8;
            color: white;
            border: none;
            padding: 12px 20px;
            width: 100%;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.2s;
        }
        
        .submit-btn:hover {
            background-color: #1765cc;
        }
        
        /* Steps Section Styling - Exact match to image */
        .steps-section {
            flex: 1;
            background: white;
            padding: 30px;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        
        .steps-header {
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            color: #333;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
			margin-top: 0;
        }
        
        .step-item {
            display: flex;
            margin-bottom: 35px;
        }
        
        .step-number {
            background-color: #1a73e8;
            color: white;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: bold;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .step-content h4 {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
			margin-top: 5px;
        }
        
        .step-content p {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }

.site-header {
  background: rgb(0 14 75);
  padding: 0 15px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
      background: rgba(0, 0, 0, .95);
}

.site-header.scrolled {
  height: 56px;
  background: rgba(0, 0, 0, 0.95);
}


.logo a {
  display: flex;
  height: 50px;
  align-items: center;
  transition: all 0.3s ease;
}

.logo a img {
  height: 100%;
  transition: all 0.3s ease;
}

.site-header.scrolled .logo a img {
  height: 26px;
}

.main-nav {
  display: flex;
  gap: 15px;
  align-items: center;
}

/* Main Navigation Links */
.main-nav .nav-links {
  list-style: none;
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 10px;
  padding: 0;
}

.main-nav .nav-links > li {
  position: relative;
}

li.menu-item-has-children {
  margin-top: 0px;
}

.main-nav .nav-links > li > a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 5px;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

li#menu-item-235.menu-item-has-children,
li#menu-item-437.menu-item-has-children {
  margin-right: 20px;
}

/* Hover and Active States */
.main-nav .nav-links > li > a:hover,
.main-nav .nav-links > li.current_page_item > a {
  color: #f07939;
}

.main-nav .nav-links > li > a:before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f07939;
  transition: width 0.3s ease;
}

.main-nav .nav-links > li:hover > a:before,
.main-nav .nav-links > li.current_page_item > a:before {
  width: 100%;
}

/* Dropdown Menus (Level 2) */
.main-nav .nav-links > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-45%) !important;
  background: rgb(241 128 58);
  min-width: 175px;
  padding: 0px 0;
  margin: 0;
  list-style: none;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.menu-item-has-children .menu-item-has-children a::after {
  display: none;
}

.menu-item-has-children .menu-item-has-children > a:after {
  display: none !important;
}

.main-nav .nav-links > li:hover > ul {
  display: block;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.menu-item-has-children a:hover {
  color: #ffffff !important;
}

/* Sub-Sub Menus (Level 3) - Open to the Left */
.main-nav .nav-links > li > ul > li > ul {
  display: none;
  position: absolute;
  top: -3px;
  right: 100%;
  background: rgb(0 8 38);
  min-width: 230px;
  padding: 0px 0;
  margin: 0;
  list-style: none;
  border-radius: 5px 0 5px 5px;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.main-nav .nav-links > li > ul > li:hover > ul {
  display: block;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* Dropdown Items */
.main-nav .nav-links ul li {
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #a0a0a0;
}

.main-nav .nav-links ul li a {
  color: #fff;
  font-size: 13px;
  padding: 12px 20px;
  display: block;
  text-align: left;
  white-space: nowrap;
  transition: all 0.2s ease;
  font-weight: 400;
}

.main-nav .nav-links ul li a:hover {
  color: #f07939;
  background: rgb(39 29 23);
  padding-left: 20px;
}

.main-nav .nav-links .menu-item-has-children > a:after {
  content: "▾";
  margin-left: 5px;
  font-size: 25px;
  display: inline-block;
  transition: transform 0.3s ease;
  top: 4px;
  right: -18px;
  left: auto;
  position: absolute;
}

.main-nav .nav-links .menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
  top: 8px;
  transform-origin: center;
}

.main-nav .nav-links ul .menu-item-has-children > a:after {
  content: "▸";
  float: right;
}

/* Contact Button */
.contact-btn {
  background: #f07939;
  color: white;
  padding: 4px 15px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 14px;
  margin-left: 21px;
  border: 2px solid transparent;
}

.contact-btn:hover {
  background: transparent;
  color: #f07939;
  border-color: #f07939;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: none;
}

.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  transition: all 0.3s ease;
  transform-origin: center;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 55px;
  left: -100%;
  width: 100%;
  height: calc(100vh - 70px);
  background: rgba(0, 0, 0, 0.95);
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 998;
  overflow-y: auto;
  border-top: 3px solid #f07939;
}

.site-header.scrolled .mobile-menu {
  top: 60px;
  height: calc(100vh - 60px);
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu ul li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  transition: all 0.3s ease;
}

.mobile-menu ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f07939;
}

/* Mobile Submenu Indicators */
.mobile-menu .menu-item-has-children > a {
  position: relative;
}

.mobile-menu .menu-item-has-children > a:after {
  content: "+";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: all 0.3s ease;
}

.mobile-menu .menu-item-has-children.active > a:after {
  content: "-";
}

/* Mobile Submenus */
.mobile-menu ul ul {
  display: none;
  background: rgba(20, 20, 20, 0.9);
  padding-left: 0px;
}

.mobile-menu ul ul li a {
  padding-left: 40px;
}

.mobile-menu ul ul ul li a {
  padding-left: 55px;
}

#description p {
  margin-bottom: 10px;
}
#description img {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
#description p img{
  margin-bottom: 0;
}
#description h2 {
  font-size: 28px;
  clear: inherit;
  margin-bottom: 10px;
  font-weight: 600;
  color: #212529;
  margin-top: 10px;
}
#itinerary{
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  background: #f5f3f3;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  margin-top: 30px;
}
#itinerary>h4,#price>h4,#hotel-info>h4 {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #df5500;
    text-transform: uppercase;
}
#include .tab-content{
  display: block;
  text-align: left;
}
#include .nav-tabs{
  display: none;
}
#itinerary .icon-day h4{
  display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 10px 18px 10px;
      background: #ffcfb2a6;
      border: 1px solid #ffb587;
      border-radius: 4px;
      font-size: 16px;
}
#itinerary .pkg-content{
  padding: 10px 0 4px 4px;
}
#price,#hotel-info{
  border: 1px solid #a8a8a8;
    background: #fff;
    margin-top: 50px;
    padding: 18px;
    border-radius: 5px;
    max-width: 100%;
    text-align: center;
}
#inclusions,#exclusion{
  background: #1cb1e203;
    padding: 15px;
    margin: 20px 0px;
    border-radius: 5px;
    border: 1px solid #75dcff;
}
#inclusions h4,#exclusion h4{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  /* text-align: center; */
  background: #b6e2f1;
  padding: 12px 18px;
  color: #003d51;
  border-radius: 3px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .main-nav .nav-links {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .site-header {
    height: 56px !important;
  }
}
@media (max-width: 768px) {
  .site-header {
    padding: 0 15px;
    height: 56px;
  }

  .main-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .main-nav .contact-btn {
    display: none;
  }
}

/* ##########  --- HERO SECTION CSS --- ########## */
.hero {
  position: relative;
  margin-top: 64px;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.hero-banner {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
}

.hero-content-wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 30px;
  position: relative;
  padding: 0px 15px;
}

.banner-content {
  color: white;
  max-width: 600px;
  margin-bottom: 30px;
}

.banner-text {
  color: #fff;
  font-size: 50px;
  line-height: 54px;
  margin-bottom: 10px;
  font-weight: 700;
}

.stats-wrapper {
  background: #00000087;
  padding: 10px;
  border-radius: 4px;
}

.stats {
  display: flex;
  gap: 0px;
  justify-content: center;
  align-items: center;
  background: #00000038;
  padding: 5px;
  border: 3px solid #a1a1a1;
  border-radius: 4px;
}

.stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 6px;
  width: 25%;
  line-height: 17px;
  text-align: center;
}

.stat-box .sbTitle {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.stat-box p {
  font-size: 13px;
  margin: 0px;
  color: #d0d0d0;
  line-height: 17px;
  margin-top: 3px;
}

/* ##########  --- WEEKEND TOUR PACKAGES --- ########## */

.weekend-tour-packages .weekendTour-carousel {
  margin: 20px auto;
  padding: 20px;
}

.weekend-tour-packages .tour-item {
  text-align: center;
}

.weekend-tour-packages .tour-item img {
  width: 100%;
  border-radius: 4px;
}

.weekend-tour-packages .tour-item h3 {
  margin: 10px 15px;
  font-size: 14px;
  color: #333;
}

.weekend-tour-packages .weekend-tour-wrap {
  width: 60%;
}

.weekend-tour-packages .weekend-tour-wrap p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  padding-right: 20px;
  margin-top: 15px;
}

.weekend-tour-packages .weekendTour-carousel {
  padding: 0px;
  max-height: 370px;
  margin-bottom: 0px !important;
}

.weekend-tour-packages .weekendTour-carousel .tour-item img {
  height: 280px;
  width: 98%;
  object-fit: cover;
}

.weekend-tour-packages .weekendTour-carousel .slick-next,
.weekend-tour-packages .weekendTour-carousel .slick-prev {
  top: -70px !important;
  right: 20px !important;
}

.weekend-tour-packages .weekendTour-carousel .slick-prev {
  right: 80px !important;
}

/* ##########  --- TOP SPIRITUAL DESTINANTION --- ########## */
.top_spiritual_tours .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.top_spiritual_tours .tour-item{
  position: relative;
  height: 280px;
}
.top_spiritual_tours .tour-item a{
  position: absolute;
  width: 100%;
}
.top_spiritual_tours .tour-item a .pkg-detail-box,
.memorable_tour .tour-item a .pkg-detail-box {
  position: absolute;
  bottom: 8px;
  background: #000000c2;
  width: 100%;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 10px 20px;
}

.top_spiritual_tours .card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.top_spiritual_tours .card img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.top_spiritual_tours .card:hover img {
  transform: scale(1.1);
}

.top_spiritual_tours .card:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.top_spiritual_tours .card .text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.top_spiritual_tours .card:hover .text {
  opacity: 1;
}





.spiritual_tour-grid .tour-item.item {
  position: relative;
  overflow: hidden;
}

.spiritual_tour-grid .tour-item .tiTitle,
.memorable_tour .tour-item h3{
  color: #FFF;
  font-size: 16px;
  margin: 0px;
  font-weight: 600;
}

.spiritual_tour-grid .tour-item .package-count,
.memorable_tour .tour-item .package-count{
  font-size: 14px;
  color: #d1d1d1;
  margin: 2px 0px -3px;
  font-weight: 300;
}

.spiritual_tour-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.spiritual_tour-grid .tour-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
}

.spiritual_tour-grid .tour-item {
  flex: 1 1 calc(50% - 6px);
}

.tour-item:nth-child(3),
.tour-item:nth-child(4),
.tour-item:nth-child(5) {
  flex: 1 1 calc(33.33% - 12px);
}

@media (max-width: 768px) {
  .spiritual_tour-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .spiritual_tour-grid .tour-item:nth-child(1),
  .spiritual_tour-grid .tour-item:nth-child(2),
  .spiritual_tour-grid .tour-item:nth-child(3) {
    height: 240px;
  }

  .spiritual_tour-grid .tour-item:nth-child(3){
flex: 1 1 calc(78% - 12px);
  }

  .spiritual_tour-grid .tour-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 576px) {
  .spiritual_tour-grid .tour-item .tiTitle {
    padding: 0px;
    font-size: 13px;
  }
}

/* ##########  --- FEATURES SECTION --- ########## */
.features_wrap .features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  margin-top: 60px;
}

.features_wrap .card {
  background: #f9f9ff;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}

.features_wrap .card .cardTitle {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #031357;
  font-weight: 700;
  gap: 10px;
}

.features_wrap .card p {
  color: #3b3b3b;
  font-size: 14px;
}

.features_wrap .card:hover {
  background: linear-gradient(90deg, #ff7300, #ffd240);
  color: #fff;
}

@media (max-width: 1024px) {
  .features_wrap .features {
    gap: 14px;
    margin-top: 40px;
  }

  .features_wrap .card {
    padding: 20px;
  }

  .features_wrap .card .cardTitle {
    margin: 0 0 10px;
    font-size: 16px;
    gap: 5px;
  }

  .features_wrap .card p {
    font-size: 12px;
    margin: 0px;
  }
}

@media (max-width: 768px) {
  .features .card:nth-child(5),
  .features .card:nth-child(6) {
    display: none;
  }

  .features_wrap .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .features .card:nth-child(5),
  .features .card:nth-child(6) {
    display: block;
  }

  .features_wrap .card .cardTitle{
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
  }

  .features_wrap .card .cardTitle img {
    margin-right: 4px !important;
  }

  .features_wrap .card p {
    display: none;
  }

  .features_wrap .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .features_wrap .card {
    padding: 12px;
  }

  .features_wrap .card .cardTitle {
    font-size: 12px;
  }
}

/* ##########  --- HOLIDAY PACKAGES --- ########## */
.holiday_pack_wrap .grid-panel-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}

.holiday_pack_wrap .grid-item {
  position: relative;
  overflow: hidden;
}

.holiday_pack_wrap .grid-item img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  border-radius: 5px;
}

.holiday_pack_wrap .hover-box {
  position: absolute;
  top: 0;
  left: -30%;
  width: 25%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 0.3s ease-in-out;
  padding: 10px;
}

.holiday_pack_wrap .hover-box span {
  color: white;
  writing-mode: sideways-lr;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.holiday_pack_wrap .grid-item:hover .hover-box {
  left: 0;
}

@media (max-width: 1024px) {
  .holiday_pack_wrap .grid-panel-box {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .holiday_pack_wrap .hover-box span {
    font-size: 13px;
  }

  .holiday_pack_wrap .grid-item img {
    height: 190px;
  }

  .holiday_pack_wrap .grid-item .hover-box {
    padding: 8px;
  }
  .spl-tour-pkg .spl_item h5{
              transform: inherit !important;
  }
}

@media (max-width: 576px) {
  .holiday_pack_wrap .grid-panel-box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .holiday_pack_wrap .grid-item img {
    height: 150px;
  }
}

/* ##########  --- TREKKING TOUR PACKAGES (spl) --- ########## */
.spl-tour-pkg {
  margin-top: 10px;
}

.spl-tour-pkg .title {
  text-align: center;
}

.spl-tour-pkg .spl-tour-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  gap: 12px;
}

.spl-tour-pkg .focus_item {
  width: 40%;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.spl-tour-pkg .focus_item img {
  border-radius: 5px;
  width: 100%;
  height: 330px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.8s;
}

.spl-tour-pkg .focus_hover_box {
  position: absolute;
  top: 0px;
  height: calc(100% - 50px);
  width: calc(100% - 50px);
  margin: 25px;
  background: #000000a8;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #f07939;
}

.spl-tour-pkg .focus_hover_box h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-top: -20px;
}

.spl-tour-pkg .focus_hover_box h6 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.spl-tour-pkg .rest_item {
  width: 60%;
  min-height: 330px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.spl-tour-pkg .spl_item {
  width: calc(100% / 3 - 7px);
  overflow: hidden;
  border-radius: 5px;
  height: 50%;
  position: relative;
}

.spl-tour-pkg .spl_item img {
  border-radius: 5px;
  width: 100%;
  height: 160px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.8s;
}

.spl-tour-pkg .spl_item h5 {
  position: absolute;
  bottom: 0px;
  transform: translateY(40px);
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 100%;
  font-weight: 500;
  transition: all 0.4s;
  padding: 12px 4px;
  background: #0000009e;
}

.spl-tour-pkg .focus_item:hover img,
.spl-tour-pkg .spl_item:hover img {
  transform: scale(1.2);
  transition: all 0.4s;
  cursor: pointer;
}

.spl-tour-pkg .spl_item:hover h5 {
  transform: translateY(0px);
}
.readMoreContent,.readLess{
    display:none;
}
.toggleContent{
        display: block;
        margin:5px 0 0 0;
    }
    .toggleActive.page-template-MainPageTemp .category-description-box .category-description-content,.toggleActive .readMoreContent{
        overflow: visible;
        height: auto;
    } 
    .toggleActive .readMoreContent{
     display: block;   
    }
    .toggleActive .readLess{
        display: inline-block;
    }
    .toggleActive .readMore{
        display: none;
    }
    .contact-btn.toggleContent{
        cursor: pointer;
    }
@media (max-width: 1024px) {
    .page-template-MainPageTemp .category-description-box .category-description-content{
        height: 273px;
    overflow: hidden;
    }
    
  .spl-tour-pkg .spl-tour-wrap .rest_item .spl_item {
    width: calc(100% / 2 - 5px);
  }

  .spl-tour-pkg .spl-tour-wrap .rest_item .spl_item:nth-child(5),
  section.spl-tour-pkg .spl-tour-wrap .rest_item .spl_item:nth-child(6) {
    display: none;
  }
}

@media (max-width: 768px) {
  .spl-tour-pkg .focus_hover_box h6 {
    font-size: 20px;
    line-height: 26px;
  }
  .client_review_carousel .slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}
div#lightbox{
    width:100%!important;
}
}

@media (max-width: 576px) {
  .spl-tour-pkg {
    margin-top: 0px;
  }

  .spl-tour-pkg .focus_item img {
    height: 220px;
  }

  .spl-tour-pkg .focus_hover_box h4 {
    font-size: 24px;
  }

  .spl-tour-pkg .focus_hover_box h6 {
    font-size: 20px;
  }

  .spl-tour-pkg .focus_hover_box {
    height: 80px;
    width: calc(100% - 30px);
    margin: 15px;    gap: 2px;
    padding: 12px;
    padding-bottom: 0;        top: inherit;
        bottom: 0;
  }

  .spl-tour-pkg .spl-tour-wrap {
    flex-direction: column;
    margin: 0px;
  }

  .spl-tour-pkg .focus_item,
  .spl-tour-pkg .rest_item {
    width: 100%;
  }

  .spl-tour-pkg .rest_item {
    min-height: 300px;
  }

  .spl-tour-pkg .spl_item img {
    height: 150px;
  }

  .spl-tour-pkg .spl_item:nth-child(n + 5) {
    display: none;
  }
}

@media (max-width: 480px) {
  .spl-tour-pkg .focus_hover_box h4 {
    font-size: 20px;
  }

  .spl-tour-pkg .focus_hover_box h6 {
    font-size: 16px;
  }

  .spl-tour-pkg .spl_item img {
    height: 110px;
  }


  .spl-tour-pkg .rest_item {
    min-height: 200px;
  }
}

/* ##########  --- MEMORABLE TOURS --- ########## */

.memorable_tour .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
}

.memorable_tour .center-content {
  display: flex;
  justify-content: center;
  text-align: center;
}

.memorable_tour .column-6 {
  width: 50%;
  padding: 8px;
}

.memorable_tour .single-place {
  position: relative;
  overflow: hidden;
}

.memorable_tour .single-place img {
  width: 100%;
  display: block;
  height: 240px;
  border-radius: 4px;
  object-fit: cover;
}

.memorable_tour .hover-text {
  position: absolute;
  bottom: -20px;
  background: rgba(12, 62, 114, 0.75);
  padding: 20px;
  width: 100%;
  color: white;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  max-height: 250px;
  border-radius: 4px;
}

.memorable_tour .hover-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.memorable_tour .hover-text p {
  margin-top: 4px;
  color: white;
  font-size: 12px;
}

.memorable_tour .single-place:hover .hover-text {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  height: 100%;
}

.memorable_tour .hover-text-inner {
  position: absolute;
  bottom: 20px;
}

@media (max-width: 768px) {
  .memorable_tour .single-place img {
    max-height: 180px;
    height: 180px;
  }

  .memorable_tour .hover-text .hover-text-inner h3 {
    font-size: 16px;
  }

  .memorable_tour .hover-text .hover-text-inner .place-review span {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .memorable_tour .single-place img {
    max-height: 140px;
    height: 140px;
  }

  .memorable_tour .column-6 {
    padding: 5px 4px;
  }
}

/* ##########  --- ABOUT MAIN INDIA --- ########## */
.aboutPanel {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

/* .aboutPanel .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
} */

.aboutPanel .content {
  min-width: 300px;
  width: 45%;
}

.aboutPanel .content h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 20px;
}

.aboutPanel .content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.aboutPanel .image-stack {
  width: 40%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutPanel .image {
  position: absolute;
  right: 0px;
  width: 90%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.aboutPanel .image-back {
  height: 550px;
  background-image: url("http://localhost/ShrineYatra/wp-content/uploads/2025/03/pexels-chalta-phirta-307182428-20518303-1-scaled.jpg");
}

.aboutPanel .image-front {
  height: 330px;
  background-image: url("http://localhost/ShrineYatra/wp-content/uploads/2025/03/naga-sadhu-indian-holy-man-260nw-2554986205.png");
  left: -15%;
  top: 20%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 60%;
  border: 12px solid #fff;
}

@media (max-width: 768px) {
  .aboutPanel {
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
  }

  .aboutPanel .content {
    min-width: 100%;
    width: 100%;
  }

  .aboutPanel .content .title {
    text-align: center !important;
    margin-bottom: 10px;
  }

  .aboutPanel .content p {
    font-size: 14px;
  }

  .aboutPanel .content p:not(:first-of-type) {
    display: none;
  }

  .aboutPanel .content a {
    display: none;
  }

  .aboutPanel .image-stack {
    display: none;
  }
}

/* ##########  --- STATS SECTION --- ########## */
.Shrine_stats_Wrap {
  background-size: cover;
  position: relative;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 15px;
}

.layer {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  border-radius: 6px;
}

.container {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

.stat-grids {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.stats-left {
  flex: 1;
  text-align: left;
  color: #fff;
  padding: 20px;
}

.stats-left h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 3px;
  color: #fff;
}

.stats-left p {
  color: #ccc;
  text-transform: capitalize;
}

.stats-left h4 span {
  font-size: 50px;
  font-weight: 800;
  color: #f07939;
}

.stats-right {
  flex: 1;
  display: flex;
  justify-content: space-around;
  padding: 20px;
}

.stats-left h4 {
  color: #fff;
  margin-block: 12px;
}

.Shrine_stats_Wrap p {
  color: #ffffff;
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.grid-item {
  text-align: center;
  color: #fff;
  margin: 0px;
}

.stats-right h4 {
  font-size: 32px;
  font-weight: 700;
  margin: 5px 0;
  color: #fff;
}

.grid-item span.fa {
  font-size: 20px;
  background: #f4b20094;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .Shrine_stats_Wrap {
    margin-block: 20px;
    padding: 10px !important;
  }

  .layer {
    padding: 20px 0px;
  }

  .stats-left {
    display: none;
  }
}

@media (max-width: 768px) {
  .stats-right h4 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .stats-right {
    padding: 15px 5px;
  }

  .Shrine_stats_Wrap p {
    font-size: 13px;
  }

  .stats-right .grid-item {
    padding: 0px 30px;
  }

  .stats-right h4 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .stats-right .grid-item {
    padding: 0px 6px;
  }
}

/* ##########  --- TESTIMONIALS --- ########## */

.client_review_carousel {
  padding-inline: 8px;
  margin-bottom: 0px;
}

.client_review_carousel .title {
  margin: 0px;
}

.client_review_carousel .client_reviews {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.testimonial-card {
  background: #fff;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: auto;
}

.client-message {
  color: #363232;
  margin: 15px 0;
  font-size: 13px;
  line-height: 21px;
  margin: 25px 0px;
  min-height: 60px;
}

.client-name {
  color: #ff7300;
  font-weight: bold;
  font-size: 18px;
  margin-top: 50px;
}

.client-location {
  color: #5c5c5c;
  font-size: 13px;
  margin-top: 2px;
}

.client_review_carousel .slick-prev,
.client_review_carousel .slick-next {
  position: absolute !important;
  right: 52%;
  left: initial !important;
  top: 120% !important;
  z-index: 1;
  width: 40px !important;
  height: 40px !important;
}

.client_review_carousel .slick-next,
.client_review_carousel .slick-prev {
  top: 110% !important;
}

.client_review_carousel .slick-next {
  right: 45% !important;
}

.client_review_carousel .slick-dotted.slick-slider {
  margin-bottom: 70px;
}

.client_review_carousel .slick-prev:before {
  content: "";
  display: block;
  padding: 20px;
  background-position: center;
  background-size: cover;
}

.client_review_carousel .slick-next:before {
  content: "";
  display: block;
  padding: 20px;
  background-position: center;
  background-size: cover;
}

.client_review_carousel .slick-dots {
  position: absolute;
  top: -40px;
  bottom: unset;
  left: 0px !important;
  max-width: 1200px;
  display: flex;
  justify-content: end;
  display: none!important;
}

.client_review_carousel .slick-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.client_review_carousel .slick-dots li button {
  box-shadow: none;
}

.client_review_carousel .slick-dots li button:before {
  font-size: 10px;
}

@media (max-width: 1024px) {
  .client_review_carousel .testimonial-card {
    padding: 25px 15px;
  }

  .client_review_carousel .testimonial-card .client-img {
    width: 60px;
    height: 60px;
  }

  .client_review_carousel .client-message {
    margin: 15px 0;
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0px;
  }

  .client_review_carousel .client-name {
    font-size: 16px;
    margin-top: 40px;
  }

  .client_review_carousel .slick-next,
  .client_review_carousel .slick-prev {
    top: 116% !important;
  }

  .client_review_carousel .slick-next {
    right: 40% !important;
  }
}

@media (max-width: 576px) {
  .client_review_carousel p {
    font-size: 13px;
  }

  .client_review_carousel .testimonial-card {
    padding: 30px;
  }

  .client-location {
    margin: 0px;
  }

  .client_review_carousel .slick-prev,
  .client_review_carousel .slick-next {
    right: 54%;
  }

  .client_review_carousel .slick-next {
    right: 37% !important;
  }

  .client_review_carousel .slick-dots {
    top: -30px;
  }

  .client_review_carousel .slick-prev,
  .client_review_carousel .slick-next {
    width: 30px !important;
    height: 30px !important;
  }

  .client_review_carousel .slick-prev:before,
  .client_review_carousel .slick-next:before {
    padding: 16px;
  }

  .client_review_carousel .slick-next,
  .client_review_carousel .slick-prev {
    top: 112%;
  }
}

/* ##########  --- FOOTER --- ########## */
.footer {
  width: 100%;
  margin-top: 0px;
  background: #000f4c;
  padding: 40px 0px 0px;
}

.footer-top-wrap {
  width: 100%;
  margin: auto;
  background: #fff;
  max-width: 1400px;
  width: calc(100% - 40px);
  padding-top: 0px;
  border-radius: 8px;
  border-top: 6px solid #f07939;
  margin-bottom: 40px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 24px 50px;
}

.footer-top-wrap .footer-top h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0d0d0d;
}

.footer-top-wrap .footer-top .footer-right {
  display: flex;
  gap: 25px;
}

.footer-top .action-btn {
  margin: 0px;
  background: #fff;
  color: #000;
  border: none;
  min-width: 150px;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  /* transition: all 0.2s; */
}

.footer-top .action-btn.pay-online {
  background: #198754;
  border: 1px solid #198754;
}

.footer-top .action-btn.pay-upi {
  background: #dc3545;
  border: 1px solid #dc3545;
}

.footer-top .action-btn.pay-online:hover {
  background: transparent;
  color: #198754;
  transform: scale(1.1);
  /* transition: all 0.3s; */
}

.footer-top .action-btn.pay-upi:hover {
  background: transparent;
  color: #dc3545;
  transform: scale(1.1);
  transition: all 0.3s;
}

.footer-column {
  width: 24%;
}
.footer-column li {
  list-style-type: none;
}

.footer .footer-column ul .current_page_item a {
  color: #f07939;
}

.footer-about {
  width: 80%;
}

.footer-bottom-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 50px 20px 70px;
  padding-right: 0px;
  flex-wrap: wrap;
  position: relative;
}

.footer-social-bar {
  position: absolute;
  display: flex;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  margin: 8px 5px;
}

.footer-social-bar {
  display: flex;
  gap: 18px;
}

li.social-list {
  width: 30px;
  height: 30px;
  list-style-type: none;
}

.footer-social-bar ul {
  display: flex;
  gap: 20px;
}

li.social-list:hover {
  transform: scale(1.5);
  transition: all 0.2s;
}

li.social-list a img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
 .footer-column a{
     display: inline-block!important;
 }
.footer-top p {
  color: #fff;
  margin: 0px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #ffffff;
}

.footer-column p,
.footer-column a {
  font-size: 14px;
  color: #e3e3e3;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

.footer-column a:hover {
  color: #f07939;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  border-radius: 50%;
  font-size: 16px;
  color: #555;
  transition: 0.3s;
}

.social-icons a:hover {
  background-color: #000;
  color: #fff;
}

.footer-copyright {
  font-size: 14px;
  color: #777;
  width: 100%;
  margin-top: -8px;
  border-top: 1px solid #f4f4f42b;
  padding: 10px;
  text-align: center;
}

.footer-copyright p {
  font-size: 12px;
  margin: 0px;
  color: #bcbcbc;
  font-weight: 400;
}

.footer-copyright span {
  color: #f26800;
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 0 65px 0;
  }

  .footer-column {
    width: 50% !important;
    margin-bottom: 20px;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-top {
    padding: 20px;
  }

  .footer-top-wrap .footer-top h4 {
    font-size: 20px;
  }

  .footer-top .action-btn {
    min-width: 120px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .footer-top-wrap .footer-top .footer-right {
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .footer-top-wrap .footer-top h4 {
    font-size: 16px;
  }
.client_review_carousel{
    padding-bottom: 40px !important;
}
  .footer-top {
    padding: 15px 12px;
  }

  .footer {
    padding: 20px 0 65px 0;
  }

  .footer-bottom-wrap {
    padding: 30px 20px 70px;
  }

  .footer-about {
    width: 100%;
    /* text-align: center; */
  }

  .footer-column h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .footer-column {
    flex-direction: column;
    width: 40% !important;
    margin-bottom: 20px;
    /* text-align: center; */
  }

  .footer-top p {
    font-size: 14px;
  }

  .footer-column p,
  .footer-column a {
    margin-bottom: 4px;
    width: 100% !important;
  }

  .footer-column p,
  .footer-column a {
    font-size: 13px;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-bottom {
    margin-top: 10px;
  }

  .footer-bottom p {
    margin-top: 10px;
    line-height: 18px;
  }

  .footer-top {
    width: 100%;
    padding: 15px 20px;
  }

  .footer-copyright span {
    font-size: 12px;
  }

  .footer-copyright p {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .footer-top {
    flex-direction: column;
    gap: 15px;
  }

  .footer-column {
    width: 45% !important;
    margin-bottom: 20px;
  }

  .footer-column h3 {
    font-size: 15px;
  }

  .footer-column p,
  .footer-column a {
    font-size: 12px;
  }
}

/* ##########  --- RESPONSIVE CSS --- ########## */
@media (max-width: 1024px) {
  .top-banner-carousel {
    display: none !important;
  }

  .weekend-tour-packages .weekend-tour-wrap {
    width: 80%;
  }

  .weekend-tour-packages .weekendTour-carousel .tour-item img {
    height: 240px;
  }

  .hero {
    margin-top: 50px;
  }

  .mobile-menu-toggle {
    width: 28px;
  }
.top_spiritual_tours .tour-item{
    height:240px;
}
  .banner-content {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
  }

  .banner-content .banner-text {
    max-width: 500px;
    font-size: 45px;
    line-height: 50px;
  }

  .main-nav .nav-links {
    gap: 10px;
  }

  .logo img {
    height: 25px;
  }

  .contact-btn {
    padding: 4px 12px;
    font-size: 12px;
  }

  .main-nav .nav-links li a {
    font-size: 12px;
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  .title {
    text-align: center !important;
    font-size: 24px;
    margin-bottom: 25px;
  }

  .shrineContainer {
    padding: 40px 15px 1px;
  }

  .main-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .mobile-menu.active {
    display: block;
  }

  .site-header {
    padding-block: 12px;
  }

  .logo a img {
    height: 28px;
  }

  .carousel {
    width: 80%;
    right: 10%;
  }

  .banner-content .banner-text {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0px;
  }

  .stat-box {
    gap: 2px;
    padding: 2px 0px;
  }

  .stat-box .sbTitle {
    font-size: 22px;
  }

  .stat-box p {
    font-size: 12px;
  }

  .cta-btn {
    margin-left: 12px;
  }

  .weekend-tour-packages .weekendTour-carousel {
    max-height: 320px;
  }
}

@media (max-width: 576px) {
  .cta-btn {
    display: none;
  }

  .weekend-tour-packages .weekend-tour-wrap {
    width: 100%;
  }

  .weekend-tour-packages .weekendTour-carousel {
    max-height: 300px;
  }

  .weekend-tour-packages .weekendTour-carousel .tour-item img {
    height: 200px;
  }

  .weekend-tour-packages .weekend-tour-wrap p {
    padding: 0px;
    font-size: 14px;
    text-align: center;
    margin: 5px;
    margin-bottom: 30px;
  }

  .tour-item h3 {
    font-size: 12px;
    margin: 6px 10px;
  }

  .weekend-tour-packages .weekendTour-carousel .slick-next,
  .weekend-tour-packages .weekendTour-carousel .slick-prev {
    display: none !important;
  }

  .stats {
    justify-content: space-around;
  }

  .banner-content .banner-text {
    font-size: 32px;
    line-height: 38px;
  }

  .stat-box {
    padding: 3px;
  }

  .stats {
    padding: 2px;
  }

  .stats-wrapper {
    padding: 4px;
  }

  .hero {
    height: 45vh;
  }

  .features_wrap p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 20px;
  }

  .features_wrap p {
    font-size: 13px;
  }

  .banner-content .banner-text {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .stats-wrapper {
    padding: 0px;
  }

  .stat-box {
    width: 30%;
  }

  .cta-btn {
    font-size: 14px;
    padding: 8px 15px;
  }

  .stats {
    padding: 10px 0px;
  }
}

/* ########### NEW BLOG WRAP ###########*/
.News-blog-wrap {
  padding: 50px 20px;
  background-color: #f9f9f9;
  font-family: "Arial", sans-serif;
}

.News-blog-wrap .newsBlogs-carousel {
  margin: 20px auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.News-blog-wrap .newsBlogs-carousel-short {
  flex-wrap: nowrap;
}

.News-blog-wrap .newsBlogs-carousel .slick-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.News-blog-wrap .newsBlogs-carousel .news-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(33.333% - 20px);
  margin-bottom: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
  min-height: 460px;
  max-width: 33.33%;
}

.News-blog-wrap .newsBlogs-carousel .news-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.News-blog-wrap .newsBlogs-carousel .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.News-blog-wrap .newsBlogs-carousel .news-item img:hover {
  transform: scale(1.2);
}

.News-blog-wrap .newsBlogs-carousel .news-item .news-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 5px;
}

.News-blog-wrap .newsBlogs-carousel .news-item .news-tag {
  background: rgb(0 0 0 / 29%);
  color: #cdcdcd;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 9px;
}

.News-blog-wrap .newsBlogs-carousel .news-content {
  padding: 20px;
  text-align: left;
}

.News-blog-wrap .newsBlogs-carousel .news-content h3 {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 700;
  color: #333;
  margin: 0px;
  line-height: 21px;
}

.News-blog-wrap .newsBlogs-carousel .news-content h3 a {
  text-decoration: none;
  color: inherit;
  font-size: 18px;
  line-height: 0px;
}

.News-blog-wrap .newsBlogs-carousel .news-content h6 {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-block: 8px;
}

.News-blog-wrap .newsBlogs-carousel .news-date {
  display: block;
  font-size: 12px;
  color: #f26800;
  margin-bottom: 6px;
}

.News-blog-wrap .newsBlogs-carousel .slick-dots {
  width: 100%;
  left: 0px;
}

.News-blog-wrap .newsBlogs-carousel .news-read-more {
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  background: #f26800;
  color: #fff;
  font-size: 13px;
  gap: 5px;
  display: flex;
  padding: 6px 10px;
  width: fit-content;
  margin-top: 20px;
}

.News-blog-wrap .newsBlogs-carousel .news-read-more:hover {
  background-color: #000f4c;
}

.News-blog-wrap .newsBlogs-carousel .slick-next,
.News-blog-wrap .newsBlogs-carousel .slick-prev {
  display: none;
}

.News-blog-wrap .newsBlogs-carousel .slick-next:before,
.News-blog-wrap .newsBlogs-carousel .slick-prev:before {
  display: none;
}
.page-template-New-Package-Page-Common .faqs-Wrapper .content-area #faqs-accordion-wrap{
    margin-bottom: 0;
}

@media (max-width: 992px) {
  .News-blog-wrap .newsBlogs-carousel .news-item {
    width: 50%;
    max-width: 50%;
    flex: 1 1 calc(50% - 20px);
    margin: 0px;
  }

  .News-blog-wrap {
    padding: 70px 15px 30px;
  }
}
.similar-tours .related-tours a{
    display: flex;
}
/* Responsive Design */
@media (max-width: 768px) {
  .News-blog-wrap .newsBlogs-carousel .news-image {
    height: 250px;
  }

  .News-blog-wrap .newsBlogs-carousel .news-date {
    font-size: 10px;
  }

  .News-blog-wrap .newsBlogs-carousel .news-content h3 {
    font-size: 18px;
  }

  .News-blog-wrap .newsBlogs-carousel .news-content h6 {
    font-size: 13px;
    line-height: 20px;
    margin-block: 6px;
  }

  .News-blog-wrap .newsBlogs-carousel .news-item {
    min-height: 400px;
  }

  .News-blog-wrap .newsBlogs-carousel .slick-track {
    gap: 10px;
  }

  .News-blog-wrap {
    padding: 50px 10px;
  }
}

@media (max-width: 576px) {
  .News-blog-wrap .newsBlogs-carousel .news-item {
    width: 100%;
    max-width: 100%;
    flex: 1 1 calc(100% - 20px);
    margin: 0px;
  }

 

  .News-blog-wrap .newsBlogs-carousel .news-item {
    min-height: 320px;
  }
}

/* SINGLE PAGE (TOUR PACKAGES) */

.single-tour-package-wrapper .single-tour-top {
  width: 100%;
  margin-top: 65px;
}

.single-tour-package-wrapper .single-tour-top img {
  width: 100%;
  height: 50vh;
  min-height: 400px;
  object-fit: cover;
}

.single-tour-bottom {
  width: calc(100% - 60px);
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-inline: 20px;
  gap: 20px;
  background: #fff;
  position: relative;
  top: -80px;
  padding: 35px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 12px rgb(0 0 0/8%);
}

.single-bottom-left {
  width: calc(100% - 375px - 20px);
}

.single-tour-package-wrapper
  .single-tour-bottom
  .single-content-wrap
  .news-date {
  display: block;
  font-size: 14px;
  color: #f26800;
  margin-bottom: 6px;
}

.single-content-wrap .entry-title {
  line-height: 36px;
  font-size: 36px;
  color: #000f4c;
  font-weight: 600;
}

.single-title {
  font-size: 34px;
  font-weight: 700;
}

.single-discription {
  font-size: 16px;
  margin-top: 20px;
}
.single-bottom-right {
  width: 375px;
}
@media only screen and (min-width:950px){
 .single-bottom-right {
  margin-top: -83px;
}
.single-post .single-bottom-right {
  margin-top: -87px;  
} 
.single-besttimetovisit  .single-bottom-right,.single-placestovisit .single-bottom-right {
  margin-top: -78px;
}
.single-post .post-content h3{
    font-size: 21px!important;color: #f07939;
}
.single-post .post-content h2{
   color: #f07939;
}
}

.single-bottom-right .related-tours {
  padding: 10px;
}

.single-bottom-right .related-tours ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0px;
}

.single-bottom-right .related-tours ul li {
  display: flex;
  justify-content: left;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  box-shadow: inset rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 20px;
}

.single-bottom-right .related-tours ul li img {
  width: 150px;
  height: 120px;
  object-fit: cover;
  padding: 6px;
  border-radius: 10px;
}

.single-bottom-right .related-tours ul li .box {
  width: calc(100% - 150px);
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-bottom-right .related-tours ul li .box a.news-read-more {
  font-size: 14px;
  width: fit-content;
  color: #1f9dff;
  text-decoration: underline;
  font-weight: 400;
}

.Tour-helper-wrap {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 20px;
}

.similar-tours {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 0px;
}

.single-bottom-right .related-tours ul li .box h6 {
  font-size: 15px;
  font-weight: 500;
  color: #000f4c;
  line-height: 22px;
}

.single-bottom-right h2.Heading {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
  background: #f07939;
  padding: 12px 20px;
}

.contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 12px;
}

.contact-panel h5 {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.contact-panel p {
  color: #4c4c4c;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
}

.contact-panel p img {
  width: 20px;
}

.timing-panel {
  border-top: 1px solid #000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 15px;
}

.timing-panel h5 {
  font-weight: 600;
  font-size: 15px;
}

.timing-panel p {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 400;
  margin-top: 5px;
}

.guidline {
  background: #1cb1e203;
  padding: 15px;
  margin: 20px 0px;
  border-radius: 5px;
  border: 1px solid #75dcff;
}

.inclusions-wrap {
  margin-bottom: 30px;
  border-bottom: 1px solid #7a7a7a;
  padding-bottom: 20px;
}

.guidline h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  /* text-align: center; */
  background: #b6e2f1;
  padding: 12px 18px;
  color: #003d51;
  border-radius: 3px;
}

.guidline ul {
  padding-left: 30px;
}

.guidline ul li {
  list-style: number;
  font-size: 15px;
  margin-bottom: 9px;
  font-weight: 500;
}

p.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  font-size: 15px;
  color: #928f8f;
}

/* ###### ITINERARRY ACCORDION IN TOUR PACKAGES ###### */
#itinerary-accordion-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  background: #f5f3f3;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  margin-top: 50px;
}

#itinerary-accordion-wrap .box-title {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #df5500;
}

.itinerary-accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.end-itinerary {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 700;
  text-transform: unset;
}

.itinerary-item {
  /* border: 1px solid #ddd; */
  margin-bottom: 14px;
  background: #f9f9f9;
  border-radius: 5px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 5px 18px 4px;
  /* background: #df5500; */
  background: #ffcfb2a6;
  border: 1px solid #ffb587;
  border-radius: 4px;
}

.accordion-header h4 {
  margin: 0;
  font-size: 15px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
}

.accordion-header h4 span.faq-source {
  font-size: 10px;
  color: #7a7a7a;
  margin-left: 5px;
}

.toggle-arrow img {
  width: 20px;
  /* Adjust size as needed */
  height: 20px;
  /* Adjust size as needed */
  transition: transform 0.3s ease;
}

.accordion-content {
  display: block;
  padding: 18px;
  background: #f1813a1c;
}

.accordion-content p {
  margin: 0;
  font-size: 14.5px;
  color: #363636;
}

.itinerary-item.active .accordion-content {
  display: block;
}

.itinerary-item.active .toggle-arrow img {
  transform: rotate(180deg);
  /* Rotate arrow when expanded */
}

.toggle-arrow {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.toggle-arrow img {
  width: 30px;
  margin-top: 4px;
  height: auto;
  margin-right: -15px;
}

.Tour-price-box,
.Tour-hotels-box {
  border: 1px solid #a8a8a8;
  background: #fff;
  margin-top: 50px;
  padding: 18px;
  border-radius: 5px;
  max-width: 100%;
}

.Tour-price-box h3,
.Tour-hotels-box h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #df5500;
}

.Tour-price-box h4,
.Tour-hotels-box h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 5px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

div#faqs-accordion-wrap {
  width: 100%;
}

.faqs-Wrapper {
  width: calc(100% - 60px);
  max-width: 1400px;
  margin: 0px auto;
  margin-top: -5px;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px !important;
}

.faqs-Wrapper .content-area {
  width: 100%;
}

.faqs-Wrapper .content-area #faqs-accordion-wrap {
  width: 100%;
  margin-bottom: 80px;
}

.faqs-Wrapper h4.box-title,.News-blog-wrap h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 600;
  color: #df5500;
}

.faqs-item {
  /* border: 1px solid #ddd; */
  margin-bottom: 14px;
  background: #f9f9f9;
  border-radius: 5px;
}

.single-tour-package-wrapper {
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .single-bottom-left {
    width: calc(100% - 375px - 20px);
  }
  .single-bottom-right {
    width: 375px;
  }
}

@media (max-width: 1024px) {
  .single-content-wrap .entry-title {
    line-height: 38px;
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .single-bottom-right .related-tours ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .faqs-Wrapper h4.box-title {
    margin-bottom: 25px;
  }
  .similar-tours {
    margin-top: 0px;
  }
  .single-tour-package-wrapper .single-tour-top {
    margin-top: 56px;
  }
  .single-bottom-right .related-tours ul li {
    width: calc(100% / 2 - 6px);
  }

  .single-content-wrap .entry-title {
    line-height: 38px;
    font-size: 32px;
  }

  .single-tour-bottom {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .single-bottom-left {
    width: 100%;
  }

  .single-bottom-right {
    width: 100%;
  }

  .guidline {
    margin-bottom: -10px;
  }

     .single-tour-package-wrapper .faqs-Wrapper {
        margin-top: -11px !important;
    }
  .single-tour-package-wrapper {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .single-tour-package-wrapper .single-tour-top img {
    height: 40vh;
    min-height: 240px;
  }

  .single-tour-bottom {
    margin: 0px;
    width: 100%;
    top: 0px;
    padding: 15px;
  }

  .accordion-header h4 {
    font-size: 17px;
  }
.page-template-New-Package-Page-Common .faqs-Wrapper{
    padding-top:25px;
}
  .accordion-content p {
    font-size: 13px;
  }

  .single-content-wrap .entry-title {
    line-height: 32px;
    font-size: 26px;
  }

  .single-bottom-right .related-tours ul li {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .single-bottom-right .related-tours {
    padding: 10px;
    max-height: 600px;
    overflow-y: scroll;
  }

  .single-content-wrap .entry-title {
    line-height: 26px;
    font-size: 21px;
  }

  .timing-panel h5,
  .contact-panel h5 {
    font-size: 16px;
  }

  .timing-panel p,
  .contact-panel p {
    font-size: 14px;
  }

  .accordion-content span {
    font-size: 14px !important;
  }
}

/* ABOUT US PAGE */
.bannerImageWrapper {
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000000ad;
}

.Banner-content-wrapper {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  position: absolute;
  z-index: 111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.fullCarousel {
  width: 100%;
}

.fullCarousel img {
  width: 100%;
  height: 60vh;
  min-height: 600px;
  object-fit: cover;
}

.hero-about {
  position: relative;
  top: 64px;
}

.hero-about h1 {
  font-size: 42px;
  margin-bottom: 4px;
  color: #fff;
  font-weight: 700;
}

.hero-about p {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #ededed;
}

button:hover {
  background-color: #0056b3;
}

.hero-about button.slick-prev.slick-arrow {
  left: 15px !important;
  position: absolute !important;
  top: 50% !important;
}

.hero-about button.slick-next.slick-arrow {
  right: 20px !important;
  position: absolute !important;
  top: 50% !important;
}

.hero-about .slick-next:before,
.hero-about .slick-prev:before {
  font-size: 50px !important;
  opacity: 1 !important;
  color: #dfdddd !important;
}

.hero-about .slick-dots {
  bottom: 20px;
}

.hero-about .slick-dots li {
  margin: 0px 10px;
}

.hero-about .slick-dots li button:before {
  font-size: 16px;
  color: #fff;
  opacity: 1;
  z-index: 1;
}

.hero-about .slick-dots li.slick-active button:before {
  color: #f07939;
}

/*  ###### About US Section ####### */

/* General Styles */

header {
  background-color: #f4f4f4;
  padding: 20px;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 2rem;
}

main {
  padding: 20px;
}

.about-content {
  margin-top: 80px;
}

.about-content p {
  margin-bottom: 20px;
}

.about-content ul {
  list-style-type: none;
  padding: 0;
}

.about-content ul li {
  background: url("bullet-icon.png") no-repeat left center;
  padding-left: 30px;
  margin-bottom: 10px;
}

.read-more {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.read-more:hover {
  background-color: #0056b3;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .fullCarousel img,
  .bannerImageWrapper {
    min-height: 480px;
  }

  header h1 {
    font-size: 1.5rem;
  }

  .about-content {
    padding: 0 20px;
    margin-top: 120px;
  }

  .about-content .title {
    text-align: left !important;
  }

  .read-more {
    width: 100%;
    text-align: center;
  }

  .Banner-content-wrapper {
    width: 70%;
    padding: 4px;
  }

  .hero-about h1 {
    font-size: 32px;
    font-weight: 700;
  }

  .hero-about p {
    font-size: 15px;
  }

  .hero-about {
    top: 55px;
  }
}

@media (max-width: 576px) {
  .fullCarousel img,
  .bannerImageWrapper {
    min-height: 320px;
  }

  .about-content .title {
    margin-top: 5px !important;
    margin-bottom: 15px;
  }

  .about-content .history {
    margin-top: 45px !important;
  }

  .about-content h6 {
    text-align: left !important;
  }

  .hero-about h1 {
    font-size: 22px;
  }

  .hero-about p {
    font-size: 14px;
  }

  .hero-about .slick-dots {
    bottom: 5px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  header h1 {
    font-size: 1.2rem;
  }

  .about-content ul li {
    padding-left: 20px;
  }

  .Banner-content-wrapper {
    width: 90%;
    padding: 0px;
    margin-top: 0px;
  }

  .hero-about p {
    font-size: 13px;
  }

  .hero-about button.slick-prev.slick-arrow,
  .hero-about button.slick-next.slick-arrow {
    display: none !important;
  }
}

h4.title.sub-title {
  font-size: 16px;
  margin-bottom: 7px;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.line {
  width: 100px;
  height: 3px;
  display: block;
  background: #f07939;
  border-radius: 13px;
}

.about-content .main-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.about-content .main-row .left {
  width: 50%;
  text-align: left;
  font-size: 15px;
}

.about-content .main-row .left p {
  margin-bottom: 20px;
  font-size: 16px;
}

.about-content ul {
  list-style-type: none;
  padding: 0;
}

.about-content .main-row .left ul li {
  font-size: 16px;
  list-style-type: disc;
  padding-left: 4px;
  margin-left: 20px;
}

.about-content .main-row .right {
  width: 50%;
  text-align: left;
}

.about-content .main-row .right p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.about-content .action-btn {
  float: left;
  margin-top: 8px;
  margin-bottom: 20px;
}

.about-content h6 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .about-content .main-row .left p {
    font-size: 14px;
    line-height: 20px;
  }

  .about-content .main-row .left ul li {
    margin-left: 20px;
    line-height: 20px;
    font-size: 15px;
  }

  .about-content .main-row .right p {
    font-size: 15px;
    line-height: 22px;
  }

  .about-content h6 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .about-content .main-row .left {
    font-size: 14px;
  }

  .about-content .main-row .left ul li {
    font-size: 14px;
  }

  .about-content .main-row .right p {
    font-size: 14px;
    line-height: 20px;
  }

  .about-content .main-row {
    flex-direction: column;
  }

  .about-content .main-row .right {
    width: 100%;
  }

  .about-content .main-row .left {
    width: 100%;
  }

  .about-content h6 {
    font-size: 14px;
    line-height: 21px;
  }
}

/* ALL PACKAGES */
.RecentPackages {
  margin-top: 80px;
  /* background: #d5ecff; */
}

.recentTourList,
.allTourList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tourCard66 {
  width: 66%;
}

.tourCard33 {
  width: calc(33% - 5px);
}

.recentTourList .card,
.allTourList .card {
  width: 100%;
  border-radius: 10px;
  position: relative;
  height: 340px;
  overflow: hidden;
}

.recentTourList .card img,
.allTourList .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  cursor: pointer;
}

.tour-detail {
  position: absolute;
  bottom: 8px;
  left: 5px;
  width: calc(100% - 20px);
  color: #fff;
  padding: 10px 15px;
}

.card-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.publishTime {
  font-size: 12px;
  margin: 0px;
  min-width: fit-content;
}

ul.categoryNameList {
  display: flex;
  gap: 40px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  margin-left: 23px;
}

.tour-detail li {
  list-style-type: disc;
}

.tour-detail h2 {
  font-size: 28px;
  color: #fff;
  margin-top: 10px;
  font-weight: 600;
}

.imageOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(360deg, #000000bf, transparent);
  border-radius: 15px;
  cursor: pointer;
}

.tourCard33 .card {
  height: 280px;
}

.tourCard33 h2 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 5px;
  font-weight: 600;
}

.recentTourList .tourCard33:nth-child(2) .card {
  height: 340px !important;
}

.pagination {
  text-align: center;
  margin-top: 20px;
  margin: 40px auto;
}

.pagination a,
.pagination span {
  padding: 8px 16px;
  margin: 0 4px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #333;
}

.pagination a:hover {
  background-color: #f5f5f5;
}

.pagination .current {
  background-color: #0073aa;
  color: white;
  border-color: #0073aa;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 10px;
}
.modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  position: relative;
}
.btn-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.hidden {
  display: none;
}

.modal-content {
  background: #fff;
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 90vh;
}
.modal .modal-dialog{
    max-width: 950px;
}
#enquirymodal .modal-body {
    padding: 0px;
}

.enqForm-lft {
    float: left;
    width: 41%;
}
.enqForm-rft {
    float: right;
    width: 100%;
}
#enquirymodal h3 {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 32px;
    position: relative;
    font: 700 26px / 26px "Poppins", Helvetica, sans-serif;
    color: #f07939;
}
.enqForm-lft ul {
    padding: 0;
    margin: 0 0 0 15px;
}
.enqForm-lft ul li {
    list-style: disc;
    margin-bottom: 10px;
       font: 400 16px / 24px "Poppins", Helvetica, sans-serif;
    color: rgba(0, 0, 0, .87);
    text-align: justify;
}
.enqForm-lft .call-sect2 {
    background: #d32f2f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: 32px;
}
.call-sect2 .bi {
    font-size: 34px;
    line-height: 42px;
    height: 48px;
    width: 48px;
    vertical-align: middle;
    float: left;
    margin-top: 7px;
}
.call-sect2-inn {
    float: left;
}
.call-sect1 p, .call-sect2-inn p {
    font: 400 14px / 24px "Poppins", Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
.call-sect2-inn span {
    font: 700 21px / 24px "Poppins", Helvetica, sans-serif;
}
.input-with-icon {
    position: relative;
    margin-bottom: 15px;
}
#enquirymodal input[type=date], #enquirymodal input[type=email], #enquirymodal input[type=number], #enquirymodal input[type=tel], #enquirymodal input[type=text], #enquirymodal textarea {
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    padding: 6px 12px;
    font: 500 14px / 21px "Poppins", Helvetica, sans-serif;
    color: #555;
    vertical-align: middle;
    background-color: #f1f1f1;
    background-image: none;
    border: none;
    border-bottom: 1px solid #d6d6d6;
}
#enquirymodal textarea {
 height:58px;   
}
#enquirymodal input[type=submit],#openModalBtn {
    background-color: #f07939;
    font: 500 14px / 36px "Poppins", Helvetica, sans-serif;
    padding: 0 23px;
    border:0;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
#openModalBtn{
    width: 65%;
    font-weight: 600;
    border-radius: 10px;
}
.call-sect1, .call-sect2 {
    float: left;
}
.enqForm-rft p{
    margin-bottom: 15px;
}
#enquirymodal .btn-close{
  position: absolute;
    right: 20px;
    top: 20px;    z-index: 99;
    opacity: 1;  
}

@media (max-width: 992px) {
  .tourCard66 {
    width: 100%;
  }

  .tourCard33 {
    width: calc(50% - 6px);
  }

  .recentTourList .tourCard33:nth-child(2) .card {
    height: 280px !important;
  }
}

@media (max-width: 650px) {
  .tourCard33 {
    width: calc(100% - 0px);
  }

  .tourCard33 .card {
    height: 200px;
  }

  .recentTourList .tourCard33:nth-child(2) .card {
    height: 200px !important;
  }

  .recentTourList .card,
  .allTourList .card {
    height: 200px;
  }

  .tourCard33 h2 {
    font-size: 23px;
    line-height: 32px;
  }
}

/* ########## PAGE GALLERY STYLES ########## */
.gallery-box {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.left-thumbnail {
  width: 40%;
  height: 360px;
}

.left-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.right-thumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 60%;
}

.gallery-item {
  width: calc(100% / 2 - 5px);
  height: 175px;
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 6px;
}

.gallery-item img {
  width: 100%;
  height: 175px;
  border-radius: 5px;
  object-fit: cover;
}

.hidden-lightbox {
  display: none;
}

.left-thumbnail,
.right-thumbnail {
  flex: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 500;
}

/* Lightbox Styles */
div#lightbox {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 1200px;
}

.lb-outerContainer {
  width: calc(100% - 30px) !important;
  margin: 20px;
}

.lb-dataContainer {
  position: absolute;
  top: 12px;
  left: 35px;
  width: calc(100% - 58px) !important;
  z-index: 11 !important;
}

.lb-container .lb-image {
  width: 100% !important;
  border: 1px solid #fff !important;
  object-fit: cover;
}

.tours-category-page-wrapper h2 {
  /* font-size: 32px;
  margin-block: 18px;
  font-weight: 600; */
}

.category-description-box .description h4 {
  font-size: 24px;
  margin-block: 10px;
  font-weight: 500;
  color: #000657;
}
.ToursSmartCardBox .main-child-categories span{
       display: inline-block;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 8px;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    left: 0px;
    font-size: 14px;
}
.ToursSmartCardBox .main-child-categories a:hover span{
    background: #f97316;
    color: #fff;
    border-color:#f97316;
}
.category-description-content h1,
.category-description-content h2,
.category-description-content h3,
.category-description-content h4,
.category-description-content h5,
.category-description-content h6 {
  font-size: 18px;
  margin: 0px;
  margin-top: 10px;
  font-weight: 700;
}
.table-responsive {
    margin-top: 20px;
    overflow-x: auto;
}
.category-description-content h1 {
  font-size: 42px;
}

.category-description-content h2{
    font-size: 28px;
}

.category-description-content h3 {
  font-size: 25px;
}

.category-description-content h4 {
  font-size: 22px;
}
.category-description-content h5 {
  font-size: 20px;
}
.category-description-content h6 {
  font-size: 16px;
}
.category-description-box .description p,
.category-description-box .description ul {
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
  color: #5f5f5f;
}

.category-description-box .description p strong,
.category-description-box .description ul strong {
  color: #000;
}

.category-description-box a {
  text-decoration: underline;
  color: #f07939;
}

.places-to-visit li a {
  text-decoration: none;
  color: #111b5f;
  padding: 8px 8px;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

.category-description-box {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.description {
  width: calc(100% - 300px - 30px);
  background: #ffffff;
  padding: 15px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.right-short-info {
  min-width: 320px;
  width: 320px;
  margin: 0px;
}

.place-to-visit {
  background: #fff;
  padding: 15px;
  border: 1px solid #e2e2e2;
}

.place-to-visit h5 {
  font-size: 20px;
  margin-block: 10px;
  font-weight: 500;
  color: #000657;
}

ul.places-to-visit {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin: 20px 0px;
}
.places-to-visit a {
}

ul.places-to-visit li {
  list-style-type: none;
  width: calc(50% - 5px);
  border: 1px solid #111b5f;
  font-size: 13px;
  border-radius: 5px;
  color: #111b5f;
}

ul.places-to-visit li:hover {
  border: 1px solid #f07939;
}

ul.places-to-visit li:hover a {
  color: #f07939;
}

.tours-category-page-wrapper {
  margin-top: 40px;
}

.right-short-info .Tour-helper-wrap {
  background: #ffffff;
  padding: 15px;
  box-shadow: none;
  border: 1px solid #e2e2e2;
}

.right-short-info .Heading {
  font-size: 20px;
  margin-block: 10px;
  font-weight: 500;
  color: #000657;
}

.right-short-info .contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px 15px;
}

.right-short-info .contact-panel h5 {
  font-size: 14px;
  color: #111b5f;
}

.right-short-info .contact-panel p {
  font-size: 14px;
}

.right-short-info .timing-panel h5 {
  font-size: 14px;
}

.right-short-info .timing-panel {
  padding: 20px 0px 10px;
}

.right-short-info .timing-panel p {
  font-size: 14px;
  line-height: 17px;
  margin-top: 2px;
}

.timing-panel h5 .right-short-info .timing-panel {
  gap: 10px;
  padding: 30px 0px;
}

@media (max-width: 992px) {
  .description {
    width: calc(100% - 300px - 10px);
  }

  .category-description-box {
    margin-top: 20px;
  }

  .right-short-info {
    min-width: 300px;
    width: 300px;
  }
}

@media (max-width: 768px) {
  .category-description-box {
    flex-direction: column;
  }

  .description {
    width: 100%;
  }

  .category-description-box {
    margin-top: 20px;
  }

  .right-short-info {
    min-width: 100%;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .right-short-info .Heading {
    font-size: 18px;
    font-weight: 600;
  }

  .right-short-info .Tour-helper-wrap {
    margin-bottom: 15px;
  }

  .place-to-visit h5 {
    font-size: 18px;
    font-weight: 600;
  }

  .left-thumbnail {
    display: none;
  }

  .right-thumbnail {
    width: 100%;
  }
}

/* ########################################################### */
/* ###########            MAIN TOURS PAGE            ######### */
/* ########################################################### */

.MainTours {
  background: #000f4c;
  height: 38vh;
  min-height: 360px;
  position: relative;
  margin-top: 56px;
}

.MainTours-Top {
  position: absolute;
  left: 50%;
  bottom: -80px;
  padding: 0px 20px;
  transform: translateX(-50%);
}

.MainTours-Top .page-featured-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 10px;
}

.MainTours-bottom {
  display: flex;
  align-items: start;
  gap: 30px;
  margin-top: 10px;
}

.MainTours-bottom .socialPanel {
  width: 60px;
  margin-top: 90px;
}

ul.social-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  list-style-type: none;
}

.MainTours-bottom .socialPanel img {
  width: 45px;
  padding: 0px 5px;
  height: 40px;
  object-fit: contain;
}

.MainTours-bottom .socialPanel img:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}

.MainTours-bottom .page-content {
  padding: 0px;
  width: calc(100% - 60px);
}

.MainTours-bottom .page-content .page-title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #f07939;
  margin-top: 30px;
}

.page-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
}

/* Category Smart card */
.ToursSmartCardBox .main-child-categories {
  display: flex;
  align-items: center;
  gap: 30px 20px;
  flex-wrap: wrap;
}

a.Smart-category-box {
  width: calc(50% - 40px);
  background-image: linear-gradient(45deg, #6e80cc, #031357);
  display: flex;
  align-items: start;
  gap: 15px;
  height: 270px;
  padding: 15px;
  border-radius: 12px;
  transition: all 1s;
  overflow-y: clip;
  margin-left: 30px;
}

.Smart-category-box .category-image {
  width: 50%;
  height: 100%;
  margin-left: -40px;
  border-radius: 6px;
  overflow: hidden;
}

.Smart-category-box .category-image img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}

a.Smart-category-box:hover {
  background-image: linear-gradient(45deg, #0400ff, #f07939);
  transition: all 0.6s;
}

a.Smart-category-box:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.category-content {
  width: 60%;height: 100%;
    position: relative;
}

.category-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #ffff;
  margin-top: 2px;
  margin-bottom: 6px;
}

.category-content .tour-count {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}

.category-content .tour-count p {
  font-weight: 400;
  font-size: 14px; color: #fff;
  margin-top: 10px;
}

.ToursSmartCardBox .ViewAllPkgBtn {
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  background: transparent;
  color: #fff;
  font-size: 14px;
  gap: 5px;
  display: flex;
  border: none;
  padding: 0px;
}

.ToursSmartCardBox {
  margin-bottom: 60px;
}

.MainTours-bottom .page-content p a {
  text-decoration: underline;
  color: #f07939;
}

.MainTours-bottom .page-content h2, .MainTours-bottom .page-content h3 {
  margin-top: 25px;
  font-size: 26px;
  font-weight: 600;
  color: #424242;
  margin-bottom: 10px;
}

.places-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
  margin-top: -60px;
}
.single-post .single-post-left img{
    width:100%;
}
.place-card {
  border: 1px solid #bcb8b8;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #e1e1e1;
  min-height: 470px;
}

.place-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.place-thumbnail img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.place-content {
  padding: 15px;
}

.place-title {
  margin-top: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.place-title a {
  color: #000f4d;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.place-excerpt {
  margin-bottom: 30px;
  font-size: 14px;
}

.place-excerpt p {
  color: #575757;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 7; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.read-more-btn {
  margin: 0px !important;
}

a.read-more-btn {
  margin: 0px !important;
  padding: 8px 18px;
  margin-block: 20px !important;
}

.read-more-btn:hover {
  background-color: #000000;
  color: #fff;
}

.state-title {
  margin-top: 50px;
}

/* places-to-visit-detail-wrap */

.places-to-visit-detail-wrap .single-discription h1,
.places-to-visit-detail-wrap .single-discription h2,
.places-to-visit-detail-wrap .single-discription h3,
.places-to-visit-detail-wrap .single-discription h4,
.places-to-visit-detail-wrap .single-discription h5,
.places-to-visit-detail-wrap .single-discription h6 {
  font-size: 22px;
  margin-top: 12px;
  font-weight: 500;
}

.places-to-visit-detail-wrap .single-discription img {
  margin: 10px 0px;
  max-height: 350px;
  max-width: 100%;
  border: 1px solid #000f4c;
  padding: 8px;
  border-radius: 8px;
  object-fit: cover;
}

.related-packages {
  margin-top: 30px;
}

.places-to-visit-detail-wrap .single-bottom-right {
  min-width: 375px;
}

@media (max-width: 768px) {
  .places-to-visit-detail-wrap .single-discription img {
    max-width: 500px;
  }
  .MainTours {
    margin-top: 15px;
    min-height: 320px;
  }
  .places-grid {
    margin-top: -40px;
  }
  .MainTours-Top .page-featured-image img {
    height: 300px;
  }

  .MainTours-Top {
    bottom: -50px;
  }

  .MainTours-bottom .page-content .page-title {
    font-size: 26px;
    margin-top: 0px;
    line-height: 28px;
  }

  .page-content p {
    font-size: 14px;
  }

  a.Smart-category-box {
    width: 100%;
    margin-left: 0px;
  }

  .category-content h3 {
    font-size: 15px;
    line-height: 21px;
  }
  .category-content .tour-count{
          font-size: 11px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 16px;
  }
  .ToursSmartCardBox .main-child-categories span{
      bottom:1px;padding: 2px 12px;    font-size: 12px;border: solid 1px #fff;
  }
  
}

@media (max-width: 576px) {
  .places-to-visit-detail-wrap .single-bottom-right {
    min-width: 300px;
  }
  .places-to-visit-detail-wrap .single-discription img {
    max-width: 400px;
  }
  .MainTours-bottom .page-content .page-title {
    font-size: 24px;
  }
  .ToursSmartCardBox .main-child-categories {
    gap: 10px 20px;
  }
  .MainTours-bottom .page-content {
    width: 100%;
  }
  .MainTours-bottom .socialPanel {
    margin: 0px;
    width: 45px;
    position: fixed;
    top: 75%;
    transform: translateY(-50%);
    left: -2px;
    background: #fff;
    padding: 20px 0px;
    border: 2px solid #d7d7d7;
    z-index: 11;
  }
  .MainTours-bottom .socialPanel img {
    width: 38px;
    padding: 0px 5px;
    height: 30px;
  }
}

@media (max-width: 400px) {
  .places-to-visit-detail-wrap .single-discription img {
    max-width: 300px;
  }
}
/* ###########################################################
 ################### CONTACT US PAGE CSS ####################
 ########################################################### */

/* Banner Styles */
.contactUsBanner {
  width: 100%;
  padding: 30px 0px;
  text-align: center;
  background: linear-gradient(135deg, #6e8efb, #000f4c);
  color: white;
  min-height: 300px;
  margin-top: 65px;
}

.contactUsBanner h1 {
  font-size: 42px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.contactUsBanner p {
  font-size: 21px;
  font-weight: 400;
  color: #c4c4c4;
}

/* Contact Section */
.contactUsFormWrapper {
  background: #f9f9f9;
}

.contactUsFormWrapper .contact-section {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  gap: 30px;
}

.contactUsFormWrapper .contact-section .contact-info,
.contactUsFormWrapper .contact-section .contact-form {
  flex: 1 1 45%;
  min-width: 300px;
}

.contactUsFormWrapper .contact-info h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #333;
}

.contactUsFormWrapper .contact-info p {
  margin-bottom: 20px;
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

/* Contact Details Lists */
.contactUsFormWrapper .contact-details,
.contactUSAddresses .office-card .office-contacts {
  list-style: none;
  margin-top: 30px;
  padding: 0px;
}

.contactUsFormWrapper .contact-details li,
.contactUSAddresses .office-card .office-contacts li {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}

.contactUsFormWrapper .contact-details li a,
.contactUSAddresses .office-card .office-contacts li a {
  color: #3a3a3a;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: center;
  font-size: 15px;
}

.contactUsFormWrapper .contact-section .contact-details li a:hover,
.contactUSAddresses .office-card .office-contacts li a:hover {
  color: #4361ee;
}

.contactUsFormWrapper .contact-section .contact-details li i,
.contactUSAddresses .office-card .office-contacts li i {
  width: 20px;
  margin-right: 0.8rem;
  font-size: 16px;
}

/* Icon Colors */
.contactUSAddresses {
  background: #ffffff;
  padding-bottom: 60px;
}

.contactUsFormWrapper .fa-phone {
  color: #28a745;
}

.contactUsFormWrapper .fa-whatsapp {
  color: #25d366;
}

.contactUsFormWrapper .fa-envelope {
  color: #dc3545;
}

.contactUsFormWrapper .fa-map-marker-alt {
  color: #4895ef;
}

.contactUsFormWrapper .fa-building {
  color: #4361ee;
}

.contactUSAddresses .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  background: #f07939;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin: 0px;
  margin-top: 50px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

.contactUsFormWrapper .submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  background: #f07939;
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 50px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.contactUsFormWrapper .submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  background: #f07939;
  color: white;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 11px;
  font-weight: normal;
  display: block;
  margin-bottom: -10px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0px;
  font-size: 14px;
  margin-top: -10px;
}

.contactUSAddresses .contact-btn:hover,
.contactUsFormWrapper .submit-btn:hover {
  background: #3f37c9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(67, 97, 238, 0.4);
}

.contactUSAddresses .contact-btn i,
.contactUsFormWrapper .submit-btn i {
  margin-right: 0.5rem;
}

/* Form Styles */
.contactUsFormWrapper .contact-form .form-group {
  margin-bottom: 20px;
}

.contactUsFormWrapper .contact-form .form-group label {
  display: block;
  color: #2e2e2e;
  font-weight: 400;
  font-size: 14px;
}

.contactform-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contactUsFormWrapper .contact-form .form-group input,
.contactUsFormWrapper .contact-form .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}

.contactUsFormWrapper .contact-form .form-group textarea {
  height: 120px;
  resize: vertical;
}

/* Section Title Styles */
.contactUSAddresses .section-title {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

.contactUSAddresses .section-title h2 {
  font-size: 2.5rem;
  color: #212529;
  font-weight: 700;
}

.contactUSAddresses .section-title p {
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

.contactUSAddresses .section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #4361ee, #4895ef);
  margin: 1rem auto;
  border-radius: 2px;
}

.contactUSAddresses .office-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 15px;
  margin-top: 2rem;
}

.contactUSAddresses .office-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}

.contactUSAddresses .office-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.contactUSAddresses .office-header {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.contactUSAddresses .office-map {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(20%) contrast(110%) brightness(90%);
}

.contactUSAddresses .office-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #4361ee;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(67, 97, 238, 0.3);
}

.contactUSAddresses .office-body {
  padding: 2rem;
}

.contactUSAddresses .office-title {
  font-size: 20px;
  margin-bottom: 12px;
  color: #212529;
  display: flex;
  align-items: center;
}

.contactUSAddresses .office-address p {
  font-size: 16px;
}

.contactUSAddresses .office-title i {
  margin-right: 0.8rem;
  color: #4361ee;
  width: 22px;
}

.contactUSAddresses .office-address {
  color: #3a3a3a;
  font-size: 1rem;
}

.contactUSAddresses .office-address i {
  width: 20px;
  color: #4895ef;
  font-size: 16px;
}
.single-bottom-right .related-tours ul{
    margin:0;
}
.similar-tours{
    background: #fff;
}
.bnrFtrfull,.bnrFeatured{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.bnrFtrfull img,.bnrFeatured img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Responsive Styles */
@media (max-width: 992px) {
  .contactUsBanner {
    margin-top: 56px;
  }
}
@media (max-width: 768px) {
  .contactUsFormWrapper .contact-info,
  .contactUsFormWrapper .contact-form,
  .contactUSAddresses .office-grid {
    grid-template-columns: 1fr;
  }

  .contactUsBanner h1,
  .contactUSAddresses .section-title h2 {
    font-size: 2rem;
  }

  .contactUsFormWrapper .contact-section {
    flex-direction: column;
  }
}

.wpcf7-response-output {
  color: #fff;
  font-size: 13px !important;
}

.formHead h2.Heading,.formHead .Heading {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
  background: #f07939;
  padding: 12px 20px;
}

/* customer-Quote-from */
.customer-quote-form {
  background-image: linear-gradient(187deg, #000, #000000);
  border-top: 1px solid #a6a6a6;
  height: 485px;
}

.customer-quote-form-inner {
  padding: 16px;
}

.customer-quote-form .form-group input,
.customer-quote-form .form-group textarea,
.customer-quote-form .form-group select {
  width: 100%;
  padding: 12px;
  border: 1px solid #616161;
  border-radius: 5px;
  font-size: 13px;color: #a3a3a3;
  background: transparent;
}


.wpcf7-submit.contact-btn {
  width: 100%;
  margin: 0px;
  padding: 12px;
  margin-top: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.customer-quote-form .form-group label {
  font-size: 13px;
  color: #a3a3a3;
}

.customer-quote-form .form-group {
  margin-bottom: 10px;
  width: 50%;
}

.customer-quote-form .form-group-full {
  width: 100%;
  margin-top: 2px;
}

.customer-quote-form .contactform-flex {
  gap: 10px;
}

.customer-quote-form .form-group textarea {
  height: 90px;
}

.connectionLine {
  position: relative;
  padding-right: 30px;
  /* Space for arrow */
  transition: all 0.3s ease;
}

.connectionLine.--connectionLineFixed {
  position: static;
  top: 56px;
  background: #f07939 !important;
  width: 100%;
  max-width: 375px;
  padding: 13px 20px 16px !important;
}

/* Default state - Down arrow */
.connectionLine.--connectionLineFixed::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid currentColor;
  /* Down arrow */
  transition: all 0.3s ease;
}

/* Active state - Up arrow */
.connectionLine.--connectionLineFixed.active::after {
  border-top: 0;
  border-bottom: 8px solid currentColor;
  /* Up arrow */
}

.connectionLine.--connectionLineFixed.active + .customer-quote-form {
  position: fixed;
  top: 102px;
  width: 100%;
  max-width: 375px;
  transition: height 2s;
}

/* POST SINGLE PAGE */

.single-post-wrapper {
  padding: 40px 20px;
  width: 100%;
  max-width: 1350px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.single-post-left {
  width: calc(100% - 375px - 20px);
}

.single-post-container .post-featured-image {
  height: 75vh;
  width: 100%;
}

.single-post-container .post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-meta {
  color: #f07939;
  font-size: 14px;
  margin-bottom: 0px;
}

.single-post-wrapper .post-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
  color: #000f4c;
}

.single-post-wrapper .post-content h1,
.single-post-wrapper .post-content h2,
.single-post-wrapper .post-content h3,
.single-post-wrapper .post-content h4,
.single-post-wrapper .post-content h5,
.single-post-wrapper .post-content h6 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 23px;
  margin-bottom: 10px;
}

.single-post-wrapper .post-content p {
  font-size: 16px;
  color: #424242;
  margin-bottom: 7px;
}

.single-post-wrapper .post-content a {
  color: #f07939;
  text-decoration: underline;
  font-size: 15px;
}

.single-post-wrapper .post-content a:hover {
  color: #4361ee;
}
.similar-tours.formHead {
  z-index: 111;
  position: relative;
}
@media (max-width: 992px) {
  .formHead h2.Heading {
    width: 100%;
    right: 15px;
    position: static;
    top: 56px;
    background: #f07939 !important;
    padding: 10px 12px 12px !important;
    font-size: 14px;
    font-weight: 500;
    max-width: 100%;
  }
  .connectionLine.--connectionLineFixed {
   max-width: 100%;   
  }
  .connectionLine::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid currentColor;
    transition: all 0.3s ease;
  }
  
  .connectionLine.active + .customer-quote-form {
    display: block;
  }
  .connectionLine.--connectionLineFixed.active + .customer-quote-form {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .connectionLine.--connectionLineFixed::after{
      display: none;
  }
}

@media (max-width: 992px) {
  .customer-quote-form .form-group input,
  .customer-quote-form .form-group textarea,
  .customer-quote-form .form-group select {
    font-size: 12px;
    font-weight: 400;
  }
  .top_spiritual_tours .tour-item a {
    height: 100%;
}
.holiday_pack_wrap .hover-box{
    top: inherit;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}
.holiday_pack_wrap .hover-box span{
    writing-mode: inherit;
}
.single-post-container .post-featured-image {
    height: auto;
    width: 100%;
}
.single-post-left {
    width: 100%;
}
.single-post-wrapper {
    padding: 30px 20px;
    display: block;
}
.single-post-wrapper .post-title{
    margin-top:15px;
}
.single-post .single-post-container{
    margin-top:55px;
}
.single-post-wrapper .post-title {
    font-size: 28px;
}
.faqs-Wrapper{
    width: calc(100% - 0px);
}
.webStoriesList .latest-post-section{
    flex-wrap: wrap;
}
.webStoriesList .web-news-box {
    max-width: 48%!important;
    margin:10px 1% 20px 1%!important;
    min-width: 48%!important;
}
.webStoriesList .web-news-cnt-box h2 a{
        font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
    min-height: 38px;
}
.web-news-category{
        font-size: 12px!important;
    min-height: 36px!important;
    line-height: 18px!important;
}
.page-template-webstory .News-blog-wrap {
        padding: 30px 10px;
    }
  .page-template-webstory  .News-blog-wrap h4{
        margin-bottom: 15px;
    }
}

@media (max-width: 360px) {
  .connectionLine.--connectionLineFixed.active + .customer-quote-form {
    right: 5px;
    width: 310px;
  }
}

/* Footer Cummuication */
.footer-cummunication-box {
  display: none;
}
.call-cummi,
.wtsp-cummi {
  width: 50px;
  height: 50px;
  background: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20%;
  border: 1px solid #b7b7b7;
}
.call-cummi:hover img,
.wtsp-cummi:hover img {
  transform: rotateY(360deg);
  transition: all 0.5s;
}
.footer-cummunication-box img {
  width: 40px;
  height: 40px;
}
#inclusions ol,#exclusion ol{
    padding-left: 5px;
}
#inclusions li,#exclusion li{
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 9px;
}
#inclusions li:before,#exclusion li:before{
   position: absolute;
    top: -1px;
    left: 5px;
    font-size: 16px;
    color: green;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
}
#exclusion li:before{
    content: "\f057";
    color: red;
}
blockquote {
 padding: 10px 20px;
    margin: 18px 0 13px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
#tourContent {
    max-height: 245px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}
#tourContent:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
}.tour-content.expanded {
    max-height: none!important;
}
.read-more-btn{
    margin-left:0!important;    cursor: pointer;
}
.tour-content.expanded:after{
    display: none;
}
.page-template-placesToVisitList,.page-template-bestTimeToVisitList{
    background: #fff!important;
}
@media (max-width: 576px) {
  .footer-cummunication-box {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    position: fixed;
    bottom: 8px;
    width: 100%;
  }
  .aboutPanel .content h2 {
    font-size: 28px;
  }
  .web-news-image img{
          height: 125px!important;border-radius: 10px!important;
  }
  .top_spiritual_tours .tour-item a .pkg-detail-box, .memorable_tour .tour-item a .pkg-detail-box{
      padding: 10px 8px;
  }
  .Smart-category-box .category-image{
    margin-left:0;
  }
}


/* Normal Page Layout */
.fullPageView .single-bottom-left {
  width: 100% !important;
}
.fullPageView .single-bottom-left .entry-title {
text-align: center;
}

.pay-main-content a {
    color: #f07939;
}


.footer-column ul {
padding-left: 0px;
}
.page-template-New-Package-Page-Common .category-description-content img,.page-template-New-Package-Page-Common .description,.page-template-spiritual-package .description{
  width:100%;
}
.page-template-New-Package-Page-Common .category-description-content img{
 max-width: 500px;
    float: right;
    max-height: 360px;
    object-fit: cover;
    object-position: top;
}
.page-template-New-Package-Page-Common .right-short-info,.page-template-spiritual-package .right-short-info {
  display: none;
}
.places-to-visit-detail-wrap .single-discription img{
    width:100%;
}