
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}


html{
  scroll-behavior: smooth;
}


.larkita-txt{
 text-align: center;
  background-color: #D2B48C;
  font-family:"Cormorant Garamond", sans-serif;
  font-weight: 500;
  font-size: 50px;
}


/* Navbar main container */
  .nav-container-flex {
    position: sticky;
    top: 0;
     border-bottom: 1px solid #e8d9c8;
     background: #fdf8f3;
    z-index: 999;
    box-shadow: 0 2px 16px rgba(59,42,26,.07);
    transition: box-shadow .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    padding: 0 5%;
  }

  
  nav.scrolled { box-shadow: 0 4px 28px rgba(59,42,26,.13); }

  /* Navigation links */
  
 
  .btn-book-now{
   margin-left: 100px;
    width: 150px;
    height: 40px;
    
  }

  
  .nav-links a {
    color: black;
    text-decoration: none;
    font-size: 0.8rem;
    padding: 10px;
    font-family: "roboto", sans-serif;
    font-weight: 500;
     text-transform: uppercase;
     color: #3b2a1a;
     position: relative;
      transition: color .3s;
      letter-spacing: 2px; 
  }

   
  .nav-links a::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 0; height: 1.5px; background: #c49a6c; transition: width .3s;
  }


  
  .nav-links a:hover, .nav-links a.active { color: #c49a6c; }
  .nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

  
  /* Hamburger */
  .hamburger {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: 5px;
  }

  
  .hamburger span {
    display: block; height: 2px; 
    background: #3b2a1a;
    border-radius: 2px; transition: all .35s;
  }

  
  .hamburger span:nth-child(1) { width: 24px; }
  .hamburger span:nth-child(2) { width: 18px; }
  .hamburger span:nth-child(3) { width: 24px; }

  
  /* Animate to X */
  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); width: 24px; }
  .hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
   

  
  /* ── OVERLAY ── */
  .overlay {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,.45); z-index: 1000;
    opacity: 0; transition: opacity .3s;
  }

  
  .overlay.show { display: block; }
  .overlay.visible { opacity: 1; }


   /* ── MOBILE DRAWER ── */
  .drawer {
    position: fixed; top: 0; right: 0; bottom: 0;
    width: 70%; 
   /* background: #fdf8f3;*/
   background-color: #333;
     z-index: 1001;
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    box-shadow: -8px 0 40px rgba(59,42,26,.18);
    display: flex; flex-direction: column;
  }

  .drawer.open { transform: translateX(0); }


  
  /* Drawer header */
  .drawer-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 22px; border-bottom: 1px solid #e8d9c8;
   /* background-color: ;*/
  }

   .close-btn {
    width: 38px; height: 38px; border-radius: 50%;
    background: #f5ede0; border: 1px solid #e8d9c8;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    font-size: 1rem; color: #3b2a1a;
    transition: background .2s, transform .3s;
  }

  .close-btn:hover { background: #e8d0b8; transform: rotate(90deg); }

  /* Drawer links */
  .drawer-links { list-style: none; padding: 14px 0; flex: 1; overflow-y: auto; }
  .drawer-links li a {
    display: flex; align-items: center; gap: 13px;
    padding: 14px 26px; text-decoration: none;
    font-size: .8rem; font-weight: 500; letter-spacing: 2px;
    text-transform: uppercase; color: white;
    border-left: 3px solid transparent;
    transition: color .2s, background .2s, border-color .2s;
    font-family: "raleway", sans-serif;
  }

   
  .drawer-links li a .d-icon { font-size: 1.05rem; }
  .drawer-links li a:hover { background: #f5ede0; color: #c49a6c; }
  .drawer-links li a.active {
    color: #c49a6c; border-left-color: #c49a6c;
    font-weight: 700; background: #fdf0e2;
  }

  
  /* Drawer footer */
  .drawer-footer { padding: 20px 22px; border-top: 1px solid #e8d9c8; }
  .drawer-footer .btn-book { width: 100%; padding: 13px; font-size: .72rem; margin-bottom: 14px; }
  .drawer-socials { display: flex; justify-content: center; gap: 12px; margin-bottom: 12px; }
  .drawer-socials a {
    width: 50px; height: 50px; border-radius: 50%;
    
    display: flex; align-items: center; justify-content: center;
    font-size: .85rem; text-decoration: none; color: white;
    transition: border-color .2s, transform .2s;
  }

  
  .drawer-socials a:hover { border-color: #c49a6c; transform: translateY(-5px); }
  .drawer-tagline { text-align: center; font-size: .6rem; color: white; letter-spacing: 1px; }

   /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-right { display: none; }
    .hamburger { display: flex; }

  }

  .led-therapy-img-cont{
    width: 100%;
    height: 580px;
    overflow: hidden;
    position: relative;
   
    
  }

  .led-therapy-img{
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .enrolling-txt-cont{
    position: absolute;
    top: 15%;
    
    left: 21%;
    /*font-family: "dancing script",sans-serif;*/
    /*background-color: rgba(255,255,255,0.6);*/
    background-color: rgba(0,0,0,0.5);
    color: white;
    
    
    
  }

  .p-enrolling-txt{
    font-family: "lato",sans-serif;
    font-size: 2em;
    padding: 4px 8px;
  }

  .p-esthetic-txt{
    font-family: "dancing script",cursive;
    font-weight: 500;
    font-size: 6em;
    /*background-color: #e8d9c8;*/
    
    padding: 4px 8px;
    color: black;
    margin-left: 5rem;
    color: white;
  }


  .start-cont-txt-flex-cont-main{
    display: flex;
    text-transform: uppercase;
     background-color: #e8d9c8;
    justify-content: space-around;
    align-items: center;
    
    font-family: "Bodoni Moda", serif;
    font-weight: 500;
    
    
  }

  .start-cont{
   
   display: flex;
   align-items: center;
  }

  .star-icon{
    padding: 10px 14px;
  }

  .incredible-career-txt-span{
    padding: 10px 14px;
  }

  .certified-icon{
     padding: 10px 14px;
  }

  .careers-cont{
    text-transform: uppercase;
    background-color:  #e8d9c8;
    display: flex;
    margin-left: 10em;
   width: 100px;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
    font-family: "lato" ,sans-serif;
    font-weight: 500;
    letter-spacing: 0.1rem;
    
   
  }

  .best-place-cont{
     margin-left: 10em;
  }

  .h3-best-place-txt{
      font-family: "Noto Serif Display", serif;
 font-size: 2em;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    letter-spacing: 0.05rem;
  }

  .kaylove-ecourse-para-txt-cont{
   margin-left: 10em;
   width: 500px;
  }

  .p-kaylove-ecourse-para{
     font-family: "EB Garamond", serif;
     font-weight: 400;
     font-style: normal;
     font-size: 1.5em;
  }




    .stage {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 64px;
    }

    .label {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      letter-spacing: -0.02em;
      color: var(--ink);
      opacity: 0.15;
      user-select: none;
    }

    /* ── link wrapper ── */
    .arrow-link {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      color: var(--ink);
      font-size: 0.72rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      position: relative;
      padding: 28px 36px 32px;
      border: 1px solid var(--muted);
      transition: border-color 0.3s ease, color 0.3s ease;
    }

    .arrow-link::after {
      content: '';
      position: absolute;
      inset: -1px;
      border: 1px solid transparent;
      transition: border-color 0.3s ease;
      pointer-events: none;
    }

    .arrow-link:hover {
      color: var(--accent);
      border-color: var(--accent);
    }

    /* ── text label ── */
    .arrow-link .text {
      position: relative;
    }

    /* ── SVG arrow ── */
    .arrow-link .icon {
      width: 32px;
      height: 32px;
      display: block;
    }

    .arrow-link .icon .shaft,
    .arrow-link .icon .head-l,
    .arrow-link .icon .head-r {
      stroke: currentColor;
      stroke-width: 1.6;
      stroke-linecap: round;
      fill: none;
      transition: stroke 0.3s ease;
    }

    /* ── wiggle keyframes ── */
    @keyframes wiggleDown {
      0%   { transform: translateY(0); }
      15%  { transform: translateY(7px); }
      30%  { transform: translateY(2px); }
      45%  { transform: translateY(10px); }
      60%  { transform: translateY(4px); }
      75%  { transform: translateY(8px); }
      90%  { transform: translateY(3px); }
      100% { transform: translateY(6px); }
    }

    /* trigger on hover of the parent link */
    .arrow-link:hover .icon {
      animation: wiggleDown 0.7s ease-in-out infinite alternate;
    }

    /* ── corner decorations ── */
    .arrow-link .corner {
      position: absolute;
      width: 6px;
      height: 6px;
      border-color: var(--accent);
      border-style: solid;
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .arrow-link:hover .corner { opacity: 1; }
    .corner.tl { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
    .corner.tr { top: -1px; right: -1px; border-width: 1px 1px 0 0; }
    .corner.bl { bottom: -1px; left: -1px; border-width: 0 0 1px 1px; }
    .corner.br { bottom: -1px; right: -1px; border-width: 0 1px 1px 0; }

    /* ── dot ping on hover ── */
    @keyframes ping {
      0%   { transform: scale(0.6); opacity: 1; }
      100% { transform: scale(2.2); opacity: 0; }
    }
    .arrow-link .dot {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--accent);
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%) scale(0);
      transition: transform 0.2s ease;
    }
    .arrow-link:hover .dot {
      animation: ping 0.9s ease-out infinite;
    }




    /*an interactive layout style*/


  /* ── Scoped to .ec-widget only — nothing touches html/body ── */

  .ec-widget {
    display: flex;
    width: 100%;
    max-width: 900px;
    height: 520px;
    border: 1px solid #ede8e3;
    border-radius: 10px;
    overflow: hidden;
    background: #fdf9f6;
    font-family: Georgia, serif;
    color: #2c2c2c;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    margin: auto;
  }

  /* LEFT — fixed, no scroll needed (only 4 items) */
  .ec-left {
    width: 300px;
    flex-shrink: 0;
    /*background: #fff;*/
    border-right: 1px solid #ede8e3;
    padding: 24px 0;
    background-color: #D2B48C;
  }

  .ec-left-label {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: black;
    padding: 0 18px 14px;
    font-family: Arial, sans-serif;
  }

  .ec-item {
    padding: 12px 18px;
    cursor: pointer;
    border-left: 3px solid transparent;
    font-size: 0.86rem;
    color: #5a5a5a;
    transition: background 0.15s;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    margin: 1em;
    border-radius: 50px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }

  .ec-item:hover { background: #fdf9f6; color: #2c2c2c; }

  .ec-item.ec-active {
    border-left-color: #c8a98a;
    background: #fdf9f6;
    color: #2c2c2c;
    font-weight: bold;
  }

  /* RIGHT — this is the ONLY thing that scrolls */
  .ec-right {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 32px 40px;
    background-color: white;
  }

  /* Custom scrollbar — visible but subtle */
  .ec-right::-webkit-scrollbar { width: 6px; }
  .ec-right::-webkit-scrollbar-track { background: #f5f0eb; }
  .ec-right::-webkit-scrollbar-thumb { background: #d8cbbf; border-radius: 3px; }
  .ec-right::-webkit-scrollbar-thumb:hover { background: #c8a98a; }

  /* Detail panels */
  .ec-detail {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    animation: ecDrop 0.4s ease forwards;
  }

  @keyframes ecDrop {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .ec-tag {
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #c8a98a;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
  }

  .ec-detail h2 {
    font-size: 1.5rem;
    font-weight: normal;
    color: #2c2c2c;
    margin-bottom: 4px;
  }

  .ec-subtitle {
    font-size: 0.86rem;
    color: #a89a8a;
    font-style: italic;
    margin-bottom: 22px;
  }

  .ec-meta-row {
    display: flex;
    gap: 24px;
    margin-bottom: 22px;
  }
  .ec-meta-label {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b5a99a;
    margin-bottom: 2px;
    font-family: Arial, sans-serif;
  }
  .ec-meta-val {
    font-size: 0.95rem;
    font-weight: bold;
    color: #2c2c2c;
    font-family: Arial, sans-serif;
  }

  .ec-hr { border: none; border-top: 1px solid #ede8e3; margin: 20px 0; }

  .ec-section-title {
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #b5a99a;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
  }

  .ec-detail p {
    font-size: 0.88rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 14px;
  }

  .ec-detail ul {
    padding-left: 16px;
    margin-bottom: 14px;
  }
  .ec-detail ul li {
    font-size: 0.87rem;
    line-height: 1.75;
    color: #4a4a4a;
  }

  .ec-enroll {
    display: inline-block;
    margin-top: 12px;
    padding: 11px 28px;
    background: #c8a98a;
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 2px;
    font-family: Arial, sans-serif;
    transition: background 0.2s;
  }
  .ec-enroll:hover { background: #b5926f; }

  
  .collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  
  
  padding: 20px;
  border-radius: 4px;
  gap: 20px;
  width: 80%;
  margin: auto;
  
  
 
  
  
}

.collage-left {
  display: flex;
  flex-direction: column;
   gap: 20px;
  
 
}

.photo {
  border-radius: 3px;
  overflow: hidden;
  object-fit: fill;  /* if using <img> */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

/* Right photo is taller — spans full height */
.photo.right {
  height: 100%;
}

/* Use <img> tags like this: */
img.photo {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

.unique-culture-grid{
  display: grid;
  text-align: center;
}

.fa-quote-left{
  font-size: 5em;
  margin-bottom: 3rem;
}

.p-unique-culture-txt{
font-family: "Noto Serif Display", serif;
 font-size: 2.2em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.p-our-positive-txt{
  font-family: "bodoni mode",serif;
  font-weight: 400;
  font-size: 1.3em;
  margin-bottom: 3rem;
}

.p-at-our-core{
  font-family: "bodoni mode",serif;
  font-weight: 400;
  font-size: 1.3em;
}

.our-values-main-cont-overall-grid{
  display: grid;
  justify-content: center;
  gap: 30px;
  background-color: yellow;
 
}

.our-values-cont{
 font-family: "roboto",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.our-core-pillars-cont{
  font-family: "comorant", serif;
 font-size: 2.4em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.main-cont-boxs-flex-cont{
  display: flex;
  gap: 30px;
}

.main-cont-boxs-flex-grid{
  display: grid;
  width: 450px;
 /* border: 1px solid black;*/
 border-left: 10px solid #D2B48C;
  height: 200px;
  padding: 30px;
  cursor: pointer;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  
}

/*
.main-cont-boxs-flex-grid:hover{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border: none;
  border-left: 10px solid #c49a6c;
  border-radius: 50px;
}
  */

.fa-smile,.fa-comment,.fa-award,.fa-heart,.fa-users{
 font-size: 1.5em;
}

.make-positive-diff-cont,.speak-up-cont,.commit-excellent,
.act-intergrity-cont,.stand-todether-cont,.lead-with-love-cont{
   font-family: "Mulish", sans-serif;
   font-weight: 400;
   font-size: 1.3em;
}

.practice-grat-cont,.feedback-cont,.result-matter-cont,
.use-good-judgement-cont,.we-believe-cont,.our-heart-team-cont{
  font-family: "Mulish", sans-serif;
   font-weight: 400;
}


.social-career-about-cont-flex{
  display: flex;
  justify-content: center;
}

.social-career-about-cont-grid{
  display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      /*border: 1px solid white;*/
      text-align: center;
      padding: 0.9em;
      color: black;
      place-items: center;
}

.social-cont-main{
  width: 400px;
  /*border: 1px solid black;*/
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  background-color: #222;
   color: white;
   border-radius: 5px;
}

.h3-social-txt,.h3-career-txt,.h3-about-txt{
  font-family: "roboto",sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}

.p-follow-us,.p-be-part,.p-about{
  font-family: "playfair",sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

.p-follow-us-link,.p-about-link{
  font-family: "roboto",sans-serif;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid white;
  padding: 10px 14px;
  display: block;
  width: 150px;
  margin: auto;
  border-radius: 50px ;
  color: white;
  
}

.p-follow-us-link:hover{
  color:black;
  background-color: white;
}

.p-about-link:hover{
  color:black;
  background-color: white;
}

.p-view-job-link{
  font-family: "roboto",sans-serif;
  font-weight: 500;
  text-decoration: none;
   display: block;
  width: 200px;
  margin: auto;
  border-radius: 50px ;
  border: 1px solid #333;
  padding: 10px 14px;
  color: black;
}

.p-view-job-link:hover{
  background-color: #333;
  color: white;
}

.career-cont-main{
  width: 400px;
  /*border: 1px solid black;*/
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
   gap: 30px;
   border-radius: 5px;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.about-cont-main{
  width: 400px;
  /*border: 1px solid black;*/
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
   gap: 30px;
   background-color: #D2B48C;
   color: white;
   border-radius: 5px;
}



.main-footer-flex-cont{
  display: flex;
  justify-content: center;
  gap: 30px;
  background-color: black;
 color: white;
 padding: 0.9em;
}

.social-media-cont-main,.treatment-cont-main,
.aboutus-cont-main,.contact-cont-main,.exclusive-offers-cont-main{
  width: 15%;
  font-family: "roboto",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.9em;
}

.facebook-cont-icon,.youtube-cont-icon,.instagram-cont-icon,
.tiktok-cont-icon{
  width: 50px;
  /*background-color: white;*/
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  margin: 0.5em;
  transition: transform 0.5s ease;
  
}

.all-links{
  text-decoration: none;
  color: white;
  text-transform: capitalize;
  
}

.all-links:hover{
  border-bottom: 1px solid white;
}

.fa-facebook{
 
 font-size: 30px;
  
 
}

.fa-facebook:hover{
  transform: scale(1.2);
}

.fa-youtube:hover{
  transform: scale(1.2);
}

.fa-instagram:hover{
  transform: scale(1.2);
}

.fa-tiktok:hover{
  transform: scale(1.2);
}

.fa-youtube{
 
 font-size: 30px;
 color: #ff0000;
  
}

.fa-instagram{
 font-size: 30px;
 
 
 color: #e1306c;
 
 
 
}

.fa-tiktok{

 font-size: 30px;
 color: white;
 
 
 
}

.kaylove-txt-cont{
  background-color: #c49a6c;
  text-align: center;
  position: sticky;
  font-family: "jost",sans-serif;
  font-weight: 500;
  padding: 12px 16px;
}
/* Outer animated wrapper */
#anim-box {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  transition:
    max-height 0.35s ease,
    opacity    0.35s ease,
    margin-top 0.35s ease;
    width: 200px;
}

/* Inner scrollable box */
#inner-box {
  max-height: 200px;
  overflow-y: auto;
  padding: 0.75rem 1rem;
  background: #f9f9f7;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.7;
  width: 200px;
  color: black;
}

/* Subtle scrollbar */
#inner-box::-webkit-scrollbar       { width: 6px; }
#inner-box::-webkit-scrollbar-track { background: transparent; }
#inner-box::-webkit-scrollbar-thumb { background: #ccc; border-radius: 3px; }



    /*css media querry start from here */


  @media (max-width:768px) {
     body,html{
    overflow-x: hidden;
    box-sizing: border-box;
     margin: 1px;}
  
     .enrolling-txt-cont{
      width: 100%;
      background-color: red;
      position: static;
      
      
     }

     .p-enrolling-txt,.p-esthetic-txt{
      width: 100%;
      margin: auto;
      position: static;

     }

     .led-therapy-img-cont-main{
      width: 100%;
      
     }

     .svg-icon{
      width: 20px;
     }

     .work-balance-txt-span{
      font-size: 0.5rem;
     }

     .start-career-txt-span{
      font-size: 0.5rem;
     }

     .start-cont{
      font: 0.5rem;
     }

     .start-cont-txt-flex-cont-main{
      display: flex;
      justify-content: center;
     }

     .careers-cont{
      margin-left: 30px;
     }

     .best-place-cont{
      margin-left: 30px;
     }

     .kaylove-ecourse-para-txt-cont{
     
      margin-left: 20px;
      font-size: 0.7em;
      width: 100%;
      display: grid;
      place-items: center;
      margin: 0;
      width: 100%;
     }

     .p-kaylove-ecourse-para{
      width: 100%;
      
     }

     .ec-widget{
      display: flex;
      flex-direction: column;
     }

     .ec-left{
      width: 100%;
     }

     .collage{
      width: 100%;
     }

     .collage-left .photo{
      width: 100%;
     }

     .our-values-main-cont-overall-grid{
    width: 100%;
    background: white;
    
     }

     .main-cont-boxs-flex-grid{
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 330px;
      border-left: 1px solid black;
      
      
      
     }

     .social-career-about-cont-grid{
      width: 100%;
      display: flex;
      flex-direction: column;
     }

     
  .main-footer-flex-cont{
    width: 100%;
    display: grid;
   gap: 0;
  }


.social-media-cont-main{
  width: 100%;
}

.treatment-cont-main{
  width: 100%;
}

.aboutus-cont-main,.contact-cont-main,.exclusive-offers-cont-main{
  width: 100%;
 
}

  }

  
/*css for tablets*/

  @media (min-width:768px){

    .nav-links{
      width: 100%;
      display: flex;
      justify-content: center;
    }


    .nav-anchor-link{
       font-size: 0.5rem !important ;
    }

    .our-values-main-cont-overall-grid{
      background-color: white;
    }

    .main-cont-boxs-flex-grid{
      width: 100%;
      background: white;
    }

    .social-career-about-cont-grid{
      width: 100%;
      display: flex;
      flex-direction: column;
    }

    .social-cont-main{
      width: 100%;
      
    }

    .career-cont-main{
      width: 100%;
    }

    .about-cont-main{
      width: 100%;
    }

    .treatment-cont-main,.aboutus-cont-main,.social-media-cont-main,.contact-cont-main,.exclusive-offers-cont-main{
      width: 25%;
      font-size: 0.69em;
    }

    body,html{
    overflow-x: hidden;
    box-sizing: border-box;
     margin: 1px;}
  }