*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  margin: 10px 23px;
}

:root {

  /**
   * colors
   */

  --light-steel-blue: hsl(218, 33%, 77%);
  --royal-blue-light: hsl(225, 68%, 53%);
  --flickr-blue_30: hsla(225, 68%, 53%, 0.3);
  --carolina-blue: hsl(201, 92%, 47%);
  --oxford-blue-1: hsl(218, 70%, 18%);
  --oxford-blue-2: hsl(217, 100%, 12%);
  --oxford-blue-3: hsl(218, 71%, 11%);
  --gainsboro_50: hsla(0, 0%, 85%, 0.5);
  --lavender-web: hsl(225, 67%, 91%);
  --sonic-silver: hsl(0, 0%, 47%);
  --light-gray: hsl(0, 0%, 84%);
  --cultured: hsl(0, 0%, 97%);
  --black_10: hsla(0, 0%, 0%, 0.1);
  --black_8: hsla(0, 0%, 0%, 0.08);
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --jet: hsl(0, 0%, 20%);

  /**
   * gradient color
   */

  --gradient: linear-gradient( 90deg, var(--carolina-blue) 0%, var(--royal-blue-light) 100%);

  /**
   * typography
   */

  --ff-roboto: "Roboto", sans-serif;
  --ff-poppins: "Poppins", sans-serif;

  --fs-1: 4rem;
  --fs-2: 3.6rem;
  --fs-3: 3.2rem;
  --fs-4: 2.4rem;
  --fs-5: 2.2rem;
  --fs-6: 1.8rem;
  --fs-7: 1.6rem;

  --fw-800: 800;
  --fw-700: 700;
  --fw-600: 600;
  --fw-500: 500;

  /**
   * spacing
   */

  --section-padding: 120px;

  /**
   * shadow
   */

  --shadow-1: 4px 4px 15px var(--black_10);
  --shadow-2: 0 10px 15px var(--black_10);
  --shadow-3: 0px 20px 60px var(--black_8);
  --shadow-4: 0px 10px 30px var(--flickr-blue_30);
  --shadow-5: 0px 2px 60px 0px var(--black_10);

  /**
   * border radius
   */

  --radius-6: 6px;
  --radius-4: 4px;

  /**
   * transition
   */

  --transition: 0.25s ease;
  --cubic-out: cubic-bezier(0.33, 0.85, 0.4, 0.96);

}





/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li { list-style: none; }

a {
  text-decoration: none;
  color: inherit;
}

a,
img,
span,
input,
button,
ion-icon { display: block; }

img { height: auto; }

input,
button {
  background: none;
  border: none;
  font: inherit;
}

input { width: 100%; }

button { cursor: pointer; }

ion-icon { pointer-events: none; }

address { font-style: normal; }

input { width: 100%; }

button { cursor: pointer; }

ion-icon { pointer-events: none; }

address { font-style: normal; }

html {
  font-family: var(--ff-roboto);
  font-size: 10px;
  scroll-behavior: smooth;
}

.h1,
.h2,
.h3 {
  font-family: var(--ff-poppins);
  line-height: 1.2;
}

.h1 {
  color: var(--oxford-blue-1);
  font-size: var(--fs-2);
}

.h2,
.h3 { color: var(--oxford-blue-2); }

.h2 { font-size: var(--fs-1); }

.h3 { font-size: var(--fs-5); }

body {
  background-color: var(--white);
  color: var(--sonic-silver);
  font-size: 1.5rem;
}

.hero {
  width: 100%;
  min-height: 100vh;
  background-image: url(images/white.jpg);
  background-position: center;
  background-size: cover;
  padding: 10px 4%;
  overflow: hidden;
  position: relative;
}
nav{
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo{
  width: 120px;
}
nav ul li{
  display: inline-block;
  list-style: none;
  margin: 10px 23px;
}
nav ul li a{
  text-decoration: none;
  color: #333;
  font-weight: 400;
}
.contact-btn{
 display: inline-block;
 margin-left: 25px;
 text-decoration: none;
 padding: 14px 40px;
 color: #fff;
 background: linear-gradient(45deg, #62cff4, #2c67f2);
 font-size: 14px;
 border-radius: 50px;
 border-top-right-radius: 0;
 transition: 0.5s;
}
.content{
  margin-top: 10%;
  max-width: 600px;
}
.content h1{
  font-size: 50px;
  color: #238ce7;
  animation-delay: 1s;
}

.content span {
  font-size: 35px;
  font-weight: 600;
  color:#787878;
  animation-delay: 1.5s;
}

.content p{
  width: 90%;
  margin: 20px 0 30px;
  color: #333;
  animation-delay: 1.8s;
}

.content .book-btn{
  display: inline-block;
  padding: 15px 70px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(45deg, #62cff4, #2c67f2);
  border-radius: 50px;
  border-top-right-radius: 0;
  transition: 0.5s;
  animation-delay: 2.3s;
}

.contact-btn:hover, .book-btn:hover, .contact-submit:hover, .Readmore-btn:hover{
  border-top-right-radius: 50px;
  background: linear-gradient(45deg, #45adcf, #1d51d6);
}
.feature-img{
  width: 530px;
  position: absolute;
  bottom: 0;
  right: 10%;
}
.feature-img.anim{
  animation-delay: 2.3s;
}
.anim{
  opacity: 0;
  transform: translateY(30px);
  animation: moveup 0.5s linear forwards;
}
@keyframes moveup{
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 1120px) {
  .feature-img{
    display: none;
  }
  .content h1{
    font-size: 50px;
    color: #238ce7;
  }
  .content span{
    font-size: 31px;
  }

}

@media (max-width: 768px) {
  .feature-img{
    display: none;
  }
  .content h1{
    font-size: 40px;
    color: #238ce7;
  }
    .content {
      justify-content: center;
      display: flex;
      padding: 40px;
      flex-direction: column;
    } 
    .book-btn{
      width: 220px;
      font-weight: 600;
    }
    
  }
  @media (max-width: 618px) {

    .content span{
        font-size: 20px;
      }
      
    }

    @media (max-width: 375px) {

      .content span{
        font-size: 12px;
      }
      
    }

    @media (max-width: 420px) {
       
      .content h1{
        font-size: 45px;
        color: #238ce7;
      }
      .subheading{
        font-size: 14px;
      }
      
    }

/* Our Services */

.services-title, .section-subtitle{
  display: flex;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 35px;
    font-weight: 700;
}

.section-title{
  display: flex;
}


.service-banner { display: none; }

.service { padding-block-end: 0; }

.service .section-title { margin-block-end: 50px; }

.section-service{
  margin: 10px 23px;
}

.service-list {
  display: grid;
  gap: 15px;
}

.service-card {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  min-height: 100%;
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-4);
  padding: 30px;
}

.service-card .card-icon {
  width: 30px;
  flex-shrink: 0;
}

.service-card .card-title { margin-block-end: 8px;
 }

 /**
   * SERVICE
   */

   .service-list { grid-template-columns: repeat(3, 1fr); 
  padding: 20px;}

   .service-banner {
     display: block;
     grid-column: 2 / 3;
     grid-row: 1 / 4;
     align-self: center;
   }

   @media (max-width: 768px) {
    .service-list {
      display: flex;
    flex-direction: column;
    }
    .service-banner .anim{
      display: none;
      animation-delay: 1s;
    }
    .service-card, .card-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 35px;
  }
  .services-title{
    display: none;
    justify-content: center;
  }
}
 
   /*-----------------------------------*\
  #ABOUT
\*-----------------------------------*/


/* Payment packages */

.payment-section {
  background: linear-gradient(45deg, #62cff4, #2c67f2);
  color: #1b263b;;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 60PX;
}

.payment-title {
  text-align: center;
  font-size: 36px;
  color: var(--white);
  margin-bottom: 25px;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.payment-card {
  background-color: white;
  border-radius: 20px;
  margin-top: 10px;
  padding-top: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.payment-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 15px #284e95;
}

.package-name {
  font-size: 24px;
  color: #284e95;
  margin-bottom: 5px;
  margin-top: 12px;
}

.package-price {
  font-size: 28px;
  color: var(--royal-blue-light);
  font-weight: 600;
  margin-bottom: 10px;
}

.package-features
 {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 25px;
    padding-right: 20px;
}

.package-features li {
  margin-bottom: 10px;
  color: #284e95;
}

.payment-btn {
  background-color: var(--royal-blue-light);
  color: var(--white);
  border: none;
  padding: 15px 20px;
  font-weight: 600;
  background: linear-gradient(45deg, #62cff4, #2c67f2);
  border-radius: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.payment-btn:hover {
  background-image: var(--gradient);
}

@media (max-width: 768px) {
  .payment-title {
    font-size: 28px;
  }
  .payment-section{
    padding: 90px;
    display: flex;
    justify-content: center;;
  }
}

.about {
  padding-block-end: 0;
  margin-bottom: 35px;
  margin: 10px 23px;
}

/* About Section */

.about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; /* Responsive: stacks on small screens */
  gap: 40px; /* Space between image and text */
  margin-bottom: 60px;
}

.about-banner {
  flex: 1 1 40%; /* Image takes about 40% of the container */
  margin-block-end: 0; /* Removed bottom margin for flex layout */
}

.about-content {
  flex: 1 1 55%; /* Text content takes about 55% */
  text-align: left; /* Force text to start from the left */
}

.about .section-text-1 {
  margin-block: 25px 15px;
}

.about .btn {
  font-size: unset;
  max-width: max-content;
  margin-block-start: 30px;
  padding-inline: 15px;
  margin-inline: auto; /* Center the button */
}

.about-img{
  border-radius: 25px;
  border-top-right-radius: 0;
  width: 90%;
}

@media (max-width: 768px) {
  .about .container {
    flex-direction: column;
    text-align: center;
  }

  .about-banner, .about-content {
    flex: 1 1 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.about-title .h2{
  text-align: center;
}
}

/* Review Page */
.review-slider {
  background-image: url(images/white.jpg);
  background-position: center;
  background-size: cover;
  padding: 10px 4%;
  overflow: hidden;
  position: relative;
}

.review-slide {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.review-slide.active {
  display: flex;
}

.review-slide img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.review-slide p {
  font-size: 16px;
  color: #a09f9f;
  width: 65%;
  text-align: center;
  margin: 0 auto;
}

.review-title{
  text-align:center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
}

/* Contact Form */

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.contact-title {
  font-size: 36px; /* Make it big and visible */
  color: #1b263b;
  margin-bottom: 30px;

}

.contact-left {
  display: flex;
  flex-direction: column;
}

.contact-left label {
  margin-bottom: 5px;
  font-weight: bold;
  color: #787878;
}

.contact-left input,
.contact-left .date textarea #message  {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #787878;
  border-radius: 5px;
  color: #787878;
  background-color: transparent;
}
select {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #787878;
  border-radius: 5px;
  background-color: transparent;
}

.contact-left input::placeholder,
.contact-left textarea::placeholder #booking-date #message {
  color: #787878;
}

.contact-submit {
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 600;
  padding: 8px 20px; /* Smaller button size */
  color: #fff;
  background: linear-gradient(45deg, #62cff4, #2c67f2);
  font-size: 14px;
  border-radius: 50px;
  border-top-right-radius: 0;
  transition: 0.5s;
  padding: 15px;
  width: 250px;
}

.Readmore-btn{
  margin-top: 18px;
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 17px; /* Smaller button size */
  color: #fff;
  text-align: center;
  background: linear-gradient(45deg, #62cff4, #2c67f2);
  font-size: 15px;
  border-radius: 50px;
  border-top-right-radius: 0;
  transition: 0.5s;
  padding: 13px;
  width: 180px;
}

.Contact-subtitle{
  display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 35px;
    font-weight: 700;
}

.contact-right iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-right iframe {
    height: 300px;
  }
}

/* Book an appointment */


.booking-banner{
  width: 400px;
}

.cta-banner { margin-block-end: 0; }

.cta-content { padding-block: 60px; }


/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/


.footer {
  position: absolute;
  width: 100%;
  background: linear-gradient(45deg, #50a9c7, #2c67f2);
}
.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 60px;
}
.footer-row .footer-col h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
.footer-col .links {
  margin-top: 20px;
}
.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-col .address{
  color: #fff;
}
.footer-col .links li a {
  text-decoration: none;
  color: #ffffff;
}
.footer-col .links li a:hover {
  color: #fff;
}
.footer-col p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
}

.contact-item {
  display: flex;
  align-items: center; /* Vertically center icon and text */
  gap: 10px;
  margin: 20px 0;;
}

.contact-item i {
  font-size: 20px;     /* Adjust icon size */
  color: #ffffff;         /* Icon color */
}

.contact-item span {
  font-size: 15px;     /* Adjust text size */
  color: #ffffff;         /* Text color */
}

.footer-col form {
  display: flex;
  gap: 5px;
}
.footer-col input {
  height: 40px;
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489C6 ;
  caret-color: #fff;
  color: #fff;
  padding-left: 10px;
}
.footer-col input::placeholder {
  color: #ccc;
}
 .footer-col form button {
  background: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}
.footer-col form button:hover {
  background: #cecccc;
}
.footer-col .icons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}
.footer-col .icons i {
  color: #ffffff;
}
.footer-col .icons i:hover  {
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
  }
  .footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    padding: 60px;
}
.footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    padding: 60px;
    justify-content: flex-start; /* Remove space-between */
    gap: 0;                      /* Remove gap */
  }
  .footer-col img{
    display: none;
  }
.info{
  display: none;
}
  .footer-col {
    flex-direction: column;
  }
  .footer-col form :where(input, button) {
    width: 100%;
  }
  .footer-col form button {
    margin: 10px 0 0 0;
  }
}

/* Whatsapp float */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  transform: scale(1.1);
}

/* Loader Styles */
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #2c67f2; /* WhatsApp green or your theme color */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 5s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Hide content until loaded */
body.loading #home {
  display: none;
}
 /* Popup styling */
 .popup {
  position: fixed;
  top: 40%;
  right: -370px; /* Start hidden off-screen */
  background: linear-gradient(45deg, #50a9c7, #2c67f2);
  color: white;
  padding: 20px 30px;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: right 0.5s ease-in-out;
  z-index: 999;
}

.popup.show {
  right: 0; /* Slide in */
  text-align: center;
  opacity: 0.8;
}

.popup .close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.custom-toast {
  font-size: 1.3rem !important; /* bigger font */
  border-radius: 10px !important;
  background: linear-gradient(45deg, #62cff4, #2c67f2) !important;
  padding: 15px 30px !important; /* bigger padding */
  box-shadow: 0 4px 12px rgba(44, 103, 242, 0.4) !important;
  text-align: center;
  min-width: 250px !important;
}