body {
  overflow-x: hidden;
  background-color: #FFF;
  font-family: Arial, sans-serif;
}

::-webkit-scrollbar {
    width: 7px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #e5945d;
  border-radius: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

p {
  margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.swiper-slide h2{
  width: 80%;
}

.slide-content {
  position: absolute;
  top: 0;
  right: 0%;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #00000033;
}

.slide-content h2 {
  font-size: 65px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 1rem;
}

.slide-content button {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #78cbc7;
  border: none;
  color: #FFF;
  cursor: pointer;
  border-radius: 5px;
}

.swiper-pagination-bullet {
  background-color: #78cbc7;
  opacity: 1;
  width: 50px;
  height: 2px;
  border-radius: 3px;
}

.swiper-pagination-bullet-active {
  background-color: #FFF;
}

.slide-content span {
  color: #DFE4E5;
  font-size: 14px;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-content .slide-dot {
  height: 1px;
  width: 50px;
  margin-right: 1rem;
  background-color: #DFE4E5;
}

.about {
  padding: 5rem 0;
  background-image: url("../img/loction.jpg");
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-span {
  color: #667A7F;
  font-size: 24px;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-span div {
  height: 1px;
  width: 70px;
  margin-right: 1.5rem;
  background-color: #667A7F;
}

.main-head {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3rem;
  text-align: center;
}

.about-card h2 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3rem;
}

.main-p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 1rem;
}

.about-card strong {
  font-size: 24px;
  color: #fff;
  margin-bottom: 1rem;
}

.about-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  background-color: #00000040;
  border-radius: 5px;
  padding: 1rem;
}

.card {
  display: flex;
  flex-direction: row;
  background: #78cbc7;
  border: none;
  height: 380px;
  overflow: hidden;
  border-radius: 0;
}
.card-img {
  position: relative;
  width: 50%;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffa1;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-overlay img {
  width: 75px;
  height: 75px;
  /* border-radius: 50%; */
}
.card:hover .card-overlay {
  opacity: 1;
}
.card-content {
  padding: 20px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.card-content h3 {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.card-content p {
  font-size: 16px;
  color: #E6F6FA;
}

.bg-image-container {
  position: relative;
  width: 100%;
  padding: 1rem;
  height: 450px;
  background-image: url('../img/master-plan.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;

}
.bg-image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.515);
  z-index: 1;
}
.content {
  position: relative;
  z-index: 2; /* Ensures content is above the overlay */
}
.content h2 {
  margin-bottom: 3rem;
  color: #FFF;
}
.content a {
  padding: 20px 40px;
  background-color: #e5945d;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 22px;
  transition: background-color 0.3s ease;
}
.content a:hover {
  background-color: #78cbc7;
  /* color: #000; */
}

.message {
  position: relative;
  width: 100%;
  padding: 5rem 1rem;
  background-image: url('../img/texture.png');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.message p {
  color: #78cbc7;
  font-size: 28px;
  font-weight: bold;
  width: 60%;
  margin: auto;
  margin-bottom: 2rem;
}

.gallery {
  overflow: hidden;
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
}
.gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
  object-fit: cover;
}
/* Slider Styles */
.slider {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.slider img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 5px;
}
.slider .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}
.slider .prev,
.slider .next {
  position: absolute;
  top: 50%;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  user-select: none;
  transform: translateY(-50%);
}
.slider .prev {
  left: 20px;
}
.slider .next {
  right: 20px;
}

.contact {
  padding: 5rem 0;
  /*background-image: url('../img/texture.png');*/
  background-size: cover;
  background-position: center;
    background-color: #e1ddd4;
}

.contact-form {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.contact-form h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
}
.contact-form label {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}
.contact-form textarea {
  resize: none;
  height: 100px;
}
.contact-form button {
  width: 100%;
  padding: 10px;
  background-color: rgba(75, 122, 198, 0.69);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contact-form button:hover {
  background-color: #4b7ac6;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
  z-index: 1024;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

/* Adjust the width of the phone input */
.intl-tel-input {
  width: 100%;
}

.intl-tel-input input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Style the dropdown container */
.intl-tel-input .country-list {
  max-height: 300px;
  overflow-y: auto;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Style the flag dropdown */
.intl-tel-input .selected-flag {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}


@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 30px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}




@media (max-width: 768px) {
  .main-head {
    font-size: 25px;
  }
  .slide-content {
    padding: 1rem;
  }
  .slide-content h2 {
    font-size: 42px;
  }
  .about-card h2 {
    font-size: 40px;
    font-weight: bold;
    color: #002129;
    margin-bottom: 3rem;
  }
  .message p {
    width: 100%;
    margin: auto;
    font-size: 18px;
    margin-bottom: 2rem;
  }

  .card-content p {
    font-size: 10px;
  }

  .main-span {
    font-size: 18px;
  }

  .card-content h3 {
    font-size: 24px;
  }
}
