@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@font-face {
    font-family: 'abnes';
    src: url('../fonts/abnes.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html{
 scroll-behavior: smooth;
}

body {
  
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: #FFF9F0;
    color: #0B1D51;
}

a {
    text-decoration: none;
    color: #0B1D51;
    font-weight: 600;
    transition: all 0.3s ease;
}

h1, h2, h3, h4 {
    margin: 0;
    font-weight: 600;
    color: #0B1D51;
}

/* === HEADER === */
.healmind-header {
    background-color: #0B1D51;
    color: #FFF9F0;
    padding-bottom: 0.5rem;
}


.top-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 2rem;
    font-size: 0.9rem;
    background-color:#ebe6dd;
    color: #0B1D51;
}

#datetime {
    font-weight: 500;
}

.top-head-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-head-right i {
  margin-left: 5px;
    margin-right: 5px;
    color: #0B1D51;
}

.top-head-right a {
    color: #0B1D51;
    text-decoration: none;
    font-weight: 500;
}

.top-head-right a:hover {
    color: #4660dc;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    flex-wrap: wrap;
}

.logo {
    height: 50px;
    margin-right: 1rem;
}
.talk-head {
    font-size: 1.8rem;
    color: #FFF9F0;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #FFF9F0;
    font-weight: 600;
    padding: 0.5rem;
    border-radius: 5px;
    transition: background 0.3s ease, color 0.3s ease;
}

.nav-links a:hover {
    background-color: #F7E7CE;
    color: #0B1D51;
}

/* === HERO SECTION === */
.hero-banner {
    position: relative;
    height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #A78D6C;
}

.hero-banner .mainimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-banner .overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFF9F0;
}
.journey-heading {
    color: #0a1f60;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(248, 239, 173, 0.897);
}

.hero-banner h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}




/* === GET BOOKED === */
.get-book {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.get-book .column {
    background: rgba(255, 249, 240, 0.85);
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
    width: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(11, 29, 81, 0.1);
    color: #0B1D51;
}

.get-book .column:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(11, 29, 81, 0.15);
}

.get-book i {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #0B1D51;
}

.get-book .btn {
    margin-top: 0.8rem;
    background-color: #0B1D51;
    color: #FFF9F0;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    font-weight: bold;
    display: inline-block;
    transition: background 0.3s;
}

.get-book .btn:hover {
    background-color: #243763;
}

/* === INTRO & ABOUT ME === */
.intro, .aboutvinu {
    padding: 4rem 2rem;
    max-width: 1100px;
    margin: auto;
    color: #0B1D51;
}

.intro h3, .services-preview h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

.intro p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.learn-more {
    display: inline-block;
    margin-top: 1rem;
    color: #0B1D51;
    font-weight: 600;
    transition: text-decoration 0.3s;
}

.learn-more:hover {
    text-decoration: underline;
}

.aboutvinu {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem;
    background: #FFF3E6; /* creamier */
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(11, 29, 81, 0.5);
    transition: background-color 0.4s ease, color 0.4s ease;
    margin-bottom: 100PX;

}

.aboutvinu:hover {
    background-color: #0B1D51;
    color: #FFF9F0;
}

.aboutvinu:hover h1,
.aboutvinu:hover p {
    color: #FFF9F0;
}

.vinuimg {
    width: 300px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(11, 29, 81, 0.3);
    transition: background-color 0.3s ease;
}

.aboutvinu:hover .vinuimg {
    background-color: #02336c; /* dark grey */
}

.divabout {
    flex: 1;
}

.vinuhead {
    font-size: 1.8rem;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    color: inherit;
    transition: color 0.4s ease;
}

/* === SERVICES === */
.services-preview h3 {
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    padding: 4rem 0 1rem 0; /* Increased top padding */
    margin: 0;
    font-weight: 600;
    transition: color 0.4s ease;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: auto;
}

.card {
    background-color: #FFF1DD; /* much lighter than FCEFD9 */
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(11, 29, 81, 0.15);
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    color: #0B1D51;
}

.card h4 {
    transition: color 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(11, 29, 81, 0.3);
    background-color: #0B1D51;
    color: #FFF9F0;
}

.card:hover h4 {
    color: #F7E7CE;
}

/* === TESTIMONIALS === */
.testimonial-section {
  background-color: #f9f9f9;
  padding: 50px 20px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #0B1D51;
}

.testimonial-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.testimonial-card {
  background-color: #FFF1DD; 
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  max-width: 350px;
  text-align: left;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

.client-name {
  font-weight: bold;
  font-size: 1rem;
  color: #0B1D51;
}

.testimonial-gallery {
  padding: 50px 20px;
  text-align: center;
  background-color: #f9f9f9;
}

.testimonial-gallery h2 {
 font-size: 2rem;
  margin-bottom: 40px;
  color: #0B1D51;
}

.testimonial-text {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  font-style: italic;
}

.testimonial-text strong {
  display: block;
  margin-top: 10px;
  color: #222;
  font-style: normal;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.gallery-text{
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  font-style: italic;
}
.gallery-text-client{

  color: #0a1f60;
}

.gallery img {
  width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}


/* === CONTACT FORM === */
.contactcontainer {
    padding: 4rem 2rem;
    max-width: 600px;
    margin: auto;
    color: #0B1D51;
}

.contactcontainer h1 {
    margin-bottom: 2rem;
    text-align: center;
}

form div {
    margin-bottom: 1.5rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

input, select, textarea {
    width: 100%;
    padding: 0.75rem;
    border-radius: 10px;
    border: 1px solid #A78D6C;
    background-color: #FFF9F0;
    color: #0B1D51;
    font-size: 1rem;
    resize: vertical;
}

textarea {
    height: 150px;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #0B1D51;
    box-shadow: 0 0 5px #0B1D51;
}

button, .submit-btn {
    background-color: #0B1D51;
    color: #FFF9F0;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
}
.success-message {
  background-color: #d4edda;
  color: #155724;
  padding: 10px;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  margin-bottom: 15px;
  font-weight: bold;
}


button:hover, .submit-btn:hover {
    background-color: #243763;
}

/* === FOOTER === */
footer {
  background-color: #0B1D51;
  color: #FFF9F0;
  padding: 2rem;
  font-size: 0.95rem;
  height: 250px;
}


.footerr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: rem;
    margin-bottom: 1rem;
}
.foothead{
    color: #d4edda;
    font-size: 18px;
    padding: 15px;
}

.footerpara, .footerservices, .footercontact {
    flex: 1;
    min-width: 200px;
}

.footerpara p, .footerservices ul, .footercontact ul {
    margin: 0;
    line-height: 2;
    word-wrap: break-word;
    width: 250px;
}

.footercontact ul li, .footerservices ul li {
    list-style: none;
    margin-bottom: 1rem;
}

footer p:last-child {
    text-align: center;
    border-top: 1px solid #A78D6C;
    padding-top: 1rem;
    margin-top: 1rem;
    color: #D9CDB6;
}


.devby {
    font-family: 'Michroma', sans-serif;
    font-size: 0.8rem;
    color: white;
    opacity: 0.5;
    text-align: center;
    letter-spacing: 1.5px;
    margin-top: 120px; 
    margin-bottom: 2px; 
}

.watermark {
    font-family: 'abnes', sans-serif;
    font-size: 1.4rem;
    color: white;
    opacity: 0.5;
    text-align: center;
    margin-top: 0; 
    letter-spacing: 2.5px;
}


/* Hamburger icon default hidden */
.hamburger {
    display: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}




@media screen and (max-width: 599px){
    body{
        height: 100%;
    }
    
    
  /* Navbar adjustments */
  #datetime{
    display: none;
  }
  .navbar {
    padding: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    row-gap:5px;
    position: absolute;
    padding: 4px;
    top:50px;
    right:1px;
    background-color:#0B1D51;
    z-index: 10;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links li {
    text-align: center;
    padding: 10px;
    margin: 10px 0;
  }

  .hamburger {
    display: block;
    font-size: 26px;
    color: white;
    cursor: pointer;
    margin-right: 10px;
  }
  

  .logo {
    width: 45px;
    height: auto;
  }
.talk-head {
    font-size: 20px;
  }

  /* Top contact bar */
  .top-head {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
    align-items: flex-start;
    padding:5px;
  }

  .num, .mail {
    font-size: 12px;
  }

  /* Hero banner */
  .hero-banner {
    margin: 0;
    width: auto;
    height: 300px;
    text-align: center;
    padding: 10px;
  }

  .hero-banner h2 {
    font-size: 20px;
  }

  .hero-banner p {
    font-size: 14px;
  }
  .mainimg{
    height: 100vh;
    object-fit: cover;
  }

  .get-book {
    gap: 17px;
  }

 .get-book .column{
    width:150px;
    padding: 5px;
  }

  .column h2 {
    font-size: 18px;
  }
 .btn.gta{
    margin: 0;
    font-size: 10px;
    padding: 10px;
 }
  /* About section */
  .intro h3{
    font-size: 18px;
  }
  .intro p{
    font-size: 14px;
  }
  .learn-more{
    font-size: 14px;
  }
  .aboutvinu {
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin:10px;
  }


  .vinuimg {
    
    width: 250px;
    height: auto;
  }

  .vinuhead {
    font-size: 18px;
  }

  .vinupara {
    font-size: 14px;
    text-align: justify;
  }

  /* Services section */
  .services-preview h3{
    padding-top: 30px;
    font-size: 18px;
  }
  .service-cards {
    justify-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .card {
    width: 200px;
    padding: 10px;
  }

 /* contact section */
.contactcontainer h1 {
    margin-bottom: 2rem;
    font-size: 22px;
    text-align: center;
}
label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 14px;
}
input{
    width: 200px;
    height: 20px;
}
select{
     width: 230px;
    height: 40px;
}
textarea{
    width: 220px;
}
.contactbutton{
     width: 200px;
}
/* Reduce overall font size */
.flatpickr-calendar {
  font-size: 12px; /* Adjust as needed */
  transform: scale(0.85); /* Optional: scales the whole calendar */
  transform-origin: top center;
}

/* Reduce padding inside day cells */
.flatpickr-day {
  padding: 5px;
  max-width: 30px;
  line-height: 28px;
  font-size: 12px;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  color: white !important;
  font-weight: bold !important;
  border-radius: 50% !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}

/* Smaller navigation arrows */
.flatpickr-prev-button,
.flatpickr-next-button {
  font-size: 14px;
  padding: 0 4px;
}

/* Smaller month & year text */
.flatpickr-current-month {
  font-size: 14px;
}


/* Footer */
footer {
    background-color: #0B1D51;
    color: #FFF9F0;
    padding: rem;
    font-size: 0.95rem;
    height:555px;
}

  .footerr {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .foothead{
    text-align: left;
    padding: 0;
    padding-top: 5px;
    margin-left:10px ;

  }
  .footerpara p,
  .footerservices ul,
  .footercontact ul {
    margin-left:10px ;
    font-size: 14px;
    text-align: left;
    padding: 0;
  }

  footer p {
    text-align: center;
    font-size: 12px;
  }
}