* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "AvenirLTPro35Light";
  src: url("/assets/fonts/AvenirLTProLight.woff") format('woff'),
    url("/assets/fonts/AvenirLTProLight.woff2") format('woff2'),
    url("/assets/fonts/AvenirLTProLight.ttf") format('ttf');
  /* font-weight: normal;
  font-style: normal; */
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  /* background-color: #F3D4F4; */
  background-color: #342005;
  padding: .5rem 0;

  span {
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    /* color: whitesmoke; */
  }

  button {
    padding: 4px 16px;
    background-color: white;
    border: none;
    /* font-size: 1.2rem; */
    font-size: .8rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
    color: #322c27;
    font-weight: 600;

    &:hover {
      background-color: #fcf5f5;
    }

  }
}

main {
  .hero {
    .left {
      background-color: yellow;
    }

    .right {
      background-color: blue;
    }
  }
}


#realStruggle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 28px;
}

.services-one .afterclass {
  max-height: 415px;
}

#beforeAfterMasterclass {
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 1rem;

  h2 {
    text-align: left;
    font-family: "Montserrat", sans-serif;

    .before {
      color: rgb(246, 0, 0);
      font-weight: 700;
    }

    .center{
      color: rgb(8, 14, 63);
      font-weight: 700;
    }

    .after {
      color: rgb(8, 63, 8);
      font-weight: 700;
    }
  }

  ul {
    margin-top: 1rem;
  }

  li {
    font-size: 16px;
    text-align: left;
    list-style-type: square;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    /* font-family: "Playfair Display", serif; */
  }

}

.aboutButton {
  &:hover {
    background-color: #342005;
  }
}

#arrowIcon {
  position: relative;
  overflow: visible;

  /* .afterIcon {
    position: absolute;
    top: 120px;
    left: -35px;
    z-index: 999;
  } */
  .afterIcon {
    position: absolute;
    top: 183px;
    left: -57px;
    z-index: 999;
  }

  .afterIcon img {
    width: 100px;
    height: auto;
  }
}

.l0-workshop .afterIcon {
  position: absolute !important;
  top: 7px !important;
  left: -116px !important;
  z-index: 999 !important;
}

.bridesMakeup {
  padding-top: 1rem;
  line-height: 2rem;
  text-wrap: pretty;
  color: #342005;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
}

/* .font-makeup h4{
  font-family: "Playfair Display", serif;

} */
#main-heading {
  font-weight: 700 !important;
}

#whyChooseBox1 {
  /* padding: 20px 25px !important; */
  padding: 20px 25px 55px 25px !important;
  max-height: 300px;

  p {
    color: #292929;
    font-family: 'Poppins', sans-serif;
  }
}

.footerAlign {
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.venueSection {
  margin-left: 2rem;
  margin-top: 3rem;
  font-family: "Poppins", sans-serif;
  color: #000;

  li i {
    margin-right: 1rem;
    color: #342005;

    &:hover {
      color: gray;
    }
  }
}

.glassPoints {
  font-family: "Poppins", sans-serif;

  p {
    color: #000 !important;
  }

  li {
    list-style-type: square;
    line-height: 1.8rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
  }
}

.text h4 {
  font-family: serif !important;
  font-size: 2rem;

}

.text-blink {
  animation: blink 1s linear infinite;
}



@keyframes blink {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}



.highlight-section {
  /* margin-top: 6rem; */

  .whatFor,
  .whatGet {
    padding-top: 3rem;
  }

  h4 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
    /* text-decoration: underline; */
    /* text-shadow: #6c757d; */
  }

  li {
    list-style-type: square;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 2.2rem;
    color: #000;
  }


}


.buttonLink .btn {
  color: white !important;
  font-family: 'Montserrat', sans-serif;
  border-radius: 20px;
  /* color: #275d8b; */
  /* height: 10px !important; */
}

.buttonLink .btn:hover {
  color: #342005 !important;
  border: 2px solid #342005 !important;
  background-color: #fff !important;
}

/* codepan  */
.verticalButton {
  padding: 0px 0px 0px 0px;
  width: 160px;
  height: 40px;
  border: none;
  background: #342005 !important;
  border-radius: 0px 0px 5px 5px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: fixed;
  right: -60px;
  /* top: 400px; */
  top: 45%;
  z-index: 1;
  font-weight: 700 !important;
  text-transform: uppercase;
}



/* .floating-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: "Poppins", sans-serif;

  .floating-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #FAF9F6;
    border: 1px solid #342005;

    border-radius: .5rem;
    padding: 1rem 2rem;
    position: fixed;
    bottom: 1rem;
    width: 80%;
    z-index: 9;
    

    i {
      color: #342005;
      margin-right: 5px;
    }

    button {
      border: none;
      
      padding: 14px 35px;
      background: #342005;
      color: #ffffff;
      font-weight: 700;

      &:hover {
        color: #342005;
        border: 2px solid #342005;
        background-color: #fff;
      }

    }

    .floating-menu-price {
      border-left: 1px solid rgba(128, 128, 128, 0.412);
      padding-left: 1rem;

      span {
        font-size: 2rem !important;
        font-family: 'Montserrat', sans-serif;
      }

      p {
        color: gray;
      }
    }
  }
} */


.services-one__single img {
  width: 75px;
}

.l0-workshop .row {
  --bs-gutter-x: 30px;
  display: flex;
}

.l0-workshop .l0-col1 {
  background-color: #fee4da;
  padding: 50px;
  border-radius: 20px;
}

.l0-workshop p {
  color: rgb(56, 56, 56);
}

.l0-workshop h5 {
  color: #342005;
  font-weight: 700;
  font-size: 18px;
}

.l0-workshop li {
  color: black;
}

.site-footer p {
  font-size: 14px;
}

.instagram-two__bottom .feature-img {
  display: flex;

  img {
    width: 200px;
  }
}

.glassPoints .hook-point {
  font-size: 16px;
  margin-bottom: 1.6rem;
  background-color: #ffddb0;
  border-radius: 50px;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  margin-top: -20px;
}


/* video mute/unmute  */
.mute-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 24px;
  /* background: rgba(0, 0, 0, 0.6); */
  color: white;
  padding: 6px 5px;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 999;
}

/* .mute-icon:hover {
  transform: scale(1.1);
} */



.phone-timer {
  font-weight: bold;
  color: #342005;
  background-color: #fff;
  margin-left: 5px;
  padding: 4px;
}

/* floating menu */

.floating-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: "Poppins", sans-serif;
  opacity: 0;
  /* Start hidden */
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.floating-container.show {
  opacity: 1;
  pointer-events: auto;
}

.floating-menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #FAF9F6;
  border: 1px solid #342005;
  border-radius: .5rem;
  padding: 1rem 2rem;
  position: fixed;
  bottom: 1rem;
  width: 80%;
  z-index: 9;
}

.floating-menu i {
  color: #342005;
  margin-right: 5px;
}

.floating-menu button {
  border: none;
  padding: 14px 35px;
  background: #342005;
  color: #ffffff;
  font-weight: 700;
}

.floating-menu button:hover {
  color: #342005;
  border: 2px solid #342005;
  background-color: #fff;
}

.floating-menu-price {
  border-left: 1px solid rgba(128, 128, 128, 0.412);
  padding-left: 1rem;
}

.floating-menu-price span {
  font-size: 2rem !important;
  font-family: 'Montserrat', sans-serif;
}

.floating-menu-price p {
  color: gray;
}

/* floating container phone k liye  */

.floating-container-phone {
  opacity: 0;
  /* start hidden */
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.floating-container-phone.show {
  opacity: 1;
  pointer-events: auto;
}

.floating-menu-phone {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #FAF9F6;
  border: 1px solid #342005;
  border-radius: .5rem;
  padding: 1rem 2rem;
  position: fixed;
  bottom: 1rem;
  width: 90%;
  z-index: 9999;
}

.floating-menu-phone i {
  color: #342005;
  margin-right: 5px;
}

.booking-details p {
  margin: 0;
  font-size: 14px;
}

.floating-menu-price {
  border-left: 1px solid rgba(128, 128, 128, 0.412);
  padding-left: 1rem;
}

.floating-menu-price span {
  font-size: 1.5rem !important;
  font-family: 'Montserrat', sans-serif;
}

.floating-menu-price p {
  color: gray;
  margin-top: -10px;
}

.testimonial-heading {
  font-size: 2rem;
}

.valid-till {
  color: red !important;
  font-size: .8rem;
  margin-top: -11px;
  font-weight: 700;
}



.container {
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  text-align: center;
  color: #342005;
  margin-bottom: 60px;
  animation: fadeInDown 1s ease;
}

.header h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.header .subtitle {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 2px;
  opacity: 0.95;
}

.l0-workshop .container {
  display: flex;
  gap: 20px;
}

.day-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* position: relative; */
  overflow: hidden;
  width: 60%;
}

/* .day-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
             background: linear-gradient(90deg, #667eea, #764ba2); 
        } */

.day-card:hover {
  border: 1px solid #342005;
}

/* .day-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 70px rgba(0,0,0,0.4);
        } */

.day-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.day-icon {
  width: 80px;
  height: 80px;
  /* background: linear-gradient(135deg, #667eea, #764ba2); */
  background-color: #ffddb0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #342005;
  margin-right: 25px;
  flex-shrink: 0;
}

.day-title h2 {
  font-size: 2rem;
  color: #342005;
  margin-bottom: 5px;
}

.day-title p {
  color: black;
  font-size: 1.1rem;
}

.section {
  margin-bottom: 30px;
}

.section h3 {
  font-size: 1.5rem;
  color: #342005;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

/* .section h3::before {
            content: '';
            width: 8px;
            height: 8px;
            background: #667eea;
            border-radius: 50%;
            margin-right: 12px;
            display: inline-block;
        } */

.section ul {
  list-style: none;
  padding-left: 20px;
}

.section ul li {
  padding: 3px 0;
  font-family: 'Poppins', sans-serif;
  padding-left: 35px;
  position: relative;
  color: #272727ff;
  font-size: 1.05rem;
}

.section ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #342005;
  font-weight: bold;
  font-size: 1.2rem;
}

.outcome {
  background: linear-gradient(135deg, #667eea15, #764ba215);
  padding: 25px;
  border-radius: 15px;
  /* border-left: 5px solid #667eea; */
  margin-top: 30px;
}

.outcome strong {
  color: #342005;
  font-size: 1.1rem;
}

.outcome p {
  color: #3e3e3eff;
  margin-top: 10px;
  font-size: 1.05rem;
}

.final-section {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  margin-top: 60px;
  animation: fadeInUp 1.2s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.final-section h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.final-section h2::before {
  content: '🌟';
  margin-right: 15px;
  font-size: 2.5rem;
}

.final-section h3 {
  font-size: 1.3rem;
  margin-bottom: 25px;
  font-weight: 400;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.benefit-item {
  background: rgba(255, 255, 255, 0.15);
  padding: 25px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}

.benefit-item:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.25);
}

.benefit-item p {
  font-size: 1.05rem;
  line-height: 1.6;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .header h1 {
    font-size: 2rem;
  }

  .header .subtitle {
    font-size: 1rem;
  }

  .day-card {
    padding: 25px;
  }

  .day-header {
    flex-direction: column;
    text-align: center;
  }

  .day-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .day-title h2 {
    font-size: 1.5rem;
  }

  .final-section {
    padding: 30px 20px;
  }

  .final-section h2 {
    font-size: 1.8rem;
    flex-direction: column;
  }
}

/* <!-- <div class="final-section">
            <h2>By the End of the 3 Days</h2>
            <h3>You'll walk away with:</h3>
            <div class="benefits-grid">
                <div class="benefit-item">
                    <p>✨ Real clinical exposure through live cases</p>
                </div>
                <div class="benefit-item">
                    <p>💪 Confidence to independently perform implant surgeries</p>
                </div>
                <div class="benefit-item">
                    <p>🔬 Deep understanding of prosthetic and digital workflows</p>
                </div>
                <div class="benefit-item">
                    <p>🏆 Certification of participation endorsed by Dr. Ujjwal Prem</p>
                </div>
            </div>
        </div> --> */


.workshop-card{
  /* padding-top: 120px; */
  padding-bottom: 100px;

  /* .col-xl-4 {
    background-color: #fff6f3;
  } */
}
.workshop-card .class {
  min-height: 540px;
  background-color: #fff6f3;
}

#threeDaysWorkshop {
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 1rem;

  h2 {
    text-align: centercenter;
    font-family: "Montserrat", sans-serif;
    font-size: 24px !important;

    /* .before {
      color: rgb(246, 0, 0);
      font-weight: 700;
    }

    .center{
      color: rgb(10, 18, 74);
      font-weight: 700;
    }

    .after {
      color: rgb(8, 63, 8);
      font-weight: 700;
    } */
  }
  p{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #2a2a2a;
  }

  h4{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
  }

  ul {
    margin-top: 1rem;
  }

  li {
    font-size: 16px;
    text-align: left;
    list-style-type: square;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    /* font-family: "Playfair Display", serif; */
  }
  .services-one__single-inner {
  padding: 40px 18px 65px;
 
}

}
