@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,500;9..40,600;9..40,700&family=Inter:wght@300;500;600&display=swap');

.hotel_style_1 {
	padding: 0 15px;
}
.single-vt_hotels .accordion-body .container{
	margin: 0;
    max-width: 100%;
}
.rating {
  display: flex;
}
/* Hotel Feature */
.single-vt_hotels .offer-title-section {
  padding: 20px 0;
  background-color: var(--tt-bg-white);
}
.single-vt_hotels .offer-title-section .hotel-name-details .hotel-name h1 {
  font-size: var(--tt-font-size-medium-title);
  padding-bottom: 0;
  margin: 0;
}
.single-vt_hotels .offer-title-section .hotel-name-details .hotel-name {
  margin-bottom: 5px;
}
.single-vt_hotels .hotel-tripadvisor .rating .circle {
  margin-right: 3px;
}
.single-vt_hotels .hotel-tripadvisor .fab {
  margin-right: 7px;
  font-size: var(--tt-font-size-paragraph);
}
.single-vt_hotels .hotel-loaction .detail-box {
  background-color: transparent !important;
}
.single-vt_hotels .hotel-loaction .detail-box {
  font-size: var(--tt-font-size-paragraph );
  font-weight: 400 !important;
  color: var(--tt-text-black );
  padding: 0 !important;
  display: flex;
  align-items: center;
  margin-right: 0 !important;
}
.single-vt_hotels .hotel-loaction .detail-box i {
  font-size: var(--tt-font-size-medium-title) !important;
  margin-right: 5px;
  color: var(--tt-text-black );
}
.single-vt_hotels .show-map-link a {
  font-size: var(--tt-font-size-small-paragraph);
  font-weight: 400;
  color: var(--tt-text-primary);
  border-bottom: 1px solid;
}
.single-vt_hotels .show-map-link a:hover {
  color: var(--tt-black );
}
.single-vt_hotels #single-offer_new_style .offer-title-section h1 {
    line-height: 34px;
}
.single-vt_hotels .offer-title-section .hotel-features {
    margin: 20px 0;
}
.single-vt_hotels .hotel-features .features-wrapper {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}
.single-vt_hotels .features-wrapper .featues-name {
    font-size: var(--tt-font-size-small-paragraph);
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-color: var(--tt-text-black );
    color: var(--tt-text-white);
    padding: 3px 15px;
    border-radius: 100px;
    text-align: center;
    margin-right: 15px;
}
.single-vt_hotels .offer-title-section {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: none;
}
.single-vt_hotels .hotel-enquiry .hotel-enquiry-link {
  background-color: var(--tt-bg-btn-secondary);
  color: var(--tt-text-white);
  text-align: center;
  font-size: var(--tt-font-size-small-paragraph);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 12px 10px;
  border-radius: 4px;
  display: table;
  min-width: 170px;
  min-height: 40px;
}
.single-vt_hotels .features-wrapper .featues-name:last-child {
  margin-right: 0;
}
.single-vt_hotels .offer-title-section .hotel-details > div {
  margin-right: 20px;
  margin-bottom: 0;
}
.single-vt_hotels .hotel-details .hotel-loaction .building {
  margin-right: 7px;
}
.single-vt_hotels .offer-title-section .hotel-details {
  display: flex;
  line-height: 25.6px;
}
.single-vt_hotels .offer-title-section .hotel-details img.location {
    width: 18px;
    margin-right: 7px;
}
.single-vt_hotels .amenities-list ul.rlr-product-card__icon-text-list {
	padding: 0;
	justify-content: flex-start;
    flex-wrap: wrap;
}
.single-vt_hotels .hotel_style_1 .amenities-list ul li {
    width: calc(33.33% - 15px);
    margin-bottom: 20px;
}
.single-vt_hotels div#show-map {
    margin-bottom: 100px;
	  line-height: 0;
}
.map-content .hotel-map-title {
    margin-bottom: 20px;
}
.single-vt_hotels .main-editor-content {
    font-weight: 400;
}
.single-vt_hotels div#show-map iframe {
	border:none;
}
#single-offer_new_style.hotel_style_1 .highlight-wrapper {
	margin-bottom: 0;
}
.single-vt_hotels .hotel_style_1 .special-offer-banner,
.single-vt_hotels .hotel_style_1 .main-editor-content,
.single-vt_hotels .hotel_style_1 .amenities-list,
.single-vt_hotels .hotel_style_1#single-offer_new_style .common_content,
.single-vt_hotels .data-form-container {
    margin: 0 0 20px 0;
}
.single-offer_style_4.hotel_style_1 .all-image-btn {
	background-color:var(--tt-bg-secondary);
}
.single-vt_hotels #single-offer_new_style .accordion h2 {
	line-height: 30px
}
.single-vt_hotels .script-container {
	padding: 16px;
	border-radius: 8px;
}
.single-vt_hotels .hotel_style_1 .amenities-list ul li {
	display:flex;
}
.single-vt_hotels .hotel_style_1 .amenities-list ul li i{
	margin-top: 3px;
}

/* Hotel offer style */
.hotel-offer-container {
  width: 100vw; /* Full width of viewport */
  margin-left: calc(-50vw + 50%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.hotel-offer-container .offer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto 30px;
  padding: 60px 15px;
}
.hotel-offer-slider .slide-content .btn {
    background-color: var(--tt-bg-btn-primary);
    font-weight: 500;
    display: table;
    margin: 15px auto 0;
    padding: 9px 25px;
    border-radius: 6px;
    color: var(--tt-text-white);
}
.hotel-offer-slider .slide-content .btn:hover {
    background-color: var(--tt-bg-btn-primary-hover);
}
.hotel-offer-container .offer-wrapper .left-section {
    background-color: transparent;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
     width: 55%;
}
.hotel-offer-container .swiper-navigation-button {
    background-color: var(--tt-bg-primary) !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50px !important;
    left: -5px !important;
}
.hotel-offer-container .swiper-navigation-button:hover {
    opacity: 0.8;
}
.hotel-offer-container .swiper-navigation-button i:before {
    content: "";
    background-image: url(../../../images/arrow-button.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    background-size: auto 36px;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) scaleX(-1);
    right: 0;
    margin: 0 auto;
    background-position: 11px -18px;
    font-size: 24px;
}
.hotel-offer-container .swiper-navigation-button.swiper-button-next i:before {
    transform: translateY(-50%) scaleX(1);
    left: 1px;
}
.hotel-offer-container .swiper-navigation-button.swiper-button-next {
    right: -5px !important;
    left: auto !important;
}
.hotel-offer-container .offer-wrapper .left-section .hotel-offer-slider {
    background: var(--tt-bg-white);
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
.hotel-offer-container .offer-header {
    background: var(--tt-bg-primary);
    color: var(--tt-text-white);
    font-weight: 600;
    text-align: center;
    padding: 1rem;
    border-radius: 6px 6px 0 0;
    font-size: calc(var(--tt-font-size-medium-title) - 0.3rem);
}
.hotel-offer-container .offer-price {
    font-size: var(--tt-font-size-medium-title);
    font-weight: 500;
    margin-top: 0;
}
.hotel-offer-container .offer-title {
    font-size: var(--tt-font-size-medium-title);
    font-weight: 400;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.hotel-offer-container .offer-description {
    font-size: var(--tt-font-size-paragraph);
    color: var(--tt-text-black);
    margin-top: 5px;
}
.hotel-offer-container .slide-content .details {
    padding: 1.8rem 2rem 2rem;
}
.hotel-offer-container .details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hotel-offer-container .details ul li {
    display: flex;
    align-items: center;
    font-size: var(--tt-font-size-paragraph);
    margin-bottom: 5px;
}
.hotel-offer-container .details ul li img {
  margin-right: 8px;
  max-width: 16px;
  height: auto;
}
.hotel-offer-container .offer-wrapper .right-section {
    padding-left: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 45%;
}
.hotel-offer-container .offer-wrapper .right-section h2 {
    font-size: var(--tt-font-size-sub-title);
}
.hotel-offer-container .offer-wrapper .right-section p:empty {
    display: none;
}
.hotel-offer-container .right-section p {
  font-size: var(--tt-font-size-paragraph);
  color: var(--tt-text-black);
  margin-top: 10px;
}
.hotel-offer-container .offer-contact {
    display: flex;
    flex-wrap: wrap;
}
.hotel-offer-container .offer-contact .offer-contact-icon-wrapper {
    margin-right: 15px;
    background-color: var(--tt-bg-primary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotel-offer-container .offer-contact-data-wrapper {
    display: flex;
    flex-direction: column;
}
.hotel-offer-container .offer-contact-icon-wrapper svg {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}
.hotel-offer-container .offer-contact-icon-wrapper svg path {
    fill: var(--tt-text-white);
    stroke: var(--tt-text-white);
}
.hotel-offer-container .offer-contact-data-wrapper span,
.hotel-offer-container .offer-contact-data-wrapper a {
    font-weight: normal;
    font-size: var(--tt-font-size-paragraph);
    text-decoration: none;
} 
.hotel-offer-container .offer-contact-data-wrapper {
    display: flex;
    flex-direction: column;
}
.hotel-offer-container .offer-contact-data-wrapper span:first-child {
    text-transform: uppercase;
}
.hotel-offer-container .offer-contact-data-wrapper .offer-number {
    font-weight: 500;
    font-size: calc(var(--tt-font-size-medium-title) - 0.25rem);
    letter-spacing: 0.7px;
    color: var(--tt-text-black);
}
.hotel-offer-container .offer-contact-data-wrapper .offer-number:hover {
    color: var(--tt-text-primary);
}


@media (min-width:768px){
  .single-vt_hotels .data-form-container {
	display: flex;
  }
  .single-vt_hotels .data-container {
	width: calc(100% - 430px);
  }
  .single-vt_hotels .script-container {
	width: 380px;
	margin-left: 50px;
  }
  .single-vt_hotels .offer-title-section .hotel-name-details {
    width: calc(100% - 15%);
  }
  .single-vt_hotels .offer-title-section .hotel-features {
    width: 30%;
    display: flex;
    justify-content: center;
  }
  .single-vt_hotels .offer-title-section .hotel-enquiry {
      width: 15%;
      display: flex;
      justify-content: flex-end;
  }
  .single-vt_hotels .offer-title-section {
    display: flex;
  }
}

@media (max-width:1200px){
  .single-vt_hotels .hotel-enquiry .hotel-enquiry-link {
      min-width: 140px;
      min-height: 40px;
  }
  .single-vt_hotels .hotel-loaction .detail-box{
      padding: 0px !important;
      margin-top: 0 !important;
  }
  .single-vt_hotels .hotel-details .hotel-stars, 
  .single-vt_hotels.hotel-details .detail-box, 
  .single-vt_hotels .hotel-details .hotel-loaction, 
  .single-vt_hotels .hotel-details .hotel-tripadvisor {
    margin-bottom: 11px;
  }   
}

@media (max-width:1024px){
    .single-vt_hotels .hotel-features .features-wrapper {
        flex-direction: column;
        grid-row-gap: 5px;
    }
    .single-vt_hotels .offer-title-section .hotel-features {
      margin: 0;
    }
    .single-vt_hotels .hotel_style_1{
      padding: 0 20px;
    }
    .single-vt_hotels .hotel_style_1 .special-offer-ast-container {
		 padding: 0;
	}
	.hotel-offer-container .offer-wrapper .right-section {
        padding-left: 0;
    }
}

@media (max-width:767px){
  .single-vt_hotels #single-offer_new_style .offer-title-section h1{
    font-size: var(--tt-font-size-paragraph) !important;
    line-height: 28px;
  }
	.single-vt_hotels .offer-title-section {
      margin-top: 0;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .single-vt_hotels .hotel_style_1 .offer-title-section .hotel-name-details {
      margin-bottom: 15px;
    }
    .single-vt_hotels .hotel_style_1 .offer-title-section .hotel-enquiry{
      display: none;
    }
    .single-vt_hotels .offer-title-section .hotel-details > div {
      margin-right: 5px;
      margin-bottom: 5px;
    }
	#single-offer_new_style.hotel_style_1 .highlight-wrapper {
		margin-top: 10px;
	}
	.hotel_style_1 .offer-title-section {
		margin-bottom:0;
	}
	.single-vt_hotels #single-offer_new_style .hotel-loaction {
		margin-bottom: 5px;
	}
	.single-vt_hotels .script-container {
		padding: 0;
	}
	.hotel-offer-container .offer-wrapper {
        flex-direction: column;
    }
    .hotel-offer-container .offer-wrapper .left-section, 
    .hotel-offer-container .offer-wrapper .right-section {
        width: 100%;
    }
    .hotel-offer-container .offer-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hotel-offer-container .right-section p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hotel-offer-container .offer-contact {
        margin-top: 15px;
    }
    .hotel-offer-container .slide-content .details {
        padding: 1rem 1.5rem 1.5rem;
    }
}
@media (max-width:576px){
	.single-vt_hotels .hotel_style_1 .amenities-list ul li {
		width: calc(50% - 15px);
	}
}