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: -500px;
}

#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%;
}

@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;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.swiper-pagination-bullet {
  background: #8C0F0F;
}
#book-now .image-col {
  background-image: url('assets/2.jpg');
  background-size: cover;
  background-position: left;
  border-radius: 1rem 0 0 1rem;
  min-height: 400px;
      width: 45%;
}
.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 */
}

@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;
  }
}
/* 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 */
  }
}

@media (max-width: 576px) {
  .about-img {
    max-width: 100%;
    height: auto;
    margin-top: 0px;
  }
  #scrollToTopBtn {
    bottom: 157px;
  }
  .logo {
    max-width: 120px;
  }
  .man {
    height: 200px;
  }
}

@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;
  }
}
