/********** Template CSS **********/
:root {
    --primary: #c0892c;
    --light: #ffffff;
    --dark: #3e4a34;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-vision {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/vision.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-team {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url("../img/a-website-banner-for-a-tech-training-com_15oQr4lkQTOfJ-NtpjP9xg_uogsAKiaT4akDhAtf1bcbQ.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-data {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url("../img/Data Engineering.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-visual {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url("../img/Visual Analytics.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-career {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url("../img/Career.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-contact {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url("../img/contact.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-cyber {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url("../img/pagecyber.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}





.features-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 20px;
  }

.feature {
  background-color: #3e4a34;
  color: white;
  padding: 20px;
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.feature:hover {
  background-color: #c1882f;
  color: white;
}

.feature h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
	color: beige;
	font-family:Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
}

.feature p {
  font-size: 0.95rem;
  line-height: 1.6;
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
}




.delivery-section {
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #3e4a34;
  margin-bottom: 40px;
}

.delivery-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.method {
  background-color: #3e4a34;
  color: white;
  border-radius: 15px;
  padding: 30px 20px;
  max-width: 320px;
  flex: 1 1 280px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.method:hover {
  background-color: #c1882f;
  transform: translateY(-8px);
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.method img {
  width: 35px;
  height: 35px;
}

.method h3 {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 8px;
  color: #fff;
}

.method h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.method p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #fff;
}



.policy-section {
  background: #fff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.policy-title {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}

/* Grid - force 3 columns max on desktop */
.policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  max-width: 1100px;
  margin: 0 auto;
  gap: 25px;
  justify-content: center;
}

.policy-card {
  background: #f9f9f9;
  border-left: 5px solid #3e4a34;
  padding: 5px 5px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.policy-card:hover {
  transform: translateY(-5px);
  border-color: #c1882f;
}

.policy-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3e4a34;
}

.policy-card p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}






body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #ffffff;
  color: #3e4a34;
}

.instructors {
  padding: 40px 20px;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.title {
  text-align: center;
  font-size: 2rem;
  color: #3e4a34;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  font-size: 1rem;
  color: #666;
  margin-bottom: 30px;
}

.features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.feature-block {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.feature-block h3 {
  font-size: 1.2rem;
  color: #c1882f;
  margin-bottom: 8px;
}

.feature-block p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}

.boxed {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.pillars {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.pillar {
  flex: 1 1 30%;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.pillar:hover {
  transform: translateY(-5px);
}

.pillar h4 {
  color: #3e4a34;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.pillar p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .pillars {
    flex-direction: column;
  }
  .pillar {
    flex: 1 1 100%;
  }
  .features {
    gap: 16px;
  }
}




/* What is Data Engineering */



/* What is Data Engineering */





/*
================================================
 CSS for the "Objective" Section
================================================
*/

/* --- Main Section Container --- */
.objective-section {
    /* Assumes your site's font-family is already set */
    max-width: 1100px; /* Wider for a 3-column layout */
    margin: 4rem auto;
    padding: 2rem 1rem;
    text-align: center;
}

/* --- Section Title --- */
.objective-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--de-primary-color, #c0892c); /* Uses theme color, with fallback */
    margin-bottom: 3rem;
}

/* --- Columns Container (Responsive Grid) --- */
.objective-section .objective-columns {
    display: grid;
    /* Creates 3 columns on larger screens, 1 on smaller */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

/* --- Individual Objective Box Styling --- */
.objective-section .objective-box {
    background-color: #ffffff;
    border-radius: 15px; /* Rounded corners */
    padding: 2.5rem 2rem;
    /* A soft, professional drop shadow */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9e9e9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    /* Landing Animation Setup */
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUpBox 0.8s ease-out forwards;
}

.objective-section .objective-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* --- Staggered Animation Delay for each box --- */
.objective-section .objective-box:nth-child(2) {
    animation-delay: 0.2s;
}
.objective-section .objective-box:nth-child(3) {
    animation-delay: 0.4s;
}

/* --- Keyframe Animation for the boxes --- */
@keyframes fadeInUpBox {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Icon, Heading, and Text inside the boxes --- */
.objective-section .objective-icon {
    display: block;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--de-primary-color, #c0892c);
}

.objective-section .objective-box h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--de-secondary-color, #3e4a34); /* Uses theme color, with fallback */
    margin-bottom: 1rem;
}

.objective-section .objective-box p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .objective-section .section-title {
        font-size: 2rem;
    }
    .objective-section .objective-columns {
        gap: 1.5rem;
    }
}


/* --- What is Section --- */

/***** ANIMATIONS ADDITION - COURSE INTRO *****/
/* New variables - added to :root */
:root {
    --anim-duration: 0.6s;
    --anim-timing: cubic-bezier(0.22, 1, 0.36, 1);
    --anim-stagger: 0.1s;
}

/* Keyframes - unique names to avoid conflicts */
@keyframes course-pop-in {
    0% { opacity: 0; transform: scale(0.8); }
    80% { transform: scale(1.05); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes course-slide-up {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes course-fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* Animation classes - prefixed with 'course-' */
.course-animate-pop {
    animation: course-pop-in var(--anim-duration) var(--anim-timing) both;
}

.course-animate-slide {
    animation: course-slide-up var(--anim-duration) var(--anim-timing) both;
}

.course-animate-fade {
    animation: course-fade-in calc(var(--anim-duration) * 0.8) var(--anim-timing) both;
}

/* Specific element animations */
.course-intro .animate-tag {
    animation: course-fade-in 0.4s var(--anim-timing) both;
}

/* Button shine effect */
.course-intro .btn-primary .hover-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: 0.75s;
}

.course-intro .btn-primary:hover .hover-shine {
    left: 100%;
}

/* --- What is Section --- */


/* Course Objectives - Unique Class Names to Avoid Conflicts */
.course-obj-section {
    background: #fff;
   
}

.course-obj-title {
    font-size: 2.2rem;
    color: var(--dark); /* Uses your existing variable */
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
    opacity: 0;
    animation: course-obj-fade-in 0.8s var(--anim-timing) forwards;
}

.course-obj-divider {
    height: 4px;
    width: 80px;
    margin: 0 auto 3rem;
    background: linear-gradient(90deg, var(--dark), var(--primary));
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    animation: course-obj-scale-in 0.6s var(--anim-timing) 0.3s forwards;
}

.course-obj-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.course-obj-card {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 4px solid var(--primary);
    opacity: 0;
    transform: translateY(20px);
    animation: course-obj-slide-up 0.6s var(--anim-timing) forwards;
    transition: all 0.3s ease;
}

.course-obj-card:nth-child(1) { animation-delay: 0.4s; }
.course-obj-card:nth-child(2) { animation-delay: 0.6s; }
.course-obj-card:nth-child(3) { animation-delay: 0.8s; }

.course-obj-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.course-obj-card h3 {
    color: var(--dark);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.course-obj-card p {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Unique Animation Keyframes */
@keyframes course-obj-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes course-obj-scale-in {
    from { transform: scaleX(0); opacity: 0; }
    to { transform: scaleX(1); opacity: 1; }
}

@keyframes course-obj-slide-up {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Add to your existing CSS */
.highlight-tools {
    display: block;
    font-size: 1rem;
    color: var(--primary); /* Uses your gold color */
    font-weight: 400;
    margin-top: 0.3rem;
    font-style: italic;
}


.tool-subtitle {
    color: var(--primary); /* #c0892c */
    font-weight: 400;
    font-style: italic;
}
/* Course Objectives Styling */







/* Associate Level Course Card Styles */
.associate-course-card {
  background: #3e4a34;
  color: #fff;
  border-radius: 24px;
  max-width: 1000px;
  margin: 60px auto;
  padding: 2.5rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3),
              0 0 0 4px rgba(192, 137, 47, 0.15);
  text-align: left;
  animation: fadeInUpBox 0.8s ease-out forwards;
  transform: translateY(20px);
  opacity: 0;
	
	
}

.associate-course-card h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}

.assoc-img-box {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.assoc-img-box img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.focus-text {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #fff;
}

.focush2-text {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  font-weight: 1000;
  color: #fff;
}

.course-points {
  list-style-type: disc;
  padding-left: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}

.course-points li {
  margin-bottom: 0.6rem;
  color: #f5f5f5;
}

.course-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.course-buttons .btn {
  background-color: #c0892c;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.course-buttons .btn:hover {
  background-color: #a97422;
}

/* Landing Animation */
@keyframes fadeInUpBox {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .associate-course-card {
    padding: 1.5rem;
  }

  .associate-course-card h2 {
    font-size: 1.6rem;
  }

  .focus-text, .course-points {
    font-size: 1rem;
  }
}

.green-text {
  color: #206e3c;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
  margin: 2rem auto;
  max-width: 900px;
  line-height: 1.8;
  background: #f9fef9;
  padding: 1.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.highlight-green {
  color: #1f7e47;
  font-weight: 600;
}

.no-select {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
  user-select: none;         /* Standard */
}

img {
  pointer-events: none;
  user-drag: none;
}

/* Associate Level Course Card Styles */


/* 3 Section Main */
/* === Container Styles === */
.three-card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 50px 20px;
  background-color: #fff;
}

/* === Individual Card === */
.three-card .card {
  width: 300px;
  height: 400px;
  perspective: 1000px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

.three-card .card.show {
  opacity: 1;
  transform: translateY(0);
}

/* === Card Flip Wrapper === */
.three-card .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.three-card .card:hover .card-inner {
  transform: rotateY(180deg);
}

/* === Shared Front & Back === */
.three-card .card-front,
.three-card .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  overflow: hidden;
}

/* === Card Front === */
.three-card .card-front {
  background-color: #c0892c;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  text-align: center;
}

/* Large title at the top */
.three-card .card-front .card-label {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}

/* Square image in center */
.three-card .card-front img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}

/* Small description at the bottom */
.three-card .card-front h3 {
  font-size: 1rem;
  font-weight: 500;
  padding-top: 10px;
  color: white;
}

/* === Card Back === */
.three-card .card-back {
  background-color: #3e4a34;
  color: white;
  transform: rotateY(180deg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.three-card .card-back p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.three-card .card-back a {
  color: #c0892c;
  text-decoration: underline;
  font-weight: bold;
  font-size: 0.95rem;
}

/* === Responsive Design === */
@media (max-width: 992px) {
  .three-card {
    flex-direction: column;
    align-items: center;
  }

  .three-card .card {
    width: 90%;
    height: 400px;
  }
}


/* 3 Section Main */

/* H */

/* Hero Section Base Styles */
.hero-fixed {
  position: relative;
  width: 100%;
  min-height: 50vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image Styles for the Picture Element */
.hero-fixed__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1; /* Puts image behind overlay */
}

/* Overlay for better text readability */
.hero-fixed__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark overlay */
  z-index: 2;
}

/* Text Container Styles */
.hero-fixed__text {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 20px 15px;
}

/* Title Text Styling (without H tag) */
.hero-title {
  color: #FFFFFF; /* White color */
  font-family: 'Nunito', sans-serif;
  font-size: 3rem; /* Large font size for desktop */
  font-weight: 800; /* Extra bold */
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* Subheadline Text Styling */
.hero-subheadline {
  color: #FFFFFF; /* White color */
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem; /* Subtitle font size */
  font-weight: 500;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* Mobile-Specific Styles (Media Query) */
@media (max-width: 768px) {
  .hero-fixed {
    min-height: 40vh; /* Adjust hero height for mobile */
  }

  .hero-title {
    font-size: 2rem; /* Smaller font size for mobile */
  }

  .hero-subheadline {
    font-size: 1rem; /* Smaller font size for mobile */
  }
}


/* PAthway certificate level */

* {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}



/* Section Styling */
#learning-pathway {
  padding: 40px 20px;
  position: relative;
  overflow-x: auto;
}

.pathway-wrapper {
  position: relative;
  min-width: 1200px;
  height: 450px;
}

/* SVG Styling */
.pathway-svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.path-line {
  fill: none;
  stroke: orange;
  stroke-width: 3;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: drawLine 2s ease forwards;
}

/* Animation for Path Drawing */
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

/* Content Boxes */
.pathway-container {
  position: relative;
  z-index: 2;
}

.level-group {
  position: absolute;
  top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.node {
  background: #3b5323;
  color: white;
  padding: 12px 20px;
  border-radius: 20px;
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  animation: fadeIn 1s ease-in-out;
}

.node span {
  font-size: 0.8em;
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

.box {
  background: #b57f30;
  color: white;
  padding: 15px 25px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  margin: 10px 0;
  transition: transform 0.3s ease;
  animation: popIn 1s ease-in-out;
}

.box:hover {
  transform: scale(1.05);
}

/* Logo */
.logo-container {
  text-align: center;
  margin-top: 50px;
}

.logo-container img {
  max-width: 150px;
}

/* Fade Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes popIn {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* Responsive Tip: Wrap SVG-based layout in a scrollable container for small screens */
@media (max-width: 768px) {
  .pathway-wrapper {
    min-width: 1000px;
    overflow-x: scroll;
  }
}

/* Cert 3 Pillars with images and texts */


.certintro-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  padding: 2rem 1rem;
  flex-wrap: nowrap;
}

.certintro-box {
  position: relative;
  width: 340px;
  min-height: 420px;
  border-radius: 48px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s, box-shadow 0.3s;
  flex: 1 1 340px;
  max-width: 400px;
  border: 6px solid #49543B; /* Border color and thickness */
  box-shadow: 0 8px 32px rgba(0,0,0,0.18); /* Enhanced shadow */
  background-clip: padding-box;
}

.certintro-box:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 48px rgba(0,0,0,0.22);
}

.certintro-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  transition: background 0.3s;
  z-index: 1;
}

.certintro-box:hover .certintro-overlay {
  background: rgba(0,0,0,0.35);
}

.certintro-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  width: 100%;
}

.certintro-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  line-height: 1.2;
}

.certintro-text {
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

/* Responsive: Stack vertically on small screens */
@media (max-width: 1000px) {
  .certintro-section {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .certintro-box {
    width: 100%;
    max-width: 420px;
  }
}

/* dialgram */
.diagram-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  background: #fff;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
}

.diagram-image-shadow {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  border-radius: 12px;
  object-fit: contain;
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .diagram-image-section {
    min-height: unset;
    padding: 6px 0;
  }
  .diagram-image-shadow {
    max-width: 100vw;
    border-radius: 8px;
  }
}

/* course-content-section */
.course-content-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px 0 16px;
  text-align: center;
}

.course-content-section h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.2em;
}

.course-content-section h2 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2em;
}

.course-desc {
  max-width: 900px;
  margin: 0 auto 3em auto;
  font-size: 1.15rem;
  color: #444;
  line-height: 1.6;
}

.course-boxes-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.course-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  max-width: 370px;
  min-height: 180px;
  padding: 32px 24px;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(73, 84, 59, 0.25); /* Greenish shadow */
  transition: 
    transform 0.18s, 
    box-shadow 0.18s, 
    background 0.18s, 
    color 0.18s;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.left-box {
  background: #49543B;
}

.right-box {
  background: #C19A4B;
  color: #fff;
  text-align: left;
  font-size: 1.2rem;
  align-items: flex-start;
}

.right-box .box-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.7em;
  text-align: left;
}

.right-box ol {
  margin: 0;
  padding-left: 1.2em;
}

.right-box li {
  margin-bottom: 0.4em;
  font-size: 1.1rem;
}

.course-box:hover, .course-box:focus {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 48px rgba(73, 84, 59, 0.35); /* Stronger greenish shadow */
}

.left-box:hover, .left-box:focus {
  background: #2d3322;
  color: #e0ffe0; /* Lighter text on hover */
}

.right-box:hover, .right-box:focus {
  background: #a67c2d;
  color: #fff; /* Keep white text */
}

.arrow-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
}

@media (max-width: 900px) {
  .course-boxes-row {
    flex-direction: column;
    gap: 24px;
  }
  .arrow-svg {
    transform: rotate(90deg);
    margin: 16px 0;
  }
  .course-box {
    width: 100%;
    max-width: 420px;
  }
}

/* gold-link-diagram */

.gold-link-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 8px;
  width: 100%;
}

.main-content-box {
  background: #49543B;
  color: #fff;
  border-radius: 0;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 24px;
  font-size: 1.15rem;
  box-shadow: 0 8px 32px rgba(73, 84, 59, 0.18);
}

.main-content-box ol {
  margin: 0;
  padding-left: 1.5em;
}

.main-content-box li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.diagram-svg-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.gold-link-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  margin-top: 0;
  width: 100%;
  max-width: 800px;
}

.gold-link-box {
  background: #C19A4B;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 18px 36px;
  border-radius: 0;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(73, 84, 59, 0.18);
  transition: 
    background 0.18s, 
    color 0.18s, 
    transform 0.18s, 
    box-shadow 0.18s;
  display: inline-block;
  text-align: center;
  min-width: 220px;
}

.gold-link-box:hover, .gold-link-box:focus {
  background: #a67c2d;
  color: #fffbe6;
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 12px 40px rgba(73, 84, 59, 0.25);
}

@media (max-width: 700px) {
  .main-content-box {
    padding: 18px 6px;
    font-size: 1rem;
  }
  .diagram-svg-container {
    height: 40px;
  }
  .gold-link-row {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .gold-link-box {
    min-width: 0;
    width: 90vw;
    max-width: 350px;
    font-size: 1rem;
    padding: 14px 8px;
  }
}



/* === two cards === */
/* Container */
.two-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 50px 20px;
  background-color: #fff;
}

/* Each Card */
.two-cards .card {
  width: 300px;
  height: 450px;
  perspective: 1000px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

/* Show when in view */
.two-cards .card.show {
  opacity: 1;
  transform: translateY(0);
}

/* Flip effect container */
.two-cards .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Flip on hover */
.two-cards .card:hover .card-inner {
  transform: rotateY(180deg);
}

/* Front & Back shared styles */
.two-cards .card-front,
.two-cards .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

/* Front face */
.two-cards .card-front {
  background-color: #c0892c;
  color: white;
  justify-content: flex-start;
  text-align: center;
}

/* Top Title */
.two-cards .card-front .card-label {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 5px;
}

/* Image */
.two-cards .card-front img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 10px;
  max-height: 260px;
}

/* Bottom text under image */
.two-cards .card-front h3 {
  font-size: 1rem;
  font-weight: 500;
  padding-top: 12px;
  line-height: 1.4;
}

/* Back face */
.two-cards .card-back {
  background-color: #3e4a34;
  color: white;
  transform: rotateY(180deg);
  justify-content: center;
  text-align: center;
}

/* Back text */
.two-cards .card-back p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.two-cards .card-back a {
  color: #c0892c;
  text-decoration: underline;
  font-weight: bold;
  font-size: 0.95rem;
}

/* Responsive design */
@media (max-width: 992px) {
  .two-cards {
    flex-direction: column;
    align-items: center;
  }

  .two-cards .card {
    width: 90%;
    height: auto;
  }

  .two-cards .card-inner,
  .two-cards .card-front,
  .two-cards .card-back {
    height: auto;
    min-height: 440px;
  }

  .two-cards .card-front img {
    margin-top: 10px;
  }

  .two-cards .card-front h3 {
    font-size: 1rem;
    margin-top: 12px;
  }

  .two-cards .card-front .card-label {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

/* fdp-card-section */

.fdp-card-section {
  padding: 40px 0;
}

.fdp-card {
  max-width: 900px;
  margin: 0 auto;
  background: #49512b;
  border-radius: 48px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  padding: 32px 24px 24px 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fdp-title {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.2em;
  letter-spacing: 1px;
  color: #f3fcfd;
  text-shadow: 0 2px 8px #2228;
}

.fdp-subtitle {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1.2em;
  color: #fff;
}

.fdp-image-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}

.fdp-image {
  width: 95%;
  max-width: 700px;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  background: #e6f2f7;
  display: block;
}

.fdp-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 2em;
}

.fdp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  min-width: 700px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.fdp-table th, .fdp-table td {
  border: 1px solid #fff;
  padding: 10px 12px;
  vertical-align: top;
}

.fdp-table th {
  background: #c89c2b;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.fdp-table td {
  background: transparent;
}

.fdp-table thead th:first-child {
  border-top-left-radius: 14px;
}
.fdp-table thead th:last-child {
  border-top-right-radius: 14px;
}
.fdp-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 14px;
}
.fdp-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 14px;
}

.fdp-btn-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.fdp-btn {
  background: #c89c2b;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 12px 28px;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transition: background 0.2s;
  margin-bottom: 8px;
}

.fdp-btn:hover, .fdp-btn:focus {
  background: #b88a1a;
  color: #fff;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 900px) {
  .fdp-card {
    padding: 18px 6px 18px 6px;
    border-radius: 28px;
  }
  .fdp-image {
    width: 100%;
    max-width: 100%;
  }
  .fdp-table {
    font-size: 0.97rem;
    min-width: 600px;
  }
}

@media (max-width: 600px) {
  .fdp-card {
    padding: 10px 2px 10px 2px;
    border-radius: 18px;
  }
  .fdp-title {
    font-size: 1.3rem;
  }
  .fdp-subtitle {
    font-size: 1.05rem;
  }
  .fdp-image {
    border-radius: 12px;
  }
  .fdp-table {
    font-size: 0.92rem;
    min-width: 500px;
  }
  .fdp-btn {
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 7px;
  }
}





.programs-section {
  padding: 40px 0 20px 0;
}

.programs-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.program-card {
  flex: 1 1 320px;
  max-width: 400px;
  min-width: 260px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 32px 28px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.25s;
  cursor: pointer;
  border: 3px solid transparent;
  position: relative;
  z-index: 1;
}

.freshers-card {
  border-color: #49512b;
  background: #49512b;
  color: #fff;
}

.corporate-card {
  border-color: #c89c2b;
  background: #c89c2b;
  color: #fff;
}

.program-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: #fff;
  letter-spacing: 0.5px;
}

.program-card ul {
  list-style: disc inside;
  padding: 0;
  margin: 0;
}

.program-card li {
  font-size: 1.05rem;
  margin-bottom: 14px;
  line-height: 1.5;
  color: #fff;
}

.program-card:hover, .program-card:focus-within {
  transform: scale(1.045);
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  z-index: 2;
}

@media (max-width: 900px) {
  .programs-container {
    gap: 20px;
  }
  .program-card {
    padding: 22px 14px 18px 14px;
    border-radius: 22px;
    min-width: 180px;
  }
  .program-card h3 {
    font-size: 1.08rem;
    margin-bottom: 12px;
  }
  .program-card li {
    font-size: 0.97rem;
    margin-bottom: 8px;
  }
}

@media (max-width: 600px) {
  .programs-container {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .program-card {
    width: 98vw;
    max-width: 400px;
    min-width: unset;
    border-radius: 16px;
    padding: 16px 8px 12px 8px;
  }
}

/* certlevelwhom */

:root {
  --primary: #c0892c;
  --light: #ffffff;
  --dark: #3e4a34;
}

#certlevelwhom {
  background: var(--light);
  padding: 60px 20px;
  text-align: center;
}

#certlevelwhom .title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}

#certlevelwhom .subtitle {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 40px;
}

#certlevelwhom .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

#certlevelwhom .card {
  background: var(--light);
  border: 2px solid var(--primary);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;   /* centers icon + title */
}

#certlevelwhom .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  background: var(--primary);
  color: var(--light);
}

#certlevelwhom .icon {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 15px;
  transition: color 0.3s ease;
  text-align: center;
}

#certlevelwhom .card:hover .icon {
  color: var(--light);
}

#certlevelwhom .card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  color: var(--dark);
  transition: color 0.3s ease;
}

#certlevelwhom .card:hover .card-title {
  color: var(--light);
}

#certlevelwhom .card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: left;   /* keep bullet points aligned left */
  width: 100%;        /* stretch list across card */
}

#certlevelwhom .card ul li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.5;
}


/* clc */
/* Section base */
#clc {
  background: var(--light);
  padding: 60px 20px;
  text-align: center; /* center all text in this section */
}

#clc .clc-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}

#clc .clc-subtitle {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 40px;
}

/* Cards layout */
#clc .clc-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* Card */
#clc .clc-card {
  background: var(--light);
  border: 2px solid var(--primary);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;   /* center content horizontally */
  text-align: center;    /* center text */
}

#clc .clc-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  background: var(--primary);
  color: var(--light);
}

/* Title + text */
#clc .clc-card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--dark);
  transition: color 0.3s ease;
}

#clc .clc-card-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--dark);
  transition: color 0.3s ease;
}

/* Invert text on hover */
#clc .clc-card:hover .clc-card-title,
#clc .clc-card:hover .clc-card-text {
  color: var(--light);
}

/* Container helper (optional) */
.clc-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Course Content (no :root needed) ===== */

#coursecontentde {
  /* Keep your page background as-is */
  padding: 56px 16px;
  color: #1f2937;
}

#coursecontentde .ccde-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* GREEN rounded main box with shadow */
#coursecontentde .ccde-panel {
  background: #334a3a;              /* green panel */
  color: #ffffff;
  border-radius: 26px;
  box-shadow: 0 12px 28px rgba(23, 26, 31, 0.12);
  padding: 28px 22px 30px;
  position: relative;
  overflow: hidden;
}

/* Decorative top accent strip */
#coursecontentde .ccde-panel::before {
  content: "";
  position: absolute;
  left: 22px; right: 22px; top: 14px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c8902c, #e9c36b);
  filter: drop-shadow(0 4px 10px rgba(233,195,107,.35));
}

/* Header (no H tags) */
#coursecontentde .ccde-header { text-align: center; margin-top: 14px; }
#coursecontentde .ccde-title[role="heading"] {
  font-size: clamp(1.8rem, 3vw + .5rem, 3rem);
  font-weight: 800;
  letter-spacing: .2px;
  color: #ffffff;
}
#coursecontentde .ccde-subtitle {
  margin: 6px 0 10px;
  color: #e9efe8;
  font-size: 1rem;
  opacity: .95;
}
#coursecontentde .ccde-underline {
  width: 140px;
  height: 5px;
  margin: 10px auto 22px;
  background: linear-gradient(90deg, #c8902c, #e9c36b);
  border-radius: 999px;
  animation: ccde-glow 3.5s ease-in-out infinite;
}

/* Grid "table" */
#coursecontentde .ccde-table {
  counter-reset: ccde-mod;
  display: grid;
  gap: 14px;
}

/* Head row on the green panel */
#coursecontentde .ccde-row--head {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  color: #ffffff;
  border-radius: 14px;
  padding: 10px 14px;
  font-weight: 700;
}

/* Data rows = white cards with rollover */
#coursecontentde .ccde-row {
  position: relative;
  counter-increment: ccde-mod;
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 18px;
  align-items: start;
  background: #ffffff;
  color: #1f2937;
  border-radius: 18px;
  padding: 18px 20px 18px 62px; /* left space for badge */
  box-shadow: 0 2px 10px rgba(0,0,0,.08);     /* subtle shadow per row */
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  overflow: hidden;
}

/* Lift + stronger shadow on hover */
#coursecontentde .ccde-row:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(23,26,31,0.18);
}

/* Shimmer sweep on hover */
#coursecontentde .ccde-row::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(201,144,44,.08) 40%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .6s ease;
  pointer-events: none;
}
#coursecontentde .ccde-row:hover::after { transform: translateX(100%); }

/* Number badge */
#coursecontentde .ccde-row::before {
  content: counter(ccde-mod);
  position: absolute;
  left: 16px; top: 16px;
  width: 36px; height: 36px;
  display: grid; place-items: center;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(145deg, #c8902c, #e9c36b);
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(201,144,44,.35);
}

/* Column text */
#coursecontentde .ccde-col--module .ccde-module-title {
  font-size: 1.02rem;
  font-weight: 800;
  color: #1f2937;
}
#coursecontentde .ccde-col--outcomes {
  color: #4b5563;
  line-height: 1.6;
}

/* Mobile responsive */
@media (max-width: 760px) {
  #coursecontentde .ccde-row,
  #coursecontentde .ccde-row--head {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  #coursecontentde .ccde-row--head { display: none; } /* labels on cells */
  #coursecontentde .ccde-row { padding: 16px 16px 16px 56px; }
  #coursecontentde .ccde-col[data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: .72rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #c8902c;
    margin-bottom: 4px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  #coursecontentde .ccde-row,
  #coursecontentde .ccde-row::after,
  #coursecontentde .ccde-underline {
    animation: none !important;
    transition: none !important;
  }
}

@keyframes ccde-glow {
  0%, 100% { box-shadow: 0 2px 10px rgba(201,144,44,.25); }
  50%      { box-shadow: 0 6px 20px rgba(201,144,44,.55); }
}

/* Remove the upper gold line on the green panel */
#coursecontentde .ccde-panel::before {
  content: none;
}

/* Desktop/header fixes: no number on the header row, aligned padding, no shimmer */
#coursecontentde .ccde-row.ccde-row--head {
  grid-template-columns: 1.3fr 2fr;
  /* Match text alignment with rows that have badges */
  padding: 18px 20px 18px 62px;
  background: #ffffff;
  color: #1f2937;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  counter-increment: none; /* don’t advance counter here */
}
#coursecontentde .ccde-row.ccde-row--head::before,
#coursecontentde .ccde-row.ccde-row--head::after {
  content: none; /* no badge, no shimmer on the header */
}

/* If you decide to remove numbers from ALL rows, uncomment this:
#coursecontentde .ccde-row::before { content: none; }
*/

/* ===== Course Contents (attached golden theme) id=certccm ===== */

#certccm { padding: 56px 16px; color: #1f2937; }
#certccm .ccde-container { max-width: 1100px; margin: 0 auto; }

/* Golden rounded panel (no top strip) */
#certccm .ccde-panel {
  background: #b8832c;                /* matches attached theme */
  color: #ffffff;
  border-radius: 26px;
  box-shadow: 0 12px 28px rgba(23,26,31,0.12);
  padding: 28px 22px 30px;
  position: relative;
  overflow: hidden;
}
#certccm .ccde-panel::before { content: none; }  /* remove upper gold line */

/* Header (no H tags) */
#certccm .ccde-header { text-align: center; margin-top: 4px; }
#certccm .ccde-title[role="heading"] {
  font-size: clamp(2rem, 3vw + .5rem, 3.25rem);
  font-weight: 800;
  letter-spacing: .2px;
  color: #ffffff;
}

/* Table/grid */
#certccm .ccde-table { display: grid; gap: 14px; }

/* 3-column layout (desktop) */
#certccm .ccde-row,
#certccm .ccde-row--head {
  display: grid;
  grid-template-columns: 0.8fr 0.9fr 2fr; /* Level | Weight | Modules */
  gap: 18px;
}

/* Header row as white card, no numbers, aligned padding */
#certccm .ccde-row--head {
  background: #ffffff;
  color: #1f2937;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 18px 20px;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
#certccm .ccde-row--head::before,
#certccm .ccde-row--head::after { content: none; }

/* Data row as white card with rollover animation */
#certccm .ccde-row {
  position: relative;
  background: #ffffff;
  color: #1f2937;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,.09);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  overflow: hidden;
}
/* Remove row-number badges for this theme/content */
#certccm .ccde-row::before { content: none; }

/* Hover lift + shimmer sweep */
#certccm .ccde-row:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(23,26,31,0.18); }
#certccm .ccde-row::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(214,162,75,.12) 40%, transparent 70%);
  transform: translateX(-100%); transition: transform .6s ease; pointer-events: none;
}
#certccm .ccde-row:hover::after { transform: translateX(100%); }

/* Column text */
#certccm .ccde-col--level { font-weight: 700; }
#certccm .ccde-col--weight { font-weight: 700; }
#certccm .ccde-col--modules { color: #374151; }

/* Module list inside the cell */
#certccm .ccde-list {
  margin: 0;
  padding-left: 1.2rem;
  list-style: decimal;
}
#certccm .ccde-list li { margin: 6px 0; }

/* Footnote */
#certccm .ccde-footnote {
  margin-top: 14px;
  color: #fff;
  opacity: 0.95;
  font-size: 0.95rem;
  text-align: left;
}

/* Mobile responsive */
@media (max-width: 760px) {
  #certccm .ccde-row,
  #certccm .ccde-row--head {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  #certccm .ccde-row--head { display: none; }  /* use labels on cells */
  #certccm .ccde-row { padding: 16px; }
  #certccm .ccde-col[data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: .72rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #6b3f00; /* darker gold tone for labels */
    margin-bottom: 4px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  #certccm .ccde-row,
  #certccm .ccde-row::after { transition: none !important; }
}




/* Optional: drill-down chevrons and clean spacing */
.dropdown-menu .dropdown-item {
  position: relative;
  padding-left: 1.25rem !important; /* indent to make room for chevrons */
}

.dropdown-menu .dropdown-item::before {
  content: ">>";
  position: absolute;
  left: 0;
  color: #6c757d; /* muted */
  font-weight: 700;
}

.dropdown-menu .dropdown-header {
  font-size: 0.95rem;
  letter-spacing: 0.2px;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}


/* Prevent clipping from sticky navbar/containers */
.navbar,
.sticky-top,
.navbar .container,
.navbar .container-fluid {
  overflow: visible !important;
}

/* Let the menu scroll if it's taller than the viewport */
.navbar .dropdown-menu {
  max-height: calc(100vh - 120px); /* keeps enough room below the sticky navbar */
  overflow-y: auto;
}

/* Optional: if fade-down causes a tiny "gap", remove the transform gap */
.dropdown-menu.fade-down {
  transform-origin: top;
}
.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0) !important;
}	

/* --- Carousel Fix for Laptop Scaling --- */

/* 1. Set a consistent height for the carousel items */
.carousel-item-bg {
    min-height: 85vh; /* Use 85% of the viewport height. Adjust as needed (e.g., 600px, 90vh) */
    background-size: cover; /* This is the magic part: it scales the image to cover the area, cropping if necessary */
    background-position: center center; /* This ensures the image is centered */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

/* 2. Assign the specific image to each item */
.carousel-item-1 {
    background-image: url('../img/carousel-1.jpg'); /* Make sure the path is correct! */
}

.carousel-item-2 {
    background-image: url('../img/carousel-2.jpg'); /* Make sure the path is correct! */
}

.carousel-item-3 {
    background-image: url('../img/carousel-3.jpg'); /* Make sure the path is correct! */
}

/* 3. (Optional but Recommended) Adjust height for smaller mobile screens */
@media (max-width: 768px) {
    .carousel-item-bg {
        min-height: 60vh; /* Use a smaller height on phones */
    }
    
    /* You might also want to reduce the main heading font size on mobile */
    .display-3 {
        font-size: 2.5rem; 
    }
}