


:root {
  --theme-color: #d66831;
  --primary-color: #bbbbbb;
  --main-color: #222222;
  --text-color: #000;
  --section-bg: #fbf8f3;
  --theme-border: #a18549;
  --primary-border: #e5e5e5;
  --meta-text-color: #999999;
}

body {
 font-family: "Bona Nova", Sans-serif;
  font-weight: 400;
  color: #222222;
  line-height:0.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  /* font-family: "Bona Nova", Sans-serif; */
  
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--theme-color);
}
h3 {
  font-size: 48px;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 21px;
  line-height: 1.45;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.66;
  color: var(--text-color);
  margin-bottom: 3px;
  
}
.fontNoto {
  /* font-family: "Bona Nova", Sans-serif; */
  font-size: 13px;
}

.header-area{
  /* position: absolute; */
  z-index: 5000;
  width: 100%;
}
/* title */
.title span {
  font-size: 16px;
}
.title h2 {
  font-size: 30px;
  line-height: 1.25;
  font-family: ABeeZee;
  letter-spacing : 6px;
}
.sub-title {
  display: inline-block; /* subtitle ke text ke width ke hisaab se */
  position: relative;
  font-size: 15px;
  font-family: ABeeZee;
  font-weight: 700;
  letter-spacing: 4px;
}

.sub-title::before {
  position: absolute;
  content: "";
  background: var(--theme-color);
  width: 100%;
  height: 5px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.section-content-title span {
  font-size: 24px;
  display: block;
}
.section-content-title h2 {
  font-size: 48px;
  line-height: 1.15;
}
.section-content-title p {
  line-height: 1.7;
}
/* button  css*/
.my-btn .btn {
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid var(--theme-color);
  color: #ffffff;
  outline: 0 none;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -moz-transform: perspective(1px) translateZ(0px);
  -webkit-transform: perspective(1px) translateZ(0px);
  -o-transform: perspective(1px) translateZ(0px);
  -ms-transform: perspective(1px) translateZ(0px);
  transform: perspective(1px) translateZ(0px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  vertical-align: middle;
  border-radius: 30px;
  /* -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; */

}
.my-btn .btn::before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 30px;
}

.my-btn .btn-two {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  outline: 0 none;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -moz-transform: perspective(1px) translateZ(0px);
  -webkit-transform: perspective(1px) translateZ(0px);
  -o-transform: perspective(1px) translateZ(0px);
  -ms-transform: perspective(1px) translateZ(0px);
  transform: perspective(1px) translateZ(0px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  vertical-align: middle;
  border-radius: 30px;
  /* -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; */
  background-color: #ffffff;


}
.my-btn .btn-two::before {
  background-color: var(--theme-color);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 30px;
}
.my-btn .btn:hover::before,
.my-btn .btn:focus::before,
.my-btn .btn:active::before {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.my-btn a.btn:hover,.my-btn .btn:hover,.my-btn a.btn:focus,.my-btn a.btn:active,.my-btn .btn:focus,.my-btn .btn:active {
  color: var(--theme-color);
}
.my-btn a.btn-two:hover,.my-btn .btn-two:hover,.my-btn a.btn-two:focus,.my-btn a.btn-two:active,.my-btn .btn-two:focus,.my-btn .btn-two:active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.slider-content .my-btn .btn {
  padding: 15px 48px;
  font-size: 18px;
}
/* btn2 css */
.my-btn2 .btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
.my-btn2 .btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--theme-color);
  bottom: -1px;
  left: -1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.my-btn2:hover .btn::before {width: 103%;}
.my-btn2 .btn:hover {
  color: var(--theme-color);
}
.my-btn2 .btn:hover
.blog-hm1-wrapper .my-btn2 .btn,.blog-btn .btn, .offer-btn .btn {color: #ffffff;}
.blog-hm1-wrapper .my-btn2 .btn:hover {  color: var(--theme-color);}
/* home2 btn */
.hm2 .my-btn .btn {
  padding: 11px 39px;
  font-size: 16px;
  border-radius: 30px;
}
.hm2 .my-btn2 .btn {
  font-size: 16px;
}
.transparent-btn .my-btn .btn {
  color: var(--main-color);
}
.transparent-btn .my-btn .btn::before {background: var(--theme-color);border-radius: 30px;}
.transparent-btn .my-btn .btn:hover {color: #ffffff; border-radius: 30px;}
/* slick-arrow */
.slick-arrow .l-a,
.slick-arrow .r-a {
  position: absolute;
  top: 50%;
  background: transparent;
  border: 1px solid var(--primary-border);
  color: var(--main-color);
  text-align: center;
  z-index: 1;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  left: 70px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.slick-arrow .r-a {
  right: 70px;
  left: auto;
}
.slick-arrow .l-a:hover,
.slick-arrow .r-a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--theme-color);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
}
/* hm2 hero arrow*/
.hm2 .slider-active .slick-arrow .l-a,
.hm2 .slider-active .slick-arrow .r-a {
  border: 1px solid var(--theme-color);
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #ffffff;
}
.hm2 .slider-active .slick-arrow .l-a:hover,
.hm2 .slider-active .slick-arrow .r-a:hover {
  background: var(--theme-color);
}
/* hm1 hero arrow */
.hm1 .slider-active .slick-arrow .l-a,
.hm1 .slider-active .slick-arrow .r-a {
  top: auto;
  bottom: -25px;
  left: auto;
  right: 13.5%;
}
.hm1 .slider-active .slick-arrow .r-a {
  right: 10.2%;
}
/* feature arrow */
.feature-hm1-active .slick-arrow .l-a,
.feature-hm1-active .slick-arrow .r-a {
  top: auto;
  bottom: -20px;
  left: 30.5%;
}
.feature-hm1-active .slick-arrow .r-a {
  right: auto;
  left: 35.5%;
}

/* dots css */
.main-style .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 11;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.main-style .slick-dots li {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.12);
  border: 4px solid #ffffff;
  margin: auto 10px;
  cursor: pointer;
  display: inline-block;
}
.main-style .slick-dots button {
  width: 13px;
  height: 13px;
  background: var(--primary-color);
  display: block;
  text-indent: 1000px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.main-style .slick-dots li.slick-active button {
  background: var(--theme-color);
}
/* hero-dots */
.slider-active .slick-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slider-active .slick-dots li {
  display: block;
  margin: 0;
  cursor: pointer;
  width: 22px;
  height: 32px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.slider-active .slick-dots li button {
  font-size: 30px;
  font-weight: 700;
  line-height: 0.7;
  font-family: "Noto Serif", serif;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--main-color);
  width: 22px;
  height: 32px;
  display: flex;
  align-items: end;
  justify-content: center;
  cursor: pointer;
}
.slider-active .slick-dots li.slick-active button {
  font-size: 47px;
  color: var(--theme-color);
}
/* home2 */
.hm2 .slider-active .slick-dots {
  display: none !important;
}


/* 2. header
--------------------------------------------------- */
.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 22;
  transition: 0.3s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.sticky-menu.header-bottom {
  /* background: #ffffff; */
  /* -webkit-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.3);
  -moz-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.3);
  box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.3); */
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
/* .sticky-menu .main-menu ul > li a {
  margin-top: 20px;
  margin-bottom: 20px;
} */
.logo img {
  height: 50px;
}
@media (max-width:768px) {
  .logo img{
  height: 30px;
  width: 100% !important;
}
}
.sticky-menu .logo img {
  max-width: 100%;
}
/* header-top */
.header-top-left li.before-effect,
.header-top-right li.before-effect {
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
}
.header-top-right li.before-effect {
  margin-left: 0;
}
.header-top-left li.before-effect::before,
.header-top-right li.before-effect::before {
  position: absolute;
  content: "";
  background: #ccc;
  width: 1px;
  height: 15px;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.header-top-left li a,
.header-top-right a {
  font-size: 13px;
  color: #fff;
}
.header-top-left span, .header-top-right span {
	font-size: 16px;
	color: #fff;
}
.header-top .nice-select::after {
	height: 7px;
	right: 28px;
	width: 7px;
}
.header-top .nice-select .option {
	font-size: 14px;
	color: var(--text-color);
}
.header-top .nice-select span.current {
	padding-left: 0;
	margin-left: 0;
}
.header-top .nice-select, .header-top .nice-select span {
	background: transparent;
}
.header-top .nice-select .option:hover, .header-top .nice-select .option.focus, .header-top .nice-select .option.selected.focus {
	background-color: var(--theme-color);
}
.show-language li a,
.show-currency li a {
  font-size: 14px;
  padding-bottom: 14px;
  display: block;
  color: var(--text-color);
}
.show-currency li span {
  font-size: 13px;
}
/* header bottom */
.main-menu ul li {
  display: inline-block;
  /* margin-right: 30px; */
  position: relative;
}
/* .top-logo{
  height: 50px;
} */
@media (min-width:1025px) {
  .mobile-only{
    display: none;
  }
  
}

@media (min-width: 1024px) and (max-width: 1346px) {
  .main-menu ul li > a {
    color: #000 !important;
  }
}

.main-menu{
  /* background-color: #000; */
  width: 100%;
  display: flex;
  justify-content: center;
}
.header-bottom{
  background: rgb(193,182,174);
}
.header-social li:last-child {
  margin-right: 0;
}
.main-abt-heading{
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
  font-family: ABeeZee;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 5px;
  text-transform:uppercase;
}
.main-menu ul li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  /* margin-top: 28px;
  margin-bottom: 28px; */
  padding: 10px;
  font-family: ABeeZee;
   border-top: 2px solid transparent;   /* पहले से transparent border रखो */
  transition: all 0.3s ease;           /* smooth transition */
  font-style: italic;
}

/* When header becomes sticky, turn links black */
#header-sticky.sticky .main-menu ul li > a {
  color: #fff;  /* Black color */
}
/* .main-menu ul li:hover > a {
  color: var(--theme-color);
    border-top: 2px solid var(--theme-color);
} */
.main-menu nav a[aria-current="page"] {
  color: #000 !important;
  /* background-color: #50b9ce; */
  /* border-top: 2px solid var(--theme-color); */
}
.main-menu nav a :hover[aria-current="page"] {
  color: var(--theme-color) !important;
  /* border-top: 2px solid var(--theme-color); */
}


/* mega menu */
.main-menu ul li .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  height: auto;
  margin: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transition: 0.5s;
  -webkit-transition: transform 500ms ease, opacity 500ms ease;
  -moz-transition: transform 500ms ease, opacity 500ms ease;
  -ms-transition: transform 500ms ease, opacity 500ms ease;
  -o-transition: transform 500ms ease, opacity 500ms ease;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
.main-menu ul li .mega-menu.full-mega-menu {
  top: 80px;
  width: 97.5%;
}
.sticky-menu .main-menu ul li .mega-menu.full-mega-menu {
  top: 64px;
}
.header-area.white-bg .mega-menu {
  top: 100%;
}
.main-menu ul li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.main-menu ul li.full-mega-menu-position {
  position: static;
}
.main-menu ul li .mega-menu li {
  margin: 0;
}
.full-mega-menu1 li {
  width: 24%;
}
.full-mega-menu1 li img {
  max-height: 250px;
}
.main-menu ul li .mega-menu a {
  font-size: 13px;
  color: var(--secondary-color);
  display: block;
  margin: 0;
}
.main-menu ul li .mega-menu.full-mega-menu2 a.mega-title {
  margin-bottom: 12px;
  color: var(--main-color);
}
.main-menu ul li .mega-menu a.mega-title {
  font-size: 16px;
  font-weight: 500;
}
.mega-menu.full-mega-menu.full-mega-menu2 li {
  display: block;
  padding-bottom: 5px;
}
.mega-menu.full-mega-menu.full-mega-menu2 > li {
  width: 25%;
}
.rbm-text h6 {
  font-size: 16px;
}
.rbm-text span {
  font-size: 14px;
}
.rbm-img img {
  min-width: 72px;
}
.menu-info span,
.menu-info p {
  font-size: 14px;
}
/* dropdown menu */
.mega-menu.mega-dropdown-menu li {
  display: block;
  padding: 11px 10px 11px 30px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid var(--theme-color);
}
.mega-menu.mega-dropdown-menu li > a {
  font-size: 15px;
}
.mega-menu.mega-dropdown-menu li:last-child {
  border-bottom: none;
}
.main-menu ul li .mega-menu.mega-dropdown-menu {
  top: 75%;
}
.main-menu ul li .mega-menu.mega-sub-menu {
  left: 185px;
  top: 0;
}
.mega-menu.mega-dropdown-menu,
.main-menu ul li .mega-menu.mega-sub-menu {
  box-shadow: 9px 15.588px 30px 0px rgba(6, 7, 7, 0.12);
}
.main-menu ul li .mega-menu.full-mega-menu {
  max-width: 1175px;
  left: 50%;
  transform: translateX(-50%);
}
.mega-menu.full-mega-menu.full-mega-menu1 .single-menu-course h3,
.mega-menu.full-mega-menu.full-mega-menu1 h2 {
  font-size: 16px;
}
.mega-menu.full-mega-menu.full-mega-menu1 .single-menu-course .pc-category span,
.single-menu-course .news-time {
  font-size: 14px;
}
.mega-menu.full-mega-menu.full-mega-menu1
  .single-menu-course
  .review-ratting
  li
  span {
  font-size: 14px;
}
.mega-menu.full-mega-menu.full-mega-menu1 .popular-course-content-wrapper {
  box-shadow: none;
}
.full-mega-menu1 li {
  width: 22.5%;
}
.full-mega-menu1 li.menu-blog-wrapper {
  width: 55%;
}
.main-menu ul li .mega-menu.full-mega-menu1 li a {
  margin: 8px 0;
}
.sticky-menu .main-menu ul li .mega-menu.mega-dropdown-menu {
  top: 100%;
}
.main-menu li a:hover {
  color: #000;
  /* background-color: #50b9ce; */
}
/* header-right */
.header-search-content input {
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
}
.header-search-details .close-icon a {
  font-size: 22px;
}
.header-search-content a {
  font-size: 18px;
}
.header-search-form {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/* home2 menu */
.hm2 .sticky-menu.header-bottom { background: #18140b;}
.hm2 .main-menu ul li > a {
  color: #ffffff;
}
.hm2 .main-menu ul li:hover > a,
.hm2 .main-menu ul li a.active {
  color: var(--theme-color);
}
.hm2 .social-link.header-social li a,
.hm2 .header-top-left li a,
.hm2 .header-top-right a,
.hm2 .header-top-left span,
.hm2 .header-top-right span {
  color: #ffffff;
}
.hm2 .main-menu ul li .mega-menu.mega-dropdown-menu li > a, .hm2 .show-language li a, .hm2 .show-currency li a, .hm2 .show-currency li a span {
	color: var(--main-color);
}
.header-top .nice-select, .header-top .nice-select span {
	height: 20px;
	line-height: 20px;
}

/* 3. hero area
-------------------------------------------------------------- */
/* home1 */
.single-slider.slider-height1 {
  min-height: 960px;
}
.slider-content{
  /* background-color: rgba(237, 233, 233, 0.785);
  clip-path: polygon(0 0, 88% 0, 100% 100%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%); */
  padding: 30px 100px;
  margin: 20px;

  
}
/* Tablet and small laptops */
@media (max-width: 991px) {
  .slider-content {
    padding: 15px 20px;
  }
}

/* Mobile screens */
@media (max-width: 768px) {
  .slider-content {
    padding: 20px 30px;
  }
}

/* Extra small screens */
@media (max-width: 468px) {
  .slider-content {
    padding: 15px 15px !important;
    margin: 10px 0;
  }
}

.slider-content h1 {
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
}
.slider-content p {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.hero-dotted {
  left: 70px;
}

/* Hide sticky logo by default */
.logo-sticky {
    display: none;
}

/* Show normal logo */
.logo-normal {
    display: block;
}

/* When header is sticky, swap logos */
#header-sticky.sticky .logo-normal {
    display: none; /* hide normal logo */
}

#header-sticky.sticky .logo-sticky {
    display: block; /* show sticky logo */
}
.header-top{
  background-color: #fff;
  padding-bottom: 25px;
}

.top-info {
    gap: 40px;
}

.top-box {
    display: block;
    align-items: center;
    gap: 10px;
}

.top-box i {
    font-size: 20px;
    color: #dd9933;
}

.top-box strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.top-box p {
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
}
.top-box p a {
   color: #000;
}

/* Contact Button */
.top-btn {
    background: #23b8d9;
    color: #fff;
    padding: 10px 22px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.top-btn:hover {
    background: #1aa2be;
    color: #fff;
}
/* home2 */
.single-slider.slider-height2 {
  min-height: 60vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 
}
.home-heading-1{
  color : rgb(47, 140, 95);
}
.home-subheading-1{
  color:#000;
}

.slider-height2.black-overly::before {
  opacity: 0.478;
}
/* other page */
.inner-page-height {
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  
}
.breadcrumb-text{
  font-size: 15px !important;
}
.inner-page-content h1{font-size: 60px;}
.blog-details-page-height h1 {line-height: 1.4;}
.inner-page-content p{font-size: 24px;}
.inner-page-bg.black-overly::before { opacity: 0.451;}
.inner-hero-nav {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 5px;
	padding-left: 8px;
  color: #ffffff;
}
.img-hover-effect::after {
	position: absolute;
	content: "";
	background: #ffffff;
	height: 150%;
	left: -100%;
	opacity: .2;
	top: -100px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 1;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.img-hover-effect:hover::after {
	left: 150%;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px;
}
/* img-hover-effect2 */
.img-hover-effect2::after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  pointer-events: none;
}
.img-hover-effect-wrapper:hover .img-hover-effect2::after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}


/* 4. intro area
------------------------------------------------------------- */
.intro-shadow {
  opacity: 0.478;
  bottom: -35%;
}
.single-intro-content h3 {
  font-size: 24px;
}
.single-intro-content:hover .intro-ser-icon { transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
.intro-ser-icon {
  border-radius: 50%;
  /* box-shadow: 9px 15.588px 30px 0px rgba(6, 7, 7, 0.12); */
  width: 120px;
  height: 120px;
}
.intro-ser-icon span {
  line-height: 120px;
}
.about-footer-content-right h6 { font-size: 18px;}
.about-footer-content-right span { font-size: 14px;}

/* home2 */
.hm2-intro-hotel-search-area {margin-top: -75px;}
.hm2-intro-hotel-search-bg {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
}
.hm2-intro-hotel-search-area .hm2-intro-hotel-search-bg ul> li.hm2-single-intro-item {
  width: 25.2%;
	padding: 0 35px;
	position: relative;
}
.hm2-intro-hotel-search-area .hm2-intro-hotel-search-bg li.hm2-single-intro-item::before {
	position: absolute;
	content: "";
	background: var(--primary-border);
	width: 1px;
	height: 100%;
	right: 0;
}
.hm2-intro-hotel-search-area .hm2-intro-hotel-search-bg li.hm2-single-intro-item:last-child::before{position: static;}
.hm2-intro-hotel-search-area .form-hotel-search input, .hm2-intro-hotel-search-area .nice-select, .hm2-intro-hotel-search-area .nice-select span {
	height: 42px;
	border: 1px solid var(--primary-color);
	line-height: 42px;
  padding: 0 15px;
}
.hm2-intro-hotel-search-area .ui-datepicker-trigger::before {
	font-size: 15px;
  right: 17px;
}
.hm2-intro-hotel-search-area .nice-select::after {
	height: 9px;
	right: 20px;
	width: 9px;
}
.hm2-intro-hotel-search-area .form-search-btn.my-btn .btn {
	display: flex;
	justify-content: center;
	align-items: center;
}


/* 5. room search area
------------------------------------------------------------- */
.room-search-bg-img {
  width: 50%;
}

.nice-select.open .list {
  border-radius: 0;
  width: 100%;
    max-height: 200px;  /* height of dropdown */
    overflow-y: auto;
}
.nice-select .option.selected {
  font-weight: normal;
}
.nice-select::after {
	border-bottom: 2px solid var(--primary-color);
	border-right: 2px solid var(--primary-color);
	height: 10px;
	right: 25px;
	width: 10px;
	font-weight: 700;
}
/* rooms search start*/
/* home1 */
.form-hotel label {font-size: 18px;}
.form-hotel-search input, .nice-select, .nice-select span {
	height: 40px;
  

	border: 0;
	padding-right:  30px;
  padding-bottom: 30px;
  
	line-height: 40px;
  display: block;
  width: 100%;
}
.ui-datepicker-trigger {
	position: absolute;
	/* content: "\f105"; */
	background: transparent;
	border: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
  cursor: pointer;
  /* z-index: 11; */
}
.ui-datepicker-trigger::before {
  position: absolute;
  content: '\f073';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: var(--primary-color);
  right: 23px;
  bottom: 50%;
  font-size: 18px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}

.form-search-btn.my-btn .btn {
	padding: 15px 32px;
	font-size: 18px;
}
/* other page */
.sidebar-search-area .form-hotel-search input, .sidebar-search-area .nice-select, .sidebar-search-area .nice-select span {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
}
.sidebar-search-area .form-search-btn.my-btn .btn {
  padding: 9px 32px;
  font-size: 16px;
}
.sidebar-search-area .ui-datepicker-trigger::before {
	font-size: 15px;
	right: 22px;
}
.sidebar-search-area .nice-select::after {
	height: 8px;
	right: 26px;
	width: 8px;
}
.booking-page-area .ui-datepicker-trigger::before {content: '\f00d';}
.booking-page-area .sidebar-search-area .nice-select::after {
	content: '\f00d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	border: 0;
	margin-top: 0;
	top: 0;
  font-size: 15px;
}
.rp-Comments span {font-size: 20px;}
.rp-Comments h6 {font-size: 16px;}


/* 6. rooms area
------------------------------------------------------------- */
.single-room-hm1 {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
}
.room-hm1-content h4 {
  font-size: 16px;
  letter-spacing: 4px;
}
.room-hm1-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.room-price-details span {
  font-size: 16px;
}
.room-price-details span span {
  font-size: 30px;
}
/* home2 */
.hm2-room-content-margin {
  margin-left: 160px;
  margin-right: 160px;
}
.hm2 .room-price span span {
  font-size: 36px;
}
.hm2 .room-price span {
  font-size: 18px;
}
.room-info-right li {
  color: var(--text-color);
}
.room-info li {
  margin-bottom: 5px;
}
.room-hm2-content .review-ratting li span {
  font-size: 24px;
}

/* 7. video area
------------------------------------------------------------- */
.video-bg-overlay::before {
  position: absolute;
  content: "";
  background: rgb(0, 0, 0);
  opacity: 0.361;
  width: 100%;
  height: 100%;
}
/* .video-btn a {
  background-color: rgb(255, 255, 255, 0.302);
  width: 100px;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding-left: 5px;
  padding-top: 1px;
} */
.hm1-feature-dotted {
  left: 0;
  bottom: -80px;
}
.feature-hm1-img img {
  margin-left: auto;
}


/* 8. testimonial area
------------------------------------------------------------- */
.testimonial-bg::before {
  position: absolute;
  content: "";
  background: var(--section-bg);
  width: 100%;
  height: 75%;
}
.single-testimonial {
  box-shadow: 1px 5px 15px 0px rgba(0, 0, 0, 0.07);
}
.single-testimonial:hover {
  box-shadow: 1px 5px 12px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 10px 5px rgba(0, 0, 0, 0.07);
}
.review-content p {
  line-height: 1.75;
}
.testi-info h6 {
  font-size: 18px;
}
.testi-info span {
  font-size: 14px;
}
.review-ratting li span {
  color: #ffd33c;
  font-size: 13px;
  letter-spacing: 6px;
}
.client-img {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
/* home2 */
.hm2 .quit span {
  font-size: 56px;
  line-height: 1;
}
.hm2 .testi-info h5 {
	font-size: 18px;
}


/* 9. subscription area
------------------------------------------------------------- */
.subscription-area.section-bg-overlay::before {
  background: var(--primary-color2);
  width: 59%;
}
.subscribe-info input,
.subscribe-btn {
  height: 60px;
  line-height: 60px;
}
.subscribe-btn span {
  font-size: 24px;
}
.subscription-area.about-subscription {
	margin-bottom: -1px;
}

.subscription-area.black-overly::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.6;
}



/* 10. blog area
-------------------------------------------------------------- */
.blog-hm1-text-hover {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}
.single-blog-wrapper:hover .blog-hm1-text-hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.blog-btn,
.offer-btn {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.single-blog-wrapper:hover .blog-btn,
.single-offer-wrapper:hover .offer-btn {
  opacity: 1;
  visibility: visible;
  height: 14px;
}
.single-blog-wrapper span {
  font-size: 14px;
}
.single-blog-wrapper h4 {
  font-size: 21px;
  line-height: 1.5;
}
.blog-hm-date::before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 1px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* .single-blog-wrapper:hover .blog-hm1-content{
	background: linear-gradient(rgba(0,0,0,0) 0%,#000 70%);
  background: linear-gradient(rgba(109,141,140,0) 0%,#6d8d8c 70%);
} */

/* 11. offer area
------------------------------------------------------------- */
.offer-area.hm2 .room-price p {
  font-size: 14px;
}
.offer-area.hm2 .room-price span {
  font-size: 36px;
  line-height: 1;
}
.offer-area.hm2 .room-price span.room-price {
  font-size: 19px;
}
.offer-hm2-text2 {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.single-offer-wrapper:hover .offer-hm2-text2 {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.offer-hm2-text1 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.single-offer-wrapper:hover .offer-hm2-text1 {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.offer-hm2-text3 {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.single-offer-wrapper:hover .offer-hm2-text3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}


/* 12. brand area
-------------------------------------------------------------- */
.single-brand img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.single-brand:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


/* 13. footer area
-------------------------------------------------------------- */
.footer-area {
  background: #212121;

}
.footer-top a:hover,
.footer-bottom a:hover,
.footer-bottom a.c-theme:hover {
  color: var(--theme-color);
}
.footer-bottom a.c-theme {color: #ffffff;}
.footer-area li,
.footer-area p,
.f-info a,
.f-about a,
.footer-phone a,
.footer-email a {
  font-size: 16px;
  color: #fff;
}
.footer-widget h6 {
  font-size: 18px;
}
.footer-area .social-link li a {
  font-size: 14px;
}
.footer-area .social-link li a:hover { color: var(--theme-color) !important;}


/*
---------------------------- 
 14 about page
-------------------------------- */
/* -- about area
-------------------------------------------------------------- */
.about-page-left p {font-size: 18px;}
.about-photo-gallery-wrapper {
	margin-left: -1.2px;
	margin-right: -1.2px;
}
.about-photo-gallery-img {
  margin: 5px;
  margin-bottom: 10px;
}
.gallery-hover {
	font-size: 30px;
	color: #ffffff;
	width: 100%;
	height: 100%;
	top: 0%;
	/* left: 50%; */
	bottom: 0;
	transform: scale(0);
	opacity: 0;
	transition: 0.6s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	background: #000;
}
.gallery-img-hover:hover .gallery-hover {
  opacity: .6;
  transform: scale(1);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.about-gallery-slider-active {
  display: block;
  margin: auto auto;
  white-space: nowrap;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
}
.about-gallery-slider-active ul {
  display: inline-block;
  padding-left: 0%;
  min-width: 100%;
  height: 100%;
  animation: moveSlideshow 20s linear infinite;
  -webkit-animation: moveSlideshow 20s linear infinite;
}
@keyframes moveSlideshow {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/* about-gallery-slider-active css end */

/* -- choose us area
-------------------------------------------------------------- */
.why-choose-us-area .ser-icon {min-width: 70px;}


/* 
 15. rooms page
-------------------------------------------------------------- */
h4.sidebar-title {font-size: 21px;}
.sidebar-widget .panel li a{
  font-size: 16px;
  color: var(--text-color);
}
.rp-service .panel li{
  width: 49%;
  display: inline-block;
}
.sidebar-widget .ratting-area span {font-size: 21px;}
/* checkbox css start*/
.option-input {
  position: relative;
  appearance: none;
  border: 1px solid #cccccc;
  height: 15px;
	width: 15px;
	transition: .15s;
}
.option-input:checked::before {
	position: absolute;
	content: "✓";
	display: inline-block;
  color: var(--theme-color);
	font-size: 14px;
	left: 50%;
	top: 45%;
	transform: translate(-50%,-50%);
}
/* checkbox css end*/
/* accordion start */
.sidebar-widget .accordion:after {
	content: '\f107';
	float: right;
	margin-left: 5px;
	font-weight: 900;
  font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	color: var(--text-color);
}
.sidebar-widget .active::after {
	content: "\f105";
}
.sidebar-widget .panel-ser {
	padding: 0 5px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
/* accordion end */
/* radio check input color change css start */
input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 3px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #cccccc;
  background-color: transparent;
  border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
  background-color: var(--theme-color);
}
/* radio check input color change css end */
/*Sidebar Price*/
#slider-range {
  position: relative;
  margin-bottom: 25px;
}
.ui-widget.ui-widget-content {border: none;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: var(--theme-color);
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}
.ui-slider-horizontal {height: 6px;border-radius: 0;}
.ui-widget-content {background: #ebebeb;}
.ui-widget-header {background: var(--theme-color);}
.ui-slider-horizontal .ui-slider-handle {top: -5px;}
.ui-slider .ui-slider-handle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -ms-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.ui-slider .ui-slider-handle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: #ffffff;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.price-slider .prc-amount input {font-weight: 500;width: 100px; outline: 0;}
/*Sidebar Price end*/
/* pagination */
.pagination-page .page-link {
	width: 60px;
	height: 60px;
	text-align: center;
	color: var(--text-color);
	border: 1px solid #cccccc;
	margin: 0 8px;
	line-height: 42px;
	display: block;
	font-size: 18px;
}
.pagination-page .page-link:hover,.pagination-page .page-item.active .page-link  {
	background: var(--theme-color);
	border-color:var(--theme-color);
	color: #fff;
}
.pagination-page .page-link:focus{box-shadow: none;}
.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}


/* 16. rooms details page
-------------------------------------------------------------- */
.pr-rooms-content h6, h5.sidebar-title {
	font-size: 18px;
}
.rpb-price .room-price {font-size: 36px;}
.pr-rooms-content span, .rc-price {
	font-size: 14px;
}
.pr-rooms-content .my-btn .btn {
	padding: 6px 25px;
}
.booking-help a {font-size: 30px; line-height: .7;}
.rp-booking-area .my-btn .btn {
	padding: 12px 32px;
  font: 16px;
}
.rp-booking-area .sidebar-widget .accordion::after {
	content: '\f055';
	color: var(--main-color);
  float: none;
}
.rp-booking-area .sidebar-widget .active::after {
	content: "\f056";
}
.rp-booking-area .sidebar-widget .panel li a {
	font-size: 15px;
}
.rd-facilities-list p {font-size: 18px;}
.rd-facilities-list li {width: 32.8%;}
.room-details-info li {
	width: 100%;
	display: inline-block;
  position: relative;
}
.room-details-info li::before {
  position: absolute;
  content: "";
  background: var(--primary-border);
  width: 1px;
  height: 92%;
  right: 0;
}
.room-details-info ul li:last-child::before{position: static;}
.review-head h5 {
	font-size: 16px;
}
.review-head span {
	font-size: 14px;
}
.single-similar-rooms h6, .single-similar-rooms .review-ratting span { font-size: 16px;}
.single-similar-rooms span { font-size: 14px;}
.single-similar-rooms::before, .blog-hm1-content {
  position: absolute;
  content: "";
  background: linear-gradient(rgba(0,0,0,0) 0%,#000 80%);
  opacity: .3;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.single-blog-wrapper .blog-hm1-content {opacity: .5;}
.single-blog-wrapper:hover .blog-hm1-content {opacity: .8;}
.single-similar-rooms:hover::before  {
  opacity: .7;
}

/* 17. blog page
-------------------------------------------------------------- */
.portfolio-menu button {
  border: 0;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  color: var(--main-color);
  cursor: pointer;
  font-family: "Noto Serif", serif;
}
.portfolio-menu button.active,
.portfolio-menu button:hover {
  color: var(--theme-color);
}
.blog-page-content{
  padding: 10px 15px;
}
.blog-page-content .blog-hm-date span {color: #333; font-weight: 700;}
.blog-page-content span {font-size: 10px; color: #333;}
.blog-page-content .blog-hm-date::before {
	background: var(--text-color);
}
.blog-page-content p{
  margin-top: 10px;
  font-family: 'Open Sans',sans-serif;
}
.blog-page-content h4 {
  font-size: 16px;
  margin-top: 5px;
}
.single-blog-page-wrapper {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
}
.single-blog-page-wrapper:hover {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.09);
}
.blog-page-btn .my-btn .btn {
	padding: 16px 52px;
	font-size: 16px;
}
.custum-size{
  font-size: 14px !important;
}

/* 18. booking page
-------------------------------------------------------------- */
.booking-page-wrapper h2 { font-size: 24px;}
.booking-extra-service ul li a {color: var(--text-color);}
.booking-extra-service.bp-cnt-ex-ser ul li input {
	margin-top: 6px;
}
.booking-extra-service ul li {
  width: 49%;
  display: inline-block;
}
.coupon-content,.checkout-content,#ship-box-info, #cbox-account-info{display: none;}
#login {border-bottom: 2px solid var(--theme-color);}

.booking-your-info-area input {
	padding: 12px 15px;
  border: 1px solid var(--primary-border);
	height: 48px;
}
.booking-your-info-area textarea {min-height: 145px;}
.save-info input {height: auto;}


/* 19. checkout page
-------------------------------------------------------------- */
.checkout-your-info-area li{width: 49%;}
.delete {
  font-size: 18px;
  color: var(--text-color)
}
.checkout-page .option-input {
  width: 16px;
  height: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.checkout-page .option-input:checked::before {
  content: "";
	background: var(--theme-color);
  width: 6px;
  height: 6px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}


/* 20. confirmation page
-------------------------------------------------------------- */

.confirmation-content h2 {font-size: 30px;} 
.confirmation-content p { font-size: 18px;} 
.confirmation-content .con-icon {
  border-width: 3px;
  width: 76px;
  height: 76px;
  line-height: 75px;
}
.confirmation-content .con-icon span {
  font-size: 24px;
}
.amount-paid p { font-size: 18px;}
.con-btn .my-btn .btn {
	padding: 11px 34px;
  font-size: 16px;
}
.con-btn .my-btn .btn.bg-transparent {
	color: var(--main-color);
}


/* 21. blog details page
-------------------------------------------------------------- */
.blog-details-page-height {min-height: 935px;}
.blockquote-quit span {
	font-size: 52px;
}
.blockquote-info span {font-size: 16px;}
.blockquote-info span::before {
	background:var(--text-color);
	position: absolute;
	content: "";
	width: 16px;
	height: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.blockquote p {
	font-size: 21px;
	line-height: 1.71;
}
.blockquote-quit {margin-right: 65px;}
.blog-p-content-footer .social-link a {font-size: 18px;}
.single-blog-comments {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
}
.single-blog-comments::before {
	position: absolute;
	content: "";
	background: #ffffff;
	width: 28px;
	height: 35px;
	left: -28px;
	top: 30px;
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
}
.single-blog-comments {margin-left: 45px;}
.blog-details-page-review .client-avatar img {min-width: 90px;}
.blog-details-page-review p {
	line-height: 1.75;
}
.contact-form input {
	height: 50px;
}
.contact-form textarea {
	height: 160px;
}
.contact-form .my-btn .btn, .booking-page-area .my-btn .btn {
	padding: 15px 45px;
	font-size: 18px;
  border-radius: 30px !important;
  position: relative;

}
.review-text.ml--35 {
	margin-left: 0;
}
.single-news-page-content.n-d-p2,.news-details-page2 .news-review-area,.news-details-page2 .news-contact-form{box-shadow:none;}

/* blog-details2-page css */
.blog-details2-page .blockquote-quit {
	margin-right: 40px;
}
.blog-details2-page .blockquote p {
	font-size: 18px;
	line-height: 1.65;
}
.blog-search span {line-height: 50px;}
.blog-details2-page .pr-rooms-content h6, h5.sidebar-title {
	font-size: 16px;
}
.popular-tag li {
	display: inline-block;
	padding: 5px 25px;
	border: 1px solid var(--primary-color);
	border-radius: 30px;
	color: var(--text-color);
	margin-bottom: 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.popular-tag li:hover {color: #ffffff; background: var(--theme-color);}
.related-post h3{font-size: 30px;}
.blog-details2-page .single-blog-comments, .blog-details2-page .single-blog-comments::before {

	background: #fbf8f3;
	box-shadow: none
}
.blog-details2-page .single-blog-comments {
	margin-left: 70px;
}


/* 22. contact page
-------------------------------------------------------------- */
.contact-icon {
	width: 72px;
	height: 72px;
	line-height: 72px;
	border-radius: 50%;
}
.contact-icon span {color: #ffffff;}
.contact-info-sep::before {
  position: absolute;
  content: "";
  background: var(--primary-border);
  width: 1px;
  height: 96%;
  right: 0;
}
.contact-info-wrapper .contact-info-sep:last-child::before {position: static}
.contact-text h4 {
  font-size: 21px;
}
.contact-text a {color: var(--text-color);}
.contact-icon span,
.contact-info input,
.contact-info textarea {
  font-size: 16px;
}
.contact-info .massage {
  min-height: 140px;
}
.contact-form .form-message.success {
  color: green;
}
.contact-form .form-message.error {
  color: red;
}
/* map */
.map-wrapper {
  width: 100%;
  min-height: 370px;
  background: #f9f9f9;
  margin-right: 90px;
  border-radius: 10px;
}
.leaflet-marker-icon {
  width: 55px;
}

/* extra css  */
/* header-search-details */
.header-search-details {
  width: 100%;
  position: fixed;
  top: -250%;
  left: 0;
  z-index: 555;
  height: 100%;
  transition: 0.5s;
}
.header-search-details .header-search-form {
  width: 60%;
}
.header-search-details.open-search-info {
  top: 0;
}
.mobile-subscribe .subscribe-info span {
  top: 13px;
}
.two-column-section {
  padding: 30px 0px;

}

.two-column-section .container {
  display: flex;
  align-items: flex-start; 
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.two-column-section .content {
  flex: 1;
}

.two-column-section .content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  color :#333;
}


.section-title {
  text-align: center;
}

.section-title .subtitle {
  display: block;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 0;
}

.section-title .title {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.section-title .title-underline {
  position: relative;
  display: inline-block;
  height: 4px;
}
.section-title .title-underline-white {
  position: relative;
  display: inline-block;
  height: 4px;
}
.title-underline-white span{
  display: block;
  width: 50px;
  height: 3px;
  background-color: #fff; /* orange accent */
  margin: 0 auto;
  position: relative;
}

.section-title .title-underline span {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #d66831; /* orange accent */
  margin: 0 auto;
  position: relative;
}

.section-title .title-underline span::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #d66831;
}
.section-title .title-underline-white span::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 40%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.two-column-section .image {
  flex: 1;
  text-align: center;

}

.two-column-section .image img {

  border-radius: 10px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

/* ✅ Extra bottom content */
.two-column-section .bottom-content {
 
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  
}
.two-column-section .bottom-content  p{
     /* font-family: Capriola; */
  color :#000;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .two-column-section .container {
    flex-direction: column;
    text-align: center;
  }

  .two-column-section .image {
    text-align: center;
    margin-top: 20px;
  }

  .two-column-section .bottom-content {
    text-align: center;
    margin-top: 30px;
  }
}

.slider-wrapper {
  position: relative;
}

.custom-prev, .custom-next {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  background: grey;
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 10;
}

.custom-prev { left: -40px; }
.custom-next { right: -40px; }

.custom-prev i, .custom-next i {
  font-size: 20px;
}


.chardham-dates {
  padding: 0px 0px;

}


.conetent-open p{
    font-weight: 500;
    color :#333;
    font-size: 15px;
    font-family: ABeeZee;;
}
.section-header {
  text-align: center;
  margin-bottom: 40px;
}




.section-header h2 {
  font-size: 28px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.section-description {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.dates-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.dates-content .image {
  flex: 1;
  min-width: 300px;
   margin-top: 60px;
}

.dates-content .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
 
}

.dates-content .info {
  flex: 1;
  min-width: 300px;
}

.dates-content .info p {
  margin-bottom: 15px;
  color: #555;
  line-height: 1.6;
}

.dates-table {
  margin-top: 20px;
}

.dates-table h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
  border-bottom: 2px solid #ff6600;
  display: inline-block;
  padding-bottom: 5px;
}

.dates-table table {
  width: 100%;
  border-collapse: collapse;
}

.dates-table table td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
  font-size: 14px;
}

.dates-table table tr:nth-child(even) {
  background: #fafafa;
}

/* Responsive */
@media (max-width: 768px) {
  .dates-content {
    flex-direction: column;
  }
  .dates-content .image, .dates-content .info {
    min-width: 100%;
  }
}


.banner-section {
  text-align: center;
  margin: 50px 0;
}

.banner-images {
  display: flex;
  gap: 15px;
}

.banner-img {
  flex: 1;
}

.banner-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.banner-buttons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.banner-buttons .btn {
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease;
}

.btn.whatsapp {
  background: #6DAB3C;
  box-shadow: 0 5px 0 #53812d;
}
.btn.whatsapp:hover {
  background: #6DAB3C;
  box-shadow: 0 2px 0 #53812d;
}

.btn.enquiry {
  background: #F7BE68;
  box-shadow: 0 5px 0 #f4a733;
}
.btn.enquiry:hover {
  background: #F7BE68;
  box-shadow: 0 2px 0 #f4a733;
}

.btn.view {
  background: #FF675B;
  box-shadow: 0 5px 0 #ff3323;
}
.btn.view:hover{
   box-shadow: 0 2px 0 #ff3323;
}

.banner-buttons .btn:hover {
  opacity: 0.9;
}
.banner-img h2{
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .banner-images {
    flex-direction: column;
  }
}


     
     /* Section Titles */
.section-title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
}

/* All services container */
.services {
    display: block; /* stack services vertically */
    gap: 40px;
}

/* Individual service (first two stacked) */
.service {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.w-custum{
    max-width: 250px;
}
.service img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.service-content {
    flex: 1;
}

.service-content h3 {
    margin-top: 0;
    font-size: 20px;
}

.service-content p {
    margin: 10px 0;
    font-weight: 700;
    color :#333;
}


/* Car Rental Section */
.car-rental {
    display: block; /* side by side content + image */

}

.car-rental img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.car-rental .service-content {
    width: 100%;
}

.car-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    
}

.car-list div {
    flex: 1 1 45%;
}


/* Responsive for tablets and smaller screens */
@media (max-width: 992px) {
    /* Stack service items vertically */
    .service {
        flex-direction: column;
        gap: 15px;
    }

    /* Car rental: stack content and image vertically */
    .car-rental {
        flex-direction: column;
        gap: 15px;
    }

    .car-rental img {
        height: auto; /* let image adjust height */
    }

    /* Car list: stack cars vertically */
    .car-list {
        flex-direction: column;
        gap: 15px;
    }

    .car-list div {
        flex: 1 1 100%;
    }
}

/* For mobile devices */
@media (max-width: 576px) {
    .section-title {
        font-size: 20px;
    }

    .section-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .service-content h3 {
        font-size: 18px;
    }

    .service-content p {
        font-size: 14px;
    }

    .car-rental img {
        height: auto;
        width: 100%;
    }
}

.blog-hm-date{
  padding-left: 10px;
  font-size: 13px;
}
.footer-area li, .footer-area p, .f-info a, .f-about a, .footer-phone a, .footer-email a{
  margin-bottom: 2px;
  font-size: 16px !important;

}

/* Recent Posts */
.recent-posts .post-item {
  align-items: flex-start;
}

.post-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 12px;
}

.post-content h6 a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.post-content .date {
  color: #fba96d;
  font-size: 13px;
}

.read-more {
  font-size: 13px;
  color: #ccc;
}

/* TripAdvisor Widget */
.trip-card {
  background-color: #fff;
  color: #111;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.trip-logo {
  width: 20px;
}

.trip-card h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.trip-card .rating {
  color: #00aa6c;
  font-size: 14px;
  margin: 5px 0;
}

.trip-card .ranking {
  font-size: 14px;

  color: #333 !important;
}

.trip-card .reviews {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
  margin-bottom: 10px;
  color: #333;
}
.trip-card .reviews li {
  color: #333 !important;
   font-size: 12px;
}
.reviews-title{
  color: #333 !important;
   font-size: 12px !important;
}
.trip-card .links a {
  font-size: 13px;
  color: #007b5e;
  text-decoration: underline;
}

/* Responsive Layout */
@media (max-width: 992px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .trip-card {
    text-align: center;
  }

  .post-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .post-thumb {
    margin: 0 0 8px 0;
  }
}

.car-rental-section {
    padding: 30px 0;
 
}

.section-title {
    text-align: center;
 
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.table-responsive {
    overflow-x: auto;
}

.car-rental-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.car-rental-table thead {
    background-color: #f0f0f0;
}

.car-rental-table th,
.car-rental-table td {
    padding: 12px 15px;
    font-weight: 600;

}

.car-rental-table img {
    width: 100px;
    height: auto;
    border-radius: 5px;
}

.book-btn {
    background-color: #337ab7;
    color: #fff;
    border: none;
    padding: 4px 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #000;
    transition: 0.3s;
}
.car-rental-table tbody tr:nth-child(odd) {
    background-color: #ffffff; /* white row */
}

.car-rental-table tbody tr:nth-child(even) {
    background-color: #f0f0f0; /* grey/greenish row, aap color change kar sakte ho */
    border-top: 1px solid rgb(183, 180, 180);
    border-bottom: 1px solid rgb(183, 180, 180);
}
.car-rental-table thead {
    background-color: #d9edf7; /* blue color for header row */
}


.book-btn:hover {
    background-color: #337ab7;
}

/* Responsive for mobile */
@media (max-width: 768px) {
    .car-rental-table th,
    .car-rental-table td {
        padding: 8px 10px;
    }

    .car-rental-table img {
        width: 60px;
    }

    .book-btn {
        padding: 6px 10px;
        font-size: 14px;
    }
}
.primary-border{
  border: 1px solid #d66831;
}

select.website {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  color: #555;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.con-title h4{
  font-size: 16px;
}

.package-detail-section {
  padding: 60px 0;
  background: #fff;
}

.package-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.rating {
  color: #ffb400;
  margin-bottom: 20px;
}

.package-gallery {
  width: 100%;
  max-width: 1000px;

  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
}

.package-gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.package-gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease;
}


.swiper-button-prev,
.swiper-button-next {
  color: #d66831 !important;
  background-color: #fff;
  padding: 20px;
  border-radius: 50%;
  font-size: 5px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 15px !important;
}
.swiper-pagination-bullet-active {
  background: #d66831 !important;
}

.package-text {
  margin-bottom: 30px;
  line-height: 1.7;
  color: #444;
}

.package-content h3 {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 600;
  color: #222;
}

.package-content ul {
  margin: 10px 0 0px 0px;
}

.package-content ul li {
  line-height: 1.8;
  color: #555;
}

/* Sidebar */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-box {
  background: #fff8f3;
  border: 1px solid #d66831;
  padding: 20px;
  border-radius: 6px;
}

.sidebar-box h4 {
  font-size: 18px;
  color: #222;
  margin-bottom: 15px;
}

.details-box p {
  font-size: 15px;
  margin-bottom: 6px;
}

.popular-tours .tour-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.popular-tours img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  object-fit: cover;
}

.contact-box i {
  color: #d66831;
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 991px) {
  .package-gallery {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
  .sidebar {
    margin-top: 30px;
  }
}
.itinerary-section {

  margin: 20px auto;
  padding: 0px;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
}
.z-5{
  z-index: 500 !important;
}

.itinerary-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 25px;
  border-bottom: 2px solid #000080;
  display: inline-block;
  padding-bottom: 5px;
}

.itinerary-day {
  margin-bottom: 18px;
  border-left: 4px solid #000080;
  padding-left: 15px;
}

.itinerary-day h4 {
  font-size: 14px;
  font-weight: 600;
  color: #000080;
  margin-bottom: 8px;
}

.itinerary-day p {
  font-size: 15px;
  color: #444;
  text-align: justify;
  margin: 0;
}

@media (max-width: 600px) {
  .itinerary-section {
    padding: 20px;
  }
  .itinerary-day h4 {
    font-size: 16px;
  }
  .itinerary-day p {
    font-size: 14px;
  }
}
.inner-page-content h1{
  font-size: 40px;
}
.inner-page-content p{
  font-size: 15px;
}


.tags-share {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    font-family: Arial, sans-serif;
}

/* TAGS */
.tags span {
    font-weight: bold;
    margin-right: 10px;
}

.tags a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 12px;
    background-color: #f2f2f2;
    border-radius: 20px;
    text-decoration: none;
    color: #555;
    font-size: 12px;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.tags a:hover {
    background-color: #ddd;
    color: #000;
}

/* SHARE */
.share span {
    font-weight: bold;
    margin-right: 10px;
}

.share a {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    transition: all 0.3s;
}

/* Social Colors */
.share a.facebook { background-color: #3b5998; }
.share a.twitter { background-color: #1da1f2; }
.share a.google { background-color: #db4437; }
.share a.pinterest { background-color: #bd081c; }

.share a:hover {
    opacity: 0.8;
}

/* General Section */
.featured-services {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.section-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

/* Grid Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  justify-content: center;
  align-items: start;
}

/* Card Box */
.service-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  padding-bottom: 20px;
}



/* Image */
.service-box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* Heading */
.service-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px;
  text-transform: uppercase;
}

/* Paragraph */
.service-box p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  padding: 0 20px;
}

/* Button */
.service-box a {
  display: inline-block;
  margin-top: 15px;
  background: #4e4ef3;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.service-box a:hover {

  color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .section-title {
    font-size: 20px;
  }

  .service-box img {
    height: 200px;
  }

  .service-box p {
    font-size: 14px;
  }
}


.circle-section {
  padding-bottom: 50px ;
  background: #f9f9f9;
  text-align: center;
}

.circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.circle-item {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.circle-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}


.circle-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.circle-text {
  position: absolute;
  inset: 0; /* covers full circle */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  opacity: 1;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.circle-item:hover .circle-text {
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .circle-item {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 600px) {
  .circle-item {
    width: 120px;
    height: 120px;
  }
  .circle-text {
    font-size: 14px;
  }
}

.room-hm1-area{
  background-image: url(../images/bg/home-slider.webp);
  padding: 30px;
}


/* Card container */
.tour-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px 10px 0px;

  text-align: left;
  position: relative;
  overflow: hidden;
}

/* Title */
.tour-title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}

/* Date text */
.tour-date {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
}
.tour-date i{
  font-weight: 400;
}
/* Description */
.tour-desc {
  color: #555;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Footer (stars + button) */
.tour-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;

  background-color: #f5f5f5;
  padding-top: 5px;
}

/* Star ratings */
.tour-rating i {
  color: #ffb400;
  margin-right: 3px;
  font-size: 16px;
}

/* Read more button */
.read-more-btn {
  background: #00aaff;
  clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0 99%, 31% 46%);
  color: #fff;
  padding: 12px 70px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  text-align: end;
  padding-left: auto;}

.read-more-btn:hover {
  background: #0088cc;
}



.adventure-section {
  padding: 60px 0;
  background: #fff;
  text-align: center;
}

.adventure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

.adventure-item {
 background-image: url(../images/bg/icon-bg.webp);
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}



.adventure-item img {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}

.adventure-item h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
  text-transform: capitalize;

}

.adventure-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}


.skills-section {

  padding: 70px 0px;

}

.skills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.skills-left {
  flex: 1;
  min-width: 460px;
  background-color: #82828673!important;
  padding: 30px 10px;
}

.skills-left h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.skills-left p {
  color: #333;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 500;
}

.progress-bar {
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: white;
}

.bar {
  background: #e0e0e0;
  height: 32px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.fill {
  height: 100%;
  width: 0;
  border-radius: 5px;
  background-size: 40px 40px;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.014),
    rgba(255,255,255,0.3) 10px,
    transparent 10px,
    transparent 20px
  );
  animation: moveStripes 1.2s linear infinite;
  transition: width 2.3s ease-in-out;
}

/* Label inside the bar */
.label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  z-index: 2;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

/* Animate the stripe movement */
@keyframes moveStripes {
  0% { background-position: 0 0; }
  100% { background-position: 40px 0; }
}

/* Bar Colors */
.fill.blue { background-color: #045cb9; }
.fill.green { background-color: #168a31; }
.fill.orange { background-color: #c4bf37; }
.fill.red { background-color: #f44336; }

/* Right side posts */
.skills-right {
  flex: 1;
  min-width: 320px;
}

.post {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  gap: 15px;
  transition: transform 0.3s ease;
}

.post-content span{
  font-size: 10px;
}

.post img {

  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.post-content h4 {
  font-size: 14px;
  margin: 0 0 5px;
  color: #333;
  transition: color 0.3s;
}

.post-content h4:hover {
  color: #007bff;
}

.post-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* 📱 Responsive Design */
@media (max-width: 992px) {
  .skills-container {
    flex-direction: column;
    gap: 50px;
  }

  .skills-left,
  .skills-right {
    min-width: 100%;
  }

  .skills-left {
    padding: 25px 20px;
  }
}

@media (max-width: 768px) {
  .skills-left h2 {
    font-size: 20px;
  }

  .skills-left p {
    font-size: 14px;
  }

  .post {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .post img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .skills-section {
    padding: 50px 0;
  }

  .skills-left {
    padding: 20px 15px;
  }

  .skills-left h2 {
    font-size: 18px;
  }

  .label {
    font-size: 12px;
  }
}


.gallery-section {
  background: #fff;
  padding: 0px 0px;
  padding-bottom: 30px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.gallery-title {
  font-size: 32px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.gallery-subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 20px;
}
/* Tablet (2 columns) */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (1 column) */
@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}


.gallery-item {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  object-fit: cover;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 8000;
  padding: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.modal-content {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255,255,255,0.3);
  animation: zoomIn 0.3s ease;
}

#caption {
  margin-top: 15px;
  color: #f1f1f1;
  font-size: 18px;
}

/* The close (X) button */
.close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  transition: 0.3s;
  line-height: 1;
}

.close:hover {
  color: #ff5050;
}

@keyframes zoomIn {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


  .testimonial-slider {
  width: 100%;
  height: 250px;
  
  /* background-image: url(../images/bg/testinomials-bg.webp); */
  background: rgba(255, 179, 0, 0.893) url(../images/bg/testinomials-bg.webp);
}
.reviews-content{
  padding: 30px;
  font-weight: 700;
  font-family: Righteous, Helvetica, Arial, sans-serif;
}
.reviews-content p{
  font-weight: 400;
  color: #333;
}



.student-packages {
  background: #2e2a28;
  padding: 60px 0;
  text-align: center;
}

.section-title-special {
  color: #57e5e0;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.section-title-special::after {
  content: "";
  display: block;
  width: 500px;
  height: 3px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, transparent, #ff5252, transparent);
  margin: auto;
}


.special-packages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.col {
  flex: 0 0 calc(33.333% - 25px);
  display: flex;
  justify-content: center;
}

.package-box {
  background: #3b3736;
  border-radius: 10px;
  padding: 25px;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 500px;
  border: 5px solid grey;
}

/* .package-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(87, 229, 224, 0.3);
} */

.package-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 20px;
  
}
.image-box {
  position: relative;
  overflow: hidden;
}
.image-box::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #00c1cf, transparent);
  border-radius: 2px;
}
.package-box h3 {
  font-size: 17px;
  color: #57e5e0;
  margin-bottom: 20px;
  line-height: 1.5;
  margin-top: 15px;
}

.btn-view {
  background: #41b8b4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.btn-view:hover{
   color: #fff;
}
.section-p{
  letter-spacing: 0px;
  font-size: 14px;
  font-weight: 600;
}



/* 📱 Responsive */
@media (max-width: 992px) {
  .col {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .col {
    flex: 0 0 100%;
  }

  .section-title-special::after {
  content: "";
  display: block;
  width: 300px;
  height: 3px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, transparent, #ff5252, transparent);
  margin: auto;
}

}



.special-tour-section {
  position: relative;
  background: url(../images/bg/Rishikes.webp) center/cover no-repeat;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  margin-top: 30px;
    margin-bottom: 30px;
}



.special-tour-section .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
}

.tour-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.best-deals {
  display: inline-block;
  background: #fbbd05;
  color: #222;
  font-size: 32px;
  font-weight: 800;
  padding: 5px 25px;
  border-radius: 4px;
}

.divider {
  width: 40px;
  height: 3px;
  background: #fbbd05;
  margin: 15px auto;
  border-radius: 2px;
}

.sub-text {
  font-size: 18px;
  margin-bottom: 30px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.time-box {
  background: #fbbd05;
  color: #000;
  width: 90px;
  border-radius: 6px;
  padding: 15px 0;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.time-box span {
  display: block;
  font-size: 40px;
  font-weight: 800;
}

.time-box p {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.btn-tour {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fbbd05;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 4px;
  transition: 0.3s;
}

.btn-tour:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 600px) {
  .tour-title {
    font-size: 24px;
  }
  .best-deals {
    font-size: 26px;
  }
  .time-box {
    width: 75px;
    padding: 12px 0;
  }
  .time-box span {
    font-size: 28px;
  }
}



.week-links .col {
  flex: 1;
  min-width: 250px;
}

.week-links p {
  font-size: 18px;
  font-weight: 600;

  margin-bottom: 15px;

  display: inline-block;
  padding-bottom: 5px;
}

.week-links ul {
  list-style:disc;
  padding: 0;
  margin: 0;
}

.week-links ul li {
  margin-bottom: 8px;
  list-style: disc;
  margin-left: 20px;
}

.week-links ul li a {
list-style: disc;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
  color: #26c6da;
 
}

.week-links ul li a:hover {
 color: #26c6da;
}

/* Responsive */
@media (max-width: 468px) {
  .week-links .row {
    flex-direction: column;
  }
  .week-links ul li {
  margin-bottom: 8px;
  list-style: disc;
  margin-left: 0px;
}

  .week-links .col {
    min-width: 100%;
  }
}

.border-line{
  border: 1px solid #fff;
  margin: 20px 0;
}

.primary-border-bottom{
  border-bottom: 1px solid #5b6366;
}


.single-room-hm1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}



/* Search Icon Style */
.search-icon a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #222;
}

/* Popup Background */
.search-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.85);
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

/* Popup Content */
.search-modal-content {
  background: #fff;
  padding: 30px 25px;
  border-radius: 8px;
  width: 90%;
  max-width: 450px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.search-modal-content h3 {
  font-size: 22px;
  color: #222;
  margin-bottom: 15px;
}

/* Input & Button */
.search-modal-content form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.search-modal-content input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 15px;
}

.search-modal-content button {
  background-color: #ff6600;
  border: none;
  color: #fff;
  padding: 10px 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.search-modal-content button:hover {
  background-color: #e55b00;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}

.close-btn:hover {
  color: #ff6600;
}

/* Animation */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@media (max-width:1024px) {
  .header-top{
    display: none;
  }
  .search-icon{
    display: none;
  }
}
.recent-list li{
 padding: 6px;
}
.recent-list li a{
 color: #ffb300;
 font-size: 13px;

}



/* ===== General Form Container ===== */
.hotel-enquiry-form {
  background: #ff6a00b3;
  padding: 40px 50px;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);

  margin: 10px auto;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}

.hotel-enquiry-form:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

/* ===== Labels ===== */
.hotel-enquiry-form label {
  display: block;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
  font-size: 15px;
}

/* ===== Inputs, Select, Textarea ===== */
.hotel-enquiry-form input[type="text"],
.hotel-enquiry-form input[type="email"],
.hotel-enquiry-form input[type="tel"],
.hotel-enquiry-form input[type="number"],
.hotel-enquiry-form input[type="date"],
.hotel-enquiry-form select,
.hotel-enquiry-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  color: #333;
  background: #fafafa;
  transition: all 0.3s ease;
}

.hotel-enquiry-form input:focus,
.hotel-enquiry-form select:focus,
.hotel-enquiry-form textarea:focus {
  border-color: #0078ff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 120, 255, 0.15);
  outline: none;
}

/* ===== Select Dropdown ===== */
.hotel-enquiry-form select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

/* ===== Radio Buttons ===== */
.hotel-enquiry-form input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hotel-enquiry-form input[type="radio"]:checked {
  border-color: #0078ff;
  background-color: #0078ff;
  box-shadow: 0 0 0 3px rgba(0, 120, 255, 0.15);
}

.hotel-enquiry-form .radio-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 5px;
}

.hotel-enquiry-form .radio-group label {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #333;
  margin: 0;
}

/* ===== Textarea ===== */
.hotel-enquiry-form textarea {
  resize: none;
}

/* ===== Submit Button ===== */
.hotel-enquiry-form .submit-btn {
  background: linear-gradient(135deg, #0078ff, #00b4ff);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.hotel-enquiry-form .submit-btn:hover {
  background: linear-gradient(135deg, #005fcc, #0093e9);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 120, 255, 0.3);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .hotel-enquiry-form {
    padding: 25px;
  }

  .hotel-enquiry-form .radio-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .hotel-enquiry-form .text-end {
    text-align: center !important;
  }
}

/* ===== Title (Optional) ===== */
.hotel-enquiry-form h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222;
  letter-spacing: 0.5px;
}



/* ====== Helicopter Packages Section ====== */
.helicopter-packages {
/*  
  margin: 50px auto; */
  padding: 20px 0;

  color: #222;
}

.helicopter-packages h2 {
  text-align: center;
  font-size: 28px;
  color: #0d3b66;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
}

.helicopter-packages h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #0ea5a4;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* ====== Table Styling ====== */
.table-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
}

.table-card table {
  width: 100%;
  border-collapse: collapse;

}

.table-card th,
.table-card td {
  padding: 14px 18px;
  text-align: left;
}

.table-card thead {
  background-color: rgb(128, 0, 0);
  color: #fff;
}

.table-card th {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.table-card tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.table-card tbody tr:hover {
  background-color: #e6f8f8;
  transition: 0.3s;
}

.table-card td {
  font-size: 15px;
  color: #333;
}

.table-card .price {
  font-weight: 600;
  color: rgb(128, 0, 0);
}



/* ===== Hotel Section ===== */
.hotel-section {
  max-width: 1200px;
  margin: 60px auto;


  color: #222;
}

/* Each hotel card */
.hotel-card {
  display: flex;
  align-items: stretch;
  background: #2d2d2d;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Alternate layout for variety */
.hotel-card:nth-child(even) {
  flex-direction: row-reverse;
  background: #ffffff;
  color: #000;
}

/* Hotel Image */
.hotel-img {
  flex: 1;
  min-width: 40%;
}

.hotel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hotel Information */
.hotel-info {
  flex: 1;
  padding: 30px 35px;
}

.hotel-info h3 {
  font-size: 22px;
  font-weight: 700;
  color: #00a7a7;
  margin-bottom: 12px;
}

.hotel-card:nth-child(odd) .hotel-info h3 {
  color: #6ff3f3;
}

.hotel-info p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.hotel-info h4 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #0ea5a4;
}

/* Facilities list */
.facilities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 5px 20px;
  margin-top: 8px;
  list-style: disc;
  padding-left: 20px;
}

/* Responsive Design */
@media (max-width: 900px) {
  .hotel-card {
    flex-direction: column;
  }

  .hotel-card:nth-child(even) {
    flex-direction: column;
  }

  .hotel-info {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .hotel-info h3 {
    font-size: 18px;
  }

  .hotel-info p {
    font-size: 14px;
  }

  .facilities {
    grid-template-columns: 1fr;
  }
}


/* === Price Badge Styling === */
.price-badge {
  position: absolute;
  top: 15px;
  left: 0px;
  background: #ffb300;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 14px;

  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* Make sure image container is positioned */
.room-hm1-img {
  position: relative;
  overflow: hidden;
}

/* Optional hover animation for effect */
.room-hm1-img:hover .price-badge {
  transform: scale(1.05);
  transition: 0.3s ease;
}



.inner-div {
  display: flex;
  align-items: flex-start;
  gap: 30px;


  border-radius: 12px;

}

/* Image styling */
.inner-div img {
  width: 45%;
  max-width: 600px;
  border-radius: 10px;
  object-fit: cover;
}

/* Text styling */
.inner-div .text-content {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.inner-div strong {

  font-size: 14px;
}

/* ✅ Responsive layout */
@media (max-width: 768px) {
  .inner-div {
    flex-direction: column;
    text-align: justify;
  }

  .inner-div img {
    width: 100%;
  }
}



.features-six-box {
    padding: 60px 0;
    background: #f5f5f5;
}

.features-six-box .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-box {
    background: #fff; /* default */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: 0.4s ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
}

.feature-box h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.feature-box p {
    color: #555;
    line-height: 1.6;
}

/* === Custom Backgrounds for 2, 5, 6 === */
.box2,
.box4,
.box6 {
    background: #009688;
    color: #fff;
}

.box2 p,
.box4 p,
.box6 p {
    color: #fff;
}
.box2 h3,
.box4 h3,
.box6 h3 {
    color: #fff;
}

/* === Hover effect for ALL boxes === */
.feature-box:hover {
    background: #2e7dbd; /* third color */
    color: #fff;
    transform: translateY(-8px);
}

.feature-box:hover p  {
    color: #fff;
}
.feature-box:hover h3  {
    color: #fff;
}
/* ========== Responsive Media Queries ========== */

/* 📱 Mobile (max-width: 576px) → 1 column */
@media (max-width: 576px) {
    .features-six-box .container {
        grid-template-columns: 1fr;
    }
    .feature-box {
        padding: 25px;
    }
}

/* 📲 Tablet (min-width: 577px and max-width: 992px) → 2 columns */
@media (min-width: 577px) and (max-width: 992px) {
    .features-six-box .container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .feature-box {
        padding: 28px;
    }
}

/* 💻 Small Desktop (max-width: 1200px) → adjust spacing */
@media (max-width: 1200px) {
    .features-six-box .container {
        gap: 20px;
    }
}

/* 🖥 Very Small Height Screens */
@media (max-height: 600px) {
    .feature-box {
        padding: 20px;
    }
}



.customservice-section {
    padding: 60px 0;
    background: #fafafa;
}

.container-skill {
    width: 90%;
    display: flex;
    gap: 40px;
    margin: auto;
}

.service-left, .service-right {
    width: 50%;
}

.service-left h2 {
    font-size: 24px;
    font-weight: 700;
}
.service-left h2 span {
    color:#0aa0ca;
}
.highlight {
    color:#0b75a4;
    font-size:26px;
    margin:15px 0;
}

.subtitle {
    margin-bottom: 60px;
    font-size: 16px;
}

.service-item {
    margin-bottom: 25px;
}

.service-item label {
    font-size: 14px;
    font-weight: 600;
    display:flex;
    justify-content: space-between;
    margin-bottom:5px;
}

.bar {
    width: 100%;
    height: 5px;
    background:#ddd;
}
.fill {
    height:100%;
    background:#333;
}

/* RIGHT SIDE */
.promo-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.promo-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.promo-content {
    padding: 20px;
    text-align: center;
}
.promo-content h4 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px;
}

.price-badge {
    background: #fbc800;
    padding: 8px 15px;
    border-radius: 6px;
    width: fit-content;
    margin: auto;
}

.car-img {
    width: 75%;
    margin: 20px auto;
    display: block;
}

.promo-footer {
    display: flex;
    justify-content: space-between;
    background: #f3f3f3;
    padding: 15px 20px;
    font-size: 12px;
}
.promo-footer h5 {
    font-size: 12px;
    font-weight: 700;
}

/* ========== 📱 Mobile: max 576px ========== */
/* Stack columns -> 1 column layout */
@media (max-width: 576px) {

    .container-skill {
        flex-direction: column;
        gap: 30px;
    }

    .service-left, 
    .service-right {
        width: 100%;
    }

    .promo-img {
        height: 300px;
    }

    .promo-footer {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .highlight {
        font-size: 22px;
    }
}


/* ========== 📲 Tablet: 577px – 992px ========== */
/* Columns become 100% stacked or 50/50 */
@media (min-width: 577px) and (max-width: 992px) {

    .container-skill {
        flex-direction: column;
        gap: 35px;
    }

    .service-left, 
    .service-right {
        width: 100%;
    }

    .promo-img {
        height: 380px;
    }

    .promo-footer {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}


/* ========== 💻 Small Desktop: 993px – 1200px ========== */
@media (max-width: 1200px) {

    .container-skill {
        gap: 25px;
    }

    .promo-img {
        height: 450px;
    }
}


/* ========== 🖥 Large Screens Adjustments ========== */
@media (min-width: 1400px) {
    .promo-img {
        height: 600px;
    }
}


.testimonial-box {
    background: #fff;
    padding: 40px 25px 70px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    position: relative;
    min-height: 330px;
}

.t-green { background: #0b5f1c; }
.t-teal { background: #0aa8a8; }
.t-red { background: #920909; }
.t-blue { background: #043D8E;}

.t-icon {
    font-size: 45px;
    font-weight: 900;
   
    opacity: 0.9;
}

.t-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #fff;
}

.t-rating {
    font-size: 20px;
    margin-bottom: 10px;
}

.t-user {
    position: absolute;
    /* bottom: -5px; */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.t-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
    margin: auto;
    margin-bottom: 10px;
}

.green-avatar { background: #0b5f1c; }
.teal-avatar { background: #0aa8a8; }
.red-avatar { background: #920909; }

.t-user h4 {
    margin-top: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
}

.t-user span {
    font-size: 14px;
    color: #fff;
}


.faq-title, .form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.faq-title span,
.form-title span {
    color: #25aacc;
}

.faq-wrapper {
    background: #fff;
    margin-top: 20px;
    border-radius: 8px;
}

.faq-item {
    /* background: #f1f1f1; */
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
}


.faq-question {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-item.active .faq-question {
    background: #000;
    color: #fff;
}

.faq-answer {
    padding: 15px 20px;
    font-size: 14px;
    display: none;
    background: #fff;
    color: #000;
}

.faq-item.active .faq-answer {
    display: block;
}

/* FORM */

.form-subtext {
    margin-bottom: 25px;
}

.enquiry-form label {
    font-weight: 600;
    margin-bottom: 5px;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
}

textarea {
    height: 120px;
}

.send-btn {
    padding: 10px 30px;
    background: #25aacc;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}
.send-btn:hover {
    background: #157b96;
}


.footer-post-slider {
    position: relative;
}
.footer-post-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 25px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
    margin: 10px;
}
.footer-post-slider .slick-slide {
    height: auto !important;
}

.footer-post-card .post-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.footer-post-card .post-title {
    margin: 20px 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-post-card .post-readmore {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer-prev,
.footer-next {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    background: #444;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.footer-prev {
    left: -30px;
}

.footer-prev:hover,
.footer-next:hover {
    background: #25aacc;
}


.dropdown-menu {
    min-width: 150px;
    text-align: left;
}

.dropdown-item i {
    margin-right: 6px;
}
.color-theme{
  color: #dd9933 !important;
   font-size: 13px;
}


/* ================================
   CAR BOOKING SECTION EXACT DESIGN
================================ */
.car-booking-section {
    background: #0d65bc;
    padding: 45px 0 30px;
    color: #fff;
    font-family: Arial, sans-serif;
}

/* Form Layout */
.car-booking-form {
    display: flex;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    align-items: end;
    margin-bottom: 35px;
     color: #000;
}
.form-item {
    flex: 1 1 210px; /* min-width: 210px for responsive wrap */
    display: flex;
    flex-direction: column;
}

/* Labels */
.car-booking-form label {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

/* Inputs & Select */
.car-booking-form select,
.car-booking-form input[type="date"] {
    width: 100%;
    background: #ffffff;
    padding: 9px 29px 8px 14px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    color: #000;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
    cursor: pointer;
}

/* Dropdown Arrow */
.car-booking-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

/* Calendar Icon */
.car-booking-form input[type="date"] {
    background-image: url('https://cdn-icons-png.flaticon.com/512/747/747310.png');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 14px center;
}

/* Search Button */
.search-btn {
    background: #f39b39;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    padding: 8px 15px;
    border-radius: 50px;
    cursor: pointer;
    transition: .3s;
    height: 40px;
}

.search-btn:hover {
    background: #cc7c21;
}

/* ================================
   Features bottom section
================================ */
.car-info-icons {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}

.info-box {
    display: flex;
    gap: 8px;
    align-items: start;
    color: #fff;
    font-size: 17px;
}

.icon {
    width: 26px;
    height: 26px;
    background: #24c6c6;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
}

/* ================================
   Responsive Design
================================ */
@media (max-width: 1050px) {
    .car-booking-form {
       display: block;
    }
    .search-btn {
        grid-column: span 3;
    }
}

@media (max-width: 750px) {
    .car-booking-form {
       display: block;
    }
    .search-btn {
        grid-column: span 2;
    }
    .car-info-icons {
        gap: 25px;
    }
}

@media (max-width: 550px) {
    .car-booking-form {
        display: block;
    }
    .search-btn {
        grid-column: span 1;
    }
}
/* Responsive Alignments */
@media (max-width: 1050px) {
    .search-btn {
        order: 5; /* Last row */
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 650px) {
    .form-item {
        flex: 1 1 100%;
    }
    .search-btn {
        width: 100%;
        order: 10;
    }
}
.text-red {
  color: red !important;
  text-shadow: 1px 1px 2px #000; /* Black text-shadow */
  font-weight: 400;
}


/* H1 Word Animation */
.hero-title span {
    display: inline-block;
    font-size: 38px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s ease forwards;
}

/* Stagger Delays */
.hero-title span:nth-child(1) { animation-delay: 0.2s; }
.hero-title span:nth-child(2) { animation-delay: 0.5s; }
.hero-title span:nth-child(3) { animation-delay: 0.8s; }

@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Paragraph Right Fade Animation */
.hero-subtitle {
    opacity: 0;
    transform: translateX(50px);
    animation: fadeRight 1s ease forwards 1.2s;
    color: #fff;
}

@keyframes fadeRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-title, .hero-subtitle {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s ease;
}

.animate-text .hero-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.animate-text .hero-subtitle {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.taxi-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 !important;

}

.taxi-left-box {
    width: 40%;
    background: #006FCF;
    color: #fff;
    text-align: center;
    padding: 60px 40px;
}

.taxi-left-box h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.taxi-left-box p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.btn-main {
    background: #FF7A29;
    padding: 12px 25px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.taxi-right-box {
    width: 60%;
    background: url('https://www.sterlingholidays.com/activities/haridwar/har-ki-pauri-activity-image.jpg.imgw.1280.1280.jpeg') center/cover no-repeat;
    position: relative;
}

.taxi-right-box .overlay {
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.right-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 79px 50px;
    text-align: center;
}

.right-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.right-content p {
    font-size: 16px;
    margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 991px) {
    .taxi-section {
        flex-direction: column;
    }
    .taxi-left-box, .taxi-right-box {
        width: 100%;
    }
    .right-content {
        padding: 80px 30px;
    }
}


.car-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.car-box img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.book-btn {
  background-color: var(--theme-color);
  color: #fff;
  padding: 8px 22px;
  font-size: 16px;
  border-radius: 25px;
  transition: 0.3s;
  border: 1px solid #fff;
}

.book-btn:hover {
  background-color: var(--theme-color);
  border: 1px solid #fff;
   color: #fff;
}

@media (max-width: 480px) {
  .car-box img {
    height: 180px;
  }
  .car-title {
    font-size: 18px;
  }
}


.who-we {
  background: #f6f6f6;
  margin-bottom: 30px;
  padding: 30px 0;
}

.who-title {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.who-text {
  font-size: 17px;
  line-height: 1.6;
  color: #555;
}

.who-btn {
  background-color: #d48a0e;
  padding: 10px 28px;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.who-btn:hover {
  background-color: #b3740d;
}

.who-img {
  max-height: 450px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .who-title {
    font-size: 28px;
  }
  .who-img {
    max-height: 260px;
    margin-top: 20px;
  }
}


.new-text {
    background: #19c3d8;
    padding: 60px 0;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.new-text .section-heading {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #fff;
}

.new-text .content-box {
    text-align: left;
    padding: 0 20px;
}

.new-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.new-text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .new-text {
        text-align: left;
    }
    .new-text .section-heading {
        font-size: 26px;
        text-align: center;
    }
    .new-text .content-box {
        padding: 15px 10px;
    }
}


.car-faq-section {
  padding: 80px 0;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}

/* FAQ Accordion */
.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.faq-toggle {
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
}

.faq-toggle::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
}

.faq-item.active .faq-toggle::after {
  content: "-";
}

.faq-content {
  display: none;
  padding: 10px 0;
  font-size: 16px;
}

.faq-item.active .faq-content {
  display: block;
}

/* Car Image */
.car-img {
  width: 100%;

  margin-top: 20px;
}

.car-caption {
  font-size: 26px;
  font-style: italic;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 767px) {
  .car-faq-section {
    padding: 50px 0;
    text-align: center;
  }

  .faq-title {
    font-size: 26px;
  }

  .car-img {
    max-width: 320px;
  }
}



.brand-section {
  background-color: #1EC5DA; /* same background like your image */
  padding: 40px 0;
}

.brand-container {

  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-items: center;
  justify-items: center;
  gap: 20px;
}

.brand-item img {
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brand-item img:hover {
  transform: scale(1.06);
}

/* Extra Responsive */
@media (max-width: 768px) {
  .brand-container {
   display: block;
  }
  .brand-item img{
    padding: 20px 0;
  }
  
}



/* Marquee base */
.marquee-wrapper{
  width: 100%;
  overflow: hidden;

  padding: 20px 0;
}

.marquee-track{
  display: flex;
  width: max-content;
  animation: marqueeMove 10s linear infinite;
}

/* Pause on hover */
.marquee-wrapper:hover .marquee-track{
  animation-play-state: paused;
}

/* UL / LI styling */
.marquee-list{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.marquee-list li{
  margin-right: 40px;
  white-space: nowrap;
  font-size: 14px;
}

.marquee-list li a{
  text-decoration: none;
 color: #25c6da;
}

.marquee-list li a:hover{
  text-decoration: underline;
  color: #25c6da;
}

/* Animation */
@keyframes marqueeMove{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-50%);
  }
}

/* Responsive small text on mobile if you want */
@media (max-width: 576px){
  .marquee-list li{
    font-size: 12px;
    margin-right: 25px;
  }
}



.blog-tab-section {
  padding: 60px 0;
}

.blog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
}

.blog-tabs li {
  padding: 10px 22px;
  background: #eee;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.blog-tabs li.active,
.blog-tabs li:hover {
  background: var(--theme-color);
  color: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Always 4 columns on large screen */
  gap: 30px;
}

/* Responsive Breakpoints */
@media (max-width: 1100px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog-item {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  transition: 0.3s ease;
  border: 1px solid #ddd;
}

.blog-item img {
  width: 100%;
  border-radius: 10px;
  height: 180px;
  object-fit: cover;
}

.blog-item h3 {
  font-size: 16px;
  margin: 12px 0;
}

.blog-item .read-btn {
  display: inline-block;
  background: #e63d3d;
  color: #fff;
  padding: 8px 18px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
}

.blog-item:hover {
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.hidden {
  display: none;
}


.custom-bg {
    background: #272b2d; /* Aapke background jaise color */
    padding: 30px;
 

}

.left-content h2 {
    font-size: 26px;
    font-weight: 700;
}

.right-carousel img {
    border-radius: 8px;
}

/* Responsive: Mobile View */
@media (max-width: 768px) {
    .custom-bg {
        flex-direction: column;
        text-align: center;
    }
    .left-content {
        margin-bottom: 20px;
        padding-right: 0 !important;
    }
}


/* Hide default calendar icon in Chrome, Safari, Edge */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}

/* Hide clear button (optional) */
input[type="date"]::-webkit-clear-button {
    display: none;
}

.tour-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
}

.tour-card h4 {
  font-size: 14px;

}

.our-tour .btn-warning {
  background-color: #F4A226;
  border: none;
  border-radius: 30px;
}

@media (max-width: 768px) {

  .tour-card img {
    width: 100%;
    height: 250px !important; /* Adjusted for mobile view */
    object-fit: cover;
    border-radius: 10px;
  }

  .tour-card {
    width: 100%;
    height: auto; /* No fixed height */
    text-align: center;
  }

  .tour-card h4 {
    font-size: 16px;
    margin-top: 10px;
  }
}


.location-box {
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  border-bottom: 2px solid #f5f5f5;
}

.location-img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
}

.view-btn {
  background: #E79A45;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  padding: 10px 25px;
  font-weight: bold;
  border: none;
}

/* Mobile Responsive */
@media(max-width:768px){
  .location-box {
    flex-direction: column;
    text-align: center;
  }
  .location-img {
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
  }
  .view-btn {
    width: 100%;
    margin-top: 10px;
  }
}
.location-box h6{
  font-size: 14px;
  padding-left: 20px;
}