/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.1.132
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

.grecaptcha-badge {
    visibility: hidden !important;
}

.elementor-sticky--effects .sticky-menu {
	background: #fff !important;
}

.td-content, .td-content a {
  display: inline !important;
  line-height: 24px !important;
}

.single-course .singleCourseLI li {
    margin-block-end: 10px !important;
}
@media screen and (max-width:767px) {
    .liPaddingLeft ul {
        padding-inline-start: 20px;
    }
}
    

.elementor-pagination .page-numbers {
	color: #00AB84;
	padding: 8px 14px;
	border: 2px solid #00AB84;
	text-decoration: none;
	border-radius: 20px; 
}
.elementor-pagination .page-numbers:hover,
.elementor-pagination .page-numbers.current {
	background: #00AB84;
	color: #fff;
}
.elementor-pagination {
    margin-top: 50px;
}

/*font size for responsiveness screen*/
.fs-13, .fs-13 .elementor-icon-list-text {
    font-size: clamp(11px, 0.8vw, 13px);
}
.fs-14, .fs-14 .elementor-icon-list-text {
    font-size: clamp(12px, 0.8vw, 14px);
}
.fs-15, .fs-15 .elementor-icon-list-text {
    font-size: clamp(13px, 0.85vw, 15px);
}
.fs-16, .fs-16 .elementor-icon-list-text {
    font-size: clamp(14px, 0.9vw, 16px);
}
.fs-17, .fs-17 .elementor-icon-list-text {
    font-size: clamp(15px, 0.95vw, 17px);
}
.fs-18, .fs-18 .elementor-icon-list-text {
    font-size: clamp(16px, 1vw, 18px);
}
.fs-19 {
    font-size: clamp(17px, 1.05vw, 19px);
}
.fs-20 {
    font-size: clamp(18px, 1.1vw, 20px);
}



@media (min-width: 1024px) and (max-width: 1299px) {
    /*#content .e-con {*/
    /*    --container-max-width: 1000px;*/
    /*}*/
    dd, dl, dt, li, ol, ul, p, .wpcf7 input, .wpcf7 select, .wpcf7 textarea, 
    .enroll-sticky-button > * {
        font-size: 14px;
    }
    .header-search-container .search-bar {
        /*top: 19% !important;*/
        max-width: 650px !important;
    }
    .aboutHedingTitle h1, .homeHeaderText h1 {
        font-size:37px !important;
    }
    .homeLearnerRating p {
        font-size: 40px;
    }
    .homeReviewText p {
        font-size: 22px;
    }
    .homeReviewsDesc p, .aboutCoreValues p {
        font-size: 16px;
    }
    .homeGoogleText p {
        font-size: 20px;
    }
    .aboutSDAText p, .aboutFutureText p {
        font-size: 50px;
    }
    .aboutCoreValues {
        min-height: 72px;
    }
    .aboutCounter .elementor-counter-title {
        line-height: 1.2;
    }
    .aboutJourneyCounter .elementor-counter-title {
        font-size: 14px !important;
    }
    .aboutJourneyCounter .elementor-counter-number-wrapper {
        font-size: 45px !important;
    }
    .corporateTrainingText p {
        font-size: 28px;
        line-height: 31px;
        font-family: "Inter", Sans-serif;
    }
}
.aboutJourneyCounter .elementor-counter-title {
    text-align: center;
}
@media (min-width: 1025px) and (max-width: 1480px) {
    /*Course Inner page top section banner width*/
     #content .courseInnerTopSection.e-con  {
        --container-max-width: 1200px !important;
    }
}
@media (min-width: 1025px) and (max-width: 1420px) {
    #content .courseInnerTopSection.e-con  {
        padding-left: 10%;
    }
}
@media (min-width: 1300px) {
    .aboutCoreValues {
        min-height: 54px;
    }
}



/* Menu nav search styling */
/* --------- Search bar fixed full-width, hidden by default --------- */
.header-search-container { position: relative; z-index: 99999; }
/* force hidden on load */
.header-search-container .search-bar {
  display: none;
  /*position: fixed;*/
  /*left: 50% !important;*/
  /*transform: translateX(-50%);*/
  /*top: 9%;*/
  position: absolute;
  top: 100%;           /* directly below the icon */
  right: 0;
  width: 800px;
  max-width: 800px;
  box-sizing: border-box;
  background: #ffffff;
  padding: 18px 24px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  border-radius: 0 0 8px 8px;
  z-index: 99999;
  overflow: visible;
}
.header-search-container .search-bar.display {
  display: block;
}
.header-search-container .search-bar input[type="text"] {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #efefef;
}
.header-search-btn {
  color: #000;
  width: 44px;
  height: 44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  cursor:pointer;
}
.header-search-btn svg { fill: #000 !important; width:18px; height:18px; }
#datafetch a, #datafetchmobile a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
	line-height: 30px;
	font-size: 12px;
}
.header-search-container button {
	border: none;
	background-color: #ffffff00 !important;
	color: #fff;
}
.header-search-container button:hover{
    background-color: #ffffff00;
}
/* Mobile styling */
.mobile-search-container {
    width: 100%;
    padding: 12px 15px;
    box-sizing: border-box;
}
.mobile-search-container input#keyword_mobile {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
#datafetch_mobile {
    margin-top: 10px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    display: none;
}
#datafetch_mobile .search-result-item {
    padding: 12px;
    border-bottom: 1px solid #eee;
}
#datafetch_mobile .search-result-item:last-child {
    border-bottom: none;
}
/* Only show/format inside mobile menu */
@media (max-width: 1024px) {
  .mobile-search-placeholder {
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
  }
  .mobile-search-placeholder a { display: none; }
  .mobile-search-container-inmenu {
    width: 100%;
    /*background: linear-gradient(180deg, #07534E 0%, #012724 100%);*/
    padding: 20px 20px 15px 20px;
  }
  .mobile-search-container-inmenu input#keyword_mobile {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #0F968F;
    border-radius:100px;
    font-size: 15px;
    box-sizing: border-box;
    background:#FFFFFF66;
    font-size: 12px !important;
  }
  .search-keyword-icon {
      color:#0F968F;
  }
  .search-title {
      font-size: 16px;
  }
  #datafetch_mobile {
    display: none; /* JS will show when results exist */
    margin-top: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    max-height: 320px;
    overflow-y: auto;
  }
  #datafetch_mobile .search-result-item {
    padding: 10px 12px;
    border-bottom: 1px solid #f1f1f1;
  }
  .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper {
      /*background: linear-gradient(180deg, #07534E 0%, #012724 100%);*/
      background: #fff;
  }
  .mobile-search-wrapper input::placeholder {
      color: #000;
  }
}
@media screen and (max-width:767px) {
    /*.elementor-widget-n-menu .e-n-menu-heading, .e-n-menu-heading {*/
        /*background: linear-gradient(180deg, #07534E 0%, #012724 100%) !important;*/
    /*    padding-bottom: 20px;*/
    /*}*/
    .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title {
        background-color:#ffffff00;
    }
}





/*Hompage H1 - Fancy flip text up and down*/
/* Base desktop styling */
#fancyText .vert-carousel-row {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 38px;
  height: 38px;
  margin: 0;
}
#fancyText .vc-static {
  color: #194168;
  font-weight: 700;
  margin-right: 10px;
}
#fancyText .vert-carousel {
  overflow: hidden;
  height: 38px;
}
#fancyText .vc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.3s ease;
}
#fancyText .vc-list li {
  line-height: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #00ab84;
  font-weight: 700;
}
/* Mobile version */
@media (max-width: 767px) {
  #fancyText .vert-carousel-row {
    font-size: 21px;
    height: 21px;
  }

  #fancyText .vert-carousel {
    height: 21px;
  }

  #fancyText .vc-list li {
    line-height: 21px;
    height: 21px;
  }
}





/* Homepage styling - 6 UPS Accordion*/
@media screen and (max-width: 900px) {
    .accordion-row-container {
        display: contents !important;
    }
    .custom-accordion-item.expanded {
        display: flex !important;
        width: 100% !important;
    }
    .custom-accordion-item.collapsed {
        width: 100% !important;
    }
}
.accordion-row-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    position: relative;
    align-items: stretch;
}
.custom-accordion-item {
    cursor: pointer;
}

/* Collapsed State */
.custom-accordion-item.collapsed {
    background-color: #ffffff;
    width: 16.6%;
}
.custom-accordion-item.collapsed .accordion-title {
    color: #000000 !important;
    margin-bottom: 45px !important;
}
.custom-accordion-item.collapsed .accordion-title * {
    color: #000000 !important;
}
.custom-accordion-item.collapsed .accordion-image img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(83%) saturate(449%) hue-rotate(119deg) brightness(91%) contrast(101%);
}
.custom-accordion-item.collapsed .accordion-content {
    display: none !important;
}
.custom-accordion-item.collapsed .accordionDivider {
    display:none;
}
.custom-accordion-item.collapsed .accordion-icon {
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    /*transition: all 0.3s ease;*/
    transition: all .2s ease-in-out;
}
.custom-accordion-item.collapsed .accordion-icon:hover {
    background-color: #FFD700;
    color: #ffffff;
    border-color: #FFD700;
}
.custom-accordion-item.collapsed .accordion-icon::before {
    content: '+';
}

/* Expanded State */
.custom-accordion-item.expanded {
    background-color: #113A5F !important;
    width: 30%;
    background-image: none !important;
}
.custom-accordion-item.expanded .accordion-title {
    color: #ffffff !important;
}
.custom-accordion-item.expanded .accordion-title * {
    color: #ffffff !important;
}
.custom-accordion-item.expanded .accordion-image img {
    filter: brightness(0) invert(1);
}
.custom-accordion-item.expanded .accordion-content {
    display: block;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 30px !important;
}
.custom-accordion-item.expanded .accordion-icon {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}
.custom-accordion-item.expanded .accordion-icon::before {
    content: '×';
}

/* Layout Styles */
.accordion-header {
    display: flex;
    align-items: flex-start; 
    gap: 15px;
    position: relative;
}
.accordion-image img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: filter 0.3s ease;
}
.accordion-title {
    flex: 1;
    margin: 0;
    transition: color 0.3s ease;
}




/* Contact Form 7 Styling */
/*.wpcf7 input, .wpcf7 select, .wpcf7 textarea {*/
/*    border: none !important;*/
/*    border-bottom: 1px solid #001932 !important;*/
/*	background: none;*/
/*}*/
.form-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.form-col, .form-col.full.courses-form-wrapper {
    width: 100%;
}
.form-col.name-field,
.form-col.contact-field,
.form-col.email-field,
.form-col.inquiry-field,
.form-col.professional-cert,
.form-col.company-field {
    width: calc(50% - 10px);
}
#corporateTrainingForm .form-wrapper,
#OnwardSGForm .form-wrapper {
    gap: 10px;
}
#OnwardSGForm .form-wrapper {
    column-gap: 20px;
}
#corporateTrainingForm p, #OnwardSGForm p {
    margin-block-end: 0;
}
#corporateTrainingForm .wpcf7 input, 
#corporateTrainingForm .wpcf7 textarea,
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    background: #fff !important;
    border: 1px solid #e7e7e7 !important;
    font-size: 11px !important;
}
#corporateTrainingForm .form-col label,
#OnwardSGForm .form-col label,
.form-col label {
    color: #515151;
    font-weight: 700;
}
#corporateTrainingForm .btn-col input,
.btn-col input {
    background: #28BDBF !important;
    color: #fff;
    border: 1px solid #28BDBF !important;
    font-size: 13px !important;
}
#corporateTrainingForm .btn-col input:hover,
.btn-col input:hover{
    color: #d5d8dc !important;
    background: #fff !important;
}
#OnwardSGForm .wpcf7 input,
#OnwardSGForm .wpcf7 textarea {
    background: #fff;
    border: 1px solid #ACACAC !important;
    border-radius: 10px;
    font-size: 13px;
    padding: 12px;
}
#OnwardSGForm .wpcf7 input::placeholder,
#OnwardSGForm .wpcf7 textarea::placeholder {
    color: #A8A8A8;
}
#OnwardSGForm .wpcf7 .form-col.acceptance span[for="accept-this"] {
    color: #000000;
    font-weight: 400;
}
#OnwardSGForm .form-col label {
    font-size: 13px;
    margin: 10px 0;
}
#OnwardSGForm .btn-col input,
#OnwardSGForm .wpcf7-submit{
    text-transform: uppercase;
    background: #03C693 !important;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
}
#OnwardSGForm .btn-col input:hover,
#OnwardSGForm .wpcf7-submit:hover{
    background: #00AB84 !important;
}
#OnwardSGForm .wpcf7 form .wpcf7-response-output {
    font-size:14px;
}
#feedbackForm .wpcf7 label, #contactUsForm .wpcf7 label {
    font-size:12px;
    font-weight: 500;
}
#feedbackForm .form-col.email-field {
    width:100%;
}
.coursePopupForm .form-col.email-field {
    width: calc(50% - 10px) !important;
}
#contactUsForm a, #feedbackForm a, .wpcf7 a {
    font-size:11px;
}
#feedbackForm .form-col.full.acceptance span,
#contactUsForm .form-col.full.acceptance span {
    font-size: 11px;
}
@media (min-width: 1024px) and (max-width:1500px) {
    #feedbackForm .form-wrapper,
    #contactUsForm .form-wrapper {
        column-gap: 20px;
        row-gap: 7px;
    }
}
@media (min-width: 1024px) {
    #corporateTrainingForm .btn-wrapper,
    #OnwardSGForm .btn-wrapper,
    #feedbackForm .btn-wrapper,
    #contactUsForm .btn-wrapper {
        display: flex;
        width: 100%;
    }
    #corporateTrainingForm .acceptance-col, #feedbackForm .acceptance-col,
    #contactUsForm .acceptance-col {
        flex: 1 1 75%;
    }
    #corporateTrainingForm .btn-col, #feedbackForm .btn-col,
    #contactUsForm .btn-col {
        flex: 1 1 25%;
    }
    #corporateTrainingForm .wpcf7 textarea {
        height: 70px;
    }
    #OnwardSGForm .wpcf7 textarea {
        height: 94px;
    }
    #OnwardSGForm .acceptance-col  {
        flex: 1 1 65%
    }
    #OnwardSGForm .btn-col {
        justify-content: end;
        flex: 1 1 35%
    }
    #feedbackForm .wpcf7 textarea {
        height:100px;
    }
    #contactUsForm .wpcf7 textarea {
        height:150px;
    }
}
@media (min-width: 1700px) {
    #OnwardSGForm .acceptance-col {
        flex: 1 1 80%;
    }
    #OnwardSGForm .btn-col {
        flex: 1 1 20%
    }
}
/* Ensure the acceptance checkbox and the send button are on the same row */
.flex.btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
}
.acceptance-col {
    flex: 1 1 75%;
    font-size: 12px;
}
.form-col.full.acceptance {
    font-size: 10px;
}
.btn-col {
    flex: 1 1 30%;
    display: flex;
    justify-content: end;
}
.wpcf7 .btn {
    width: 100%;
    padding: 10px 30px;
    background-color: #03C693 !important;
    color: white;
    border-radius: 100px;
    text-transform: uppercase;
}
.wpcf7 .btn:hover {
    background-color: #00AB84 !important;
}
/*.wpcf7 input, .wpcf7 select, .wpcf7 textarea {*/
/*    color: #000;*/
/*}*/
.wpcf7 label, .wpcf7 .form-col.acceptance span[for="accept-this"] {
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1;
}
#wpcf7-f42485-p42479-o1 label,
#wpcf7-f50080-p42525-o1 label,
#corporateTrainingForm label {
    margin-right: 20px !important;
    /* margin-left: 20px; */
    letter-spacing: 0.5px;
}
.wpcf7 input[type="file"] {
    border-bottom: none !important;
}
@media (max-width: 768px) {
    .form-col {
        width: 100% !important;
    }
    .flex.btn-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .acceptance-col {
        width: 100%;
    }
    .btn-col {
        width: 100%;
        justify-content: center;
    }
    .wpcf7 label, .wpcf7 .form-col.acceptance span[for="accept-this"] {
        font-size: 12px !important;
    }
}
/*Homepage Enquiry Form Styling*/
.homepageEnquiry .wpcf7 input, .homepageEnquiry .wpcf7 select, .homepageEnquiry .wpcf7 textarea, .homepageEnquiry .wpcf7 label {
    color: #808080;
    font-size: 11px;
    border:none !important;
    background:none !important;
}
.homepageEnquiry .wpcf7 input, .homepageEnquiry .wpcf7 select, .homepageEnquiry .wpcf7 textarea {
    border-bottom: 1px solid #808080 !important;
}
.homepageEnquiry .form-col.resume-field input {
    width: 100%;
}
.homepageEnquiry input::placeholder, .homepageEnquiry textarea::placeholder {
  color: #808080;
}
.homepageEnquiry .wpcf7 label {
    font-size: 11px;
}
.homepageEnquiry a  {
    color: #808080 !important;
    font-size: 11px !important;
    text-decoration: underline !important;
}
.coursePopupForm a {
    font-size: 11px !important;
}
.homepageEnquiry a:hover {
    color: #000;
}
.homepageEnquiry .btn.outline-btn {
    color:#fff;
    background:#03C693 !important;
}
.homepageEnquiry .wpcf7-not-valid-tip {
    font-size:14px;
}
.homeEnquiryBox {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tomorrowCareertxt {
    background: linear-gradient(90deg, #03E4A9 0%, #61A0FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight:800;
}
.homeTrainerTxt {
    background: linear-gradient(90deg, #10929A 2.45%, #1160D1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight:800;
}
.homeTrainerBox {
    border: 1px solid transparent;
    border-radius: 20px;
    background-clip: padding-box;
}
.homeTrainerBox::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* This matches your 1px border width */
  
  /* exact gradient */
  background: linear-gradient(180deg, #D5F8FF 0%, #6DCBDF 50.96%, #86E5FF 100%);

  /* This punches a hole in the middle so only the border shows */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
/*3 tabs styling*/
.homeTabBlurBg {
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    position: relative;
  border: 1px solid transparent;
  border-radius: 20px 20px 0px 0px; 
  background-clip: padding-box;
}
.homeTabBlurBg::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px; /* This matches your 1px border width */
  
  /* Your exact gradient */
  background: linear-gradient(180deg, #E6E6E6 0%, #FFFFFF 50%, #C7C7C7 100%);
  
  /* This punches a hole in the middle so only the border shows */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.homeLeadershipTab .homeTabBlurBg::before,
.homeLeadershipTab .homeTabBlurBg {
    border-radius: 20px;
} 


/* CF7 - Multi-select dropdown checkbox*/
.multiselect-wrap {
  overflow: visible !important;
  z-index: auto !important;
  /*max-height: none !important;*/
  position: relative;
  width: 100%;
}
.multiselect-wrap .wpcf7-checkbox {
  display: none;            /* hidden by default - JS toggles */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 300px;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}
.multiselect-wrap.open .wpcf7-checkbox {
  display: block;           /* show dropdown */
}
.multiselect-trigger {
  cursor: pointer;
}
.multiselect-wrap .arrow.down {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none;
}
/*.wpcf7 .form-col.acceptance span[for="accept-this"] {*/
/*    font-size: 11px;*/
/*    line-height: 1.5;*/
/*}*/

.single-course .form-col.full.acceptance {
    font-size: 11px;
}
@media screen and (max-width:767px) {
    .homepageEnquiry .form-wrapper, .form-wrapper {
        gap: 5px;
    }
    button, input, optgroup, select, textarea {
        font-size: 14px !important;
    }
    .wpcf7 textarea {
        height: 60px;
        overflow: scroll;
    }
    .grecaptcha-badge {
        display: none !important;
    }
    .single-course .cky-revisit-bottom-left {
        bottom: 70px;
    }
}
@media (min-width: 1024px) {
    .wpcf7 textarea {
        height: 100px;
    }
}








/* Homepage banner styling */
@media (min-width: 1750px) {
    .elementor-13 .elementor-element.elementor-element-43f4f3d {
        margin-left: 150px;
    }
}



/* single course page cert border animation */
.animated-border-box, .animated-border-box-glow{
    max-height: 104%;
    max-width: 104%;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    position: absolute;
    overflow: hidden;
    z-index: 0;
    border-radius: 10px;
    top: -3px;
    left: -3px;
}
.animated-border-box-glow{
    overflow: hidden;
     /*Glow Blur */
    filter: blur(20px);
}
.animated-border-box::before, .animated-border-box-glow::before {
    content: '';
    z-index: -2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    position: absolute;
    width: 99999px;
    height: 99999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    /*border color, change middle color*/
    background-image: conic-gradient(rgba(0,0,0,0), #0865FF, rgba(0,0,0,0) 25%);
    /* change speed here */
    animation: rotate 4s linear infinite;
}
.animated-border-box::after {
    content: '';
    position: absolute;
    z-index: -1;
/* border width */
    left: 5px;
    top: 5px;
/* double the px from the border width left */
    /* width: calc(100% - 10px); */
    height: calc(100% - 10px);
    background: #292a2e;
    border-radius: 7px;
}
@keyframes rotate {
    100% {
        transform: translate(-50%, -50%) rotate(1turn);
    }
}
.fitContentHeight {
    height: fit-content;
}

/*@property --a {*/
/*    syntax: '<angle>';*/
/*    initial-value: 0deg;*/
/*    inherits: true;*/
/*}*/
/*.box{*/
/*    position: relative;*/
/*    background: conic-gradient(from var(--a), rgba(0,0,0,0), #0865FF, rgba(0,0,0,0) 25%);*/
/*    animation: animate 4s linear infinite;*/
/*}*/
/*@keyframes animate {*/
/*    0%{*/
/*        --a: 0deg;*/
/*    }*/
/*    100%{*/
/*        --a: 360deg;*/
/*    }*/
/*}*/
/*.box::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 10px;*/
/*    background: conic-gradient(from var(--a), transparent 0deg, #0865FF 6deg, transparent 12deg);*/
/*    animation: animate 4s linear infinite;*/
/*    animation-delay: -1s;*/
/*}*/
/*.box::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 96%;*/
/*    height: 96%;*/
/*    background: #ffffff;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    border-radius: 10px;*/
/*}*/



@media (min-width: 1024px) {
    :where(.elementor-widget-n-menu .e-n-menu-content>.e-con) {
        background-color: #ffffff00;
    }
}


/* Floating up-and-down animation */
.floating-element {
  animation: float 3s ease-in-out infinite alternate;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* Adjust this value for desired height */
  }
  100% {
    transform: translateY(0);
  }
}

/* --- New Zoom-out effect --- */
.zoom-out {
  animation: zoomOut 0.8s ease-out forwards;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Combine both effects */
.floating-element.zoom-out {
  /* Zoom out first, then start floating */
  animation:
    zoomOut 0.8s ease-out forwards,
    float 3s ease-in-out 0.8s infinite alternate; /* delay float until zoomOut ends */
}


/* Hover zoom effect */
.hoverZoom:hover {
  transform: scale(1.1);
}
.hoverZoom {
  transition: transform 0.4s ease, box-shadow 0.3s ease;
}



/* Word-by-word fade in animation - text opacity styling*/
.split-opacity-scroll h1,
.split-opacity-scroll h2,
.split-opacity-scroll h3,
.split-opacity-scroll h4,
.split-opacity-scroll h5,
.split-opacity-scroll h6 {
  font-size: inherit; 
}
.split-opacity-scroll {
  will-change: opacity, filter;
  transition: none;
}
.split-opacity-scroll .word {
  display: inline-block;
}
.split-opacity-scroll .letter {
   display: inline-block;
  will-change: opacity;
  vertical-align: baseline;
  line-height: inherit; 
  font: inherit;
  opacity: 0.2;
}


/* === Spinning Wheel Section === */
/* .slider-section {
	position: relative;
	height: 100vh; 
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #e34f37; 
}
.wheel {
	position: absolute;
	bottom: -45%; 
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120vw; 
	height: 120vw;
	max-width: 900px;
	max-height: 900px;
}
.wheel__card {
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	max-width: 200px;
	aspect-ratio: 1 / 1;
	transform-origin: center center;
}
.wheel__card img {
	width: 100%;
	height: auto;
    object-fit: cover;
	pointer-events: none;
	user-select: none;
}
@media (max-width: 768px) {
	.wheel {
		width: 90vw;
		height: 90vw;
	}
	.wheel__card {
		width: 25%;
		max-width: 120px;
	}
} */
/* End wheel scrolling effect */






/* GSAP zoom in effect */
.slider-section {
  position: relative;
  height: 180vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
}
.slider-section .wheel {
  position: relative;
  width: 1000px;
  height: 300px; /* shallower arc */
}
.wheel__card {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 16px;
}
.wheel__card img {
  width: 60%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  will-change: transform, width;
  transition: transform 0.3s ease;
}





/* SUCCESS STORIES VIDEO CAROUSEL */
.ss-video-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #000;
}
@supports (aspect-ratio: 16 / 9) {
    .ss-video-card {
        /*height: auto;*/
        padding-bottom: 0;
        aspect-ratio: 16 / 9;
        /*min-height: 250px;*/
    }
}
/* Video / iframe / YouTube Player */
.ss-video-preview,
.ss-youtube-embed,
.ss-youtube-player,
.ss-youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
/* Video Overlay */
.ss-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    z-index: 2;
    transition: background 0.3s ease;
}
.ss-video-card:hover .ss-video-overlay {
    background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
    .ss-video-overlay {
        padding: 25px 30px;
    }
}
/* Content */
.ss-video-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 60%;
}
.ss-video-testimonial {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 0.3px;
    margin: 0;
}
.ss-video-learner-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 8px;
}
.ss-video-learner-job {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    font-style: italic;
}
/* Play Button */
.ss-video-cta {
    margin-top: auto;
}
.ss-play-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s ease;
    font-family: inherit;
}
.ss-video-card:hover .ss-play-btn {
    transform: translateX(4px);
}
.ss-play-text {
    position: relative;
    background-size: 0 1px;
    background-position: 0% 1.1em;
    transition: background-size 0.5s ease;
}
.ss-play-text:hover, .ss-play-btn:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.ss-arrow-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
/* LIGHTBOX */
.ss-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    align-items: center;
    justify-content: center;
}
.ss-lightbox.ss-active {
    display: flex !important;
}
.ss-lightbox-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1;
    cursor: pointer;
}
.ss-lightbox-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    z-index: 2;
    padding: 20px;
}
.ss-lightbox-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}
.ss-lightbox video,
.ss-lightbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ss-lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    padding: 0;
    line-height: 1;
}
.ss-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
    .ss-lightbox-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .ss-video-testimonial {
        font-size: 14px;
    }
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    left: 50% !important;
    transform: translateX(-50%);
}
/*.elementor-element.elementor-pagination-position-outside .swiper {*/
/*    padding-bottom: 40px !important;*/
/*}*/
body.ss-lightbox-open {
    overflow: hidden !important;
}
/* CAROUSEL - Let Elementor Handle Breakpoints */
/* Hide ACF Widgets */
.video-url,
.testimonial,
.learner-name,
.job-title {
    display: none !important;
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}
/* Slide Heights */
.SSLoopCarousel .swiper-slide {
    height: auto !important;
}
.SSLoopCarousel .swiper-slide > * {
    width: 100%;
    height: 100%;
}





/* floating animation page - https://sda.edu.sg/rs-ntuc-utap/ */
@-webkit-keyframes moving-vertical-2 {
     0% {
         -webkit-transform: translateY(0);
    }
     50% {
         -webkit-transform: translateY(-10%);
         transform: translateY(-10%);
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes moving-vertical-2 {
     0% {
         -webkit-transform: translateY(0);
    }
     50% {
         -webkit-transform: translateY(-10%);
         transform: translateY(-10%);
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
@-webkit-keyframes moving-vertical-3 {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); 
  }
}
.moving-vertical-1 {
 -webkit-animation: moving-vertical-2 3s ease-in-out infinite both;
 animation: moving-vertical-2 3s ease-in-out infinite both;
}
.moving-vertical-2 {
 -webkit-animation: moving-vertical-2 8s ease-in-out infinite both;
 animation: moving-vertical-2 8s ease-in-out infinite both;
}
.moving-vertical-3 {
 -webkit-animation: moving-vertical-2 5s ease-in-out infinite both;
 animation: moving-vertical-2 5s ease-in-out infinite both;
}
.moving-vertical-4 {
 -webkit-animation: moving-vertical-2 6s ease-in-out infinite both;
 animation: moving-vertical-2 6s ease-in-out infinite both;
}
.moving-vertical-5 {
 -webkit-animation: moving-vertical-2 7s ease-in-out infinite both;
 animation: moving-vertical-2 7s ease-in-out infinite both;
}
.moving-vertical-6 {
-webkit-animation: moving-vertical-2 10s ease-in-out infinite both;
      animation: moving-vertical-2 10s ease-in-out infinite both; 
}
.moving-vertical-7 {
  -webkit-animation: moving-vertical-3 10s ease-in-out infinite both;
          animation: moving-vertical-3 10s ease-in-out infinite both; 
}




/*floating animation for general Course pages*/
div[class*="ani-ele"] > img {
    transition-delay: 1s!important;
}
.ani-ele-1 {
    -webkit-animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation: ani-moving-vertical-2 6s ease-in-out infinite both;
}
.ani-ele-2 {
    -webkit-animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation-delay: .4s;
}
.ani-ele-3 {
    -webkit-animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation-delay: .8s;
}
.ani-ele-4 {
    -webkit-animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation-delay: 1.2s;
}
.ani-ele-5 {
    -webkit-animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation-delay: 1.6s;
}
.ani-ele-6 {
    -webkit-animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation-delay: 2s;
}
.ani-ele-7 {
    -webkit-animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation-delay: 2.4s;
}
.ani-ele-8 {
    -webkit-animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation-delay: 2.8s;
}
.ani-ele-9 {
    -webkit-animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation-delay: 3.2s;
}
.ani-ele-10 {
    -webkit-animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation-delay: 3.4s;
}
.ani-ele-11 {
    -webkit-animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation: ani-moving-vertical-2 6s ease-in-out infinite both;
        animation-delay: 3.6s;
}
@keyframes ani-moving-vertical-2 {
    0% {
        -webkit-transform: translateY(0);
    }
    50% {
        transform: translateY(-15%);
    }
    100% {
        transform: translateY(0);
    }
}






/*Gradient text styling - autoplay + mouse hover effect*/
.mouse-gradient-text {
  color: transparent;
  /*background-image: linear-gradient(*/
  /*  90deg,*/
  /*  #1a73e8,*/
  /*  #f7931e,*/
  /*  #e91e63*/
  /*);*/
  background-image: linear-gradient(90deg, #194168, #28BDBF, #194168);
  background-size: 200% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  cursor: default;
}
/*Skills For Everyone Text*/
/*.skillsHeadingGradient {*/
/*  font-family: 'Designer', sans-serif !important;*/
/*  background: linear-gradient(90deg, #194168 28.85%, #28BDBF 51.44%, #194168 77.88%);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  background-clip: text;*/
/*  color: transparent;*/
/*}*/











/*About Us -Vertical Slider*/
/* COLUMN 1: IMAGE SLIDER */
.elementor-editor-active .vfaces-slider *,
.elementor-editor-active .vface-slide,
.elementor-editor-active .vface-slide *,
.elementor-editor-active .vface-img,
.elementor-editor-active .vface-img img {
    transition: none !important;
    animation: initial !important;
}
.elementor-editor-active .vfaces-slider {
    height: 100%;
}
.vfaces-slider {
  position: relative;
  height: 550px;
  overflow: hidden;
}
.vfaces-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
/* Prevent Elementor container drag-interference */
.vfaces-wrapper,
.vface-slide,
.vface-img,
.vface-img img {
    touch-action: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
    -webkit-touch-callout: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    pointer-events: auto !important;
}
/* Each slide position (absolute stack) */
.vface-slide {
  position: absolute;
  left: 50%;
  width: 160px; 
  height: 160px;
  transform: translateX(-50%);
  /*transition: all 0.6s ease;*/
  /*transition: opacity 0.6s ease, transform 0.6s ease, top 0.6s ease;*/
  opacity: 0;
}
.elementor-editor-active .vface-slide {
  position: relative; /* avoid absolute stacking in editor */
  left: auto;
  top: auto;
  transform: none;
  opacity: 1;
  /*transition: all 0.6s ease;*/
  transition: none;
  z-index: auto;
    display: block;
}
/* Round image */
.vface-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  /*display: block !important;*/
  /*flex: 0 0 auto !important;*/
  /*align-self: center !important;*/
}
.vface-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  /*transition: all 0.6s ease;*/
  /*transition: opacity 0.1s ease, clip-path 0.6s ease;*/
}
/* ACTIVE SLIDE */
.vface-slide.active {
  top: 47%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 3;
}
.vface-slide.active .vface-img img {
  clip-path: circle(50% at 50% 50%);
  opacity: 1;
}
/* PREVIOUS SLIDE */
.vface-slide.prev {
  top: 5%;
  opacity: 0.7;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.vface-slide.prev .vface-img img {
  /*clip-path: inset(30% 0 0 0);*/
    opacity: 0.25;
}
/* NEXT SLIDE */
.vface-slide.next {
  top: 90%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  z-index: 2;
}
.vface-slide.next .vface-img img {
  /*clip-path: inset(0 0 20% 0);*/
    opacity: 0.25;
}
/* NON-ADJACENT SLIDES */
.vface-slide.hidden {
  opacity: 0;
  pointer-events: none;
}
/* COLUMN 2: CONTENT SYNC */
.vfaces-content-area {
  position: relative;
}
.vface-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.elementor-editor-active .vface-content {
  display: block;
  opacity: 1;
}
.vface-content.active {
  display: block;
  opacity: 1;
}
/* COLUMN 3: ARROW BUTTONS IMG */
.vfaces-arrows {
  position: relative;
}
.vfaces-arrows img {
  cursor: pointer;
  opacity: .5;
  transition: .3s;
}
.vfaces-arrows img:hover {
  opacity: 1;
}
.vface-slide.js-controlled {
  top: auto !important;
  /* keep left centering */
  left: 50%;
  transform: translateX(-50%) !important;
}
/* override top on active/prev/next when js-controlled is on */
.vface-slide.js-controlled.active,
.vface-slide.js-controlled.prev,
.vface-slide.js-controlled.next {
  top: auto !important;
}




@media (min-width: 1000px) {
  
}





/*Mobile banner top section*/
@media screen and (max-width: 768px) {
    .mobileBanner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(230, 250, 248, 0.8);
}
}



@media (min-width: 1024px) {
    .courseInnerCertHeading h2 {
        font-size: 22px;
        letter-spacing: -1px;
    line-height: 25px;
    }
}




/*.preview-row {*/
/*    display: flex;*/
/*    gap: 12px;*/
/*}*/

/*.preview-row img {*/
/*    max-width: 220px;*/
/*    cursor: pointer;*/
/*}*/

/*.lightbox-caption {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding-top: 10px;*/
/*}*/

/*.lightbox-caption .facility-name {*/
/*    font-weight: 600;*/
/*}*/

/*.lightbox-caption .facility-capacity {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 6px;*/
/*}*/



/*Onward SG styling*/
@media (min-width:1024px) {
    .betterFutureTxt .gradient-text {
        font-size: 45px !important;
        font-style:italic;
    }
    .hero-title.light-theme.betterFutureTxt {
        font-size:36px;
    }
}
@media (min-width:1600px) {
    .onwardSGCounter {
        width: 94%;
    }
}

/*Onward SG page - Initiatives post*/
.initiative-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-weight: 500;
}
.initiative-tab {
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 10px;
    color: #4d4d4d;
    background: #ffffff;
    box-shadow: 0px 4px 18px 0px #00000017;
}
.initiative-tab.active, .initiative-tab:hover {
    background: #fff;
    color: #00AB84;
    border: 1px solid #18E4A2;
}

#filter-year, #filter-month, #initiative-search {
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
}

.initiative-filters hr {
    margin: 10px 0;
}

.initiative-pagination button.active {
    background: #194168 !important;
    color: white !important;
    border: none !important;
}

/* Results grid */
#initiative-results .initiative-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.initiative-date, .initiative-category {
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-radius: 100px;
}
.initiative-date {
    color: #00AB84;
    background: #E6FCF5;
    text-wrap-mode: nowrap;
    align-content: center;
}
.initiative-category {
    color: #0865FF;
    background: #ECF4FF;
}



.initiative-grid { 
    display:block;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.initiative-item { 
    display:flex;
    flex-direction:column;
    height:100%;
}
.initiative-meta { 
    display:flex;
    gap:12px;
    font-size:14px;
    color:#555;
    align-items:center;
}

/* Individual card */
#initiative-results .initiative-item {
    background: rgb(255 255 255 / 30%);
    border: 2px solid #ffffff;
    padding: 20px;
    border-radius: 20px;
}
.initiative-gallery {
    margin-bottom: 10px;
}
.gallery-row-1 img {
    width:100%;
    height: 20vw;
    object-fit: cover;
    border-radius: 20px;
}
.gallery-row-2 img, .gallery-row-3 img, .gallery-row-4 img {
    height: 7vw;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
/* Only posts with 1 image */
.initiative-gallery.single-image .gallery-row-1 img {
    height: 28vw;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.gallery-row-2 { 
    display:grid; 
    grid-template-columns:repeat(3,1fr); 
    gap:8px; 
}
.initiative-item h3 {
    color: #001932;
    font-size: 17px;
}
.initiative-desc {
    color: #6E6E6E;
    font-size: 14px;
}
.initiative-readmore { 
    margin-top:auto; 
    align-self:flex-end; 
    display:inline-flex; 
    gap:8px;
    
}
.initiative-item a {
    color: #28BDBF;
}
.initiative-item a:hover {
    color: #28BDBF;
}
.initiative-readmore img {
    width: 10px;
}

/* Pagination */
.initiative-pagination {
    margin-top: 50px;
    text-align: center;
}
.initiative-page {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 6px;
    cursor: pointer;
    border: 2px solid #00AB84;
    font-size: 14px;
    color: #194168;
    border-radius: 100px;
}
.initiative-page.active {
    background: #194168;
    color: #fff;
    border-color: #000;
}

.initiative-filter-wrap {
    position: relative;
}

.initiative-filter-toggle {
    /*background: none;*/
    /*border: 1px solid #ccc;*/
    padding: 8px 14px;
    cursor: pointer;
}
.filter-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("data:image/svg+xml;utf8,<svg fill='%23333' height='12' viewBox='0 0 24 24' width='12' xmlns='https://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>")
        no-repeat right 14px center !important;
    background-size: 22px !important;
    padding: 10px 38px 10px 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
}

/* Default (down arrow) */
.initiative-filter-toggle, .initiative-filter-wrap button {
    background: #fff url("data:image/svg+xml;utf8,<svg fill='%23333' height='12' viewBox='0 0 24 24' width='12' xmlns='https://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>")
        no-repeat right 14px center !important;
    background-size: 22px !important;
    padding: 8px 38px 8px 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
}


/* Open (up arrow) */
.initiative-filter-wrap.active .initiative-filter-toggle {
    background: #fff url("data:image/svg+xml;utf8,<svg fill='%23333' height='12' viewBox='0 0 24 24' width='12' xmlns='https://www.w3.org/2000/svg'><path d='M7 14l5-5 5 5z'/></svg>")
        no-repeat right 14px center !important;
}


.initiative-filters {
    position: absolute;
    top: 110%;
    right: 0;
    width: 300px;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    display: none;
    z-index: 99;
}

.initiative-filters.open {
    display: block;
}

.initiative-filters select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.filter-title {
    font-weight: 700;
    /*margin-bottom: 15px;*/
}

.initiative-filter-wrap button {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 4px 18px 0px #00000017;
    color: #4D4D4D;
    background: #fff;
    width: 100%;
}


.initiative-search-wrapper {
    position: relative;
    display: inline-block;
    /*width: 280px; */
}
#initiative-search {
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 14px;
    border-radius: 40px;
    border: 1px solid #ccc;
}
.search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    width: 14px;
    pointer-events: none; /* so clicks pass through */
}

@media screen and (max-width:767px) {
    .gallery-row-1 img, .initiative-gallery.single-image .gallery-row-1 img {
        height: 50vw;
    }
    .gallery-row-2 img, .gallery-row-3 img, .gallery-row-4 img {
        height: 17vw;
    }
    #initiative-results .initiative-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .initiative-tabs {
        flex-wrap: wrap;
    }
    .initiative-search-wrapper {
        width: 100%;
    }
    .initiative-filters {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .gallery-row-1 img {
        height: 13vw;
    }
    .gallery-row-2 img, .gallery-row-3 img, .gallery-row-4 img {
        height: 5vw;
    }
    .initiative-gallery.single-image .gallery-row-1 img {
        height: 18.4vw;
    }
}
/*1 Major + 2 minor post*/
.featured-initiatives-layout{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}
.featured-major-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    box-shadow: 2px 2px 9.6px 2px #00000026;
}
.featured-major-card img{
    width:100%;
    height:494px;
    object-fit:cover;
    display:block;
}
.featured-badge{
    position:absolute;
    top:18px;
    left:18px;
    background:#05665B;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:11px;
    font-weight:500;
    z-index:2;
    text-transform:uppercase;
}
.featured-major-content{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:30px;
    color:#fff;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.82),
        rgba(0,0,0,0)
    );
    display:grid;
    grid-template-columns: 1fr auto;
    gap:24px;
    align-items:end;
}
.featured-major-left h2{
    margin-bottom:12px;
    font-size:27px !important;
    line-height:1.2;
    color: #fff !important;
}
.featured-major-left p{
    margin:0;
    max-width:95%;
    font-size: 14px;
}
.featured-major-right{
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
}
.featured-readmore{
    color:#fff !important;
    font-size: 14px;
    font-weight:700 !important;
    text-transform:uppercase;
    /*text-decoration:none;*/
}
.featured-minor{
    display:flex;
    flex-direction:column;
    gap:24px;
}
.featured-minor-card{
    display:flex;
    gap:18px;
    border:1px solid #E4E4E4;
    border-radius:20px;
    padding:10px 15px 10px 10px;
    background:#fff;
    height:100%;
    box-shadow: 2px 2px 9.6px 2px #00000026;
}
.minor-thumb{
    width:42%;
    flex-shrink:0;
}
.minor-thumb img{
    width:100%;
    height:207px;
    object-fit:cover;
    border-radius:20px;
}
.minor-content{
    flex:1;
    display:flex;
    flex-direction:column;
}
.minor-category{
    display:inline-block;
    align-self:flex-start;
    background:#DEE9F9;
    color:#0865FF;
    font-size:11px;
    font-weight:700;
    padding:6px 12px;
    border-radius:20px;
    margin-bottom:12px;
    text-transform:uppercase;
}
.minor-content h3{
    font-size:20px;
    line-height:1;
    margin-bottom:10px;
}
.minor-content p{
    margin-bottom:16px;
    font-size: 14px;
    width: 92%;
}
.minor-readmore{
    margin-top:auto;
    /*margin-left:auto;*/
    color:#059B74 !important;
    font-size: 14px;
    font-weight:700 !important;
    text-decoration:none;
    text-transform:uppercase;
}
@media screen and (max-width:768px){
    .featured-initiatives-layout {
        grid-template-columns:1fr;
    }
    .featured-major-card img {
        height:380px;
    }
    .featured-minor-card {
        flex-direction:column;
    }
    .minor-thumb {
        width:100%;
    }
}
@media screen and (max-width:1024px) {
    .minor-content h3 {
        font-size: 16px;
    }
    .featured-major-content{
        grid-template-columns:1fr;
    }
    .featured-major-right{
        justify-content:flex-start;
    }
    .featured-minor-card {
        padding: 15px;
    }
}
@media screen and (max-width:1470px) {
    .featured-major-left h2 {
        font-size: 19px !important;
    }
}
@media screen and (max-width: 767px) {
    .featured-major-left h2 {
        font-size: 16px !important;
    }
    .featured-major-left p, .featured-readmore {
        font-size: 12px !important;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    /*.featured-minor {*/
    /*    flex-direction: row;*/
    /*}*/
}

/*Slider styling*/
.initiative-thumb {
    width:100%;
    height:240px !important;
    object-fit:cover;
    border-radius:20px !important;
    display:block;
    object-position: top;
}
.initiativeDesc {
    font-size: 14px;
}

/*End of Initiative styling*/


/*Initiative mobile slider styling*/
/*.featured-slider-wrapper {*/
/*    position: relative;*/
/*    overflow: visible;*/
/*}*/
/*.featured-initiatives-slider {*/
/*    position: relative;*/
    /*overflow: hidden !important;*/
/*}*/
.featured-nav {
    pointer-events: none;
}
.featured-prev,
.featured-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
    pointer-events: auto;
}
.featured-prev {
    left: -30px;
}
.featured-next {
    right: -30px;
}
.featured-prev img,
.featured-next img {
    display: block;
    width: 25px;
    height: auto;
    display:none;
}
/* PAGINATION */
.featured-initiatives-slider .swiper-pagination {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.featured-initiatives-slider .swiper-pagination-bullet {
    background: #999;
    opacity: 0.5;
}
.featured-initiatives-slider .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
}
/*End Initiative mobile slider styling*/




/*Coverflow Carousel styling*/
.courseCoverflow .ue-flip-item-content,
.ue-flip-item-content.elementor-repeater-item-c1746fd-item-content
.courseCoverflow .flipster__item__content .ue-flip-item-content {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    background: none;
}
.courseCoverflow .flipster__item img {
    object-position: bottom left !important
}
.ue-item-image {
    margin-top: 30%;
}
.courseCoverflow
.flipster__item__content {
  position: relative;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
}
.courseCoverflow
.flipster__item__content::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 20px;
  background: linear-gradient(
    59.59deg,
    rgba(255, 255, 255, 0.8) 2.35%,
    rgba(255, 255, 255, 0) 49.39%,
    rgba(255, 255, 255, 0.8) 96.42%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}



/*Arena CPT Styling*/
.arena-dates, .arena-times {
    list-style: none;
    padding: 0;
    font-weight: 700;
}
/*Arena CF7 Styling*/
.arena-form .form-row { display: flex; }
.arena-form .form-row.one-col { flex-direction: column; gap: 0; }
.arena-form .form-col { flex: 1; }
.arena-form .form-section-title {
  color: #01AA83 !important;
  font-weight: 700;
  font-size: 15px;
  margin-top: 0;
}
.arena-form .form-section-title.preferred { margin-top: 16px; }
.arena-form input[type="text"],
.arena-form input[type="tel"],
.arena-form input[type="email"] {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #ccc;
  border-radius: 0;
  padding: 8px 0;
  font-size: 14px;
  color: #000000;
  background: transparent;
  outline: none;
  box-shadow: none;
}
/* Selects */
.arena-form select {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #ccc;
  border-radius: 0;
  padding: 8px 0;
  font-size: 14px;
  color: #000000; /* default placeholder color */
  background: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  cursor: pointer;
}
.arena-form select:valid {
  color: #000000; /* real selection */
}
/* Placeholders */
.arena-form select option[value=""] { 
    color: #959595; 
}
.arena-form select option { color: #333; }
/* Submit button */
.arena-form .form-submit { text-align: right; margin-top: 15px; margin-bottom: 30px; }
.arena-form input[type="submit"] {
  background-color: #00AB84;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}
.arena-form input[type="submit"]:hover { background-color: #009972; }
.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* Desktop & Tablet — 2 columns */
.arena-form .form-row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 24px;
  width: 100%;
}
.arena-form .form-row.two-col > .form-col {
  flex: 1 1 calc(50% - 20px);
  min-width: 200px;
  box-sizing: border-box;
}
.arena-form .form-row.one-col > .form-col {
  flex: 1 1 100%;
}
.arena-register-btn {
    background-color: #00AB84;
    color: #fff;
    border-radius: 30px;
    padding: 10px 36px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.arena-register-btn[aria-disabled="true"] {
    background-color: rgb(170, 170, 170);
    color: #fff;
    text-align: center;
}
.badge-available {
    display: inline-block;
    color: #ffffff;
    background: #28BDBF; /* teal */
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
}
.badge-filling-fast {
    display: inline-block;
    color: #ffffff;
    background: #F37228; /* orange */
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
}
.badge-fully-booked {
    display: inline-block;
    color: #ffffff;
    background: #D82323; /* red */
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
}
.arena-fully-booked-notice {
    background: #fff3f3;
    border: 1px solid #f5c6c6;
    color: #c0392b;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.arena-fully-booked-flag,
input[name="arena_fully_booked"] {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
}
.wpcf7-form-control-wrap:has(input[name="arena_fully_booked"]) {
    display: none !important;
}
/*.arena-past-event .arena-cf7-section {*/
/*    display: none;*/
/*}*/
/* Mobile — 1 column */
@media (max-width: 767px) {
  .arena-form .form-row.two-col > .form-col {
    flex: 1 1 100%;
  }
}


.courseCatHeading {
    font-family: "Inter", Sans-serif !important;
    font-size: 16px;
    color: #000 !important;
    font-weight: 500 !important;
}


/*New Dark Theme homepage styling*/

/*Video background*/
@media (min-width: 1700px) {
    .elementor-52881 .elementor-element.elementor-element-36daaa1 {
        min-height: 660px !important;
    }
}
@media (min-width: 1500px) and (max-width:1700px) {
    .elementor-52881 .elementor-element.elementor-element-36daaa1 {
        min-height: 550px !important;
    }
}
@media (min-width: 1200px) and (max-width:1300px) {
    .elementor-52881 .elementor-element.elementor-element-36daaa1 {
        min-height: 420px !important;
    }
}
@media screen and (max-width:767px) {
    .homepageVideoBg video {
      object-fit: cover; 
      transform: scale(2); 
      transform-origin: center center;
    }
}


/*Flip card when hover over*/
/*.custom-flip-card {*/
/*    position: relative !important;*/
/*    overflow: hidden !important; */
/*    border: 1px solid transparent;*/
/*    border-radius: 20px; */
/*    background: */
/*        linear-gradient(#04474F, #031C1F) padding-box, */
/*        linear-gradient(180deg, #BDBDBD 0%, #333333 50%, #666666 100%) border-box;*/
/*}*/
/* 2. Front Side */
/*.custom-flip-card .front-side-container {*/
/*    transition: opacity 0.4s ease;*/
/*}*/
/* 3. Back Side - The Scrollable Area */
/*.custom-flip-card .back-side-container {*/
/*    position: absolute !important;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    width: 100% !important;*/
/*    height: 100% !important; */
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    transition: opacity 0.4s ease;*/
    
    /* SCROLLBAR LOGIC */
/*    overflow-y: auto; */
/*    overflow-x: hidden !important;*/
/*    display: block !important;*/
/*}*/
/* 4. Hover State */
/*.custom-flip-card:hover .front-side-container {*/
/*    opacity: 0;*/
/*}*/
/*.custom-flip-card:hover .back-side-container {*/
/*    opacity: 1;*/
/*    pointer-events: auto;*/
/*}*/
/* 5. Custom Scrollbar Styling (So you can actually see it) */
/*.custom-flip-card .back-side-container::-webkit-scrollbar {*/
/*    width: 6px;*/
/*}*/
/*.custom-flip-card .back-side-container::-webkit-scrollbar-track {*/
/*    background: rgba(0,0,0,0.1);*/
/*}*/
/*.custom-flip-card .back-side-container::-webkit-scrollbar-thumb {*/
    background: #00BAB5; /* Your turquoise color */
/*    border-radius: 10px;*/
/*}*/
/*@media (max-width:767px) {*/
/*    .custom-flip-card {*/
/*        min-height: 350px !important;*/
/*    }*/
/*}*/


.custom-flip-card {
    display: flex;
    flex-direction: column;
    height: 100%; 
    min-height: 400px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;

    border: 1px solid transparent;
    border-radius: 20px; 
    background: 
        linear-gradient(#04474F, #031C1F) padding-box, 
        linear-gradient(180deg, #BDBDBD 0%, #333333 50%, #666666 100%) border-box;
}
.custom-flip-card .back-side-container {
    display: none;
    opacity: 0;
}
.custom-flip-card:hover .front-side-container {
    display: none;
}
.custom-flip-card:hover .back-side-container {
    display: block;
    opacity: 1;
    height: auto;
}
.elementor-main-swiper {
    overflow: visible !important;
}

/*Learner video carousel*/
/* FIX: remove inline spacing from link */
.img-frame a, .img-video-frame a, .img-video-frame-light a {
    display: block;
    /*line-height: 0;*/
    width: 100%;
    height: 100%;
    padding: 0 4px; /* adjust this to match your frame opening */
    box-sizing: border-box;
}
.img-frame, .img-video-frame, .img-video-frame-light {
    position: relative;
    width: 100%;
    aspect-ratio: 531 / 280; 
    overflow: hidden;
    position: relative;
}
.img-frame img, .img-video-frame img, .img-video-frame-light img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /*padding: 0 9px;*/
    box-sizing: border-box;
    /*border-radius: 20px;*/
    border-radius: 16px
}
/* PNG frame overlay */
.img-frame::after, .img-video-frame::after, .img-video-frame-light::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.sda.edu.sg/wp-content/uploads/2026/04/video-img-frame.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 2;
}
.img-video-frame::before {
    content: "";
    position: absolute;
    top: 8%;
    left: 85%;
    width: 18%;
    height: 18%;
    background-image: url("https://www.sda.edu.sg/wp-content/uploads/2026/04/play-button.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}
.img-video-frame-light::before {
    content: "";
    position: absolute;
    top: 8%;
    left: 85%;
    width: 18%;
    height: 18%;
    background-image: url("https://www.sda.edu.sg/wp-content/uploads/2026/04/play-button-brown.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}
@media (min-width:900px) and (max-width:1200px) {
    .img-frame img, .img-video-frame img, .img-video-frame-light img {
        border-radius: 10px 9px 17px 18px;
    }
    .img-frame a, .img-video-frame a, .img-video-frame-light a {
        padding: 1px 4px;
    }
}
@media (min-width:1300px) and (max-width:1699px) {
    .img-frame img, .img-video-frame img, .img-video-frame-light img {
        border-radius: 15px 15px 23px 25px;
    }
    .img-frame a, .img-video-frame a, .img-video-frame-light a {
        padding: 0px 5px;
    }
}
@media (min-width:1700px) {
    .img-frame img, .img-video-frame img, .img-video-frame-light img {
        border-radius: 20px 20px 38px 40px;
    }
    .img-frame a, .img-video-frame a, .img-video-frame-light a {
        padding: 1px 6px;
    }
}
@media screen and (max-width:767px) {
    /*.img-video-frame::before {*/
    /*    width: 30px;*/
    /*    height: 30px;*/
    /*    left: 83%;*/
    /*}*/
    .img-frame img, .img-video-frame img, .img-video-frame-light img {
        border-radius: 16px 15px 24px 26px;
    }
    .img-frame a, .img-video-frame a, .img-video-frame-light a {
        padding: 0px 6px;
    }
    
}

.image-frame-1 {
  position: relative;
  display: inline-block;
  padding: 6px;
  border-radius: 18px;
  background: linear-gradient(135deg, #c9a646, #f5d77a, #a67c2e);
  overflow: hidden;
}

/* The image */
.image-frame-1 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Shine overlay */
.image-frame-1::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 50%;
  height: 140%;
  transform: rotate(20deg);

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.7) 0%,
    rgba(255,255,255,0.3) 30%,
    rgba(255,255,255,0) 60%
  );

  filter: blur(8px);
  pointer-events: none;
}


@media (min-width:1750px) {
    .homeCertifiedLogo {
        text-align:left !Important;
    }
}
/*End of New Dark Theme homepage styling*/



/*New Dark Theme About Us Styling*/
.gradient-text .elementor-counter-number {
  background: linear-gradient(180deg, #C5AA7C 0%, #F5D387 49.52%, #C5AA7C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.logo-img-item {
  display: none;
}
.logo-img-item.active {
  display: block;
}
.logo-row-item {
  cursor: pointer;
}
.logo-row-item:hover .logo-letter span,
.logo-row-item.active .logo-letter {
  color: #F37228 !important;
}


/*Glass effect - blur background - gradient border color*/
.glass-border {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.glass-border:before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
}
/* GRADIENT BORDER */
.glass-border:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(180deg, #FFFFFF 0%, #848484 60%, #FFFFFF 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
/* CONTENT */
.glass-border > * {
  position: relative;
  z-index: 3;
}
/*End glass effect*/


.underlineHighlight {
  position: relative;
  display: inline-block;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
  font-style: italic;
  font-size: 40px;
}
.underlineHighlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 12px; /* thickness of underline */
  background: #ff7a00;
  z-index: -1;
}
.greenTxtOrangeHighlight {
    position: relative;
    display: inline-block;
    text-shadow: 0px 4px 4px rgba(0,0,0,.3);
    font-style: italic;
    font-size: 48px;
    font-weight: 800;
    color: #095C54;
    z-index: 3;
    line-height:1em;
}
.greenTxtOrangeHighlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 13px; /* thickness of underline */
    background: #E59432;
    z-index: -1;
}
.greenTxt {
    color: #095C54;
    font-style: italic;
    font-weight: 800;
}
@media screen and (max-width: 1024px) {
    .greenTxtOrangeHighlight {
        font-size: 30px;
    }
    .greenTxtOrangeHighlight::after {
        height: 10px;
    }
}


/*Key Management Styling*/
/* SECTION 1: ROOT VARIABLES */
.org-chart {
  --color-line: #000000;
  --color-toggle-bg: #F5A623;
  --color-toggle-hover: #D4880A;
  --color-white: #FFFFFF;
  --line-thickness: 1px;
  --toggle-size: 30px;

  font-family: inherit;
  width: 100%;
  padding: 20px 0 40px;
  box-sizing: border-box;
  position: relative;
}
/* Outer wrapper: centres the entire founders block */
.org-founders-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Inner row: Jim — h-line — Michelle */
.org-founders-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
/* One founder node: image only, no text */
.org-founder-node {
  display: flex;
  flex-direction: row;
}
.org-founder-node img {
  display: block;
  width: 70%;
  height: auto;
  object-fit: cover;
  /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);*/
}
.org-founders-row .org-founder-node:first-child {
  display: flex;
  justify-content: flex-end;
}

/* Horizontal connector line — sits between the two photos */
/* position: relative so the trunk can anchor to its centre */
.org-founders-hline {
  position: relative;
  width: 160px;
  height: var(--line-thickness);
  background: var(--color-line);
  margin-top: 60px;
  flex-shrink: 0;
}

/* Vertical trunk drops from the midpoint of the h-line */
.org-founders-hline::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: var(--line-thickness);
  height: var(--dynamic-line-height);
  background: var(--color-line);
}

/* SECTION 3: MANAGERS SECTION
   Contains the horizontal bar and the fixed 5-column grid. */
.org-managers-section {
  width: 100%;
  /*padding: 0 10%;*/
}
/* Horizontal bar spanning the managers */
.org-hbar {
  position: absolute;
  height: var(--line-thickness);
  background: var(--color-line);
  /*width: calc(100% - 20%);*/
  /*margin: 0 auto;*/
  /*margin: 0 10.1%;*/
}

/* Fixed 5-column grid — never reflows when sub-teams open */
.org-managers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 75px;
  align-items: start;
}
/*.org-managers-grid::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  height: var(--line-thickness);*/
/*  background: var(--color-line);*/
/*}*/

/* SECTION 4: MANAGER COLUMN
   Each column contains: drop-line → photo → toggle → sub-panel.
   The sub-panel expands inside the column so it always appears
   directly below the manager that was clicked. */
.org-manager-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Vertical drop line from horizontal bar to photo */
.org-manager-col .org-drop-line {
  width: var(--line-thickness);
  height: 40px;
  background: var(--color-line);
  flex-shrink: 0;
}
/* Manager photo — image only, no card, no text */
.org-manager-col img.org-photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* SECTION 5: TOGGLE BUTTON
   Yellow circle with +/× icon. */
.org-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--toggle-size);
  height: var(--toggle-size);
  border-radius: 50%;
  background: var(--color-toggle-bg);
  /*box-shadow: 0 4px 14px rgba(245, 166, 35, 0.40);*/
  cursor: pointer;
  margin-top: -20px;
  flex-shrink: 0;
  position: relative;
  transition: background 0.2s ease, transform 0.25s ease;
  user-select: none;
  -webkit-user-select: none;
}
.org-toggle:hover {
  background: var(--color-toggle-hover);
}

/* Horizontal bar of the plus icon */
.org-toggle::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2.5px;
  background: var(--color-white);
  border-radius: 2px;
}

/* Vertical bar of the plus icon */
.org-toggle::after {
  content: "";
  position: absolute;
  width: 2.5px;
  height: 16px;
  background: var(--color-white);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

/* p Rotate 45° to become × when open */
.org-toggle.is-open {
  background: var(--color-toggle-hover);
  transform: rotate(45deg);
}

/* SECTION 6: SUB-TEAM PANEL
   Lives inside the manager column so it expands directly
   below the correct manager. */
.org-subteam-panel {
  display: none !important;
}
#org-subteam-stage {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  /*padding: 0 8px;*/
  box-sizing: border-box;
}
#org-subteam-stage.is-open {
  display: flex;
  animation: orgFadeSlide 0.28s ease forwards;
}

/* Team image: width and left offset are both set by JS.
   Only decoration stays here. */
.org-subteam-panel .org-team-img {
  display: block;
  max-width: none;           /* JS controls width — don't cap it here */
  height: auto;
  border-radius: 14px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.12);
}
.org-managers-grid {
  overflow: visible;
}
.org-managers-section {
  overflow: visible;
}

/* SECTION 7: ANIMATION */
@keyframes orgFadeSlide {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* MOBILE RESPONSIVE */
@media (max-width: 767px) {
  /*.org-managers-grid {*/
  /*  grid-template-columns: repeat(4, 1fr);*/
  /*}*/
  /*.org-hbar {*/
  /*  margin: 0 10.4%;*/
  /*}*/
  
  .org-managers-grid {
    display: grid;
    grid-template-columns: repeat(4, 140px); /* fixed column width */
    gap: 20px; /* reduce gap */
    
    overflow-x: auto;
    padding: 0 16px;
    
    justify-content: flex-start; /* prevent stretching */
  }
  .org-manager-col {
    min-width: 140px;
  }
  .org-hbar {
    position: relative;
    width: 100%;
    left: 0 !important;
  }
  #org-subteam-stage {
    align-items: center;
  }

  #org-stage-img {
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0 !important;
  }

  #org-stage-arrow {
    margin-left: 0 !important;
  }

  .org-founder-node img {
    width: 90%;
    height: auto;
  }
  .org-founders-hline {
    width: 40px;
    margin-top: 24px;
  }
  /*.org-founders-hline::after {*/
  /*    height: calc(12vh + 2vw);*/
  /*    min-height: 74px;*/
  /*}*/
  
  /* keep arrow aligned with manager */
  #org-stage-arrow{
    position:relative;
    z-index:2;
    /*width: 20px;*/
  }
  
  /* make the team image full screen */
  /*#org-stage-img{*/
  /*  width:100vw;*/
  /*  max-width:100vw;*/
  /*  position:relative;*/
  /*  left:50%;*/
  /*  transform:translateX(-50%);*/
  /*  margin-top:6px;*/
  /*  object-fit: contain;*/
  /*}*/
  
  .org-chart {
    --toggle-size: 25px;
  }
  .org-toggle::before {
      width: 14px;
      height: 2px;
  }
  .org-toggle::after {
      width: 2px;
      height: 14px;
  }
}


/*End of New Dark Theme About Us page styling*/




/*Our Traier Styling*/
.trainerUPSBg1,
.trainerUPSBg2,
.trainerUPSBg3 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    /*background: transparent;*/
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}.trainerUPSBg1::before,
.trainerUPSBg2::before,
.trainerUPSBg3::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: rgba(255, 255, 255, 0.25);*/
    z-index: 1;
}
.trainerUPSBg1::after,
.trainerUPSBg2::after,
.trainerUPSBg3::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;

    pointer-events: none;
    z-index: 1;
}
.trainerUPSBg1::after {
    background-image: url("https://www.sda.edu.sg/wp-content/uploads/2026/06/trainer-ups-bg-1.png");
}
.trainerUPSBg2::after {
    background-image: url("https://www.sda.edu.sg/wp-content/uploads/2026/06/trainer-ups-bg-2.png");
}
.trainerUPSBg3::after {
    background-image: url("https://www.sda.edu.sg/wp-content/uploads/2026/06/trainer-ups-bg-3.png");
}
.trainerUPSBg1 > *,
.trainerUPSBg2 > *,
.trainerUPSBg3 > * {
    position: relative;
    z-index: 2;
}

/* MAIN CONTAINER */
.main-container{
    position:relative;
    overflow:hidden;
}
/* BACKGROUND LAYERS */
.bg-layer{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    opacity:1 !important;
    z-index:0;
}
.bg-current{
    opacity:1;
}
/* Dark overlay for readability */
.bg-layer::after{
    content:"";
    position:absolute;
    inset:0;
    /*background:rgba(0,0,0,0.35);*/
}
/* CONTENT ABOVE BACKGROUND */
.left-column,
.trainer-slider-wrapper{
    position:relative;
    z-index:2;
}
/* REVIEWS */
.reviews-slider{
    position:relative;
}
.review-panel{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
}
.review-panel.active{
    opacity:1;
    visibility:visible;
    position:relative;
}
/* TRAINER SLIDER */
.trainer-slider{
    position:relative;
}
.trainer-panel{
    position:absolute;
    inset:0;
    width:100%;
    opacity:0;
    visibility:hidden;
}
.trainer-panel.active{
    position:relative;
    opacity:1;
    visibility:visible;
    z-index:2;
}
/* INITIAL ANIMATION STATES */
.fade-group{
    opacity:0;
    transform:translateY(20px);
    will-change:transform, opacity;
}
.stat-card{
    opacity:0;
    transform:translateY(30px) scale(0.9);
    will-change:transform, opacity;
}
/* OPTIONAL
Cleaner Rendering */
.review-panel img,
.trainer-image img{
    backface-visibility:hidden;
    transform:translateZ(0);
}
.ourTrainer-page .gradient-text{
 background: linear-gradient(90deg, #03E4A9 0%, #61A0FF 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    display:inline-block;
    font-weight:800;
}
.ourTrainer-page {
    font-size: 46px !important;
    font-weight:800;
}

/* MOBILE */
@media screen and (max-width:767px){
    .bg-current, .bg-next {
        display: none;
    }
    .trainer-row{
        flex-direction:column;
    }
    .ourTrainer-page {
        font-size: 30px !important;
        text-align:center;
    }
}

.nameGradient {
    /*font-family: "Plus Jakarta Sans";*/
    /*font-style: italic;*/
    /*font-size: 20px !important;*/
    /*font-weight: 800;*/
    background: #064C6A;
    /*background: linear-gradient(90deg, #04E2AA 18.75%, #2299FB 43.75%, #04E2AA 63.94%);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0px 1px 3.9px #fff); 
    
}
.blueGradientTxt {
    background: linear-gradient(90deg, #00C4BD 2.45%, #0058A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight:800;
}
.whiteTxtOrangeHighlight {
    position: relative;
    display: inline-block;
    text-shadow: 0px 4px 4px rgba(0,0,0,.65);
    font-style: italic;
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    z-index: 3;
    line-height:1em;
}
.whiteTxtOrangeHighlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 10px; /* thickness of underline */
    background: #F37228;
    z-index: -1;
}
@media screen and (max-width: 1024px) {
    .whiteTxtOrangeHighlight {
        font-size: 36px;
    }
    .whiteTxtOrangeHighlight::after {
        bottom:-2px;
        height:7px;
    }
}
/*End Our Trainer page styling*/



/*Course Inner page styling*/
.highlightsTxt {
    background: linear-gradient(90deg, #0F9597 35%, #0845EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style:italic;
    font-weight:800;
}
.LUText {
    background: linear-gradient(90deg, #109399 2.45%, #0F58D7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style:italic;
    font-weight:800;
}
.certificationTxt {
    background: linear-gradient(90deg, #109399 35%, #105AD6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style:italic;
    font-weight:800;
}
.learnersTxt {
    background: linear-gradient(90deg, #03E4A9 0%, #61A0FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style:italic;
    font-weight:800;
}
.CAPSTxt {
    background: linear-gradient(90deg, #10929A 35%, #1160D1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style:italic;
    font-weight:800;
}

/*Typing Effect + gradient color + SVG display after typing effect*/
.hero-title{
    font-size:30px;
    line-height:1.05;
    font-weight:700;
    margin:0;
}
@media (min-width:1800px) {
    .hero-title {
        width:85%;
    }
}
.dark-theme {
    color:#ffffff !important;
}
.feedback-page {
    font-size: 50px;
    color: #10929A !important;
    font-style:italic;
}
/* wrapper around gradient word */
.gradient-wrap{
    position:relative;
    display:inline-block;
    padding-bottom:18px;
}
/* gradient text */
.dark-theme .gradient-text{
    background: linear-gradient(90deg, #03E4A9 0%, #61A0FF 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    display:inline-block;
    filter: drop-shadow(0px 4px 4px #00000040);
}
.light-theme .gradient-text{
    background: linear-gradient(90deg, #10929A 35%, #1160D1 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    display:inline-block;
}
.feedback-page .gradient-text{
    background: linear-gradient(90deg, #10929A 20%, #1160D1 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    display:inline-block;
}
/* underline image */
.underline-svg{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    opacity:0;
    transform:translateY(-6px);
    transition:
      opacity .7s ease,
      transform .7s ease;
}
/* show underline */
.underline-svg.show{
    opacity:1;
    transform:translateY(0);
}
/* typing cursor */
.cursor{
    color:#61A0FF;
    animation: blink .8s infinite;
}
@keyframes blink{
    50%{
        opacity:0;
    }
}

/*Key Highlights Section*/
.timeline-row{
    display:flex;
    gap:15px;
    position:relative;
}
/* LEFT TIMELINE COLUMN */
.timeline-left{
    width:20px;
    min-width:20px;
    position:relative;
    align-self:stretch;
}
/* CENTER THE DOT TO ICON AREA */
.timeline-dot{
    width:12px;
    height:12px;
    background:#015DA6;
    border-radius:50%;
    position:absolute;
    top:30px; /* adjust to icon vertical center */
    left:50%;
    transform:translateX(-50%);
    z-index:2;
}
/* TOP LINE */
.timeline-left::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:1px;
    height:40px; /* same as dot top */
    background:#B1B1B1;
    transform:translateX(-50%);
}
/* BOTTOM LINE */
.timeline-left::after{
    content:'';
    position:absolute;
    top:30px; /* dot top + dot height */
    bottom:0;
    left:0;
    width:1px;
    background:#B1B1B1;
    transform:translateX(-50%);
}
/* FIRST ITEM */
.timeline-row:first-child .timeline-left::before{
    display:none;
}
/* LAST ITEM */
.timeline-row:last-child .timeline-left::after{
    display:none !important;
}
@media screen and (max-width:767px){
    .gradient-wrap {
        padding-bottom: 10px;
    }
    .timeline-dot{
        top:28px;
    }
    .timeline-left::before{
        height:28px;
    }
    .timeline-left::after{
        top:40px;
    }
    .timeline-row.mobile-continue-line .timeline-left::after{
        display:block !important;
        bottom: -30px;
    }
    .feedback-page {
        text-align:center;
    }
    .tiktokHeading .hero-title {
        font-size:24px;
    }
    .hero-title {
        text-align:center;
        font-size: 23px !important;
    }
}

/*Curriculum & Learning Units Section*/
.learningUnit-timeline-row{
    display:flex;
    gap:20px;
    position:relative;
}
.learningUnit-timeline-left{
    width:24px;
    min-width:24px;
    position:relative;
    align-self:stretch;
}
/* DOT */
.learningUnit-timeline-dot{
    width:12px;
    height:12px;
    border-radius:50%;
    position:absolute;
    top:30px;
    left:50%;
    transform:translateX(-50%);
    z-index:2;
}
/* ODD ROW DOT */
.learningUnit-timeline-row:nth-child(odd) .learningUnit-timeline-dot{
    background:#015DA6;
}
/* EVEN ROW DOT */
.learningUnit-timeline-row:nth-child(even) .learningUnit-timeline-dot{
    background:#12ADAF;
}
/* TOP LINE */
.learningUnit-timeline-left::before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    width:1px;
    background:#B1B1B1;
    transform:translateX(-50%);
    height:30px;
}
/* BOTTOM LINE */
.learningUnit-timeline-left::after{
    content:'';
    position:absolute;
    left:50%;
    width:1px;
    background:#B1B1B1;
    transform:translateX(-50%);
    top:30px;
    bottom:0;
}
/* FIRST ITEM */
.learningUnit-timeline-row:first-child .learningUnit-timeline-left::before{
    display:none;
}
/* LAST ITEM */
.learningUnit-timeline-row:last-child .learningUnit-timeline-left::after{
    display:none;
}
@media screen and (max-width:767px){
    .learningUnit-timeline-dot{
        top:30px;
    }
    .learningUnit-timeline-row {
        gap:10px
    }
    .timeline-row {
        gap: 0;
    }
    .learningUnit-timeline-left::before {
        height:35px;
    }
    .learningUnit-timeline-left::after{
        top:40px;
    }
    body.single-course .elementor-widget-text-editor ul {
        padding-left: 20px;
    }
}

/* Learner Rating Carousel Border image layer */
.testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    pointer-events: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
/* Odd slides */
.testimonial-carousel .swiper-slide:nth-child(odd) .testimonial-card {
    background: #0852964D;
    border-radius: 20px;
}
.testimonial-carousel .swiper-slide:nth-child(odd) .testimonial-card::before {
    background-image: url("https://www.sda.edu.sg/wp-content/uploads/2026/05/blue-border-frame.png");
}
/* Even slides */
.testimonial-carousel .swiper-slide:nth-child(even) .testimonial-card {
    background: #045B5566;
    border-radius: 20px;
}
.testimonial-carousel .swiper-slide:nth-child(even) .testimonial-card::before {
    background-image: url("https://www.sda.edu.sg/wp-content/uploads/2026/05/green-border-frame.png");
}

.courseReviewDate a, .testimonial-carousel a {
    font-size:12px;
}

/*.elementor-icon-list-item {*/
/*    display: flex !important;*/
/*    align-items: center;*/
/*}*/
/*.elementor-icon-list-text {*/
/*    white-space: nowrap !important;*/
/*}*/

/*Popup styling - Individual & Corporate*/
/*.eligibleText::after {*/
/*    font-family: 'FontAwesome' !important;*/
/*    content: "\f005";*/
/*    background-color: #00a982;*/
/*    color: #fff;*/
/*    border-radius: 50%;*/
/*    font-weight: 900;*/
/*    font-size: 12px;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-left: 6px;*/
/*    vertical-align: middle;*/
/*}*/

/*Competency Assessment & Certificate Section*/
@media (min-width: 1750px) {
    /*.courseInnerCertHeading {*/
    /*    padding: 60px !important;*/
    /*}*/
    /*.courseCertImg {*/
    /*    top:-275px !important;*/
    /*}*/
}
@media (min-width: 1500px) and (max-width: 1599px) {
    /*.wsqCertImg {*/
    /*    width: 50% !important;*/
    /*}*/
    /*.courseCertImg {*/
    /*    width: 63%;*/
    /*}*/
    .certTxtCol {
        width:66%;
    }
    .certCol {
        width:34%;
    }
}
@media (min-width: 1600px) and (max-width: 1849px) {
    .wsqCertImg {
        width: 66% !important;
    }
    /*.courseCertImg {*/
    /*    width: 58%;*/
    /*}*/
    .certTxtCol {
        width:71%;
    }
    .certCol {
        width:29%;
    }
}
@media (min-width: 1850px) {
    /*.wsqCertImg {*/
    /*    width: 45% !important;*/
    /*}*/
    /*.courseCertImg {*/
    /*    width: 58%;*/
    /*}*/
    .certTxtCol {
        width:73%;
    }
    .certCol {
        width:27%;
    }
}
@media (min-width: 1901px) {
    /*.wsqCertImg {*/
    /*    width: 37% !important;*/
    /*}*/
    /*.courseCertImg {*/
    /*    width: 48%;*/
    /*}*/
}

.liSpacing {
    ul li {
      margin-bottom: 8px;
    }
}

@media (min-width:1024px) and (max-width:1350px) {
    .elementor-56417 .elementor-element.elementor-global-44141 {
        padding: 20px !important;
    }
    .tenTxt, .tenTxt p {
       font-size: 10px !important; 
    }
    .elevenTxt, .elevenTxt p, .elevenTxt span {
       font-size: 11px !important; 
    }
    .certTxtCol {
        width:58%;
    }
    .certCol {
        width:42%;
    }
    /*p {*/
    /*    font-size:12px !important;*/
    /*}*/
    .fourteenTxt, .fourteenTxt p, .fourteenTxt span {
        font-size:14px !important;
    }
    .single-course .elementor-widget-divider {
        margin:5px 0 !important;
    }
}


/*End Course Inner page styling*/

/*Course Overview styling */
.course-search-wrap input#course-search {
    width: 100%;
    box-sizing: border-box;
}
.course-search-wrap {
    width: 100% !important;
    position: relative;
}
input#course-search {
    border: 1px solid #00AB84;
    border-radius: 10px;
    font-size:14px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    min-height: 53px;
}
#course-search::placeholder {
    color:#000000;
    font-weight:600;
    font-size:14px;
}
.course-overview-page {
    font-size: 38px;
    color: #10929A !important;
    font-style:italic;
}
.course-overview-page .gradient-text{
    background: linear-gradient(90deg, #10929A 20%, #1160D1 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    display:inline-block;
}
@media screen and (max-width:767px) {
    /*input#course-search {*/
    /*    width:310px;*/
    /*}*/
    .elementor-element-7a7b052,
    .elementor-element-293bf2c,
    .elementor-element-293bf2c .elementor-widget-container,
    .elementor-element-5274c66e,
    .elementor-element-7e95118c,
    .course-search-wrap {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    #course-search {
        width: 100% !important;
    }
    .course-overview-page {
        text-align: center;
    }
}

@media (min-width:1800px) {
    #courseOverviewImg img {
        height:240px;
    }
    .learningPathwayImg img {
        max-width:75%;
    }
}
@media (min-width:1600px) and (max-width:1750px) {
    .learningPathwayImg img {
        max-width:80%;
    }
}
.courseOverviewCatTitle span {
    background: linear-gradient(90deg, #0F9597 35%, #0845EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style: italic;
}

.overviewPageFee div {
    font-family: "Inter", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #07375D;
}

/*End Course Overview styling */


/*Training Centre Styling*/
.TCH1 {
    background: linear-gradient(90deg, #016FA9 0%, #02B7BA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style:italic;
    font-weight:800;
}
@media (min-width:1300px) {
    .TCH1 {
        font-size: 57px;
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    #PLQMaps {
        /*right:2%;*/
        /*width: 70%;*/
    }
}
@media (min-width:1400px) and (max-width:1550px) {
    #PLQMaps {
        /*right:2%;*/
        /*width: 55%;*/
    }
}
@media (min-width:1800px) {
    #PLQMaps {
        /*width: 56%;*/
        right: 15%;
        bottom:55%;
    }
    #woodlandsMaps {
        left: 23%;
        top: 7%;
        /*width: 44%;*/
    }
    #TBMaps {
        left:10%;
        bottom:34%;
        /*width:48%;*/
    }
}
/*End Training Centre Styling*/


/*Feedback Page Styling*/
.feedbackTxt {
    background: linear-gradient(90deg, #0F9597 35%, #0845EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style:italic;
    font-weight:800;
}
.feedbackMatterText {
    background: linear-gradient(90deg, #03E4A9 0%, #61A0FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight:800;
}
/*End Feedback Page Styling*/


/*Contact Us Page Styling*/
.contactChannelsTxt {
    background: linear-gradient(90deg, #10929A 2.45%, #1160D1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style:italic;
    font-weight:800;
}
.contact-page {
    font-size: 50px;
    color: #07375D !important;
}
.contact-page .gradient-text{
    background: linear-gradient(90deg, #10929A 35%, #1160D1 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    display:inline-block;
    font-style: italic;
    font-weight: 800;
}
@media screen and (max-width:767px) {
    .contact-page {
        text-align: center;
    }
}
/*End of Contact Us Page Styling*/


/*Career Page Styling*/
.careerGradientTxt {
    background: linear-gradient(90deg, #13A649 35%, #003613 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style:italic;
    font-weight:800;
}
/*End of Career Page Styling*/



/*Course Categories Page*/
/* hide dropdown on desktop */
.course-mobile-dropdown {
    display: none;
}
/* MOBILE ONLY */
@media (max-width: 768px) {
    /* hide Elementor menu */
    .courseTab .e-n-menu-wrapper {
        display: none !important;
    }
    /* show dropdown */
    .course-mobile-dropdown {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }
    #courseSelect {
        width: 100%;
        padding: 12px 45px 12px 15px;
        border-radius: 8px;
        border: none;
        background: #00AB84;
        color: #fff;
        font-weight: 600;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    /* custom arrow */
    .course-mobile-dropdown::after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        background: url("https://www.sda.edu.sg/wp-content/uploads/2026/06/white-down-arrow.svg") no-repeat center;
        background-size: contain;

        pointer-events: none;
    }
    .courseTab .e-n-menu,
    .courseTab .e-n-menu-wrapper,
    .courseTab{
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        background: transparent !important;
    }
    .course-mobile-dropdown, .courseTab,
    .courseTab .elementor-widget-container {
        width: 100%;
    }
    #courseSelect {
        width: 100%;
        box-sizing: border-box;
        display: block;
    }
    #courseSelect:focus {
        outline: none !important;
        box-shadow: none !important;
    }
}
/*End of Course Categories Page*/




/*Big Screen styling*/
@media (min-width:1800px) {
    .BS85 p, .BS85 {
        width: 85%;
    }
}




