body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: rgb(29, 37, 73);
  padding-top: 80px;
  font-family: "Poppins", serif;
  color: rgb(255, 255, 255);
}

.navbar-brand {
  font-family: "MuseoModerno", serif;
  font-weight: 400;
  font-style: normal;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease-in-out;
}

.navbar-toggler {
  background-color: rgb(189, 243, 71);
}

.header-nav {
  font-weight: 400;
  font-style: normal;
  color: rgb(255, 255, 255);
  font-kerning: none;
  text-decoration: none;
  font-size: 22.6667px;
}

.home {
  background-image: url("./assets/banner-img.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 100vh;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;

  padding: 2rem;
}

.home-content {
  transform: translate(0px, 30.5304px);
}

.home-content p {
  font-size: 100.652px;
  color: rgb(189, 243, 71);
  line-height: 122px;
  letter-spacing: 0em;
  text-transform: none;
  list-style-type: none;
}

.home-content p span {
  font-weight: 700;
  font-style: normal;
  color: rgb(189, 243, 71);
  font-kerning: none;
  text-decoration: none;
}

.it-class {
  color: rgb(255, 255, 255) !important;
}

.home-section {
  writing-mode: horizontal-tb;
  width: 606.2px;
  height: 31.6666px;
  transform: scale(0.550781, 0.550781);
  transform-origin: 0px 0px;
}

.home-section p {
  font-size: 26.6668px;
  color: rgb(255, 255, 255);
  line-height: 37px;
  letter-spacing: 0em;
  text-transform: none;
  list-style-type: none;
}

.home-section p span {
  font-weight: 400;
  font-style: normal;
  color: rgb(255, 255, 255);
  font-kerning: none;
  text-decoration: none;
  font-size: 34.6668px;
}

.btn-warning {
  background: rgb(189, 243, 71);
}

.product-head {
  display: flex;
  justify-content: flex-start;
}

.product-img {
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.product-img.show {
  opacity: 1;
  transform: translateY(0);
}

.img-content {
  font-size: 20.653px;
  color: rgb(255, 255, 255);
  line-height: 28px;
  letter-spacing: 0em;
  text-transform: none;
  list-style-type: none;
}

.underline {
  width: 140px;
  height: 6px;
  background-color: #a6e22e;
}

.product-service {
  width: 250px;
}

.booking-service {
  width: 280px;
}

.product-service img,
.booking-service img {
  width: 175.94px;
  height: 144.711px;
  transform: translate(0px, 0px) rotate(0deg);
  margin-bottom: 20px;
}

.productSw img {
  transform: translate(0px, 0px) rotate(0deg);
  margin-bottom: 20px;
}

.product-container {
  padding-block: 6rem;
}

.background-img {
  background-image: url("./assets/footer-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 551.269px;
}

.footer {
  padding-block: 3rem;
}

.footer-title {
  color: rgb(189, 243, 71);
  width: 700px;
  font-size: 3.7rem;
}

h1 {
  font-size: 3rem;
}

.it {
  color: white;
}

.para {
  font-size: 1.25rem;
  margin-bottom: 0px;
}

.service-para {
  font-size: 1.25rem;
}

.btn1 {
  border-radius: 70px;
  width: 280px;
  background: linear-gradient(to right, #28a745, #90ee90);
}

img {
  max-width: 100%;
  height: auto;
}

/* Responsive adjustments for smaller devices */
@media (max-width: 991px) {
  .navbar-nav {
    align-items: end;
  }
  .footer-sec-2 {
    align-items: center !important;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }

  .navbar {
    padding: 1rem;
  }

  .navbar-toggler {
    padding: 0.25rem 0.5rem;
  }

  .header-nav {
    font-size: 1.2rem;
  }

  .home {
    min-height: 60vh;
    background-size: cover;
    background-position: center top;
    padding: 1rem;
    gap: 1.5rem;
  }

  .home-content {
    transform: none;
    text-align: center;
  }

  .home-content p {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .home-section {
    transform: scale(1);
    width: 100%;
  }

  .home-section p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .home-section p span {
    font-size: 1.5rem;
  }

  .book-call {
    flex-direction: column;
    gap: 1rem;
  }

  .book-call img {
    width: 40px;
    height: 40px;
  }

  .btn-warning {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }

  .header {
    font-size: 1.8rem;
  }

  .product-container {
    padding-block: 2rem;
    justify-content: center;
    gap: 2rem;
  }

  .product-service,
  .booking-service {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .product-service img,
  .booking-service img {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
  }

  .service-para {
    font-size: 1rem;
  }

  .btn1 {
    width: 100%;
    max-width: 250px;
    padding: 0.75rem;
    font-size: 1rem;
  }

  .background-img {
    height: auto;
    min-height: 400px;
  }

  .footer {
    padding-block: 2rem;
  }

  .footer-title {
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }

  .footer-content .para,
  .footer-bottom .para {
    font-size: 0.9rem;
  }

  .footer-sec1 img {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 576px) {
  .home-content p {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .home-section p {
    font-size: 1rem;
  }

  .header {
    font-size: 1.5rem;
  }

  .product-service img,
  .booking-service img {
    width: 100px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 40px;
  }

  .hidden {
    visibility: hidden;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .footer {
    padding-block: 2.5rem;
  }

  .footer-title {
    font-size: 2.5rem;
    width: 100%;
    text-align: left;
    margin-bottom: 1.5rem;
  }

  .footer-content .para,
  .footer-bottom .para {
    font-size: 1.1rem;
  }

  .footer-sec1 img {
    width: 30px;
    height: 30px;
  }

  .footer-sec-2 {
    align-items: center !important;
    margin-top: 2rem;
  }

  .footer-sec-2 form {
    width: 90%;
    max-width: 400px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 1rem;
  }

  .background-img {
    height: auto;
    min-height: 450px;
    background-size: cover;
  }

  .btn-warning {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
}
.paynow_button {
  width: 150px;
  background-color: #1065b7;
  text-align: center;
  font-weight: 800;
  padding: 11px 0px;
  color: white;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3.229px;
  letter-spacing: normal;
}
