/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

/* Custom CSS can go here */

/* header button start*/
.custom-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 25px 10px 25px;
  background-color: #b9051c;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 80px;
  overflow: hidden;
}
.custom-btn:hover {
  background-color: #18214b;
}

.custom-btn .icon,
.custom-btn .text {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.custom-btn .hover-icon {
  position: absolute;
  right: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-btn .text {
  margin-left: 0px;
  transform: translateX(0);
  opacity: 1;
}

.custom-btn:hover .icon {
  transform: translateX(-8px);
  opacity: 0;
}

.custom-btn:hover .text {
  transform: translateX(-20px);
}

.custom-btn:hover .hover-icon {
  opacity: 1;
}

.custom-btn:focus {
    background-color: #b9051c !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* header button end*/

/* home banner button start*/
.custom-book {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 25px 10px 25px;
  background-color: #b9051c;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 80px;
  overflow: hidden;
}
.custom-book:hover {
  background-color: #b9051c;
}

.custom-book .icon,
.custom-book .text {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.custom-book .hover-icon {
  position: absolute;
  right: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-book .text {
  margin-left: 0px;
  transform: translateX(0);
  opacity: 1;
}

.custom-book:hover .icon {
  transform: translateX(-8px);
  opacity: 0;
}

.custom-book:hover .text {
  transform: translateX(-20px);
}

.custom-book:hover .hover-icon {
  opacity: 1;
}

.custom-book:focus {
    background-color: #b9051c !important;
    color: fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* home banner button end*/

/* home Ready to level  button start*/
.custom-read {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 25px 10px 25px;
  background-color: #18214b;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 80px;
  overflow: hidden;
}
.custom-read:hover {
  background-color: #18214b;
}

.custom-read .icon,
.custom-read .text {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.custom-read .hover-icon {
  position: absolute;
  right: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-read .text {
  margin-left: 0px;
  transform: translateX(0);
  opacity: 1;
}

.custom-read:hover .icon {
  transform: translateX(-8px);
  opacity: 0;
}

.custom-read:hover .text {
  transform: translateX(-20px);
}

.custom-read:hover .hover-icon {
  opacity: 1;
}

.custom-read:focus {
    background-color: #18214B !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* home Ready to level  button end*/

/* footer transparent button start*/
.custom-footer {
  position: relative;
  display: inline-flex;
  align-items: center;
  /* padding: 10px 25px; */
  background-color: transparent;
  color: #18214b;
  border: 1px solid #18214b !important;
  cursor: pointer;
  font-size: 16px;
  border-radius: 80px;
  overflow: hidden;
  gap: 3px;
}

.custom-footer:hover {
  background-color: transparent;
  color: #18214b;
}

.custom-footer .icon,
.custom-footer .text,
.custom-footer .hover-icon {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
}

.custom-footer .hover-icon {
  opacity: 0;
  transform: translateX(10px);
}

.custom-footer:hover .icon {
  transform: translateX(-8px);
  opacity: 0;
}

.custom-footer:hover .text {
  transform: translateX(-10px);
}

.custom-footer:hover .hover-icon {
  opacity: 1;
  transform: translateX(0);
}

.custom-footer:focus {
    background-color: transparent !important;
    color: #18214B !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* footer transparent button end */

/* programme inner button start*/
.pbutton {
  position: relative;
  display: inline-flex;
  align-items: center;
  /* padding: 10px 25px; */
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff !important;
  cursor: pointer;
  font-size: 16px;
  border-radius: 80px;
  overflow: hidden;
  gap: 3px;
}

.pbutton:hover {
  background-color: transparent;
  color: #fff;
}

.pbutton .icon,
.pbutton .text,
.pbutton .hover-icon {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
}

.pbutton .hover-icon {
  opacity: 0;
  transform: translateX(10px);
}

.pbutton:hover .icon {
  transform: translateX(-8px);
  opacity: 0;
}

.pbutton:hover .text {
  transform: translateX(-10px);
}

.pbutton:hover .hover-icon {
  opacity: 1;
  transform: translateX(0);
}

.pbutton:focus {
    background-color: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* programme inner button end*/

/* As Seen On home page section start */

/* Custom hover only for hover-image-wrapper */
.hover-image-wrapper .elementor-widget-image {
  position: relative !important;
  z-index: 1 !important;
}

.hover-image-wrapper .hover-description {
  opacity: 0 !important;
  z-index: 2 !important;
  color: #fff !important;
  pointer-events: none !important;
}

.hover-image-wrapper .elementor-widget-image:hover + .hover-description {
  opacity: 1 !important;
}

/* Elementor edit mode fix */
.elementor-editor-active .hover-image-wrapper .hover-description {
  opacity: 1 !important;
}



/* bestlah.sg start*/

/* .imgbox-hover-text .elementor-image-box-img {
  position: relative;
  overflow: hidden;
} */

/* .imgbox-hover-text .elementor-image-box-img::after {
  content: "We are one of the Best Tuition Centers in Singapore.";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(24, 33, 75, 0.85); 
  color: #fff;
  padding: 42px 20px !important;
  font-size: 11px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  max-width: 100%;
  width: 100%;
  height: 97%;
  box-sizing: border-box;
  white-space: normal;
}

.imgbox-hover-text .elementor-image-box-img:hover::after {
  opacity: 1;
} */

/* bestlah.sg end*/

/* BestinSingapore start */
/* .imgbox-hover-text-3 .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}

.imgbox-hover-text-3 .elementor-image-box-img::after {
  content: "The 31 Best Tutors in Singapore for Your Kids.";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(24, 33, 75, 0.85); 
  color: #fff;
  padding: 48px 20px;
  font-size: 11px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  max-width: 100%;
  width: 100%;
  height: 97%;
  box-sizing: border-box;
  white-space: normal;
}

.imgbox-hover-text-3 .elementor-image-box-img:hover::after {
  opacity: 1;
} */
/* BestinSingapore end */

/* Rating.sg start*/
/* .imgbox-hover-text-4 .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}

.imgbox-hover-text-4 .elementor-image-box-img::after {
  content: "We’re listed on Rating.sg!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(24, 33, 75, 0.85);
  color: #fff;
  padding: 55px 20px;
  font-size: 11px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  max-width: 100%;
  width: 100%;
  height: 97%;
  box-sizing: border-box;
  white-space: normal;
}

.imgbox-hover-text-4 .elementor-image-box-img:hover::after {
  opacity: 1;
} */
/* Rating.sg end */

/* Smart Singapore start */
/* .imgbox-hover-text-5 .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}

.imgbox-hover-text-5 .elementor-image-box-img::after {
  content: "One of the Top Tuition Centres in Singapore";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(24, 33, 75, 0.85);
  color: #fff;
  padding: 50px 20px;
  font-size: 11px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  max-width: 100%;
  width: 100%;
  height: 97%;
  box-sizing: border-box;
  white-space: normal;
}

.imgbox-hover-text-5 .elementor-image-box-img:hover::after {
  opacity: 1;
} */
/* Smart Singapore end*/

/* As Seen On home page section end */

/* form */

  /* ========== FORM LAYOUT ========== */
  .row_formm,
  .row_home {
    display: flex;
    gap: 20px;
    margin-bottom: 20px !important;
    flex-wrap: wrap;
  }
  .column-half {
    flex: 1;
    min-width: 0;
  }

  /* ========== LABELS ========== */
  .wpcf7 form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.8px;
    color: white;
  }

  /* Required Star */
  .wpcf7 .required {
    color: red;
    margin-left: 4px;
  }

  /* ========== INPUTS & TEXTAREA ========== */
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
  }
  .custom-textarea {
    height: 150px;
  }

  /* ========== CHECKBOX STYLING ========== */

  .wpcf7-list-item {
      margin: 0px 2em 0 0 !important;
  }

  .wpcf7 input[type="checkbox"] {
    width: 18px;
    height: 18px;
    padding: 8px;
    appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .wpcf7 input[type="checkbox"]:checked {
    background-color: #B9051C;
    border-color: #B9051C;
  }
  .wpcf7 input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .wpcf7-checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 400;
    margin-top: 15px;
    font-size: 16px;
  }

  /* ========== SUBMIT ROW FIXED ========== */
  .submit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    gap: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* reCAPTCHA wrapper – left align */
  .submit-row > .wpcf7-form-control-wrap:first-child {
    flex-grow: 1;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
  }

  /* Submit Button – right align and no gap */
  .submit-row input[type="submit"] {
    background: none;
    border: 1px solid white;
    color: white;
    padding: 10px 70px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s ease;
    white-space: nowrap;
    margin: 0;
    flex-shrink: 0;
  }
  .submit-row input[type="submit"]:hover {
    background: #b9051c;
    color: #fff;
    border-color: #b9051c;
  }
   .row {
    margin-bottom: 20px;
   }
  /* ========== REMOVE OUTER SPACING ========== */
  .wpcf7,
  .wpcf7-form {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }

  /* ========== OPTIONAL GLOBAL FIX ========== */
  body * {
    box-sizing: border-box;
  }

  /* ========== RESPONSIVE FIX ========== */
  @media (max-width: 768px) {
    .row_form,
    .row {
      flex-direction: column;
    }

    .submit-row {
      flex-direction: column;
      align-items: stretch;
      gap: 20px;
    }

    .submit-row input[type="submit"] {
      width: 100%;
      text-align: center;
    }
    .row {
    margin-bottom: auto !important;
   }
    .row>*{
      margin-bottom: 20px !important;
    }
  }

  @media (max-width: 768px) {
  .submit-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important; /* keep reCAPTCHA left-aligned */
  }

  .submit-row .submit-btn {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
  }

  .submit-row .submit-btn input[type="submit"] {
    display: inline-block !important;
  }
}



/* form end */

.upper {
  transition: transform 0.3s ease;
}

.upper:hover {
  transform: translateY(-10px);
}

/* Our Core Values page start */
.upper:hover h1,
.upper:hover h2,
.upper:hover h3,
.upper:hover h4,
.upper:hover .elementor-heading-title {
  color: #fff !important;
}

/* Text Editor Widget */
.upper:hover .elementor-widget-text-editor,
.upper:hover .elementor-widget-text-editor p,
.upper:hover .elementor-widget-text-editor span,
.upper:hover .elementor-widget-text-editor div {
  color: #fff !important;
}

/* Our Core Values page end */

.bb {
  opacity: 1;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

/* programmes page image start */

.pimage {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.pimage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #18214b;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.pimage img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 0;
}

.overlay-pimage {
  height: 100%;
  background: transparent linear-gradient(180deg, #00000000 0%, #0000008a 100%) 0% 0% no-repeat padding-box !important;
      
}

/* Optional: image zoom on hover */
.pimage:hover img {
  transform: scale(1.05) !important;
}



/* Icon (centered and animated) */
.pimage::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px; /* 👈 Icon width — adjust as needed */
  height: 50px; /* 👈 Icon height — adjust as needed */
  background: url("https://draftsite1.com/glen-lee-learning-centre/wp-content/uploads/2025/06/arrow-upright-circle2.svg")
    no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%) translateY(10px); /* initial Y offset */
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 2;
  pointer-events: none;
}

.pimage:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(-5px); /* slide up */
}
.pimage_outer:hover .overlay-pimage 
{
  background: transparent linear-gradient(180deg, #18214ba1 0%, #18214b98 100%) 0% 0% no-repeat padding-box !important;
}

/* programmes page image end */

/* menu arrow start */
li.menu-item-has-children:hover > .hfe-has-submenu-container .hfe-menu-toggle i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
/* menu arrow end */



.bp {
  background-color: rgba(130, 136, 166, 0.4); /* #8288a6 with 40% opacity */
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  opacity: 1;
}

/* Programmes iner page silder start */
.elementor-1351 .elementor-element.elementor-element-2a67651 {
  --width: auto !important;
}
.elementor-1390 .elementor-element.elementor-element-efcfa1d {
  --width: auto !important;
}
.elementor-1400 .elementor-element.elementor-element-995d0e6 {
  --width: auto !important;
}
.elementor-1405 .elementor-element.elementor-element-3fd2b6a {
  --width: auto !important;
}
.elementor-1410 .elementor-element.elementor-element-f0a1e79 {
  --width: auto !important;
}
.elementor-1415 .elementor-element.elementor-element-c70692d {
  --width: auto !important;
}
/*Programmes iner page silder end */

.testimonial-boxx {
  background: #f1f1f1;
  padding: 30px;
}
.testimonial-boxx .quate-review {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.testimonial-boxx .quate-review .rating {
  color: #f1cd01;
  font-size: 24px;
}
.testimonial-boxx .quate-review img.quote-img {
  width: 24px;
  height: 24px;
}
.testimonial-boxx .title {
  font: normal normal bold 16px / 24px DM Sans;
  letter-spacing: 1.8px;
  color: #18214b;
  text-transform: uppercase;
  margin: 15px 0;
}
.img-video-wrap video,
.img-video-wrap iframe,
.img-video-wrap img {
  min-height: 225px;
  object-fit: cover;
  width: 100%;
  height: auto !important;
}
.testimonial-boxx .read-more {
  background: #b9051c 0% 0% no-repeat padding-box;
  border-radius: 80px;
  color: #fff;
  font: normal normal 600 14px / 20px DM Sans;
  letter-spacing: 0px;
  padding: 2px 8px;
}
.testimonial-boxx .read-more:hover {
  background: #0d2180 !important;
}
.testimonial-boxx .testimonial-content-limit {
  min-height: 200px;
}

@media (min-width: 991px) {
  .img-video-wrap video,
  .img-video-wrap iframe,
  .img-video-wrap img {
    min-height: 395px !important;
    object-fit: cover;
    height: auto !important;
  }
  .slider-img-video-wrap video,
  .slider-img-video-wrap iframe,
  .slider-img-video-wrap img {
    min-height: 260px !important;
    object-fit: cover;
    height: auto !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .img-video-wrap video,
  .img-video-wrap iframe,
  .img-video-wrap img {
    min-height: 225px !important;
    object-fit: cover;
    height: auto !important;
  }
}

.pagination-two ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
  gap: 10px;
}

.pagination-two li {
  display: inline-block;
}

.pagination-two .page-numbers {
  font: normal 18px 'DM Sans', sans-serif;
  letter-spacing: 2.2px;
  color: #272323;
  text-decoration: none;
  padding: 4px 10px;
  transition: all 0.3s ease;
}

.pagination-two .page-numbers.current {
  font-weight: 900;
}

.pagination-two .page-numbers img {
  width: 14px;
  vertical-align: middle;
  transition: 0.3s ease;
}

.pagination-two li.disabled .page-numbers {
 
  pointer-events: none;
  cursor: default;
}

.pagination-center {
  text-align: center;
}

.pagination-two {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 60px !important;
}

.pagination-two .page-numbers {
  font: normal normal normal 18px/26px DM Sans;
  letter-spacing: 2.2px;
  color: #272323;
  text-decoration: none;
}

.pagination-two .page-numbers.current {
  font-weight: 900;
  text-decoration: none; /* remove underline if any */
}

.pagination-two .page-numbers img {
  width: 11px !important;
}

.testimonials-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}
.testimonials-slider .slick-dots button {
  padding: 0;
  border: 0;
  background: transparent;
  margin: 0 10px;
  font: normal normal normal 16px/20px DM Sans;
  letter-spacing: 2.2px;
  color: #272323;
}
.testimonials-slider .slick-active button,
.testimonials-slider .slick-dots button:hover {
  padding: 0;
  border: 0;
  margin: 0 10px;
  background: transparent;
  font-weight: bold;
  color: #272323;
}
.testimonial-text {
  display: inline-block;
  max-width: 100%;
  line-height: 1.6;
  vertical-align: top;
}

.testimonial-text .content {
  display: inline;
  word-break: break-word;
}

.testimonial-text .read-more {
  display: inline-block;
  margin-left: 6px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
}



.arrowbtn {
  position: absolute;
  bottom: 0;
}
.left-btn {
  left: 40%;
  transform: translate(-50%, 0);
}
.right-btn {
  right: 40%;
  transform: translate(-50%, 0);
}

.blog-box {
  text-decoration: none !important;
}
.blog-box .blog-img {
  position: relative;
  overflow: hidden;
}
.blog-box .blog-img .featured {
  transition: all 0.4s ease;
}
.blog-box:hover .blog-img .featured {
  transform: scale(1.05);
}
.blog-box .btn-center {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.blog-box .btn-center img {
  width: 50px;
  transform: translateX(78px);
  opacity: 0;
  transition: all 0.4s ease;
}
.blog-box:hover .btn-center img {
  transform: translateX(0px);
  opacity: 1;
}
.blog-box .content-box .title {
  font: normal normal 600 21px /28px DM Sans;
  letter-spacing: 0px;
  color: #18214b;
  margin-bottom: 50px !important;
}
.breadcrumb-single {
  padding: 50px 0;
}
.page-single .blog-title {
  text-align: center;
  font: normal normal bold 42px/52px DM Sans !important;
  letter-spacing: 0px;
  color: #18214b;
}
.page-single .date {
  text-align: center;
  font: normal normal normal 16px/24px DM Sans;
  letter-spacing: 0px;
  color: #272323;
}

.breadcrumb-single li.breadcrumb-item a, .breadcrumb-single li.breadcrumb-item {
  font: normal normal normal 15px / 20px DM Sans;
  letter-spacing: 0px;
  color: #A1A1A1;
}
.breadcrumb-single li.breadcrumb-item.active { 
color: #18214B;
}
.blog-slider .slick-list {
  padding-left: 0 !important;
}
h2.heading2{
  font: normal normal bold 42px / 52px DM Sans;
  letter-spacing: 0px;
  color: #18214B;
}
div#category-filter-list a {
  background: #F1F1F1 0% 0% no-repeat padding-box;
  border-radius: 80px;
  font: normal normal normal 16px / 24px DM Sans;
  letter-spacing: 0px;
  color: #272323;
  text-transform: capitalize;
  padding: 12px 70px;
  text-decoration: none;
  margin-right: 10px;
}
div#category-filter-list a:hover, div#category-filter-list a.active {
  background: #18214B 0% 0% no-repeat padding-box;
  color: #fff;
}

.learning-box {
  position: relative;
  text-decoration: none !important;
}
.learning-box .learning-img {
  background: #F1F1F1;
  padding: 70px;
  text-align: center;
  position: relative;
z-index: 0;
}
.learning-box .learning-img .pdfimg {
  transition: all 0.4s ease;
}
.learning-box:hover .learning-img .pdfimg {
 transform: scale(1.05);
}
.learning-box .learning-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #18214B;
  z-index: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.learning-box:hover .learning-img:after {
  opacity: 0.4;
}
.learning-box .learning-img  .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease;
}
.learning-box:hover .learning-img  .btn-center {
  opacity: 1;
}
.learning-box .learning-img  .btn-center  .theme-custom img
 {
    width: 50px;
}
.learning-box  h1.title {
  font: normal normal 600 20px / 30px DM Sans;
  letter-spacing: 0px;
  color: #18214B;
}

.video-box .title {
  font: normal normal 600 20px / 28px DM Sans;
  letter-spacing: 0px;
  color: #18214B;
}
.video-box  .theme-custom img {
  width: 40px;
}

.video-box  .video-img iframe {
  height: 235px !important;
  object-fit: cover;
  width: 100% !important;
}

.related-slider-wrapper {
  overflow: hidden !important;
}


@media (max-width: 768px) {
  .page-single .blog-title {
  font-size: 32px !important;
  line-height: 1.2em !important;
}
.breadcrumb-single {
  padding-bottom: 0px !important;
}
.single-promotion-detail{
  text-align: center !important;
}
h2.heading2{
  text-align: center !important;
  font-size: 32px !important;
  line-height: 1.2em !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.row.justify-content-center.py-5 {
  padding-bottom: 0px !important;
}
}


/* 
custom css */




/* slider hover no start */
.slider-number-color:hover {
  background-color: #B9051C;
	border-radius: 100%;
	border: none !important;
}

.slider-number-color:hover h2 {
  color: #fff !important;
}
/* slider hover no engd */

/* 
contact form  submit button start */
.submit-align {
    margin-right: -70px;
}

.submit-btn{
	margin-right: -70px !important;
}

@media (max-width: 1024px) {
	.submit-btn{
	margin-right: auto !important ;
}
	.submit-align {
    margin-right: auto !important;
}
}


/* 
contact form  submit button end */



/* programmer inner page slider start arrow */
@media (max-width: 767px) {
.tns-controls {
        left: 34% !important;
}
}
/*programmer inner page slider end arrow */

.slick-dots li button {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
	display: none;
  background: transparent !important;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #9ba0b4;
  background-color: transparent;
  margin: 0 5px;
  transition: 0.3s;
}

.slick-dots li.slick-active {
  background-color: #18214b;
  border-color: #18214b;
}

.left-btn {
    left: 44% !important;
 }
.right-btn {
    right: 43% !important;
 }

.arrowbtn {
    position: absolute;
    bottom: -3px;
}


@media (max-width: 767px) {
  .left-btn {
    left: 20% !important;
  }

  .right-btn {
    right: 20% !important;
  }
}


/* Fix z-index issue for tab container */
.elementor-element-78fe924 {
  z-index: 1 !important;
  position: relative !important;
}
/* Fix z-index issue for tab container end */

.woocommerce ul.order_details li {
	margin-bottom: 20px;
}

/* tab start */
@media (max-width: 767px) {
  /* Tabs ko row me karna */
  .e-n-tabs-heading {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 10px;
  }


  .e-n-tab-title[aria-selected="true"] {
    background-color: #ddd;
    font-weight: bold;
    border-bottom: 2px solid #333;
  }

}
/* tab end */



/* Container styling */
a.qlwapp__button.qlwapp__button--button {
	padding: 24px !important;
}
.qlwapp__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 14px;
  border-radius: 100%;
  background-color: #25D366;
  color: #fff;
  transition: all 0.4s ease;
  overflow: hidden;
  width: 50px; /* Initial width (only icon) */
  position: relative;
}

/* WhatsApp icon */
.qlwapp__icon {
  font-size: 20px !important;
  transition: transform 0.4s ease;
}

/* Hide text initially */
.qlwapp__text {
  opacity: 0;
  margin-left: 0;
  white-space: nowrap;
  transition: all 0.4s ease;
  margin-left: 0px;
  position: absolute;
  right: 14px !important;
}

/* On hover: expand button, slide icon left, show text */
.qlwapp__button:hover {
  width: 210px; /* Expand to fit text */
  justify-content: flex-start;
  padding-left: 20px;
!important;
	font-size: 16px !important;
}

/* Icon moves slightly left */
.qlwapp__button:hover .qlwapp__icon {
  transform: translateX(-5px);
}

/* Text fades in + slides into view */
.qlwapp__button:hover .qlwapp__text {
  opacity: 1;
  position: static;
}


.wpcf7-list-item {
    margin: 0 1em 0 0;
}

/* PREV Button */
[data-controls="prev"] {
  background-color: #F1F1F1 !important;   border-radius: 20px 0 0 20px;
}



/* NEXT Button */
[data-controls="next"] {
  background-color: #F1F1F1 !important;   border-radius: 0 20px 20px 0;
}


/* 
FAQ Categories icon start */

/* ICON INITIALLY HIDE */
.click-reveal-icons .elementor-icon-list-icon {
  scale: 0;
  transition: 0.4s ease all !important;
}
.click-reveal-icons a:hover .elementor-icon-list-icon
{
	scale: 1;
}
.click-reveal-icons .elementor-icon-list-text
{
	transition:  0.4s ease all !important;
	translate: -10px 0;
	
}
.click-reveal-icons a:hover .elementor-icon-list-text
{
	translate: 0px 0;
}

/* 
FAQ Categories icon end */


.cf7-divider {
  border: none !important;
  height: 2px !important;
  background-color: #272323 !important; 
  margin: 30px 0 !important;
}




/* carrer forrm */

/* Main form styling */
.cf7-job-form {
  max-width: 850px !important;
  margin: 0 auto !important;
  font-family: 'DM Sans', sans-serif !important;
}

/* Label styles */
.cf7-job-form label {
  display: block !important;
  color: #272323 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
}

/* Inputs and textarea */
.cf7-job-form input[type="text"],
.cf7-job-form input[type="email"],
.cf7-job-form input[type="tel"],
.cf7-job-form input[type="file"],
.cf7-job-form textarea {
  width: 100% !important;
  padding: 12px !important;
  border: 1px solid #18214B !important;
  border-radius: 0px !important;
  background: #fff !important;
  font-size: 14px !important;
  margin-bottom: 20px !important;
  font-family: 'DM Sans', sans-serif !important;
  box-sizing: border-box !important;
}
.cf7-job-form input[type="file"] {
	margin-top: 10px !important;
}
/* Two-column layout for contact + email */
.cf7-flex-row {
  display: flex !important;
  gap: 20px !important;
  margin-bottom: 20px !important;
}

.cf7-half {
  flex: 1 !important;
}

/* Upload resume box */


/* Submit button center */
.cf7-submit-wrap {
  text-align: center !important;
}

.cf7-submit-wrap input[type="submit"] {
  padding: 10px 70px !important;
  margin-left: 60px !important;
  border: 1px solid #18214B!important;
  background: #fff !important;
  color: #18214B !important;
  border-radius: 25px !important;
  font-weight: 600 !important;
  font-family: 'DM Sans', sans-serif !important;
  cursor: pointer !important;
  transition: 0.3s ease all !important;
}

.cf7-submit-wrap input[type="submit"]:hover {
  background: #18214B !important;
  color: #fff !important;
}

/* Entire upload wrapper */
.codedropz-upload-wrapper {
  border: 1px dashed #18214B!important;
  background-color: #F8F8F8!important;
	margin-top: 10px !important;
  padding: 20px 20px !important;
  border-radius: 6px !important;
  font-family: 'DM Sans', sans-serif !important;
  text-align: center !important;
  margin-bottom: 20px !important;
  box-sizing: border-box !important;
}

.codedropz-upload-inner h3::before {
  content: '';
  display: block;
  background-image: url('https://draftsite1.com/glen-lee-learning-centre/wp-content/uploads/2025/06/icon-upload.svg');
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 60px;
  height: 40px;
  margin: 0 auto 12px auto;
}
.dnd-upload-counter{
	display: none !important;
}

/* Inner drag text */
.codedropz-upload-inner h3 {
  font-size: 16px !important;
  color: #272323 !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}

/* Inner drag text */
.codedropz-upload-inner h3 {
  font-size: 20px !important;
  color: #272323 !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
}

/* “or” text */
.codedropz-upload-inner span {
  display: block !important;
  font-size: 14px !important;
  color: #888 !important;
  margin-bottom: 10px !important;
}

/* Browse button */
.cd-upload-btn {
  display: none !important;
}

/* Counter text */
.dnd-upload-counter {
  display: block !important;
  margin-top: 10px !important;
  font-size: 12px !important;
  color: #555 !important;
  font-family: 'DM Sans', sans-serif !important;
}

.codedropz-upload-handler{
	border: none !important;
}




/* new enquay form */

.cf7-modern-form {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'DM Sans', sans-serif;
  background: #f3f3f3;
  padding: 30px;
  border-radius: 4px;
  box-sizing: border-box;
}

.cf7-modern-form label {
  display: block;
  font-size: 13px;
  font-weight: 500 !important;
  color: #272323 !important;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.cf7-modern-form input[type="text"],
.cf7-modern-form input[type="email"],
.cf7-modern-form input[type="tel"],
.cf7-modern-form textarea,
.cf7-modern-form select {
  width: 100%;
  padding: 14px;
  border: 0px solid #d1d1d1;
  background: #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.cf7-modern-form select {
  font-family: 'DM Sans', sans-serif !important;
	margin-top: 10px !important;
  font-style: italic !important;
}

/* Select box styling */
.cf7-modern-form select {
  font-family: 'DM Sans', sans-serif !important;
  font-style: italic !important;
	color: #A5A5A5 !important;
}

/* Make dropdown options normal (non-italic) */
.cf7-modern-form select option {
  font-style: normal !important;
  font-family: 'DM Sans', sans-serif !important;
	color: #272323 !important;
}



.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cf7-half {
  flex: 1 1 48%;
}

.cf7-modern-form textarea {
  min-height: 120px;
}

.cf7-disclaimer {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 30px;
}

.Enroll_button {
  text-align: left;
}




.Enroll_button
input[type="submit"] {
  padding: 12px 70px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  border: 1px solid #18214B;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
	
  transition: all 0.3s ease;
}

.Enroll_button
input[type="submit"]:hover {
  background: #18214B !important;
  color: #fff;
	border: 1px solid #18214B;
}
.Enroll_button {
    text-align: left !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
  }

  .cf7-half {
    flex: 1 1 100%;
  }

  .cf7-submit-wrap {
    text-align: left !important;
  }
}



.sticknow {
  position: sticky !important;
  top: 0 !important; 
	height: 100% !important;

}



/* contact us form */

@media (max-width: 768px) {
  .submit-align {
  text-align: center;
  width: 100%;
}

.submit-align input.wpcf7-submit {
  display: inline-block;
}

}

.cf7-dark-form {
/*   background-color: #0c1a48; */
  padding: 20px;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
}

.cf7-dark-form label {
  display: block;
  margin-bottom: 15px !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.wpcf7 input[type="checkbox"] {
    width: 14px;
	height: 14px;
}

.cf7-dark-form input[type="text"],
.cf7-dark-form input[type="email"],
.cf7-dark-form input[type="tel"],
.cf7-dark-form textarea {
  width: 100%;
	margin-bottom: 10px !important;
  padding: 10px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
	margin-top: 10px !important;
  font-size: 14px;
  border-radius: 0;
  font-family: 'DM Sans', sans-serif;
}

.cf7-flex-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 0px !important;
}

.cf7-flex-group .wpcf7-form-control.wpcf7-checkbox {
  margin-top: 10px!important;
}


.cf7-flex-group > label {
  flex: 1;
}

.cf7-dark-form .wpcf7-list-item-label {
  margin-left: 2px;
}

.cf7-dark-form .wpcf7-list-item {
  display: block;
  margin-bottom: 6px !important;
  color: #fff;
}

.submit-align {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.submit-align input[type="submit"] {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 75px !important;
  border-radius: 50px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  transition: 0.3s ease all;
}

.submit-align input[type="submit"]:hover {
  background: #B9051C;
  color: #fff;
	border: none;
}



@media (max-width: 1024px) {
  .cf7-flex-group {
    display: block !important;
  }

  .cf7-flex-group > label {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .cf7-dark-form {
    padding: 20px !important;
  }

  .submit-align {
    justify-content: center !important;
  }

  .submit-align input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}



.recaptcha-submit-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.left-recaptcha {
  flex: 1;
  text-align: left;
}

.submit-align {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: 0; /* override old margin-top */
}

/* Submit button styling (same as before) */
.submit-align input[type="submit"] {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 45px;
  border-radius: 50px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  transition: 0.3s ease all;
  margin: 0;
  white-space: nowrap;
}

.submit-align input[type="submit"]:hover {
  background: #B9051C;
  color: #fff;
}

/* Mobile responsive */
@media (max-width: 1024px) {
  .recaptcha-submit-row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .submit-align {
    justify-content: center !important;
  }

  .submit-align input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}

/* contact form end */

ul.sub-menu {
    margin-left: -92px !important;
	margin-top: -3px !important;
}
.hfe-nav-menu a.hfe-sub-menu-item{
	justify-content: center;
}
	a.hfe-sub-menu-item {
    text-align: center;
}
@media (max-width: 1024px) {
  ul.sub-menu {
    margin-left: 0px !important;
  }
	.hfe-nav-menu a.hfe-sub-menu-item{
	justify-content: start;
}
	a.hfe-sub-menu-item {
    text-align: start;
}
}

/* shop page */


.woocommerce-result-count {
    margin: 0 0 1em;
    display: none;
}

.woocommerce-ordering select {
    vertical-align: top;
    display: none;
}

.woocommerce ul.products li.product a img {
    border: 1px solid #D6D6D6 !important;
}


.woocommerce-loop-product__title{
	color: #18214B !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 17px !important;	
}

span.woocommerce-Price-amount.amount {
		color: #272323 !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px !important;	
}
	
.woocommerce ul.products li.product .button {
    display: none;
}

.fiter_shop{
	background-color: #F1F1F1;
	padding: 30px ;
}

.accordion-item {
	border: none !important;
	padding-bottom: 13px !important;
	background-color: transparent !important;
}
@media (max-width: 768px) {
  .accordion-item {
    justify-items: center !important;
  }
  .fiter_shop{
	justify-items: center !important;
}

}
.main-category{
	color: #18214B !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px !important
}

/* Default: no icon */
.main-category::before {
  content: "" !important;
  display: none !important;
  width: 10px !important;
  height: 10px !important;
  background-image: url('https://draftsite1.com/glen-lee-learning-centre/wp-content/uploads/2025/06/red-icon.svg') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-right: 3px !important;
  position: relative !important;
  top: 1px !important;
}

/* Show icon on hover for non-active items */
.accordion-item:not(.current-category) .main-category:hover::before {
  display: inline-block !important;
}

/* Show icon permanently for active category */
.accordion-item.current-category .main-category::before {
  display: inline-block !important;
}

.custom-product-grid#products {
  margin-top: -15px;
}


/* 
image icon hover */

/* Step 1: Wrap image virtually using inline-block on parent */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: inline-block;
  position: relative;
}

/* Step 2: Target the image size with overlay */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

/* Step 3: Overlay background */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before {
  background-color: rgba(24, 33, 75, 0.4);
  z-index: 1;
}

/* Step 4: Centered icon */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::after {
  background-image: url('https://draftsite1.com/glen-lee-learning-centre/wp-content/uploads/2025/06/icon-view.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  z-index: 2;
}

/* Step 5: Hover show */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover::before,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover::after {
  opacity: 1;
}





/* 1st, 3rd, 5th... Products (odd) */
.woocommerce ul.products li.product:nth-child(odd) a.woocommerce-LoopProduct-link::after {
  background-image: url('https://draftsite1.com/glen-lee-learning-centre/wp-content/uploads/2025/06/icon-view.svg') !important;
}

/* 2nd, 4th, 6th... Products (even) */
.woocommerce ul.products li.product:nth-child(even) a.woocommerce-LoopProduct-link::after {
  background-image: url('https://draftsite1.com/glen-lee-learning-centre/wp-content/uploads/2025/06/icon-view-1.svg') !important;
}


/* single product page */
ol.flex-control-nav.flex-control-thumbs {
    margin-top: -3px !important;
}

button.shopengine-product-image-toggle.position-top-right {
    display: none;
}

.shopengine-product-price :is(.price, .price .amount, .price ins) {
    font-family: "DM Sans", Sans-serif;
    font-size: 25px !important;
    font-weight: 600 !important;
    color: #272323 !important;
}


.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs li img:not(.flex-active)
 {
    border: none !important;
}

/* ✅ When no thumbnails: Make image take full row width */
.shopengine-product-image .woocommerce-product-gallery:not(:has(.flex-control-thumbs)) {
  display: block !important;
}

/* Full width main image wrapper */
.shopengine-product-image .woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .flex-viewport {
  max-width: 100% !important;
  width: 100% !important;
}

/* Full width image itself */
.shopengine-product-image .woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__image,
.shopengine-product-image .woocommerce-product-gallery:not(:has(.flex-control-thumbs)) .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  display: block;
}



/* Step 1: Make main gallery a flex container */
.shopengine-product-image .woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse; /* Main image right, thumbs left */
  gap: 20px; /* spacing between them */
  align-items: flex-start;
}

/* Step 2: Main image wrapper flex settings */
.shopengine-product-image .woocommerce-product-gallery .flex-viewport {
  width: 100%;
  max-width: 450px;
}

/* Step 3: Thumbnails */
.shopengine-product-image .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100px;
}

.shopengine-product-image .woocommerce-product-gallery .flex-control-thumbs li {
  width: 100%;
}

.shopengine-product-image .woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  cursor: pointer;
}

/* Main product image border */
.shopengine-product-image .woocommerce-product-gallery__image img {
  border: 1px solid #D6D6D6;
}

h1.product-title {
    color: #18214B !important;
}

@media (max-width: 768px) {
  .shopengine-product-image .woocommerce-product-gallery {
    flex-direction: column;
  }

  .shopengine-product-image .woocommerce-product-gallery .flex-control-thumbs {
    flex-direction: row;
    max-width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .shopengine-widget .shopengine-swatches .cart {
    
    justify-content: center;
  }

}


a.shopengine_add_to_list_action.shopengine-wishlist.badge.se-btn.inactive {
    display: none !important;
}
a.shopengine-quickview-trigger.se-btn {
	display: none !important;
}
a.shopengine_comparison_add_to_list_action.shopengine-comparison.badge.se-btn.inactive{
	display: none !important;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    padding-bottom: 0 !important;
}


/* cart page button */

.wc-block-components-button__text {
  text-decoration: none !important;
}


a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: transparent;
    border: 1px solid #18214B;
	border-radius: 80px ;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover{
    background-color: #18214B;
    border: 1px solid;
	border-radius: 80px ;
	color: #fff !important;
}

/* checkout page button */

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	 background-color: transparent;
	color: #18214B !important;
    border: 1px solid #18214B;
	border-radius: 80px ;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
	  background-color: #18214B;
    border: 1px solid;
	border-radius: 80px ;
	color: #fff !important;
}

.testimonial-box {
	background-color: #fff !important;
}


/* pr gallery */

/* ====== GALLERY WRAPPER ====== */
.custom-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 0;
}

/* ====== SINGLE GALLERY ITEM ====== */
.gallery-item {
  width: calc((100% - 60px) / 3);
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0;
}

.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.gallery-item img:hover {
  transform: scale(1.05); /* Zoom on hover */
  /* Optional: Add subtle shadow on hover */
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
}

/* ====== PAGINATION STYLES ====== */
.gallery-pagination {
  text-align: center;
  margin-top: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.gallery-pagination a {
  text-decoration: none;
  color: #0073aa;
  font-weight: 500;
}

.gallery-pagination a:hover {
  text-decoration: underline;
}

.gallery-pagination .arrow-btn img,
.gallery-pagination .disabled-arrow img {
  width: 10px !important;
  vertical-align: middle;
  opacity: 1;
}

.gallery-pagination .arrow-btn:hover img {
  transform: scale(1.1);
}

.gallery-pagination .disabled-arrow {
  pointer-events: none;
  cursor: not-allowed;
 ;
}

.gallery-pagination .page-num {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  font-weight: 400;
  margin: 0 3px;
}

.gallery-pagination .page-num.active-page {
  font-weight: 700;
  color: #1a1a40;
}

/* ====== RESPONSIVE BREAKPOINTS ====== */
@media screen and (max-width: 1024px) {
  .gallery-item {
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 600px) {
  .gallery-item {
    width: 100%;
  }
}

/* ====== LIGHTBOX OVERLAY ====== */
#lightboxOverlay {
  display: none;
  position: fixed;
  z-index: 9999;
background: #323232;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
	
#lightboxOverlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* ====== CUSTOM LEFT/RIGHT ARROWS IN LIGHTBOX ====== */
#lightboxPrev,
#lightboxNext {
  width: 28px;  /* ← was 40px */
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* ====== CLOSE BUTTON ====== */
#lightboxClose {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 72px !important;
    cursor: pointer;
    user-select: none;
    font-weight: 200 !important;
}
/* ======= Mobile (up to 767px) ======= */
@media (max-width: 767px) {
  #lightboxClose {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 42px !important;
    cursor: pointer;
    user-select: none;
    font-weight: 200 !important;
}
}


#lightboxPrev {
  left: 200px;
  background-image: url('https://draftsite1.com/glen-lee-learning-centre/wp-content/uploads/2025/06/arrow-left-1-1.svg');
}

#lightboxNext {
  right: 200px;
  background-image: url('https://draftsite1.com/glen-lee-learning-centre/wp-content/uploads/2025/06/arrow-right-1-1.svg');
}

/* ======= Tablet (768px to 1024px) ======= */
@media (max-width: 1024px) {
  #lightboxPrev {
    left: 50px !important;
  }

  #lightboxNext {
    right: 50px !important;
  }
}

/* ======= Mobile (up to 767px) ======= */
@media (max-width: 767px) {
  #lightboxPrev {
    left: 20px !important;
  }

  #lightboxNext {
    right: 20px !important;
  }
}


/* ====== CURSOR ON CLICKABLE IMAGES ====== */
.popup-trigger {
  cursor: pointer;
}


/* pr gallery end */

.alignwide {
    margin-inline: 0 !important;
} 


.custom-btn:focus {
    background-color: #b9051c !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* image accordion start */

/* 1. Always show heading bottom-left */
#eael-img-accordion-19ea775 .overlay-inner * {
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 20px;
  left: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  z-index: 1;
  transform: none !important;
}

/* 2. Make each image relative for positioning */
#eael-img-accordion-19ea775 .eael-image-accordion-hover {
  position: relative;
}

/* 3. Arrow icon setup */
#eael-img-accordion-19ea775 .eael-image-accordion-hover::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-image: url('https://draftsite1.com/glen-lee-learning-centre/wp-content/uploads/2025/06/arrow-upright-circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#eael-img-accordion-19ea775 .eael-image-accordion-hover:hover::after {
  opacity: 1;
}

/* 4. Heading transition */
#eael-img-accordion-19ea775 .img-accordion-title {
  display: inline-block;
  transform-origin: left bottom;
  transition: transform 0.3s ease;
}

/* 5. Rotate next item's heading on hover */
#eael-img-accordion-19ea775 .eael-image-accordion-hover:hover + .eael-image-accordion-hover .img-accordion-title {
  transform: rotate(-90deg) !important;
}

/* ✅ 6. Special rule: If last image is hovered, rotate previous (4th) */
#eael-img-accordion-19ea775 .eael-image-accordion-hover:last-child:hover {
  /* set flag class */
}
#eael-img-accordion-19ea775 .eael-image-accordion-hover:nth-last-child(2):has(+ .eael-image-accordion-hover:hover) .img-accordion-title {
  transform: rotate(-90deg) !important;
}

/* 7. Flex layout */
#eael-img-accordion-19ea775 .eael-image-accordion-hover {
  flex: 1 1 0% !important;
  transition: flex 0.5s ease-in-out !important;
}

/* 8. All shrink on container hover */
#eael-img-accordion-19ea775:hover .eael-image-accordion-hover {
  flex: 1.9 1 0% !important;
}

/* 9. Expand only hovered one */
#eael-img-accordion-19ea775 .eael-image-accordion-hover:hover {
  flex: 0.3 1 0% !important;
}

/* image accordion end */

/* Recognitions & Achievements page image start */
figure.elementor-image-box-img {
    justify-items: center;
}
/* Recognitions & Achievements page image end */

#category-filter-list a{
display: inline-block;
    margin-bottom: 10px;
}



.thakubtn .elementor-button:hover 
{
  border-color: #b9051c !important;
}

@media (max-width: 768px) {
  .Enroll_button {
    text-align: center !important;
    margin-left: 50px !important;
  }
}


@media (max-width: 768px) {
  .text-start #category-filter-list {
     text-align: center !important;
}
}

@media (max-width: 768px) {
  .submit-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important; /* keep reCAPTCHA left-aligned */
  }

  .submit-row .submit-btn {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
  }

  .submit-row .submit-btn input[type="submit"] {
    display: inline-block !important;
  }
}