:root {
  --green: #024b13;
  --light: rgb(255, 255, 255);
}

.btn-quote {
  background: #6f7de300;
  color: #fff;
  padding: 8px 18px;
  text-decoration: none;
}

.btn-quote:hover {
  color: #000;
  background-color: white;
  transition: 0.5s;
}

.nav-bg {
  background-color: var(--green);
}

.right-nav {
  background-color: var(--green);
}

.nave-list {
  width: 80%;
}

.home-section {
  min-height: 100vh;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("/assets/home/home-banner2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--light);
}

.home-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-text {
  font-size: 1.05rem;
  margin-top: 1rem;
  margin-bottom: 1.8rem;
  max-width: 550px;
}

.home-btn {
  padding: 12px 28px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  .home-title {
    font-size: 2.6rem;
  }
}

@media (max-width: 576px) {
  .home-title {
    font-size: 2rem;
  }

  .home-text {
    font-size: 0.95rem;
  }
}

.green-text {
  color: var(--green);
}

.three-varaagan-card {
  height: 400px;
  width: 300px;
}

.varaagam-card-img-1 {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("/assets/home/home-banner2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--light);
}

.varaagam-card-img-2 {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("/assets/home/home-banner2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--light);
}

.varaagam-card-img-3 {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("/assets/home/home-banner2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--light);
}

.under-line {
  height: 5px;
  width: 70px;
}

.image-box {
  max-width: 460px;
}

.main-img {
  width: 100%;
  display: block;
}

.small-img {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 160px;
  border: 10px solid #c48a2a;
}

@media (max-width: 768px) {
  .image-box {
    max-width: 100%;
  }

  .small-img {
    width: 120px;
    bottom: -20px;
    left: -20px;
  }
}

.video-section {
  background: #eaf6e2;
  padding: 80px 0;
}

.video-title {
  font-size: 42px;
  font-weight: 700;
}

.video-wrapper {
  position: relative;
  max-width: 900px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.25);
}

.video-img {
  width: 100%;
  height: auto;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-btn:hover {
  background: #1b5e20;
  border-color: #1b5e20;
}

@media (max-width: 768px) {
  .video-title {
    font-size: 30px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

.model-h {
  height: 90vh !important;
}

.Enjoy-card {
  background-color: var(--green);
  color: #eaf6e2;
}

.Enjoy-card-inner {
  height: 300px;
  width: 250px;
}

.gallery-sm {
  height: 230px;
  object-fit: cover;
}

.gallery-lg {
  height: 480px;
  object-fit: cover;
}

@media (max-width: 991px) {

  .gallery-sm,
  .gallery-lg {
    height: auto;
  }
}

.testimonial {
  max-width: 520px;
}

.stars {
  color: var(--green);
  font-size: 18px;
  letter-spacing: 2px;
}

.comment-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.user-name {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #2c3e50;
}

.packages-section {
  padding: 80px 0;
}

.package-card {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 60px 25px 30px;
  text-align: left;
  height: 100%;
}

.package-icon {
  position: absolute;
  top: -28px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}

@media (max-width: 768px) {
  .package-icon {
    top: -15px;
    left: 20px;

  }
}

.contact-section-home {
  min-height: 85vh;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("/assets/contact/contact-banner-1024x427.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--light);
}

.contact-section {
  padding: 80px 0;
}

.contact-left h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-left p,
.contact-left a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.social-icons a {
  color: #2f7d32;
  font-size: 20px;
  margin-right: 15px;
}

.form-label span {
  color: red;
}

.form-control {
  border-radius: 2px;
  padding: 12px;
  border: 1px solid #ddd;
}

.btn-submit {
  background: #2f7d32;
  color: #fff;
  padding: 12px 35px;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-submit:hover {
  background: #256428;
  color: #fff;
}

@media (max-width: 768px) {
  .contact-left {
    margin-bottom: 40px;
  }
}

.map-section {
  height: 70vh;
}

.footer {
  background: #fff;
  padding: 60px 0 20px;
  font-family: system-ui, sans-serif;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
}

.footer-links a:hover,
.footer-links a.active {
  color: #2f8f2f;
}

.footer-social {
  margin-top: 15px;
}

.footer-social a {
  color: #1b5e20;
  font-size: 18px;
  margin-right: 12px;
  display: inline-block;
}

.footer-bottom {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

/* Responsive */
@media (max-width: 576px) {
  .footer {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }
}