html, body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Poppins', sans-serif;
  background-color: #FAF5EF;
  color: #000;
}

/* --- Testimonials section --- */
#testimonials .owl-carousel {
  margin: 0;
}

#testimonials .owl-carousel .item {
  padding: 1rem;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

#testimonials .owl-carousel .item:hover {
  transform: translateY(-5px);
}

#testimonials .owl-carousel .item h4 {
  color: #000;
  font-weight: 500;
}

#testimonials .owl-carousel .item-video {
  height: 300px;
}

#testimonials #setup {
  margin-top: 4rem;
}

#testimonials .demo-list h5 {
  margin: 0;
}

#testimonials p {
  font-style: italic;
}

.footer-text {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}

.gray {
  color: #444;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-bottom p {
  font-size: 14px;
}

.hide,
.antispam {
  display: none;
}

.whyus-icon {
  height: 70px;
  width: 70px;
  border: 2px solid #8C0F0F;
  padding: 10px;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whyus-icon:hover {
  transform: scale(1.05);
}

.whyus-icon i {
  color: #8C0F0F;
  font-size: 2rem;
}

.logo {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  border: 2px solid #8C0F0F;
}

ul.list-style {
  margin: 0;
  padding: 0;
}

ul.list-style li {
  list-style: none;
  margin-left: 25px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

ul.list-style li i {
  color: #8C0F0F;
  position: absolute;
  left: 0;
  top: 2px;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex: none !important;
  text-align: center;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
  border: 1px solid #000;
  margin: 5px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.nav-fill .nav-link.active,
.nav-pills .show > .nav-link,
.nav-fill > .nav-link:hover {
  background-color: #8C0F0F;
  color: #fff;
  border: 1px solid #8C0F0F;
}

.nav-link {
  color: #8C0F0F;
  transition: color 0.3s ease;
}

.red {
  color: #8C0F0F !important;
  font-weight: 800;
}

.red-s {
  color: #8C0F0F !important;
  font-weight: 600;
}

.bg-red {
  background-color: #8C0F0F !important;
}

.bg-l-beige {
  background-color: #f5e2c5;
}

.white {
  color: white !important;
}

.faq-img {
  width: 100% !important;
  height: auto !important;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

label.error {
  display: contents;
}

.form-control,
.form-select {
  font-size: 1.2rem;
}

h2.accordion-header button {
  font-weight: 500;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  display: block;
}

.footer-nav {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
}

.footer-action {
  transition: background 0.3s ease;
}

.footer-link {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.footer-link:hover {
  opacity: 0.9;
}

.footer-icon {
  font-size: 1.4rem;
  margin-bottom: 2px;
}

.bg-success {
  background-color: #8C0F0F !important;
}

.bg-dark {
  background-color: #1b1b1b !important;
}

/* Mobile Menu */
.offcanvas {
  width: 250px;
}

.offcanvas .nav-link {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

.offcanvas .dropdown-menu {
  background-color: #f8f9fa;
  padding-left: 20px;
  border: none;
}

.offcanvas .dropdown-menu .dropdown-item {
  padding: 8px 15px;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #8C0F0F;
  color: white;
  border-radius: 50%;
  font-size: 30px;
  z-index: 999;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  animation: pulse 2s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  color: white;
}

#book-now {
  background: linear-gradient(to right, #faeed4, #e4c68c);
  padding: 40px 0;
  border-radius: 12px;
}

.card h2, .card h4 {
  margin-bottom: 0.5rem;
}

.card p {
  margin-bottom: 1.5rem;
}

.btn-success {
  background-color: #8C0F0F;
  border-color: #8C0F0F;
  transition: background 0.3s ease;
}

.btn-success:hover {
  background-color: #b82828;
  border-color: #8C0F0F;
}

.img-fluid-man {
  height: 355px !important;
  
}

.about-img {
    width: 100%;
    margin-top: -350px;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 100px;
  right: 35px;
  z-index: 999;
  background-color: #8C0F0F;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, transform 0.3s ease;
}

#scrollToTopBtn:hover {
  background-color: #5c0808;
  transform: translateY(-3px);
}

.call-buy-now {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

 .btn-brown { background:#7a4a2e; color:#fff; border:1px solid #6a3f28; }
  .btn-brown:hover { background:#663d28; color:#fff; }
  .btn-outline-brown { color:#7a4a2e; border:1px solid #7a4a2e; background:transparent; }
  .modal-backdrop { z-index:1040; }
  .modal { z-index:1050; }

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(140, 15, 15, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(140, 15, 15, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(140, 15, 15, 0);
  }
}

.text-success {
  color: #8C0F0F !important;
}

.text-white {
  color: white !important;
}
.contact-phones {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #333;
}

.contact-phones a {
  color: #007BFF; /* a pleasant blue */
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.3s ease;
}

.contact-phones a:hover {
  color: #0056b3; /* darker blue on hover */
  text-decoration: underline;
}

.contact-phones span {
  color: #aaa;
}


/* 
 .man {
    max-width: 159% !important;
    height: auto;
} */

/* EcoShield Section Polished */
.ecoshield-section {
  background: linear-gradient(135deg, #FAF5EF, #f5e2c5);
  overflow: hidden;
  position: relative;
}

.ecoshield-content {
  background: #fff;
  border-left: 6px solid #8C0F0F;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.ecoshield-title {
  color: #8C0F0F;
  font-weight: 800;
}

.ecoshield-content h3 {
  font-weight: 700;
  color: #333;
}

.ecoshield-content p {
  color: #444;
}

.ecoshield-highlight {
  background: linear-gradient(135deg, #faeed4, #f5e2c5);
  border-left: 4px solid #8C0F0F;
  border-radius: 8px;
}

.ecoshield-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.ecoshield-list li {
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}

.ecoshield-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #8C0F0F;
}

.ecoshield-img {
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.2s forwards ease;
}
.about-video{
  margin-top: -520px ;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.swiper-pagination-bullet {
  background: #8C0F0F;
}
#book-now .image-col {
  /* background-image: url('assets/cocoa-1.jpg'); */
  background-size: cover;
  background-position: left;
  border-radius: 1rem 0 0 1rem;
  min-height: 400px;
      width: 45%;
      /* padding-top: 20px; */
          padding-top: 52px;
}
.footer-bottom .social-icons a {
  font-size: 1.4rem;
  color: #fff;
  transition: color 0.3s ease;
}

.footer-bottom .social-icons a:hover {
  color: #0d6efd; /* Bootstrap blue or your brand color */
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
}

.slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.slide {
  min-width: calc(100% / 3);
  box-sizing: border-box;
  padding: 8px;
}

.slide img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.slider-wrapper {
  position: relative;
  overflow: hidden;
}


/* Navigation buttons */
.nav-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 5;
}

.nav-btn:hover {
  background-color: rgba(0,0,0,0.8);
}

.prev { left: 10px; }
.next { right: 10px; }

/* Responsive */
  /* Theme */
  .btn-brown { background:#7a4a2e; color:#fff; border:1px solid #6a3f28; }
  .btn-brown:hover, .btn-brown:focus { background:#663d28; color:#fff; }
  .btn-outline-brown { color:#7a4a2e; border:1px solid #7a4a2e; background:transparent; }
  .btn-outline-brown:hover, .btn-outline-brown:focus { background: rgba(122,74,46,0.06); }

  /* Responsive adjustments */


  @media (min-width:576px) {
    #purchase-panel-compact { max-width:820px; }
  }

@media (max-width: 2559px) {
/* .man {
    max-width: 195% !important;
    height: auto;
} */
}
@media (max-width: 1025px) {
/* .man {
    max-width: 249% !important;
    height: auto;
} */
}

@media (max-width: 992px) {
  #book-now .row {
    flex-direction: column; /* stack vertically */
    text-align: center;
  }

  #book-now .col-md-4,
  #book-now .col-md-6 {
    width: 100%;
    max-width: 100%;
  }

  #book-now img.man {
    width: 100%;
    height: auto;
    border-radius: 1rem; /* fully rounded on top */
    margin-bottom: 1rem;
  }

  #book-now .card {
    border-radius: 1rem; /* fully rounded */
    height: auto;
            margin-top: 20px;
  }

  .slide { min-width: 50%; }


}
/* Responsive tweaks */
@media (max-width: 768px) {
   #book-now .image-col {
    min-height: 200px;
    border-radius: 1rem;
    width: 94%;
  }
  .navbar-nav {
    background: #efefef;
    padding: 15px;
  }
  .ecoshield-content {
    padding: 1.5rem;
  }
  .ecoshield-img {
    height: 250px;
  }
   .contact-phones {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .contact-phones a {
    margin: 0; /* remove inline margins */
    display: inline-block;
  }

  .contact-phones span {
    display: none; /* hide | separator on mobile */
  }
   .nav-btn {
    top: 40%;
    font-size: 20px;
    padding: 8px;
  }
}
@media (max-width: 600px) {
  .slide { min-width: 100%; }
}

@media (max-width: 576px) {
  .about-img {
    max-width: 100%;
    height: auto;
    margin-top: 0px;
  }
  #scrollToTopBtn {
    bottom: 157px;
  }
  .logo {
    max-width: 120px;
  }
  .man {
    height: 200px;
  }
    #book-now .image-col {
padding-top: 0px !important;
  }
  .about-video{
  margin-top: 0px ;
}
}

  @media (max-width:575.98px) {
    #purchase-panel-compact { padding:0.6rem; }
    #purchase-panel-compact img { height:96px; }
    #purchase-panel-compact .input-group { width:100%; }
    #purchase-panel-compact select.form-select { width:100%; }
    #purchase-panel-compact .d-flex.gap-2.ms-auto { min-width:0; }
    #purchase-panel-compact .btn { padding:0.46rem 0.6rem; font-size:0.9rem; }
  }

@media (max-width: 445px) {
  .faq-img {
    margin-top: -21px;
  }
  .whatsapp-float {
    bottom: 77px !important;
  }
  
}

@media (max-width: 320px) {
  .faq-img {
    margin-top: -21px;
  }
  .whatsapp-float {
    bottom: 77px !important;
  }
}

/* --- Luxury UI Enhancements --- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif; /* luxury serif headings */
  color: #4B2E2E;
}
h2 span, h3 span {
  color: #D4AF37; /* gold accent highlights */
}

.btn-success {
  border-radius: 12px;
  font-weight: 600;
}
.card, .whyus-icon, .ecoshield-content {
  border-radius: 16px;
  transition: all 0.3s ease;
}
.card:hover, .ecoshield-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
