/*
--- 01 TYPOGRAPHY SYSTEM

- Font sizes (px) 10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

--- 07 WHITESPACE 
- Spacing system (px) 2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128 
*/

/*---------------------------------*/
/* Header */
.main-header {
  background-color: #cceefa;
  padding: 1.2rem 4.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  height: 6.2rem;
}
.main-nav {
  display: block;
}
.main-nav-ul {
  list-style: none;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  gap: 4.8rem;
}
.mobile-nav .bi-x-circle-fill {
  display: none;
}
.header-link:link,
.header-link:visited {
  text-decoration: none;
  color: #333;
}
.header-link:hover,
.header-link:active {
  color: #0078a0;
}
.header-button:link,
.header-button:visited {
  background-color: #00abe4;
  padding: 1.2rem 2.4rem;
  text-decoration: none;
  color: #fff;
  border-radius: 9px;
}
.header-button:hover,
.header-button:active {
  background-color: #009acd;
}
.mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.mobile-nav-icon {
  font-size: 4.8rem;
  color: #333;
}
/*---------------------------------*/

/*---------------------------------*/
/* Hero */
.section-hero {
  background-color: #cceefa;
  padding: 2.4rem 0 9.6rem 0;
}
.hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.6rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}

.hero-img {
  width: 100%;
  border-radius: 12px;
}

.hero-desc {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}

.hero-btn:link,
.hero-btn:visited {
  text-decoration: none;
  padding: 1.6rem 3.2rem;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 9px;
}

.hero-btn-main:link,
.hero-btn-main:visited {
  background-color: #00abe4;
  color: #fff;
  transition: all 0.3s;
}
.hero-btn-main:hover,
.hero-btn-main:active {
  background-color: #009acd;
}

.hero-btn-secondary:link,
.hero-btn-secondary:visited {
  background-color: #e6f7fc;
  color: #333;
  transition: all 0.3s;
}
.hero-btn-secondary:hover,
.hero-btn-secondary:active {
  background-color: #cceefa;
  box-shadow: inset 0 0 0 3px #fff;
}

.hero-btns {
  display: flex;
  gap: 3.2rem;
}

.hero-btns {
  margin-bottom: 4.8rem;
}

.hero-customers {
  display: flex;
  align-items: center;
}
.hero-customer-img {
  height: 4.4rem;
  width: 4.4rem;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-right: -1.5rem;
}
.hero-customer-img:last-child {
  margin-right: 0;
}
.hero-customers-container {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.hero-imgs-p {
  font-size: 1.8rem;
  font-weight: 500;
}
.hero-imgs-p span {
  color: #0078a0;
  font-weight: 700;
}
/*---------------------------------*/

/*---------------------------------*/
/* Services */
.section-services {
  padding: 9.6rem 0;
  background-color: #f9f9f9;
}
.services-heading {
  font-size: 1.8rem;
  color: #009acd;
  font-weight: 500;
  margin-bottom: 1.6rem;
  display: block;
  letter-spacing: 0.75px;
  text-align: center;
}

.service-logo {
  height: 6.4rem;
  text-align: center;
}
.logo-container {
  /* background-color: #cceefa; */
  height: 9.6rem;
  width: 9.6rem;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.caregory-name {
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
}

.category-container {
  background-color: #fff;
  box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2.4rem 1.6rem;
  border-radius: 1.2rem;
  cursor: pointer;
}
.category-container:hover {
  box-shadow: 0.4rem 0.8rem 2rem rgba(0, 171, 228, 0.15);
}
/*---------------------------------*/

/*---------------------------------*/
/* How it Works */
.section-how {
  padding: 4.8rem 0;
  background-color: #f9f9f9;
}
.how-icon {
  font-size: 4.8rem;
  color: #00abe4;
  background-color: #cceefa;
  padding: 1.6rem;
  border-radius: 50%;
  margin-bottom: 2.4rem;
}
.how-heading {
  font-size: 2rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.how-desc {
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
.how-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*---------------------------------*/

/*---------------------------------*/
/* Testimonials*/
.section-testimonials {
  padding: 4.8rem 0 9.6rem 0;
  background-color: #f9f9f9;
}
.testimonials-container {
  background-color: #fff;
  box-shadow: 0 0.8rem 1.2rem rgba(0, 0, 0, 0.1);
  padding: 6.4rem 3.2rem;
  border-radius: 12px;
  gap: 2.4rem;
  display: flex;
  flex-direction: column;
}
.no-picture {
  height: 5.2rem;
  border-radius: 50%;
}
.customer-testimonials {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.75px;
}
.testimonials-photo-container {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  margin-top: auto;
}
.customer-name {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.75px;
}
/*---------------------------------*/

/*---------------------------------*/
/* Footer*/
.section-footer {
  padding: 9.6rem 9.6rem 4.8rem 9.6rem;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
}
.footer-logo-container {
  display: flex;
  flex-direction: column;
}
.foooter-logo {
  margin-bottom: 1.6rem;
}
.footer-icon-link:link,
.footer-icon-link:visited {
  text-decoration: none;
  color: #777;
}
.footer-icon-link:hover,
.footer-icon-link:active {
  color: #555;
}
.footer-icon {
  font-size: 2.2rem;
}
.footer-social-logo {
  display: flex;
  gap: 1.8rem;
  margin-bottom: 1.6rem;
}
.footer-copyright {
  font-size: 1.4rem;
  color: #777;
  line-height: 1.5;
}
.footer-main-text {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.footer-container {
  display: flex;
  flex-direction: column;
  margin-top: 3.2rem;
}
.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  color: #777;
  font-size: 1.6rem;
  font-weight: 400;
}
.footer-link:hover,
.footer-link:active {
  color: #555;
}
.footer-number {
  margin-bottom: 1.2rem;
}
.footer-grid {
  justify-content: end;
}
/*----------------------------------------*/

/*---------------------------------*/
/* Form-Header*/
.section-form-header {
  padding: 3.2rem 0;
  background-color: #f7f7f7;
}
.form-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  background-color: #cceefa;
  border-radius: 1.2rem;
  padding: 4.8rem 2.4rem;
}
.form-link-container {
  font-size: 1.6rem;
  display: flex;
  gap: 0.6rem;
}
.form-home-link:link,
.form-home-link:visited {
  text-decoration: none;
  color: #555;
  transition: all 0.3s;
}
.form-home-link:hover,
.form-home-link:active {
  color: #444;
  border-bottom: 1px solid #444;
}
.form-currentpage-link {
  cursor: pointer;
  color: #555;
  transition: all 0.3s;
}
.form-currentpage-link:hover {
  color: #444;
  border-bottom: 1px solid #444;
}
/*---------------------------------*/

/*---------------------------------*/
/* Form-Data*/
.section-form-data {
  padding: 4.8rem 0;
  background-color: #f7f7f7;
}

.form-grid {
  grid-template-columns: 1.2fr 1fr;
  gap: 2.4rem;
  padding: 0 1.2rem;
  justify-content: center;
}
.booking-details-container {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.6rem;
  padding: 4.8rem 2.4rem;
}
.form-data-container {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.6rem;
  overflow: hidden;
}

.form-data-heading {
  font-size: 2.3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #009acd;
  padding: 1.2rem 1.6rem;
  border-radius: 0.6rem;
}

.category-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1.6rem;
  column-gap: 1.6rem;
  width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.error-message {
  min-height: 1.2rem; /* Reserve space for validation messages */
  color: red;
  font-size: 1.2rem;
  visibility: hidden;
  padding: 0.5rem 1rem;
}

.is-invalid + .error-message {
  visibility: visible; /* Show error only if invalid */
}

.form-select,
.form-textarea,
.form-date,
.form-text-address,
.form-text,
.form-select,
.for {
  padding: 1rem 0.6rem;
  font-size: 1.8rem;
  font-family: inherit;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: 100%;
}
.form-textarea {
  grid-column: span 2;
  resize: vertical;
}
.form-date {
}
.form-text-address {
  grid-column: span 2;
}
.form-text {
}

.form-input-container {
  padding: 3.2rem 1.6rem;
  display: flex;
  justify-content: center;
}

.form-btn {
  padding: 1.8rem 3.6rem;
  font-size: 2.3rem;
  font-weight: 600;
  color: #fff;
  background-color: #fb641b;
  border: none;
  border-radius: 0.8rem;
  grid-column: span 2;
  cursor: pointer;
  transition: all 0.3s;
}
.form-btn:hover {
  color: #fb641b;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #fb641b;
}
.form-tertiary-header {
  font-size: 2.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 2.4rem;
  line-height: 1.1;
}
.form-details-lists {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 3.2rem;
  line-height: 1.5;
  font-weight: 400;
  list-style: none;
}
.form-details-list {
  display: flex;
  gap: 0.8rem;
}
.form-lists-container {
  padding-left: 0.4rem;
}
.form-details-icon {
  color: #00abe4;
}
/*---------------------------------*/

/*---------------------------------*/
/* Form-Info*/
.section-form-info {
  padding: 4.8rem 0;
  background-color: #f7f7f7;
}
.form-secondary-heading {
  font-size: 3.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.6rem;
  line-height: 1.1;
}
.form-service-desc {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
.form-book-now {
  font-size: 1.8rem;
  color: #444;
  line-height: 1.5;
  font-weight: 400;
}
.form-info-desc {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
.info-list-heading {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 1.6rem;
  line-height: 1.5;
}
.form-info-lists {
  font-size: 1.4rem;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 1.2rem;
  margin-bottom: 3.2rem;
}
.form-info-book {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
}
.form-info-strong {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.4rem;
}
.form-info-desc.margin-btm-small {
  margin-bottom: 1.6rem;
}
/*---------------------------------*/

/*---------------------------------*/
/* Form-feature*/
.section-form-feature {
  padding: 0 0 9.6rem 0;
  background-color: #f7f7f7;
}
.form-icon {
  font-size: 4.8rem;
  color: #00abe4;
  background-color: #cceefa;
  padding: 1.6rem 1.6rem;
  border-radius: 50%;
  margin-bottom: 2.4rem;
  display: inline-block;
}
.how-form-heading {
  font-size: 1.6rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
/*---------------------------------*/

/*---------------------------------*/
/* CallBack Button*/

.callback-btn-div {
  display: inline-block;
  transform: rotate(270deg);
  position: fixed;
  left: -5.8rem;
  top: 30rem;
  cursor: pointer;
}
.callback-btn {
  padding: 0.6rem 1.2rem;
  background-color: #fb641b;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
.callback-btn:hover {
  background-color: #e25a18;
}

.whatsapp-btn-div {
  background-color: rgb(25, 135, 84);
  display: inline-block;
  border-radius: 6px;
  position: fixed;
  right: 2px;
  top: 25rem;
}
.call-btn-div {
  background-color: #00abe4;
  display: inline-block;
  border-radius: 6px;
  position: fixed;
  right: 2px;
  top: 35rem;
}
.whatsapp-icon {
  color: #fff;
  font-size: 3rem;
}
.whatsapp-link {
  display: inline-block;
  padding: 1.2rem;
}

.callback-form {
  display: flex;
  flex-direction: column;
  width: 30rem;
  background-color: #f6f3f1;
  border: 1px solid #ccc;
  padding: 1.2rem 1.8rem;
  border-radius: 6px;
  position: fixed;
  left: 3.2rem;
  top: 10rem;
  transform: translateX(-150%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.5s ease-in;
}
.callback-form-visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  position: fixed;
}
.cta-header {
  font-size: 2.4rem;
  width: 90%;
  color: #333;
  font-weight: 500;
  text-align: center;
}
.cta-header-div {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cta-close {
  font-size: 1.6rem;
  cursor: pointer;
  border: none;
  color: #555;
}
.callback-form input,
.callback-form textarea {
  padding: 12px;
  font-style: inherit;
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1.4rem;
  width: 100%;
}
.callback-form input {
  border-radius: 5px;
}
.callback-form span {
  font-size: 1.2rem;
  margin-top: 0.6rem;
  display: inline-block;
}
.cta-input-div {
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-btn {
  width: 100%;
  padding: 1.2rem 2.4rem;
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
}
.cta-terms {
  font-size: 1.2rem;
  line-height: 1.5;
}
.cta-terms a:link,
.cta-terms a:visited {
  color: #e25a18;
  text-decoration: none;
}
/*---------------------------------*/
.swal-title-custom {
  font-size: 2.6rem;
  font-weight: bold;
}

.swal-text-custom {
  font-size: 1.6rem;
}
