:root {
  /* --green: #1c4b42; */
  /* --light_green: #b4e717; */
  --green: #008455;
  --light_green: #63CE4A;
  --secondary: #a8ceb2;
  --bg: #bdbeb6;
  --grey: #9d9e96;
  --light_yellow: #d2e824;
  --bg_secondary: #c5c5bd;
  --bg_third: #eceee1;
  --bg_forth: #f6f5f2;
}

/* @font-face {
  font-family: "heading";
  src: url("/assets/Marcellus/Marcellus-Regular.ttf");
}
@font-face {
  font-family: "content";
  src: url("/assets/Sora/static/Sora-Regular.ttf");
} */
/* @font-face {
  font-family: "heading";
  src: url("../Marcellus/Marcellus-Regular.ttf");
} */
/* @font-face {
  font-family: "heading";
  src: url("../comic/ComicRelief-Bold.ttf");
}

@font-face {
  font-family: "content";
  src: url("../comic/ComicRelief-Regular.ttf");
} */


/* @font-face {
  font-family: "content";
  src: url("../Sora/static/Sora-Regular.ttf");
} */

/* @font-face {
  font-family: "content";
  src: url("../algreya/Alegreya-VariableFont_wght.ttf");
}

@font-face {
  font-family: "heading";
  src: url("../algreya/Alegreya-Italic-VariableFont_wght.ttf");
} */

@font-face {
  font-family: "heading";
  src: url("../popins/Poppins/Poppins-Bold.ttf");
}

@font-face {
  font-family: "sub-head";
  src: url("../popins/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "content";
  src: url("../popins/Poppins/Poppins-Light.ttf");
}


/* @font-face {
  font-family: "heading";
  src: url("../black_chancery/BLKCHCRY.TTF");
}

@font-face {
  font-family: "content";
  src: url("../comic/ComicRelief-Regular.ttf");
} */



h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-family: "heading" !important;
}

body {
  font-family: "content" !important;
  background-color: white;
  /* background: url(../img/banner/leaf_fall_4.gif);
  background-size: 900px auto; */

}

section {
  overflow: hidden;
}

p {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 765px) {
  section {
    padding: 40px 0;
  }
}

@media (min-width: 765px) {
  section {
    padding: 50px 0;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  text-decoration: none;
}

/* header style start  */

.logo {
  width: 125px;
  padding: 10px 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
  }
}

header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: white;
  transition: background-color 0.5s ease, box-shadow 0.5s ease;

  nav {
    font-size: 17px;

    a {
      font-family: "sub-head" !important;
    }

    .nav-item {
      margin: 0 8px;

      .nav-link {
        color: var(--green);

      }

      .dropdown-item {
        color: white;
      }

      .dropdown-item:hover {
        color: var(--green);
        background-color: white;
      }
    }

    .dropdown-menu {
      background-color: var(--green);
      border-radius: 25px;
      overflow: hidden;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
      color: var(--light_green);
    }

    .btn_booking {
      /* background-color: var(--light_green) !important; */
      background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);
      border-radius: 20px;
      display: inline-block;
      font-size: 15px;
      line-height: 1;
      padding: 12px 24px;
      fill: var(--green) !important;
      text-align: center;
      transition: all 0.3s;
      width: 150px;
      /* transition: all 1s ease-in-out; */
      color: white !important;
    }
  }


  .btn_booking:hover {
    background: linear-gradient(135deg, #008455 0%, #63CE4A 100%);
    transition: opacity 1s ease-in-out;

    color: white;
    /* border:2px solid var(--light_yellow); */
  }
}

@media (max-width: 765px) {
  .navbar-toggler {
    color: var(--green);
    border: 2px solid var(--green);
  }

  .nav-toggler-top {
    position: relative;
    z-index: 999;
    /* Ensure it's above the popup-overlay */
  }
}

/* Scrolled style */
header.scrolled {
  background-color: white;
  /* Green background */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 785px) {
  .navbar-collapse {
    background-color: white;
  }

  .nav-link {
    color: black !important;
  }

  .dropdown-item {
    color: white !important;
  }

  .nav-toggler-top {
    position: relative;
    z-index: 9999;
  }
}

/* header style end  */

/* banner section style start  */
.banner_section {
  padding: 0;
  height: 90vh;
  margin: 0 15px 10px 15px;
  border-radius: 20px;
  height: 88vh;
  position: relative;
}

.banner {
  overflow: hidden;
  height: 100vh;
}

.inner_section {
  position: absolute;
  top: 185px;
  width: 100%;
}

.text_welcome {
  color: var(--green);
  z-index: 99;
  font-weight: 700;
  margin-left: 25px;
  font-size: 30px;
}

.banner_heading {
  color: var(--green);
  font-size: 45px;
  font-weight: 900;
  margin-left: 25px;
}

.btn_appointment {
  background-color: var(--light_green);
  color: white;
  padding: 15px 20px;
  margin-left: 25px;
  width: 210px;
  text-align: center;
  justify-content: center;
  border-radius: 24px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
}

.banner_services {
  display: flex;
  justify-content: space-around;
  margin-top: 55px;
}

.banner_serv_btn {
  /* background-color: white; */
  background-color: #ffffffc7;

  /* opacity: 0.5; */
  color: var(--green);
  font-size: 17px;
  font-weight: 700;
  padding: 20px 20px;
  text-align: center;
  /* justify-content: center; */
  border-radius: 24px;
  margin: 20px 40px 20px 40px;
  /* width: 265px; */
}

.banner_serv_btn:hover {
  /* background-color: var(--light_green); */
  background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);

  /* background-image: url('../img/images/WhatsApp Image 2025-05-04 at 13.39.49.jpeg'); */
  /* opacity: 0.5; */
  color: white;
}


@media (max-width: 765px) {
  .banner_section {
    height: fit-content;
    padding: 0;
    min-height: 65vh;
    margin: 0;
    border-radius: 20px;
    position: relative;
  }

  .banner {
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }

  .inner_section {
    position: relative;
    top: 0;
    padding: 20px 0;
    width: 100%;
  }

  .text_welcome {
    color: white;
    z-index: 99;
    font-weight: 700;
    margin-left: 25px;
    font-size: 20px;
  }

  .banner_heading {
    color: white;
    font-size: 33px;
    font-weight: 900;
    margin-left: 25px;
  }

  .btn_appointment {
    background-color: var(--light_green);
    color: white;
    padding: 17px 9px;
    /* margin-left: 25px; */
    width: 200px;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 19px;
  }

  .banner_services {
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
    /* width: 100%; */
    /* overflow-x: scroll; */
  }

  .banner_serv_btn {
    background-color: #ffffffc7;
    /* opacity: 0.5; */
    color: var(--green);
    padding: 15px 15px;
    text-align: center;
    justify-content: center;
    border-radius: 15px;
    /* margin-top: 20px; */
    margin: 20px 15px 0 15px;
    font-size: 20px;
    font-weight: 900;
  }
}

@media (min-width: 785px) {}

/* banner section style end  */

/* service cards section start  */
.service_cards {
  margin: 20px 0;
}

.service_heading {
  font-size: 37px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 35px;
  text-align: center;
}

.child_card {
  background-color: #f6f5f2;
  border-radius: 20px;
  /* height: 88vh; */
  overflow-y: hidden;
  border: none;
}

.child_card_btn1 {
  width: 110px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid var(--grey);
  margin-top: 20px;
  background: transparent;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-left: 20px;
}

.child_card_heading {
  margin-left: 20px;
}

.child_card_btn2 {
  background-color: white;
  color: var(--green);
  margin-left: 20px;
  width: 30px;
  padding: 12px 30px 9px 15px;
  border-radius: 50%;
  text-align: center;
}

.child_card_btn2:hover {
  background-color: var(--green);
  color: var(--light_green);
}

.child_card:hover {
  background-color: var(--light_green);
}

.child_card_heading {
  margin-top: 25px;
  font-size: 25px;
}

.child_card_img_div {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 14px;
}

.child_card_img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  height: 55vh;
}

.psych_card {
  background-color: var(--light_green);
  border-radius: 20px;
  /* height: 88vh; */
  border: none;
}

.psych_card_btn1 {
  width: 110px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid var(--grey);
  /* margin-top: 10px; */
  background: transparent;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-left: 20px;
}

.psych_card_heading {
  margin-left: 20px;
}

.psych_card:hover {
  .psych_card_btn2 {
    background-color: var(--green);
    color: var(--light_green);
  }
}

.psych_card_heading {
  margin-top: 25px;
  font-size: 25px;
}

.psych_card_btn2 {
  background-color: white;
  color: var(--green);
  margin-left: 20px;
  width: 30px;
  padding: 12px 30px 9px 15px;
  border-radius: 50%;
  text-align: center;
  height: 45px;
  margin-bottom: 5px;
  /* margin-top: 40px;
    margin-left: 45px; */
}

.psych_card_btn2:hover {
  background-color: var(--green);
  color: var(--light_green);
}

/* .psych_card_img_div{
  margin-right: 12px;
    margin-left: 12px; 
   margin-top: 10px; 
} */

.psych_card_sub {
  /* display: flex; */
}

.psych_card_img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  height: 60vh;
}

.family_card {
  background-color: #f6f5f2;
  border-radius: 20px;
  /* height: 88vh; */
  overflow-y: hidden;
  border: none;
}

.family_card_btn1 {
  width: 110px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid var(--grey);
  margin-top: 20px;
  background: transparent;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-left: 20px;
}

.family_card_heading {
  margin-left: 20px;
}

.family_card:hover {
  background-color: var(--light_green);
}

.family_card_heading {
  margin-top: 25px;
  font-size: 25px;
}

.family_card_btn2 {
  background-color: white;
  color: var(--green);
  margin-left: 20px;
  width: 30px;
  padding: 12px 30px 9px 15px;
  border-radius: 50%;
  text-align: center;
}

.family_card_btn2:hover {
  background-color: var(--green);
  color: var(--light_green);
}

.family_card_img_div {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 14px;
}

.family_card_img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  height: 55vh;
}

.all_serv_btn_sec {
  display: flex;
  margin: auto;
  justify-content: center;
}

.all_serv_btn {
  text-align: center;
  justify-content: center;
  background-color: var(--light_green);
  padding: 10px;
  color: var(--green);
  width: 180px;
  border-radius: 25px;
}

.all_serv_btn:hover {
  /* border: 2px solid var(--secondary); */
  background-color: var(--green);
  color: white;
}

@media (max-width: 785px) {
  .service_heading {
    font-size: 32px;
    text-align: center;
  }

  .family_card,
  .child_card {
    /* height: 50vh; */
    overflow-y: hidden;
  }

  /* .psych_card{
      height: 55vh;
    } */

  .serv_cards {
    margin-bottom: 20px;
  }

  .family_card_img,
  .child_card_img {
    height: 29vh;
  }

  .psych_card_img {
    height: 41vh;
  }

  .psych_card_btn1 {
    margin-bottom: -11px;
  }
}

/* cards section end  */

/* therappist cards style start  */

.therapist-section {
  background-color: white
}

.therapist-heading {
  color: var(--green);
  font-size: 40px;
  font-weight: 700;
}

/* General Card Styling */
.therappist_slide {
  padding: 10px;
}

.therapist-card {
  position: relative;
  display: block;
  width: 100%;
  height: 60vh;
  /* Default height */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  /* color: #333; */
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  /* box-shadow: -4px 0 0 var(--green); */

}

/* Content Hidden Initially */
.therapist-card .therapist-card-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background-color: var(--green);
  /* color: #333; */
  padding: 10px;
  border-radius: 0 0 10px 10px;
  transition: bottom 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  color: white;
}

/* Hover Effect */
.therapist-card:hover {
  transform: scale(1.05);
  background-color: var(--light_yellow);
}

.therapist-card:hover .therapist-card-content {
  bottom: 0;
  opacity: 1;
}

/* Text Styling Inside Card */
.therapist-name {
  font-size: 20px;
  font-weight: bold;
  /* color: var(--green); */
  margin-bottom: 8px;
}

.therapist-role {
  font-size: 15px;
  margin-bottom: 8px;
  /* color: #555; */
}

.therapist-qualification {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  /* color: #333; */
}

.therapist-cta {
  font-size: 15px;
  font-weight: bold;
  color: black;
  background-color: white;
  padding: 3px 8px;
  border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .therapist-card {
    height: 50vh;
  }

  .therapist-card .therapist-card-content {
    bottom: 0;
    opacity: 1;
  }

  .therapist-card:hover {
    transform: none;
    box-shadow: none;
    background-color: var(--bg);
  }

  .therapist-card-content {
    padding: 8px;
  }

  .therapist-name {
    font-size: 19px;
  }

  .therapist-role {
    font-size: 17px;
  }

  .therapist-cta {
    font-size: 17px;
  }

  .therapist-qualification {
    letter-spacing: 2px;
  }
}

.therapist-btn-container {
  display: flex;
  margin: auto;
  justify-content: center;
}

.therapist-viewall-btn {
  margin-top: 35px;
  text-align: center;
  justify-content: center;
  background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);
  padding: 10px;
  color: white;
  width: 180px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 25px;
}

.therapist-viewall-btn:hover {
  background: linear-gradient(135deg, #008455 0%, #63CE4A 100%);
  color: white;
}

@media (max-width: 765px) {
  .therapist-heading {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
  }
}

/* therappist card style end  */

/* counter section style start  */

.counter_section {
  background-color: white;
}

.counter_heading {
  text-align: center;
  font-weight: 700;
  /* width: 520px; */
}

.counter_heading_div {
  justify-content: center;
  text-align: center;
}

.counter_div {
  margin: auto;
  margin-top: 50px;
}

.counter_1 {
  text-align: center;
}

.counter_2 {
  text-align: center;
  border-left: 2px solid black;
  border-right: 2px solid black;
}

.counter_num {
  font-weight: 900;
  font-size: 35px;
}

.counter_cap {
  font-weight: 700;
  font-size: 30px;
}

.counter_num {
  transition: transform 0.3s ease-in-out;
}

.counter_num:hover {
  transform: scale(1.1);
}

@media (min-width: 765px) {
  .counter_section {
    height: 55vh;
  }
}

@media (max-width: 765px) {
  .counter_section {
    .counter_heading {
      font-size: 20px;
      font-weight: 500;
    }

    .counter_num {
      font-size: 25px;
    }

    .counter_cap {
      font-size: 20px;
    }
    
    
    .counter_1 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.counter_2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  justify-content: center;
  align-items: center;
  
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  justify-content: center;
  align-items: center;
}

.counter_3 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  justify-content: center;
  align-items: center;
}

    .counter_div {
      padding-right: 10px;
    }

    .counter_section {
      height: 37vh !important;
    }
  }
}

/* counter section style end  */


/* review section style start  */

.review_section {
  background-color: white;
  /* background-image: url('../img/images/pexels-iamtausifhossain9321-1226302.jpg'); */
}

.review_subheading {
  font-family: "sub-head";
}

.review_slide {
  padding: 10px;
}

.review_card {
  border-radius: 15px;
  overflow: hidden;

  background-color: #F7F8FD;
}



.review_heading {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 30px;
  color: var(--green);
  text-align: center;
}


@media (min-width: 765px) {
  .review_subheading {
    width: 500px;

  }

  .review_card {
    box-shadow: -4px 4px 0 var(--green);
  }
}

.review_subheading {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  color: black;
}

.review_img_div {
  height: 45vh;
  overflow: hidden;
}

.review_cont {
  padding: 25px;
  background-color: #F7F8FD;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
  line-height: 1.7;
}

.review_cont_head {
  font-weight: 900;
  font-size: 20px;
}

.review_cont_p {
  font-weight: 500;
  font-size: 15px;
}

.blg_dtl_btn_sec {
  display: flex;
  margin: auto;
  justify-content: center;
  margin-top: 20px;
}

.blg_dtl_btn {
  text-align: center;
  justify-content: center;
  background-color: var(--green);
  padding: 10px;
  color: white;
  width: 180px;
  border-radius: 25px;
}

.blg_dtl_btn:hover {
  background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);
  color: white;
}

@media (max-width: 765px) {

  .review_card {
    box-shadow: -4px -4px 0 var(--green);
  }

  .review_section {
    .review_heading {
      text-align: center;
      font-size: 40px;
    }

    .review_subheading {
      text-align: center;
      font-size: 25px;
    }

    .review_img_div {
      height: 30vh;
    }
  }
}

/* === Height Equalization Fix (Add at End) === */
.review_slider {
  display: flex;
  flex-wrap: wrap;
}

.review_slide {
  display: flex;
  flex-direction: column;
}

.review_card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.review_img_div {
  flex-shrink: 0;
}

.review_cont {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* review section style end  */

/* activities section style start */
.activities_heading {
  color: var(--green);
  font-size: 45px;
  font-weight: 900;
}

.activities_card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.activities_cont {
  position: absolute;
}

.activities_cont {
  a {
    color: white;
  }

  bottom: 0;
  background-color: rgba(189, 190, 182, 0.8);
  padding: 15px 90px;
  font-size: 25px;
  padding-left: 15px;
}

.activities_cont a:hover {
  color: var(--green);
}

.activities_title {
  color: var(--green);
  font-size: 23px;
  font-weight: 700;
}

.activities_slide {
  padding: 30px;
}

@media (max-width: 765px) {
  .activities_cont {
    padding: 6px 24px;
    font-size: 22px;
  }

  .activities_title {
    font-size: 19px;
    text-align: center;
    margin-top: 25px;
  }

  .activities_heading {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
  }
}

/* activities section style end */

/* footer style start  */

.footer_section {
  background-color: #F7F8FD;


  i {
    color: black;
  }

  span {
    color: black;
  }

  p {
    color: black;

    a {
      font-size: 17px;
    }
  }

  h6 {
    color: black;
  }

  p:hover {
    color: var(--green);
  }

  i:hover {
    color: var(--green);
  }
}

.footer_logo {
  width: 110px;
}

.footer_cot {
  /* text-decoration: none; */
  color: var(--bg);
}



/* footer style end  */

/* ======================================================================================== */

/* ================================================================================== */

/* About  page style start  */

/* about page banner style start  */

.abt_banner_section {
  position: relative;
  padding: 0;
  height: 60vh;
}

.abt_banner_inner {
  position: absolute;
}

.abt_banner_inner {
  text-align: center;

  /* top: 110px; */
  width: 100%;
}

.abt_banner_img {
  height: 100vh;
}

.abt_bnr_head {
  font-size: 45px;
  font-weight: 700;
  color: white;
}

.abt_bnr_subhead {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.abt_bnr_nav {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid white;
  border-radius: 20px;
  padding: 6px;
  color: white;

  a {
    text-decoration: none;
    color: white;
  }
}



.img_quote {
  height: 25px;
  width: 25px;
}

@media (min-width: 765px) {
  .abt_banner_inner {
    top: 110px;

  }
}


@media (max-width: 765px) {


  .abt_banner_img {
    display: none;


  }

  .abt_banner_img-mob {
    height: 100%;

    .img-fluid {
      height: 100% !important;
    }
  }




  .abt_banner_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* top: 55px; */

  }



  .abt_bnr_head {
    font-size: 35px;
    font-weight: 700;
    margin-top: 40px;

  }

  .abt_bnr_nav {
    font-size: 15px;
  }

  .abt_bnr_subhead {

    margin-top: 10px;
  }


  .abt_banner_section {
    height: 24vh;
    min-height: 40vh;
  }
}

/* about page banner style end  */

/* our story section style start */
/* ======================================= */

/* ============================== */

.abt_us_sec {
  background-color: white;
}

.abt_us_img {
  border-radius: 25px;

}

@media(min-width:765px) {
  .abt_us_img {

    align-items: flex-end;
    flex-direction: column;
    display: flex;

    img {
      width: 80%;
      height: 500px;
    }
  }

}

.abt_us_heading {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  margin-top: -25px;
  /* color: #6AA392; */
  color: var(--green);
}

.abt_us_con {
  /* line-height: 1.5; */
  padding: 15px;
}

.abt_us_content {
  line-height: 1.5;
  color: black;
}

@media (max-width: 765px) {
  .container_row {
    flex-direction: column-reverse;
  }

  .abt_us_heading {
    font-size: 35px;
    margin-top: 0;
    font-weight: 900;
    margin-bottom: 20px;
  }

  .abt_us_content {
    line-height: 1.9;
    font-size: 15px;
    text-align: justify;
  }
}

/* our story section style end */

/* vision mision section style start  */

.vision_section {
  background-color: var(--bg_forth);
}

.vision_slide {
  padding: 30px;
}

.vision_card {
  height: 100%;
  padding: 10px;
  border-radius: 25px;
  border: none;
  background-color: var(--green);
}

.vision_head {
  text-align: center;
  color: var(--light_green);
  padding-bottom: 10px;
}

.vision_card:hover {
  background-color: var(--light_green);

  .vision_head {
    color: var(--green);
  }
}

.vision_content {
  text-align: center;
  background-color: var(--bg_forth);
  border-radius: 15px;
  padding: 10px;
  height: 17vh;
}

.vision_content_p {
  font-weight: 500;
  font-size: 16px;
  color: var(--green);
}

@media (min-width: 765px) {
  .vision_head {
    font-size: 35px;
    font-weight: 900;
  }

  .vision_card {
    width: fit-content;
  }
}

@media (max-width: 765px) {
  .vision_card {
    width: fit-content;
    height: 100%;
  }

  .vision_head {
    font-size: 30px;
    font-weight: 900;
  }

  .vision_content {
    height: auto;
  }
}

/* vision mision section style end  */

/* About page style end  */

/* ========================================================================= */

/* ==================================================================================== */

/* services section style start  */

.service_page {
  background-color: #c5c4bd;
}

/* services banner section style start  */

.service_banner_section {
  position: relative;
  padding: 0;
  height: 70vh;
}

.service_banner_section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b3;
}

.service_banner_inner {
  position: absolute;
}

.service_banner_inner {
  text-align: center;
  top: 110px;
  width: 100%;
}

.service_banner_img {
  height: 100vh;
}

.srvc_bnr_head {
  font-size: 45px;
  font-weight: 700;
  color: var(--bg_forth);
}

.srvc_bnr_subhead {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.srvc_bnr_cap1_sec1,
.srvc_bnr_cap1_sec2 {
  display: flex;
  text-align: center;
}

.srvc_bnr_cap1,
.srvc_bnr_cap2 {
  color: var(--bg_forth);
}

@media (min-width: 765px) {
  .srvc_bnr_cap1 {
    margin-right: 150px;
    font-size: 30px;
    font-weight: 700;
  }

  .srvc_bnr_cap2 {
    margin-left: 150px;
    font-size: 30px;
    font-weight: 700;
  }
}

.img_quote {
  height: 25px;
  width: 25px;
}

@media (max-width: 765px) {
  .service_banner_section {
    height: 45vh;
  }
}

/* services banner section style end  */

/* therapeuticdiagnosticsservice style start  */

.serv_therap_slide {
  padding: 15px;
}

.serv_therap_slider .serv_card_1 {
  background-color: #63CE4A;
  /* background-color:#72ac008c;   */
}

.serv_therap_slider .serv_card_2 {
  background-color: #d2e824;
  /* background-color: #d2e82491;  */
}

.serv_therap_slider .serv_card_3 {
  background-color: #008455;
  /* background-color: #13862199;  */
}

.serv_therap_slide {
  /* height: 70vh; */
}

.serv_therap_card {
  border-radius: 25px;
  overflow: hidden;
  border: none;
  height: 80vh;
}

.serv_therap_img_div {
  position: relative;
}

.serv_therap_img_div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008f;
  z-index: 3;
}

.serv_therap_card_cap {
  padding: 10px;
  min-height: 330px;
  position: relative;
}

.serv_therap_img {
  /* height: 150px; */
  /* position: relative; */
}

/* .serv_therap_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c4b428f;
} */

.serv_therap_heading {
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: var(--green);
}

.serv_therap_sub_heading {
  font-size: 35px;
  font-weight: 900;
  text-align: left;
}

.serv_therap_p {
  font-size: 15px;
  text-align: left;
}

.serv_therap_cont_ul {
  padding-left: 10px;
}

.serv_therap_cont_li {
  font-size: 15px;
}

.serv_therap_btn {
  width: 115px;
  /* text-align: left; */
  font-size: 15px;
  font-weight: 700;
  border: none;

  background: white;
  border-radius: 25px;
  padding: 3px;
  text-align: center;
  margin-left: 5px;
  position: absolute;
  bottom: 25px;
}

@media (max-width: 765px) {
  .serv_therap_card {
    height: 55vh;
  }

  .serv_therap_img_div {
    height: 20vh;
  }
}

@media (max-width: 400px) {
  .serv_therap_card {
    height: auto;
  }
}

/* therapeuticdiagnosticsservice style end  */

/* Cognitive & Child Counseling section style start  */

.serv_cognit_slide {
  padding: 15px;
}

.serv_cognit_slider .serv_card_1 {
  background-color: #63CE4A;
}

.serv_cognit_slider .serv_card_2 {
  background-color: #d2e824;
}

/* .serv_cognit_slider .serv_cognit_slide:nth-child(3) .serv_cognit_card {
  background-color: #13862199; 
} */



.serv_cognit_card {
  border-radius: 25px;
  overflow: hidden;
  border: none;
  height: 80vh;
}

.serv_cognit_card_cap {
  padding: 10px;
  min-height: 330px;
  position: relative;
  /* height: 60vh; */
}

.serv_cognit_img_div {
  position: relative;

}

.serv_cognit_img_div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008f;
  z-index: 3;
}

/* .serv_cognit_img {
  height: 20vh;
} */

.serv_cognit_heading {
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: var(--green);
}

.serv_cognit_sub_heading {
  font-size: 35px;
  font-weight: 900;
  text-align: left;
}

.serv_cognit_p {
  font-size: 15px;
  text-align: left;
}

.serv_cognit_cont_ul {
  padding-left: 10px;
}

.serv_cognit_cont_li {
  font-size: 15px;
}

.serv_cognit_btn {
  width: 115px;
  /* text-align: left; */
  font-size: 15px;
  font-weight: 700;
  border: none;
  background: white;
  border-radius: 25px;
  padding: 3px;
  text-align: center;
  margin-left: 5px;
  bottom: 15px;
}

@media(min-width: 765px) {
  .serv_cognit_btn {
    position: absolute;
  }
}

@media (max-width: 765px) {
  .serv_cognit_card {
    height: 55vh;
  }

  .serv_cognit_img_div {
    height: 20vh;
  }
}

@media (max-width: 400px) {
  .serv_cognit_card {
    height: auto;
  }
}

/* Cognitive & Child Counseling section style start  */

/* ============cogn_child  page style start ================ */



/* child_adlt_sect section style start  */

.child_adlt_sect {
  background-color: var(--bg);
}

.child_adlt_head {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 25px;
}

.child_img_div {
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: hidden;
  border-radius: 25px;

}

/* .grayscale-image {
          filter: grayscale(100%) contrast(150%) brightness(90%);
      } */

.child_img {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}


.child_head {
  position: absolute;
  /* top: 10px; */
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-weight: 900;
  color: white;
  background-color: rgb(2 2 2 / 43%);
}




.adlt_img_div {
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 25px;
  overflow: hidden;



}

.adlt_img {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}


.adlt_head {
  position: absolute;
  /* top: 10px; */
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: black;
  background-color: rgba(255, 255, 255, 0.443);
}

.child_cont {
  padding: 20px;
  margin: 20px;

}


.adlt_cont {
  padding: 20px;
  margin: 20px;

}

@media(max-width:765px) {



  .child_adlt_head {
    font-size: 30px;
  }

  .child_head {
    font-size: 27px;
    font-weight: 700;
    margin-top: 10px;
  }

  .adlt_head {
    font-size: 27px;
    font-weight: 700;
  }



  .child_cont {
    padding: 0;
    text-align: justify;
    font-size: 13px;
  }

  .adlt_cont {
    padding: 0;
    text-align: justify;
    font-size: 13px;
  }

}

/* child_adlt_sect section style end  */




/* iq_learn section style start  */

.iq_learn_section {
  background-color: white;
  /* padding-top: 100px; */
}

.iq_learn_main_head {
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  color: var(--green);
  margin-bottom: 25px;
}

.iq_learn_img {
  border-radius: 25px;
  overflow: hidden;

}

.iq_learn_img:hover {
  box-shadow: 0 4px 0 var(--green);
  transition: 0.4s;
}



.iq_learn_cont_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  text-align: left;
  color: black;
  padding: 10px;
}

@media(min-width:765px) {
  .iq_learn_heading_top {
    display: none;
  }

  .iq_learn_heading_bottom {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 20px;
    color: var(--green);
    /* text-align: right; */
  }
}

@media(max-width:765px) {

  .iq_learn_section {

    padding-top: 0px;
  }

  .iq_learn_main_head {
    font-size: 30px;
  }


  .iq_learn_heading_bottom {
    display: none;

  }

  .iq_learn_heading_top {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: var(--green);
  }

  .iq_learn_row1 {
    display: flex;
    flex-direction: column-reverse;
  }


  .iq_learn_img_div {
    margin-bottom: 20px;


  }

  .iq_learn_cont_div {
    text-align: left;
  }
}



/* iq_learn section style end  */








/* ============cogn_child  page style start ================ */

/* clinical psych Internship & Career Guidance section style start  */

.serv_clinic_slide {
  padding: 15px;
}

.serv_clinic_slider .serv_card_1 {
  background-color: #d2e824;
}

.serv_clinic_slider .serv_card_2 {
  background-color: #008455;
}

/* .serv_clinic_slider .serv_clinic_slide:nth-child(3) .serv_clinic_card {
  background-color: #13862199; 
} */

.serv_clinic_slide {
  /* height: 70vh; */
}

.serv_clinic_card {
  border-radius: 25px;
  overflow: hidden;
  border: none;
  height: 80vh;
}

.serv_clinic_card_cap {
  padding: 10px;
  min-height: 375px;
  position: relative;
}

/* .serv_clinic_img {
  height: 20vh;
} */

.serv_clinic_img_div {
  position: relative;
}

.serv_clinic_img_div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008f;
  z-index: 3;
}

/* .serv_clinic_img::before {
  
} */

.serv_clinic_heading {
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: var(--green);
}

.serv_clinic_sub_heading {
  font-size: 35px;
  font-weight: 900;
  text-align: left;
}

.serv_clinic_p {
  font-size: 15px;
  text-align: left;
}

.serv_clinic_cont_ul {
  padding-left: 10px;
}

.serv_clinic_cont_li {
  font-size: 15px;
}

.serv_clinic_btn {
  width: 115px;
  /* text-align: left; */
  font-size: 15px;
  font-weight: 700;
  border: none;
  margin-top: 20px;
  background: white;
  border-radius: 25px;
  padding: 3px;
  text-align: center;
  margin-left: 5px;

  bottom: 15px;
}

@media(min-width: 765px) {
  .serv_clinic_btn {
    position: absolute;
  }
}

@media (max-width: 765px) {
  .serv_clinic_card {
    height: 55vh;
  }

  .serv_clinic_img_div {
    height: 20vh;
  }
}

@media (max-width: 400px) {
  .serv_clinic_card {
    height: auto;
  }
}

/* clinical psych Internship & Career Guidance section style start  */

/* services coparative training section style start  */

.serv_corp_heading {
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: var(--green);
}

.serv_corp_div {
  width: 100%;
  justify-content: center;
  display: flex;
}

.serv_clinic_slide {}

.serv_corp_card {
  justify-content: center;
  display: flex;
  border-radius: 25px;
  background-color: #d2e824;
  overflow: hidden;
  width: 345px;
  border: none;
  /* width: 250px; */
  /* height: 75vh; */
}

.serv_corp_img_div {
  position: relative;
}

.serv_corp_img_div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008f;
  z-index: 3;
}

.serv_corp_card_cap {
  padding: 10px;
}

.serv_corp_sub_heading {
  font-size: 35px;
  font-weight: 900;
  text-align: left;
  /* color: var(--green); */
}

.serv_corp_p {
  font-size: 15px;
  text-align: left;
}

.serv_corp_cont_ul {
  padding-left: 10px;
}

.serv_corp_cont_li {
  font-size: 15px;
}

.serv_corp_btn {
  width: 115px;
  /* text-align: left; */
  font-size: 15px;
  font-weight: 700;
  border: none;
  margin-top: 20px;
  background: white;
  border-radius: 25px;
  padding: 3px;
  text-align: center;
  margin-left: 5px;
}

.serv_corp_img_div {
  height: fit-content;
}

@media (max-width: 765px) {
  .serv_corp_heading {
    font-size: 40px;
  }

  .serv_corp_sub_heading {
    font-size: 35px;
  }

  .serv_corp_card {
    width: 380px;
  }
}

/* services coparative training section style end  */

/* services section style end  */

/* ===========therappist team page style start(therappist)=========  */

/* =========therappist team banner style start ========= */

.therappist_team_banner_section {
  position: relative;
  padding: 0;
  height: 60vh;
}

.therappist_team_banner_section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000015;
  z-index: 3;
}

.therappist_team_banner_inner {
  position: absolute;
}

.therappist_team_banner_inner {
  text-align: center;
  /* top: 90px; */
  justify-content: center;
  width: 100%;
  display: flex;
  align-items: center;
  bottom: 0;
  top: 0;
}

.therappist_team_banner_img {
  height: fit-content;
}

.therappist_team_bnr_head {
  font-size: 45px;
  font-weight: 700;
  color: var(--green);
}

.therappist_team_bnr_subhead {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 30px; */
  background-color: #0000003b;
}

.therappist_team_bnr_cap1_sec1,
.therappist_team_bnr_cap1_sec2 {
  display: flex;
  text-align: center;
  z-index: 4;

}

.therappist_team_bnr_cap1,
.therappist_team_bnr_cap2 {
  color: white;
}

@media (min-width: 765px) {
  .therappist_team_bnr_cap1 {
    /* margin-right: 150px; */
    text-align: center;
    font-size: 35px;
    font-weight: 900;
  }

  .therappist_team_bnr_cap2 {
    margin-left: 200px;
    font-size: 35px;
    font-weight: 900;
  }
}

.img_quote {
  height: 25px;
  width: 25px;
}



@media (max-width: 765px) {
  .therappist_team_banner_section {
    height: 40vh;
    width: 100%;
  }

  .therappist_team_bnr_cap1,
  .therappist_team_bnr_cap2 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    /* background-color: #00000045; */
  }

  .therappist_team_banner_img {
    height: 40vh;
    width: 100%;
  }
}

/* =========therappist team banner style end ========= */

/* therappist team section style start  */

.therappist_team_page {
  background-color: var(--bg_third);
}

.therappist_team_card {
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: transparent;
  border: none;
  margin: 20px;

}

@media (min-width:765px) {
  .therappist_team_card {
    margin: 20px 80px 20px 20px;
    padding-left: 20px;
  }
}

.therappist_team_card::before {
  content: "";
  background-color: var(--green);
  right: 0;
  top: 0;
  width: 90%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 15px;
}

.therappist_team_card_img_part {
  display: flex;
  align-items: center;
  justify-content: center;
}

.therappist_team_card_img {
  width: 200px;
  height: fit-content;
  border-radius: 15px;
  overflow: hidden;
}

.therappist_team_card_cnt_part {
  padding: 20px;
}

.therappist_team_card_name {
  font-size: 25px;
  font-weight: 700;
  color: white;
}

.therappist_team_card_desig {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.therappist_team_card_qual {
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.therappist_team_card_detail {
  line-height: 1;
  padding: 15px;
  margin-top: 10px;
  color: white;
}

.therappist_team_card_btn_booking {
  border: none;
  width: 135px;
  font-size: 17px;
  font-weight: 900;
  margin-top: 20px;
  background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);
  border-radius: 25px;
  padding: 3px;
  text-align: center;
  color: white;
  line-height: 2;
}

.therappist_team_card_btn_booking:hover {
  background: linear-gradient(135deg, #008455 0%, #63CE4A 100%);
}

@media (max-width: 765px) {
  .therappist_team_card_img {
    width: 150px;
    height: auto;
  }

  .therappist_team_card_cnt_part {
    padding: 10px;
    padding-top: 20px;
  }

  .therappist_team_card_name {
    font-size: 22px;
    font-size: 600;
  }

  .therappist_team_card_desig {
    font-size: 15px;
    font-weight: 500;
  }

  .therappist_team_card_qual {
    font-size: 14px;
    font-weight: 400;
  }

  .therappist_team_card_detail {
    line-height: 1;
    padding: 10px;
    margin-top: 10px;
    font-size: 13px;
  }

  .therappist_team_card_btn_booking {
    width: 130px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 20px;
    line-height: 1.6;
  }
}

/* therappist team section style end  */

/* ===========team page style end(therappist)=========  */

/*================ career  page style start ===================================*/

/* career page banner style start  */

.career_banner_section {
  position: relative;
  padding: 0;
  height: 55vh;
}

.career_banner_inner {
  position: absolute;
}

.career_banner_inner {
  text-align: center;
  /* top: 110px; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  top: 0;
}

.career_banner_img {
  height: 100%;
}

.career_bnr_head {
  font-size: 45px;
  font-weight: 700;
  color: var(--green);
}

.career_bnr_subhead {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.career_bnr_cap1_sec1,
.career_bnr_cap1_sec2 {
  display: flex;
  text-align: center;
}

.career_bnr_cap1,
.career_bnr_cap2 {
  color: var(--green);
}

@media (min-width: 765px) {



  .career_bnr_cap1 {
    margin-right: 150px;
    font-size: 30px;
    font-weight: 700;
  }

  .career_bnr_cap2 {
    margin-left: 150px;
    font-size: 30px;
    font-weight: 700;
  }
}

.img_quote {
  height: 25px;
  width: 25px;
}

@media (max-width: 765px) {
  .career_bnr_head {
    font-size: 30px;
  }

  .career_banner_section {
    height: 30vh;
  }
}

/* career page banner style end  */

.oprtnty_sec {
  position: relative;
  background-image: url('../img/images/Best Counseling Center in Calicut.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center;


  .oprtnty_cont_heading {
    color: white;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
  }

  .oprtnty_cont {
    color: var(--green);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: "content";
  }


  .card {
    /* transform: translateY(60px); */
  }

  .oprtnty_cont_heading2 {
    color: white;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    position: relative;
  }

  .card {
    padding: 1rem;
    background: #ffffffbd;
    border-radius: 20px;
  }

  .container {
    height: 100%;

    .row {
      height: 100%;
      justify-content: flex-end;

      .col-md-6 {
        display: flex;
        align-items: center;


      }
    }
  }


}


@media(max-width:400px) {
  .card {
    transform: translateY(20px);
  }

  .oprtnty_sec {
    height: 100vh !important;
  }
}

@media(min-width:765px) {
  .oprtnty_cont_heading2 {
    display: none;
  }


}







.oprtnty_sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c4b428f;

}

@media(max-width:765px) {
  .oprtnty_sec {
    height: 70vh;
  }

  .oprtnty_cont_heading {
    display: none;
  }
}


@media(max-width:765px) {

  .oprtnty_cont_sec {
    /* height: fit-content; */
    justify-content: flex-end;
    margin: 0;
    display: flex;

    width: 900px;

  }

  .oprtnty_inner {
    justify-content: center;
    display: flex;
  }
}

/*========================== career  page style start ========================== */

/* ============Activities page style start ================ */

/* activities page banner style start  */

.activities_page_banner_section {
  position: relative;
  padding: 0;
  height: 60vh;
}

.activities_page_banner_inner {
  position: absolute;
}

.activities_page_banner_inner {
  text-align: center;
  /* top: 110px; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  top: 0;
}

.activities_page_banner_img {
  height: 100%;
}

.activities_page_bnr_head {
  font-size: 40px;
  font-weight: 700;
  color: var(--green);
}

.activities_page_bnr_subhead {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.activities_page_bnr_cap1_sec1,
.activities_page_bnr_cap1_sec2 {
  display: flex;
  text-align: center;
}

.activities_page_bnr_cap1,
.activities_page_bnr_cap2 {
  color: var(--green);
}

@media (min-width: 765px) {
  .activities_page_bnr_cap1 {
    margin-right: 150px;
    font-size: 30px;
    font-weight: 700;
  }

  .activities_page_bnr_cap2 {
    margin-left: 150px;
    font-size: 30px;
    font-weight: 700;
  }
}

.img_quote {
  height: 25px;
  width: 25px;
}

@media (max-width: 765px) {
  .activities_page_banner_section {
    height: 30vh;
  }
}

/* <!-- banner section end  --> */

/* activities section style start */
.activities_page_heading {
  color: var(--green);
  font-size: 40px;
  font-weight: 900;
}

.activities_page_card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.activities_page_cont {
  position: absolute;
}

.activities_page_cont {
  a {
    color: white;
  }

  bottom: 0;
  background-color: rgba(189, 190, 182, 0.8);
  padding: 15px 90px;
  font-size: 25px;
  padding-left: 15px;
}

.activities_page_cont a:hover {
  color: var(--green);
}

.activities_page_title {
  color: var(--green);
  font-size: 25px;
  font-weight: 700;
  margin-top: 15px;
}

.activities_page_slide {
  padding: 30px;
}

@media (max-width: 765px) {
  .activities_page_cont {
    padding: 6px 24px;
    font-size: 22px;
  }

  .activities_page_title {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
  }

  .activities_page_heading {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
  }

  .activities_page_slide {
    padding: 0px;
  }
}

/* activities section style end */

/* ============contact page style start ================ */

/*contact page banner style start  */

.contact_banner_section {
  position: relative;
  padding: 0;
  height: 60vh;
}

.contact_banner_inner {
  position: absolute;
}

.contact_banner_inner {
  text-align: center;
  /* top: 110px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: 0;
  top: 0;
}

.contact_banner_img {
  height: 100%;
}

.contact_bnr_head {
  font-size: 45px;
  font-weight: 700;
  color: black;
}

.contact_bnr_nav {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid var(--green);
  border-radius: 20px;
  padding: 7px;
  color: var(--green);

  a {
    text-decoration: none;
    color: var(--green);
  }
}

.contact_bnr_subhead {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.contact_bnr_cap1_sec1,
.contact_bnr_cap1_sec2 {
  display: flex;
  text-align: center;
}

.contact_bnr_cap1,
.contact_bnr_cap2 {
  color: var(--green);
}

@media (min-width: 765px) {
  .contact_bnr_cap1 {
    margin-right: 150px;
    font-size: 30px;
    font-weight: 700;
  }

  .contact_bnr_cap2 {
    margin-left: 150px;
    font-size: 30px;
    font-weight: 700;
  }
}

.img_quote {
  height: 25px;
  width: 25px;
}

@media (max-width: 765px) {


  .contact_bnr_head {
    font-size: 35px;
  }

  .contact_bnr_nav {
    font-size: 15px;
  }

  .contact_banner_section {
    height: 40vh;
  }
}

/* <!-- banner section end  --> */

/* contact form style  */
/* ========================contact================= */


.contact_sec {
  .container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
  }

  .content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1200px;
    width: 100%;
  }

  @media (min-width: 768px) {
    .content {
      flex-direction: row;
    }
  }

  .left,
  .right {
    flex: 1;
  }

  .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
  }

  .left h1 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #000;
  }

  .left p {
    font-size: 18px;
    color: black;
  }

  .left .section-title {
    color: var(--green);
    font-weight: 600;
    font-size: 20px;
  }

  .social-links {
    display: flex;
    gap: 1.25rem;
  }

  .social-links a {
    background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    text-decoration: none;
  }

  .social-links a:hover {
    background: linear-gradient(135deg, #008455 0%, #63CE4A 100%);
    color: white;
    border: 2px solid var(--green);
    transition: .6s;
  }

  .right {
    background-color: var(--green);
    color: white;
    padding: 2rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .form-group {
    display: flex;
    flex-direction: column;
  }

  .form-group label {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .form-group input,
  .form-group select {
    padding: 0.75rem;
    border-radius: 0.375rem;
    border: none;
    color: #000;
  }

  .form-row {
    display: flex;
    gap: 1.5rem;
  }

  @media (max-width: 767px) {
    .form-row {
      flex-direction: column;
    }
  }

  .checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .submit-btn {
    background-color: white;
    color: var(--green);
    font-weight: 600;
    border: none;
    border-radius: 9999px;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    width: max-content;
  }

}

/* ======================contact-form================ */

/* ============contact page style end ================ */

/* ============corporate training  page style start ================ */

/* corporate traing section style start  */

.corp_train_section {
  background-color: var(--green);
  /* padding-top: 100px; */
}

.corp_train_img {
  border-radius: 25px;
  overflow: hidden;
}

.corp_train_img:hover {
  box-shadow: 0 4px 0 white;
  transition: .4s;

}


.corp_train_cont_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  text-align: justify;
  color: white;
  padding: 10px;
}

@media (min-width: 765px) {
  .corp_train_heading_top {
    display: none;
  }

  .corp_train_heading_bottom {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 20px;
    /* text-align: right; */
  }
}

@media (max-width: 765px) {
  .corp_train_heading_bottom {
    display: none;
  }

  .corp_train_heading_top {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }

  .corp_train_img_div {
    margin-bottom: 20px;
  }

  .corp_train_cont_div {
    text-align: left;
  }
}

/* corporate traing section style start  */

/* training pgm section style start  */

.training_pgm_heading {
  margin-bottom: 25px;
  font-weight: 900;
  font-size: 40px;
  color: var(--green);
  text-align: center;
}

.training_pgm_cards {
  background-color: var(--secondary);
  padding: 10px;
  height: 280px;
  margin-bottom: 20px;
  border-radius: 25px;
}

.training_pgm_icon_div {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.training_pgm_img {
  height: 60px;
  width: 60px;
}

.training_pgm_sub_head {
  font-weight: 700;
  font-size: 20px;
}

.training_pgm_content_div {
  padding: 10px;
  text-align: center;
}

.training_pgm_content {
  font-size: 15px;
}

@media (max-width: 765px) {
  .training_pgm_heading {
    font-size: 30px;
    font-weight: 700;
  }
}

/* training pgm section style end  */

/* Customized Training Solutions section style start  */

.cust_train_sol_section {
  background-color: white;
}

.cust_train_sol_img {
  border-radius: 25px;
  overflow: hidden;
}

.cust_train_sol_img:hover {
  box-shadow: 0 4px 0 var(--green);
  transition: .4s;

}

.cust_train_sol_cont_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  text-align: justify;
  color: black;
  padding: 10px;
}

@media (min-width: 765px) {
  .cust_train_sol_heading_top {
    display: none;
  }

  .cust_train_sol_heading_bottom {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: left;
    color: var(--green);
  }
}

@media (max-width: 765px) {
  .cust_train_sol_heading_bottom {
    display: none;
  }

  .cust_train_sol_heading_top {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: var(--green);
  }

  .cust_train_sol_img_div {
    margin-bottom: 20px;
  }

  .cust_train_sol_cont_div {
    text-align: left;
  }
}

/* Customized Training Solutions section style end  */

/* ============corporate training  page style start ================ */

/* ============clinic inter  page style start ================ */

/* inter_clinic_psyc section style start  */

.inter_clinic_psyc_section {
  background-color: var(--green);
  /* padding-top: 100px; */
}

.inter_clinic_psyc_head {
  font-size: 45px;
  text-align: center;
  font-weight: 900;
  color: white;
  margin-bottom: 40px;
}

.inter_clinic_psyc_img {
  border-radius: 25px;
  overflow: hidden;
}



.inter_clinic_psyc_cont_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  text-align: justify;
  color: white;
  font-size: 17px;
  padding: 10px;

}

.inter_clinic_psy_card {
  padding: 10px;
  align-items: center;
  height: 35vh;
  margin: 10px;
  border-radius: 25px;
  background-color: #ffffff;
  /* background: linear-gradient(to right, #60817A, #CAEE5C); */
  overflow: hidden;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;

}

.inter_clinic_psy_card_content {
  text-align: center;
}

.inter_clinic_psy_head_benft {
  padding: 25px;
  background: linear-gradient(to left, #d2e824, #008455);
  border-radius: 25px;
  /* --green: #008455;
  --light_green:#63CE4A; */
  margin: 20px;
  color: white;
  font-size: 40px;
  font-weight: 700;
}

.inter_clinic_psy_card_head {
  font-size: 25px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 10px;
}

.inter_clinic_psy_card_content {
  color: var(--green);
}

/* .inter_clinic_psy_text_div {
      padding: 15px;
      background: #e2f5de ;
      border-radius: 25px;
  } */

@media (min-width: 765px) {
  .inter_clinic_psyc_heading_top {
    display: none;
  }

  .inter_clinic_psyc_heading_bottom {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: left;
  }
}

@media (max-width: 765px) {
  .inter_clinic_psyc_head {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .inter_clinic_psy_head_benft {
    padding: 20px;
    font-size: 25px;
  }

  .inter_clinic_psyc_heading_bottom {
    display: none;
  }

  .inter_clinic_psyc_heading_top {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .inter_clinic_psyc_img_div {
    margin-bottom: 20px;
  }

  .inter_clinic_psyc_cont_div {
    text-align: left;
  }

  .inter_clinic_psy_card {
    height: fit-content;
    margin: 20px;
  }
}

/* inter_clinic_psyc section style end  */

/* car_counc_section style start  */

.car_counc_section {
  background-color: var(--bg);
  /* margin-top: 40px; */
}

.car_counc_mainhead {
  font-size: 45px;
  font-weight: 900;
  color: var(--green);
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.car_counc_card {
  width: 50%;
}

.car_counc_card_div {
  display: flex;
  margin: 20px;
  position: relative;
}

.car_counc_card_left1 {
  background-image: url('../img/images/Best Career Counsellors in kerala.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  border: none;
  border-radius: 25px;
  overflow: hidden;
  justify-content: center;
  flex-direction: row-reverse;
  display: flex;
  margin: 10px;
  height: 100vh;

  /* width: 100%; */
}

.car_counc_card_left2 {
  background-image: url('../img/images/Online Counselling Kerala.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  border: none;
  border-radius: 25px;
  overflow: hidden;
  justify-content: center;
  flex-direction: row-reverse;
  display: flex;
  margin: 10px;
  height: 100vh;

  /* width: 100%; */
}

.car_counc_card_left3 {
  background-image: url('../img/images/Online Corporate Training in Kerala.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  border: none;
  border-radius: 25px;
  overflow: hidden;
  justify-content: center;
  flex-direction: row-reverse;
  display: flex;
  margin: 10px;
  height: 100vh;

  /* width: 100%; */
}

.car_counc_subheading {
  font-size: 40px;
  font-weight: 700;
}

.car_counc_card_right {
  width: 50%;
  margin: 10px;
  height: 100vh;
  padding: 30px;
  border-radius: 25px;
  border: none;
  background-color: #E4EBDD;
  position: relative;
  overflow: hidden;
}

.card_counc_shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 50%;
}

.car_counc_card_content_div {
  z-index: 2;
  color: var(--green);
}

.car_counc_card_inner {
  border-radius: 25px;
  margin-top: 400px;
  align-items: center;
  width: 500px;
  height: 150px;
  background-color: #e4ebdd;
  text-align: center;
  justify-content: center;
  display: flex;
}

.car_counc_card_content {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  font-family: "content";
}

.car_counc_card_btn_booknow {
  background-color: var(--green);
  position: absolute;
  font-family: "heading";
  padding: 10px;
  color: white;
  /* margin-left: 300px;
  margin-top: 50px; */
  width: 150px;
  border: none;
  border-radius: 25px;
  text-align: center;
  font-size: 17px;
  bottom: 20px;
  right: 30px;
}

.car_counc_card_btn_booknow:hover {
  color: var(--green);
  background-color: white;
}

@media (max-width: 765px) {


  .car_counc_section {
    padding-top: 0px;
  }

  .car_counc_mainhead {
    font-size: 30px;
    /* margin-top: 70px; */
  }

  .car_counc_card_div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .car_counc_card_right {
    height: 50%;
    width: 100%;
  }

  .car_counc_card_left1,
  .car_counc_card_left2,
  .car_counc_card_left3 {
    height: 50%;
    width: 100%;
  }

  .car_counc_card_inner {
    height: auto;
    width: 374px;
    margin-top: 150px;
  }

  .car_counc_subheading {
    font-size: 24px;
    padding: 20px 30px;
  }

  .car_counc_card_right {
    padding: 15px;
  }

  .car_counc_card_content {
    line-height: 1.7;
    font-size: 13px;
  }

  .car_counc_card_btn_booknow {
    width: 150px;
    font-size: 15px !important;
    margin-top: 15px;
    margin-left: 180px;
    font-size: 18px;
    padding: 10px;
    position: relative;
    bottom: 5px;
  }
}

/* car_counc_section style end  */

/* ============clinic inter  page style end ================ */

/* therp-diag-serv page style start  */

/* couns_psyc section style start  */

.couns_psyc_section {
  /* padding-top: 100px; */
  background-color: var(--green);
}

.couns_psyc_heading {
  font-size: 40px;
  font-weight: 900;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

.couns_psyc_row1 {
  background-color: var(--green);
}

.couns_psyc_row2 {
  background-color: var(--secondary);
}

.couns_psyc_subhead1 {
  padding: 30px 30px 0px 30px;
  font-size: 35px;
  font-weight: 700;
  color: white;
}

.couns_psyc_subhead2 {
  padding: 30px 30px 0px 30px;
  font-size: 35px;
  font-weight: 700;
  color: var(--green);
}

.couns_psyc_col12 {
  background: linear-gradient(to left, #63CE4A, #008455);

  height: 10vh;
}

.couns_psyc_cont1 {
  padding: 30px 30px 0px 30px;
  font-size: 400;
  font-size: 17px;
  color: white;
}

.couns_psyc_cont2 {
  padding: 0px 30px 30px 30px;
  font-size: 400;
  font-size: 17px;
  color: white;
}

.couns_psyc_cont3 {
  padding: 30px 30px 0px 30px;
  font-size: 500;
  font-size: 17px;
  color: var(--green);
}

.couns_psyc_cont4 {
  padding: 0px 30px 30px 30px;
  font-size: 500;
  font-size: 17px;
  color: var(--green);
}

.couns_psyc_col2 {
  position: relative;
  background-image: url('../img/images/Online Counselling and Psychotherapy Kerala.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 20vh;
}
/* 
.couns_psyc_col2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000ab;
} */

.couns_psyc_col3 {
  position: relative;
  background-image: url('../img/images/Online Counselling and -psychotherapy Kerala.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 20vh;
}

/* .couns_psyc_col3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000ab;
} */

@media (min-width: 765px) {
  .couns_psyc_section {
    padding-bottom: 0;
    /* padding-top: 20px; */
  }
}

@media (max-width: 765px) {
  .couns_psyc_section {
    padding-bottom: 0;
    padding-top: 0 !important;
  }

  .couns_psyc_heading {
    font-size: 27px;
    margin-top: 50px;
  }

  .couns_psyc_row1 {
    display: flex;
    flex-direction: column-reverse;
  }

  .couns_psyc_row2 {
    display: flex;
    /* flex-direction: column-reverse; */
  }

  .couns_psyc_col12 {
    height: 10vh;
    background: linear-gradient(to top, #a8ceb2, #1c4b42);
  }

  .couns_psyc_col2 {
    min-height: 35vh;
  }

  .couns_psyc_col3 {
    min-height: 35vh;
  }

  .couns_psyc_subhead1,
  .couns_psyc_subhead2 {
    font-size: 27px;
  }

  .couns_psyc_cont1,
  .couns_psyc_cont2,
  .couns_psyc_cont3,
  .couns_psyc_cont4 {
    padding: 0px 25px 0px 25px;
  }
}

/* couns_psyc section style end  */

/* psych_ass_section style start  */

.psych_ass_container {
  position: relative;
  background-image: url('../img/images/Counselling and Psychotherapy Kerala.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  padding: 50px;
}

.psych_ass_container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c5c5bd9c;
}

.psych_ass_div {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 900px;
  margin: auto;
}

.psych_ass_head_div {
  padding: 30px;
}

.psych_ass_head {
  font-size: 40px;
  font-weight: 900;
  position: relative;
  z-index: 999;
  color: var(--green);
}

.psych_ass_cont1,
.psych_ass_cont2 {
  position: relative;
  z-index: 10;
  color: var(--green);
  text-align: justify;
}

@media (min-width: 765px) {
  .psych_ass_section {
    padding: 0;
  }
}

@media (max-width: 765px) {
  .psych_ass_section {
    padding: 0;
  }

  .psych_ass_container {
    position: relative;
    background-image: url(../img/images/ass_diog2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: fit-content;
    display: flex;
    padding: 10px;
  }

  .psych_ass_container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #c5c5bd9c;
  }

  .psych_ass_head_div {
    padding: 0px 0px 10px 0px;
  }

  .psych_ass_head {
    font-size: 30px;
    font-weight: 700;
  }

  .psych_ass_cont1,
  .psych_ass_cont2 {
    font-size: 15px;
    text-align: justify;
  }
}

/* psych_ass_section style end  */

/* fam_coup_sect section style start  */

.fam_coup_sect {
  background-color: var(--bg);
}

.fam_coup_head {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 25px;
}

.fam_img_div {
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

/*.grayscale-image {*/
/*  filter: grayscale(100%) contrast(150%) brightness(90%);*/
/*}*/

.fam_img {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.fam_head {
  position: absolute;
  /* top: 10px; */
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-weight: 900;
}

.coupl_img_div {
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.coupl_img {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.coupl_head {
  position: absolute;
  /* top: 10px; */
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: white;
}

.fam_cont {
  padding: 20px;
  margin: 20px;
}

.coupl_cont {
  padding: 20px;
  margin: 20px;
}

@media (max-width: 765px) {
  .fam_coup_head {
    font-size: 33px;
  }

  .fam_head {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
  }

  .coupl_head {
    font-size: 30px;
    font-weight: 700;
  }

  .fam_cont {
    padding: 0;
    text-align: justify;
    font-size: 13px;
  }

  .coupl_cont {
    padding: 0;
    text-align: justify;
    font-size: 13px;
  }
}

/* fam_coup_sect section style end  */

/* therp-diag-serv page style end  */


/* =================blog page style start ==================== */

            /* blog detail page banner style start  */

.blg-dtl_banner_section {
  position: relative;
  padding: 0;
  height: 60vh;
}

.blg-dtl_banner_inner {
  position: absolute;
}

.blg-dtl_banner_inner {
  text-align: center;

  /* top: 110px; */
  width: 100%;
}

.blg-dtl_banner_img {
  height: 100vh;
}

.blg-dtl_bnr_head {
  font-size: 45px;
  font-weight: 700;
  color: white;
}

.blg-dtl_bnr_subhead {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.blg-dtl_bnr_nav {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid white;
  border-radius: 20px;
  padding: 6px;
  color: white;

  a {
    text-decoration: none;
    color: white;
  }
}



.img_quote {
  height: 25px;
  width: 25px;
}

@media (min-width: 765px) {
  .blg-dtl_banner_inner {
    top: 110px;

  }
}


@media (max-width: 765px) {


  .blg-dtl_banner_img {
    display: none;


  }

  .blg-dtl_banner_img-mob {
    height: 100%;

    .img-fluid {
      height: 100% !important;
    }
  }




  .blg-dtl_banner_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* top: 55px; */

  }



  .blg-dtl_bnr_head {
    font-size: 25px;
    font-weight: 700;
    margin-top: 40px;

  }

  .blg-dtl_bnr_nav {
    font-size: 15px;
  }

  .blg-dtl_bnr_subhead {

    margin-top: 10px;
  }


  .blg-dtl_banner_section {
    height: 24vh;
    min-height: 40vh;
  }
}

/* blog details page banner style end  */

      


.blog_detail_section {
  /* margin-top: 100px; */
  background-color: white;

  .col-12 {
    padding: 10px;
  }
}

.blog_detail_head {
  /* padding-top: 100px; */
  color: var(--green);
  font-size: 45px;
  font-weight: 900;
}

.blog_detail_card {
  padding: 10px;
  border-radius: 20px;
  background-color: var(--green);
  height: 100%;
  color: white;
}

.blog_detail_img {
  border-radius: 20px;
}

.blog_detail_cont_div {
  padding: 10px;
  margin-top: 20px;
}



/* =================blog page style end ==================== */


/* ======pop up form in index page style strat ======= */
/* Popup Form Container */


/* pop up in home style  */

/* home pop up cards style  */

.modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
}

@media (max-width: 768px) {
  .modal-dialog {
    margin: 1rem auto;
    align-items: flex-start;
  }
}


.modal-header {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(135deg, #008455 0%, #63CE4A 100%);
  color: white;


  .modal-title {
    font-size: 30px;
  }


  button {
    background-color: var(--green);
    color: white;
    border: none;
    border-radius: 5px;
  }

  button:hover {
    background-color: white;
    color: var(--green);
  }

}

/* @media(max-width:765px){
  .modal-header{
    margin-top: 620px;
  }
} */

.modal-content {
  /* background: linear-gradient(135deg,rgb(224, 231, 229) 0%,rgb(185, 229, 175) 100%); */
  background-color: white;
}

/* Flex container for cards */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Responsive layout: 3 columns on desktop, 1 column on mobile */
.card-container .snip1150 {
  flex: 1 1 30%;
  max-width: 310px;
}

@media (max-width: 768px) {
  .card-container .snip1150 {
    flex: 1 1 100%;
  }
}

/* Card styles */
figure.snip1150 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  margin: 10px 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

figure.snip1150 * {
  transition: all 0.35s ease-in-out;
}

figure.snip1150 img {
  opacity: 0.3;
  max-width: 100%;
  filter: grayscale(100%);
}

figure.snip1150 figcaption {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  transform: translateY(-75%);
}

figure.snip1150 figcaption h2 {
  letter-spacing: -1px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
  font-size: 20px
}

figure.snip1150 figcaption h2 span {
  font-weight: 400;
  transform: translate(-50%, 100%) scale(1.6);
  display: inline-block;
  font-size: 13px;
}

figure.snip1150 figcaption:before,
figure.snip1150 figcaption:after {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 10px;
  position: absolute;
  content: "";
  display: block;
  transition: all 0.35s ease-in-out;
}

figure.snip1150 figcaption:before {
  top: 75%;
  transform: rotate(-45deg) translateX(-80%);
}

figure.snip1150 figcaption:after {
  top: 75%;
  transform: rotate(-45deg) translateX(80%);
}

figure.snip1150.blue {
  background: #123851;
}

figure.snip1150.light_green {
  background: #63CE4A;
}

figure.snip1150.yellow {
  background: #d2e824;
}

figure.snip1150.green {
  background: #104627;
}

figure.snip1150.navy {
  background: #07090c;
}

figure.snip1150 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1150:hover img,
figure.snip1150.hover img {
  opacity: 0.8;
  filter: grayscale(0%);
}

figure.snip1150:hover figcaption h2,
figure.snip1150.hover figcaption h2 {
  transform: scale(1.1);
}

figure.snip1150:hover figcaption h2 span,
figure.snip1150.hover figcaption h2 span {
  transform: translate(-50%, 110%) scale(1.9);
}

figure.snip1150:hover figcaption:before,
figure.snip1150.hover figcaption:before {
  transform: rotate(-45deg) translateX(-90%);
}

figure.snip1150:hover figcaption:after,
figure.snip1150.hover figcaption:after {
  transform: rotate(-45deg) translateX(90%);
}


@media (max-width:765px) {
  figure.snip1150 {
    height: 350px;
  }
}

/* home pop up cards style  */




.modal.show {
  display: flex !important;
  opacity: 1 !important;
}



/* .popup-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  background: url('../img/images/mind free.png');
  border-radius: 10px;
  width: 80%;
  max-width: 700px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: 0.3s ease-in-out;
  padding: 20px;
  display: flex;
  flex-direction: column;
} */
.popup-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  padding: 20px;
  overflow-y: auto;
  border-radius: 10px;
  background-image: url('../img/images/Best Online Psychologist Kerala.jpeg');
  /* Change this to your image path */
  background-size: cover;
  /* Makes it fully cover the area */
  background-position: center;
  /* Keeps it centered */
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  /* fallback or overlay effect */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.popup-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0084563a;
}


/* Open State */
.popup-form.active {
  transform: translate(-50%, -50%) scale(1);
}

/* Header */
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #eee;
  margin-bottom: 15px;
  color: white;
  position: relative;
  z-index: 10;
}

.close-btn {
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}

/* Body */
.question-block {
  margin-bottom: 20px;
}

.question-text {
  font-weight: bold;
  margin-bottom: 8px;
  color: white;
  position: relative;
  z-index: 10;
}

.dropdown-btn {
  padding: 10px;
  background-color: #f1f1f1;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #ccc;
}

.dropdown-btn.unselected {
  color: #999;
}

.dropdown-btn.selected {
  /* border-color: #28a745; */
  background-color: #d4edda;
  color: #155724;
}

.options {
  display: none;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  position: relative;
  z-index: 10;
}

.options div {
  padding: 8px 12px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.options div:hover {
  background-color: #f8f9fa;
}

.dropdown-btn {
  padding: 10px;
  margin-top: 5px;
  border-radius: 8px;
  border: 2px solid transparent;
  background-color: #f5f5f5;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

.dropdown-btn.unselected {
  /* border-color: red; */
  color: black;
  background-color: #ffe5e5;
}

.dropdown-btn.selected {
  /* border-color: green; */
  color: black;
  background-color: #e5ffe5;
}


/* Footer */
.popup-footer {
  margin-top: auto;
  text-align: center;

}

.submit-btn {
  padding: 10px 20px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.popup-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: #00845659; */
  background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);
  color: #fff;
  padding: 20px;
  max-width: 400px;
  width: 90%;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
  text-align: center;
}


.popup-message.active {
  opacity: 1;
  pointer-events: auto;
}

/* .popup-message {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  max-width: 500px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
} */

/* .popup-message .message-text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
} */

.popup-message .book-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  color: var(--green);
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.popup-message .book-btn:hover {
  background-color: var(--light_green);

}


/* ======pop up form in index page style end ======= */




/* home page style for InputDeviceInfo, copl, carr card popup when click on new appointment start */

/* Full screen overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 132, 85, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1040;
}

.popup-overlay.show {
  display: flex;
}

/* Popup container */
.popup-content {
  background: transparent;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 90%;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.popup-close {
  position: absolute;
  top: -1rem;
  right: 1rem;
  font-size: 2.5rem;
  cursor: pointer;
  border: none;
  background: transparent;
  color: white;
}

.fa-briefcase,
.fa-users,
.fa-user {
  font-size: 50px !important;
  margin-bottom: 20px;
}

.therapy-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;


  button:hover {
    color: white;
  }
}

@media (min-width: 640px) {
  .therapy-container {
    flex-direction: row;
    align-items: stretch;
    /* Ensure all cards stretch to same height */
  }
}

.therapy-card {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Pushes button to bottom */
  align-items: center;
  padding: 3.5rem;
  flex: 1;
  max-width: 20rem;
  min-height: 100%;
  /* Ensures height consistency */
  text-align: center;
  /* color: #1a1a1a; */
  color: white;
}

.therapy-card i {
  font-size: 1rem;
}

.therapy-card h2 {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.therapy-card p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.therapy-card p span {
  font-weight: 800;
}

.therapy-card button {
  color: #1a1a1a;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.therapy-card-individual {
  background-color: var(--green);
}

.therapy-card-couple {
  background-color: var(--light_yellow);
}

.therapy-card-career {
  background-color: var(--light_green);
}

/* home page style for InputDeviceInfo, copl, carr card popup when click on new appointment end */





/* ========================================================== */


/* youtube section style start */

.youtube_card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.youtube_vdo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 15px;
}

.youtube_vdo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* cover fills the card without distortion */
  border-radius: 15px;
}



.about-one_video {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('images/about-image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 15px solid rgb(0 156 176);
  position: relative;
  /* margin-left:30px; */
  /* filter: blur(5px); */


}

.elementor video {
  /* max-width: 102%; */
  width: 63%;
  margin: 0;
  line-height: 1;
  border: none;
  max-height: 219px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 27px;
  margin-right: 55px;
  /* filter: blur(5px); */

}

@media (max-width: 768px) {
  .about-one_video {
    width: 250px !important;
    height: 250px !important;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .about-one_video video {
    width: auto !important;
    height: 100% !important;
    object-fit: cover;
  }
}


.youtube_heading {
  color: var(--green);
  font-size: 40px;
  font-weight: 900;
}

/* .youtube_card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
} */

.youtube_cont {
  position: absolute;
}

.youtube_cont {
  a {
    color: white;
  }

  bottom: 0;
  background-color: rgba(189, 190, 182, 0.8);
  padding: 15px 90px;
  font-size: 25px;
  padding-left: 15px;
}

.youtube_cont a:hover {
  color: var(--green);
}

.youtube_title {
  margin-top: 12px;
  color: var(--green);
  font-size: 23px;
  font-weight: 700;
}

.youtube_slide {
  padding: 30px;
}

/* 
.youtube-embed-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.youtube-embed-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 15px;
  object-fit: cover;
} */


@media (max-width: 765px) {
  .youtube_cont {
    padding: 6px 24px;
    font-size: 22px;
  }

  .youtube_title {
    font-size: 19px;
    text-align: center;
    margin-top: 30px;
  }

  .youtube_heading {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
  }
}

/* youtube section style end */

/* ========================================================== */



/* form css start  */

.job_form_sec {
  background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);

  div {
    color: white;
  }

  button {
    background-color: var(--green);
    background: linear-gradient(135deg, #008455 0%, #63CE4A 100%);
    border: none;
    color: white;
  }

  button:hover {
    background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);
  }
}

/* .job_form_sec {
  
  background-image: url('../img/images/pexels-karolina-grabowska-4590789.jpg');
  background-size: cover;     
  background-position: center; 
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.9); 
  z-index: 999;
} */



.job_form_head {
  color: white;
}



/* form css end  */


/* appointment form style strt  */

.booking-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 1rem;


  h5 {
    color: white;
    font-weight: 700;

  }

  .form-label {
    color: white;
  }



  .booking-form-content input:focus,
  .booking-form-content textarea:focus,
  .booking-form-content select:focus {
    border-color: #63CE4A;
    /* your desired border color */
    box-shadow: 0 0 0 0.2rem rgba(99, 206, 74, 0.25);
    /* optional glow effect */
    outline: none;
    /* remove blue default outline */
  }
}


/* .booking-form-content {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  background: linear-gradient(135deg, #008455 0%, #63CE4A 100%);

} */

.booking-form-content {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  padding: 2rem;
  background: linear-gradient(135deg, #0E2D35, #63CE4A, #0E2D35);
  background-size: 400% 400%;
  animation: gradientMove 10s ease-in-out infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



@media (max-width: 576px) {
  .booking-form-content {
    padding: 1rem;
  }
}


/* appointment form style end  */






/* 
===========================================
home page faq section style start
=========================================== */


    /* =================psyfos-faq============================== */

    @media (max-width:765px) {
        .psyfos-faq-section {

            /* h5 {
            font-size: 25px !important;
        } */
            h2 {
                font-size: 2rem !important;
            }
        }
    }

    .psyfos-faq-section {
        position: relative;

        h2 {
            font-weight: bold;
            font-size: 3rem;
            color: transparent;

            background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);

            background-clip: text !important;
            text-align: center;
        }

        .qstn {
            font-weight: bold;
            font-size: 3rem;
            color: transparent;

            background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);

            background-clip: text !important;
            text-align: center;
        }

        .accordion {
            border-radius: 15px;
            color: black;
            cursor: pointer;
            padding: 20px 15px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 14px;
            display: flex;
            justify-content: space-between;
            transition: all 0.3s ease;
        }

        .accordion:hover,
        .accordion.active {
            background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);
        }

        .accordion:hover p,
        .accordion.active p {
            color: white;
        }

        .accordion p {
            margin-bottom: 0;
        }

        .accordion span {
            font-weight: bold;
            font-size: 1.5rem;
            color: transparent;
            background: linear-gradient(135deg, #63CE4A 0%, #008455 100%);
            background-clip: text !important;
            margin-right: 10px;
        }

        .accordion i {
            color: #0486BF;
            font-size: 22px;
            transition: transform 0.3s ease;
        }

        .panel {
            padding: 0px 18px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.8s ease-out;
        }

        .panel p {
            padding-top: 10px;
            font-size: 15px;
        }

        /* On mobile view */
        @media screen and (max-width: 600px) {
            .accordion {
                width: 100%;
            }

            p {
                font-size: 18px;
            }
        }
    }

    /* ==========================psyfos-faq======================= */




/* 
===========================================
home page faq section style start
=========================================== */