/* Global */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 16px;
  line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #4f388d;
}

.btn-danger {
  background-color: #4f388d;
  color: #fff;
  border-color: #4f388d;
}

.btn-danger:hover {
  background-color: #212529;
  color: #fff;
  border-color: #212529;
}

.btn-dark:hover {
  background-color: #4f388d !important;
  color: #fff;
  border-color: #4f388d !important;
}

.text-danger {
  color: #4f388d !important;
}
.banner-left {
  min-height: 520px;
  background: url("../images/laser/Slider.jpeg") no-repeat left center;
  background-size: cover;
}
.banner-form {
  background: #fcf6ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-banner-left {
  height: 100%;
  overflow: hidden;
}

.mobile-banner-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* .main-banner{
	background-image: url('../image/Hair-1.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

@media screen and (max-width: 571px) {
	.main-banner{
		background-image: url('../image/Hair-mobile-2-min.jpg') !important;
		background-size: cover !important;
	}
} */

.main-banner .wrapper {
  /* background-color: rgba(255, 255, 255, 0.9); */
  padding: 400px 0px;
}

.main-banner p {
  font-size: 17px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  border: 0px !important;
  box-shadow: none;
}

.main-banner input {
  font-size: 13px;
  padding: 9px 20px;
}

.counter-section {
  padding: 80px 0 60px 0;
}

.counter-section i {
  font-size: 3rem;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #4f388d;
}

.counter-section h5 {
  font-size: 28px;
  margin-bottom: 5px;
  color: #000;
}

.safety-and-quality {
  /* padding: 80px 0; */
  background-color: #eeac79;
  color: white;
}

.content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px;
  min-height: 500px;
}

.video-right {
  height: 100%;
}

#video-section {
  width: 100%;
  height: 100%;
}

#youtube-player iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

@media (max-width: 768px) {
  .content-left {
    padding: 0px 20px 20px 20px;
    min-height: auto;
  }

  .content-left h2 {
    font-size: 22px;
  }

  .content-left p {
    font-size: 14px;
  }

  #youtube-player iframe {
    min-height: 250px;
  }
}

.safety-and-quality .card-body {
  padding: 50px;
  padding-bottom: 40px;
}

.cta {
  /* background-image: url("../img/h4-bg-contact.jpg");
  background-size: cover;
  background-repeat: no-repeat; */
  padding: 80px 0;
}

.cta .card-body {
  padding: 30px 30px;
  background-color: #fef9f8;
  border-radius: 10px;
}

.offering {
  padding: 80px 0;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 20px;
}

#slider2 img.thumb {
  width: 60px;
  margin: 40px auto 15px auto;
  border-radius: 50%;
}

#slider2 img.quote {
  width: 60px;
  margin: 30px auto 20px auto;
  opacity: 0.1;
}

/* .contact-section {
  background-image: url("../image/cate2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
} */

.contact-section .wrapper {
  background-color: rgba(251, 251, 251, 0.9);
  padding: 80px 0;
}

.contact-section ul.contact-list li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.contact-section ul.contact-list {
  margin: 0 0 20px;
  padding: 0;
}

.map iframe {
  padding: 0;
  height: 360px;
  width: 100% !important;
  margin-top: 10px;
}

form input {
  font-size: 13px !important;
  padding: 9px 20px !important;
}

.mobile-bottom-fixed {
  display: none;
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 999;
}

.mobile-bottom-fixed a {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 18px;
}

.main-banner.mobile img {
  display: none;
}

.main-banner.desktop img {
  display: block;
}
/* Starting of Media Query */

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-header .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-header img {
  max-height: 50px;
}

@media screen and (max-width: 571px) {
  header img {
    margin-top: 10px;
  }

  .main-banner .wrapper {
    padding: 40px 15px;
  }
  .main-banner.desktop img {
    display: none !important;
  }

  .main-banner.mobile img {
    display: block;
  }
  .main-banner {
    background-size: contain !important;
    background-attachment: initial !important;
  }

  .main-banner .wrapper {
    padding: 300px 15px 40px 15px !important;
    background-color: rgb(223 223 223 / 20%) !important;
  }

  h1 {
    font-size: 2.5rem;
    font-weight: 600;
  }

  .main-banner p {
    font-size: 14px;
  }

  .main-banner .card {
    margin-top: 30px !important;
  }

  .counter-section {
    padding: 30px 15px 20px 15px;
  }

  .counter-section .text-center {
    text-align: left !important;
  }

  .safety-and-quality {
    padding: 50px 10px;
  }

  .safety-and-quality .card-body {
    padding: 20px 15px;
    padding-bottom: 20px;
  }

  .safety-and-quality .card {
    margin: 10px 0;
  }

  .safety-and-quality h4 {
    text-align: left !important;
  }

  .contact-section .wrapper {
    padding: 30px 10px 10px;
  }

  .mobile-bottom-fixed {
    display: block;
    background-color: transparent;
  }

  .mobile-bottom-fixed a {
    display: inline-block;
    width: 100%;
    margin: 0px;
    background: #eeac79;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: white;
  }

  .mobile-bottom-fixed a:nth-child(2) {
    background-color: #4f388d;
    color: #fff;
    border-color: #4f388d;
  }

  .mobile-bottom-fixed a:nth-child(2) i {
    color: #fff !important;
    border-color: #4f388d;
  }

  .mobile-bottom-fixed a:nth-child(2):hover {
    background-color: #4f388d;
    color: #fff;
    border-color: #4f388d;
  }

  .mobile-bottom-fixed a:nth-child(2):hover i {
    color: #fff !important;
  }

  .mobile-bottom-fixed a:hover i {
    color: #4f388d !important;
  }
}

a.btn.btn-danger {
  padding: 12px 0px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 16px;
  width: 190px;
}

.btn.btn-danger {
  padding: 10px 10px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  width: 160px;
}

.form-container {
  width: 100%;
  padding: 20px;
}

.phone-banner {
  background-color: #4f388d;
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

@keyframes smoothFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(92, 56, 43, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(92, 56, 43, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(92, 56, 43, 0);
  }
}
@media (max-width: 480px) {
  .form-box h2 {
    font-size: 22px;
  }

  .phone-banner {
    font-size: 16px;
  }

  .form-box {
    padding: 30px 20px;
  }
}

.elementor-wrapper.elementor-open-inline {
  justify-content: center;
  display: flex;
}

.counter {
  text-align: center;
}

.cta-section {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  background-color: #4f388d;
}

.cta-box {
  padding: 50px 30px;
  border-radius: 24px;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

.cta-box p {
  font-size: 18px;
  color: #505050;
  margin-bottom: 30px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-outline,
.btn-filled {
  padding: 10px 25px;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: pulse 1.8s infinite;
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #000;
  color: #1d1d1d;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.btn-outline:hover {
  background-color: #f1f1f1;
  color: #4f388d;
  border: 2px solid #4f388d;
}

.btn-filled {
  background-color: #4f388d;
  color: #fff;
  border: none;
  cursor: pointer;
}

.btn-filled:hover {
  background-color: #333;
  color: #fff;
}

.image-hover-box {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
}

.image-hover-box img {
  width: 100%;
  display: block;
  border-radius: 2px;
  transition: transform 0.4s ease;
}

.image-hover-box:hover img {
  transform: scale(1.05);
}

.video-testimonials {
  background: #ffffff;
}
.video-testimonials h2 {
  color: #4f388d;
}

.video-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
}

.video-card:hover {
  transform: translateY(-8px);
}

.video-card video {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .video-card video {
    height: 450px;
  }
}

/* Instagram embed responsive fix */

.instagram-media {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
}

/* Column fix */
.offering .row > div {
  display: flex;
  justify-content: center;
}

/* Prevent overflow */
.offering {
  overflow: hidden;
}

/* Optional spacing */
.offering .row {
  row-gap: 25px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
  border-radius: 12px;
  padding: 20px;
}

.image-hover-box:hover .overlay {
  opacity: 1;
}

.overlay h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.book-btn {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.book-btn:hover {
  background-color: #f0f0f0;
}

.slider-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.slider-item {
  flex: 0 0 calc(33.33% - 16px);
  border-radius: 8px;
  overflow: hidden;
}

.slider-item img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .slider-item {
    flex: 0 0 calc(50% - 16px);
  }
  iframe#youtube-player {
    height: 210px !important;
  }
}

.item.aos-init.aos-animate {
  /* border: 2px solid #e66102; */
  border-radius: 15px;
  padding: 25px;
  background-color: #fff;
}

.swiper-button-prev {
  border-radius: 50%;
  background-color: #5c382adb;
  color: #fff !important;
  border: none;
  height: 50px !important;
  width: 50px !important;
}

.swiper-button-next {
  border-radius: 50%;
  background-color: #5c382adb;
  color: #fff !important;
  border: none;
  height: 50px !important;
  width: 50px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px !important;
}

/* focused slider */

.image-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.image-box img {
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.swiper-slide .slide-info {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.swiper-slide-active .slide-info {
  opacity: 1;
}

.testimonial-rating {
  display: flex;
  color: #f39433;
  margin-bottom: 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #725246;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
}

i.fa-brands {
  /* background: #bf8859; */
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  font-size: 20px;
}

.modal-content {
  background: transparent;
  border: none;
}

button.btn-close {
  float: right;
  padding: 10px;
  font-size: 15px;
  margin-top: -25px;
  margin-right: -15px;
}

/* Hide on desktop */
@media (min-width: 768px) {
  .mobile-bottom-fixed {
    display: none !important;
  }
}

.mobile-bottom-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  /* padding: 10px 15px; */
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  z-index: 9999;
}

.mobile-bottom-fixed.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.navbar-brand {
  margin-right: 0px;
}

.benefits-section {
  margin: 4rem auto;
  background: #fff;
  animation: fadeInUp 0.8s ease-out;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.benefit {
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
  animation: fadeInUp 0.6s ease-out both;
  border: 1px solid #d7d7d7;
  background: #ddb992;
  color: #fff;
}

.benefit i {
  font-size: 3rem;
  color: #5c382a;
  margin-bottom: 0.8rem;
}

.benefit-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.benefit-desc {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Courses */

/* =========================
   COURSES SECTION
========================= */

.courses-section {
  padding: 80px 0;
  background: #ffffff;
  overflow: hidden;
}

.courses-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #4f388d;
  margin-bottom: 12px;
}

.courses-subtitle {
  max-width: 860px;
  margin: auto;
  text-align: center;
  color: #555;
  line-height: 1.7;
  margin-bottom: 60px;
  font-size: 16px;
}

/* =========================
   CARD
========================= */

.course-card {
  background: #4f388d;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s ease;
}

.course-card:hover {
  transform: translateY(-8px);
}

.course-image {
  position: relative;
  overflow: hidden;
}

.course-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
}

.course-card:hover .course-image img {
  transform: scale(1.05);
}

/* =========================
   CONTENT
========================= */

.course-content {
  padding: 28px 24px 30px;
  text-align: center;
}

.course-content h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

/* =========================
   SWIPER NAVIGATION
========================= */

.courses-prev,
.courses-next {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  background: #4f388d;
  color: #fff !important;
}

.courses-prev::after,
.courses-next::after {
  font-size: 18px !important;
  font-weight: bold;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .courses-title {
    font-size: 34px;
  }

  .course-image img {
    height: 360px;
  }

  .course-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .courses-section {
    padding: 60px 0;
  }

  .courses-title {
    font-size: 28px;
  }

  .courses-subtitle {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .course-image img {
    height: 320px;
  }

  .course-content {
    padding: 22px 18px 26px;
  }

  .course-content h3 {
    font-size: 20px;
  }

  .course-btn {
    width: 100%;
    padding: 13px 20px;
    font-size: 15px;
  }

  .courses-prev,
  .courses-next {
    display: none !important;
  }
}

/* CTA strip */
/* =========================
   CTA STRIP
========================= */

.cta-strip {
  background: #4f388d;
  padding: 26px 0;
  overflow: hidden;
}

.cta-strip-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-strip-title {
  font-size: 40px;
  font-weight: 700;
  color: #f3a35c;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}

.cta-strip-btn {
  background: #ef964c;
  color: #fff;
  text-decoration: none;
  padding: 14px 18px 14px 34px;
  border-radius: 70px;

  display: inline-flex;
  align-items: center;
  gap: 22px;

  font-size: 24px;
  font-weight: 600;

  transition: 0.4s ease;
}

.cta-strip-btn:hover {
  background: #ffffff;
  color: #4f388d;
  transform: translateY(-3px);
}

.cta-strip-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  color: #ef964c;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 34px;
  font-weight: 700;

  transition: 0.4s ease;
}

.cta-strip-btn:hover .cta-strip-icon {
  background: #4f388d;
  color: #fff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .cta-strip {
    padding: 24px 0;
  }

  .cta-strip-wrapper {
    flex-direction: column;
    gap: 22px;
  }

  .cta-strip-title {
    font-size: 30px;
    max-width: 700px;
  }

  .cta-strip-btn {
    font-size: 20px;
    padding: 12px 16px 12px 28px;
  }

  .cta-strip-icon {
    width: 48px;
    height: 48px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .cta-strip {
    padding: 20px 0;
  }

  .cta-strip-title {
    font-size: 22px;
    line-height: 1.5;
  }

  .cta-strip-btn {
    width: 100%;
    justify-content: center;
    font-size: 18px;
    padding: 12px 16px;
    gap: 16px;
  }

  .cta-strip-icon {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }
}

/* =========================
   FORM UI
========================= */

.lead-form-section {
  background: #fcf6ff;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lead-form-card {
  width: 100%;
  max-width: 430px;
  background: #ffffff;
  border-radius: 26px;
  padding: 32px 28px;
  box-shadow: 0 15px 40px rgba(79, 56, 141, 0.15);
  border: 2px solid rgba(79, 56, 141, 0.08);
}

.form-title {
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #4f388d;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.form-group label span {
  color: red;
}

.form-group input {
  width: 100%;
  height: 54px;
  border-radius: 18px;
  border: 1.5px solid #d8d3e6;
  background: #fff;
  padding: 0 18px;
  font-size: 15px;
  outline: none;
  transition: 0.3s ease;
  color: #222;
}
.form-group select {
  width: 100%;
  height: 54px;
  border-radius: 18px;
  border: 1.5px solid #d8d3e6;
  background: #fff;
  padding: 0 18px;
  font-size: 15px;
  outline: none;
  transition: 0.3s ease;
  color: #222;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234F388D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px;
}
.form-group input:focus,
.form-group select:focus {
  border-color: #4f388d;
  box-shadow: 0 0 0 4px rgba(79, 56, 141, 0.08);
}

.form-group input::placeholder {
  color: #9d9d9d;
}

.submit-btn {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 18px;
  background: #eeac79;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 10px;
  box-shadow: 0 10px 20px rgba(249, 168, 111, 0.3);
}

.submit-btn:hover {
  transform: translateY(-2px);
  background: #f59b5d;
}

.error {
  color: red;
  font-size: 12px;
  margin-top: 6px;
  display: block;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 576px) {
  .lead-form-section {
    padding: 20px 14px;
  }

  .lead-form-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .form-title {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .form-group input,
  .form-group select {
    height: 50px;
    font-size: 14px;
  }

  .submit-btn {
    height: 54px;
    font-size: 14px;
  }
}

/* =========================
   AESTHETIC EXPERT SECTION
========================= */

.aesthetic-expert-section {
  padding: 90px 0;
  background: #f4f4f5;
  overflow: hidden;
}

.aesthetic-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.aesthetic-content {
  flex: 1;
  max-width: 560px;
}

.aesthetic-title {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  color: #4f388d;
  margin-bottom: 24px;
}

.aesthetic-title span {
  color: #eeac79;
  font-style: italic;
}

.aesthetic-desc {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 38px;
}

.aesthetic-features {
  display: flex;
  gap: 22px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  min-width: 230px;
}

.feature-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 16px;
  background: #4f388d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 10px 25px rgba(79, 56, 141, 0.2);
}

.feature-icon.secondary {
  background: #eeac79;
}

.feature-box h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #4f388d;
  font-weight: 700;
}

.feature-box p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

.expert-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 34px;
  border-radius: 50px;
  background: #4f388d;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease;
  box-shadow: 0 12px 30px rgba(79, 56, 141, 0.25);
}

.expert-btn:hover {
  transform: translateY(-3px);
  color: #fff;
}

.aesthetic-image {
  flex: 1;
  position: relative;
}

.aesthetic-image img {
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
  display: block;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {
  .aesthetic-title {
    font-size: 44px;
  }

  .aesthetic-wrapper {
    gap: 40px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .aesthetic-expert-section {
    padding: 60px 0;
  }

  .aesthetic-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .aesthetic-content {
    max-width: 100%;
  }

  .aesthetic-title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .aesthetic-desc {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .aesthetic-features {
    flex-direction: column;
    gap: 18px;
  }

  .feature-box {
    min-width: 100%;
  }

  .feature-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    font-size: 18px;
  }

  .feature-box h4 {
    font-size: 17px;
  }

  .feature-box p {
    font-size: 13px;
  }

  .expert-btn {
    width: 50%;
    text-align: center;
    padding: 10px 8px;
    font-size: 14px;
  }

  .aesthetic-image img {
    border-radius: 20px;
  }
}

/* =========================
   WHY FELLOWSHIP
========================= */

.why-fellowship-section {
  padding: 90px 0;
  background: #ffffff;
  overflow: hidden;
}

.section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h2 {
  font-size: 56px;
  line-height: 1.2;
  color: #4f388d;
  font-weight: 700;
}

/* GRID */

.why-fellowship-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* CARD */

.why-card {
  background: transparent;
  text-align: center;
  transition: 0.35s ease;
}

.why-card:hover {
  transform: translateY(-6px);
}

/* ICON */

.why-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: rgba(79, 56, 141, 0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #4f388d;
  font-size: 30px;
}

.why-icon.secondary {
  background: rgba(249, 168, 111, 0.22);
  color: #eeac79;
}

/* TITLE */

.why-card h3 {
  font-size: 34px;
  line-height: 1.3;
  color: #4f388d;
  margin-bottom: 18px;
  font-weight: 700;
}

/* DESC */

.why-card p {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  max-width: 270px;
  margin: auto;
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {
  .why-fellowship-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading h2 {
    font-size: 46px;
  }

  .why-card h3 {
    font-size: 28px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .why-fellowship-section {
    padding: 60px 0;
    background: #f4f4f5;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2 {
    font-size: 34px;
    line-height: 1.3;
  }

  .why-fellowship-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .why-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 22px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  }

  .why-icon {
    width: 64px;
    height: 64px;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .why-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .why-card p {
    font-size: 14px;
    line-height: 1.8;
    max-width: 100%;
  }
}

/* =========================
   WHO CAN APPLY
========================= */

.apply-section {
  padding: 90px 0;
  background: #4f388d;
  position: relative;
  overflow: hidden;
}

.apply-wrapper {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* ANGLE SHAPE */

.apply-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 24%;
  width: 180px;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  transform: skewX(-12deg);
}

/* LEFT */

.apply-left {
  max-width: 500px;
  position: relative;
  z-index: 2;
}

.apply-left h2 {
  font-size: 54px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 700;
}

.apply-left p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

/* RIGHT */

.apply-cards {
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 2;
}

/* CARD */

.apply-card {
  width: 300px;
  padding: 34px 28px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  transition: 0.35s ease;
}

.apply-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.12);
}

/* ICON */

.apply-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(249, 168, 111, 0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #eeac79;
  font-size: 22px;

  margin-bottom: 22px;
}

/* TITLE */

.apply-card h3 {
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 14px;
  font-weight: 700;
}

/* TEXT */

.apply-card p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {
  .apply-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 40px;
  }

  .apply-wrapper::after {
    display: none;
  }

  .apply-left {
    max-width: 100%;
  }

  .apply-left h2 {
    font-size: 42px;
  }

  .apply-cards {
    width: 100%;
    flex-wrap: wrap;
  }

  .apply-card {
    width: calc(50% - 12px);
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .apply-section {
    padding: 60px 0;
  }

  .apply-wrapper {
    padding: 40px 22px;
    border-radius: 0;
    gap: 30px;
  }

  .apply-left h2 {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .apply-left p {
    font-size: 14px;
    line-height: 1.7;
  }

  .apply-cards {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }

  .apply-card {
    width: 100%;
    padding: 24px 20px;
    border-radius: 16px;
  }

  .apply-icon {
    width: 46px;
    height: 46px;
    font-size: 18px;
    margin-bottom: 18px;
  }

  .apply-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .apply-card p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* =========================
   PROGRAM HIGHLIGHTS
========================= */

.program-highlights {
  padding: 90px 0;
  background: #f4f4f6;
}

.section-heading {
  text-align: center;
  margin-bottom: 55px;
}

.section-heading h2 {
  font-size: 52px;
  line-height: 1.2;
  color: #4f388d;
  font-weight: 700;
}

/* GRID */

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* DESKTOP CARD */

.highlight-card {
  background: #fff;
  border-radius: 18px;
  padding: 42px 24px;
  text-align: center;
  transition: 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.highlight-card:hover {
  transform: translateY(-8px);
}

/* ICON */

.highlight-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(249, 168, 111, 0.18);

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto 22px;

  color: #4f388d;
  font-size: 24px;
}

/* LABEL */

.highlight-card span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
  color: #4f388d;
}

/* TITLE */

.highlight-card h3 {
  font-size: 30px;
  line-height: 1.45;
  margin-bottom: 12px;
  color: #eeac79;
  font-weight: 700;
}

/* TEXT */

.highlight-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  max-width: 230px;
  margin: auto;
}

/* TABLET */

@media (max-width: 992px) {
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE EXACT LIKE SS */

@media (max-width: 768px) {
  .program-highlights {
    padding: 55px 0;
  }

  .section-heading {
    text-align: left;
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .highlights-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* REMOVE CARD STYLE */

  .highlight-card {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;

    display: flex;
    align-items: flex-start;
    gap: 16px;

    text-align: left;
  }

  .highlight-card:hover {
    transform: none;
  }

  /* ICON */

  .highlight-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;

    margin: 0;

    font-size: 18px;

    background: rgba(249, 168, 111, 0.28);
  }

  /* CONTENT */

  .highlight-content {
    flex: 1;
    padding-top: 2px;
  }

  .highlight-card span {
    font-size: 11px;
    margin-bottom: 5px;
    color: #666;
    letter-spacing: 1px;
  }

  .highlight-card h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #222;
    font-weight: 700;
  }

  /* HIDE DESC LIKE SS */

  .highlight-card p {
    display: none;
  }
}

/* =========================
   AIA CONTACT SECTION
========================= */

.aia-contact-section {
  padding: 100px 0;
  background: #f4f4f6;
  overflow: hidden;
}

/* HEADING */

.aia-contact-heading {
  text-align: center;
  margin-bottom: 70px;
}

.aia-contact-heading span {
  display: block;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;

  color: #eeac79;

  margin-bottom: 20px;
}

.aia-contact-heading h2 {
  font-size: 68px;
  line-height: 1.15;
  color: #4f388d;
  font-weight: 700;
  text-transform: uppercase;
}

/* GRID */

.aia-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;

  align-items: start;
}

/* CARD */

.aia-contact-card {
  text-align: center;
}

/* SMALL TITLE */

.aia-contact-card h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;

  color: #eeac79;

  margin-bottom: 24px;
}

/* TEXT */

.aia-contact-card p,
.aia-contact-card a {
  font-size: 22px;
  line-height: 1.9;

  color: #333;

  text-decoration: none;
  transition: 0.3s ease;
}

.aia-contact-card a {
  display: block;
}

.aia-contact-card a:hover {
  color: #4f388d;
}

/* SOCIAL */

.aia-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.aia-social-links a {
  width: 62px;
  height: 62px;

  border-radius: 50%;
  background: #eeac79;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 24px;

  transition: 0.35s ease;
}

.aia-social-links a:hover {
  background: #4f388d;
  transform: translateY(-5px);
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {
  .aia-contact-heading h2 {
    font-size: 52px;
  }

  .aia-contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .aia-contact-section {
    padding: 65px 0;
  }

  .aia-contact-heading {
    margin-bottom: 45px;
  }

  .aia-contact-heading span {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }

  .aia-contact-heading h2 {
    font-size: 34px;
    line-height: 1.3;
  }

  .aia-contact-grid {
    gap: 40px;
  }

  .aia-contact-card h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .aia-contact-card p,
  .aia-contact-card a {
    font-size: 16px;
    line-height: 1.8;
  }

  .aia-social-links {
    gap: 14px;
  }

  .aia-social-links a {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }
}

/* =========================
   AIA CTA SECTION
========================= */

/* CTA BOX */

.aia-cta-wrapper {
  position: relative;
  overflow: hidden;

  padding: 90px 40px;

  text-align: center;

  background: #4f388d;
}

/* PATTERN */

.aia-cta-wrapper::before {
  content: "";

  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      30deg,
      rgba(255, 255, 255, 0.04) 12%,
      transparent 12.5%,
      transparent 87%,
      rgba(255, 255, 255, 0.04) 87.5%,
      rgba(255, 255, 255, 0.04)
    ),
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.04) 12%,
      transparent 12.5%,
      transparent 87%,
      rgba(255, 255, 255, 0.04) 87.5%,
      rgba(255, 255, 255, 0.04)
    );

  background-size: 38px 66px;

  opacity: 0.5;
  pointer-events: none;
}

/* CONTENT */

.aia-cta-wrapper h2 {
  position: relative;
  z-index: 2;
  font-size: 68px;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 26px;
  font-weight: 700;
}

.aia-cta-wrapper p {
  position: relative;
  z-index: 2;

  max-width: 760px;
  margin: auto;

  font-size: 21px;
  line-height: 1.9;

  color: rgba(255, 255, 255, 0.88);
}

/* BUTTONS */

.aia-cta-buttons {
  position: relative;
  z-index: 2;

  margin-top: 42px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

/* PRIMARY */

.aia-btn-primary {
  min-width: 240px;
  height: 68px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 34px;

  border-radius: 16px;

  background: #eeac79;
  color: #fff;

  font-size: 17px;
  font-weight: 600;

  text-decoration: none;
  transition: 0.35s ease;

  box-shadow: 0 14px 30px rgba(166, 99, 42, 0.35);
}

.aia-btn-primary:hover {
  transform: translateY(-4px);
  color: #fff;
}

/* SECONDARY */

.aia-btn-secondary {
  min-width: 260px;
  height: 68px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 0 34px;

  border-radius: 16px;

  background: rgba(255, 255, 255, 0.14);
  color: #fff;

  font-size: 17px;
  font-weight: 600;

  text-decoration: none;
  transition: 0.35s ease;

  backdrop-filter: blur(10px);
}

.aia-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  transform: translateY(-4px);
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {
  .aia-cta-wrapper {
    padding: 75px 30px;
  }

  .aia-cta-wrapper h2 {
    font-size: 52px;
  }

  .aia-cta-wrapper p {
    font-size: 18px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .aia-cta-wrapper {
    padding: 55px 22px;
  }

  .aia-cta-wrapper h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 18px;
  }

  .aia-cta-wrapper p {
    font-size: 15px;
    line-height: 1.8;
  }

  .aia-cta-buttons {
    flex-direction: column;
    gap: 16px;

    margin-top: 32px;
  }

  .aia-btn-primary,
  .aia-btn-secondary {
    width: 100%;
    min-width: 100%;

    height: 58px;

    border-radius: 14px;

    font-size: 15px;
  }
}

.thank-you-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f4ff 0%, #ffffff 100%);
  padding: 40px 20px;
}

.thank-you-card {
  background: #fff;
  padding: 60px 40px;
  border-radius: 24px;
  text-align: center;
  max-width: 650px;
  margin: auto;
  box-shadow: 0 15px 50px rgba(79, 56, 141, 0.12);
  border: 1px solid rgba(79, 56, 141, 0.08);
}

.success-icon {
  width: 100px;
  height: 100px;
  background: #4f388d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 42px;
}

.thank-you-card h1 {
  font-size: 52px;
  font-weight: 700;
  color: #4f388d;
  margin-bottom: 20px;
}

.thank-you-text {
  font-size: 20px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
}

.thank-btn {
  display: inline-block;
  background: #4f388d;
  color: #fff;
  padding: 14px 38px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.thank-btn:hover {
  background: #3c296d;
  transform: translateY(-2px);
  color: #fff;
}

@media (max-width: 768px) {
  .thank-you-card {
    padding: 45px 25px;
  }

  .thank-you-card h1 {
    font-size: 38px;
  }

  .thank-you-text {
    font-size: 17px;
  }
}
