body { margin: 0;
     font-family: 'Roboto Condensed', sans-serif; 
     line-height: 26px !important;
    }
    p{
        font-weight: 400;
    }
    li{
        font-weight: 400;   
    }

    /* HERO */
    .hero {
      height: 100vh;
      background: url("../images/3.jpg") center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      position: relative;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      /* background: rgba(0,0,0,0.35); */
    }

    .hero-content { position: relative; z-index: 2; }

    .hero h1 { font-size: 70px; font-weight: 800; }
    .hero h2 { font-size: 46px; font-weight: 700; }

    .contact-btn {
      margin-top: 20px;
      background: #f4b400;
      color: #fff;
      border: none;
      padding: 12px 30px;
      font-weight: 600;
      border-radius: 6px;
    }

    /* NAVBAR STYLE */
    .navbar-custom {
      position: absolute;
      width: 100%;
      z-index: 100;
      top: 0;
    }

    .nav-box {
      background: #f4b400;
      /* border-radius: 4px; */
      padding: 20px 15px;
    }

    .nav-link {
      color: #334155 !important;
      /* font-weight: 500; */
      margin: 0 8px;

    }
    .nav-link:hover {
      color: #fff !important;
    }

    .logo { width: 87px; }

    /* WhatsApp */
    .whatsapp {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #25d366;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 26px;
      text-decoration: none;
    }

    /* MOBILE TEXT SIZE */
    @media(max-width:768px){
      .hero h1 { font-size: 36px; }
      .hero h2 { font-size: 22px; }
    }



       .service-box {
      color: #fff;
      text-align: center;
      padding: 10px 30px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .service-box h2 {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .service-line {
      width: 60px;
      height: 2px;
      background: #fff;
      margin: 15px auto 25px;
    }

    .service-box p {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 35px;
    }

    .read-btn {
      border: 2px solid #fff;
      padding: 12px 28px;
      color: #fff;
      text-decoration: none;
      font-weight: 600;
      display: inline-block;
      transition: 0.3s;
    }

    .read-btn:hover {
      background: #fff;
      color: #000;
    }

    /* Colors (same as image) */
    .purple { background: #7b2c75; }
    .pink   { background: #cc3366; }
    .orange { background: #f28c18; }
    .yellow { background: #f2b705; }

    /* Responsive text */
    @media (max-width: 768px) {
      .service-box {
        padding: 50px 20px;
      }

      .service-box h2 {
        font-size: 24px;
      }

      .service-box p {
        font-size: 16px;
      }
    }


     .feature-section{
      padding:70px 0;
    }

    /* Left Image */
    .feature-img{
      border:3px solid #000;
      box-shadow:0 10px 20px rgba(0,0,0,0.3);
      width:100%;
    }

    /* Heading */
    .title{
      font-size:40px;
      font-weight:700;
      margin-bottom:10px;
    }

    .line{
      width:50px;
      height:2px;
      background:#000;
      margin:15px 0 25px;
    }

    .desc{
      font-size:18px;
      line-height:1.7;
      color:#555;
      margin-bottom:30px;
    }

    .sub-title{
      font-size:30px;
      font-weight:700;
      margin-bottom:20px;
    }

    /* Progress bar */
    .progress{
      height:22px;
      background:#ddd;
      border-radius:20px;
      overflow:hidden;
    }

    .progress-bar{
      background:#e0b400;
      font-size:14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:0 10px;
    }

    /* Button */
    .contact-btn{
      margin-top:25px;
      background:#000;
      color:#fff;
      border:none;
      padding:12px 30px;
      border-radius:6px;
      font-weight:600;
    }

    .contact-btn:hover{
      background:#333;
    }

    /* Responsive */
    @media(max-width:768px){
      .title{font-size:28px;}
      .sub-title{font-size:22px;}
      .desc{font-size:16px;}
    }


    
    .section-title {
      text-align: center;
      font-size: 40px;
      font-weight: 700;
      margin: 60px 0;
    }

    .choose-card {
      background: #fff;
      padding: 50px 25px;
      box-shadow: 0 8px 18px rgba(0,0,0,0.15);
      height: 100%;
      transition: 0.3s;
    }

    .choose-card:hover {
      transform: translateY(-6px);
    }
    .choose-card:hover  {
     background-color: #e0b400; color: #fff;
    }

    .choose-icon {
      font-size: 40px;
      color: #000;
      margin-bottom: 20px;
    }

    .choose-text {
      font-size: 22px;
      color: #0d6efd;
      text-decoration: underline;
      font-weight: 500;
      line-height: 1.4;
    }

    /* Responsive */
    @media(max-width:768px) {
      .section-title { font-size: 28px; }
      .choose-text { font-size: 18px; }
    }

     /* Title bar */
    .csr-title {
      background: linear-gradient(to right, #f5a400, #f2b705);
      text-align: center;
      padding: 18px 0;
      font-size: 32px;
      font-weight: 700;
      margin: 40px auto;
      width: 85%;
    }

    /* Links */
    .csr-links a {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-decoration: underline;
      margin: 35px 0;
      transition: 0.3s;
    }

    .csr-links a:hover {
      color: #d18b00;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .csr-title {
        font-size: 24px;
        width: 95%;
      }

      .csr-links a {
        font-size: 18px;
        margin: 20px 0;
      }
    }

    .luxury-banner {
  position: relative;
  background: url("../images/1.jpg") center/cover no-repeat;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
}

/* white overlay */
.luxury-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
}

.luxury-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
}

.luxury-title {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 8px rgba(0,0,0,0.6);
  margin-bottom: 25px;
}

.luxury-text {
  font-size: 18px;
  color: #000;
  line-height: 1.7;
  font-weight: 500;
}

/* responsive */
@media (max-width: 768px) {
  .luxury-title { font-size: 36px; }
  .luxury-text { font-size: 15px; }
}

.family-section {
  background: #eee;
  padding: 50px 0 70px;
}

/* Yellow title bar */
.family-title {
  background: linear-gradient(to right, #f5a400, #f2b705);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  margin: 0 auto 30px;
  width: 85%;
}

/* Video card */
.video-box {
  background: #fff;
  padding: 8px;
  border: 3px solid #cfcfcf;
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

/* Video responsive */
.video-box video {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .family-title {
    font-size: 24px;
    width: 95%;
  }

  .video-box video {
    height: 200px;
  }
}


/* ===== COUNTER ===== */
.counter-section {
  background: #eee;
  padding: 50px 0;
}

.counter-box {
  background: #f3f3f3;
  padding: 30px 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.counter-box h2 {
  font-size: 60px;
  color: #e0a100;
  font-weight: 700;
}

.counter-box p {
  font-size: 20px;
  color: #666;
}


/* ===== FOOTER ===== */
.footer {
  background: #000;
  color: #fff;
  padding: 60px 0 0;
}

.footer-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.footer-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: #e0a100;
  margin-top: 8px;
}

.footer p {
  color: #ddd;
  line-height: 1.7;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #e0a100;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Bottom bar */
.footer-bottom {
  text-align: center;
  background: #eee;
  color: #333;
  padding: 15px;
  margin-top: 40px;
  font-size: 14px;
}

.footer-bottom span {
  color: #e0a100;
  font-weight: 600;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .counter-box h2 { font-size: 40px; }
  .counter-box p { font-size: 16px; }
}

.footer-logo {
  width: 150px;
  margin-top: 20px;
}   