 /* Navbar Custom Style */


 .top-bar {
  font-size: 16px;
    font-family: 'Lora', serif;
}

.top-bar i {
  color: white; /* luxury gold color */
  margin-right: 3px;
    font-family: 'Lora', serif;
}

.top-bar a {
  color: #000;
  font-size: 19px;
  transition: 0.3s;
}

.top-bar a:hover {
  color: #c59d5f;
}



    html, body {
  overflow-x: hidden !important;
}

    .navbar {
      padding: 15px 0;
      
    }

    .navbar-nav .nav-link {
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.5px;
      color: black !important;
      margin-right: 45px;
      font-family: 'Lora', serif;
      
    }

    .navbar-nav .nav-link.active {
      color: #377a17 !important;
    }

    /* Mobile offcanvas custom width */
    .offcanvas-start {
      width: 260px !important;
    }

    /* Mobile menu nav links */
    .offcanvas-body .nav-link {
      padding: 12px 0;
      font-size: 18px;
      border-bottom: 1px solid #e4e4e4;
    }
    .hero-banner {
  background: url("images/hombanner.jpg") center/cover no-repeat;
  height: 100vh;
  color: white;
  position: relative;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.45);
}

.hero-banner .container {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
 font-family: 'Lora', serif;
}

.underline {
  display: block;
  width: 200px;
  height: 8px;
  background: #76ab20;
  margin: 10px auto 0;
  border-radius: 5px;
}

.hero-sub {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  
  
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-sub {
    font-size: 18px;
  }
}
#typing {
  font-size: 40px;
  font-weight: 800;
  font-family: 'Lora', serif;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  word-break: break-word;   /* FIXED */
  white-space: normal;      /* FIXED */
  border-right: 4px solid #fff;
  padding-right: 10px;
  animation: cursorBlink 0.7s infinite;

  letter-spacing: 1.8px;
}

@keyframes cursorBlink {
  0% { border-color: transparent; }
  50% { border-color: white; }
  100% { border-color: transparent; }
}

@media (max-width: 768px) {
  #typing {
    font-size: 32px;
    line-height: 1.3;
  }
}
/* Make columns equal height */
.project-col {
  display: flex;
  flex-direction: column;
   font-family: 'Lora', serif;
}

/* Wrapper for image so it fills height */
.project-img-wrapper {
  height: 100%;
}

/* Image stretches to fill the full height */
.project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* makes image fill without distortion */
  border-radius: 25px;
}

/* Yellow label */
.project-label {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #377a17;
  color: #fff;
  padding: 12px 40px;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
   font-family: 'Lora', serif;
}
.project-label:hover
{
  background-color: #76ab20;
}

/* Tamil text formatting */
.tamil-text {
  font-size: 18px;
  
  text-align: justify;
  hyphens: auto;
}

@media(max-width:550px)
{
  .tamil-text {
  
    text-align: start;
}
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
  .project-img-wrapper {
    height: auto;
  }

  .project-img {
    height: auto;
  }

  .project-label {
    font-size: 18px;
    bottom: -18px;
    padding: 8px 22px;
  }
}



.property-wrapper {
  background: #f7f7f7;
  padding-bottom: 100px !important; /* space for indicator */
  font-family: 'Lora', serif;
}

/* Cards */
.prop-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.10);
  transition: 0.3s;
}

.prop-card:hover {
  transform: translateY(-6px);
}

.prop-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #ddd;
}

.prop-body {
  padding: 20px;
}

.prop-title {
  color: #377a17;
  font-weight: 700;
  font-size: 22px;
}

.prop-meta {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.prop-desc {
  font-size: 15px;
  margin-top: 12px;
}

.prop-contact span {
  color: #377a17;
  font-weight: bold;
}

/* ⭐ PERFECT INDICATOR FIX ⭐ */
.prop-indicators {
  position: absolute;
  bottom: -50px !important; /* keeps indicator BELOW cards */
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.property-dots {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.prop-dots {
  text-align: center;
  margin-top: 20px;
}

.prop-dots .dot {
  width: 14px;
  height: 14px;
  background: #c4ffd4;
  display: inline-block;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: 0.3s ease;
}

.prop-dots .dot.active {
  background: #377a17;
}
.srm-review-section {
  background: #c5f5ca;
}

.review-title {
  font-size: 32px;
  font-weight: 800;
  color: #377a17;
  font-family: 'Lora', serif;
}

.stars {
  color: #ffb400;
  font-size: 22px;
}

.rating-text {
  color: #555;
  font-size: 14px;
}

.review-card {
  background: white;
  border-radius: 18px;
  padding: 20px;
  min-height: 260px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
  transition: all 0.3s ease;
}
.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Header */
.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.review-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.review-date {
  font-size: 12px;
  color: #777;
}
.review-google-icon {
  width: 22px;
  margin-left: auto;
}

.review-stars {
  color: #ffb400;
  font-size: 18px;
  margin: 8px 0;
}

.review-text {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
}

.review-more {
  color: #8c44ff;
  font-weight: 600;
}

/* Social Summary Card */
.review-summary {
  background: linear-gradient(135deg, #e8f1ff, #f7eaff);
  border-radius: 18px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}

.review-summary h4 {
  font-weight: 700;
  color: #333;
}

.review-summary p {
  font-size: 14px;
  color: #555;
}

.review-avatars img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: -10px;
  border: 2px solid white;
}

.review-count {
  background: #8c44ff;
  color: white;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 12px;
}

.review-note {
  margin-top: 10px;
  font-size: 13px;
  color: #888;
}

/* Arrows */
.review-arrow {
  border: none;
  background: #fff;
  color: #3d2c2c;
  font-size: 28px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.arrow-left { left: -20px; }
.arrow-right { right: -20px; }

.review-arrow:hover {
  background: #f3e7ff;
}

.srm-gallery {
  background: #f8f8f8;
}

.gallery-title {
  font-size: 32px;
  font-weight: 800;
  color: #377a17;
  font-family: 'Lora', serif;
}

/* Gallery items */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
}

.gallery-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover overlay */
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 22px;
  font-weight: 700;
  opacity: 0;
  transition: 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-img {
  transform: scale(1.1);
}
.srm-marquee {
  width: 100%;
  background: #377a17;      /* Dark brown real-estate theme */
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  animation: marquee 18s linear infinite;
}

/* Smooth scroll animation */
@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

/* MAIN SECTION SPLIT */
.srm-contact-main {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-wrap: wrap;
}

/* LEFT SIDE */
.contact-left {
  flex: 1;
  min-height: 450px;
  background-image: url("images/aboutin.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 40px;
  color: white;
  position: relative;
}

.contact-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.contact-left-content {
  position: relative;
  z-index: 10;
  max-width: 550px;
}

.contact-sub {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-heading {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 25px;
}

.info-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.info-text {
  font-size: 16px;
  opacity: 0.9;
}

.contact-row {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;      /* FIX for mobile */
}

.info-label {
  font-weight: 600;
  font-size: 17px;
}

.contact-row i,
.info-title i {
  color: #ffc107;
  font-size: 22px;
  margin-right: 10px;
}

/* RIGHT SIDE FORM */
.contact-right {
  flex: 1;
  min-height: 450px;
  background: #76ab20;
  color: white;
  padding: 80px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-box {
  width: 100%;
  max-width: 500px;
}

.form-heading {
  font-size: 32px;
  font-weight: 800;
  color: white;
}

.form-sub {
  color: white;
  margin-bottom: 20px;
}

.form-field {
  border: none;
  border-bottom: 2px solid #377a17;
  border-radius: 10px;
  padding-left: 10px;
  box-shadow: none;
  font-size: 16px;
}

.form-field:focus {
  border-color:#377a17;
  box-shadow: none;
}

.submit-btn {
  background: white;
  color: black;
  padding: 12px 35px;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #377a17;
  color: white;
}

/* ===============================
   RESPONSIVE FIXES 
=================================*/

/* Tablets */
@media(max-width: 992px) {

  .srm-contact-main {
    flex-direction: column;
  }

  .contact-left,
  .contact-right {
    width: 100%;
    padding: 50px 30px;
  }

  .contact-heading {
    font-size: 34px;
  }
}

/* Mobiles */
@media(max-width: 576px) {

  .contact-heading {
    font-size: 28px;
    line-height: 1.4;
  }

  .contact-row {
    flex-direction: column;
    gap: 20px;
  }

  .contact-left,
  .contact-right {
    padding: 35px 20px;
  }

  .submit-btn {
    width: 100%;
  }
}


.asnvp-footer {
  background: #000;
  color: #bbb;
  position: relative;
  padding-top: 40px;
}

/* DIAGONAL LINE STYLE */
.footer-diagonal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: transparent;
  border-bottom: 1px solid #222;
  transform: skewY(-5deg);
  transform-origin: 0;
}

/* LOGO */
.footer-logo {
  width: 180px;
  margin-bottom: 20px;
  background-color: white;
}

/* DESCRIPTION */
.footer-desc {
  font-size: 15px;
  line-height: 1.6;
  max-width: 350px;
  margin-bottom: 25px;
}

/* SOCIAL ICONS */
.footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 50%;
  background: #141414;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #377a17;
}

/* TITLES */
.footer-title {
  color: #777;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* QUICK LINKS */
.footer-links {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #76ab20;
}

/* CONTACT INFO */
.footer-contact {
  margin-bottom: 12px;
  font-size: 15px;
}

.footer-contact i {
  color: white;
  margin-right: 8px;
}

/* MAP */
.footer-map {
  width: 100%;
  height: 150px;
  border: 0;
  border-radius: 12px;
}

/* LINE SEPARATOR */
.footer-line {
  border-color: #222;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* COPYRIGHT */
.copyright {
  color: #888;
  font-size: 14px;
}

/* POLICY LINKS */
.policy-links a {
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
}

.policy-links a:hover {
  color: #e63946;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .asnvp-footer {
    padding-top: 80px;
  }
  .footer-diagonal {
    height: 80px;
  }
}
.banbut
{
  background-color: #76ab20;  
}
.service-card {
  background: #ffffff;
  border-top-left-radius: 50px;
  transition: 0.3s;
  border: 3px solid #eee;
  border-bottom-right-radius:50px ;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 39px rgba(0, 0, 0, 0.59);
}
.service-section h2 {
    font-family: 'Lora', serif;
  font-size: 32px;
}
.service-card h5 {
  color: #377a17; /* Luxury Gold */
    font-family: 'Lora', serif;
}
.service-card p {
    font-family: 'Lora', serif;
  font-size: 15px;
  line-height: 1.7;
}
.ko
{
  background-color: white;
}
@media(max-width:550px)
{
  .ko
  {
    display: none;
  }  
}

.founder-section {
  background: #f1fff2;
}

.founder-content h3 {
  font-size: 28px;
}

.founder-content h5 {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.founder-content p {
  font-size: 16px;
  line-height: 1.7;
}

.description {
  font-size: 17px;
  color: #333;
}

.founder-img-wrapper img {
  border-radius: 12px;
}
.vmc-modern-section {
  background: linear-gradient(to bottom right, #f0f4ff, #ffffff);
}

.vmc-modern-card {
  background: #fff;
  border: none;
  transition: 0.3s ease;
  position: relative;
}

.vmc-modern-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}

.vmc-icon i {
  font-size: 45px;
}

.divider {
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background: #0d6efd;
}

.vmc-section {
  background: #f7f8f6;
}

.vmc-card {
  padding: 5px;
}

.vmc-title {
  font-family: "Georgia", serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.vmc-text {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  text-align: left;
}

.vmc-card img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.faq-section {
  background: #eafde2;
}

/* Remove default arrow */
.accordion-button::after {
  display: none !important;
}

/* FAQ Card Style */
.accordion-item {
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.08);
}

.faq-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff !important;
  font-size: 17px;
  font-weight: 600;
  padding: 18px;
}

.faq-title {
  flex: 1;
}

/* + / – icon style */
.icon {
  font-size: 22px;
  font-weight: 700;
  transition: 0.3s ease;
}

/* When open, rotate + to make – */
.accordion-button:not(.collapsed) .icon {
  transform: rotate(45deg); /* + → – */
}
.about-banner {
  background: url('images/aboutban.jpg') center/cover no-repeat;
  width: 100%;
  height: 75vh;
  min-height: 320px;
  position: relative;
}
.abouts-banner {
  background: url('images/serviceban.jpg') center/cover no-repeat;
  width: 100%;
  height: 75vh;
  min-height: 320px;
  position: relative;
}
.abouts-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45); /* dark overlay */
}

.about-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45); /* dark overlay */
}

.about-banner .container {
  position: relative;
  z-index: 2;
}
.abouts-banner .container {
  position: relative;
  z-index: 2;
}

.about-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Lora', serif;
}

.about-subtitle {
  color: #f1f1f1;
  font-size: 18px;
  margin-top: 10px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .about-title {
    font-size: 32px;
  }
  .about-subtitle {
    font-size: 16px;
  }
  .about-banner {
    height: 45vh;
  }
}

.about-title {
  font-size: 32px;
  font-weight: 700;
  color: #1d1d1d;
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #444;
  text-align: justify;
}

/* Animation */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
}

.fade-up.delay-1 {
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-image-wrapper img {
  border-radius: 12px;
}
.about-title {
  font-size: 34px;
  font-weight: 800;
  color: #222;
}

.about-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  height: 100%;
  border-left: 5px solid #377a17;
}

.about-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #377a17;
}

.about-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* Hover animation */
.about-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 6px 25px rgba(0,0,0,0.32);
}

/* Fade-up animations */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
.delay-5 { animation-delay: 1s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.services-section {
  animation: fadeSlideUp 1.2s ease-in-out;
}

.service-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 15px;
}
/* Scroll to Top Button */
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #76ab20;
  color: white;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

/* Show Button when Scrolling */
.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
}

/* Hover Effect */
.scroll-top-btn:hover {
  background: #5b8c17;
  transform: translateY(-5px);
}

/* Mobile Size Adjustments */
@media (max-width: 576px) {
  .scroll-top-btn {
    width: 42px;
    height: 42px;
    bottom: 20px;
    right: 15px;
    font-size: 24px;
  }
}
/* Scroll to Top Button */
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #76ab20;
  color: white;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

/* Show Scroll Button */
.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.scroll-top-btn:hover {
  background: #5b8c17;
  transform: translateY(-5px);
}

/* WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  bottom: 95px; /* above scroll button */
  right: 25px;
  width: 55px;
  height: 55px;
  background: #25d366;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: 0.3s;
  z-index: 9999;
}

.whatsapp-btn:hover {
  transform: translateY(-5px);
  background: #1ebd5a;
}

/* Responsive for Mobile */
@media (max-width: 576px) {

  .scroll-top-btn {
    width: 42px;
    height: 42px;
    bottom: 20px;
    right: 15px;
    font-size: 24px;
  }

  .whatsapp-btn {
    width: 48px;
    height: 48px;
    font-size: 24px;
    bottom: 75px;
    right: 15px;
  }
}
/* Scroll to Top Button */
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #76ab20;
  color: white;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
  border: 2px solid white;
}

/* Show Scroll Button */
.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.scroll-top-btn:hover {
  background: #5b8c17;
  transform: translateY(-5px);
}

/* WhatsApp Button */


.whatsapp-btn:hover {
  transform: translateY(-5px);
  background: #1ebd5a;
}

/* Responsive for Mobile */
@media (max-width: 576px) {

  .scroll-top-btn {
    width: 42px;
    height: 42px;
    bottom: 20px;
    right: 15px;
    font-size: 24px;
  }

  .whatsapp-btn {
    width: 48px;
    height: 48px;
    font-size: 24px;
    bottom: 75px;
    right: 15px;
  }
}
/* Base Floating Button */
.floating-btn {
  position: fixed;
  right: 25px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  z-index: 9999;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.floating-btn:hover {
  transform: translateY(-6px);
}

/* WhatsApp Button */
.whatsapp-btn {
  bottom: 150px;
  background: #25d366;
}

/* Phone Button */
.phone-btn {
  bottom: 90px;
  background: #007bff; /* Blue */
}

/* Scroll-to-Top Button */
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #76ab20;
  color: white;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.scroll-top-btn:hover {
  background: #5b8c17;
  transform: translateY(-6px);
}

/* Mobile Responsive */
@media(max-width: 576px) {

  .floating-btn {
    width: 48px;
    height: 48px;
    font-size: 24px;
    right: 15px;
  }

  .whatsapp-btn {
    bottom: 135px;
  }

  .phone-btn {
    bottom: 80px;
  }

  .scroll-top-btn {
    width: 42px;
    height: 42px;
    bottom: 20px;
    right: 15px;
    font-size: 24px;
  }
}
/* PRELOADER WRAPPER */
#preloader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

/* CIRCLE ROTATION */
.loader-circle {
  width: 80px;
  height: 80px;
  border: 5px solid #ddd;
  border-top-color: #ff9800; /* Real estate theme */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: relative;
}

/* ICON */
.loader-icon {
  position: absolute;
  font-size: 26px;
  color: #1976d2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Fade out */
.fade-out {
  opacity: 0;
  transition: 0.6s ease;
}
