body {
    background-color: white;
}

p,li {
    font-family: 'Times New Roman', Times, serif;
}

button {
    cursor: pointer;
}

.header {
    background-color: #E6A4B4;
    padding: 20px;
    position: sticky;
    top:0;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0px 0px 3px 4px grey;
    border-radius: 10px;
    margin:3px;
}

.title-area {
    height: 100%;
    /*max-height: 10vh;*/
}

.logosmall {
    max-height: 10vh;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.nav {
    height: 100%;
    display:flex;
    justify-content: flex-end;
    /*padding: 20px 50px 50px 20px;*/
    gap: 30px;
    background-color: #E6A4B4;
    font-family: 'Dancing Script', cursive;
    align-items: center;
    flex-wrap: wrap;
}

.colorWhite  {
    color:white !important;
  }

/* Show desktop nav only on large screens but hidden on small screens <992px */
.desktop-only {
  display: none;
}

/*The mobile nav (Bootstrap hamburger) is shown only under 992px (d-lg-none)*/
@media (min-width: 992px) {
    .desktop-only {
      display: flex !important;
    }
  }
  

.item {
    color:#682c4f;
    text-decoration: none;
    font-size: 40px;

}

.item:hover {
    color: white;
}


.dropdownmenu {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    white-space:nowrap;
}
.dropdown-content ul{
    list-style-type: none;
    padding: 5px;
}

.dropdown-content li{
    padding: 10px;
}
.dropdownmenu:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    text-decoration: none;
    font-size: 26px;
    color: black;
}

.dropdown-content a:hover {
    color:#dfbfa3;
}

.menu {
    font-size: 40 px;
    font-weight: bolder;
    font-family: 'Dancing Script', cursive;
}

.btnMainPagePosition {
    padding-top: 25px;
    text-align: center;
}
.btnBookMainPage1 {
    background-color: #dfbfa3;
    padding: 10px 20px 10px 20px;
    color: #682c4f;
    font-family: 'Dancing Script', cursive;
    border-radius: 15px;
    border:solid #682c4f 1px;
    font-size:25px;
}

.btnBookMainPage1:hover {
    background-color: #dfbfa3;
    color:white;
}

#btnMainPage2 {
    background-color: #dfbfa3;
    padding: 10px 20px 10px 20px;
    color:#682c4f;
    font-family: 'Dancing Script', cursive;
    border-radius: 15px;
    border:solid #682c4f 1px;
    font-size:25px;
}

#btnMainPage2:hover {
    background-color: #dfbfa3;
    color:#fff;
}

#btnContactSend {
    background-color: #dfbfa3;
    padding: 10px 20px 10px 20px;
    color:#682c4f;
    font-family: 'Dancing Script', cursive;
    border-radius: 15px;
    border:solid #682c4f 1px;
    font-size:25px;
}

#btnContactSend:hover {
    background-color: #dfbfa3;
    color:#fff;
}

.btnDefault{
    background-color: #dfbfa3;
    padding: 10px 20px 10px 20px;
    color:#682c4f;
    font-family: 'Dancing Script', cursive;
    border-radius: 15px;
    border:solid #682c4f 1px;
    font-size:25px;
}
    
.btnDefault:hover {
    background-color: #dfbfa3;
    color:#fff;
    
}

h1, h2, h3, h4 {
    font-family: 'Dancing Script', cursive;
    color: #8d4871 !important;
}

h1 {
    font-size: 50px;

}

h2 {
    font-size: 40px;

}

h3 {
    font-size: 32px;

}

p, li{
    font-size: 23px;
}

#inf {
    color: #86446c;
}

#phone {
    color: #664057;
}

.headerSection1 {
    display: flex;
    text-align: center;
    gap:10px;
    position: relative;
    text-align:start;
    font-size: 25px;  
    height: 85vh;
}

.headerSection1 img{
    display: block;
    height: 100%;
    width:auto;
    overflow:hidden;
}

.headerSection1LeftPanel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.headerSection1LeftPanel p {
    font-size: 30px;
    color:#9c8392;
}

.headerSection1RightPanel {
    display: flex;
    align-items: center;
    padding:30px;
}


.centered {
    position: absolute;
    bottom:20%;
    margin-left:10%;
    /*left: 40%;
    transform: translate(-50%, -50%);*/
}

.box {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 5%;
}

.welcomePhoto {
    width: 50%;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}

.boxParPosition {
    width: 50%;
    text-align:center;
    font-size: 25px ;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.boxParPosition p{
    text-align: justify;
}
.headerPosition {
    display:flex;
    justify-content: center;
    margin-top:5%;
    text-align: center;
    padding:20px;
    margin-top: 10px;
}


.headerSection2 {
    position: relative;
    text-align:center;
    color: white;
    font-size: 35px;
}

.headerSection3{
    position: relative;
    text-align:start;
    color: white;
    font-size: 25px;
}

.headerSection3 h1 {
    color:white;
}

.headerSection3 img{
    height: 70vh;
    width:100%;
}



.headerSection2 video{
    width:100%;
}

.coverCentered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.boxTwo {
    display:grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
    "title1 title2"
    "image1 image2"
    "text1 text2"
    "button1 button2";
    grid-template-rows: auto auto;
    column-gap: 5%;
    padding:30px;
    place-items: center;
    align-items: start;
    text-align: center;
}

/* Assign grid areas based on their order in HTML */
.boxTwo > :nth-child(1)  { grid-area: title1; }
.boxTwo > :nth-child(2)  { grid-area: title2; }
.boxTwo > :nth-child(3)  { grid-area: image1; }
.boxTwo > :nth-child(4)  { grid-area: image2; }
.boxTwo > :nth-child(5)  { grid-area: text1; }
.boxTwo > :nth-child(6)  { grid-area: text2; }
.boxTwo > :nth-child(7)  { grid-area: button1; }
.boxTwo > :nth-child(8)  { grid-area: button2; }


.boxTwo_header{
    align-self:end;
}
.boxTwo h2 {
    color: #8d4871;
    
}
.boxTwo p {
    text-align: justify;
}

.services {
    width:100%;
    /*display: flex;
    align-self: center;*/
}

.nutrition {
    /*display: flex;
    flex-direction: column;*/
    text-align: center;
}

.nutrition p{
    /*height: 100%;*/
    text-align: justify;
}

.energy {
    /*display: flex;
    flex-direction: column;*/
    text-align: center;
}

.energy p{
    /*height: 100%;*/
    text-align: justify;
}

.buttonPos {
    /*display: flex;
    justify-content: center;*/
}

#btnMainPage3 {
    background-color: #dfbfa3;
    padding: 10px 20px 10px 20px;
    color:#682c4f;
    font-family: 'Dancing Script', cursive;
    border-radius: 15px;
    border:solid #682c4f 1px;
    font-size:25px;
    /*width: 30%;*/
}

#btnMainPage3:hover {
    background-color: #dfbfa3;
    color:#fff;
}

.padding input{
    background: transparent;
    border-bottom-style: solid;
    border-bottom-color: white;
    color: white;
    border-top:none;
    border-left: none;
    border-right: none;
    width:50%;
    font-size:20px;
}

input::placeholder {
    color: white;
    opacity: 1; 
}

.btnOtherPagesPosition {
    display:flex;
    justify-content: center;
}

.container{
    display:flex;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
    gap:1%;
}

.parAboutLeft {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0;
    text-align: justify;
}

.parAboutRight img {
    display: block;
    height: auto;
    width:auto;
    overflow:hidden;
}

.parAboutRight {
    display:flex;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
}

.img {
    border-radius: 15px;
}

#imgMetabolic{
    width:70%;
    border-radius: 15px;
}

.imgBox{
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

.box1 {
    padding:20px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers bullets */
}
.box1 ul, .box1 p{
    align-self: flex-start; /* Left-align the list container */
    text-align: justify;
}
.box1 a {
    word-break: break-word;
    overflow-wrap: anywhere;
    display: inline-block;
    max-width: 100%;
    color: #8d4871; /* Match your theme */
    text-decoration: underline;
  }





.myWay {
    display:grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    padding:30px;
}

.myWay h2 {
    color: #8d4871;
}

#imgWeightLoss {
    border-radius: 30px;
}

.interviews {
    display:grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    padding:30px;
}
.interviews iframe{
    border-radius: 20px;
}
.interviews h2{
    color: #8d4871;
    text-align:center;
}

.styleContact {
    display: flex;
    flex-direction: column;
}

.headerContact{
    display: flex;
    text-align: center;
    gap:10px;
    position: relative;
    text-align:start;
    font-size: 25px;  
    height: 85vh;
}

.headerContact img{
    display: block;
    height: 100%;
    width:auto;
    overflow:hidden;
}

.headerContactLeftPanel{
    display: flex;
    align-items: center;
    padding:30px;
}

.headerContactRightPanel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.headerContactRightPanel p{
    font-size: 30px;
    color:#9c8392;
}

.contact {
    display: flex;
    /*gap:20%;*/
    position: relative;
    font-size: 30px;
    height: 85vh;  
}

.contactLeftPanel {
    padding:10px;
    width:100%;
}

.contactRightPanel {
    /*padding: 30px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contactRightPanel #logo {
    display: block;
    height: auto;
    width:65%;
    overflow:hidden;
}

#phone {
    display: flex;
    justify-content: center;
}

.formPosition {
    display: flex;
    justify-content:center; 
}
.formPosition form{
    width: 80%;
}
.paddingSend input{
    padding: 30px;
    background: transparent;
    border-bottom-style: solid;
    border-bottom-color:#8d4871;
    color: rgb(0, 0, 0);
    border-top:none;
    border-left: none;
    border-right: none;
    width:100%;
    font-size:20px;
}



.labelSend {
    color: #000000;
    font-size: 20px;
    display: flex;
    flex-direction: column;
}

.btnContactSendPosition {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#btnContactSend {
    display: flex;
    justify-content: center;
}

.imgGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 30px 10px;
    padding: 10px;
    place-items: center; /* Center content in each cell */
  }

/* Only targets the very last child element in the parent container 7th element */  
.imgGrid > .containerBookAppointment:nth-child(7){
    grid-column: 2; /* Place in center column #2*/
}  



.buttonGoToBook {
    width: 100px;
    height: 60px;
    position:absolute;
    top: 50%;
    left: 50%;
    margin-left: -47px;
    margin-top: -13.5px;
    background-color: #e0bea3;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
    border: none;
    font-family: 'Dancing Script', cursive;
    color:#8d4871;
    border: 1px solid #8d4871;
    appearance: button;
    text-decoration: none;
    text-align: center;
    vertical-align: baseline;
    display: none;
    font-size:25px;
}

.containerBookAppointment{
    text-align: center;
    width:100%;
}

.imgButton{
    position: relative;
}

.imgButton img{
    border-radius: 10px;
    height: 35vh;
    width:85%;
    
}

.imgButton img:hover{
    transform: scale(1.05);
    opacity: 0.65;
    border: 2px solid #8d4871;
    border-radius: 15px;
}
.imgButton:hover .buttonGoToBook{
    display: block;
    z-index: 1;
}

.buttonGoToBook:hover{
    background-color:  #8d4871;
    color:#e0bea3;
    border: 1px solid #e0bea3;
}

.buttonGoToBook:hover + img{ 
    opacity: 0.65;
    transform: scale(1.05);
    border: 3px solid white;
    border-radius: 15px;
}

.programlang {
    color: #8d4871;
    font-family: 'Dancing Script', cursive;
    font-size: 32px;
    display:flex;
    justify-content: center;
    height: 15vh;
}


.imgGridArticles {
    padding:10px;
    place-items: center;
    row-gap:30px;
    column-gap: 20px;
    display:grid;
    grid-template-columns: 35% 35%;
    justify-content: center;
}

.imgGridArticles img{
    width:85%;
    height: 75vh;
}

.readArticle {
    width: 100px;
    height: 60px;
    position:absolute;
    top: 50%;
    left: 50%;
    margin-left: -47px;
    margin-top: -13.5px;
    background-color: #e0bea3;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
    border: none;
    font-family: 'Dancing Script', cursive;
    color:#8d4871;
    border: 1px solid #8d4871;
    appearance: button;
    text-decoration: none;
    text-align: center;
    vertical-align: baseline;
    display: none;
    font-size:25px;
}


.containerArticle {
    text-align: center;
    width: 100%;
}

.imgButtonArticle {
    position: relative;
}

.imgButtonArticle img {
    border-radius: 10px;
}

.imgButtonArticle img:hover {
    transform: scale(1.05);
    opacity: 0.65;
    border: 2px solid #8d4871;
    border-radius: 15px;
}

.imgButtonArticle:hover .readArticle{
    display: block;
    z-index: 1;
}

.readArticle:hover {
    background-color:  #8d4871;
    color:#e0bea3;
    border: 1px solid #e0bea3;
}

.readArticle:hover + img { 
    opacity: 0.65;
    transform: scale(1.05);
    border: 3px solid white;
    border-radius: 15px;
}

.infArticle {
    color: #8d4871;
    font-family: 'Dancing Script', cursive;
    font-size: 35px;
    display:flex;
    justify-content: center;
    margin-top: 10px;
}

#pBookingPos {
    display: flex;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
    text-align: justify;
}

.bookingPos {
    display: flex;
    justify-content: center;
}

.bookingPos img {
    width:60%;
    height: auto;
    border-radius: 15px;
}

#pArticlesPos {
    display: flex;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
}

.btnBackPos {
    display: flex;
    justify-content: center;
}

#btnBack {
    background-color: #dfbfa3;
    padding: 10px 20px 10px 20px;
    color: #682c4f;
    font-family: 'Dancing Script', cursive;
    border-radius: 15px;
    border:solid #682c4f 1px;
    font-size:25px;
}

#btnBack:hover {
    background-color: #dfbfa3;
    color:white;
}

.linkPos{
    display: flex;
    justify-content: center;
    align-items: center;
}

#articleLink {
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
    font-size: 20px;
}



hr {
    border: solid 1px #9c8392;
    border-style: outset;
}

.social {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 70px;
}
.social img {
    padding: 10px;
    width: 45px;
    height: 45px; 
}
.social img:hover {
    width: 50px;
    height: 50px;
}

.rights {
    display: flex;
    justify-content: center;
    color:#9c8392; 
}

.rights p {
    font-size: 20px;
}
.scroll-indicator {
    display: none;
  }


.custom-scrollbar {display:none}
/* ---------------mobile css -----------*/

@media only screen and (max-width: 992px){
.btnMainPage1{
    margin: 10px;
}  
.programlang{
 font-size: 26px;
} 

.parAboutRight img{
    height: 70vh;
    width: 90%;;
}    

.buttonGoToBook {
    width: 100px;
    height: 60px;
}    

.logosmall {
    height: 100%;
    max-height: 50px;   /* 🔧 cap logo size to fit navbar */
    width: auto;
    padding: 0;         /* remove padding that pushes it out */
    margin: 0;
    display: block;
}
.headerSection1 {
    flex-direction: column-reverse;
    height: auto;
    padding: 20px;
    gap: 20px;
    align-items: center;
  }


  .btnMainPagePosition{
    padding-top:10px;
  }
  .headerSection1RightPanel {
    padding: 0;
    width: 100%;
    justify-content: center;
  }

  .headerSection1RightPanel img {
    width: auto;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

.box{
    flex-direction: column;
    padding: 20px;
    margin: 0 10px;
    gap: 20px;
    align-items: center;
}  
.welcomePhoto, .boxParPosition{
    width: 75%;
}

.header{
    padding: 2px;
}    
.nav{
    flex-direction: row;
    gap:3%;
    width: 100%;
    justify-content: center;
}
.item{
    font-size:16px;
}
.boxParPosition{
    font-size:16px;
    width:100%;

}

.box{
    margin-left: 5px;
    margin-right: 5px;
}
.coverCentered{
    font-size: 16px;
}
.headerSection2 video {
    height: 80vh;
    width: 100%;
    object-fit: cover;
    display: block;
  }

.boxTwo {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title1"
      "image1"
      "text1"
      "button1"
      "title2"
      "image2"
      "text2"
      "button2";
    padding: 20px;
}
/* Add spacing before second group */
.boxTwo > :nth-child(2) {
    margin-top: 5vh; /* creates visual gap before text1 (start of group 2) */
  }

.boxTwo > * {
    width: 100%;
}


.headerSection3 {
    position: relative;
}

.headerSection3 img {
    width: 100%;
    min-height: 60vh;
    height: auto;
    object-fit: cover;
    display: block;
}
.padding {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
  }

  .padding input[type="email"],
  .padding button {
    width: 90%;
    max-width: 400px;
    font-size: 16px;
    text-align: center;
  }

  .centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin:0px;

  }

  .centered h1,
  .centered h2,
  .centered form {
    width: 90%;
    max-width: 400px;
  }

  .colorWhite  {
    color:white !important;
  }

  .centered input,
  .centered button {
    width: 100%;
  }

  .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .imgGrid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    gap: 15px;
    padding: 10px;
    width: 100%;
    
  }

  /* Each card takes full width */
.containerBookAppointment {
    scroll-snap-align: center;
    min-width: 100%;
    flex: 0 0 auto;
    padding: 15px;
    box-sizing: border-box;
  }

  .imgGrid::-webkit-scrollbar {
    height: 4px;
    background: rgba(0,0,0,0.1);
  }
  
  .imgGrid::-webkit-scrollbar-thumb {
    background: #8d4871;
    border-radius: 2px;
  }
  

  /* Arrow styling */
.custom-scrollbar {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;
  }
  
  .scroll-arrow {
    pointer-events: auto;
    background: rgba(141, 72, 113, 0.7);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: white;
    z-index: 10;
  }
  
  

  #containerTestimonials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 20px;
  }

  #pictureTestimonials {
    width:50%;
    max-height: 60vh;
    object-fit: contain;
  }

  .interviews {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  
  .interviews iframe {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
  }
  
  .interviews .description {
    text-align: justify;
    font-size: 16px;
  }
  .imgGridArticles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 10px;
  }
  
  .imgGridArticles img {
    width: 100%;
    max-height: 50vh;
    max-width: 90vw;
    object-fit: cover;
  }
  

  .headerContact {
    flex-direction: column;
    height: auto;
    gap: 20px;
    padding: 20px;
  }
  
  /* Contact section stacked layout */
  .contact {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 20px;
    padding: 20px;
  }
  
  /* Logo responsive size */
  .contactRightPanel #logo {
    width: 50%;
    max-width: 250px;
    height: auto;
  }
  
  /* Form styling */
  .formPosition {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .formPosition form {
    width: 90%;
    max-width: 500px;
  }
  
  .paddingSend input {
    font-size: 18px;
    padding: 15px;
  }
  
  .headerContactRightPanel p {
    font-size: 20px;
    padding: 0 10px;
    text-align: center;
  }
  
  #pBookingPos{
    margin-left:10%;
    margin-right:10%;
  }

  .linkPos{
    margin-left: 10%;
    margin-right: 10%;
  }
  #articleLink{
    margin-left: 10%;
    margin-right: 10%;
  }

  .btnTestimonials {
    background-color: #394867;
    color: #F1F6F9;
    border: none;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1; /* Ensures vertical centering */
    padding: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.videoWrapper {
    width: 100% !important;
}

.myWay {
    grid-template-columns: 1fr; 
    gap: 5%; /* Percentage gap if preferred */
}
.description h2 {
    text-align: center; /* Centers the text */

}
}

/*-------------end mobile css tags -----------*/


#containerTestimonials{
    display:flex;
    justify-content: center;
}
#pictureTestimonials {
    width: 70%;
    height: 100%;
}
.btnTestimonials {
    background-color: #394867;
    color: #F1F6F9;
    border: none;
    font-size: 30px;
}

.btnTestimonials:hover {
    background-color: #9BA4B5;
}


.videoposition{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 10px; /* This adds space between each child element */
    
}


.videoWrapper {
    width: 32.8%; /*Account for gap*/
    height: 100%;
    box-sizing: border-box;
}

.videoWrapper video {
  width: 100%;
  height: 50vh; /* fixed height for all videos */
  display: block;
  border: solid black;
  border-radius: 12px;
  box-sizing: border-box;
}