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  */

.main-menu {
  display: flex;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu li {
  position: relative;
}

.main-menu a {
  text-decoration: none;
  color: #444;
  font-size: 14px;
  padding: 8px 0;
  display: block;
}

.main-menu a:hover {
  color: #e60000; /* Red hover same as Glomacs */
}

.arrow {
  font-size: 11px;
  margin-left: 4px;
}

/* Dropdown Hidden by Default */
.submenu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  background: #fff;
  list-style: none;
  min-width: 180px;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  padding: 6px 0;
  z-index: 999;
}

/* Show Dropdown on Hover */
.dropdown:hover .submenu {
  display: block;
}

/* Submenu items */
.submenu li a {
  padding: 8px 12px;
  white-space: nowrap;
  color: #333;
}

.submenu li a:hover {
  background: #f4f4f4;
  color: #e60000;
}
.top-header {
    background: #f4f4f4;
    padding: 8px 0;
    font-size: 14px;
}

.top-left-col a {
    color: #555;
    font-size: 14px;
}

.top-left-col a:hover {
    color: #e60000;
}

.top-left-col i {
    font-size: 14px;
    color: #e60000;
}

.top-header .main-menu a {
    font-size: 14px;
    color: #444;
}

.top-header .main-menu a:hover {
    color: #e60000;
}

/* Bottom Header BG */
.bottom-header {
    background: linear-gradient(to right, #2e2e2e, #1f1f1f);
    color: #fff;
}

.bottom-header .logo {
    width: 75%;
}

/* Menu */
.bottom-header .bottom-menu {
    display: flex;
    align-items: center;
    gap: 25px;
}

.bottom-header .bottom-menu li {
    position: relative;
}

.bottom-header .bottom-menu a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.bottom-header .bottom-menu a:hover {
    color: #e60000;
}
.header-scroll .bottom-header .bottom-menu a ,.header-scroll .bottom-header .arabic { color: #000;}
/* NEW Red Tag */
.bottom-header .new {
    background: #e60000;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

/* Dropdown */
.bottom-header .dropdown:hover .submenu {
    display: block;
}

.bottom-header .submenu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    min-width: 180px;
    background: #fff;
    padding: 6px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    z-index: 999;
}

.bottom-header .submenu li a {
    display: block;
    padding: 8px 12px;
    color: #333;
}

.bottom-header .submenu li a:hover {
    background: #f4f4f4;
    color: #e60000;
}

/* Right Side */
.bottom-header .arabic {
    font-size: 14px;
}

.bottom-header .search-icon {
    font-size: 18px;
    background: #d63a34;
    padding: 5px 8px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}


.logo {
    width: 150px;
    transition: 0.3s ease;
}

.logo-black {
    display: none;
}

/* Scroll hone par class add hogi */
.header-scroll .top-header {
    display: none !important;
}

.header-scroll .bottom-header {
    background: #fff !important;
    transition: 0.3s ease;
    border-bottom: 1px solid #eee;
}

/* Scroll hone pr logo change */
.header-scroll .logo-white {
    display: none;
}

.header-scroll .logo-black {
    display: block;
}
/* header scroll class active */
.header-scroll .top-header {
    display: none !important;
}

/* bottom header visible + white background */
.header-scroll .bottom-header {
    background: #ffffff !important;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;                    /* scroll par top par chipka rahe */
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Normal logo hide, black logo show */
.logo-black { display: none; }

.header-scroll .logo-white { display: none !important; }
.header-scroll .logo-black { display: block !important; }

/* To avoid content jump when header becomes fixed */
.header-placeholder {
    height: 0;
}

.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;}
.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;}
