.menu-main-menu-container{
	margin:auto !important;
}
#content .container {
    max-width: 1200px;
}
.row.footer-sidebar.footer-typo aside {
    display: none;
}

.site-info {
    background-color: #98792d;
    display: none;
}
 .nav-button__prev,
.nav-button__next{
	background-color:#98792d !important;
}
.wp-block-jetpack-contact-form{
	justify-content:center !important;
	margin: auto !important;
}
.responsive-section{
		 display:none;
	}

.bottom-test{
		display:none;
	}
h2.heading-22{
	font-size:24px !important;
}
body:not(.woocommerce-page) .entry-content h2:not(.section-title){
	font-size:24px !important;
}
@media screen and (max-width: 768px){
	
	.wp-block-columns.left-image-block{
		    flex-direction: column-reverse;
	}
iframe.date-frame{
height:100vh !important;
width:100% !important;
	}
	.responsive-section{
		 display:block !important;
	}
	
	.capibilities-section{
		display:none !important;
	}
	
	.bottom-test{
		display:block !important;
	}
	.testimonial-desk{
		display:none;
	}

}
section.page-title-section{
    display: none;
}


@media screen and (max-width: 992px){
	iframe.booking-calender-section{
		max-width:100% !important;
	}
}
/* SARINTEL Contact Page Map Styling */
.sarintel-map-section {
  background-color: #1e1e1e; /* Dark grey background */
  color: #ffffff;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
}

.sarintel-map-section h2 {
  color: #d4af37; /* Gold heading */
  font-size: 1.8em;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.map-details {
  margin-top: 20px;
  font-size: 1.1em;
}

.sarintel-btn-map {
  display: inline-block;
  background-color: #d4af37; /* Gold */
  color: #1e1e1e; /* Dark text */
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin-top: 10px;
}

.sarintel-btn-map:hover {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 12px rgba(212,175,55,0.7);
}

/* Optional: make the button float at the bottom on mobile */
@media (max-width: 768px) {
  .sarintel-btn-map {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 80%;
    text-align: center;
  }
}
/* === Mobile-Only Floating "Get Directions" Button === */
@media (max-width: 768px) {
  .sarintel-btn-map {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 80%;
    text-align: center;
    font-size: 1.1em;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
  }
}

/* Optional: extra space at page bottom so content isn't hidden behind the button */
@media (max-width: 768px) {
  body {
    padding-bottom: 90px;
  }
}


/* In case the Jetpack form has its own inner wrapper */
.wp-block-jetpack-contact-form form {
  margin-bottom: 0; /* keep tidy spacing inside the form */
}

/* --- Map section: inherit your site typography --- */
.sarintel-map-section,
.sarintel-map-section * {
  font-family: inherit;       /* use theme font */
  color: inherit;             /* inherit text colour by default */
  line-height: 1.5;
}

/* Map section container to match Busicare Dark look */
.sarintel-map-section {
  background-color: #1e1e1e;  /* dark grey */
  color: #ffffff;             /* base text white */
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
}

/* Heading styled to your gold, but keep theme font */
.sarintel-map-heading {
  color: #d4af37;             /* SARINTEL gold */
  font-weight: 700;           /* stronger heading weight, inherits theme font */
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  letter-spacing: 0.5px;
  margin: 0 0 20px 0;
}

/* Map iframe styling */
.sarintel-map-section .map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

/* Details area under the map */
.sarintel-map-section .map-details {
  margin-top: 20px;
  font-size: 1.05rem;         /* slightly larger, but inherits theme font */
}

.sarintel-map-section .map-details a {
  color: #d4af37;             /* gold links */
  text-decoration: none;
}

.sarintel-map-section .map-details a:hover {
  text-decoration: underline;
}

/* Get Directions button (matches your palette) */
.sarintel-btn-map {
  display: inline-block;
  background-color: #d4af37;  /* gold */
  color: #1e1e1e;             /* dark text */
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin-top: 12px;
}

.sarintel-btn-map:hover {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 12px rgba(212,175,55,0.7);
}

/* Mobile-only floating version remains the same; keeping here for completeness */
@media (max-width: 768px) {
  .sarintel-btn-map {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 80%;
    text-align: center;
    font-size: 1.1em;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
  }

  /* Ensure page content isn't hidden behind the floating button */
  body {
    padding-bottom: 90px;
  }
}
/* Force white text on the Get Directions button */
.sarintel-btn-map { 
  color: #ffffff !important; 
}
.sarintel-btn-map:hover { 
  color: #000000 !important;  /* keep your hover contrast */
}
