body {
  margin: 0;
  font-family: 'Lato', sans-serif !important;
  padding: 0;
}

* , ul, li {
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}
p , h1 {font-family: 'Lato', sans-serif !important;}
.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
  font-family: "Lato", sans-serif;
}

.container-fluid {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  font-family: "Lato", sans-serif;
}

.row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}


/* header-start  */
.sticky-top{
    z-index: 9 !important;
}

.flashing-text {
    color: #0000;
    background: linear-gradient(120deg, #fff, #f0f0f0, #bfbfbf, #f0f0f0, #fff) 0 0 / 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    place-self: center;
    animation: 4s
ease-in-out infinite light-sweep;
}
@keyframes light-sweep {
  0% {
    background-position: -100% 0;
}

100% {
    background-position: 100% 0;
}
}

/* Header end   */

 .category-box {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 12px;
        min-height: 55px;
        background: white;
        border: 1px solid white;
        border-radius: 8px;
        box-shadow: 0px 2px 6px rgba(0,0,0,0.12);
        transition: 0.3s;
    }
    .category-box:hover {
        border-color: #a30000;
    }
    .category-box img {
        height: 26px;
    }
    .goals-category .small , .Venue-category .small{
        color:#1e2939;
        font-weight: 500;

    }





      .obtain-content {
      background:
        linear-gradient(rgba(0, 0, 0, 0.4),
          rgba(0, 0, 0, 0.4)),
        url(https://glomacs.com/images/bg-certificates.webp?v=1764327486);
      background-position: center;
      padding: 60px 0 95px;
      background-size: cover;
    }

    /* Parent wrapping all styles */
    .cert-section {margin-top: -9%;}

    /* 5 columns on desktop */
    .cert-section .col-lg-2-4 {
      flex: 0 0 20%;
      max-width: 20%;
    }

    /* Tablet: 4 columns */
    @media (max-width: 991px) {
      .cert-section .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
      }
    }

    /* Mobile: 3 columns */
    @media (max-width: 767px) {
      .cert-section .col-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
      }
    }

    /* Card Design */
    .cert-section .cert-card {
      display: block;
      background: #fff;
    padding: 30px 25px 30px;
      text-align: center;
      border-radius: 10px;
      border: 1px solid #e5e5e5;
          box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);

    }

    /* Logo */
    .cert-section .logo-box img {
      height: 55px;
      object-fit: contain;
      width: 100%;
    }

    /* Title */
    .cert-section .cert-title {
      font-size: 12px;
      font-weight: 700;
      color: #1e2939;
      margin-top: 12px;
      text-decoration: none;
      min-height: 40px;
    }
    .cert-card {
  text-decoration: none !important;
}

    .course-details img {height: 80px;}
    .course-details .col-3 {background: #fff;}
    .course-details {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}


.course-details > div {
  flex: 0 0 calc(25% - 0.75rem);
  max-width: calc(25% - 0.75rem);
}
.course-content h4 {font-weight: 600;}
.course-details a {text-decoration: none; color: #b8372f;}
.course-details p {font-size: 14px; color: #737373;}
.course-details h5 {font-weight: 600; color: #1e2939; margin-top: 10px;}

/* Parent wrapper */


/* Card */
.featured-training .ft-card {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 18px;
    height: 180px;
    transition: 0.3s ease;
    cursor: pointer;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}

/* Hover effect (slick style) */
.featured-training .ft-card:hover {
    border-color: #b91c1c;
    box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}
.featured-training a {text-decoration: none !important;}

/* Title */
.featured-training .ft-title {
    font-size: 16px;
    height: 80px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    color: #1e2939;
    margin-bottom: 10px;
}

/* Info rows */
.featured-training .ft-info {
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0;
}
.ft-info i {color:#a30000;}

/* Arrows */
.featured-training .custom-arrow {
    width: 36px;
    height: 36px;
    background: #c9c9c9;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.featured-training .custom-arrow svg {
    width: 18px;
    color: #fff;
}

.featured-training .custom-arrow:hover {
    background: #4b5563;
}

/* For Swiper spacing */
.featured-training .swiper-slide {
    margin-right: 20px;
}

   .partner-section {
      padding: 4rem 2rem;
    }
    .partner-text h3 {
      font-weight: 600;
      margin-bottom: 1.5rem;
    }
    .partner-text p {
      margin-bottom: 1.2rem;
      color: #333;
      font-size: 1rem;
      line-height: 1.5;
    }
    .partner-btn {
      background-color: #000;
      color: #fff;
      padding: 0.5rem 1.25rem;
      border-radius: 4px;
      text-decoration: none;
      font-size: 0.9rem;
      display: inline-block;
      transition: background-color 0.3s ease;
    }
    .partner-btn:hover {
      background-color: #444;
      color: #fff;
      text-decoration: none;
    }
         .partner-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 8px;
        }

        .partner-grid img {
            width: 100%;
            height: 85px;
            object-fit: contain;
            background: #fff;

            border-radius: 4px;
            border: 1px solid #eee;
        }

        @media (max-width: 768px) {
            .partner-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 576px) {
            .partner-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }




.articles-scroll-box {
    max-height: 350px;      /* Scroll height */
    overflow-y: auto;        /* Vertical scroll */
    padding-right: 10px;
    margin-top: 15px;
}

.article-card {
    border-left: 7px solid #c40000;
    padding: 15px;
    margin-bottom: 15px;
    background: #f8f8f8;
    transition: .5s all;
}
.article-card:hover {

    background: oklch(93.6% .032 17.717);
}

.articles-heading {font-weight: 600;}
.articles-text {font-weight: 400; font-size: 14px;}

.article-card h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #1e2939;
}

.article-card p {
    margin: 0 0 8px 0;
    color: #1e2939;
    font-weight: 500;
    font-size: 14px;
}

.article-card a {
    color: #c40000;
    font-weight: bold;
    text-decoration: none;
}

.view-btn {
    margin-top: 10px;
    background: #c40000;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.view-btn:hover {
    background: #a30000;
}

.subscribe {
    padding: 40px 0;
    color: #fff;

    /* Dark overlay + background image combined */
    background:
        linear-gradient(
            rgba(0, 0, 0, 0.7),       /* top black overlay */
            rgba(0, 0, 0, 0.7)        /* bottom black overlay */
        ),
        url("https://glomacs.com/images/bg-banner_1400.webp?v=1764327486");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Right side form */
.subscribe-form {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.subscribe-form input {
    width: 350px;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

.subscribe-form button {
    padding: 12px 25px;
    background: #c0392b;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.subscribe-form button:hover {
    background: #a62d21;
}


     /* -----------------------------
           ALL CSS INSIDE ONE PARENT
           ----------------------------- */
        .about-section {
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('https://glomacs.com/images/bg-about-us.webp?v=1764327486') center/cover no-repeat;
    padding: 60px 0;
    color: white;
}
        .about-section .about-box {
            max-width: 600px;
        }

        .about-section .form-container {
            background: rgba(0, 0, 0, 0.4);
            padding: 25px;
            border-radius: 8px;
        }

        .about-section .form-control {
            height: 46px;
            border-radius: 4px;
        }

        .about-section .captcha-img {
            height: 46px;
            width: 120px;
            border-radius: 4px;
            object-fit: cover;
        }

        .about-section .btn-submit {
            background: #c63d32;
            color: #fff;
            width: 100%;
            font-size: 18px;
            padding: 12px;
        }

        .about-section .btn-submit:hover {
            background: #a52a22;
        }
        .about-box h4 {font-weight: 600;}
         .about-box p {font-size: 16px;}


         /* FOOTER BASE */
.main-footer {
    background: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    padding-top: 40px;
}



/* TOP FOOTER */
.footer-top {
    padding-bottom: 40px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-col {
    flex: 1;
    min-width: 220px;
}

.footer-col h5 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 400;
}

.footer-col p {
    line-height: 1.6;
    font-size: 14px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}



.footer-col ul li a  ,.footer-col p{
    color: #d1d5dc;
    text-decoration: none;
}

.footer-col ul li a:hover {
    color: #dcdcdc;
}

/* DIVIDER LINE */
.footer-divider {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 0;
}

/* SOCIAL SECTION */
.footer-bottom {
    text-align: center;
    padding: 30px 0;
}

.footer-social-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 25px;
}

.footer-line {
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    flex: 1;
}

.footer-social {
    display: flex;
    gap: 18px;
}

.footer-social a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    font-family: "Font Awesome 5 Free", sans-serif;
}

.footer-social a:hover {
    color: #aaa;
}

/* LOGOS */
.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.copy {
    margin-bottom: 20px;
}

/* BOTTOM LINKS */
.footer-bottom-links a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    font-size: 14px;
}

.footer-bottom-links a:hover {
    color: #ccc;
}

/* RESPONSIVE */
@media (max-width: 600px) {

    .footer-bottom-links a {
        display: block;
        margin-bottom: 8px;
    }

    .footer-logos {
        flex-direction: column;
    }

    .footer-social-wrapper {
        gap: 8px;
    }
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

/* vertical divider between logos */
.logo-divider {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
}
.footer-bottom-links a, .copy, .footer-col a , .footer-col p {font-size: 12px;}
.footer-bottom-links a {text-decoration: underline !important; font-weight: 400;}
 /* Breadcrumb bar styling */
    .breadcrumb-bar {
        background-color: #f8f9fa;
        border-top: 2px solid #000;  /* black top border */
    }

    .breadcrumb {
        background: none;
        margin-bottom: 0;
        padding: 0;
        font-size: 14px;
    }
    .breadcrumb-item{
         padding: 0px !important;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        content: "»";
        color: #000;
        padding: 0px 2px;
    }

    .breadcrumb a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s ease;
    }

    .breadcrumb a:hover {
        color: #c00000; /* red hover */
    }

    .breadcrumb-item.active {
        color: #a0a0a0; /* gray text for last item */
        font-weight: 400;
    }

    .header-with-overlay { position: relative; background: url('https://glomacs.com/images/img-default-category.webp') no-repeat center center; background-size: cover; color: white; min-height: 200px; display: flex; align-items: center; }
.header-with-overlay .overlay { position: absolute; top:0; left:0; width:100%; height:100%; background-color: rgba(0,0,0,0.8); z-index:1; }
.header-with-overlay .container { position: relative; z-index:2; }
.certificate-img-wrapper { display: inline-block; }
.course-card { background:#fff; border-radius:10px; padding:20px; margin-bottom:15px; box-shadow:0 2px 5px rgba(0,0,0,0.05); }
.course-card .course-title,.course-date, .course-venue { font-weight:400;font-size:14px; color:#333; }
.course-title a {text-decoration: none;    color: #333!important;}
.course-title a:hover {text-decoration: none;    color: #9f0712!important;}
.course-title:hover {text-decoration: none;    color: #9f0712!important;}
.table-header { border-bottom:2px solid #800000; font-weight:400;font-size:14px; color:#555; margin-bottom:10px; }
button.filter-badge {
    background: #ffe2e2;
    color: #9f0712;
    border-radius: 50px;
    font-size: 14px;
    padding: 4px 10px !important;
    margin-top: 6px;
}




 .category-courses .cat-card {
            border-radius: 16px;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            padding-bottom: 10px;
        }

        .category-courses .cat-head img {
            height: 30px;
            /* width: 100%; */
        }

        .category-courses .cat-head h5 {
            font-size: 16px !important;
            color: #000;
            font-weight: 600;
        }

        .category-courses .cat-head p {
            color: #4a5565;
            font-size: 14px;
        }

        .category-courses .item-box {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 10px;
            padding: 6px 10px;
            margin-bottom: 8px;
            font-size: 14px;
            color: #4a5565;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .category-courses .item-box a {
            color: #4a5565;
            text-decoration: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

        .category-courses .item-box:hover a {
            color: #e7000b;
        }

        .category-courses .expand-btn {
            color: #e7000b;
            /* font-weight: bold; */
            cursor: pointer;
            text-align: center;
            padding: 5px 0;
        }

        .category-courses .row.equal-height {
            display: flex;
            align-items: stretch;
        }

        .category-courses .row.equal-height>[class^="col"] {
            display: flex;
        }

       .category-courses .cat-card {
            flex: 1;
            display: flex;
            flex-direction: column;
        }



        .filter-title {
            color: #fff;
            font-size: 22px;
            font-weight: 600;
            text-align: center;

        }

        /* Input (dropdown) style exactly like screenshot */
        .custom-select-box {
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 6px;
            height: 35px;
            width: 100%;
            padding: 5px 12px;
            font-size: 14px;
            color: #333;
        }

        /* Buttons */
        .btn-view {
            background: #6d80a5;
            color: #fff;
            padding: 6px 25px;
            border-radius: 6px;
            border: none;
        }

        .btn-view:hover {
            background: #5b6c8a;
            color: #fff;
        }

        .btn-reset {
            background: #e7e9ee;
            color: #000;
            padding: 6px 25px;
            border-radius: 6px;
            border: none;
        }

        .btn-reset:hover {
            background: #d8d9dd;
        }

.global-locations-section .region-title {
    font-size: 15px;
  color: #1e2939;
  text-decoration: underline;
    cursor: pointer;
    display: flex;
    width: max-content;
    justify-content: space-between;
    align-items: center;
}

.global-locations-section .arrow {
    font-size: 14px;
    color: #cf1d12;
    font-weight: bold;
}

.global-locations-section .region-content {
    display: none;
    padding: 10px 0 0 5px;
}

.global-locations-section .region-content.show {
    display: block;
}

/* CITY LIST MULTI COLUMN LIKE SCREENSHOT */
.global-locations-section .city-list {
    list-style-type: disc;
    padding-left: 14px;
    column-fill: auto;
    max-height: 140px;
        width: auto !important;
    column-gap: 25px;
}

.global-locations-section .city-list li {
    margin-bottom: 6px;
    font-size: 13px;
     list-style-type: disc;
     color: #1e2939;
}

.city-list.col-5 { columns: 5; }
.city-list.col-3 { columns: 3; }
.city-list.col-2 { columns: 2; }

/* RESPONSIVE */
@media(max-width: 768px) {
    .global-locations-section .city-list {
        columns: 2;
    }
}

@media(max-width: 576px) {
    .global-locations-section .city-list {
        columns: 1;
    }
}

@media(max-width: 768px) {
    .city-list { columns: 2 !important; }
}

@media(max-width: 480px) {
    .city-list { columns: 1 !important; }
}
.region-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.region-content.show {
    max-height: 500px; /* change if needed */
}

.glow-section {
    background: #000;
    padding: 40px 0;
    color: white;
}

/* FLEX LAYOUT */
.glow-section .glow-wrapper {
    display: flex;

    justify-content: center;
}

/* LEFT BOX */
.glow-section .left-box {
    width: 25%;
    text-align: left;
    font-size: 16px;

}
.glow-section .left-text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 300px;
    text-align: right;

}

/* DIVIDER */
.glow-section .divider {
    width: 2px;
    background: #d40000;
    height: -webkit-fill-available;
    margin: 0 20px;
}

/* RIGHT BOX */
.glow-section .right-box {
    width: 72%;

}
.glow-section .right-box p {
    font-size: 14px;
    line-height: 1.55;
}

/* MOBILE RESPONSIVE */
@media (max-width: 992px) {
   .glow-section .glow-wrapper {
        flex-direction: column;
    }
    .glow-section .left-box, .right-box {
        width: 100%;
    }
   .glow-section .divider {
        display: none;
    }
}


    .training-categories .course-box {
        background: #E5E7EB;
        padding: 10px 8px;
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        border-radius: 4px;
        cursor: pointer;
        color: #4a5565;
    }
   .training-categories .course-box:hover {
        background: #e6e6e6;
        color: #fff;
          background: #d90000;
    }



    .stats-section {
    background: #F4F4F5;
    padding: 30px 0;
}

.stats-section h3 {font-size: 24px; color: #1e2939; font-weight: bold;}
.stat-box h2 {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    color: #1e2939
; /* highlight color */
}

.stat-box .plus {
    font-size: 24px;
    font-weight: 700;
    color: #1e2939;
}

.stat-box p {
    margin-top: 10px;
    font-size: 18px;
    color: #1e2939;
    font-weight: 500;
}

.why-choose {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
        url(https://glomacs.com/images/bg-why-choose-glomacs.webp?v=1764974096)
        center/cover no-repeat;
    padding: 50px 0 30px;
}


.why-row .col-lg-6 {
    margin-bottom: 30px;
}

/* White box */
.why-box {
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px 20px 70px;
    position: relative;
    min-height: 150px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.why-box p {font-size: 14px;}


/* Left circle icon */
.why-icon {
    position: absolute;
    top: 50%;
    left: -35px;  /* outside left */
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}
.why-choose h3 {font-size: 24px;}
.why-box h5 {font-size: 16px; color: #c10007;}
.why-icon img {
    width: 70px;
}
.why-row {justify-content: space-between;}

@media (min-width: 992px) {
  .why-row .col-lg-6 {
        flex: 0 0 auto;
        width: 48% !important;
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .why-box {
        padding: 40px 30px 40px 90px;
        min-height: auto;
    }
    .why-icon {
        left: -28px;
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 767px) {
    .why-box {
        padding-left: 80px;
        margin-bottom: 25px;
    }
    .why-icon {
        left: -20px;
        width: 55px;
        height: 55px;
    }
}
/* PARENT CLASS -> .testi-section */

/* Quote icon */
.testi-section .quote-icon {
    font-size: 32px;
    color: #c62828;

}

/* Equal Height Fix */
.testi-section .slick-slide {
    display: flex !important;
    height: auto !important;
}
.testi-section .slick-slide > div {
    height: 100%;
    margin: 30px 15px;
}
.testi-section .testimonial-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 20px rgba(0,0,0,0.12);
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.12); */

}

/* Course title */
.testi-section .course-title {
    display: block;
    font-size: 12px;
    color: #c62828;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5px;
    text-decoration: none;
}
.testi-section .course-title:hover {
    text-decoration: underline;
}

/* Author name bottom */
.testi-section .author {
    font-size: 12px;
    text-align: right;
}


/* Responsive padding fix */
.testi-section .testimonial-box p {
    font-size: 14px;
    height: 110px !important;
    color: #000 !important;
    font-style: italic;
}
.testi-section .testimonial-box {
    min-height: 290px;
    .testi-section .slick-slide {
    height: inherit !important;
}

.testi-section .slick-track {
    display: flex !important;
}

.testi-section .slick-slide > div {
    height: 100% !important;
}

.testi-section .testimonial-box {
    height: 100% !important;

}

}


.GLOMACS-learning {
    padding: 60px 0;
    background: #ffffff;
}

.GLOMACS-learning h2 {
    font-size: 26px;
    font-weight: 700;
    color: #111;
}

.GLOMACS-learning p {
    font-size: 14px;
    color: #555;
    max-width: 480px;
    line-height: 1.6;
}

/* Buttons */
.GLOMACS-learning .btn-red {
    background: #d10000;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 4px;
}

.GLOMACS-learning .btn-red:hover {
    background: #b00000;
    color: #fff;
}

.GLOMACS-learning .btn-dark-custom {
    background: #111;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 4px;
}

.GLOMACS-learning .btn-dark-custom:hover {
    background: #000;
    color: #fff;
}

/* Right Image */
.GLOMACS-learning .phone-img {
    width: inherit;
    position: absolute;
    left: 50%;
    top: -100px;
    transform: translate(-50%, 0);

}


.GLOMACS-learning .learn-content {
    text-align: left;
}

@media(max-width: 768px){
    .GLOMACS-learning .learn-content {
        text-align: center;
    }
    .GLOMACS-learning p {
        margin: 0 auto;
    }
}


.glomacs-vision-mission .glomacs-vision {
  border-right: 1px solid oklch(92.8% .006 264.531) !important;

}
.glomacs-vision-mission .glomacs-vision { font-size: 16px; color: #1e2939;}

@media (max-width: 767px) {
  .glomacs-vision-mission .glomacs-vision {
    border-right: none;
    padding-right: 0;
  }
}

.glomacs-vision-mission .glomacs-mission {
  padding-left: 1.5rem;
}

.glomacs-vision-mission .glomacs-icon-title i {
  font-size: 1.5rem;
  color: #c62828;
  margin-right: 0.5rem;
}

.glomacs-vision-mission h5 {
  font-weight: 700;
  margin-bottom: 0;
  color: #c62828;
}

.glomacs-vision-mission p {
  margin: 0;
  color: #1e2939;
}


    .course-details img {height: 80px;}
.course-details > div {background: #fff; flex: 0 0 calc(25% - 0.75rem);
  max-width: calc(25% - 0.75rem);}
  .course-details-about > div {background: #fff; flex: 0 0 calc(33.33% - 0.75rem);
  max-width: calc(33.33% - 0.75rem) !important;}
    .course-details {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}



.course-content h4 , .testimonial-heading h4 , .learn-content h4{font-weight: 600;}
.course-details a , .course-details-about a {text-decoration: none; color: #b8372f;}
.course-details p , .testimonial-heading p , .learn-content p , .course-details-about p{font-size: 14px; color: #1e2939;}
.course-details h5, .course-details-about h5 {font-weight: 600; color: #1e2939; margin-top: 10px;}



/* our-strategic-partners  page start  */

.stratgics-section {
    padding: 50px 0;
    background: #f8f8f8;
}

/* Grid system */
.stratgics-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.stratgics-section .col-card {
    width: calc(50% - 20px); /* 2 per row desktop */
}

/* Card Design */
.partner-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 2px;
   box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.10),
    0 1px 2px -1px rgba(0, 0, 0, 0.10);
    transition: 0.3s ease;
    height: 100%;
}



.partner-card img {
    height: 40px;
    margin-bottom: 15px;
}

.partner-card h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
    color: #000;
}



.partner-card a , .explore a {
    display: inline-block;
    padding: 8px 20px;
    background-color: #B91C1C;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: 0.3s ease;
    width: auto;
}

.partner-card a:hover , .explore a:hover {
    background: #E7000B;
}

/* ======= RESPONSIVE ======= */

@media (max-width: 992px) {
    .STRATEGIC-section .col-card {
        width: calc(50% - 20px); /* Tablet: 2 per row */
    }
}

@media (max-width: 768px) {
    .STRATEGIC-section .col-card {
       width: calc(100% - 20px); /* Mobile: 1 per row */
    }
}


.strategic-section {
    padding: 60px 0;
    text-align: center;
}

/* Grid Layout */
.strategic-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);

}

/* Desktop 5-column layout */
@media (min-width: 768px) {
    .strategic-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Card */
.strategic-section .card {
    background: #fff;
    border: 1px solid #E5E7EB;
    padding: 25px 15px;
    border-radius: 8px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease;
}

.strategic-section .card img {
    height: 32px;
    margin: 40px 0 20px;
}

.strategic-section .card h5 {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}

.explore-btn a:last-child {background-color: #000;}
.explore-btn a:last-child:hover {background: #101828 !important;}

.wrapper .left-sticky {
    position: sticky !important;
    top: 60px !important;
    height: fit-content !important;
    align-self: flex-start;
}
/* faq page  */
   /* ------------------ FIX: Make Sticky Work Properly ------------------ */
.faq-section .left-sticky {
    position: sticky !important;
    top: 60px !important;
    height: fit-content !important;
    align-self: flex-start;
}

/* ------------------ Your CSS with parent ------------------ */

.faq-section .filter-box {
    background: #f3f4f6;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.faq-section .filter-box select,
.faq-section .filter-box button {
    height: 40px;
}

.faq-section .dark-box {
    background: #1f2937;
    padding: 30px;
    border-radius: 6px;
    margin-top: 25px;
    color: #fff;
}

.faq-section .dark-box button {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
        display: flex;
    justify-content: space-between;
}
.filter-box option, .form-select {font-size: 13px !important; color: #1f2937 !important;}

.faq-section .dark-box button:last-child {
    margin-bottom: 0;
}

.faq-section .faq-accordion .accordion-item {
    margin-bottom: 15px;
    border: none;
}

.faq-section .faq-accordion .accordion-button {
    border-radius: 4px;
    background: #F3F4F6;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.faq-section .faq-accordion .accordion-body {
    background: #fff;
    border-radius: 0 0 4px 4px;
    border: 1px solid #eee;
    border-top: 0;
}

.faq-section .faq-accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}

.filter-box .btn:first-child {background-color: #99a1af; font-size: 14px;}
.filter-box .btn:last-child {background-color: #e5e7eb; font-size: 14px;color:#222;}
/* .filter-box {
    background: #fff;
    padding: 10px;
    border-radius: 6px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.08); */
/* } */
/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 991px) {

    .faq-section .left-sticky {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 25px;
    }

     .wrapper .left-sticky {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 25px;
    }




}

/* ICON BOX – FIXED WIDTH SO NO SHAKING */
.faq-section .accordion-button::before {
    font-family: "bootstrap-icons";
    content: "\f4fe"; /* plus */
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;     /* FIXED BOX WIDTH */
    height: 24px;    /* FIXED BOX HEIGHT */
    margin-right: 12px;
    transition: 0.2s ease;
    color:#fff;
    background: #C10007;
}

/* When accordion is open → minus */
.faq-section .accordion-button:not(.collapsed)::before {
    content: "\f2ea"; /* minus */
}

/* Remove Bootstrap default arrow */
.faq-section .accordion-button::after {
    display: none !important;
}


/* our-client  */
/* ================= OUR CLIENT SECTION ================= */
.our-client{
    padding:60px 0;
    background:#fff;
}

.our-client .logo-flex{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:28px;
}

/* 🔥 DESKTOP → EXACT 8 ITEMS PER ROW (2 ROW ONLY) */
@media (min-width: 992px){
    .our-client .logo-box{
        flex: 0 0 calc((100% - (28px * 7)) / 8);
        max-width: calc((100% - (28px * 7)) / 8);
    }
}

/* MOBILE / TABLET */
@media (max-width: 991px){
    .our-client .logo-box{
        width:150px;
    }
}

/* MOBILE / TABLET */
@media (max-width: 699px){
    .our-client .logo-box img {
        width:85%;
    }
}


.our-client .logo-box{
    height:90px;
    border:1px solid #e6e6e6;
    border-radius:6px;
    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;
}

.our-client .logo-box img{

    max-width:100%;
    object-fit:contain;
}


/* industries section  */
  .industries .category-card {
            position: relative;
            overflow: hidden;
            height: 200px;
            margin-bottom: 20px;
            cursor: pointer;
        }
       .industries .category-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
       .industries .category-card:hover img {
            transform: scale(1.1);
        }
       .industries .category-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 15px;
            text-align: center;
            transition: background 0.3s ease;
        }
       .industries .category-overlay h5 {
            font-weight: 600;
            margin-bottom: 5px;
        }
        .industries .category-overlay p {
            font-size: 0.85rem;
        }

         #view-courses-btn {
    background-color: #364153; /* default disabled color */
    color: #fff;
    cursor: not-allowed;
    transition: background-color 0.3s;
}

#view-courses-btn:enabled {
    background-color: #dc3545; /* Bootstrap danger */
    cursor: pointer;
}

#view-courses-btn:enabled:hover {
    background-color: #c82333; /* darker danger on hover */
}

select#active-category-certificate,select#venue-dropdown {
    font-size: 14px;
}



/* our-accreditations page start  */
.commitment h6 {font-size: 16px; color: #9f0712; margin: 10px 0; font-weight: 600;}
.commitment img {width: 98px !important;}

    .Accreditations .acc-card {
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    transition: 0.3s;
    height: 100%;
}

.Accreditations .acc-card:hover {
    box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
}

.Accreditations .acc-logo {
    max-height: 60px;
    object-fit: contain;
}

.Accreditations .acc-title {
    font-size: 18px !important;
    font-weight: 600;
    color: #1e2939;
}

.Accreditations .acc-text {
    font-size: 13px;
    color: #6a7282;
    margin: 15px 0;
    text-align: justify !important;

}

.Accreditations .acc-link {
    margin-top: 8px;
    color: #e7000b;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400 !important;

}
.Accreditations .acc-link i {font-size: 14px !important; margin-left: 2px !important; }

.know-more-coloum > div {border: 1px solid gray; background: #fff;  padding: 20px;       /* content spacing */
    margin: 10px 0;}
.know-more-coloum > div:hover {box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);}
        .know-more-card {
            background: #fff;
            border: 1px solid #e3e6ea;
            border-radius: 8px;
            padding: 40px 20px;
            box-shadow: 0 0 0 transparent;
            transition: box-shadow 0.3s ease, border-color 0.3s ease;
        }

        .know-more-card:hover {
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            border-color: #dee2e6;
        }

        .know-more-card img {
            max-width: 60px;
            height: 60px;
            margin-bottom: 20px;
            filter: drop-shadow(0 0 0 red); /* For color accent if svg is monochrome */
        }

        .know-more h4 {color: #1e2939; }

        .know-more-card h5 {
            font-weight: 600;
            color: #1e2939;
        }

a {
    text-decoration: none;
}
/* our-strategic-partners  page start  */
