:root {
  --white--: #fff;
  --black--: #000;
  --lightBlue--: hsl(205, 50%, 60%);
  --blue--: #215173;
  --btnBlue: hsl(204, 56%, 56%);
  --grey--: hsl(209, 13%, 45%);
  --lightPink--: #d16b78;
}

body,
:root,
html {
  overflow-x: hidden;
}

/* Navbar Starts */
.navbar {
  padding: 15px 0;
}

.logo {
  height: 60px;
}

.nav-link {
  color: var(--grey--);
  margin: 0 10px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}

.nav-link:hover {
  color: var(--lightBlue--);
}

/* .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--lightBlue--);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
} */

.nav-link:hover {
  color: var(--lightBlue--);
}

.navbar ul {
  border-radius: 20px;
  background: #f2f4fd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* 
.navbar .container {
    min-height: 90px;
    border-radius: 20px;
    background: #f2f4fd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

} */

/* Initial Navbar Style */
.navbar-custom {
  background-color: transparent;
  /* Transparent background initially */
  padding: 15px 0;
  transition: background-color 0.3s ease;
  /* Smooth transition */
}

.navbar-custom.scrolled {
  background-color: white;
  /* Change to white when scrolled */
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

/* Styling for navbar links */
.navbar-custom .nav-link {
  color: var(--grey--);
  margin: 0 10px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}

.navbar-custom .nav-link:hover {
  color: var(--lightBlue--);
}

/* .navbar-custom .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--lightBlue--);
    transition: width 0.3s ease;
}

.navbar-custom .nav-link:hover::after,
.navbar-custom .nav-link.active::after {
    width: 100%;
} */

/* Adjust the navbar links color when scrolled */
.navbar-custom.scrolled .nav-link {
  color: var(--darkGrey--);
  /* Darker text for better visibility on white background */
}

.navbar-custom.scrolled .btn-custom {
  background-color: #26637b;
  /* Adjust button color */
  color: white;
}

@media (max-width: 767px) {
  .navbar ul {
    border-radius: 0px;
    background: none !important;
    box-shadow: none !important;
  }

  .navbar-collapse {
    background-color: #e6f7ff;
    position: relative;
    z-index: 200;
    padding: 20px 12px;
    border-radius: 10px;
    margin-top: 10px;
  }

  .navbar-custom .nav-link {
    color: var(--black--);
  }

  .booking-page h2 {
    word-wrap: break-word;
    font-size: 19px !important;
  }

  .flex-wrap-revserse-sm {
    flex-wrap: wrap-reverse !important;
  }

  .flex-wrap-revserse-sm img {
    margin-top: 1.77rem !important;
  }

  .hero-section {
    padding-top: 40px !important;
    padding-bottom: 100px !important;
  }
}

/* Navbar Ends  */

/* Banner Section Starts  */

.hero-section {
  position: relative;
  /* Ensure positioning for the pseudo-element */
  height: 100vh;
  width: 100%;
  background: linear-gradient(to left bottom, #ff798ba1, white 50%, #8dcffca1);
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);

  /* Prevent content overflow */
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  /* Adjust height for the blur effect */
  background: inherit;
  /* Inherit the background of the hero-section */
  filter: blur(20px);
  /* Adjust blur intensity */
  z-index: 1;
  /* Ensure it appears above the background */
  pointer-events: none;
  /* Allow interactions with the content below */
}

.hero-section .container {
  margin-top: 5rem;
}

.hero-section .banner-content {
  text-align: start !important;
}

.hero-section .banner-heading {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--lightBlue--);
  /* Dark text color */
  margin-bottom: 1rem;
}

.hero-section .banner-paragraph {
  font-size: 15px;
  letter-spacing: 1px;
  color: var(--blue--);
  /* Subtle gray text */
  margin-bottom: 1.5rem;
}

.mt-4 {
  margin-top: 1.5rem !important;
  display: flex;
  align-items: center;
  justify-content: start;
}

@media (max-width: 767px) {
  .hero-section .banner-content {
    text-align: center !important;
  }

  .hero-section {
    height: 100vh;
  }

  .hero-section .banner-heading {
    font-size: 2rem;
    margin-top: 30px;
  }

  .hero-section .banner-paragraph {
    font-size: 14px;
  }

  .hero-section img {
    margin-top: 30px;
  }

  .mt-4 {
    margin-top: 1.5rem !important;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
  }
}

/* Banner Section Ends  */

/* Elfsight section Starts*/

.elfsight-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
/* Elfsight section Ends*/

/* Card Section Starts  */
.card-section {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.card-head h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 2.5rem;
}

.card {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.card:hover {
  background-color: #87cefa;
  /* Skyblue color on hover */
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* Icon Style */
.card-icon {
  font-size: 36px;
  color: #d16b78;
  margin-bottom: 20px;
  transition: color 0.3s ease-in-out;
  /* Smooth transition */
}

.card:hover .card-icon {
  color: #fff;
  /* Change icon color to white on hover */
}

/* Heading Style */
.card-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: bold;
  color: #1e1e19;
  transition: color 0.3s ease-in-out;
  /* Smooth transition */
}

.card:hover .card-content h3 {
  color: #fff;
  /* Change heading color to white on hover */
}

/* Paragraph Style */
.card-content p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #1e1e19;
  transition: color 0.3s ease-in-out;
  /* Smooth transition */
}

.card:hover .card-content p {
  color: #fff;
  /* Change paragraph color to white on hover */
}

/* Responsive for smaller screens */
@media (max-width: 767px) {
  .card-section {
    padding: 40px 20px;
  }

  .card-head h2 {
    font-size: 1.5rem;
  }

  .section-paragraph {
    font-size: 1rem;
  }

  .card {
    padding: 10px;
    margin-bottom: 10px;
  }
}

/* Card Section End  */

/* About Us Section Starts  */

.about-us {
  padding: 7.5rem 0;
  /* background: linear-gradient(to Left bottom, #fff, white 70%, #8dcffca1); */
}

.about-us-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #21538b;
  /* Blue color for heading */
  margin-bottom: 20px;
  text-align: left;
}

.about-us-text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.image-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* Adds space between image rows */
}

.image-row {
  display: flex;
  justify-content: space-between;
}

.image-row img {
  width: 48% !important;
  /* Makes the images take half the width of their container */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
}

/* Create the staggered vertical effect */
.img-1 {
  top: -20px;
}

.img-2 {
  top: 20px;
  /* Shift image 2 slightly down */
}

.img-3 {
  top: -20px;
  /* Shift image 3 slightly up */
}

.img-4 {
  top: 20px;
  /* Shift image 4 slightly down */
}

/* Hover Effect: Make images scale up on hover */
.image-row img:hover {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .about-us {
    padding: 40px 20px;
  }

  .about-us-heading {
    margin-top: 3rem;
    font-size: 1.5rem;
  }

  .about-us-text {
    font-size: 0.9rem;
  }

  .image-container {
    flex-direction: row;
    /* Display images in a row for small screens */
    gap: 10px;
  }
}

/* Media Query for Mobile (screens < 768px) */
@media (max-width: 767px) {
  .image-row img {
    width: 48%;
    /* Each image takes approximately half the width */
    top: 0;
    /* Remove staggered vertical positioning on mobile */
  }

  .img-1,
  .img-2,
  .img-3,
  .img-4 {
    top: 0;
    /* Reset any staggered positions for consistency */
  }

  .image-container {
    flex-direction: column;
  }
}

/* About Us Section Ends  */

/* Payment Method Section Start  */
.payment-methods {
  padding: 60px 0;
  text-align: center;
}

.section-heading {
  font-size: 2.5rem;
  color: var(--black--);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-subheading h4 {
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: var(--black--);
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.6;
}

.payment-imgs {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  border-radius: 20px;
}

.payment-imgs img {
  height: auto;
  width: 300px;
  object-fit: contain;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  padding: 10px;
  background-color: #fff;
}

.payment-imgs:hover {
  transition: all 0.9s ease-in-out;
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 2rem;
  }

  .section-subheading h4 {
    font-size: 1.2rem;
  }

  .payment-imgs img {
    width: 150px;
  }

  .payment-imgs {
    padding: 30px 0;
    margin: 0 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
}

/* Payment Method Section Ends  */

/* FAQ Section Starts  */

.faq-section {
  padding: 50px 15px;
  background-color: #f9f9f9;
}

.faq-section h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: var(--black--);
}

.accordion-button {
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: bold;
  background-color: #fff;
  color: #333;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: var(--lightBlue--);
}

.accordion-button:not(.collapsed) {
  background-color: var(--lightBlue--);
  color: #fff;
}

.accordion-body p {
  font-size: 15px;
}

.custom-footer {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 1px;
}

.custom-footer a {
  color: var(--lightBlue--);
  text-decoration: none;
  font-weight: bold;
}

.custom-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .faq-section h2 {
    font-size: 1.5rem;
  }

  button.accordion-button.collapsed {
    font-size: 0.9rem;
  }

  .accordion-body p {
    font-size: 13px;
  }

  .custom-footer {
    font-size: 14px;
  }
}

/* FAQ Section Ends  */

/* Instagaram Section Starts */
.instagaram {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.instagaram-content h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 0;
}

.instagaram-content h3 {
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 600;
}

.insta-btn {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 30px;
  border: none;
  border-radius: 30px;
  /* Rounded edges */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.insta-btn i {
  font-size: 18px;
}

.insta-btn:hover {
  transform: scale(1.05);
  /* Slight zoom effect */
  box-shadow: 0 8px 20px rgba(220, 39, 67, 0.4);
  /* Shadow with Instagram red tone */
}

.insta-btn span {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.insta-btn:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .instagaram-content h2 {
    font-size: 1.7rem;
    letter-spacing: 1px;
  }

  .instagaram-content h3 {
    font-size: 1.2rem;
  }
}

/* Instagaram Section End */

/* Contact Section Start  */

.contact-section .section-title {
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 700;
}

.contact-section .contact-para {
  font-size: 15px;
  color: var(--grey--);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.contact-info,
a {
  font-size: 1rem;
  line-height: 1.8;
  text-decoration: none;
  color: var(--grey--);
}

.contact-info li {
  margin-bottom: 1rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.contact-info i {
  color: var(--lightBlue--);
  margin-right: 10px;
  font-size: 1.5rem;
}

.contact-form {
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.contact-form h4 {
  color: var(--lightBlue--);
}

.contact-form label {
  font-weight: 600;
}

@media (max-width: 768px) {
  /* Contact Section Title */
  .contact-section .section-title {
    font-size: 1.5rem;
    text-align: center;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .contact-txt {
    font-size: 14px;
    align-items: center;
    text-align: center;
  }

  /* Contact Info */
  .contact-info {
    font-size: 14px;
    /* Adjust font size */
    margin-top: 1.5rem;
  }

  .contact-info li {
    margin-bottom: 0.8rem;
    /* Reduce space between items */
  }

  .contact-info i {
    font-size: 1rem;
    /* Adjust icon size */
  }

  .contact-info a {
    font-size: 14px;
  }

  /* Contact Form */
  .contact-form {
    padding: 2rem;
    /* Add padding inside the form */
    width: 100%;
    /* Ensure form takes full width */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Slightly reduced shadow for mobile */
    margin-top: 2rem;
    /* Add margin to the top */
  }

  .contact-form h4 {
    font-size: 1.5rem;
    /* Adjust font size */
    text-align: center;
    /* Center the heading */
  }

  .contact-form label {
    font-size: 14px;
    /* Adjust label font size */
    font-weight: 500;
    /* Slightly lighter weight */
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
    /* Adjust font size inside input/textarea */
    padding: 10px;
    /* Adjust padding for input/textarea */
    width: 100%;
    /* Ensure the form elements take full width */
    margin-bottom: 1rem;
    /* Add spacing between form elements */
  }

  .contact-form textarea {
    resize: vertical;
    /* Allow textarea to resize vertically */
  }
}

/* Contact End  */

/* Footer Section  */
.footer-section {
  /* margin-top: 40px; */
  background-color: #222;
  letter-spacing: 1px;
}

.footer-section h5 {
  color: var(--lightBlue--);
}

.footer-section p {
  font-size: 14px;
  color: var(--white--);
}

.footer-section a {
  color: var(--white--);
  font-size: 14px;
}

.contact-social-icons {
  display: flex;
  margin-top: 50px;
}

.contact-social-icons a {
  margin: 0 10px;
}

.social-icon {
  color: var(--lightBlue--);
  background-color: var(--lightBlue--);
  border: 2px solid var(--lightBlue--);
  font-size: 20rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s ease;
}

.social-icon:hover {
  background-color: var(--white--);
  color: var(--lightBlue--);
  border: 2px solid var(--white--);
}

@media (max-width: 768px) {
  .footer-section {
    padding: 30px 15px;
  }

  .footer-section .row {
    flex-direction: column;
    /* Stack columns vertically */
  }

  .footer-section .col-md-4 {
    margin-bottom: 20px;
    /* Add spacing between sections */
    text-align: center;
    /* Center align content for mobile */
  }

  .footer-section p {
    font-size: 12px;
  }

  .contact-social-icons {
    justify-content: center;
    /* Center align social icons */
  }

  .contact-social-icons {
    margin-top: 30px;
  }

  .footer-section a {
    font-size: 12px;
  }

  .footer-section ul {
    padding-left: 0;
  }

  .footer-section ul li {
    margin-bottom: 5px;
  }
}

/* Footer End  */

/* Booking Page Started  */
.booking-page {
  text-align: center;
}

.iframe-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 750px;
  /* Match the iframe height */
  overflow: hidden;
  border-radius: 10px;
}

.booking-iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  /* Make iframe fill the container */
  top: 0;
  left: 0;
  z-index: 1;
  /* Ensure iframe is below the overlay */
}

.booking-page h2 {
  color: var(--lightPink--);
  letter-spacing: 1px;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: bold;
  pointer-events: none;
  /* Allow iframe interactions */
  white-space: nowrap;
  /* Prevent text wrapping */
}

/* Booking Page End  */

/* Professionals Section Starts  */
.health-providers {
  margin-top: 7rem;
  margin-bottom: 2rem;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--lightPink--);
  text-transform: uppercase;
  position: relative;
}

.section-heading .highlight {
  color: #ff8c42;
}

.section-subheading {
  font-size: 1.2rem;
  color: var(--blue--);
  font-weight: 600;
}

.provider-card,
.coming-soon-card {
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.provider-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.provider-card .image-container {
  padding: 15px;
}

.professional-img img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid var(--blue--);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.provider-card:hover .image-container img {
  transform: scale(1.1);
}

.card-body {
  padding: 0 20px 20px 20px;
  text-align: center;
}

.card-body h4 {
  font-size: 1.25rem;
  color: #21538b;
  margin-bottom: 10px;
}

.card-body .specialization {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.coming-soon-card {
  /* border: 2px solid var(--btnBlue); */
  text-align: center !important;
  padding: 20px;
  background: #e6f7ff;
  border-radius: 15px;
  color: #21538b;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.speciality-btn {
  background-color: #fff !important;
  color: #21538b !important;
  border: solid 1px #21538b !important;
  box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.1) !important;
}
.speciality-btn:hover {
  background-color: #21538b !important;
  color: #fff !important;
  border: solid 1px #a2c6f0 !important;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 2rem !important;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y)) !important;
  margin-right: calc(-0.2 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.2 * var(--bs-gutter-x)) !important;
}

@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 1.5rem;
  }

  .section-subheading {
    font-size: 1rem;
  }

  .provider-card img.img-fluid {
    height: 165px;
    width: 50%;
    object-fit: cover;
  }

  .provider-card p {
    font-size: 13px;
  }

  .coming-soon-card h4 {
    font-size: 1.3rem;
  }

  .coming-soon-card p {
    font-size: 13px;
  }
}

/* Professionals Section Ends  */

/* Booking page starts*/

.spec-div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1rem;
}

.spec-btn-book {
  font-size: 0.65rem !important;
  padding: 0.3rem !important;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1) !important;
}

@media screen and (max-width: 768px) {
  .spec-div {
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    flex-direction: column;
  }

  .spec-text {
    font-size: 0.8rem;
  }
  .spec-btn-book {
    font-size: 0.65rem !important;
    padding: 0.3rem !important;
    margin-left: 1rem !important;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1) !important;
  }

  .iframe-container {
    padding-bottom: 55.7rem;
  }
}

/* Booking page ends*/

/* Privacy policies starts */

.section-privacy {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #f8fcff;
}

.section-privacy .container {
  background-color: var(--grey);
  width: 90%;
  max-width: 1100px;
}
/* Privacy policies ends */

/* thanks section starts */
.thanks-section {
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.thank-you-card {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 50px auto;
  padding: 30px;
  text-align: center;
  position: relative;
}

.thank-you-card .icon {
  font-size: 50px;
  color: var(--blue);
  margin-bottom: 20px;
}

.thank-you-card h2 {
  color: var(--blue);
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.thank-you-card p {
  font-size: 18px;
  color: var(--grey);
  margin-bottom: 30px;
}

.thank-you-card .btn {
  background-color: #25d366;
  color: #ffff !important;
  border: none;
  padding: 12px 30px;
  font-size: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.thank-you-card .btn:hover {
  background-color: var(--blue--);
}

/* Responsive Design */
@media (max-width: 576px) {
  .thank-you-card {
    padding: 20px;
    margin: 20px;
  }

  .thank-you-card h2 {
    font-size: 28px;
  }

  .thank-you-card p {
    font-size: 16px;
  }

  .thank-you-card .btn {
    font-size: 13px;
    padding: 10px 25px;
  }
}

/* Icono whatsapp */

.wsp-float-icon {
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-animation: pulse-animation-less 1.5s infinite;
  animation: pulse-animation-less 1.5s infinite;
}
.wsp-float-icon:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1ab152;

  -webkit-animation: shake 1s;

  animation: shake 1s;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;
}

.wsp-float-icon::before {
  content: "1";
  position: absolute;
  inset: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: hsl(206, 33%, 96%) solid 1px;
  background: red;
  color: white;
  font-size: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-shadow: 0px 2px 8px black;
  -webkit-animation: appear 3s ease-out;
  animation: appear 3s ease-out;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .wsp-float-icon::before {
    content: "1";
    position: absolute;
    inset: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: hsl(206, 33%, 96%) solid 2px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: 0px 2px 8px black;
    -webkit-animation: appear 3s ease-out;
    animation: appear 3s ease-out;
  }

  .wsp-float-icon::after {
    content: "Hola, ¿En qué podemos ayudarte?";
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
    background: white;
    height: 3rem;
    width: 12rem;
    font-size: 14px;
    color: hsl(209, 34%, 30%);
    right: 90px;
    border-radius: 10px;
    border: 1px hsl(209, 61%, 16%) solid;
    box-shadow: 0px 2px 8px rgb(205, 148, 148);
    overflow: hidden;
    -webkit-animation: fadefr 3s ease-out;
    animation: fadefr 3s ease-out;
  }

  .wsp-float-icon {
    cursor: pointer;
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-animation: pulse-animation 1.5s infinite;
    animation: pulse-animation 1.5s infinite;
  }
}
/* Icono whatsapp reservo */

.wsp-float-icon-rsv {
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-animation: pulse-animation-less 1.5s infinite;
  animation: pulse-animation-less 1.5s infinite;
}

.wsp-float-icon-rsv::before {
  content: "1";
  position: absolute;
  inset: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: hsl(206, 33%, 96%) solid 1px;
  background: red;
  color: white;
  font-size: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-shadow: 0px 2px 8px black;
  -webkit-animation: appear 3s ease-out;
  animation: appear 3s ease-out;
  overflow: hidden;
}

/* .wsp-float-icon-rsv::after {
  content: "Hola, ¿En qué podemos ayudarte?";
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: nowrap;
  background: white;
  height: 2.5rem;
  width: 10rem;
  font-size: 12px;
  color: var(--clr-grey-3);
  right: 65px;
  border-radius: 10px;
  border: 1px var(--clr-grey-1) solid;
  box-shadow: 0px 2px 5px black;
  overflow: hidden;
  -webkit-animation: fadefr 3s ease-out;
  animation: fadefr 3s ease-out;
} */

.wsp-float-icon-rsv:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1ab152;

  -webkit-animation: shake 1s;

  animation: shake 1s;

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;
}

@media screen and (min-width: 992px) {
  .wsp-float-icon-rsv {
    cursor: pointer;
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-animation: pulse-animation 1.5s infinite;
    animation: pulse-animation 1.5s infinite;
    /* box-shadow: 0px 2px 8px black; */
  }
  .wsp-float-icon-rsv:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1ab152;

    -webkit-animation: shake 1s;

    animation: shake 1s;

    -webkit-animation-iteration-count: infinite;

    animation-iteration-count: infinite;
  }
  .wsp-float-icon-rsv::before {
    content: "1";
    position: absolute;
    inset: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: hsl(206, 33%, 96%) solid 2px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: 0px 2px 8px black;
    -webkit-animation: appear 3s ease-out;
    animation: appear 3s ease-out;
  }
  .wsp-float-icon-rsv::after {
    content: "Hola, ¿En qué podemos ayudarte?";
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
    background: white;
    height: 3rem;
    width: 12rem;
    font-size: 14px;
    color: hsl(209, 34%, 30%);
    right: 90px;
    border-radius: 10px;
    border: 1px hsl(209, 61%, 16%) solid;
    box-shadow: 0px 2px 8px black;
    overflow: hidden;
    -webkit-animation: fadefr 3s ease-out;
    animation: fadefr 3s ease-out;
  }
}

/* Utility classes  */

.btn-custom {
  background-color: var(--btnBlue);
  color: var(--white--);
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  font-weight: 500;
  padding: 13px 25px;
  font-size: 0.9rem;
  border-radius: 5px;
  transition: 0.3s ease-in;
}

.btn-custom:hover {
  background-color: hsl(202, 46%, 65%);
  color: var(--white--);
}

.txt-pink {
  color: var(--lightPink--);
}

.txt-lightblue {
  color: var(--lightBlue--);
}

.txt-black {
  color: var(--black--);
}

.btn-small {
  padding: 8px 15px;
  font-size: 12px;
}

/* KEYFRAMES ANIMATIONS */

@-webkit-keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadefr {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes fadefr {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #25d36657 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #25d36657 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes pulse-animation-less {
  0% {
    box-shadow: 0 0 0 0px #25d36657 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation-less {
  0% {
    box-shadow: 0 0 0 0px #25d36657 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
