/*------------------------------------------------------------------
    File Name: responsive.css
-------------------------------------------------------------------*/

/* ================= MOBILE NAVBAR COMPLETE ================= */

/* ================= RESPONSIVE TOP BAR ================= */

@media (max-width: 991px) {

	.custom-top-left,
	.custom-top-right {
	  flex-direction: column;
	  align-items: center;
	  text-align: center;
	  gap: 10px;
	}
  
	.custom-top-right > * {
	  margin-left: 0;
	}
  
	.social-icons {
	  margin-top: 5px;
	}
  
	.make-appointment-wrapper {
	  width: 100%;
	  justify-content: center;
	  padding: 10px 0;
	}
	.d-flex {
		display: flex !important;
	  }
  
  }
  
  
  /* Extra Small Devices */
  
  @media (max-width: 576px) {
  
	.top-bar {
	  font-size: 13px;
	}
  
	.custom-top-left {
	  padding: 10px 0;
	}
  
	.top-left .contact-item {
	  flex-direction: column;
	  gap: 4px;
	}
  
	.make-appointment-wrapper {
	  width: 100%;
	  padding: 12px 0;
	}
  
	.make-appointment-wrapper a {
	  font-size: 13px;
	}
  
  }
  

/* ========== MOBILE NAV STYLE ========== */

@media (max-width: 991.98px) {

	/* stack nav items */
	.navbar-nav {
	  flex-direction: column;
	}
  
	.navbar-nav .nav-link {
	  padding: 18px 20px;
	  border-top: 1px solid #ddd;
	  width: 100%;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
  
	/* search icon */
	.mobile-search {
	  position: absolute;
	  right: 65px; /* search sits left of hamburger */
	  top: 50%;
	  transform: translateY(-50%);
	  font-size: 20px;
	  z-index: 10000;
	}
  
	/* hamburger menu button (after search icon) */
	.mobile-open {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		background: #fff;
		color: #000;
		border: 2px solid #000;
		width: 40px;
		height: 40px;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 999; /* lower than the menu overlay */
	  }

	   /* search icon */
	.mobile-search {
		position: absolute;
		right: 65px; /* search sits left of hamburger */
		top: 50%;
		transform: translateY(-50%);
		font-size: 20px;
		z-index: 999; /* below menu overlay */
	}
  
	 /* full menu overlay */
	 .mobile-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #f5f5f5;
		padding-top: 120px;
		z-index: 1000; /* higher than hamburger */
		overflow-y: auto;
	  }
  
	/* close button inside menu */
	.mobile-close {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	  background: #fff;
	  color: #000;
	  border: 2px solid #000;
	  width: 40px;
	  height: 40px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 18px;
	  cursor: pointer;
	}
  
	/* remove bootstrap dropdown arrow */
	.dropdown-toggle::after {
	  display: none;
	}
  
	/* dropdown open + */
	.dropdown-toggle::before {
	  content: "+";
	  margin-left: auto;
	}
  
	.dropdown-menu {
	  position: static !important;
	  width: 100%;
	  box-shadow: none;
	  background: #eee;
	}
  
	.dropdown-item {
	  padding-left: 20px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
  
  }

  /* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
	.hero5 {
		height: 40vh;
	  }

	.slide1 h1 {
	  font-size: 38px;
	}
  
	.slide1 h4 {
	  font-size: 20px;
	}
  
	.slide1 .p {
	  font-size: 14px;
	}
	.slide1 .p img {
		width: 650px;
		padding: 30px 10px;
	  }
  
	.nav-buttons {
	  left: 15px;
	}
  
	.slide-indicator {
	  right: 20px;
	}
  }
  
  @media (max-width: 768px) {
  
	.slider-container {
	  padding: 0 5%;
	}
  
	.slide1 h1 {
	  font-size: 28px;
	}
  
	.nav-buttons {
	  display: none; /* Hide arrows on small screens */
	}
  
	.slide-indicator {
	  right: 15px;
	}
  }
  
  @media (max-width: 480px) {

	.hero5{
		height: 60vh;
	}
  
	.slide1 h1 {
	  font-size: 22px;
	}
  
	.slide1 .p {
	  font-size: 12px;
	  width: 100%;
	}
	.slide1 .p img {
		width: 320px;
		padding: 20px 10px;
	  }
	.slide1 .span2{
		font-size: 22px;
	}
  
	.btn-contact {
	  padding: 10px 20px;
	  font-size: 14px;
	}
  
  }
  
  


  /* <!----------------- body -------------------> */

  @media (max-width: 991px) {

	.container {
	  flex-direction: column;
	  text-align: center;
	}
  
	.hero-content,
	.hero-image {
	  width: 100%;
	}
  
	.hero-content {
	  margin-bottom: 40px;
	}
  
	.bg-number {
	  font-size: 120px;
	  top: -40px;
	  left: 50%;
	  transform: translateX(-50%);
	}
  
	.hero-content p {
	  margin: auto;
	}
  
	.hero-image {
	  justify-content: center;
	}
  
	.circle {
	  width: 300px;
	  height: 300px;
	}
	.ring1 {
		width: 349px;
		height: 349px;
		top: -25px;
		left: 157px;
	  }
	.underline1{
		left: 150px;
		width: 150px;
	}
	.shape-orange-top, .shape-orange-bottom{
		right: 60px;
		width: 170px;
		height: 50px;
	}
	.shape-black{
		left: 100px;
	}
	.shape-blue{
		right: 100px;
		bottom: -7px;
		width: 90px;
	    height: 90px;
	}
  
  }

  @media (max-width: 751px) {
	.underline1{
		left: 70px;
		width: 150px;
	}
	.shape-orange-top, .shape-orange-bottom{
		right: -20px;
		width: 170px;
		height: 50px;
	}
	.shape-blue{
		right: 20px;
		width: 80px;
	    height: 80px;
	}
	.shape-black{
		left: 10px;
	}
	.ring1 {
		width: 320px;
		height: 320px;
		top: -20px;
		left: -1px;
	  }
  }
  

  /* Media Query for Responsive Design */
@media (max-width: 900px) {
  .content-image-container {
      flex-direction: column;
      align-items: flex-start;
  }
  
  .popup-content {
    width: 90%;
    padding: 20px;
    font-size: 14px;
}

.container1{
  top: 10px;
}

.close-btn {
    font-size: 20px;
    top: 5px;
    right: 5px;
}

.profile-popup {
    align-items: flex-start; /* Adjust alignment for smaller screens */
    padding-top: 20px;
}
.section1 h3{
  font-size: 17px;
  height: auto;
}
}

/* <!----------------- body2 -------------------> */

@media (max-width: 991px) {

	.container {
	  flex-direction: column;
	  text-align: center;
	}
  
	.left-image,
	.right-content {
	  width: 100%;
	}
  
	.left-image {
	  margin-bottom: 50px;
	  display: flex;
	  justify-content: center;
	}
  
	.bg-number {
	  font-size: 150px;
	  right: 20%;
	  transform: translateX(50%);
	}
  
	.circle-wrapper {
	  width: 300px;
	  height: 300px;
	}
  
	.ring {
	  width: 340px;
	  height: 340px;
	}
  
	.stripe {
	  width: 340px;
	  height: 340px;
	}
  
  }



  /* ================================
   RESPONSIVE DESIGN
================================ */

/* -------- Tablet View -------- */
@media (max-width: 992px) {

	/* Stack left and right vertically */
	.container3 {
	  flex-direction: column;
	  gap: 40px;
	}
  
	.left-content3,
	.right-images {
	  width: 100%;
	}
  
	/* Reduce heading size slightly */
	.left-content h2 {
	  font-size: 38px;
	}
  
  }
  
  
  /* -------- Mobile View -------- */
  @media (max-width: 768px) {
  
	.accommodation {
	  padding: 50px 0;
	}
  
	/* Center text for better mobile look */
	.left-content3 {
	  text-align: center;
	}
  
	.left-content3 p {
	  margin: 0 auto 25px auto;
	  text-align: center;
	}
  
	/* Reduce heading size more */
	.left-content3 h2 {
	  font-size: 31px;
	}
  
	/* Reduce image heights for smaller screens */
	.top-img img {
	  height: 200px;
	}
  
	.bottom-imgs img {
	  height: 170px;
	}
  
  }
  
  
  /* -------- Small Phones -------- */
  @media (max-width: 480px) {
  
	/* Keep bottom images side by side */
	.bottom-imgs {
	  display: flex;
	  gap: 10px;
	}
  
	.bottom-imgs img {
	  width: 50%;
	  height: 150px;
	}
  
	/* Smaller button padding */
	.btn-dark {
	  padding: 12px 28px;
	}
  
  }



  /* =========================
   RESPONSIVE DESIGN
========================= */

/* -------- Tablet -------- */
@media (max-width: 992px) {

	.solution-container {
	  flex-direction: column;
	  text-align: center;
	}
  
	.solution-left,
	.solution-right {
	  width: 100%;
	}
  
	.solution-left h2 {
	  font-size: 38px;
	}
  
	.solution-left p {
	  margin: 0 auto 30px auto;
	}
  
	.solution-right {
	  margin-top: 40px;
	}
  }
  
  
  /* -------- Mobile -------- */
  @media (max-width: 576px) {
  
	.solutions {
	  padding: 70px 0;
	}
  
	.solution-left h2 {
	  font-size: 30px;
	}
  
	.solution-left p {
	  font-size: 14px;
	}
  
	.read-btn {
	  padding: 12px 28px;
	  font-size: 13px;
	}
  
  }
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {

    .exact-service-slider {
        padding: 80px 40px;
    }

    .exact-box {
        min-width: 100%; /* 1 box on mobile */
		height: 450px;
    }

    .exact-slider-track {
        gap: 40px;
    }
	.exact-content p {
		text-align: center;
	}
	.exact-content h3 {
		font-size: 30px;
		font-weight: 400; 
		white-space: normal; /* allows text to wrap */
	}

    .exact-prev,
    .exact-next {
       display: none; /* hides these elements on small screens */
    }
}


/* <!----------------- about page body begings -------------------> */
/* ================= TABLET VIEW ================= */
@media (min-width: 577px) and (max-width: 991px) {

	.about-hero {
	  height: 220px;
	  padding: 20px;
	}
  
	.about-hero h1 {
	  font-size: 32px;
	}
  
	.about-hero p {
	  font-size: 16px;
	  max-width: 500px;
	}
  
	.crumb5 {
	  padding: 6px 12px;
	  font-size: 13px;
	}
  }
/* ================= PHONE VIEW ================= */
@media (max-width: 576px) {

	.about-hero {
	  height: 200px;
	  padding: 20px 15px;
	}
  
	.about-overlay {
	  width: 100%;
	}
  
	.about-hero h1 {
	  font-size: 24px;
	  margin-bottom: 10px;
	}
  
	.about-hero p {
	  font-size: 14px;
	  max-width: 100%;
	}
  
	.breadcrumb5 {
	  margin-bottom: 15px;
	}
  
	.crumb5 {
	  padding: 5px 10px;
	  font-size: 12px;
	}
  
	.arrow5 {
	  margin: 0 5px;
	}
  }
	
/* ================= PHONE VIEW ================= */
@media (max-width: 576px) {

	.about-container {
	  flex-direction: column;
	  text-align: center;
	}
  
	.about-images {
	  width: 100%;
	  min-height: 350px;
	  /* margin-bottom: 40px; */
	}
  
	.circle1.large {
	  width: 260px;
	  height: 260px;
	  left: 50%;
	  right: auto;
	  transform: translateX(-50%);
	}
  
	.circle1.small {
	  width: 170px;
	  height: 170px;
	  left: 50%;
	  bottom: -20px;
	  transform: translateX(-120%);
	}
  
	.about-content {
	  width: 100%;
	  text-align: left;
	  justify-content: center;
	}
  
	.line {
	  margin: 0 auto 25px;
	  left: -120px;
	  width: 100px;
	  position: relative;
	}
  }
/* ================= TABLET VIEW ================= */
@media (min-width: 577px) and (max-width: 991px) {

	.about-container {
	  gap: 40px;
	}
  
	.about-images {
	  width: 50%;
	  min-height: 380px;
	}
  
	.circle.large {
	  width: 320px;
	  height: 320px;
	  right: 0;
	}
  
	.circle.small {
	  width: 200px;
	  height: 200px;
	  left: 0;
	  bottom: 0;
	}
  
	.about-content {
	  width: 50%;
	}
  
	.about-content h2 {
	  font-size: 26px;
	}
  
	.about-content p {
	  font-size: 15px;
	}
  }

  /* ================= HISTORY RESPONSIVE ================= */

/* @media (max-width: 576px) {

	.history-container {
	  flex-direction: column;
	}
  
	.history-content {
	  width: 100%;
	}
  
	.history-image {
	  width: 100%;
	  margin-top: -35px;
	}
  
	.history-title {
	  padding: 12px 15px;
	}
  
	.history-title h2 {
	  font-size: 20px;
	}
  
	.title-bar {
	  height: 25px;
	}
  
	.history-content p {
	  font-size: 14px;
	}
  } */
   /* ================= PHONE VIEW ================= */
@media (max-width: 576px) {

	.history-container {
	  flex-direction: column;
	}
  
	.history-content,
	.history-image {
	  width: 100%;
	}
  
	.history-image {
	  margin-top: -35px;
	}
  }
/* ================= TABLET VIEW ================= */
@media (min-width: 577px) and (max-width: 991px) {

	.history-container {
	  flex-direction: column;
	}
  
	.history-content,
	.history-image {
	  width: 100%;
	}
  
	.history-image {
	  order: 1; /* Image first */
	  margin-bottom: 15px;
	}
  
	.history-content {
	  order: 2; /* Text below image */
	}
  }
	
  
  /* ================= END RESPONSIVE ================= */
  
	
  
/* <!----------------- about page body ends -------------------> */

@media (max-width: 768px) {

	.footer-content {
	  flex-direction: column;
	}
  
	.input-row {
	  flex-direction: column;
	}
  
	button {
	  width: 100%;
	}
  
	.social-icons {
		justify-content: center;
	  }
  
	.footer-box h3 {
	  margin-top: 20px;
	}
  }
  
