/* =========================================================
   Psychological Wellbeing — Stress Management page
   Single consolidated stylesheet
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');

:root{
  --brand:        #e3375f;
  --brand-dark:   #c72055;
  --brand-light:  #fff5f8;
  --text-dark:    #252323;
  --text-muted:   #555555;
  --bg-page:      #ffffff;
  --bg-soft:      #eef3f5;
  --white:        #ffffff;
  --radius-sm:    8px;
  --radius-md:    14px;
  --radius-lg:    24px;
  --shadow-sm:    0 2px 8px rgba(0,0,0,.08);
  --shadow-md:    0 6px 20px rgba(0,0,0,.10);
  --header-h:     90px;
}


/*=============== BASE ===============*/
/* * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  text-decoration: none;
  transition: all .2s linear;
  font-size: 1.5rem;
} */

/* Custom CSS for Slick carousel */

/* header */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');


/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none; border: none;
    text-decoration: none;
   
    transition: all .2s linear;
    font-size: 1.5rem;
}


html{
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

section{
  padding: 2rem 7%;
  /* width: 100%; */
  }

html::-webkit-scrollbar{
    width: 1rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: #e3375f;
    border-radius: 5rem;
}
body {
  font-family: 'Nunito', sans-serif;
  background-color:  #fff;;

}

.dropdown__link {
 
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

.dropdown__link:hover {
  color: #2286de;
}

.nav__link {
text-decoration: none;

padding: 10px 15px;
transition: all 0.3s ease;
}




ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/*=============== REUSABLE CSS CLASSES ===============*/
/* .container {
  max-width: 1120px;
  margin-inline: 1.5rem;
} */
.heading{
  text-align: center;
  font-size: 3rem;
  margin: 2rem 0;
  color:#e3375f;

}
/*=============== HEADER ===============*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  /* box-shadow: 0 2px 8px hsla(220, 68%, 12%, 0.1); */
  /* background-color: rgb(238, 190, 190); */
  z-index:1000 ;
  /* backdrop-filter: blur(40px); */
  align-content: center;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);


}

/*=============== NAV ===============*/


.nav-container{
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  flex-direction: row;
  /* background-color: #e6e9ed; */
  padding: 2rem 9%;
  /* backdrop-filter: blur(40px); */

}


.nav__data {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}


.nav__logo { 
  display: inline-flex;
  align-items: center;
  column-gap: 0.25rem;
  
  transition: color 0.3s;
 
  
} 
.nav__logo, .nav-photo {
  height: 70px;
  width: auto;
 
}

.logo {
  width: 90px;

}


.nav__toggle {
  position: relative;
  width: 32px;
  height: 32px;

}
.nav__toggle-menu, .nav__toggle-close {
  font-size: 2.25rem;
  
  position: absolute;
  display: grid;
  place-items: center;
  inset: 0;
  cursor: pointer;
  transition: opacity 0.1s, transform 0.4s;
}
.nav__toggle-close {
  opacity: 0;
}

.dropdown__link {
    color: #252323;
    text-decoration: none;
    display: block;
    padding: 5px 0;
  }
  
  .dropdown__link:hover {
    color: white;
  }
  .nav__link {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  transition: all 0.3s ease;
  }
  .dropdown__title{
    color: #252323;
  }
  .nav__link:hover {
  color: #816bff;
  }
  
  
  .nav__link {
    /* color: rgb(48, 15, 147); */
    font-weight: bold;
    font-size: 1.6rem;
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    
  }


  
/*=============== DROPDOWN ===============*/
.dropdown__button {
  cursor: pointer;
}
.dropdown__arrow {
  font-size: 1.6rem;
  font-weight: initial;
  transition: transform 0.4s;
}
.dropdown__content, .dropdown__group, .dropdown__list {
  display: grid;
  /* background-color: #e3375f; */
}


.dropdown__group {
  padding-left: 2.5rem;
  row-gap: 0.5rem;
  background-color: #e3375f;
  border: 3px solid rgb(231, 189, 198);
  border-radius: 5px;
  padding: 2rem;
 

}
.dropdown__group:first-child {
  margin-top: 1.25rem;
}
.dropdown__group:last-child {
  margin-bottom: 1.25rem;
}
/* .dropdown__icon i {
  font-size: 1.25rem;
  
} */
.dropdown__title {
  /* font-size: 20px; */
  
  color:white;
  font-weight: bold;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  width: 250px;
  display: inline;
    
  
  
}
.dropdown__list {
  row-gap: 0.25rem;
}

.dropdown__link:hover {
  background-color: rgb(228, 82, 107);
  border: solid black 0.5px;
  padding: 1rem;
  border-radius: 10px;
  
}

/* Rotate dropdown icon */
.show-dropdown .dropdown__arrow {
  transform: rotate(180deg);
}


/* button */
.btn{
  display: inline-block;
  /* margin-top: 1rem; */
  background-color: #e3375f;
  color: #fff;
  padding: .8rem 3rem;
  border: .2rem solid rgb(215, 36, 90);
  cursor: pointer;
  font-size: 1.7rem;
  border-radius: .5rem;
  text-transform: capitalize;
}

.btn:hover{
  /* color: #252323; */
  background: rgb(188, 68, 104);
  /* border-color: rgb(154, 130, 136); */
}

/* header ends  */
/*=============== BREAKPOINTS ===============*/


@media screen and (max-width: 1079px) {
   
  
  .header{
    background-color:#FFF;
    height: 70px;
    opacity: 1;
    font-size: 1.5rem;
  }
  
   .nav__logo { 
    display: inline-flex;
    align-items: center;
    column-gap: 0.25rem;
    
    transition: color 0.3s;
   
    
  } 
  .nav__logo, .nav-photo {
    
    width: auto;
    /* background-color: #0762C8; */
  }
  
  .logo {
    height: 45px;
    width: 80px;
  /* background-color: #0762C8; */
  border-radius: 15px;
  }
  
  .nav__menu {
      /* background-color: rgb(13, 168, 34 0.1); */
      position: absolute;
      left: 0;
      top: 6.5rem;
      width: 329px;
      height: calc(90vh - 3.5rem);
      overflow: auto;
      padding-block: 1.5rem 4rem;
      pointer-events: none;
      opacity: 0;
      transition: top 0.4s, opacity 0.3s;
      display: flex;
      flex-direction: column;
      /* backdrop-filter: blur(5px); */
      /* border: solid black; */
      border-radius: 5px;
    }

    .nav__list{
      font-size: 1.5rem;
      width: 320px;
       background-color: rgb(216, 238, 244); 
       margin-top: -20px;
       border-radius: none;
       
       box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
       /* backdrop-filter: blur(5px); */
    }

    .dropdown__group {
      /* padding-left: 2.5rem; */
      row-gap: 0.5rem;
      background-color: #e3375f;
      border: 3px solid rgb(161, 37, 12);
      border-radius: 5px;
      width: 95%;
      /* padding: 2rem; */
     
    
    }

    .dropdown__content {
      
      /* background-color:rgb(241, 130, 150); */
      margin-left: 24px;
      width: 90%;
    
      
      
      
    }
    
    /* .nav__logo, .nav{
      border-radius: 60%;
      background-color: aliceblue;
  
    } */
    .nav__menu::-webkit-scrollbar {
      width: 0.5rem;
      
    }
    .nav__menu::-webkit-scrollbar-thumb {
      background-color: hsl(341, 89%, 38%);
    }
    
  .dropdown__container {
    background-color: rgb(239, 226, 228);
    height: 0;
    overflow: hidden;
    transition: height 0.4s; 
    
  }

  .nav__link {
  text-decoration: none;
  color:#252323;
  margin-left: 25px;
  padding: 10px 15px;
  transition: all 0.3s ease;
  }
  
  .nav__link:hover {
  color: #816bff;
  }

  .show-menu {
    opacity: 1;
    top: 7rem;
    pointer-events: initial;
  }
  
  
  
  /* Show icon */
  .show-icon .nav__toggle-menu {
    opacity: 0;
    transform: rotate(90deg);
  }
  
  .show-icon .nav__toggle-close {
    opacity: 1;
    transform: rotate(90deg);
  }

  .dropdown__group {
    padding-left: 1.5rem;
  }

  .nav__data{
    width: 100%;
    
  }

  .button{
    display: none;
  }
  

}

  /* For large devices */
  @media screen and (min-width: 1080px) {
    /* Nav */
    .nav {
      /* height: calc(var(--header-height) + 2rem); */
      display: flex;
      justify-content: space-between;
    }
    .nav__toggle {
      display: none;
    }

  
    .nav__list {
      display: flex;
      column-gap: 3rem;
      height: 100%;
      
    }
    /* .nav li {
      display: flex;
    } */
    .nav__link {
      padding: 0;
      color:#252323;
    }
    .nav__link:hover {
      background-color: initial;
    }
    /* Dropdown */
    .dropdown__button {
      column-gap: 0.25rem;
      pointer-events: none;
    }
    .dropdown__container {
      height: max-content;
      position: absolute;
      left: 0;
      right: 0;
      top: 6.5rem;
      /* background-color: blanchedalmond; */
      box-shadow: 0 6px 8px hsla(220, 68%, 12%, 0.05);
      pointer-events: none;
      opacity: 0;
      transition: top 0.4s, opacity 0.3s;
    }
    .dropdown__content {
      display: flex;
      justify-content: center;
    
      /* grid-template-columns: repeat(4, max-content); */
      gap: 6rem;
      max-width: 600px;
      margin-inline: auto;
      /* background-color: rgb(245, 240, 241); */
      backdrop-filter: blur (20px);
      border-radius: 10px;
      /* margin-left: 10px; */
      margin-top: 43px;
    }
  
    .dropdown__title{
  
      font-weight: bold;
      border-bottom: 2px solid black;
      padding-bottom: 10px;
      width: 250px;
      display: inline;
      
    
    }
    .dropdown__group {
      /* padding: 4rem 0; */
      margin-left: 10px;
      align-content: baseline;
      row-gap: 1.25rem;
    }
    .dropdown__group:first-child, .dropdown__group:last-child {
      margin: 0;
     
    }
    .dropdown__list {
      row-gap: 0.50rem;
      
    }
  
    .dropdown__item {
      cursor: pointer;
      /* background-color: #2286de; */
      
    }
    
    .dropdown__item:hover .dropdown__arrow {
      transform: rotate(180deg);
    }
    .dropdown__item:hover > .dropdown__container {
      top: 5.5rem;
      opacity: 1;
      pointer-events: initial;
      cursor: initial;
    }                    
  }
  /* @media screen and (min-width: 1152px) {
    .container {
      margin-inline: auto;
    }
  } */

  /* media query end */
/* =========================================================
   HERO HEADING BAND
   ========================================================= */
.page-hero{
  margin-top: var(--header-h);
  height: 110px;
  background: var(--brand);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.page-hero h1{ font-size: 3.6rem; text-transform: uppercase; letter-spacing: .5px; }

@media screen and (max-width: 768px){
  .page-hero{ margin-top: 70px; height: 100px; }
  .page-hero h1{ font-size: 2.6rem; }
}

/* =========================================================
   MAIN CONTENT — two-column layout
   ========================================================= */
.content-section{ background: var(--bg-soft); }

.content-grid{
  display: flex;
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
  align-items: flex-start;
}

.content-main{ flex: 1 1 65%; }

.content-main h2{
  color: var(--brand);
  font-size: 2.8rem;
  margin-bottom: 1.6rem;
}
.content-main > p{ margin-bottom: 2rem; color: var(--text-dark); }

.cta-row{
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
.cta-whatsapp{
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--brand);
  color: var(--white);
  padding: 1rem 2.2rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
}
.cta-whatsapp:hover{ background: var(--brand-dark); }

/* ---------- Accordion (unified) ---------- */
.accordion-group{ width: 100%; }

.accordion-btn{
  width: 100%;
  text-align: left;
  background: var(--white);
  color: var(--text-dark);
  border: 2px solid var(--brand);
  border-radius: var(--radius-sm);
  padding: 1.6rem 2rem;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background .25s ease, color .25s ease;
}
.accordion-btn::after{
  content: '+';
  font-size: 2rem;
  line-height: 1;
}
.accordion-btn.active::after{ content: '\2212'; }
.accordion-btn:hover,
.accordion-btn.active{
  background: var(--brand);
  color: var(--white);
}

.accordion-panel{
  max-height: 0;
  overflow: hidden;
  background: var(--white);
  border-left: 2px solid var(--brand);
  border-right: 2px solid var(--brand);
  transition: max-height .3s ease;
}
.accordion-panel-inner{ padding: 1.8rem 2rem; }
.accordion-btn.active + .accordion-panel{
  border-bottom: 2px solid var(--brand);
  border-bottom-left-radius: var(--radius-sm);
  border-bottom-right-radius: var(--radius-sm);
}

.symptom-list{ margin-top: .5rem; }
.symptom-list li{
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: .9rem;
}
.symptom-list li::before{
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--brand);
  font-weight: 700;
}

.treatment-item{ margin-bottom: 1.6rem; }
.treatment-item h3{ color: var(--brand); font-size: 1.9rem; margin-bottom: .4rem; }

/* ---------- Sidebar ---------- */
.content-side{
  flex: 1 1 32%;
  background: var(--white);
  border-left: 6px solid var(--brand);
  border-radius: var(--radius-md);
  padding: 2.4rem;
  box-shadow: var(--shadow-sm);
}
.content-side h3{ color: var(--brand); font-size: 2.2rem; margin-bottom: 1.6rem; }
.content-side h4{
  color: var(--brand-dark);
  font-size: 1.7rem;
  margin: 1.6rem 0 1rem;
}
.side-list li{ margin-bottom: .9rem; }
.side-list a{
  display: flex;
  align-items: center;
  gap: .8rem;
  font-weight: 700;
  color: var(--text-dark);
}
.side-list a:hover{ color: var(--brand); }
.side-list i{
  background: var(--brand);
  color: var(--white);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex: 0 0 auto;
}

@media screen and (max-width: 1000px){
  .content-grid{ flex-direction: column; }
  .content-side{ width: 100%; }
}



.videoo-container {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #666; */
  }
  
  .videoo-container  img{
     width: 100%;
    height: 100%;
    align-self: center;
border: solid #e3375f;
  }
  /* .psychologist-banner {
   
  } */
/* =========================================================
   CONTACT POPUP
   ========================================================= */
.contact-popup{
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}
.contact-popup.open{ display: flex; }

.contact-popup-content{
  position: relative;
  background: var(--brand);
  color: var(--white);
  padding: 3rem 3.5rem;
  border-radius: var(--radius-md);
  max-width: 90%;
  width: 380px;
}
.contact-popup .close-btn{
  position: absolute;
  top: 1rem;
  right: 1.4rem;
  font-size: 2.6rem;
  cursor: pointer;
  line-height: 1;
}
.contact-popup h3{ margin-bottom: 1.4rem; }
.popup-detail{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.popup-detail a{ color: var(--white); }

/* =========================================================
   WHY CHOOSE US
   ========================================================= */
.why-us{
  background: #c5def3;
  border-radius: var(--radius-lg);
  text-align: center;
}
.why-us > p{
  max-width: 700px;
  margin: 0 auto 3rem;
  color: var(--text-muted);
}
.why-us-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.why-us-card{
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 2.4rem;
  flex: 1 1 260px;
  max-width: 320px;
}
.why-us-card i{ font-size: 2.8rem; color: var(--brand); margin-bottom: 1.2rem; }
.why-us-card h3{ font-size: 1.8rem; margin-bottom: .8rem; }
.why-us-card p{ font-size: 1.4rem; color: var(--text-dark); }



/* our team */
/* packages */
.team-section{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background:#fff ;
  

}

.team-section h2{
  margin-top: 30px;
  font-size: 2.8rem;
  margin-bottom: 10px;
  color: #e22f58; 
}
.team-section p{
margin-bottom: 30px;
font-size: 1.6rem;
}
.team-box-container{
  display: flex;
  background-color: #fff;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: center;
  /* text-transform: capitalize; */
max-width: 1200px;
}

.team-box{
  flex: 1 1 30rem;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
  width: 100%;
  display: block;
}

.team-image{
  height: 20rem;
  overflow: hidden;
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-photo{
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 20rem;
  display: block;
}
.team-box:hover{
  transform: scale(1.1);
  border: solid palevioletred;
}

.team-content{
  text-align: center;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.team-name{
  font-size: 1.7rem;
 
}

.team-position{
  font-size: 1.7rem;
  color: #333;
  /* padding-top: 1rem; */
  width: 100%;
}

 /* span{
  
  font-size: 1.5rem;
  text-decoration: line-through;
} */

.team-para{
  font-size: 1.4rem;
  color: #373636;
  padding: 1rem 0;
  /* text-align: justify; */
}
.para-team{
  width: 100%;
  font-size:  1.4rem;
  /* text-align: justify; */
}
.my-team-para{
  font-size:  1.4rem;
  color:#252323;
}
/* end */
/* our team ends */

/* =========================================================
   FAQ SECTION (site-wide questions, same accordion component)
   ========================================================= */
/*=============== FAQS ===============*/
.faqs-section {
  max-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.faqs-section h2 { margin-top: 30px; font-size: 2.8rem; margin-bottom: 10px; color: var(--brand-darker); text-align: center; }
.faqs-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1400px;
  width: 100%;
}
.faqs { width: 100%; }

.faqs h3 { margin: 10px 0 0; }

.accordion {
  background-color: #f7f7f7;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 1.6rem;
  color: var(--text);
  transition: 0.3s;
  border: 2px solid var(--brand);
  border-radius: 6px;
  font-weight: 700;
}
.accordion.open,
.accordion.active,
.accordion:hover {
  background-color: var(--brand);
  color: var(--white);
  border-color: var(--brand-dark);
}
.accordion:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordion.active:after,
.accordion.open:after { content: "\2212"; }

.panel {
  padding: 0 18px;
  background-color: var(--white);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
.panel-para { width: 100%; margin: 15px 0; font-size: 1.5rem; color: var(--text-muted); line-height: 1.6; }

@media only screen and (max-width: 405px) {
  .panel-para { font-size: 1.4rem; }
}


/* =========================================================
   CONTACT FORM
   ========================================================= */

.contact-section{
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #0762C8; */
}
/* blogs ends */
/* contact form start*/
.my-contact-form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* background-color: #ec3a6c; */
 /* color: rgb(255, 255, 255); */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
/* background-color: #0762C8; */
  max-width: 1440px;

}

.contact-left,
.contact-right {
  flex-basis: 45%;
  padding: 20px;
  /* border-radius: 10px; */
}

.contact-left {
  /* background: linear-gradient(to bottom, #e3375f, #f5d2da); */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* border-left:solid 10px #c72055;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px; */
}

.contact-heading {
  color: #e3375f;
  margin-bottom: 2rem;
 text-align: center;
 font-size: 3rem;
}

.contact-left form input,
.contact-left form textarea,
.contact-left form button {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #110d0d;
  border-radius: 5px;
  background-color: #fff;
  transition: border-color 0.3s ease;
}
form{
  /* background-color: aquamarine; */
  width: 80%;
  
}

.contact-left form input:focus,
.contact-left form textarea:focus {
  outline: none;
  border-color:#e3375f;
}

.contact-left form textarea {
  height: 100px;
}

.contact-left form button {
  background-color: #e3375f;
  border: solid rgb(238, 237, 234);
  color: #fff;
  font-size: 1.7rem;
  /* font-weight: bold; */
  /* border: none; */
  cursor: pointer;
}

.contact-left form button:hover {
  background-color: #c72055;
}

.contact-right {
  /* background: linear-gradient(to bottom, #e3375f, #dba9b4); */
  color: #252323;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
 /* background-color: #0b7787; */
  /* border-right:solid 5px #c72055;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 80px; */
}


.contact-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.contact-center{
  margin-top: 20px;
}

.span-detail {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
 
}

.span-detail, .frame {
  font-size: 30px;
  margin-right: 10px;
}

.span-detail, .span-details {
  font-size: 16px;
}
.my-map{
  color: #087408;

}
.my-clock{
  color: #0b7787;
}
.my-envelope{
  color: #2286de;
}
.my-whatsapp{
  color: #25D366;
  

}
/* Base styles remain unchanged */

/* Responsive styles */
@media only screen and (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    border-radius: 0;
  }

  .contact-left,
  .contact-right {
    flex-basis: 100%;
  }

  .contact-left,
  .contact-right {
    padding: 20px;
  }

 
}

@media only screen and (max-width: 500px){
  form{
      width: 100% ;
  }
  .contact-details{
      width: 100%;
  }
}
/* contact form ends */

/* =========================================================
   FOOTER
   ========================================================= */

/* footer */

footer{
  background-color: #faf5f7;
  /* padding: 30px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}

.footer-container {
 
  max-width: 90%;
   margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  /* background-color: #0762C8; */
  
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-logo img {
  width: 100px;
  height: auto;
}

.footer-info {
  flex: 1;
  margin-bottom: 20px;
  font-weight: bold;
  color: #252323;
 
}
.my-footer{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-contact,
.footer-links,.footer-info {
  flex: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
 
}
.footer-links{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* background-color: #0762C8; */
}
.footer-links p{
  text-align: center;
  width: 100%;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin-top: 28px;
  font-size: 17PX;
}

.footer-links ul li {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
}

.footer-links ul li a {
  text-decoration: none;
  color:#252323;
  font-size: 17px;
}
/* Social Icons */
.footer-social {
  text-align: center;
  margin-bottom: 30px;
}
.footerr h3{
  font-size: 2.5rem;
  color: #e3375f;
}
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  
  
  transition: transform 0.3s ease;
}
.ab{
  font-size: 3rem;
  /* margin-top: 30px; */
  color: rgb(51, 62, 186);
}

.social-icons a:hover {
  transform: translateY(-5px);
}
 .fa-facebook-f:hover{ 
  color: #1877F2;
}
.fa-twitter:hover{
  color: #1DA1F2;
}
.fa-instagram:hover{
  color: #8a49a1;
}
.fa-linkedin-in:hover{
  color:  #0762C8;
} 
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.footer .footer-social {
  animation: fadeInUp 1s ease;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

@media (max-width: 768px) {

  .heading{
    text-align: center;
    font-size: 3rem;
    margin: 2rem 0;
    color:#e3375f;
  
  }
  .footer-container {
      flex-direction: column;
      align-items: center;
  }

  .footer-info,
  .footer-contact,
  .footer-links,
  .footer-social {
      flex: none;
      width: 100%;
      text-align: center;
  }

  .footer-logo img {
      width: 120px;
  }
}
.footer-social h3{
  margin-bottom: 20px;
}

/* =========================================================
   FLOATING WHATSAPP BUTTON
   ========================================================= */
.whatsapp-float{
  position: fixed;
  left: 16px;
  bottom: 24px;
  z-index: 1000;
  width: 52px;
  height: 52px;
  animation: floatPulse 1.4s ease-in-out infinite alternate;
}
@keyframes floatPulse{
  from{ transform: scale(1); }
  to{ transform: scale(1.12); }
}



/*=============== WHATSAPP FLOATING BUTTON ===============*/
@keyframes whatsapp-bounce {
  0% { transform: translateY(-30%) scale(1.1); }
  100% { transform: translateY(-30%) scale(1.2); }
}
.icon-popp {
  position: fixed;
  right: 20px;
  bottom: 90px;
  transform: translateY(-50%);
  z-index: 1000;
  animation: whatsapp-bounce 1.4s infinite alternate;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.whatsapp-icon { display: flex; align-items: center; justify-content: center; gap: 8px; }
.whatsapp-icon img { width: 40px; height: auto; }

.whatsapp-button {
  background: var(--white);
  color: var(--text);
  border: 2px solid #25D366;
  padding: 8px 12px;
  border-radius: 30px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
}

@media only screen and (max-width: 555px) {
  .icon-popp { right: 16px; bottom: 80px; }
}
