:root {

  --font-Raleway: "Raleway", sans-serif;
  --font-Lato: "Lato", sans-serif;
  --white: #FFFFFF;
  --black: #000000;
  --dark-green-black: #1A1E18;
  --light-gray: #F5F5F5;
  --heading-h2: 40px;
  --mediumGray: #6D6D6D;
}

/**===============================================================================================================================================================**/

@media(min-width:1300px) {
  body .container-fluid {
    width: 92%;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-Lato);
  color: var(--dark-green-black);
  background: var(--light-gray);
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: var(--font-Raleway);
}

p {
  margin: 0 0 20px 0;
  padding: 0;
}

p:last-child {
  margin: 0;
  padding: 0;
}

body .container {
  max-width: 1200px;
  width: 100%
}

.smooth-wrapper {
  overflow: hidden;
}

.smooth-content {
  will-change: transform;
}


/**===============================================================================================================================================================**/
.navbar .navbar-nav li a:hover, .navbar .navbar-nav li.current-menu-item a, .navbar .navbar-nav li.current-menu-parent a {
    color: var(--dark-green-black) !important;
}
input.form-control::placeholder {
  color: var(--dark-green-black);
  opacity: 1;
}

input.form-control::-webkit-input-placeholder {
  color: var(--dark-green-black);
}

input.form-control:-ms-input-placeholder {
  color: var(--dark-green-black);
}

input.form-control::-ms-input-placeholder {
  color: var(--dark-green-black);
}

/**===============================================================================================================================================================**/

.header-section .navbar-nav {
  gap: 35px
}

.header-section .navbar-brand img,
.footer-logo img {
  width: 170px;
}

.header-section .navbar-nav li.nav-item a {
  color: var(--dark-green-black) !important;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  font-family: var(--font-Raleway);
}
.ctm-right-btn{
	display: inline-block;
    padding: 8px 20px;
    border: 1px solid var(--dark-green-black);
    font-weight: bold;
    border-radius: 100px;
    text-decoration: none;
    color: var(--dark-green-black);
   background-color: #fff;
    transition: 0.7s all;
}
.ctm-right-btn:hover {background-color: #000;}
.ctm-right-btn:hover a.nav-link span {color: #fff;}
.ctm-right-btn:hover a.nav-link::after{color:#fff}
.header-section .navbar-nav .dropdown-menu{
	max-height:200px;
	overflow-y:auto;
}
.header-section .navbar-nav li.nav-item.dropdown.ctm-right-btn>a:hover {
    color: #FFF !important;
}


.header-section nav.navbar {	
  background: var(--light-gray);
}
.header-section .nav-link{padding:0!important;}
.header-section .navbar-nav li.nav-item a:hover ,.header-section .nav-link.dropdown-toggle.more-link:hover {
    color: #ff8c1b !important;
}

.header-section .navbar-nav li.nav-item.dropdown a:hover {
    color:#ff8c1b !important
}
.header-section .navbar-nav li.nav-item.dropdown .dropdown-item:hover {
    color: #ff8c1b !important;
}
.header-section .navbar-nav li.nav-item.dropdown .more-link:hover{ color: #ff8c1b !important;}
.cta-head-btn {
  display: flex;
  gap: 10px;
}

.regular-btn {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid var(--dark-green-black);
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
  color: var(--dark-green-black);
  background-color: transparent;
  transition: 0.7s all
}

.cta-head-btn .regular-btn {
  width: 150px;
  text-align: center;
}

.regular-btn.fill-button {
  background: var(--dark-green-black);
  color: var(--white);
}

.regular-btn.fill-button:hover {
  background: var(--white);
  color: var(--dark-green-black);
}

.regular-btn.outline-btn {
  background: var(--white);
  color: var(--dark-green-black);
}

.regular-btn.outline-btn:hover {
  background: var(--dark-green-black);
  color: var(--white);
}

.header-section .navbar-nav li.nav-item.current-menu-item a {
    color: #ff8c1b !important;
}

.slider-reverse-img {
  transform: scalex(-1);
}

.slider-section {
  position: relative
}

.slider-section:after {
  content: "";
  background: linear-gradient(238.67deg, rgba(0, 0, 0, 0.32) 45.99%, rgba(102, 102, 102, 0) 67.46%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: scaleX(-1);
}

.slider-section .carousel-item {
  height: calc(100vh - 86px);
}

.slider-section .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.slider-shape {
  position: absolute;
  top: -1px;
  z-index: 11;
  left: 250px;
  right: 0;
  width: 179px;
  margin: auto
}

.right-side {
  position: relative;
  right: -5px;
}

.slider-shape.bottom {
  top: auto;
  bottom: 0;
  transform: scaleY(-1);
}

.slider-caption-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 11;
}

.slider-content {
  color: var(--white);
  font-size: 18px;
}

/*update*/
.slider-content h1 {
  font-size: 72px;
  color: var(--white);
  font-weight: 600;
}

.slider-content h2 {
  color: var(--white);
  font-size: 32px;
  margin: 10px 0 15px;
}

.hero-search-form form .form-group {
  max-width: 410px;
}

.hero-search-form form input.form-control {
  border: none;
  height: 50px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  padding-left: 55px;
  box-shadow: inherit;
  outline: inherit
}

button.search-btn {
  background: transparent;
  padding: 0;
  border: none;
  position: absolute;
  top: -5px;
  left: 18px;
  bottom: 0;
}

.slider-section .carousel-indicators {
  left: 0;
  width: auto;
  z-index: 20;
  max-width: 1170px;
  margin: auto;
  right: 0;
  justify-content: start;
  bottom: 5%;
}

.slider-section .carousel-indicators button {
  width: 57px;
  height: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  position: relative;
  opacity: 1;
  background: rgb(255 255 255 / 50%);
}

.slider-section .carousel-indicators button:before {
  content: "";
  width: 0%;
  background: var(--white);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  top: 0;
  bottom: 0;
  transition: 0.5s all
}

.slider-section .carousel-indicators button.active:before {
  width: 100%;
}

.booking-form {
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
  max-width: 450px;
  margin: 0 auto;
}

.booking-form ul.nav-pills {
  justify-content: space-between;
  background: var(--light-gray);
  padding: 8px;
  border-radius: 50px;
}

.booking-form ul.nav-pills li.nav-item {
  width: 33%;
}

.booking-form ul.nav-pills li.nav-item .nav-link {
  width: 100%;
  text-align: center;
  height: 58px;
  border-radius: 50px;
  background: transparent;
  opacity: 0.5;
  color: var(--dark-green-black);
  font-weight: bold;
  padding: 7px;
}

.booking-form ul.nav-pills li.nav-item .nav-link:hover {
  background: var(--white);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05);
}

.booking-form ul.nav-pills li.nav-item .nav-link.active {
  background: var(--white);
  opacity: 1;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05);
}

label.form-group-label {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  margin: 0 0 5px;
}

.booking-form-group .form-group input.form-control,
.booking-form-group .form-group select {
  width: 100%;
  height: 45px;
  border-radius: 50px;
  padding-left: 50px;
  box-shadow: inherit;
  outline: inherit;
  font-weight: 600;
  border: 1px solid rgb(0 0 0 / 16%);
}

input.submit-btn {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid var(--dark-green-black);
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
  color: var(--white);
  background-color: var(--dark-green-black);
  transition: 0.7s all;
  width: 100%;
  height: 58px;
  font-size: 18px;
}

input.submit-btn:hover {
  background-color: var(--white);
  color: var(--dark-green-black);
  ;
}


img.form-icon-left {
  position: absolute;
  bottom: 11px;
  left: 16px;
}

.section-equal-padding {
  padding: 100px 0
}

.popularslider .special-card-box {
  height: 300px;
}

.popularslider .special-card-box figure img {
  object-fit: cover;
  object-position: top;
}

.top-spacing200 {
  padding-top: 200px;
}

.bg-light-gray {
  background: var(--light-gray)
}

.img-top-head h2 {
  font-weight: 600;
  font-size: var(--heading-h2);
  line-height: 52px
}

.img-top-head p {
  font-size: 18px;
  color: var(--mediumGray);
  font-weight: 500
}

.sub-thumb-head img {
  border-radius: 35px;
}

.small-img1 {
  width: 166px;
  height: 70px;
  object-fit: cover;
}

.small-img2 {
  width: 200px;
  height: 70px;
  object-fit: cover;
}

.section-top-heading h2 {
  font-weight: bold;
  font-size: var(--heading-h2);
}

.section-top-heading p {
  font-size: 18px;
  color: var(--mediumGray);
  font-weight: 500
}

.stat {
  font-weight: bold;
  font-size: var(--heading-h2);
}

.stat-block {
  border-bottom: 2px solid #D9D9D9;
  padding: 0 0 20px;
  margin: 0 0 25px;
}

.stat-block:last-child {
  margin: 0
}

.stat-caption p {
  font-size: 18px;
  color: var(--mediumGray);
  font-weight: 500;
  width: 94px;
}

.travel-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  object-position: left;
}

.resorts-box {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.resorts-box figure img,
.exp-box img {
  border-radius: 10px;
}

.resorts-content-box {
  padding: 15px 0 0
}

.rating-star {
  position: relative;
  color: #626262;
  font-weight: 500;
  font-size: 16px;
}

.rating-star i {
  color: #F99C38;
  font-size: 18px;
  margin: 1px 4px 0 0;
  display: inline-block;
}

.location-icon i {
  color: #47ACDD;
}

.calandor-icon i {
  color: #70E08E;
}

.off-span {
  background: #00A500;
  color: #fff;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 14px
}

.resort-description {
  padding: 7px 10px 15px 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #D9D9D94D;
}

/*update*/
.resort-description h3,
.exp-box h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 5px;
  font-family: var(--font-Lato);
  min-height: 56px;
}

.resort-description p {
  color: #626262;
  font-size: 16px;
  min-height: 48px;
}

.resort-description p span {
  color: #090909;
}

.price-label {
  font-weight: 800;
  font-size: 18px;
}

.price-label span {
  font-size: 14px;
  color: #FE1010;
  text-decoration: line-through;
  display: inline-block;
  margin: 0 0 0 3px;
}


.book-trip-btn a {
  display: flex;
  padding: 8px 16px;
  border: 1px solid #1A1E184D;
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
  color: var(--black);
  transition: 0.7s all;
  width: 152px;
  text-align: left;
  background: var(--white);
  align-items: center;
  justify-content: space-between;
  height: 40px
}

.book-trip-btn a:hover {
  background: var(--dark-green-black);
  color: var(--white);
}

.card-item {
  padding: 5px;
}

.owl-carousel .owl-nav {
  display: flex;
  gap: 10px;
  justify-content: end;
  position: absolute;
  bottom: 0;
  right: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dark-green-black);
  border-radius: 100px;
  transition: 0.7s all;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: var(--dark-green-black);
  color: var(--white);
}

.resorts-box figure {
  height: 235px;
}

.resorts-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car-group img {
  width: 100%;
  object-fit: cover;
}

.favorite-block {
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(7px);
  padding: 50px 30px;
  border-radius: 10px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.things-favorite .favorite-block {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}


.favorite-block h2 {
  color: var(--white);
  font-size: var(--heading-h2);
  font-weight: bold;
}

.favorite-block p {
  color: var(--white);
}

.white-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid var(--white);
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
  color: var(--dark-green-black);
  background-color: var(--white);
  transition: 0.7s all;
}

.white-btn:hover {
  background: var(--dark-green-black);
  color: var(--white)
}

.favorite-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-stage-outer .owl-item,
.special-card-box,
.special-card-box figure,
.special-card-box figure img,
.package-deal-box figure,
.package-deal-box figure img {
  height: 100%;
}

.special-card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.special-card-box:after {
  content: "";
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 51.57%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.specialCard-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 1;
}

.specialCard-content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-Lato);
  margin: 0 0 15px;
}

.specialCard-content a {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid var(--white);
  width: 100%;
  display: flex;
  padding: 10px 20px;
  backdrop-filter: blur(6px);
  border-radius: 40px;
  justify-content: space-between;
  color: var(--white);
  text-decoration: none;
  align-items: center;
  font-weight: 700;
}

.specialCard-content a i {
  transform: rotate(-45deg);
}

.package-deal-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%
}

.package-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.35) 89.44%);
  backdrop-filter: blur(4px);
  text-align: center;
  padding: 15px;
}

.package-card-content a {
  font-size: 24px;
  color: var(--white);
  text-decoration: none;
  font-weight: bold;
}

.perfect-img-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

/* .perfect-img-section:after {
  content: "";
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 51.57%, rgb(0 0 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -16px;
} */

.perfect-img-section figure {
  flex: 0 0 33%;
  padding: 0 5px;
  height: 450px;
  position:relative;
}
.perfect-img-section figure a{
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translatex(-50%);
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    color: #333;
	text-decoration:none;
	font-weight:600;
}
.perfect-img-section figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
}

.perfect-img-section figure.figure-left {
  transform: rotate(-3deg);
  padding-top: 50px;
}

.perfect-img-section figure.figure-right {
  transform: rotate(3deg);
  padding-top: 50px;
}

.beach-card-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px
}

.beach-content-area h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
}

.beach-content-area p {
  color: #444444;
  line-height: 1.4;
}

.beach-card-box figure {
  height: 260px;
}

.beach-card-box figure img {
  height: 100%;
  object-fit: cover
}


div#WorldOwlItem .owl-stage-outer {
  overflow: visible;
}

div#WorldOwlItem:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 100%;
  width: 9999px;
  z-index: 111;
  background: var(--light-gray);
}



.owl-carousel#WorldOwlItem .owl-stage {
  padding-left: 0 !important;
}

.world-tour-figure {
  height: 400px;
  transition: height 0.4s ease;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.world-tour-figure:after {
  content: "";
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 55.58%, rgba(0, 0, 0, 0.7) 90.6%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.world-tour-figure figure {
  height: 100%;
}

.world-tour-figure img {
  height: 100%;
  object-fit: cover;
  transition: height 0.4s ease;
}

.active .world-tour-figure {
  height: 450px;
}

.active+.active .world-tour-figure {
  height: 400px;
}

.owl-carousel#WorldOwlItem .owl-nav {
  bottom: auto;
  top: -90px;
}

.world-tour-link {
  position: absolute;
  bottom: 0;
  padding: 20px;
  left: 0;
  right: 0;
  z-index: 1;
}

.world-tour-link a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}

.adventure-block {
  max-width: 850px;
  margin: 0 auto;
  padding: 70px 70px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
}

.adventure-block h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 15px;
}

.adventure-block p {
  color: #fff;
  font-size: 15px;
  margin: 0 0 15px;
}

.blog-card {
  position: relative
}

.blog-card figure {
  height: 330px;
  border-radius: 20px;
  overflow: hidden;
}

.blog-card figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-content {
  margin: 15px 0 0
}

.blog-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.blog-link {
  position: absolute;
  top: 0;
  right: 0;
}

.blog-link a {
  display: flex;
  width: 56px;
  height: 56px;
  background: #E8E8E8;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  border-radius: 40px;
  transform: rotate(-45deg);
  font-size: 24px;
}

.blog-link {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 12px;
  border-radius: 0 0 0 16px;
}

.blog-link span.top-left {
  position: absolute;
  left: -30px;
  top: 0;
  transform: rotate(90deg);
  width: 30px;
}

.blog-link span.bottom-right {
  position: absolute;
  right: 0;
  bottom: -30px;
  transform: rotate(90deg);
  width: 30px;
}

.blog-link span img {
  width: 100%;
}

.footer-section {
  background: #030306;
  padding: 100px 0 0;
}

.footer-social-icon ul li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 100px;
}

.footer-social-icon ul li a:hover {
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--dark-blue);
}

.footer-logo-grid {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 60px;
}

.footer-details-block {
  padding: 40px 0;
  border-bottom: 1px solid #CCCCCC;
}

.footer-heading {
  font-size: 18px;
  font-weight: bold;
  color: var(--white);
  text-transform: uppercase;
}

.footer-nav ul li {
  margin: 0 0 10px;
  line-height: normal
}

.footer-nav ul li:last-child {
  margin-bottom: 0px
}

.footer-nav ul li a {
  font-size: 14px;
  color: var(--white);
  text-decoration: none;
  opacity: 0.8;
}

.footer-nav ul li a:hover {
  opacity: 1;
}


.subscribe-form form input[type="text"] {
  border: 1px solid #CCCCCC;
  background-color: transparent;
  height: 45px;
  border-radius: 100px;
  margin: 0px 0 25px;
}

.subscribe-form form input[type="submit"] {
  height: 45px;
  padding: 0;
  text-align: center;
  width: 150px;
  /* color: #fff; */
  border-color: #fff;
  background: #FFFFFF;
}

.copy-right-section p {
  font-size: 14px;
  color: var(--white);
  opacity: 0.7;
}

.subscribe-form form input[type="text"]::placeholder {
  color: var(--white);
  opacity: 1;
}

.subscribe-form form input[type="text"]::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1;
}

.subscribe-form form input[type="text"]:-ms-input-placeholder {
  color: var(--white);
}

.subscribe-form form input[type="text"]::-ms-input-placeholder {
  color: var(--white);
}

.footer-content p {
  color: var(--white);
  opacity: 0.6;
  font-size: 17px;
}

.the_world_section {
  overflow: hidden;
  width: 100%;
}

/* sports tickets popup css start here */

.sports_tickets_popup {
  max-width: 1140px;
}

.popup_search {
  background-color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.popup_search input {
  box-shadow: none;
  outline: 0;
  border: 0;
  font-size: 15px;
  color: #000;
  width: 100%;
}

.sports_tickets_popup .modal-body {
  padding: 35px;
}

.sports_tickets_close {
  filter: brightness(0) invert(1);
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.modal_bg_change {
  background-color: #FFFFFF99;
}


/*================= INNER PAGES CSS ================== */

.owl-nav-left .owl-carousel .owl-nav {
  display: flex;
  gap: 10px;
  justify-content: start;
  position: absolute;
  bottom: -45px;
  left: 0;
}

.owl-nav-both .owl-carousel .owl-nav {
  top: 50%;
  left: 0;
}

.owl-nav-both .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
}

.owl-nav-both .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -50px;
}

.view-all-btn {
  display: flex;
  padding: 8px 24px;
  border: 1px solid var(--dark-green-black);
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
  color: var(--white);
  transition: 0.7s all;
  width: 152px;
  text-align: left;
  background: var(--dark-green-black);
  align-items: center;
  justify-content: space-between;
  height: 56px;
  z-index: 1;
}

.location-box {
  margin-top: 10px;
  margin-bottom: 18px;
}

.hotel-hero-sec {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/**********************/

.overlay-sec::after {
    content: " ";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}
.slider-content{
  position: relative;
    z-index: 99;
}

#wpcf7-f585-o1 .input_ p {
    width: 100%;
    display: flex;
    gap: 23px;
    margin-bottom: 22px;
}
.adventure_sec p select{
  /*border: 1px solid #FFFFFF80;*/
    /*background: #FFFFFF14;*/
    /*color: #fff;*/
    box-shadow: none;
    padding: 11px 24px;
    border-radius: 50px;
}
.adventure_sec p select option{
color: #000;
}


/* Input & Select same base style */
.adventure_sec input[type="text"],
.adventure_sec input[type="email"],
.adventure_sec select {
    width: 100%;
    height: 56px;
    padding: 12px 24px;
    font-size: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    outline: none;
    box-shadow: none;
}

/* Remove default select arrow */
.adventure_sec select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 48px; /* space for arrow */
    cursor: pointer;
}

/* Placeholder color */
.adventure_sec input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Select text color */
.adventure_sec select {
    color: rgba(255, 255, 255, 0.6);
}

.adventure_sec select:valid {
    color: #ffffff;
    box-shadow: none;
}


/* Focus effect */
.adventure_sec input:focus,
.adventure_sec select:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}
/* Wrap ONLY select */
.adventure_sec .wpcf7-form-control-wrap:has(select) {
    position: relative;
    width: 100% !important;
    display: inline-block;
    margin-bottom: 20px;
}

/* Arrow position fix */
.adventure_sec .wpcf7-form-control-wrap:has(select)::after {
    content: "▼";
    position: absolute;
    right: 19px;            /* ⬅️ push to right side */
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 14px;
    pointer-events: none;
}
.adventure_sec select {
    padding-right: 56px; /* space for arrow */
}





/* =========================
   HERO SECTION
========================= */
.hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 20px;
    color: #fff;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
	position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
	font-weight: 700;
}

/* =========================
   DESTINATION GRID
========================= */
.destination-section {
    padding: 80px 0;
}

.destination-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.destination-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-5px);
}

.destination-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
	
.destination-content {
    padding: 20px;
}

.destination-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.destination-excerpt {
    font-size: 15px;
    color: #666;
}

.destination-link {
    text-decoration: none;
    color: inherit;
}

/* =========================
   PAGINATION
========================= */
.pagination-wrapper {
    margin-top: 50px;
    text-align: center;
}
.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    text-decoration: none;
}
/* =========================
   RESPONSIVE BREAKPOINTS
========================= */

/* Tablet */
@media (max-width: 992px) {
    .destination-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-content h1 {
        font-size: 36px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .destination-grid {
        grid-template-columns: 1fr;
    }

    .hero-section {
        padding: 80px 15px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .destination-thumb img {
        height: 200px;
    }
}








.search-wrapper {
  box-shadow: 0px 20px 100px 0px #0000000A;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  position: absolute;
  bottom: -0%;
  transform: translate(-50%, 50%);
  left: 50%;
  width: 100%;
  max-width: 1140px;
  z-index: 99;
}

.flight-search-wrpaaer {
  bottom: 0%;
}

.custom-input {
  border: 1px solid #00000029;
  border-radius: 50px;
  padding: 15px 20px;
  flex-wrap: nowrap;
}

.search-wrapper .search-item {
  flex: 0 0 12%;
}

.search-wrapper .search-item:first-child {
  flex: 0 0 32%;
}

.search-wrapper .search-item:nth-child(2),
.search-wrapper .search-item:nth-child(3) {
  flex: 0 0 18%;
}


.flight-booking-form .nav-pills .nav-link {
  border: 1px solid #EFEFEF;
  border-radius: 50px;
  color: var(--black);
  height: 48px;
  padding: 24px;
}

.flight-booking-form .nav-pills .nav-link.active {
  background: #F4F4F4;
}

.top-spacing170 {
  padding-top: 170px;
}

.top-spacing300 {
  padding-top: 300px;
}

.find-car-sec {
  position: relative;
  overflow: hidden;
}

.find-car-sec .specialCard-content a {
  background: transparent;
  border: none;
  padding: 0;
  backdrop-filter: none;
}

/*add*/
.find-car-sec .specialCard-content a i {
  transform: rotate(0deg);
}

.company-logo-container {
  background: linear-gradient(176.83deg, #FEFEFE 22.28%, #E9E9E9 97.38%);
  padding: 0 80px 80px 80px;
  border-radius: 24px;
}





.filter-resturante {
  background: #F7F7F7;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0px 20px 100px 0px #0000000A;
  position: sticky;
  top: 20px;
}

/*add*/
.filter-header h3 {
  font-weight: bold;
  font-size: 24px;
  color: var(--dark-green-black);
}

.refresh-icon {
  height: 32px;
  width: 32px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.refresh-icon i {
  font-size: 14px;
}

.filter-resturante .accordion {
  gap: 12px;
  margin: 20px 0 0 0;
}

.filter-resturante .accordion-button {
  font-size: 18px;
  color: var(--dark-green-black);
  font-family: var(--font-Lato);
  background-color: #fff !important;
}

.filter-resturante .accordion-button::after {
  width: 20px;
  height: 20px;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.filter-resturante .accordion-item {
  border: 1px solid #EAEAEA !important;
  border-radius: 8px;
  background: transparent;
  overflow: hidden;
}

/*add*/
.custom-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #EAEAEA;
  font-family: var(--font-Lato);
  color: #525252;
  font-size: 14px;
}

/* .custom-list li input{width:16px;height:16px;border:.67px solid #DFDFDF;border-radius:3px;cursor:pointer;} */
/*CMT */

.exp-music-box {
  border-radius: 16px;
  padding: 16px;
  background: #fff;
}

.exp-music-box a {
  color: #696969;
  font-size: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.popular-slider {
  max-width: 1829px;
  margin-left: auto;
  position: relative;
  padding: 0 0 0 16px
}

.popular-slider .owl-carousel .owl-nav {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: -51%;
  justify-content: start;
  align-items: start;
  width: 100%
}

.popular-slider .owl-carousel .owl-nav button {
  border: 1px solid #fff;
  color: #fff
}

/* 08/12/2025 */
.check_in input {
  padding: 15px 20px;
  border-radius: 50px;
  outline: none
}

.check_in input:focus {
  box-shadow: none
}

.search-item select {
  outline: 0;
  border: 0
}

.search_btn_hotel {
  width: auto;
  gap: 12px
}

.hotel_banner_sec {
  padding: 180px 0
}

/* 09/12/2025 */
.custom-input select:focus {
  box-shadow: none;
}

.flight_page_tabs {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #0000001A;
}

/* 10/12/2025 */
.car_rentals_form input {
  padding: 15px 20px;
  border-radius: 50px;
  outline: none;
}

.car_rentals_form input:focus {
  box-shadow: none;
  border-color: #00000029;
}

.car_rentals_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.car_rentals_form .car_rentals_form_inner {
  width: 100%;
}

.car_rentals_form button svg {
  flex: 0 0 18px;
}

.delivery_restaurant_header h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 15px;
  color: var(--dark-green-black);
}

.custom-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.filter-resturante .accordion-button.collapsed {
  background-color: transparent !important;
}

.filter-resturante .accordion-item .collapse.show,
.filter-resturante .accordion-item .collapsing {
  background-color: #fff;
}

.form-check-input {
  height: 16px;
  width: 16px;
  border: 1px solid #DFDFDF;
}

.form-check-input:focus {
  box-shadow: none;
  border: 1px solid #DFDFDF;
}

.form-check-input:checked {
  background-color: #1A1E18;
  border-color: #1A1E18;
}





/* deals page css start here */
.start_from_text {
  color: #626262;
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 18px;
}

.deals_section {
  padding-top: 170px;
}

.blog_pages_sec {
  background-color: #fff;
}

.sub_banner_text_box {
  padding: 10px;
  margin: 0 auto;
}

.sub_banner_box {
  text-align: center;
  padding: 32px;
  border-radius: 10px;
  margin: 50px 0;
}




/* Travel Preferences page css start here  */
.preferences_form {
  background-color: var(--white);
  padding: 32px;
  border-radius: 10px;
  margin-top: -150px;
  position: relative;
}

.traveling_type_section {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px
}

.but_group .regular-btn {
  border: 0;
  background-color: var(--light-gray);
  font-weight: 400;
  padding: 12px 30px
}

button.regular-btn.select_btn {
  background-color: var(--dark-green-black);
  color: var(--white)
}

.travel {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap
}

.travel .regular-btn {
  border: 1px solid #EFEFEF;
  font-weight: 400
}

.travel .regular-btn.travel_selected {
  background-color: #F4F4F4
}

.reset_submit_btn button {
  padding: 11px 22px
}

.traveling_type_section p {
  margin: 0
}

.getting_there_sec ul {
  border: 0;
  flex-wrap: nowrap;
}

.getting_there_sec .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #1A1E18;
  border: 0;
  width: 100%;
  padding: 12px 24px;
  border-radius: 24px 24px 0 0;
}

.getting_there_sec .nav-item {
  width: 100%;
}

.getting_there_tabs_content {
  padding: 32px;
  background-color: #fff;
  border-radius: 0 24px 24px 24px;
}

.getting_there_tabs_content h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 25px;
  color: var(--dark-green-black);
}

.getting_there_tabs_content h6 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
  color: var(--dark-green-black);
}

.getting_there_tabs_content p {
  font-size: 18px;
  color: #3B3B3B;
  margin: 0 0 20px;
}

.tip_text {
  font-size: 18px;
  color: #3B3B3B;
  margin: 10px 0 0;
  background: linear-gradient(90deg, #FFF2E5 0%, #fff2e500 33.31%);
  padding: 8px 16px;
  border-left: 3px solid #FF952C;
  border-radius: 12px
}

.tip_text span {
  font-weight: 600
}

.optional_text {
  background: linear-gradient(90deg, #EDFFED 0%, #edffed00 58.07%);
  border-left: 3px solid #B6E8B6
}

.handpicked_text {
  font-size: 18px;
  font-weight: 600;
  color: #3B3B3B;
  margin: 0 0 10px
}

.listing_food li {
  list-style: disc;
  margin-left: 20px;
  font-size: 18px;
  color: #3B3B3B;
  margin-bottom: 10px
}

.listing_food li span {
  font-weight: 600
}

.listing_food li:last-child {
  margin-bottom: 0
}

.estimated_text {
  background: #EDFFED;
  padding: 20px 24px;
  border-radius: 16px
}

.estimated_text h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--dark-green-black);
  margin: 0
}

.estimated_text p {
  font-size: 18px;
  color: #3B3B3B;
  margin: 0;
  font-weight: 600
}

.optional_text,
.listing_food {
  margin-bottom: 20px
}

.day2_content {
  border-radius: 20px
}

.overview_text_sec h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 25px 0 15px;
  color: var(--dark-green-black)
}

.overview_text_sec p {
  font-size: 18px;
  color: #3B3B3B;
  margin: 0 0 20px
}

.tabs_bottom_space {
  margin-bottom: 30px
}

/* Travel Preferences page css end here  */


/* Location / Austin page css start here  */
.hotel_img_text {
  position: relative;
  display: inline-block;
  width: 100%;
}

.hotels_heading {
  font-weight: 700;
  font-size: 16px;
  color: var(--dark-green-black);
  display: flex;
  align-items: center;
  justify-content: space-between
}

.hotel_text {
  padding: 16px;
  border-radius: 12px
}

.hotel_img_text img {
  height: 302px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px
}

.hotel_text {
  padding: 16px;
  border-radius: 12px;
  position: absolute;
  width: 92%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 16px;
  background-color: #fff
}

.hotel_text p {
  font-size: 16px;
  line-height: 1.2;
  color: var(--dark-green-black);
  opacity: 0;
  transform: translateY(8px);
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease;
}

.hotel_img_text:hover .hotel_text p {
  opacity: 1;
  transform: translateY(0);
  max-height: 200px;
  pointer-events: auto;
}

.discover_authentic_sec p {
  font-size: 16px;
  font-weight: 500;
}

.discover_authentic_img {
  width: 100%;
  height: 576px
}

section.discover_authentic_sec {
  padding-bottom: 100px
}

.discover_authentic_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px
}

.discover_atlanta_text {
  max-width: 1200px
}

.choose_my_siffiVacation {
  background-color: var(--light-gray)
}

.mysiffiVacation_box {
  background: var(--white);
  border: 1px solid #E0E0E0B2;
  box-shadow: 0 0 40px 0 #0000000D;
  padding: 24px;
  border-radius: 16px;
  height: 100%
}

.curated_experiences_heading h3 {
  font-weight: 700;
  font-size: 18px;
  color: #1A1E18;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px
}

.curated_experiences_heading h2 {
  font-weight: 800;
  font-size: 50px;
  background: linear-gradient(180deg, #caf0ffb3 0%, #c4eeff59 100%);
  line-height: 76px;
  -webkit-background-clip: text;
  color: transparent
}

.curated_experiences_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.mysiffiVacation_box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #626262
}

.adventure_sec {
  max-width: 100%;
  padding: 40px !important
}

.input_ input::placeholder {
  color: #FFFFFF80
}

.input_ input,
.input_ input:focus {
  border: 1px solid #FFFFFF80;
  background: #FFFFFF14;
  color: #fff;
  box-shadow: none;
  padding: 11px 24px;
  border-radius: 50px
}

.adventure_form select,
.adventure_form select:focus {
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  box-shadow: none
}

.select_dropdown {
  border: 1px solid #FFFFFF80;
  border-radius: 50px;
  padding: 6px 11px;
  display: flex;
  align-items: center;
  background: #FFFFFF14
}



.select_dropdown select option {
  color: #000
}

.adventure_form {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.faq_left h2 {
  font-weight: 700;
  font-size: 36px;
  color: #000
}

.faq_left p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #626262
}

.faq_left button {
  background-color: #000;
  color: #fff
}

.faq_right .accordion-item {
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent
}

.faq_right .accordion-item:last-child {
  border: 0
}

.faq_right .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #000
}

.faq_right button {
  background-color: transparent;
  padding: 16px 0;
  font-weight: 700;
  color: #1A1E18;
}

.faq_right button:focus {
  box-shadow: none;
}

.faq_right .accordion-body {
  padding: 16px 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  color: #626262;
}

.faq_right .accordion-button:not(.collapsed)::after {
  background-image: url(/./assets/images/chevron-down.svg);
}

.faq_right .accordion-button::after {
  background-image: url(/./assets/images/chevron-down1.svg);
}

/* Location / Austin page css end here  */


/* blog detail page css start here  */
.blogs_detail_heading {
  font-size: 48px !important;
}

.blog_left img {
  margin-bottom: 20px;
  height: 457px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.blog_left h2 {
  font-weight: 700;
  font-size: 32px;
  color: var(--dark-green-black);
  margin-bottom: 10px;
}

.blog_left h3 {
  font-weight: 700;
  font-size: 24px;
  color: var(--dark-green-black);
  margin-bottom: 10px;
}

.blog_left h4 {
  font-weight: 700;
  font-size: 18px;
  color: var(--dark-green-black);
  margin-bottom: 6px;
}

.blog_left p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #626262;
}





/* Sidebar styles (blog-detail sidebar) */
.sidebar .search-input {
  position: relative
}

.sidebar .search-input .form-control {
  padding-left: 48px;
  border-radius: 50px;
  height: 46px
}

.sidebar .search-input .search-btn {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #6D6D6D;
  font-size: 16px
}

.sidebar .recent-list {
  margin: 0;
  padding: 0
}

.sidebar .recent-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #EAEAEA
}

.sidebar .recent-list img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  flex: 0 0 80px
}

.sidebar .recent-info {
  flex: 1
}

.sidebar .recent-info .recent-title {
  display: block;
  font-weight: 700;
  color: var(--dark-green-black);
  font-size: 16px;
  text-decoration: none
}

.sidebar .recent-info .read-more {
  color: #6D6D6D;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  gap: 11px;
  align-items: center;
  margin-top: 3px;
}

.sidebar .category-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.sidebar .category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #EAEAEA;
  color: var(--dark-green-black);
  font-weight: 700
}

.sidebar .category-list .count {
  background: #0b0b0b;
  color: #fff;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 12px
}

.sidebar .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.sidebar .tag {
  display: inline-block;
  padding: 8px 13px;
  border-radius: 20px;
  border: 1px solid #EAEAEA;
  background: #fff;
  color: var(--dark-green-black);
  text-decoration: none;
  font-size: 16px
}

.blog_sidebar h6 {
  font-family: Raleway;
  font-weight: 700;
  font-size: 20px;
  color: #1A1E18
}

.blog_sidebar {
  padding: 0;
  background: transparent;
  box-shadow: none
}

.search-box,
.recent-work,
.categories,
.tags {
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 12px
}

.sidebar .recent-list li:last-child,
.sidebar .category-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0
}



/* restaurent listing page css start here  */
.middle {
  position: relative;
  max-width: 500px
}

.slider {
  position: relative;
  z-index: 1;
  height: 8px
}

.slider>.track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #f7f7f7
}

.slider>.range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #1A1E18
}

.slider>.thumb {
  position: absolute;
  z-index: 3;
  width: 24px;
  height: 24px;
  background-color: var(--white);
  border-radius: 50%;
  border: 3px solid #1A1E18;
  transition: box-shadow .3s ease-in-out;
  cursor: pointer
}

.slider>.thumb.left {
  left: 25%;
  transform: translate(-15px, -9px)
}

.slider>.thumb.right {
  right: 25%;
  transform: translate(15px, -9px)
}

.slider>.thumb.hover {
  box-shadow: 0 0 0 20px #6200ee1a
}

.slider>.thumb.active {
  box-shadow: 0 0 0 40px #6200ee33
}

input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 2;
  height: 10px;
  width: 100%;
  opacity: 0
}

input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 0 none;
  background-color: red;
  -webkit-appearance: none
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #1A1E18;
  border-radius: 100%;
  background: #fff
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #1A1E18;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0)
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.results_count span {
  font-size: 16px;
  display: inline-block;
  font-weight: 500
}

.results_count {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 !important;
}

.list_card {
  box-shadow: 0 0 50px 0 #0000000A;
  border: 1px solid #0000000D;
  background-color: var(--white);
  padding: 12px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
  margin-top: 24px;
}

.list_card .carousel-indicators [data-bs-target] {
  background-color: transparent;
  height: 10px;
  width: 10px;
  opacity: inherit;
  border: 1px solid var(--white);
  border-radius: 50px
}

.list_card .carousel-indicators .active {
  background-color: var(--white) !important
}

.list_card .carousel-inner {
  border-radius: 10px
}

.like {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  background-color: var(--white);
  height: 24px;
  width: 24px;
  border-radius: 50px;
  right: 11px;
  top: 11px;
  cursor: pointer;
}

.list_card_text h2 p {
  font-weight: 700;
  font-size: 20px;
  color: var(--dark-green-black);
  width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0
}

.tag_list {
  background-color: #00A500;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  line-height: normal
}

.list_card_text h2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start
}

.list_card_text P {
  font-weight: 500;
  font-size: 16px;
  color: #626262;
  margin: 0;
  padding-bottom: 10px
}

.price_text {
  font-weight: 700;
  font-size: 24px;
  color: var(--dark-green-black);
  display: flex;
  align-items: center;
  gap: 10px
}

.price_text p {
  font-weight: 600;
  font-size: 16px;
  color: #FE1010
}

.price_text p span {
  text-decoration: none;
  color: #938D8D;
  text-decoration: line-through
}

.btn_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 2px solid #D9D9D97D
}

.btn_price .book-trip-btn a {
  width: 101px
}

.list_card #carouselExampleIndicators {
  width: 300px;
  flex: 0 0 300px
}

.list_card_text {
  width: 100%
}

/* restaurent listing page css end here  */



/* Audio Tour Page css start here  */

.audio_pages {
  background-color: #fff;
}

.audio_tour_box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}


.audio_tour_box img {
  border-radius: 12px;
}

.audio_tour_box figure {
  position: relative;
}

.audio_tour_box figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #00000000, #00000014), linear-gradient(180deg, rgb(0 0 0 / 0%) 55.58%, rgba(0, 0, 0, 0.7) 90.6%);
  z-index: 2;
}

.audio_tour_box figure img {
  display: block;
  width: 100%;
  height: auto;
}

.audio_tour_box p {
  font-weight: 700;
  font-size: 17px;
  color: #FFFFFF;
  position: absolute;
  bottom: 14px;
  z-index: 9;
  left: 14px;
  right: 14px;
  text-align: center;
}

.audio_text {
  font-size: 14px;
  color: var(--dark-green-black);
  line-height: 20px;
  margin-top: 25px;
  font-weight: 600;
}

/* Audio Tour Page css end here  */


/* deals tabs page css start here  */
.deals_inner_page {
  border: 0;
  gap: 16px;
}

.deals_inner_page li button {
  padding: 12px 20px;
  border-radius: 50px !important;
  border: 1px solid #EFEFEF !important;
  /* margin-right: 16px; */
  display: flex;
  align-items: center;
  gap: 8px;



  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.deals_inner_page li button:hover {
  color: #000;
}

.deals_inner_page li button.nav-link.active {
  background-color: var(--dark-green-black);
  color: #fff;
  border-color: #000;
}

.flights_tab figure img {
  width: 100%;
  height: 366px;
  object-fit: cover;
}

.flights_tab_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: Lato;
  font-size: 24px;
  gap: 13px;
  color: var(--white);

}

.flights_tab_heading h2 {
  font-weight: 600;
  color: var(--white);
  font-size: 28px;
}



.flights_tab button {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid var(--white);
  display: flex;
  padding: 10px 20px;
  backdrop-filter: blur(6px);
  border-radius: 40px;
  justify-content: space-between;
  color: var(--white);
  text-decoration: none;
  align-items: center;
  font-weight: 700;
  gap: 8px;
  margin: 0 auto;
}


.flights_tab {
  position: relative;
}


.flights_tab figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.flights_tab figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #00000000, #00000014), linear-gradient(180deg, rgb(0 0 0 / 0%) 55.58%, rgba(0, 0, 0, 0.7) 90.6%);
  z-index: 2;
}

.btn_text_box {
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 10px;
  text-align: center;
  z-index: 9;
}


/* deals tabs page css end here  */



/* AYAJ 23-12-2025 */

.vacation-plan-box {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1140px;
  width: 100%;
  height: 394px;
  border-radius: 24px;
  padding: 75px 30px;
  background-position: center
}

.vacation-plan-content {
  max-width: 560px;
  margin: 0 auto;
}

.vacation-plan-content h2 {
  color: var(--white);
  font-weight: 600;
  text-shadow: 0px 4px 8px rgb(58 0 0 / 30%);
  font-size: 40px;
  margin: 0 0 10px;
  line-height: 43px
}

.vacation-plan-content p {
  color: var(--white);
  font-size: 20px;
  text-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
  font-weight: 500;
}

.vacation-plan-box .white-btn {
  font-size: 18px;
  text-decoration: none;
  padding: 15px 30px;
  line-height: normal;
  border: none;
}

.planTravelmodal .modal-dialog {
  max-width: 720px;
}

.planTravelmodal .modal-content {
  background: radial-gradient(171.01% 309.44% at 5.13% -0.13%, #EAF7F3 0%, #D2F4F6 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  border: none;
  border-radius: 16px;
  padding: 40px;
}

.travel-heading h2 {
  font-size: 32px;
  font-weight: bold;
  color: #1A1E18;
}

.modal-form-label {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #1A1E18;
  margin: 0 0 12px;
  line-height: normal;
}

.destination-form-input {
  position: relative
}

.destination-form-icon {
  position: absolute;
  bottom: 0;
  left: 17px;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.destination-form-input input.form-control {
  height: 56px;
  border-radius: 100px;
  padding: 0 15px 0 52px;
  font-size: 18px;
  box-shadow: inherit;
  border: 1px solid rgba(2, 103, 125, 0.1);
}

.destination-form-input input::placeholder {
  color: #1A1E18;
  opacity: 0.5;
}

.destination-form-input input::-webkit-placeholder {
  color: #1A1E18;
  opacity: 0.5;
}

.destination-form-input input::-moz-placeholder {
  color: #1A1E18;
  opacity: 0.5;
}

.destination-form-input input:-ms-input-placeholder {
  color: #1A1E18;
}

.destination-block-modal {
  border-bottom: 1px solid #BCE2E3;
  padding: 25px 0;
}

.destination-block-modal:last-child {
  border: none;
}

.common-with-box {
  text-align: center;
  cursor: pointer;
}

.common-with-box span {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #F68266;
  margin: 0 0 10px;
  align-items: center;
  justify-content: center;
  padding: 13px;
  border: 1px solid transparent;
}

.common-with-box.couple-box span {
  background: #81B4C4;
}

.common-with-box.family-box span {
  background: #FDB772;
}

.common-with-box.friends-box span {
  background: #2D8193;
}

.common-with-box.active span {
  border-color: #487482
}

.common-with-box p {
  font-size: 18px;
  font-weight: 500;
  color: #1A1E18;
}

.activities-block {
  width: 144px;
  position: relative;
}

.activities-block input {
  display: none;
}

.activities-block input:checked~label {
  background: #2D8193;
  border-color: #2D8193
}

.activities-block input:checked~label img {
  filter: brightness(0) invert(1);
}

.activities-block input:checked~label p {
  color: #fff
}

.activities-block label {
  width: 100%;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  border: #BCE2E3 1px solid;
  cursor: pointer
}

.activities-block label p {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #1A1E18;
}

.form-button {
  width: 150px;
  height: 54px;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 15px 0 0;
  background: transparent
}

.form-button:hover {
  background: #000;
  color: #FFF;
}

.form-button.fill-button {
  background: #000;
  color: #FFF;
}

.form-button.fill-button:hover {
  background: #FFF;
  color: #000;
}

.result-hero-section {
  position: relative;
  padding: 165px 0;
  background-repeat: no-repeat;
  background-position: top 31% center;
  background-size: cover;
}

.result-hero-content h1 {
  font-size: 64px;
  color: var(--white);
  font-weight: 600;
  margin: 0 0 10px;
}

.result-hero-content p {
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
  margin: 0 0 10px;
}

.accordion.result-overview-block .accordion-item {
  background: transparent;
  border: none;
  margin: 0 0 25px;
}

.accordion.result-overview-block .accordion-item .accordion-header .accordion-button {
  border: none;
  box-shadow: inherit;
  border-radius: 10px;
  background-color: #1A1E18;
  color: #FFF;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  padding: 18px 25px;
}

.accordion.result-overview-block .accordion-item .accordion-header .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.overview-list ul li {
  color: #3B3B3B;
  font-size: 16px;
  margin: 0 0 10px;
}

.overview-list ul li:last-child {
  margin: 0 0 0px;
}

.overview-list ul li strong {
  display: inline-block;
  margin-left: 5px;
}

.trip-figure-view .carousel-item {
  border-radius: 12px;
  overflow: hidden;
}

.trip-figure-view .carousel-item img {
  border-radius: 12px;
}

.trip-figure-view .carousel-indicators {
  margin-right: 0;
  margin-left: 20px;
  justify-content: start;
  margin-bottom: 20px;
}

.trip-figure-view .carousel-indicators button {
  width: 11px;
  height: 11px;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 20px;
  opacity: 1;
}

.trip-figure-view .carousel-indicators button.active {
  background: #FFF;
}

.intro-overview-list h4 {
  font-size: 18px;
  font-weight: 600;
  color: #3B3B3B;
  margin: 0 0 5px;
  font-family: 'Lato';
}

.intro-overview-list ul li {
  font-size: 16px;
  color: #3B3B3B;
  position: relative;
  padding: 0 0 0 20px;
  margin: 10px 0 0 0;
  line-height: normal
}

.intro-overview-list ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  background: #3B3B3B;
  position: absolute;
  left: 5px;
  border-radius: 10px;
  top: 7px;
}

.tip-block {
  background: linear-gradient(90deg, #EFF8FA 0%, rgba(239, 248, 250, 0) 100%);
  padding: 14px 15px;
  border-radius: 12px;
  border-left: 4px solid rgba(45, 129, 147, 1);
  font-size: 16px;
  color: #3B3B3B;
}

.est-spend {
  font-size: 18px;
  font-weight: 600;
  color: #3B3B3B;
  margin: 0 0 3px;
}

.est-price {
  font-size: 20px;
  font-weight: 800;
  color: #2D8193;
}

.accordion.result-overview-block .accordion-item.teal-background .accordion-header .accordion-button {
  background: #2D8193;
}

.teal-background .tip-block {
  border-left-color: #2D8193
}

.teal-background .est-price {
  border-left-color: #2D8193
}

.accordion.result-overview-block .accordion-item.sunsetCoral-background .accordion-header .accordion-button {
  background: #F68266;
}

.sunsetCoral-background .tip-block {
  border-left-color: #F68266;
  background: linear-gradient(90deg, #FFE7E2 0%, rgba(255, 231, 226, 0) 92.72%);
}

.sunsetCoral-background .est-price {
  color: #F68266
}

.accordion.result-overview-block .accordion-item.lavender-background .accordion-header .accordion-button {
  background: #AF82EE;
}

.lavender-background .tip-block {
  border-left-color: #AF82EE;
  background: linear-gradient(90deg, #F4EDFF 0%, rgba(244, 237, 255, 0) 100%);
}

.lavender-background .est-price {
  color: #AF82EE
}

.accordion.result-overview-block .accordion-item.sunsetOrange-background .accordion-header .accordion-button {
  background: #FFA953;
}

.sunsetOrange-background .tip-block {
  border-left-color: #FFA953;
  background: linear-gradient(90deg, #FFF3E6 0%, rgba(255, 243, 230, 0) 100%);
}

.sunsetOrange-background .est-price {
  color: #FFA953
}

.accordion.result-overview-block .accordion-item.skyBlue-background .accordion-header .accordion-button {
  background: #71A7F8;
}

.skyBlue-background .tip-block {
  border-left-color: #71A7F8;
  background: linear-gradient(90deg, #E9F2FF 0%, rgba(233, 242, 255, 0) 100%);
}

.skyBlue-background .est-price {
  color: #71A7F8
}





/* Responsive CSS Start */
@media (max-width: 1199px) {

  .header-section .navbar-brand img,
  .footer-logo img {
    width: 134px;
  }

  .header-section .navbar-nav {
    gap: 21px
  }

  .section-equal-padding {
    padding: 80px 0
  }

  .favorite-block {
    padding: 27px 20px
  }

  .search-wrapper {
    width: 97%;
  }

  .top-spacing300 {
    padding-top: 270px;
  }

  .top-spacing170 {
    padding-top: 150px;
  }
}

@media (max-width: 991px) {
  .slider-content h1 {
    font-size: 44px
  }

  .slider-content h2 {
    font-size: 20px;
    margin: 3px 0
  }

  .slider-content p,
  .img-top-head p,
  .section-top-heading p,
  .stat-caption p {
    font-size: 16px
  }

  .slider-content,
  .hero-search-form form .form-group {
    max-width: 100%
  }

  .slider-caption-section {
    top: 11%
  }

  .booking-form {
    max-width: 100%;
    margin: 23px 0
  }

  .booking-form ul.nav-pills li.nav-item .nav-link {
    height: 46px
  }

  .header-section .container {
    position: relative
  }

  .header-section .navbar-collapse {
    position: absolute;
    top: 69px;
    z-index: 999;
    background-color: var(--light-gray);
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 7px 13px 0 #f1e9e9
  }

  /* update*/
  .booking-form ul.nav-pills {
    padding: 5px
  }

  :root {
    --heading-h2: 34px
  }

  .rating-star {
    font-size: 14px
  }

  .special-card-box figure img {
    height: 300px;
    object-fit: cover
  }

  .package-deal-box figure img {
    height: 300px;
    object-fit: cover
  }

  .search-wrapper {
    flex-wrap: wrap;
    width: 96%;
  }

  .search-wrapper .search-item {
    flex: 0 0 calc(50% - 10px) !important;
  }

  .search-wrapper .search-item:nth-child(5) {
    flex: 0 0 100% !important;
  }

  .filter-resturante {
    padding: 20px;
  }

  .hotel-hero-sec {
    align-items: start;
  }

  .hotel_banner_sec {
    padding: 180px 0;
  }


  /* 10-12-2025 */
  .car_rentals_form .car_rentals_form_inner {
    width: 31.8%;
  }

  .car_rentals_form {
    justify-content: start;
    flex-wrap: wrap;
    gap: 15px;
  }


  /* location  austin responsive start here  */
  .hotel_img_text {
    margin-bottom: 30px;
  }


  .blog_sidebar {
    padding: 0 !important;
    margin-top: 40px;
  }

  /* restaurent listing page responsive start here  */
  .list_card {
    flex-wrap: wrap;
  }

  .list_card #carouselExampleIndicators {
    width: inherit;
    flex: inherit;
  }

  /* restaurent listing page responsive end here  */


}

@media (max-width: 767px) {


#wpcf7-f585-o1 .input_ p {
    flex-direction: column;
}


  .header-section .navbar-brand img,
  .footer-logo img {
    width: 145px;
  }

  .slider-shape {
    display: none
  }

  .slider-content h1 {
    font-size: 28px
  }

  .slider-caption-section {
    top: 0
  }

  .slider-content h2 {
    font-size: 16px;
    margin: 5px 0
  }

  .booking-form {
    margin-top: 10px;
    padding: 10px
  }

  input.submit-btn {
    height: auto;
    margin: 8px 0 0 0;
  }

  .header-section .navbar-nav {
    gap: 10px
  }

  :root {
    --heading-h2: 26px
  }

  .section-equal-padding {
    padding: 60px 0
  }

  .small-img1,
  .small-img2 {
    width: 126px;
    height: 46px
  }

  .favorite-block {
    padding: 15px
  }

  .perfect-img-section figure {
    height: 250px
  }

  .active .world-tour-figure {
    height: 350px
  }

  .world-tour-figure {
    height: 300px
  }

  .adventure-block {
    padding: 20px
  }

  .blog-card figure {
    height: 280px
  }

  .blog-link a {
    width: 42px;
    height: 42px;
    font-size: 15px
  }

  .adventure-block h2 {
    font-size: 30px
  }

  .blog-content h3 {
    font-size: 16px
  }

  .footer-content {
    margin-top: 15px
  }

  .footer-section {
    padding: 60px 0 0
  }

  .footer-logo-grid {
    padding: 0 0 25px
  }

  .subscribe-form form input[type="text"] {
    margin: 0 0 15px
  }

  .footer-details-block {
    padding: 25px 0
  }

  .footer-content p {
    font-size: 14px;
  }

  .slider-content p,
  .img-top-head p,
  .section-top-heading p,
  .stat-caption p,
  label.form-group-label {
    font-size: 14px;
  }

  .booking-form ul.nav-pills li.nav-item .nav-link {
    height: 36px;
    font-size: 14px;
  }

  .booking-form-group input {
    font-size: 13px;
  }

  .booking-form-group img.form-icon-left {
    width: 16px;
    height: 100%;
    top: 0;
  }

  .booking-form-group .form-group input.form-control,
  .booking-form-group .form-group select {
    padding-left: 40px;
  }

  .hotel-hero-sec {
    height: auto;
  }

  .search-wrapper {
    gap: 20px;
    position: static;
    transform: translate(0, 0);
    margin: 30px 0 0 0;
    width: 100%;
    padding: 15px;
  }

  .flight_page_tabs {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }


  .search-wrapper .search-item {
    flex: 0 0 calc(100%) !important;
  }

  .custom-input {
    flex-wrap: nowrap;
  }

  .owl-nav-both .owl-carousel .owl-nav .owl-prev,
  .owl-nav-both .owl-carousel .owl-nav .owl-next {
    bottom: -40px;
    position: absolute;
  }

  .owl-nav-both .owl-carousel .owl-nav .owl-prev {
    left: 45%;
    transform: translateX(-100%);
  }

  .owl-nav-both .owl-carousel .owl-nav .owl-next {
    right: 45%;
    transform: translateX(100%);
  }

  .company-logo-container {
    padding: 0 20px 20px 20px;
    border-radius: 24px;
  }

  .filter-resturante {
    padding: 20px;
  }

  .popular-slider .owl-carousel .owl-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    justify-content: center;
    align-items: start;
    width: 100%;
    transform: translatex(-50%);
  }

  .popular-slider {
    padding: 0 16px;
  }

  /* 10-12-2025 */
  .car_rentals_form .car_rentals_form_inner {
    width: 100%;
  }

  .car_rentals_form button {
    width: 100%;
    height: 50px;
  }

  .delivery_restaurant_header h2 {
    font-size: 25px;
    margin: 21px 0 10px;
  }





  /* Travel Preferences page css responsive */
  .traveling_type_section {
    gap: 10px;
    flex-direction: column
  }

  .getting_there_sec ul {
    flex-wrap: wrap
  }

  .getting_there_sec .nav-item {
    width: 50%
  }

  .getting_there_sec .nav-link {
    border-radius: 10px
  }

  .getting_there_tabs_content {
    border-radius: 24px
  }

  .getting_there_tabs_content h2 {
    font-size: 24px
  }

  .getting_there_tabs_content h6,
  .overview_text_sec h4 {
    font-size: 20px
  }

  .getting_there_tabs_content p,
  .tip_text,
  .handpicked_text,
  .listing_food li {
    font-size: 16px
  }

  .getting_there_tabs_content {
    padding: 15px
  }

  /* Travel Preferences page css responsive end */


  .hotel_img_text img {
    height: 240px
  }

  .discover_authentic_img {
    height: 334px;
    margin-bottom: 20px
  }

  section.discover_authentic_sec {
    padding-bottom: 60px
  }

  .choose_my_siffiVacation h2 {
    font-size: 24px
  }

  .adventure_form {
    margin-top: 30px
  }

  .input_ {
    flex-wrap: wrap
  }

  .adventure_sec {
    padding: 15px !important
  }

  .faq_left h2 {
    font-size: 26px;
    margin-bottom: 8px
  }

  .faq_left {
    margin-bottom: 20px
  }



  .sidebar {
    position: relative;
    top: auto
  }

  .col-md-8,
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .blogs_detail_heading {
    font-size: 28px !important;
  }

  .blog_left img {
    height: 300px;
    border-radius: 10px;
  }

  .blog_left h2 {
    font-size: 26px;
  }

  .blog_left h3 {
    font-size: 20px;
  }

  .blog_left h4 {
    font-size: 16px;
  }

  .sports_tickets_popup_text {
    margin-bottom: 25px;
  }

  .popup_search {
    margin-top: 20px;
  }

  .sports_tickets_popup .modal-body {
    padding: 20px;
  }

  .vacation-plan-box {
    height: auto;
    padding: 41px 30px;
  }

  .vacation-plan-content h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .planTravelmodal .modal-content {
    padding: 12px;
  }

  .travel-heading h2 {
    font-size: 28px;
  }

  .result-hero-section {
    padding: 61px 0;
  }

  .result-hero-content h1 {
    font-size: 28px;
  }

  .result-hero-content p {
    font-size: 16px;
  }

  .accordion.result-overview-block .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 14px 25px;
  }
}

/* Responsive CSS end */


/* .navbar .navbar-nav li a{color:#000!important} */
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li.current-menu-item a,
{color:#ff8c1b !important}
.custom-logo-link{margin-right:40px}
#navbarSupportedContent ul#menu-header_menu .nav-item{margin-right:10px!important}
.wpcf7-response-output {
  border-color: #ff0000;  /* Red border */
  color: #ff0000;  /* Red text */
}
.dropdown-menu {
    --bs-dropdown-link-active-bg: #ffffff;;
   
}
.flight_image {
    height: 419px;
}

.cruise_package {
    height: 567px;
}

.flight_image figure img, .cruise_package figure img{height:100%;object-fit:cover;}
.perfect-img-section {
    position: relative;
}

.info-section {
  padding: 60px 5%;
}

.info-section .info-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.info-section .info-card {
    flex: 1;
    background: #f5f5f5;
    padding: 30px 20px;
    transition: all 0.4s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
}

/* Hover Pink Effect */
.info-section .info-card:hover {
  background: #fe9ee7;
  color: #111;
}

.info-section .card-header {
  display: flex;
  align-items: center;
  gap: 15px;

}

.info-section .icon {
  font-size: 26px;
}

.info-section .info-card h3 {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0;
}

.info-section .info-card p {
  font-size: 18px;
  line-height: 1.6;
}

.info-section .divider {
  height: 1px;
  background: #333;
  transition: background 0.3s ease;
}

.info-section .read-more {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 3px;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-section .arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.info-section .info-card:hover .arrow {
  transform: translateX(8px);
}

/* Tablet */
@media (max-width: 992px) {
  .info-section .info-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .info-section .info-container {
    grid-template-columns: 1fr;
  }
}

/* Base Card Style */
.info-card {
    padding: 40px;
    border-radius: 8px;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

/* ===== CARD 1 ===== */
.info-card:nth-child(1) {
    background: #FDF2F8;
    border-color: #F9A8D4;
}
.info-card:nth-child(1):hover {
    background: #FDF2F8;
    border-color: #F472B6;
    //color: #fff;
}

/* ===== CARD 2 ===== */
.info-card:nth-child(2) {
    background: #EFF6FF;
    border-color: #93C5FD;
}
.info-card:nth-child(2):hover {
    background: #EFF6FF;
    border-color: #3B82F6;
   // color: #fff;
}

/* ===== CARD 3 ===== */
.info-card:nth-child(3) {
    background: #ECFDF5;
    border-color: #6EE7B7;
}
.info-card:nth-child(3):hover {
    background: #ECFDF5;
    border-color: #10B981;
   // color: #fff;
}

/* ===== CARD 4 ===== */
.info-card:nth-child(4) {
    background: #FFF7ED;
    border-color: #FDBA74;
}
.info-card:nth-child(4):hover {
    background: #FFF7ED;
    border-color: #F97316;
    //color: #fff;
}

/* ===== CARD 5 ===== */
.info-card:nth-child(5) {
    background: #F5F3FF;
    border-color: #C4B5FD;
}
.info-card:nth-child(5):hover {
    background: #F5F3FF;
    border-color: #8B5CF6;
    //color: #fff;
}

/* ===== CARD 6 ===== */
.info-card:nth-child(6) {
    background: #FEF2F2;
    border-color: #FCA5A5;
}
.info-card:nth-child(6):hover {
    background: #FEF2F2;
    border-color: #EF4444;
   // color: #fff;
}

/* ===== CARD 7 ===== */
.info-card:nth-child(7) {
    background: #F0F9FF;
    border-color: #7DD3FC;
}
.info-card:nth-child(7):hover {
    background: #F0F9FF;
    border-color: #0EA5E9;
  //  color: #fff;
}

/* ===== CARD 8 ===== */
.info-card:nth-child(8) {
    background: #F7FEE7;
    border-color: #BEF264;
}
.info-card:nth-child(8):hover {
    background: #F7FEE7;
    border-color: #84CC16;
   // color: #fff;
}

/* ===== CARD 9 ===== */
.info-card:nth-child(9) {
    background: #FAF5FF;
    border-color: #E9D5FF;
}
.info-card:nth-child(9):hover {
    background: #FAF5FF;
    border-color: #A855F7;
  //  color: #fff;
}

/* Smooth hover animation */
.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
//.info-section .info-card:hover h3 { color: #fff;}
//.info-section .info-card:hover .divider {background:#fff;}

.travel-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.popup-content{
    background:#fff;
    padding:40px;
    border-radius:10px;
    text-align:center;
    max-width:500px;
    width:90%;
}

.popup-content h2{
    margin-bottom:10px;
}

.travel-options{
    margin-top:20px;
}

.travel-btn{
    display:block;
    width:100%;
    margin:10px 0;
    padding:14px;
    border:none;
    background:#000;
    color:#fff;
    font-size:16px;
    cursor:pointer;
    border-radius:6px;
}

.travel-btn:hover{
    background:#444;
}