:root {
    --topbar-height-header: 64px;
    --accent-header: #1c1d1f;
    --muted-header: #6c757d;
    --accent-header-2: #fbc02d;
}

/* Header */
.topbar {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    height: var(--topbar-height-header);
    display: flex;
    align-items: center;
    padding: 0.4rem 0.75rem;
    position: sticky;
    top: 0;
    z-index: 1050;
}

/* ensure navbar-toggler-icon visible even outside typical navbar structure */
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%2818,18,18,0.8%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.brand-logo img {
    height: 48px;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 720px;
    margin: 0 1rem;
}

.search-container .form-control {
    height: 44px;
    border-radius: 999px;
    border: 1px solid #cfcfcf;
    padding-left: 44px;
    font-size: .95rem;
    background: #fff;
}

.search-container .fa-magnifying-glass {
    position: absolute;
    left: 14px;
    color: var(--muted-header);
    font-size: 1rem;
}

/* Desktop actions (links + CTAs) */
.actions-desktop {
    gap: 0.5rem;
    align-items: center;
}

.actions-desktop .nav-link {
    color: var(--accent-header);
    padding: 0.25rem 0.5rem;
}

.actions-desktop .btn {
    min-width: 96px;
}

/* Collapse card for mobile */
.mobile-collapse-card {
    border: 0;
    background: transparent;
}

/* small tweak so mobile collapse is visually distinct and above other content */
.mobile-collapse-card .card-body,
.mobile-collapse-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* ensure collapse panel sits above content when expanded */
#topbarCollapse {
    position: relative;
    z-index: 1100;
}
/* video */
/* ================= WATCH VIDEO BUTTON ================= */
.ai-btn .btn {
  position: relative;
  padding: 12px 22px 12px 50px;
  font-weight: 500;
  transition: 0.2s ease;
}

.ai-btn .btn::before {
  /* content: "▶ "; */
  position: absolute;
  left: 22px;
  font-size: 14px;
}

.ai-btn .btn:hover {
  transform: translateY(-2px);
}

/* ================= VIDEO MODAL ================= */
.modal-content {
  border-radius: 14px;
  overflow: hidden;
}

.modal-body video {
  max-height: 75vh;
  background: #000;
}
#unmuteHint {
  position: absolute;
  bottom: 18px;
  right: 18px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  pointer-events: none;
}


/* ================= FOOTER BASE ================= */
.seeree-footer {
  background-color: #23242a;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* Container */
.seeree-footer-container {
  max-width: 1300px;
  margin: auto;
}

/* Layout */
.seeree-footer-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Column */
.seeree-footer-col {
  padding: 10px;
  font-size: 14px;
}

/* Logo */
.seeree-footer-logo {
  height: 65px;
  width: auto;
}

/* Titles */
.seeree-footer-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
}

/* Text */
.seeree-footer-text {
  font-size: 14px;
  color: #dddddd;
  line-height: 1.6;
  text-align: justify;
}

/* ================= SEARCH ================= */
.search-container {
  position: relative;
}

.search-container i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
}

.search-container input {
  padding-left: 38px;
  border-radius: 25px;
  border: none;
}

/* ================= ADDRESS ================= */
.seeree-footer-contact {
  list-style: none;
  padding: 0;
}

.seeree-footer-contact li {
  margin-bottom: 10px;
  color: #ddd;
}

.seeree-footer-contact i {
  color: #fbbf24;
  margin-right: 8px;
}

/* ================= SOCIAL ICONS ================= */
.seeree-footer-social {
  margin-top: 10px;
}

.seeree-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #fbbf24;
  color: #000;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s;
}

.seeree-social-btn:hover {
  background: #ffffff;
}

/* ================= OPENING TABLE ================= */
.seeree-footer-table {
  width: 100%;
}

.seeree-footer-table td {
  padding: 6px 0;
  color: #ddd;
}
/* ================= FOOTER BASE ================= */
.seeree-footer {
  background-color: #23242a;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* ================= CONTAINER ================= */
.seeree-footer-container {
  max-width: 1300px;
  margin: auto;
}

/* ================= LAYOUT ================= */
.seeree-footer-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ================= COLUMN ================= */
.seeree-footer-col {
  padding: 10px;
  font-size: 14px;
}

/* ================= LOGO ================= */
.seeree-footer-logo {
  height: 65px;
  width: auto;
}

/* ================= TITLES ================= */
.seeree-footer-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
}

/* ================= TEXT ================= */
.seeree-footer-text {
  font-size: 14px;
  color: #dddddd;
  line-height: 1.6;
  text-align: justify;
}

/* ================= QUICK LINKS ================= */
.seeree-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seeree-footer-links li {
  margin-bottom: 10px;
}

.seeree-footer-links a {
  color: #dddddd;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.seeree-footer-links a::before {
  content: "›";
  margin-right: 8px;
  color: #fbbf24;
}

.seeree-footer-links a:hover {
  color: #fbbf24;
}

/* ================= ADDRESS ================= */
.seeree-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seeree-footer-contact li {
  margin-bottom: 10px;
  color: #dddddd;
}

.seeree-footer-contact i {
  color: #fbbf24;
  margin-right: 8px;
}

/* ================= SOCIAL ICONS ================= */
.seeree-footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.seeree-social-btn {
  width: 40px;
  height: 40px;
  background: #fbbf24;
  color: #000000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.seeree-social-btn:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* ================= OPENING DAYS TABLE ================= */
.seeree-footer-table {
  width: 100%;
  border-collapse: collapse;
}

.seeree-footer-table td {
  padding: 6px 0;
  color: #dddddd;
}

/* ================= SEARCH ================= */
.search-container {
  position: relative;
}

.search-container i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #777777;
}

.search-container input {
  padding-left: 38px;
  border-radius: 25px;
  border: none;
}

/* ================= COPYRIGHT ================= */
.seeree-footer-copy {
  border-top: 1px solid #333333;
  font-size: 13px;
}

.seeree-footer-copy a {
  color: var(--accent-header-2);
  text-decoration: none;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .seeree-footer-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .seeree-footer-row {
    grid-template-columns: 1fr;
  }

  .seeree-footer-col {
    padding-bottom: 20px;
  }
}

.seeree-social-btn {
    background: #fbc02d;
    color: #23242a;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:991.98px) {
    .search-container {
        margin: 0.5rem 0;
        max-width: none;
    }

    .brand-logo img {
        height: 44px;
    }

    /* make topbar a bit taller on mobile if collapse button visible */
    .topbar {
        height: auto;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

/* --------------Layout---------------------- */


/* --------------Home------------------------- */

/* Custom Button Styles */
.service-button {
    text-decoration: none;
    background: transparent;
    color: black;
    border: 1px solid black;
    padding: 10px 20px;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: white;
}


.service-button:hover {
    background-color: black;
    color: white;
}

.active-service {
    background-color: black;
    color: white;
    border: none;

}

/* Arrow positioning outside the slider */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5%;
    z-index: 10;
}

/* Border between courses and sub-courses */
.sub-courses {
    border-top: 2px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

/* Set default display for Data Science SMCtion */
#data-science {
    display: block;
}

/* Set default display for Deep Learning SMCtion */
#deep-learning-courses {
    display: block;
}

/* ==============================
   Career SMCtion Styles
   ============================== */
.career-SMCtion {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 60px 8%;
    background: #fff;
    color: #111;
    gap: 40px;
    box-sizing: border-box;
}

.career-text {
    flex: 1 1 300px;
    min-width: 250px;
}

.career-text h2 {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
}

.career-text p {
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
}

.career-carousel {
    flex: 2 1 650px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.career-track {
    display: flex;
    transition: transform 0.8s ease-in-out;
    will-change: transform;
}

.career-card {
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 10px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    min-width: calc(33.333% - 20px);
}

.career-card img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.career-card:hover img {
    transform: scale(1.05);
}

.career-card-content {
    padding: 18px 20px;
}

.career-users {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.career-users::before {
    /*content: "\f4cf";*/
}

.career-card-title {
    font-size: 1.5rem;
    font-weight: 600;
}

/* --- Controls --- */
.career-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    gap: 14px;
}

.career-arrow {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 22px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: 0.3s;
    flex-shrink: 0;
}

.career-arrow:hover {
    background: #f2f2f2;
}

.career-indicators {
    display: flex;
    gap: 8px;
    align-items: center;
}

.career-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    transition: 0.3s;
}

.career-dot.active {
    background: #6f42c1;
    width: 24px;
    border-radius: 6px;
}

/* --- Tablet --- */
@media (max-width: 992px) {
    .career-card {
        flex: 0 0 calc(50% - 20px);
        min-width: calc(50% - 20px);
    }

    .career-card img {
        height: 240px;
    }

    .career-text h2 {
        font-size: 2.2rem;
    }
}

/* --- Mobile --- */
@media (max-width: 600px) {
    .career-SMCtion {
        flex-direction: column;
        padding: 40px 6%;
    }

    .career-carousel {
        width: 100%;
    }

    .career-card {
        flex: 0 0 100%;
        min-width: 100%;
        margin: 0;
    }

    .career-card img {
        height: 220px;
    }

    .career-arrow {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }

    .career-text h2 {
        font-size: 1.8rem;
    }

    .career-dot.active {
        width: 18px;
    }
}

.aibody {
    /*background: radial-gradient(circle at top left, #eef1f5, #d9dee7);*/
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.ai-hero {
    background: linear-gradient(145deg, #1e1f2a 0%, #26283a 100%);
    border-radius: 32px;
    padding: 70px 5%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    margin: 60px auto;
    max-width: 1300px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
}

/* subtle animated glow overlay */
.ai-hero::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(107, 70, 255, 0.25), transparent 70%);
    animation: pulse 5s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes pulse {
    from {
        transform: scale(1);
        opacity: 0.6;
    }

    to {
        transform: scale(1.2);
        opacity: 0.9;
    }
}

/* Left SMCtion */
.ai-left {
    flex: 1 1 500px;
    position: relative;
    z-index: 1;
    animation: slideInLeft 1s ease forwards;
    opacity: 0;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-60px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.ai-left h2 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.3;
    background: linear-gradient(to right, #ffffff, #a4b2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai-left p {
    color: #d0d0d0;
    margin-top: 14px;
    font-size: 1.1rem;
    max-width: 500px;
}

.ai-points {
    margin-top: 30px;
}

.ai-points div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e8e8e8;
    font-size: 1.05rem;
    margin-bottom: 12px;
    transition: all 0.3s;
}

.ai-points div:hover {
    color: #b9c4ff;
    transform: translateX(5px);
}

.ai-points i {
    font-size: 1.3rem;
}

.ai-btn {
    margin-top: 40px;
}

.ai-btn .btn {
    background: linear-gradient(90deg, #7a5fff, #5d2ff5);
    color: #fff;
    font-weight: 600;
    padding: 12px 34px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 18px rgba(100, 80, 255, 0.4);
    transition: 0.3s;
}

.ai-btn .btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(120, 90, 255, 0.6);
}

.ai-price {
    margin-top: 12px;
    color: #bbb;
    font-size: 1rem;
}

/* Right SMCtion */
.ai-right {
    flex: 1 1 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    animation: fadeIn 1.2s ease forwards;
    opacity: 0;
}

@keyframes fadeIn {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.ai-right img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    max-width: 580px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
    transition: transform 0.6s ease;
}

.ai-right img:hover {
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 992px) {
    .ai-hero {
        flex-direction: column;
        text-align: center;
        padding: 50px 30px;
    }

    .ai-left h2 {
        font-size: 2.2rem;
    }

    .ai-right img {
        width: 90%;
        max-width: 480px;
    }
}

@media (max-width: 576px) {
    .ai-left p {
        font-size: 1rem;
    }

    .ai-btn .btn {
        width: 100%;
    }
}

/*------------------------------*/

.skills-SMCtion-body {
    background: #fff;
    font-family: 'Inter', sans-serif;
    color: #1c1d1f;
    padding: 40px 0;
}

.skills-SMCtion {
    max-width: 1300px;
    margin: auto;
}

.skills-SMCtion h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.skills-SMCtion p {
    font-size: 1.05rem;
    color: #6a6f73;
    margin-bottom: 30px;
}

.nav-tabs {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 30px;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.nav-tabs .nav-link {
    border: none;
    font-weight: 600;
    color: #6a6f73;
    font-size: 1rem;
    padding: 10px 20px;
    transition: 0.3s;
}

.nav-tabs .nav-link.active {
    color: #1c1d1f;
    border-bottom: 3px solid #1c1d1f;
    background-color: transparent;
}

/* Course Cards */
.course-card {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.course-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.course-content {
    padding: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.course-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1c1d1f;
    margin-bottom: 5px;
}

.course-instructor {
    font-size: 0.9rem;
    color: #6a6f73;
    margin-bottom: 8px;
}

.badge {
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
}

.badge-success {
    background: #e6f4ea;
    color: #137333;
}

.badge-premium {
    background: #efe6f9;
    color: #6f42c1;
}

.rating {
    color: #f5b50a;
    font-weight: 600;
}

.course-meta {
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.course-price {
    font-size: 1rem;
    font-weight: 700;
    color: #1c1d1f;
}

.course-price del {
    color: #6a6f73;
    font-weight: 400;
    margin-left: 6px;
}

.show-link {
    display: inline-block;
    margin-top: 25px;
    color: #5624d0;
    font-weight: 600;
    text-decoration: none;
}

.show-link:hover {
    text-decoration: underline;
}

/* ======== SMCTION 1: COMPANY LOGO SCROLL ======== */
.trusted-companies {
    /*background-color: #f8f9fa;*/
    padding: 20px 0;
    text-align: center;
}

.trusted-companies h6 {
    color: #555;
    font-weight: 500;
    margin-bottom: 40px;
}

.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-track {
    display: flex;
    width: calc(250px * 14);
    /* adjust width based on number of logos */
    animation: scroll 30s linear infinite;
}

.logo-track img {
    height: 50px;
    margin: 0 50px;
    object-fit: contain;
    /*filter: grayscale(100%);*/
    transition: filter 0.3s ease;
}

.logo-track img:hover {
    filter: grayscale(0%);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ======== SMCTION 2: TESTIMONIALS ======== */
.testimonials {
    background-color: #fff;
    padding: 80px 0;
}

.testimonials h2 {
    font-weight: 700;
    margin-bottom: 40px;
    color: #1c1d1f;
}

.testimonial-card {
    border: 1px solid #e3e6e8;
    border-radius: 12px;
    padding: 30px;
    background: #fff;
    height: 100%;
    transition: box-shadow 0.3s;
}

.testimonial-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.testimonial-card p {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.testimonial-quote {
    font-size: 28px;
    color: #000;
    margin-bottom: 10px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.user-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 10px;
}

.user-name {
    font-weight: 500;
    margin: 0;
}

.testimonial-link {
    display: inline-block;
    color: #5624d0;
    font-weight: 500;
    text-decoration: none;
    margin-top: 10px;
}

.testimonial-link:hover {
    text-decoration: underline;
}

/*----------------------------------------*/
/* ----- HERO SMCTION ----- */
.banner-wrap {
    background: linear-gradient(135deg, #1f1f2b, #2e2f40);
    color: #fff;
    padding: 70px 50px;
    border-radius: 20px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.banner-wrap::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    filter: blur(10px);
}

.banner-wrap h2 {
    font-size: 2.2rem;
    font-weight: 600;
}

.banner-cta {
    color: #f8f8f8;
    font-weight: 500;
    text-decoration: underline;
}

/* ----- CERTIFICATION CARDS ----- */
.cert-box {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    transition: all 0.35s ease;
    overflow: hidden;
}

.cert-box:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.cert-box img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 120px;
    object-fit: cover;
    width: 100%;
}

.cert-box-body h6 {
    margin: 0 0 6px 0;
    font-size: 0.95rem;
    color: #fff;
    font-weight: 500;
}

.cert-box-body small {
    color: #ddd;
    font-size: 0.75rem;
}

/* ----- CAREER SMCTION ----- */
.program-wrap {
    margin-top: 70px;
}

.program-title {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 15px;
}

.program-subtitle {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
}

.program-box {
    border: none;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    overflow: hidden;
    cursor: pointer;
}

.program-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

.program-box img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.box-ratings {
    font-size: 0.85rem;
    margin-top: 8px;
    color: #777;
}

.badge-rate {
    background: #ffefc4;
    color: #8a6900;
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 0.75rem;
    font-weight: 500;
    margin-right: 6px;
}

.link-viewall {
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    color: #4a44f2;
}

.link-viewall:hover {
    text-decoration: underline;
}

/*===========================*/
.skillbody {
    font-family: 'Inter', sans-serif;
    background-color: #f9f9fb;
    color: #1c1d1f;
}

/* ---------- Popular Skills SMCtion ---------- */
.skills-SMCtion {
    padding: 4rem 0;
}

.skills-SMCtion h2 {
    font-weight: 700;
    margin-bottom: 2rem;
}

.skills-card h5 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.skills-card a {
    display: block;
    color: #5624d0;
    font-weight: 500;
    margin-bottom: 0.4rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.skills-card a:hover {
    color: #3e19a6;
    text-decoration: underline;
}

.show-trending {
    margin-top: 1rem;
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border: 1px solid #5624d0;
    border-radius: 6px;
    color: #5624d0;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.show-trending:hover {
    background-color: #5624d0;
    color: #ffffff !important;
    transform: translateY(-2px);
    text-decoration: none;
}

/* ---------- Case Study SMCtion ---------- */
.case-SMCtion {
    background-color: #fff;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.case-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}

.case-item.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    position: relative;
}

.case-header {
    color: #555;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.case-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 0.5rem;
    line-height: 1.4;
}

.stat h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1c1d1f;
}

.stat p {
    color: #555;
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

.read-btn {
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    padding: 0.75rem 1.5rem;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.read-btn:hover {
    background-color: #3e19a6;
    transform: translateY(-2px);
}

.case-image img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    /* prevent inline spacing artifacts */
}

.case-image img.fade-out {
    opacity: 0;
    transform: scale(0.97);
}

/* ---------- Carousel Dots ---------- */
.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: 0.6rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot:hover {
    background-color: #bdbdbd;
    transform: scale(1.2);
}

.dot.active {
    background-color: #5624d0;
    transform: scale(1.3);
}

@media (max-width: 768px) {
    .case-title {
        font-size: 1.4rem;
        text-align: center;
    }

    .case-SMCtion {
        text-align: center;
    }

    .stat {
        text-align: center;
    }
}

/* Make slider always show full image without cropping */
#heroSlider .carousel-item {
    background-color: #000;
    /* fills empty area on tall screens */
    text-align: center;
}

#heroSlider .carousel-item img {
    max-width: 100vw;
    width: 100%;
    height: auto;
    object-fit: contain;
    /* already used, keep if you want no crop */
    display: block;
}

/* Optional: remove caption crop on small screens */
.carousel-caption {
    bottom: 20px;
}


/* -------------------Login---------------------------- */



/* =============================
        WRAPPER + CONTAINER
  ============================== */
.seeree-login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #fff;
    font-family: 'Inter', Arial, sans-serif;
}

.seeree-login-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1050px;
    background: transparent;
    /* no background */
    border: none;
    /* remove border */
    box-shadow: none;
    /* remove box shadow */
}

/* =============================
        LEFT ILLUSTRATION
  ============================== */
.seeree-login-illustration {
    flex: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    /* no background */
    padding: 50px;
}

.seeree-login-illustration img {
    width: 100%;
    /* max-width: 850px; */
    height: auto;
    transition: 0.3s ease;
}

.seeree-login-illustration img:hover {
    transform: scale(1.03);
}

/* =============================
        RIGHT FORM SECTION
  ============================== */
.seeree-login-form {
    flex: 1;
    padding: 60px 50px;
    background: none;
    /* no background */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seeree-login-form h2 {
    color: #111;
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.seeree-login-form p {
    color: #666;
    text-align: center;
    margin-bottom: 25px;
}

.seeree-login-form form {
    width: 100%;
    max-width: 360px;
}

.seeree-login-form input {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 1rem;
    margin-bottom: 15px;
}

/* =============================
        REMEMBER ME + FORGOT
  ============================== */
.seeree-form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #555;
}

.remember-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    line-height: 1;
}

.remember-label input {
    accent-color: #000000;
    width: 18px;
    height: 18px;
}

.seeree-form-options a {
    color: #000000;
    text-decoration: none;
}

.seeree-form-options a:hover {
    text-decoration: underline;
}

/* =============================
        LOGIN BUTTON
  ============================== */
.seeree-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    background-color: #000000;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.seeree-btn:hover {
    background-color: #5b21b6;
}

/* =============================
        DIVIDER + SOCIAL LOGIN
  ============================== */
.seeree-divider {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 360px;
    color: #999;
    font-size: 0.9rem;
    margin: 25px 0 15px;
}

.seeree-divider::before,
.seeree-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ddd;
    margin: 0 10px;
}

.seeree-social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.seeree-social-icons img {
    width: 44px;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px;
    transition: 0.2s;
    background: #fff;
}

.seeree-social-icons img:hover {
    transform: scale(1.08);
    border-color: #7c3aed;
}

/* =============================
        FOOTER LINKS
  ============================== */
.seeree-login-footer {
    text-align: center;
    margin-top: 30px;
    color: #666;
}

.seeree-login-footer a {
    color: #7c3aed;
    font-weight: 600;
    text-decoration: none;
}

.seeree-login-footer a:hover {
    text-decoration: underline;
}

/* =============================
        ALERT
  ============================== */
.seeree-alert {
    background: #fef2f2;
    color: #b91c1c;
    padding: 10px;
    width: 100%;
    max-width: 360px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 15px;
}

/* =============================
        RESPONSIVE DESIGN
  ============================== */
@media (max-width: 900px) {
    .seeree-login-box {
        flex-direction: column;
        max-width: 95%;
    }

    .seeree-login-illustration {
        padding: 20px;
    }

    .seeree-login-illustration img {
        max-width: 400px;
    }

    .seeree-login-form {
        padding: 35px 25px;
    }
}


/* ----------Register------------ */



/* =============================
          WRAPPER + CONTAINER
    ============================== */
.seeree-register-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #fff;
    font-family: 'Inter', Arial, sans-serif;
}

.seeree-register-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    background: transparent;
    border: none;
    box-shadow: none;
}

/* =============================
          LEFT ILLUSTRATION
    ============================== */
.seeree-register-illustration {
    flex: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    padding: 50px;
}

.seeree-register-illustration img {
    width: 100%;
    height: auto;
    transition: 0.3s ease;
}

.seeree-register-illustration img:hover {
    transform: scale(1.03);
}

/* =============================
          RIGHT FORM SECTION
    ============================== */
.seeree-register-form {
    flex: 1;
    padding: 60px 50px;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seeree-register-form h2 {
    color: #111;
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.seeree-register-form p {
    color: #666;
    text-align: center;
    margin-bottom: 25px;
}

form {
    width: 100%;
    max-width: 380px;
}

input,
select {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 1rem;
    margin-bottom: 15px;
}

select {
    background-color: #fff;
    color: #333;
}

/* =============================
          CAPTCHA (FIXED ALIGNMENT)
    ============================== */
.captcha-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
}

.captcha-text {
    flex: 0 0 auto;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    background-color: #f2f2f2;
    padding: 8px 14px;
    border-radius: 6px;
    text-align: center;
    letter-spacing: 2px;
}

.captcha-input {
    flex: 1;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

.warning-message {
    color: #b91c1c;
    font-size: 0.85rem;
    display: none;
    margin-top: -5px;
    margin-bottom: 10px;
    text-align: center;
}

/* =============================
          BUTTON
    ============================== */
.seeree-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.seeree-btn:hover {
    background-color: #5b21b6;
}

/* =============================
          FOOTER LINK
    ============================== */
.seeree-register-footer {
    text-align: center;
    margin-top: 25px;
    color: #666;
}

.seeree-register-footer a {
    color: #7c3aed;
    font-weight: 600;
    text-decoration: none;
}

.seeree-register-footer a:hover {
    text-decoration: underline;
}

/* =============================
          RESPONSIVE DESIGN
    ============================== */
@media (max-width: 900px) {
    .seeree-register-box {
        flex-direction: column;
        max-width: 95%;
    }

    .seeree-register-illustration {
        padding: 20px;
    }

    .seeree-register-illustration img {
        max-width: 400px;
    }

    .seeree-register-form {
        padding: 35px 25px;
    }
}


/* updated footer  */

/* ================= FOOTER BASE ================= */
.smc-footer {
  background: #1e2126;              /* dark charcoal */
  color: #e5e7eb;
  font-family: 'Poppins', sans-serif;
}

/* ================= CONTAINER ================= */
.smc-footer-container {
  max-width: 1300px;
  margin: auto;
  padding: 40px 20px;
}

/* ================= GRID ================= */
.smc-footer-grid {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1.2fr; /* ABOUT | QUICK LINKS | ADDRESS */
  gap: 40px;
}

/* ================= COLUMN ================= */
.smc-footer-col {
  font-size: 14px;
  text-align: left;
}

/* ================= LOGO ================= */
.smc-footer-logo {
  width: 90px;
  display: block;
  margin-bottom: 16px;
}

/* ================= TITLES ================= */
.smc-footer-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #ffffff;
}

/* ================= ABOUT SECTION ================= */
.smc-footer-about {
  text-align: left;
}

.smc-footer-text {
  max-width: 520px;
  font-size: 15px;
  line-height: 1.8;
  color: #cbd5e1;
  margin: 0;
}

/* ================= ABOUT SOCIAL ICONS ================= */
.smc-about-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.smc-about-social .smc-social-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  color: #9ca3af;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
}

.smc-about-social .smc-social-btn:hover {
  background: #fbbf24;
  color: #1e2126;
  transform: translateY(-2px);
}

/* ================= QUICK LINKS ================= */
.smc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.smc-footer-links li {
  margin-bottom: 12px;
}

.smc-footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.smc-footer-links a::before {
  content: "›";
  margin-right: 8px;
  color: #fbbf24;
}

.smc-footer-links a:hover {
  color: #fbbf24;
}

/* ================= ADDRESS ================= */
.smc-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.smc-footer-contact li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  color: #cbd5e1;
}

.smc-footer-contact i {
  color: #fbbf24;
  margin-top: 3px;
}

/* ================= OPENING DAYS ================= */
.smc-footer-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 6px;
}

.smc-footer-table td {
  padding: 6px 0;
  color: #cbd5e1;
  font-size: 14px;
}

/* ================= COPYRIGHT ================= */
.smc-footer-copy {
  border-top: 1px solid #2a2e35;
  margin-top: 30px;
  padding: 16px;
  font-size: 13px;
  text-align: center;
  color: #9ca3af;
}

.smc-footer-copy a {
  color: #fbbf24;
  text-decoration: none;
}

.smc-footer-copy a:hover {
  text-decoration: underline;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .smc-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .smc-footer-text {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .smc-footer-grid {
    grid-template-columns: 1fr;
  }

  .smc-footer-col {
    margin-bottom: 24px;
  }

  .smc-footer-logo {
    width: 80px;
  }

  .smc-about-social {
    justify-content: flex-start;
  }
}
