@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import "./assets/section-css/reset.css";
@import "./assets/section-css/mobile-menu.css";
@import "./assets/section-css/header.css";
@import "./assets/section-css/hero.css";
@import "./assets/section-css/about.css";
@import "./assets/section-css/category.css";
@import "./assets/section-css/features.css";
@import "./assets/section-css/course.css";
@import "./assets/section-css/why-choose.css";
@import "./assets/section-css/funfact.css";
@import "./assets/section-css/partner.css";
@import "./assets/section-css/testimonial.css";
@import "./assets/section-css/blog.css";
@import "./assets/section-css/call-action.css";
@import "./assets/section-css/video.css";
@import "./assets/section-css/team.css";
@import "./assets/section-css/faq.css";
@import "./assets/section-css/breadcrumbs.css";
@import "./assets/section-css/apply.css";
@import "./assets/section-css/event.css";
@import "./assets/section-css/contact.css";
@import "./assets/section-css/product.css";
@import "./assets/section-css/error.css";
@import "./assets/section-css/checkout.css";
@import "./assets/section-css/sidebars.css";
@import "./assets/section-css/auth-pages.css";
@import "./assets/section-css/footer.css";

 .program-sidebar {
      background: #ffffff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .program-sidebar .list-group-item.active {
      background: #2D325C;
      border: none;
      font-size: 1.2rem;
    }

    .program-sidebar .list-group-item {
      font-weight: 500;
      transition: background 0.3s;
    }

    .program-sidebar .list-group-item:hover {
      background-color: #e7f1ff;
    }

    .info-section {
      background: #ffffff;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .info-section h3 {
      border-bottom: 2px solid #2D325C;
      padding-bottom: 10px;
      margin-bottom: 30px;
      color:#2D325C;
    }

    .info-section h6 {
      color: #2D325C;
      font-weight: 600;
    }

    .info-section p {
      font-size: 1rem;
      margin-bottom: 0.5rem;
    }

    .info-section ul {
      padding-left: 1rem;
    }

    .info-section ul li {
    position: relative;
    padding-left: 2rem; /* 2rem = enough space for the hat */
    margin-bottom: 8px;
    font-size: 1rem;
}

.info-section ul li::before {
    font-family: 'IcoFont'; /* Make sure you load IcoFont CSS */
    content: "\eab0";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.2rem;
    color: #0d6efd;
}

/* Remove Bootstrap's default down arrow for second-level dropdowns */
.dropdown-submenu > .dropdown-toggle::after {
  content: "▶";
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 8px;
  vertical-align: middle;
  border: none !important;
}

/* Ensure Bootstrap's original down arrow remains on first-level dropdowns */
.navbar-nav > .dropdown > .dropdown-toggle::after {
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  margin-left: 0.3em;
}


.fee-box {
    border: 2px solid #304b78;
    border-radius: 12px;
    background: #f5f8ff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

.fee-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.fee-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 10px;
}

.fee-amount {
    font-size: 2rem !important;
    font-weight: 800;
    color: #0d6efd;
    background: linear-gradient(90deg, #ddb03b, #2d315e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    text-align:center;
}

.list-group-item:hover,
.dropdown-menu .dropdown-item:hover {
    color: black !important;
}

.txt-justify{
    text-align:justify;
}

 .side-nav .list-group-item {
      border: none;
      padding: 10px 15px;
    }

    .side-nav .list-group-item.active {
      background-color: #0e3350;
      color: white;
      font-weight: bold;
    }
    
    .side-nav .list-group-item.active a {
  
        color: white;
        font-weight: bold;
      }


.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}



    .info-overlay {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      background-color: #0e3350a3;
      color: white;
      padding: 1rem;
      border-radius: 10px;
    }
    .info-overlay h3{
        color: white;
        font-family: Arial, sans-serif;
    }
    
    .info-overlay2 {
  position: absolute;
  left: 10%;
  transform: translateY(-50%);
  background-color: #0e3350a3;
  color: white;
  padding: 1rem;
  border-radius: 10px;
  width: 80%; /* New: Make width relative */
  max-width: 600px; /* Optional: limit maximum width */
}

/* Extra: Fix it on very small screens */
@media (max-width: 767px) {
  .info-overlay2 {
    position: relative; /* Remove absolute on mobile */
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
  }
}

    .info-overlay2 h3{
        color: white;
        font-family: Arial, sans-serif;
        line-height: 2.5rem;
    }

    .apply-btn {
      background-color: #2b61b5;
      border: none;
      color: white;
      margin-top: 5px;
      padding: 0.5rem 1.5rem;
    }
    
.partner-logo {
      max-height: 80px;
      object-fit: contain;
      margin: 10px auto;
      display: block;
    }
    .section-blue {
      background-color: #2D325C;
      color: white;
      text-align: center;
      padding: 20px;
      font-size: 1.1rem;
    }
    .section-yellow {
      background-color: #DBB13B;
      color: white;
      padding: 30px 20px;
    }
    .section-yellow h2 {
      font-size: 2.2rem;
      font-weight: bold;
    }
    .section-yellow p {
      font-size: 1.5rem;
    }
    .inquiries {
      color: black;
      font-weight: bold;
      font-size: 1.1rem;
    }
    .dotted {
      border-bottom: 2px dotted black;
      margin: 10px 0 20px;
    }
.bgwhite{
    background:#fff;
}
.bggreenblur{
    background:#ebf5eb;
}

 .info-box {
      color: white;
      padding: 20px;
      text-align: center;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border: 1px solid #000;
    }
    .highlight-yellow {
      color: yellow;
    }
    .middle-text {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 100%;
      padding: 20px;
      font-size: 1.25rem;
    }
    .row-eq-height {
      display: flex;
      flex-wrap: wrap;
    }
    iframe {
      width: 100%;
      height: 200px;
    }
    
.intakebox{
    background:#DBB13B;
    color:#fff;
    
}
 .video-wrapper {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      height: 100%;
    }
    .video-wrapper iframe {
      width: 100%;
      height: 100%;
      min-height: 250px;
    }
    
    .media-block {
      background-color: white;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .video-wrapper {
      position: relative;
      width: 100%;
      padding-top: 56.25%; /* 16:9 Aspect Ratio */
    }

    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .image-stack img {
      width: 100%;
      object-fit: cover;
      display: block;
    }

    .section-caption {
      padding: 15px;
      background-color: #2f65b8;
      color: white;
      text-align: center;
      font-weight: 500;
    }

#chartdiv {
    width: 100%;
    height: 250px;
    }

.gallery-area {
padding-top: 0px;
}

.gallery-area .box {
position: relative;
overflow: hidden;
}

/* Background images */
.gallery-area .box .gallery-img {
height: 565px;
background-size: cover;
background-repeat: no-repeat;
}

.gallery-area .box .big-img {
height: 680px;
}



/* Overlay (Always Visible) */
.gallery-area .box .overlay {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3); /* Default black effect */
top: 0;
left: 0;
z-index: 9999;
transition: background-color 0.4s ease-in-out;
}

/* Overlay Content (Always Visible) */
.gallery-area .box .overlay .overlay-content {
position: absolute;
bottom: 10%;
left: 50%;
transform: translate(-50%, 50%);
text-align: center;
width: 100%;
}

/* Text Styles */
.gallery-area .box .overlay .overlay-content p {
color: #ffffff;
font-size: 18px;
font-weight: 300;
margin-bottom: 5px;
text-align:center;
}

.gallery-area .box .overlay .overlay-content h3 {
color: #ffffff;
font-size: 50px;
margin: 0;
text-transform: uppercase;
font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
}

/* Hover Effect: Darken the Overlay */
.gallery-area .box:hover .overlay {
background-color: rgba(0, 0, 0, 0.6); /* Darker effect on hover */
}

/* Snake Hover Effect */
.gallery-area .box.snake {
position: relative;
overflow: hidden;
}

.gallery-area .box.snake::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
transition: left 0.4s ease-in-out;
}

.gallery-area .box.snake:hover::before {
left: 0;
}
.suggestion-item {
    padding: 10px;
    cursor: pointer;
    text-align: left;
    display: flex; 
    align-items: center;
    z-index:99999999 !important;
}

.suggestion-item img {
    flex-shrink: 0; /* Prevents the image from shrinking */
    margin-right: 10px; /* Adjust spacing between image and text */
}
.suggestion-item {
    padding: 10px;
    cursor: pointer;
}
.suggestion-item:hover {
    background-color: #f8f9fa;
}
.ed-breadcrumbs__title h3{
    color:#ffffff;
}
.ed-course__details-list {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    border-radius: 8px;
    overflow: hidden;
}

.ed-course__details-list th, 
.ed-course__details-list td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: left;
}

.ed-course__details-list th {
    background: #007BFF;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.ed-course__details-list tr:nth-child(even) {
    background: #f1f1f1;
}

.ed-course__details-list tr:hover {
    background: #ddd;
}

@media (max-width: 768px) {
    .ed-course__details-list {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    .ed-course__details-list td, 
    .ed-course__details-list th {
        padding: 10px;
    }
    .sub-menu{
        display:none !important;
    }
}
.top-bar {
            background-color: #2D325C;
            color: white;
            font-size: 14px;
            text-align: center;
            padding: 5px 0;
        }
        .navbar {
            background-color: #ffffff;
            padding: 10px 0;
        }
        
        .nav-link {
            color: #000000 !important;
            font-weight: bold;
        }
        .nav-item:hover .nav-link {
            text-decoration: underline;
        }
        .course-guide {
            background-color: #f28c38;
            color: white;
            padding: 8px 15px;
            border-radius: 5px;
            font-weight: bold;
        }
        .course-guide:hover {
            background-color: #415178;
            color: white;
        }
        .sub-menu {
            background-color: #ffffff;
            padding: 5px 0;
        }
        .sub-menu .dropdown-menu {
            background-color: #031035;
        }
        .sub-menu .dropdown-menu a {
            color: white;
        }

.collaboration-section {
            background: url('https://www.cahm.lk/wp-content/uploads/2016/08/4-5.jpg') no-repeat center center/cover;
            color: white;
            position: relative;
            display: flex;
            align-items: center;
        }
        .overlay {
            position: absolute;
            left: 0;
            top: 0;
            width: 50%;
            height: 100%;
            background-color: #031035;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 50px;
        }
        .collaboration-content {
            max-width: 600px;
            position: relative;
            z-index: 2;
        }
        .collaboration-content h2 {
            color: #f28c38;
            font-weight: bold;
        }
        .collaboration-content p {
            font-size: 16px;
            line-height: 1.6;
        }
        .learn-more {
            border: 2px solid #f28c38;
            color: #f28c38;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: bold;
            text-decoration: none;
            display: inline-block;
            margin-top: 20px;
        }
        .learn-more:hover {
            background-color: #f28c38;
            color: white;
        }
        .australia-map {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 200px;
            z-index: 1;
        }
        .chef-overlay {
            position: absolute;
            top: 0;
            left: 50%;
            width: 50%;
            height: 100%;
            background: rgba(3, 16, 53, 0.5);
        }
        
@media (min-width: 992px) {
    .mob {
        display: none !important;
    }
}


.home-page {
    background-color: #2D325C;
}

.inner-page {
    background-color: white;
}

.navbar-brand img {
    height: 105px;
    position: absolute;
    top: 0px;
    left: 5%;
    z-index:999;
}

/* Adjust styles for smaller screens */
@media (max-width: 768px) {
    .navbar-brand img {
        position: relative; /* or absolute if needed */
        height: 80px; /* Adjust height for mobile */
        left: 5%;
    }

    
}

.owl-item img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensures the image covers the container */
}

.zenith-navbar {
            padding: 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            position: relative;
            width: 100%; /* Keep this to ensure proper mega menu positioning */
        }
        
        .quantum-brand {
            padding: 15px 15px;
            font-weight: 700;
        }
        
        .vortex-nav-item {
            padding: 0;
        }
        
        .nebula-nav-link {
            font-weight: 500;
            transition: color 0.2s, background-color 0.2s;
        }
        
        .nebula-nav-link:hover {
            background-color: rgba(0, 0, 0, 0.03);
        }
        
        .cascade-dropdown {
            border: none;
            border-radius: 0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        /* Critical styles for full-width mega menu */
        .vortex-dropdown {
            position: static !important;
        }
        
        .atlas-mega-menu {
            width: 100% !important;
            max-width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            left: 0 !important;
            right: 0 !important;
            position: absolute !important;
            padding: 20px 0;
        }
        
        .mega-container {
            width: 100%;
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        .prism-list-item {
            border: none;
            padding: 8px 0;
            background: transparent;
            transition: transform 0.2s;
        }
        
        .prism-list-item:hover {
            transform: translateX(5px);
        }
        
        .prism-list-item a {
            color: #666;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .prism-list-item a:hover {
            color: #0d6efd;
        }
        
        .helix-heading {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 15px;
            position: relative;
            padding-bottom: 8px;
            color:#fff;
        }
        
        .helix-heading:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 30px;
            height: 3px;
            background-color: #0d6efd;
        }
        
        /* Show dropdown on hover for desktop only */
        @media (min-width: 992px) {
            .vortex-dropdown:hover .cascade-dropdown {
                display: block;
            }
        }
        
        @media (max-width: 992px) {
            .atlas-mega-menu {
                position: static !important;
                padding: 10px 15px;
            }
            .stellar-featured img {
                max-width: 100%;
            }
            
            
        }


        @media (max-width: 1300px) {
            .navbar-brand img {
                position: relative; /* or absolute if needed */
                height: 80px; /* Adjust height for mobile */
                left: 5%;
            }
        }

        
        /* Featured Item styling */
        .stellar-featured {
            background-color: #f8f9fa;
            border-radius: 4px;
            padding: 15px;
            height: 100%;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s;
        }
        
        .stellar-featured:hover {
            transform: translateY(-5px);
        }
        
        .stellar-featured img {
            width: 100%;
            height: auto;
            border-radius: 4px;
            margin-bottom: 10px;
            max-width: 100%;
        }
        
        /* Footer of Mega Menu */
        .cosmos-footer {
            background-color: #f8f9fa;
            padding: 10px 0;
            margin-top: 20px;
            border-top: 1px solid #eee;
        }
        
        /* User actions area */
        .quantum-actions {
            display: flex;
            align-items: center;
        }
        
        .nova-button {
            transition: all 0.3s;
        }
        
        .nova-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        /* Fix for right-aligned login button */
        .login-btn {
            margin-left: 15px;
        }
.mega-container p{
    color:#ffffff;
}
 .program-thumbnail {
        width: 60px;
        object-fit: cover;
        border-radius: 5px;
        margin-right: 10px;
    }
    .prism-list-item a {
        display: flex;
        align-items: center;
    }