* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

body {
  font-family: var(--theme-font);
}

:root {
  --theme-color: #e16049;
  --theme-font: "Poppins", sans-serif;
  --text-dark: #2c3e50;
  --text-light: #7f8c8d;
  --bg-light: #f9fbfc;
}

.theme-color {
  color: var(--theme-color);
}

.theme-color {
  color: var(--theme-color);
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  color: #212121;
  line-height: 1.8;
  font-size: 16px;
}

.mobile {
  display: none;
}

.title-des {
  font-size: 16px;
  color: #ff6015;
}

.common-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  background-color: var(--theme-color);
  transition: 0.5s;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  transition: all 0.3s;
  padding-bottom: 10px;
  border: solid 1px transparent;
}
.common-btn:hover {
  background-color: transparent;
  border-color: var(--theme-color);
  color: #000;
}

.common-heading {
  font-size: 38px;
  color: var(--theme-color);
  margin: 0px 0 20px 0;
  text-transform: uppercase;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font);
}

ul li {
  list-style: none;
}

.theme-color3 {
  color: var(--theme-color3);
}

.theme-color {
  color: var(--theme-color);
}

.common-space {
  padding: 4.5rem 0;
}

header {
  width: 100%;
  position: fixed;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.6509803922);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0 8px 32px -11px rgba(0, 0, 0, 0.3803921569);
}
header .navbar.navbar-expand-lg {
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar-brand {
  position: relative;
  margin-right: 27px;
  max-width: 120px;
  transition: all 0.3s;
}
header .top-barss {
  padding: 0.5rem 0;
  display: flex;
}
header .top-barss .top-bar-inner {
  display: flex;
  justify-content: space-between;
}
header .top-barss .header-socials {
  display: flex;
}
header .top-barss .header-socials a {
  padding: 5px;
  margin: 0 3px;
}
header .left-headers p {
  margin-bottom: 0;
}
header .left-headers .header-socials {
  display: flex;
  align-items: center;
}
header nav .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  font-weight: 400;
  padding-bottom: 25px;
  margin-left: 14px;
  margin-right: 14px;
  transition: all 0.3s;
}
header nav .navbar-nav .nav-item .nav-link.active {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 0 11px -6px #000;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 7px;
}
header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header .cal-icons a {
  font-weight: 600;
}
header .cal-icons i {
  color: var(--theme-color);
  margin-left: 1rem;
  font-size: 19px;
}
header .inner-page {
  background-color: #fff;
}
header.sticky {
  background-color: rgba(255, 255, 255, 0.86);
}
header.sticky .navbar-brand {
  max-width: 75px;
}

.galler-home {
  display: grid;
  grid-template-columns: re;
}

footer {
  padding: 80px 0 10px;
  background-color: #000;
}
footer * {
  color: rgba(255, 255, 255, 0.6784313725);
}
footer h4 {
  color: var(--theme-color);
  font-weight: 600;
  margin-bottom: 1rem;
}
footer .menu-link ul {
  padding-left: 0;
}
footer .menu-link ul li {
  transition: all 0.3s;
}
footer .menu-link ul li:hover {
  margin-left: 5px;
}
footer .menu-link ul li:hover a {
  color: var(--theme-color);
}
footer .social-links {
  display: flex;
  padding: 0;
}
footer .social-links li {
  margin-right: 10px;
}
footer .footer-boottom {
  padding-top: 1rem;
}
footer .about-content p {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
footer .about-content p i {
  color: var(--theme-color);
}
footer .about-content p a {
  transition: 0.3s;
}
footer .about-content p a:hover {
  color: var(--theme-color);
}

.home-bannerss {
  position: relative;
}
.home-bannerss .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.home-bannerss button.owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.home-bannerss button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: #fff;
  padding-left: 1px;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 30px;
  transition: 0.3s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home-bannerss button.owl-prev span:hover {
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}
.home-bannerss button.owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.home-bannerss button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  padding-left: 1px;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 30px;
  transition: 0.3s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home-bannerss button.owl-next span:hover {
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}
.home-bannerss .bnt-main-conts {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
}
.home-bannerss .bnt-main-conts .common-btn {
  margin-top: 4rem;
}
.home-bannerss .bnt-main-conts .common-btn:hover {
  background-color: #fff;
  border-color: transparent;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx h4 {
  color: var(--theme-color);
  text-transform: uppercase;
}
.home-bannerss .bnt-main-conts .banner-inner-boxx h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
}
.home-bannerss .bnt-imgss {
  position: relative;
}
.home-bannerss .bnt-imgss img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-bannerss .bnt-imgss:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6196078431), transparent 71%);
}
.home-bannerss .form-container {
  position: absolute;
  transform: translateY(-50%);
  top: 54%;
  right: 100px;
  background-color: rgba(255, 255, 255, 0.8117647059);
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 480px;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /* --- Heading Styles --- */
  /* Updated CSS for Font Awesome Icon */
  /* --- End of Heading Styles --- */
  /* No label styling needed as they are removed */
  /* Styling for the placeholder text */
}
.home-bannerss .form-container .main {
  display: flex;
  align-items: center;
}
.home-bannerss .form-container .main .call-us {
  display: block;
  font-size: 0.9rem;
}
.home-bannerss .form-container .form-heading {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 20px;
}
.home-bannerss .form-container .heading-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--theme-color);
}
.home-bannerss .form-container .call-us-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 600;
  transition: color 0.3s;
  font-size: 1rem;
}
.home-bannerss .form-container .call-us-link:hover {
  color: var(--theme-color);
}
.home-bannerss .form-container .fa-mobile {
  color: white;
  margin-right: 8px;
  font-size: 1rem; /* Adjust size if needed */
  font-weight: 600;
  width: 40px;
  height: 40px;
  background: var(--theme-color);
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-bannerss .form-container .form-group {
  margin-bottom: 0.8rem; /* Increased space between form fields */
}
.home-bannerss .form-container input[type=text],
.home-bannerss .form-container input[type=email],
.home-bannerss .form-container input[type=tel],
.home-bannerss .form-container select {
  width: 100%;
  padding: 0.5rem; /* Increased padding to make fields taller */
  border: 1px solid #dfe4ea; /* Lighter border color */
  border-radius: 5px;
  font-family: var(--theme-font);
  font-size: 1rem;
  color: var(--text-dark);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.home-bannerss .form-container input[type=text]:focus,
.home-bannerss .form-container input[type=email]:focus,
.home-bannerss .form-container input[type=tel]:focus,
.home-bannerss .form-container select:focus {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 2px rgba(225, 96, 73, 0.2);
}
.home-bannerss .form-container ::-moz-placeholder {
  color: var(--text-light);
  opacity: 1; /* Firefox */
}
.home-bannerss .form-container ::placeholder {
  color: var(--text-light);
  opacity: 1; /* Firefox */
}
.home-bannerss .form-container select {
  color: var(--text-dark); /* Color for the selected option */
}
.home-bannerss .form-container button[type=submit] {
  width: 100%;
  padding: 0.95rem;
  border: none;
  border-radius: 5px;
  background-color: var(--theme-color);
  color: #ffffff;
  font-family: var(--theme-font);
  font-size: 1.05rem;
  font-weight: 500; /* Adjusted font-weight */
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
}
.home-bannerss .form-container button[type=submit]:hover {
  opacity: 0.9;
}

.home-about {
  position: relative;
  overflow: hidden;
}
.home-about:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 600px;
  height: 600px;
  background-image: radial-gradient(#727272, #fff);
  border-radius: 339px;
  z-index: -1;
  opacity: 0.1;
}
.home-about .ab-img-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 44px;
}
.home-about .ab-img-wrapper:before {
  position: absolute;
  left: -20px;
  bottom: -20px;
  content: "";
  background-color: var(--theme-color);
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  border-radius: 50% 50% 0 0;
}
.home-about .ab-img-wrapper:hover:before {
  left: 20px;
}

.amenities-section {
  background: url("68faa936-a9de-4904-a149-7beafa6f82a2.png") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.amenities-section h2 {
  text-transform: uppercase;
  font-weight: 600;
}
.amenities-section .overlay {
  background: rgba(255, 255, 255, 0.5);
  padding: 0px 20px;
  border-radius: 15px;
}
.amenities-section .amenity {
  margin-top: 30px;
  margin-top: 30px;
  padding: 21px;
  background-color: #f3f3f3;
  border-radius: 8px;
  transition: all 0.3s;
}
.amenities-section .amenity img {
  width: 48px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}
.amenities-section .amenity:hover {
  box-shadow: 0 10px 11px -6px rgba(0, 0, 0, 0.368627451);
}
.amenities-section .amenity:hover img {
  transform: scale(1.09);
}
.amenities-section .amenity:hover h5 {
  color: var(--theme-color);
}
.amenities-section .amenity h5 {
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
  line-height: 1.4;
}

.home-icon img {
  margin-bottom: -2px;
}

.project-overview {
  background-image: linear-gradient(90deg, #ffffff 50%, transparent 50%), url(img/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-section {
  position: relative;
  background-color: var(--theme-color);
  background-size: cover;
  background-attachment: fixed;
}
.contact-section p {
  color: #fff;
}
.contact-section .custom-hr {
  width: 150px;
  height: 2px;
  background-color: white;
  opacity: 1;
  margin: 0 auto;
}
.contact-section h2 {
  font-size: 1.75rem;
}
.contact-section h2 i {
  color: white;
}
.contact-section .common-btn {
  color: var(--theme-color);
  text-decoration: none;
  background-color: #fff;
}
.contact-section .common-btn:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.galler-home {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.galler-home .gal-box {
  overflow: hidden;
  position: relative;
}
.galler-home .gal-box img {
  transition: all 0.3s;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.galler-home .gal-box i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  transition: all 0.3s;
  font-size: 50px;
  transform-origin: center;
  pointer-events: none;
}
.galler-home .gal-box:hover img {
  transform: scale(1.08) rotate(2deg);
  filter: brightness(0.6);
}
.galler-home .gal-box:hover i {
  transform: translate(-50%, -50%) scale(1);
}

.connect {
  background-image: linear-gradient(90deg, var(--theme-color) 50%, transparent 50%);
}
.connect iframe {
  padding-left: 2rem;
}
.connect h2 {
  color: #fff;
}
.connect ul {
  padding-left: 0;
}
.connect ul p {
  color: #fff;
}
.connect ul li {
  color: #fff;
  margin-bottom: 1rem;
}

.contact-page {
  background-image: linear-gradient(45deg, #ffffff, rgba(0, 0, 0, 0.4196078431));
}

.home-icon img {
  max-width: 28%;
}

.bredcrumb {
  background: linear-gradient(45deg, rgba(225, 96, 73, 0.9294117647), rgba(24, 84, 95, 0.831372549)), url(img/bred.jpeg);
  padding: 11rem 0 4rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bredcrumb h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
}
.bredcrumb ul {
  padding-left: 0;
}
.bredcrumb ul span {
  color: white;
}
.bredcrumb ul li {
  display: inline-flex;
  color: #fff;
  font-size: 18px;
  padding-right: 20px;
  position: relative;
  margin-right: 5px;
}
.bredcrumb ul li::before {
  content: "\f105";
  right: 0;
  top: 0;
  position: absolute;
  font-family: "fontawesome";
}
.bredcrumb ul li a {
  color: #fff;
}
.bredcrumb ul li:last-child:before {
  display: none;
}

/* --- New Contact Page Specific Styles --- */
.contact-main-content {
  padding: 80px 0;
  overflow: hidden;
  background-color: var(--bg-light);
}
.contact-main-content .common-heading {
  font-size: 25px;
}
.contact-main-content .section-description {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 30px;
  max-width: 90%;
}
.contact-main-content .contact-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  animation: fadeInUp 0.8s ease-out;
}
.contact-main-content .contact-form .form-group-custom {
  margin-bottom: 25px;
}
.contact-main-content .contact-form .form-group-custom .form-label-custom {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--text-dark);
  font-size: 1rem;
}
.contact-main-content .contact-form .form-group-custom .form-input-custom,
.contact-main-content .contact-form .form-group-custom .form-textarea-custom {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  color: var(--text-dark);
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.contact-main-content .contact-form .form-group-custom .form-input-custom:focus,
.contact-main-content .contact-form .form-group-custom .form-textarea-custom:focus {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 3px rgba(var(--theme-color), 0.2);
}
.contact-main-content .contact-form .form-group-custom .form-input-custom::-moz-placeholder, .contact-main-content .contact-form .form-group-custom .form-textarea-custom::-moz-placeholder {
  color: var(--text-light);
  opacity: 0.7;
}
.contact-main-content .contact-form .form-group-custom .form-input-custom::placeholder,
.contact-main-content .contact-form .form-group-custom .form-textarea-custom::placeholder {
  color: var(--text-light);
  opacity: 0.7;
}
.contact-main-content .contact-form .form-group-custom .form-textarea-custom {
  resize: vertical;
  min-height: 120px;
}
.contact-main-content .contact-form .common-btn {
  width: auto;
  min-width: 180px;
  padding: 15px 35px;
  font-size: 1.1rem;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(var(--theme-color), 0.3);
  transition: all 0.3s ease;
}
.contact-main-content .contact-form .common-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(var(--theme-color), 0.4);
}
.contact-main-content .contact-info-block {
  margin-top: 20px;
  background-color: #fff;
  padding: 40px 35px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 1s ease-out;
  /* Slight delay */
}
.contact-main-content .contact-info-block h4 {
  color: var(--theme-color);
}
.contact-main-content .contact-info-block p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 17px;
  color: var(--text-dark);
}
.contact-main-content .contact-info-block p:last-child {
  margin-bottom: 0;
}
.contact-main-content .contact-info-block p .contact-icon {
  color: var(--theme-color);
  font-size: 1.4rem;
  margin-right: 15px;
  flex-shrink: 0;
  position: relative;
  top: 2px;
}
.contact-main-content .contact-info-block p span {
  line-height: 1.6;
}
.contact-main-content .contact-info-block p a {
  color: var(--text-dark);
  transition: color 0.3s ease;
}
.contact-main-content .contact-info-block p a:hover {
  color: var(--theme-color);
}
.contact-main-content .map-container {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 1.2s ease-out;
  /* Further delay */
  width: 100%;
  height: 350px;
}
.contact-main-content .map-container iframe {
  width: 100%;
  border: 0;
}

/* Animations (for AOS, can be standalone CSS if AOS is removed) */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --- Project Overview Page Specific Styles --- */
.project-overview-content {
  background-color: var(--bg-light);
  padding: 80px 0;
}
.project-overview-content .common-heading::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -10px;
  width: 80px;
  height: 4px;
  background-color: var(--theme-color);
  border-radius: 2px;
}
.project-overview-content .section-description {
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 10px;
  padding: 0 15px;
}
.project-overview-content .overview-card {
  border: none;
  background: #ffffff;
  border-radius: 15px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
}
.project-overview-content .overview-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--theme-color);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
}
.project-overview-content .overview-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
.project-overview-content .overview-card:hover::before {
  transform: translateY(0);
}
.project-overview-content .overview-card h3.common-sub-heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.project-overview-content .overview-card h3.common-sub-heading .overview-icon {
  font-size: 1.8rem;
  margin-right: 15px;
  color: var(--theme-color);
  background-color: rgba(var(--theme-color), 0.1);
  padding: 8px;
  border-radius: 50%;
  transition: transform 0.3s ease-out;
}
.project-overview-content .overview-card:hover h3 .overview-icon {
  transform: rotate(5deg) scale(1.05);
}
.project-overview-content .overview-card i {
  color: #28a745;
}
.project-overview-content .overview-card ul.detail-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.project-overview-content .overview-card ul.detail-list li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #000;
  position: relative;
  padding-left: 25px;
}
.project-overview-content .overview-card ul.detail-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  color: #28a745;
}
.project-overview-content .overview-card ul.detail-list li strong {
  color: var(--text-dark);
  font-weight: 600;
}
.project-overview-content .overview-card p {
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
}
.project-overview-content .overview-card .img {
  margin-top: 30px;
}
.project-overview-content .overview-card .img img {
  max-height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.image-gallery-section {
  padding: 60px 0;
  background-color: #fff;
  /* White background for contrast */
}
.image-gallery-section .common-heading {
  margin-bottom: 60px;
  /* More space below heading */
}
.image-gallery-section .gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /* Rounded corners for images */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  /* Soft shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-gallery-section .gallery-item:hover {
  transform: translateY(-5px);
  /* Lift effect on hover */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  /* Stronger shadow on hover */
}
.image-gallery-section .gallery-item img {
  width: 100%;
  height: 280px;
  /* Fixed height for consistent gallery */
  -o-object-fit: cover;
     object-fit: cover;
  /* Cover ensures image fills the space without distortion */
  border-radius: 10px;
  transition: transform 0.4s ease;
  /* Smooth zoom on hover */
}
.image-gallery-section .gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent dark overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  /* Match image border-radius */
}
.image-gallery-section .gallery-item .overlay i {
  color: #fff;
  font-size: 2.5rem;
  /* Large icon for visibility */
  transform: scale(0.8);
  /* Slightly smaller initially */
  transition: transform 0.3s ease;
}
.image-gallery-section .gallery-item:hover .overlay {
  opacity: 1;
}
.image-gallery-section .gallery-item:hover img {
  transform: scale(1.1);
  /* Subtle zoom effect on image */
}

.director-message-section {
  background-color: #f8f9f5;
  color: #2c3e50;
  font-family: "Poppins", sans-serif;
}
.director-message-section .section-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--theme-color);
}
.director-message-section .director-image img {
  border-radius: 12px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.director-message-section .director-message-content p {
  font-size: 1rem;
  line-height: 1.7;
  text-align: justify;
}
.director-message-section .director-message-content p.quotes {
  text-align: left;
  font-size: 20px;
  font-style: italic;
  color: #000;
  line-height: 1.5;
  position: relative;
  padding-left: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.director-message-section .director-message-content p.quotes i {
  position: absolute;
  font-size: 60px;
  top: 0;
  left: 0;
  color: var(--theme-color);
}
.director-message-section .director-message-content .text-primary {
  color: #6c9c55;
}

.connectivity-section {
  background-color: #f8f9f5;
}
.connectivity-section .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e3932;
}
.connectivity-section .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}
.connectivity-section .connectivity-list {
  list-style: none;
  padding: 0;
}
.connectivity-section .connectivity-list li {
  font-size: 1.05rem;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: #2c3e50;
}
.connectivity-section .connectivity-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #6c9c55;
}
.connectivity-section .connectivity-map img {
  border: 4px solid #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.amenities-section {
  background-color: #f9f9f9;
}
.amenities-section .section-heading .title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  font-family: "Poppins", sans-serif;
}
.amenities-section .section-heading .subtitle {
  font-size: 1rem;
  color: #7f8c8d;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
}
.amenities-section .amenity-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
}
.amenities-section .amenity-card i {
  font-size: 2rem;
  color: #27ae60;
  margin-bottom: 15px;
}
.amenities-section .amenity-card h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #34495e;
  margin-bottom: 10px;
}
.amenities-section .amenity-card p {
  font-size: 0.95rem;
  color: #7f8c8d;
  line-height: 1.5;
}
.amenities-section .amenity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.dropdown-item.active,
.dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: var(--theme-color);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-form {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  font-size: 14px;
  resize: vertical;
}

#openPopup {
  position: fixed;
  right: 15px;
  bottom: 15px;
  border-radius: 0;
  border-radius: 30px;
  box-shadow: 0 0 25px -15px #000;
}
#openPopup:hover {
  background: #000;
  color: white;
  border-color: #000 !important;
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 15px;
  left: 12px;
}

.call-us-now {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 85px;
  left: 12px;
}

.blogs-box-page .bl-conts h4 {
  transition: all 0.3s;
  font-size: 21px;
  color: var(--theme-color);
  margin-bottom: 1rem;
}
.blogs-box-page .bl-conts h4:hover {
  color: #212121;
}
.blogs-box-page .bl-conts p {
  margin-top: 13px;
  font-size: 15px;
  color: #777777;
}

.blogs-inner h2 {
  font-size: 28px;
  color: var(--theme-color);
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.blogs-inner h3 {
  font-size: 23px;
  margin-top: 2rem;
  color: var(--theme-color);
  margin-bottom: 1.5rem;
}
.blogs-inner h4 {
  font-size: 19px;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: var(--theme-color);
}
.blogs-inner .thub-wrapper {
  position: relative;
}
.blogs-inner .thub-wrapper p {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
  background-color: var(--theme-color);
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}
.blogs-inner .recent-blog-slistt ul {
  padding-left: 0px;
}
.blogs-inner .blogs-sidebar-wrapper {
  background-color: #f8f9fa;
  padding: 20px;
}
.blogs-inner .blogs-sidebar-wrapper h3 {
  margin-top: 0;
}

.related-blogs h4 {
  margin-top: 8px;
}/*# sourceMappingURL=style.css.map */