span.appointment-date {
  padding: 10px;
  background-image: linear-gradient(357deg, #f34a63, #f38d9c);
  margin-bottom: 5px;
  left: 0% !important;
  position: relative;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

nav .menu li a:hover {
  color: #ffff !important;
  font-weight: 600;
}

.top-position {
  z-index: 1;
  margin-top: 0px;
  background-color: #fae5e2;
  padding-top: 200px;
}

nav.on-scroll.nav-white > a,
nav.on-scroll.nav-white .menu li a:hover {
  color: #ffff !important;
  font-weight: 600;
}

.google-signin-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #4285f4; /* Google blue */
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.google-signin-btn:hover {
  background-color: #357ae8; /* Slightly darker on hover */
}

.google-icon-wrapper {
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google-icon-wrapper img {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .col-xs-6 {
    width: 50% !important;
  }
}

/* Style for the dividing line between the columns */
.border-left {
  border-left: 2px solid #ddd;
  height: 100%;
}

.google-signin-btn {
  background-color: #4285f4; /* Google blue */
  color: white;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
}

.google-signin-btn:hover {
  background-color: #3367d6;
  color: white;
}

.google-icon {
  background-color: white;
  color: #4285f4;
  padding: 6px;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google-icon i {
  font-size: 16px;
}

#btnSigninGoogle {
  background-color: #4285f4; /* Google blue */
  color: white;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
}

.data-bg {
  background-color: white;
  color: #4285f4;
  padding: 6px;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Add from here */

.confirmation-card {
  background-color: #ffffff;
  max-width: 750px;
  margin: 60px auto;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.confirmation-card h2 {
  color: #e91e63;
  font-weight: 700;
  margin-bottom: 15px;
}

.lead {
  font-size: 1.1rem;
  color: #555;
}

.section-title {
  color: #d81b60;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.icon {
  margin-right: 8px;
  color: #e91e63;
}

.list-unstyled li {
  margin-bottom: 8px;
  color: #333;
}

.highlight {
  font-weight: 600;
}

.footer-text {
  margin-top: 30px;
  font-style: italic;
  color: #444;
}

.contact-info i {
  color: #e91e63;
  margin-right: 6px;
}
.ver-space {
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .confirmation-card {
    padding: 13px !important;
  }
}

/* about 123 */

.founder-section {
  padding: 4rem 0;
}

.founder-image {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.founder-title {
  font-size: 2rem;
  font-weight: bold;
  color: #d46f4d;
}

.founder-highlight {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 10px rgba(212, 111, 77, 0.1);
}

.credentials-box {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  margin-top: 1.5rem;
}

.credentials li {
  margin-bottom: 0.75rem;
  list-style: none;
}

.credentials li i {
  color: #d46f4d;
  margin-right: 0.6rem;
}

.quote-box {
  background-color: #fff0e8;
  padding: 1rem 1.25rem;
  border-left: 6px solid #d46f4d;
  font-style: italic;
  border-radius: 0.5rem;
  margin-top: 2rem;
}

.classes-section {
  padding: 2rem 0;
}

.section-header {
  font-size: 2rem;
  font-weight: bold;
  color: #d46f4d;
  margin-bottom: 1rem;
}

.section-icon {
  font-size: 1.5rem;
  color: #ff8c66;
  margin-right: 0.5rem;
}

.highlight-box {
  background-color: #fff0e8;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(212, 111, 77, 0.1);
  margin-bottom: 2rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  font-size: 1rem;
  color: #333;
  transition: background-color 0.2s ease-in-out;
  border-radius: 6px;
}

.feature-list i {
  color: #d46f4d;
  margin-right: 0.6rem;
  font-size: 1.2rem;
  min-width: 20px;
}

.note-text {
  font-size: 0.95rem;
  color: #555;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  padding-left: 1.8rem;
}

.delivery-box {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 6px solid #d46f4d;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.glightbox img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glightbox img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.glightbox-container {
  z-index: 1055 !important; /* Higher than Bootstrap modals */
}
div#slider-1083-layer-3 {
  background-color: #f05697;
}

div#slider-1083-layer-3:hover {
  background-color: #000 !important;
}

.fnt-sz:hover {
  color: #ddd !important;
}
.circle-img {
  border: 5px solid #f06292;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.circle-img:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(240, 98, 146, 0.5);
}

.course-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s;
}

.course-card:hover {
  transform: translateY(-5px);
}

.course-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 20px;
  color: #333;
}

.online-class {
  color: #e91e63;
  font-weight: 500;
  margin-top: 8px;
  font-size: 1rem;
}

.reg-style{
    color:#fff !important;
}



.banner-slide {
    background-color: #fae5e2;
    padding: 40px 20px;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.banner-text h1 {
    font-size: 2.5rem;
    color: #500027;
}

.banner-text p {
    font-size: 1.2rem;
    color: #333;
}

.banner-btn {
    background-color: #ff4b8b;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    margin-top: 20px;
    border-radius: 8px;
}

.banner-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}


@media (max-width: 767px) {

    .banner-text h1 {
        font-size: 2.5rem;
        color: #500027;
        margin-top: 137px;
    }

    article.content.sld {
        display: none !important;
    }

    .banner-text h1 {
        font-family: roboto !important;
    }

    .banner-btn {
        background-color: #ff4b8b;
        padding: 6px 10px;
        margin-top: 20px;
        font-weight: 600;
    }

    .banner-text h1 {
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 13px !important;
    }
}