	
	body
		{
			background:#551925 !important;
		
		}


.theme-bg{
  background-color: #4F1C25 !important;
}


.theme-color
{
  color: #4F1C25 !important;;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img, video {
    max-width: 100%;
    height: auto;
}
 .responsive-square {
    width: 100%; /* Full width of parent container */
    padding-top: 60%; /* Aspect ratio for a square */
    position: relative;
    overflow: hidden;

}
.responsive-square img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the square without distortion */
    border-radius: 10px;
}


		
		#full
		{

					transition: all 1s;
			display:table-cell;vertical-align: middle;margin:0 auto;text-align: center;
				opacity: 1;
		}


		#img
		{
			border-radius: 1000px;text-align: center;width: 200px;
		}



p{
	font-family: 'Poppins', sans-serif;
			font-size: 14px;
	
			color: #6D6D6D;
}


h5
{

	padding-top: 50px;
	font-family: 'Playfair Display', serif;
}

header
{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

#underline
{
	width: 25px;
	background-color: black;
	margin:0 auto;
	height: 1.5px;
	margin-bottom: 30px;
}

		b
		{
			font-weight: normal;
		}

		.full-body-optimize-header
{
max-width: 1300px !important;
margin: 0 auto;
  background-color: transparent !important;
}
.full-body-optimize
{
  max-width: 1250px !important;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.sansation-light {
  font-family: "Sansation", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sansation-regular {
  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sansation-bold {
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  font-style: normal;
}



.stack-sans-text-regular {
  font-family: "Stack Sans Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.title01
{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 34px;
  color:white !important ;
}




.title02
{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 24px;
}

#herosection1
{
  margin-top: 90px;
}

.whatsapp-pulse
{
  position:fixed;
  bottom: 60px;
  right:20px;
  width: 60px;
  height: 60px;
  background-color:#25D366;
  border-radius: 10000px;
  transform: scale(1);
  opacity: 0;
  animation-name: whatsapppulse;

  opacity: 0;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes whatsapppulse {
  0% {
     transform: scale(1);
     opacity: 1;
  }
  
  100% {
   transform: scale(1.4);
     opacity: 0;

  }
}

.title03
{
	    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 18px;
}


input,textarea
{
  background: rgba(255,255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.content1
{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-style: normal;
}

.content3
{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 18px;
  color: #EBEBEB !important;
}

.gallery-main {
  position: relative;
}

.gallery-main img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 28px;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
}

.gallery-arrow.left { left: 15px; }
.gallery-arrow.right { right: 15px; }

.gallery-arrow:hover {
  background: rgba(0,0,0,0.85);
}

.gallery-thumbs-wrapper {
  position: relative;
}

.gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 40px;
}

.gallery-thumbs::-webkit-scrollbar {
  display: none;
}

.gallery-thumbs img {
  width: 110px;
  height: 75px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 6px;
  opacity: 0.6;
  transition: 0.3s;
  border: 2px solid transparent;
}

.gallery-thumbs img.active,
.gallery-thumbs img:hover {
  opacity: 1;
  border-color: #0d6efd;
}

.thumb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 22px;
  padding: 6px 10px;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  border-radius: 50%;
}

.thumb-arrow.left { left: 0; }
.thumb-arrow.right { right: 0; }


.fade-image {
  transition: opacity 0.6s ease, transform 0.6s ease;
  opacity: 1;
}

.fade-out {
  opacity: 0;
  transform: scale(1.02);
}


.content4
{
	  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 16px;
	color: #6B6B6B !important;
}

input,textarea
{
	  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-variation-settings:
    "wdth" 100;
  font-style: normal !important;
  font-size: 16px !important;

}
.opacity-75
{
	opacity: 0.75 !important;
}

.margin-top-30
{
  margin-top: 30px !important;
}

.badge1
{
	 font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-variation-settings:
    "wdth" 100;
  font-size: 16px;
	color: #551925 !important;
}
.white
{
	color: white !important;
}

.off-white
{
  color: rgba(255,255,255,0.7) !important;
}

.black
{
	color: black !important;
}

.btn-theme-button01
{
  background-color: #551925 !important;
  color: white !important;
}


.btn-theme-button02
{
  background-color: rgba(255,255,255,1) !important;
  color: #4F1C25 !important;
}
.whatsapp-btn {
  background-color: #198754 !important; /* WhatsApp green */
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease;
}

.text-theme
{
  color: #551925 !important;
}

.whatsapp-btn:hover {
  background-color: #1ebe5d !important;
  color: #fff !important;
}

/* Mobile spacing */
@media (max-width: 991px) {
  .whatsapp-btn {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}

.nav-link
{
	   font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: white !important;
  font-variation-settings:
    "wdth" 100;
  font-style: normal;
}

.sansation-light-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.sansation-regular-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.sansation-bold-italic {
  font-family: "Sansation", sans-serif;
  font-weight: 700;
  font-style: italic;
}



.amenities-section {
  background: #551925;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  color: white;
}
.zoom-section {
  overflow: hidden;
  width: 100%;
}

.zoom-section img {
  width: 100%;
  height: auto;
  transform: scale(1);
  animation: slowZoom 20s ease-in-out infinite alternate;
}

/* Smooth zoom animation */
@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

.section-subtitle {
  color: #6c757d;
  margin-top: 10px;
}

.location-section {
  background: #551925;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.location-card {
  background: #f8f9fa;
  padding: 20px 24px;
  border-radius: 14px;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.location-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
  background: #ffffff;
}

.location-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(85, 25, 37,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  font-size: 24px;
  color: rgba(85, 25, 37, 1.0);
  transition: 0.3s ease;
}

.location-card:hover .location-icon {
  background: #551925;
  color: #ffffff;
}

.location-content h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
}

.location-content span {
  font-size: 14px;
  color: #6c757d;
}

.amenity-card {
  position: relative;
background: rgba(255,255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  padding: 40px 30px;
  border-radius: 14px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  overflow: hidden;
}

.contact-item {
background: rgba(255,255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  padding: 18px 20px;
  border-radius: 14px;
  transition: 0.3s ease;
  position: relative;
}

.contact-item i {
  color: white;
  margin-bottom: 8px;
  display: inline-block;
}

.contact-item.primary {
  border-left: 4px solid #551925;
}

.contact-item.secondary {
  border-left: 4px solid rgba(0,0,0,0.2);
}

.contact-item:hover {
background: rgba(255,255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.contact-label {
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: white;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0)
  );
}

.contact-name {
  font-size: 16px;
  font-weight: 600;
  margin: 4px 0;
  color: white;
}

.contact-info {
  font-size: 14px;
  color: rgba(255,255,255, 0.6);
}


.contact-form
{
  background: rgba(255,255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.form-label
{
  color: white !important;
}

.amenity-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}


.amenity-card img
{
  position: absolute;
  top: 10px;
  right: 10px;
}

.amenity-number {
 
  font-size: 60px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  transition: 0.35s ease;
}

.amenity-card:hover .amenity-number {
  color: rgba(0,123,255,0.15); /* theme accent */
}

.amenity-card h5 {

  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: rgba(255,255, 255, 0.9) !important;
  font-variation-settings:
    "wdth" 100;
  font-style: normal;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}

.amenity-card p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: white !important;
  font-variation-settings:
    "wdth" 100;
  font-style: normal;
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
}



@media(max-width: 992px)
{
  .full-body-optimize
{
  max-width: 100% !important;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.title01
{

  font-size: 24px;
}




.title02
{
	 
  font-size: 20px;
}

}