/* RESET */
body {
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
    overflow-x: hidden;
}

.page-container{
    max-width: 1900px;
    margin: 0 auto;
}

a:hover, button:hover{
    text-decoration: underline !important;
}


/* HEADER WRAPPER */
.soma-header {
    width: 100%;
    font-weight: 500;
    /* border-bottom: 1px solid #eee; */
}

/* TOP AREA WITH CENTERED LOGO */
.header-top {
    position: relative;
    text-align: center;
    padding: 15px 0px 0px;
}

.header-logo {
    height: 38px;
}

/* MOBILE HAMBURGER */
.hamburger {
    display: none;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
}

/* DESKTOP NAVIGATION */
.desktop-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 33px;
    padding: 12px 0;
}

.desktop-nav a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.desktop-nav ul >li{
    transition: color 300ms ease-out, font-weight 300ms ease-out;
}

.desktop-nav ul >li > a:hover, .desktop-nav ul .current-menu-item > a {
    color: #0D7C68 !important;
    text-shadow:
    0.5px 0 0 currentColor,
   -0.5px 0 0 currentColor;
    /* font-weight: 800; */
    text-decoration: none !important;
    /* font-weight: 800; */
}

.desktop-nav ul,
.desktop-nav>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 33px;
    padding: 0;
}

.desktop-nav ul,
.desktop-nav .header-right {
margin: 5px 0px;
}

.desktop-nav li {
    list-style: none;
}

.menu-toggle-icons{
    margin-left: 6px;
}

.menu-item-has-children {
  position: relative;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* width: 100%; */
}

.menu-item-has-children >div{
position: absolute;
  top: 100%;
  left: 50%;              
  transform: translateX(-50%);
  width: 220px;
  /* opacity: 0; */
  visibility: hidden;
  z-index: 999;
  padding-top: 0.7rem;
}

/* Hide submenu by default */
.menu-item-has-children  .sub-menu {
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #131527;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 1rem;
    gap: 5px;
}

.sub-menu > li{
width: 100%;
padding: 0.5rem 0rem;
}

.sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #444;
}

.sub-menu  a{
    color: white !important;
}

.sub-menu  a:hover{
    text-decoration: none !important;
    color: #0D7C68 !important;
}

/* Show on hover (desktop) */
.menu-item-has-children:hover > div {
  visibility: visible;
}

.book-consultation-btn {
    background: #131527;
    color: white !important;
    padding: 8px 16px;
    overflow: hidden;
    position: relative;
}

/* .book-consultation-btn::after {
    content: "";
    position: absolute;
    top: -50px;
    left: -75px;
    width: 50px;
    height: 155px;
    background: #fff;
    opacity: 0.5;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
} */

.book-consultation-btn a{
    color: #fff;
}

/* hover state */
/* .book-consultation-btn:hover::after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
} */

.book-consultation-btn a:hover {
    text-decoration: none !important;
}

.user-icon {
    width: 35px;
    /* opacity: 0.8; */
}

.desktop-nav div.close-menu{
    display: none;
}

/* -------------whatsapp icon-------- */

.whatsApp-chat {
    position: fixed;
    bottom: 25px;
    left: 25px;
    /* width: 60px; */
    /* height: 60px; */
    /* background-color: #25D366; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    z-index: 1000;
}

/* -----------------------Soma Footer------------ */
section.footer {
    background-color: #131527;
    color: #ffffff;
    padding: 5rem 5rem 1rem 5rem;
}

.footer-cont1 {
    display: flex;
}

.footer-subCont {
    width: 50%;
    padding: 0rem 1rem 0rem 0rem;
}

.footer h2 {
    font-size: 36px;
    margin: 0px;
}

.contact-info {
    max-width: 500px;
}

.footer .contact-info p {
    font-size: 20px;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.contact-info>div {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    font-size: 20px;
}

.contact-info>div>a {
display: flex;
align-items: center;
}

.contact-info img{
width: 40px;
margin-right: 10px;
}

.contact-info a{
    color: #ffffff;
    text-decoration: none;
}

.footer-links {
    display: flex;
}

.footer-links>div {
    width: 50%;
}

.footer-links ul {
    padding: 0;
}

.footer-links li {
    list-style: none;
}

.footer-links a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    margin: 12px 0px;
    width: max-content;
}

.footer-main-links {
    font-size: 16px;
    font-weight: 700;
}

.footer-therapy {
    margin-top: 5rem;
    font-size: 16px;
}

.footer-therapy p {
    font-weight: 700;
}

.other-footer-links {
    font-size: 16px;
}

.other-footer-links>ul {
    margin-top: 5rem;
}

.other-footer-links>div>p,
.other-footer-links>div>ul:nth-child(3) {
    font-weight: 700;
}

.footer-cont2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0rem;
}

.footer-cont2 p {
    font-size: 14px;
}

.social-accounts {
    display: flex;
}

.social-icon {
    width: 28px;
    height: 28px;
    margin: 10px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.social-icon:hover{
transform: scale(1.2);
}

.icon-svg svg {
    margin-left: 15px;
}

.entry-header{
    display: none;
}

@media (max-width: 1300px) {
    .desktop-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 260px;
        height: 100%;
        background: #fff;
        box-shadow: -3px 0 8px rgba(0, 0, 0, 0.15);
        padding: 80px 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
        z-index: 999;
        overflow-y: scroll;
    }

    .desktop-nav ul,
    .desktop-nav>div {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    .desktop-nav a {
        color: #333;
        font-size: 16px;
        text-decoration: none;
    }

    .book-consultation-btn {
        display: inline-block;
        margin-top: 0px;
    }

    .book-consultation-btn a{
        color: #ffffff !important;
    }

    /* CLOSE BUTTON INSIDE MENU */

    .desktop-nav div.close-menu {
        display: block;
        position: absolute;
        top: 22px;
        right: 22px;
        font-size: 32px;
        cursor: pointer;
    }

    .hamburger {
        display: block;
    }

    .desktop-nav ul,
    .desktop-nav>div {
        gap: 20px;
    }

    .desktop-nav > ul{
        /* min-width: 220px; */
        width: 100%;
    }

    .menu-item-has-children{
width: 100%;
    }

    .menu-item-has-children >div{
  left: 0%;              
  transform: translateX(0%);
}

.menu-item-has-children:hover > div {
  visibility: hidden;
}

.menu-item-has-children .submenu-inner {
    display: none;
  }

  .menu-item-has-children.active .submenu-inner {
    display: block;
    visibility: visible;
  }

  /* Toggle icons */
  .menu-item-has-children .icon-minus {
    display: none;
  }

  .menu-item-has-children.active .icon-plus {
    display: none;
  }

  .menu-item-has-children.active .icon-minus {
    display: inline-block;
  }
/* .menu-item-has-children .submenu-inner {
    display: none;
  } */

  /* .menu-item-has-children.active .submenu-inner {
    display: block;
  } */

  /* Toggle icons */
  /* .menu-item-has-children .icon-minus {
    display: none;
  }

  .menu-item-has-children.active .icon-plus {
    display: none;
  }

  .menu-item-has-children.active .icon-minus {
    display: inline-block;
  } */
}

@media (max-width: 1024px) {
    .desktop-nav {
        gap: 10px;
    }

    /* --------Inside the Science------ */

    .science-container {
        flex-direction: column;
    }

    .science-container>div,
    .science-container>img {
        width: 100%;
        padding: 0rem;
    }

    .science-container a {
        margin-bottom: 1rem;
    }
}

/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
    /* .desktop-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 260px;
        height: 100%;
        background: #fff;
        box-shadow: -3px 0 8px rgba(0, 0, 0, 0.15);
        padding: 80px 20px;
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
        z-index: 999;
    }

    .desktop-nav ul,
    .desktop-nav>div {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
    }

    .desktop-nav a {
        color: #333;
        font-size: 16px;
        text-decoration: none;
    }

    .book-consultation-btn {
        display: inline-block;
        margin-top: 0px;
    } */

    /* CLOSE BUTTON INSIDE MENU */

    /* .desktop-nav div.close-menu {
        display: block;
        position: absolute;
        top: 22px;
        right: 22px;
        font-size: 32px;
        cursor: pointer;
    }

    .hamburger {
        display: block;
    } */
}


/* MOBILE STATS */
@media (max-width: 768px) {

    .whatsApp-icon {
        width: 40px;
        height: 40px;
    }

    /* ----------------footer------------- */

    section.footer{
        padding: 60px 60px;
    }
    .footer h2{
font-size: 28px;
    }

    .footer-cont1{
display: flex;
flex-direction: column;
}

.footer-subCont{
    width: 100%;
    padding: 0rem;
}

.footer-cont2{
    flex-direction: column;
    /* align-items: flex-start; */
    /* gap: 0.5rem; */
}

.footer-links{
    /* display: flex; */
    flex-direction: column;
}

.footer-links >div{
    width: 100%;
}

.footer-therapy{
    margin-top: 2rem;
}

.other-footer-links >ul{
    margin-top: 2rem;
}
}

@media (max-width: 425px) {

    .inside-the-science {
        padding: 20px;
    }

    .science-title {
        font-size: 26px;
    }

    .science-title .cormorant-font {
        font-size: 30px;
    }

    section.footer{
        padding: 20px;
    }
}

@media (max-width: 375px) {

    /* ----------footer ------ */
    .footer h2 {
        font-size: 24px;
    }

    .contact-info img {
        width: 30px;
    }

.contact-info >div{
    font-size: 16px;
}
}