body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #0e3563;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  overflow-x: hidden;
}

h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}

h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #0e3563;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0e3563;
}

h4 {
  font-size: 18px;
  color: #0e3563;
  font-weight: 600;
}

h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

p {
  font-size: 15px;
}

p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}

a {
  color: 0e3563;
  font-weight: 400;
}

a:hover,
a:focus {
  text-decoration: none;
  color: 0e3563;
}

ul,
ol {
  list-style: none;
}

ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}

hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}

/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}

#menu.navbar-default {
  background-color: #0e3563;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

#menu.navbar-default .navbar-nav>li>a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
  /* Default white text */
  font-size: 15px;
  font-weight: 400;
  padding: 8px 15px;
  /* Better clickable area */
  border-radius: 5px;
  /* Rounded box effect */
  margin: 9px 20px 0;
  transition: all 0.3s ease;
  /* Smooth hover */
}

#menu.navbar-default .navbar-nav>li>a:hover {
  background-color: #f2c655;
  /* Blue background */
  color: #00317a;
  /* Yellow text */
}

#menu.navbar-default .navbar-nav>li>a:hover:after {
  width: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:hover:after,
.navbar-default .navbar-nav>.active>a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #0e3563 0%, #eaba21 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}

.navbar-toggle {
  border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0e3563;
  border-color: 0e3563;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
  background-color: 0e3563;
}

.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #eaba21;
  background-color: #eaba21;
  background-image: linear-gradient(to right, #0e3563 0%, #0e3563 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #eaba21;
  background-image: none;
  background-color: #0e3563;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}

/* Header Section */
.intro {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  /* dark overlay */
  z-index: 1;
}

.intro-text {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}

.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #0e3563;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.intro h1 span {
  font-weight: 800;
  color: #0e3563;
}

.intro p {
  color: #0e3563;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}

header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}


/* About Section */
#about {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

#about .row {
  display: flex;              /* make row flexbox */
  align-items: stretch;       /* make both columns equal height */
}

#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}

#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #0e3563 0%, #0e3563 100%);
  height: 4px;
  width: 40%;
  bottom: 0;
  left: 0;
}

#about .about-text {
  text-align: justify;        /* makes left + right aligned */
  display: flex;
  flex-direction: column;
  justify-content: center;    /* vertical center text */
}

#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}

#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #0e3563;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}

#about img {
  width: 100%;                /* take full width of its column */
  height: 100%;               /* take full height of its column */
  object-fit: cover;          /* crop nicely without distortion */
  margin-top: 0;              /* remove extra top spacing */
}

#about p {
  line-height: 24px;
  margin: 30px 0;
}

/* Contact Section */
#contact {
  padding: 50px 0 60px;
  background: linear-gradient(to right, #0e3563 0%, #0e3563 100%);
  color: rgba(255, 255, 255, 0.75);
}

#contact .section-title {
  margin-bottom: 40px;
}

#contact .section-title p {
  font-size: 16px;
}

#contact h2 {
  color: #eaba21;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

/* #contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
} */

#contact h3 {
  color: #eaba21;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}

#contact form {
  padding-top: 20px;
}

#contact .text-danger {
  color: #cc0033;
  text-align: left;
}

#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #eaba21;
}

#contact .btn-custom:hover {
  color: #1f386e;
  background: #eaba21;
}

label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}

#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: white;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

.form-control:-moz-placeholder {
  color: #777;
}

.form-control::-moz-placeholder {
  color: #777;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

#contact .contact-item {
  margin: 20px 0;
}

#contact .contact-item span {
  color: #eaba21;
  margin-bottom: 10px;
  display: block;
}

#contact .contact-item i.fa {
  margin-right: 10px;
}

#contact .social {
  /*border-top: 1px solid rgba(255, 255, 255, 0.15);*/
  padding-top: 10px;
  /* reduced from 20px */
  margin-top: 20px;
  /* reduced from 50px */
  text-align: left;
}

#contact .social ul li {
  display: inline-block;
  margin: 0 10;
}

#contact .social i.fa {
  font-size: 20;
  width: 40;
  height: 48px;
  padding: 12px 10px;
  border: 2px solid #eaba21;
  color: #eaba21;
  border-radius: 50%;
  transition: all 0.3s;
}

#contact .social i.fa:hover {
  color: #0e3563;
  background: #eaba21;
}

/* Footer Section*/
#footer {
  background: #0e3563;
  padding: 10 0;
}

#footer p {
  margin: 0px;
  color: #888;
  font-size: 14px;
}

#footer a {
  color: #0e3563;
}

#footer a:hover {
  border-bottom: 2px solid #0e3563;
}

@media (max-width: 768px) {
  #about h2 {
    margin: 20px 0;
  }

  #contact h3 {
    margin-top: 0;
  }
}

/* My CSS */

.hero h1 {
  font-size: clamp(20px, 5vw, 36px);
  /* auto scale between 20px and 36px */
  word-wrap: break-word;
  line-height: 1.3;
  padding: 0 10px;
  /* small side padding */
}

.hero p {
  font-size: clamp(14px, 3.5vw, 18px);
  padding: 0 10px;
  margin-bottom: 30px;
}

.hero h1 span {
  color: #ffcc00;
  /* Yellow highlight */
}

/* Search Bar */
.search-bar {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  gap: 10px;
}

.search-bar select {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
}

.search-bar button {
  background: #ffcc00;
  border: none;
  color: black;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.search-bar button:hover {
  background: #e6b800;
}

/* Responsive (Mobile) */
@media (max-width: 768px) {
  .search-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .search-bar select,
  .search-bar button {
    width: 100%;
  }
}


/* Force navbar collapse at wider screens */
@media (max-width: 1200px) {
  #menu .navbar-header {
    float: none;
  }

  #menu .navbar-toggle {
    display: block;
  }

  #menu .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  #menu .navbar-collapse.collapse {
    display: none !important;
  }

  #menu .navbar-nav {
    float: none !important;
    margin: 7.5px 0;
  }

  #menu .navbar-nav>li {
    float: none;
  }

  #menu .navbar-collapse.collapse.in {
    display: block !important;
  }
}

/*Owner Plots*/

.plot-card {
  margin: 10px 0;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.plot-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.plot-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.plot-card .card-body {
  padding: 15px;
}

.plot-card h4 {
  color: #d9534f;
  margin-bottom: 5px;
}

.plot-card .btn {
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
}

.locality-text {
  white-space: nowrap;
  /* Prevent line break */
  overflow: hidden;
  /* Hide overflow text */
  text-overflow: ellipsis;
  /* Show dots (...) */
  max-width: 100%;
  /* Keep inside card */
  display: block;
  /* Required for ellipsis */
}

.custom-btn {
  background-color: #ffcc00 !important;
  /* Bright yellow */
  border: none !important;
  color: #000 !important;
  /* Black text */
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 8px;
  /* Rounded corners */
}

/*My Gallery*/

.gallery-card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-card img {
  transition: transform 0.3s ease;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  padding: 20px;
  text-align: center;
  transition: opacity 0.3s ease;
}

.gallery-card:hover .overlay {
  opacity: 1;
}

.modal-img {
  height: 500px;
  object-fit: cover;
}

.navbar-brand {
  display: flex;
  /* put logo + text in a row */
  align-items: center;
  /* vertically center both */
  font-weight: bold;
  font-size: 18px;
  /* adjust as needed */
  color: #fff !important;
  /* keep text white */
}

.navbar-logo {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
  padding: 2px;
  margin-right: 10px;
  /* space between logo & text */
}

/* Slanting Carousal */

.slanted-swiper {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.slanted-slide {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Default (side images slanted) */
.swiper-slide {
  transform: scale(0.8) rotateY(20deg);
  opacity: 0.6;
}

/* Center image normal */
.swiper-slide-active {
  transform: scale(1) rotateY(0deg);
  opacity: 1;
  z-index: 2;
}


.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  /* distance from bottom */
  right: 20px;
  /* distance from right */
  background-color: #ffcc00;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease-in-out;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  width: 35px;
  height: 35px;
}

.imageshowcase-card {
  position: relative;
  width: 200px;
  height: 200px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.imageshowcase-card {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.imageshowcase-card:hover {
  transform: scale(1.03);
}

.showcaseimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.showcaseoverlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e3563;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
  transition: bottom 0.4s ease-in-out;
  border-radius: 8px;
}

.imageshowcase-card:hover .showcaseoverlay {
  bottom: 0;
}


.image-showcase-section {
  margin-top: 40px;
  margin-bottom: 30px;
}


.gallerycarousal-card {
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.gallerycarousal-card:hover {
  transform: scale(1.03);
}

.gallerycarousal-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.blackgallery-modal .modalgallery-content {
  background-color: black;
  color: white;
  border: none;
}

.gallerynavigate-section {
  margin-top: 100px;
  margin-bottom: 60px;
}

.gallery-padding {
  padding-bottom: 30px;
}

/* Loader */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.loader-spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #0e3563;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Alert Overlay */
.custom-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000;
}

/* Alert Box */
.custom-alert-box {
  width: 350px;
  max-width: 90%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  animation: popIn 0.3s ease;
}

.custom-alert-box.success {
  border-top: 6px solid #0e3563;
}

.custom-alert-box.error {
  border-top: 6px solid #ffcc00;
}

.alert-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #0e3563;
}

.alert-message {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

.alert-button {
  padding: 8px 20px;
  background-color: #0e3563;
  color: #ffcc00;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.2s;
}

.alert-button:hover {
  background-color: #08294a;
}

@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Slider arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; /* ensure above text & image */
  cursor: pointer; /* ✅ show pointer hand */
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex !important; /* react-slick might set display:none */
  align-items: center;
  justify-content: center;
}

.slider-arrow.prev {
  left: 25px;
}

.slider-arrow.next {
  right: 25px;
}

.arrow-icon {
  color: #fff;
  font-size: 24px;
}


/* Form styling */
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* dark transparent layer */
  z-index: 5;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 10;
  /* above overlay */
}

.hero-heading {
  width: 100%;
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  /*animation: fadeInCenter 1.5s ease-out forwards;*/
  line-height: 1.3;
}

.hero-heading .highlight {
  color: #ffd700;
  /* yellow/gold for "LAND" */
  font-style: italic;
}


.hero-heading span {
  color: #ffd700;
  /* golden highlight */
  font-style: italic;
}

@keyframes fadeInCenter {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.hero-content input,
.hero-content button {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  flex: 1;
}

.hero-content button {
  background: #ffcc00;
  color: #000;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.hero-content button:hover {
  background: #e6b800;
}

.why-kanchi-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-kanchi-item {
    display: flex
;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 2rem;
    color: #0a2f61;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 25px;
}

.check-icon {
  color: 0a2f61;
  margin-right: 10px;
  font-size: 3rem;
  flex-shrink: 0;
}

.why-kanchi-item span {
  flex: 1;
  display: block;
}

/* 📱 Small screens (mobile) */
@media (max-width: 576px) {
  .why-kanchi-item {
    font-size: 2rem;
    /* slightly smaller */
    margin-bottom: 10px;
  }

  .check-icon {
    font-size: 1.1rem;
  }
}

/* 💻 Medium screens (tablets) */
@media (min-width: 577px) and (max-width: 992px) {
  .why-kanchi-item {
    font-size: 2rem;
    /* medium size */
  }

  .check-icon {
    font-size: 2rem;
  }
}

/* 🖥️ Large screens (desktops) */
@media (min-width: 993px) {
  .why-kanchi-item {
    font-size: 2rem;
    /* larger for desktops */
  }

  .check-icon {
    font-size: 3rem;
  }
}



.why-kanchi-heading {
  font-size: 36px;
  /* Bigger heading */
  font-weight: 700;
  color: #0a2f61;
  /* Deep navy blue */
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

/* Gradient underline */
.why-kanchi-heading::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #0a2f61 0%, #0a2f61 100%);
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
}

#whykanchi img {
  /* width: 520px; */
  margin-top: 10px;
  background: #eaba21;
  border-right: 0;
  /*  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06); */
}


/* Container + overall layout */
/* ===== Stats Section ===== */
.stats-section {
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  padding: 46px 18px;
}

/* Heading centered with underline */
.stats-header {
  text-align: center;
  margin-bottom: 40px;
}

.stats-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0e3563;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.stats-header h2::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  background: #0e3563;
  bottom: 0;
  left: 20%;
}

/* wrapper to center the grid */
.stats-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}

/* Responsive grid */
.stats-grid {
  display: grid;
  gap: 26px;
  align-items: stretch;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

/* On wide screens show exactly 4 in a row */
@media (min-width: 1200px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* individual card */
.stat-card {
  background: #0e3563;
  color: #fff;
  border-radius: 18px;
  padding: 26px 18px;
  width: 100%;
  max-width: 300px;
  min-height: 240px;
  box-shadow: 0 12px 24px rgba(7, 28, 42, 0.15),
    0 4px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 220ms ease, box-shadow 220ms ease;
  outline: none;
  position: relative;
}

/* small lift on hover / focus */
.stat-card:hover,
.stat-card:focus {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(7, 28, 42, 0.2),
    0 6px 10px rgba(0, 0, 0, 0.12);
}

/* icon at top */
.stat-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

/* number */
.stat-value {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  margin: 6px 0;
  color: #ffffff;
  letter-spacing: -0.5px;
}

/* title (yellow) */
.stat-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #eaba21;
  text-align: center;
}

/* subtitle smaller and white */
.stat-subtitle {
  margin-top: 6px;
  color: #ffffff;
  opacity: 0.95;
  font-size: 14px;
  text-align: center;
}

/* responsive tweaks */
@media (max-width: 640px) {
  .stat-value {
    font-size: 40px;
  }

  .stat-card {
    min-height: 200px;
    max-width: 95%;
    padding: 20px;
  }
}



.process-section {
  margin-top: 50px;
  background-color: #0e3563;
  /* Deep blue background */
  padding: 60px 20px;
  text-align: center;
}

.process-title {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
}

.process-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  max-width: 1100px;
  margin: 0 auto;
}

.process-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-icon {
  width: 120px;
  height: 120px;
  border: 3px dotted #eaba21;
  /* Yellow dotted border */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}

.process-card:hover .process-icon {
  transform: scale(1.1);
}

.process-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  max-width: 200px;
}

/* visitor form */

/* Section Wrapper */
.visit-form-section {
  padding: 80px 100px;
  background: #f8f9fb;
  text-align: center;
}

/* Center Header */
.visit-header {
  max-width: 700px;
  margin: 0 auto 60px auto;
  color: #0e3563;
  text-align: center;
  /* ensures the heading itself is centered */
}

.visit-header h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  /* required for ::after positioning */
  display: inline-block;
  /* keeps underline only as wide as needed */
}

.visit-header h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #0e3563 0%, #0e3563 100%);
  height: 4px;
  width: 100%;
  bottom: -8px;
  /* space between text and line */
  left: 50%;
  transform: translateX(-50%);
  /* centers underline */
}


.visit-header p {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
}

/* Image + Form Row */
.visit-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

/* Image */
.visit-image {
  flex: 1;
}

.visit-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Form */
.visit-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.visit-form {
  background: #ffffff;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 425px;
  text-align: left;
}

.visit-form label {
  font-size: 14px;
  font-weight: 600;
  color: #0e3563;
  margin-bottom: 6px;
  display: block;
}

.visit-form input {
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
  width: 100%;
}

.visit-form input:focus {
  border-color: #0e3563;
  box-shadow: 0 0 5px rgba(14, 53, 99, 0.3);
}

.visit-form button {
  background: #ffd400;
  color: #0e3563;
  font-size: 18px;
  font-weight: 700;
  padding: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.visit-form button:hover {
  background: #0e3563;
  color: #ffd400;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 900px) {
  .visit-content {
    flex-direction: column;
    gap: 30px;
  }

  .visit-header h2 {
    font-size: 28px;
  }

  .visit-form {
    max-width: 100%;
    padding: 30px 20px;
  }
}


.row>[class*="col-"] {
  margin-bottom: 30px;
  /* adds margin below each column */
}


.card-fixed {
  width: 320px;
  /* desired card width */
  max-width: 100%;
  /* prevents overflow on very small screens */
}

.showcaseimage {
  width: 100%;       /* full width of card */
  height: 200px;     /* or any fixed height you prefer */
  object-fit: cover; /* scales image to cover the area without distortion */
  border-radius: 0.25rem; /* optional: match card style */
}



/* Card styling */
.custom-card {
  padding: 40px 20px;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  transition: transform 0.2s ease-in-out;
}


/* Button styling */
.gallery-custom-btn {
  background-color: #ffd400;
  color: black;
  font-weight: 600;
  border: none;
  padding: 8px 18px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.gallery-custom-btn:hover {
  background-color: #0e3563;
  color: #ffd400;
}

.explore-news {
  padding: 40px 20px;
  text-align: center;
  /* remove quotes */
}

.explorenewsh2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #0e3563;
  text-align: center;
  position: relative;
  display: inline-block;
  /* underline stays under text */
  padding-bottom: 8px;
}


.explorenewsh2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #0e3563 0%, #0e3563 100%);
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.slide-card {
  width: 350px;
  height: 320px;
  /* increased card height */
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  padding: 12px;
  /* padding inside card */
}

.slide-card.center {
  transform: scale(1.05);
}

.slide-image-wrapper {
  width: 100%;
  height: 240px;
  /* controls image height */
  padding: 8px;
  /* padding around the image */
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.slide-caption {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
}


.stats-header {
  max-width: 700px;
  margin: 0 auto 40px auto;
  text-align: center;
  color: #0e3563;
}

.stats-header h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  /* keeps underline only as wide as text */
  padding-bottom: 8px;
}

.stats-header h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #0e3563 0%, #0e3563 100%);
  height: 4px;
  width: 100%;
  /* adjust line width */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* center under text */
}


.galleryplots-header {
  max-width: 700px;
  margin: 0 auto 40px auto;
  text-align: center;
  color: #0e3563;
}

.galleryplots-header h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  /* keeps underline only as wide as text */
  padding-bottom: 8px;
}

.galleryplots-header h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #0e3563 0%, #0e3563 100%);
  height: 4px;
  width: 100%;
  /* adjust line width */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* center under text */
}


.services-header {
  max-width: 700px;
  margin: 0 auto 40px auto;
  text-align: center;
  color: #0e3563;
}

.services-header h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  /* keeps underline only as wide as text */
  padding-bottom: 8px;
}

.services-header h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #0e3563 0%, #0e3563 100%);
  height: 4px;
  width: 100%;
  /* adjust line width */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* center under text */
}


/* Mobile fix */
@media (max-width: 768px) {
  .hero-heading {
    font-size: 2rem;
    /* adjust size for smaller screens */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #about p {
    margin-right: 20px;
  }

  .visit-form-section {
    padding: 20px 20px;
  }

  #contact .section-title {
    /* margin-bottom: 40px; */
    margin-right: 20px;
  }

  #contact .contact-item {
    margin: 0px;
    padding-right: 20px;
  }

  #contact h3 {
    padding-bottom: 0px;
  }

  #contact form {
    padding-top: 20px;
    padding-right: 42px;
  }
}

.brand-text {
  display: block;
  font-size: 16px;
  line-height: 1.3;
}

/*Explore*/
.card-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

/* Desktop / tablet */
.card-button.left {
  left: -40px;
}
.card-button.right {
  right: -40px;
}

/* Mobile */
@media (max-width: 768px) {
  .card-button.left {
    left: 10px;
  }
  .card-button.right {
    right: 10px;
  }
}

