@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root{
      --grad1: #d54732;
      --grad2: #b35c50;
      --dashed1: rgba(198,168,255,0.95);
      --dashed2: rgba(245,142,224,0.95);
    }

body {
  font-family: "Saira Semi Condensed", sans-serif;
  line-height: 1.6;
  color: #142336;
}

.home-btn {
  font-size: 20px;
  text-transform: uppercase;
  border: 2px solid #d54732;
  /* color: #000;
  background: transparent; */
  color: #FFF;
  background: #d54732;
  letter-spacing: 2px;
  padding: 10px 20px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}

.home-btn:hover {
  background-color: #d54732;
  color: #fff;
  box-shadow: 0 6px 20px rgba(213,71,50,0.4);
  transform: translateY(-3px);
}


section {
  padding: 60px 0;
}

/* Navbar */
.navbar {
  padding: 0;
}

.navbar-nav {
    gap: 40px;
}

.navbar-brand img {
  height: 120px;
}

.navbar-nav .nav-item a {
       font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-nav .nav-link {
  padding: 8px 15px;
  transition: color 0.3s;
}

.navbar-light .navbar-nav .nav-link {
    color: #142336;
} 

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #d54732;
}

.mega-menu {
    width: 1000px;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    /* transform: translateX(-50%); */
}
.mega-row {
  display: flex;
  width: 100%;
  gap: 30px;
  padding: 20px;
}
.mega-row .col-left {
  flex: 0 0 35%;
}
.mega-row .col-right {
  flex: 1;
  height: 400px;
  overflow-y: auto;
  padding-right: 15px;
}
.mega-row .col-left a {
  display: block;
  white-space: nowrap;  
  overflow: hidden;
  text-overflow: ellipsis;
}
.mega-menu .btn-primary:hover, .mega-menu .btn-primary:focus {
    background-color: #FFF;
    border-color: #d54732;
    color: #d54732;
    box-shadow: none;
}
.course-div {
    display: flex;
}
.collapse {
    position: relative;
}

/* Popup Animation */
.modal.fade .modal-dialog {
    transform: scale(0.7);
    transition: all 0.4s ease-in-out;
}
.modal.fade.show .modal-dialog {
    transform: scale(1);
}
/*
button.submit-btn, button.submit-btn:hover {
    color: #ffffff;
    cursor: pointer;
    background: #d02f38;
    letter-spacing: 1px;
    border: 0;
    border-radius: 4px;
    outline: none;
} */
/* Modal body scrolls only if needed */
/*
.modal-body {
    padding: 0;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
} */  

/* Widget wrapper */
.npf_wgts-wrapper {
    width: 100%;
    position: relative;
}

/* Widget iframe */
.npf_wgts-wrapper iframe {
    width: 100% !important;
    /* max-height: none !important;  /* let modal scroll instead */
    min-height: 470px;
    border: none;
}
.category-link {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
}
.category-link.active,
.category-link:hover {
  font-weight: bold;
  background-color: #f8f9fa;
  border-left: 3px solid #d54732;
}

.mega-menu .dropdown-menu.show {
  display: block !important;
}
.mega-menu .btn-primary {
  background-color: #d54732;
  border-color: #d54732;
  font-size: 15px !important;
}
.mega-menu a:hover {
  color: #d54732;
}
/* Right courses */
.course-list {
  min-height: 150px; 
}
.course-list .d-flex{
    gap: 5px;
}
.course-list img{
      height: 30px;
}
.institute-name {
    font-size: 12px;   /* smaller font */
    display: block;
    color: #d54732;
}


/* Hero Section */
#heroCarousel .carousel-item {
  position: relative;
  height: 800px;
  min-height: 400px;
  background-size: cover;
  background-position: center;
}

#heroCarousel .carousel-item img {
 /* object-fit: cover; */
  /* height: 100%; */
}

#heroCarousel .carousel-caption {
  bottom: 29.5%;
  left: 8%;
  text-align: left;
  max-width: 650px;
    /* background: #ffffff; */
    padding: 45px 50px 60px;
  color: #000;
}

#heroCarousel .carousel-caption h2 {
      font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #142336;
}

#heroCarousel .carousel-caption .btn {
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}


#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
  width: 50px;
  height: 100px;
  background-color: #ffffff80;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
  background-size: 100% 70%;
  background-repeat: no-repeat;
  background-position: center;
}

#heroCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.5 1 7 4 4.5 7 5.5 8 9 4 5.5 0z'/%3E%3C/svg%3E");
  transform: rotate(180deg); 
}

#heroCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4.5 1 7 4 4.5 7 5.5 8 9 4 5.5 0z'/%3E%3C/svg%3E");
  }

  #heroCarousel .carousel-control-next-icon, 
  #heroCarousel .carousel-control-prev-icon {
    width: 112px;
    height: 40px;
  }
.features-section {
  position: relative;
  width: 100%;
  z-index: 10;
  margin-top: -290px; 
  padding: 40px 0;
}

.feature-box {
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border: 1px solid #DDD;
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}
.feature-box h5 {
  padding-top: 35px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
} 

h5.sub-head-text {
    font-size: 18px;
    color: #d54732;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

h3.head-text {
    font-size: 40px;
    color: #142336;
    font-weight: 600;
}
/* Partners */

/* Partner Logo Slider */
.partner-slider, .starc-life-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.partner-track, .starc-life-track {
  display: flex;
  width: calc(200%); 
  animation: scroll-left 40s linear infinite;
}

.partner-track .slide,
.starc-life-track .slide{
  display: flex;
}

.partner-track img, .partner-track1 img {
  max-height: 75px;
  margin: 0 40px;
  object-fit: contain;
  transition: transform 0.3s;
}

.starc-life-track img,
.starc-life-track1 img {
      max-height: 224px;
    margin: 0 10px;
    object-fit: contain;
    transition: transform 0.3s;
    border-radius: 25px;
}

.partner-track img:hover,
.partner-track1 img:hover {
  transform: scale(1.1);
}

.partner-track1, .starc-life-track1 {
  display: flex;
  width: calc(200%);
  animation: scroll-left 40s linear infinite reverse;
}
.theme-color {
    background-color: #d54732 !important;
    color: #fff !important;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



/* Courses Cards */

#offerCarousel .card {
  border: none;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12) !important;
  background: #fff;
}
#offerCarousel .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

#offerCarousel .carousel-inner {
    padding-bottom: 18px;
}

#offerCarousel .carousel-item {
  height: auto;
}
#offerCarousel .carousel-indicators,
#Eventscarousel .carousel-indicators,
#testimonialCarousel .carousel-indicators,
#testimonialCarousel1 .carousel-indicators,
#learnerCarousel .carousel-indicators{
    position: static !important;
    margin-top: 20px;
    margin-bottom: 0px;
    justify-content: center;
}

#offerCarousel .carousel-indicators button,
#Eventscarousel .carousel-indicators button,
#testimonialCarousel .carousel-indicators button,
#testimonialCarousel1 .carousel-indicators button,
#learnerCarousel .carousel-indicators button{
  background-color: #000;  
  width: 12px;
  height: 12px;
  border-radius: 50%;
}



#offerCarousel .carousel-indicators li,
#Eventscarousel .carousel-indicators li,
#testimonialCarousel .carousel-indicators li,
#testimonialCarousel1 .carousel-indicators li,
#learnerCarousel .carousel-indicators li{
  background-color: #000;
}

.card-body {
  padding: 50px 50px;
}

.card-title {
  color: #d54732;
  font-weight: 600;
}

.card-text {
  font-size: 0.9rem;
  color: #666;
}

a.card-btn {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
a.card-btn:hover {
  color: #d54732;;
}

#counter {
  padding: 100px 0px;
  background-color: #142336 !important;
}

#counter h2 {
    font-size: 50px;
    color: #ffffff;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 46px;
    margin-bottom: 25px;
    margin-top: 26px;
}

#counter p {
  color: #fff;
    font-weight: 600;
    font-size: 22px;
}

/* About */
.about .about__pic {
    margin-bottom: 40px;
    overflow: hidden;
}

.about .about__pic .little_pic {
    position: relative;
    float: right;
    border: 10px solid #ffffff;
    margin-top: -170px;
    z-index: 1;
}

.about__text {
    margin-bottom: 40px;
    /* padding-top: 20px; */
}

.about__text .section-title {
    margin-bottom: 30px;
}

.section-title h5 {
    font-size: 18px;
    color: #d54732;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title h2 {
    font-size: 32px;
    color: #142336;
    font-weight: 600;
} 

.about__text p {
    color: #142336;
    line-height: 30px;
    margin-bottom: 20px;
}

.about__text ul {
list-style-position: inside; 
    padding-left: 0;
    padding-bottom: 30px;
}

.about__text ul li {
    font-size: 16px;
    color: #142336;
    margin-bottom: 14px;
    list-style: none;
}
ul li i {
    color: #d54732; 
    margin-right: 8px; 
}

/* Sector Course */
.sector-courses ul {
/* display: flex; */
    justify-content: center;
  border-bottom: none;
  padding-bottom: 50px;
}
.sector-courses .nav-tabs .nav-link {
  border: none;
  font-weight: 500;
  color: #555;
  transition: color 0.3s;
}

.sector-courses .nav-tabs .nav-link.active {
  border-bottom: 3px solid #d54732;
  font-weight: bold;
  color: #d54732;
  background-color: transparent;
}

.sector-courses .card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.sector-courses .card:hover {
  transform: translateY(-5px);
}

.sector-courses .card .card-body img {
  width: 120px;
}

.sector-courses .card .card-body .card-text {
  padding: 15px 0px;
    font-size: 24px;
    color: #000;
}

.sector-courses .card .card-body ul {
  padding-bottom: 10px;
}

.sector-courses .card .card-body a {
  text-decoration: none;
}

.sector-courses .card .card-body .card-btn {
      display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #d54732;
    padding: 14px 36px 12px;
}

.sector-courses .btn {
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
}

.ouradvantages .tab-content {
  display: none;
}

/* Quote */
.quote-section {
  display: flex;
   
}
.quote-box {
  background-color: #4586D5;
  color: #fff;
  width: 50%;
  padding: 100px 80PX;
}

.quote-box h2 {
  font-weight: 600;
  color: #fff;
}

.quote-box .form-control {
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.5);
  background: transparent;
  color: #fff;
  height: calc(2.5em + .75rem + 2px);
}

.quote-box .form-group {
    margin-bottom: 30px;
}

.quote-box .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}

.quote-box select.form-control option {
  color: #000;
}

.quote-box .btn-warning {
  border-radius: 0;
  padding: 10px 20px;
}

/* Right side background */
.quote-bg {
  background: url('../img/images/quote.webp') center center no-repeat; 
  background-size: cover;
  /*min-height: 100vh; */
  width: 50%; 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Play button */
.play-btn {
  background-color: #d54732;
  color: #fff;
  font-size: 28px;
  padding: 10px 22px;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.play-btn:hover {
  background-color: #d54732;
}


/* MBA Section */
.mba-section h2 {
  font-weight: 600;
}
.mba-head {
  padding-bottom: 30px;
}

.mba-section .btn-outline-warning {
  font-weight: bold;
  border: 2px solid #d54732;
  border-radius: 0;
}

.program-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  text-align: center;
   cursor: pointer;
}

.program-card img {
  width: 100%;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.program-card:hover img {
  transform: scale(1.05);
}

.program-card h6 {
  font-weight: 600;
  margin-top: 10px;
      padding: 30px 0px;
}

/* View Details hidden by default */
.program-card .details-link {
  visibility: hidden;
  margin-top: 5px;
  color: #d54732;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
   cursor: pointer;
}
.program-card:hover .details-link {
 
  visibility: visible;
  transform: translateY(-5px);
}

.program-card .details-link:hover {
  text-decoration: underline;

}

/* Support */
.hero-banner {
  position: relative;
  background: url('../img/images/support.webp') no-repeat center center/cover;
  height: 400px; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3); 
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.hero-content .sub-title {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 500;
}

.hero-content .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.btn-cta {
  display: inline-block;
  background: #ffcc00;
  color: #000;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
  transition: 0.3s;
}

.btn-cta:hover {
  background: #e6b800;
}


/* Testimonials */
#testimonialCarousel {
  padding-top: 40px;
}
.testimonial-box {
  border-top: 5px solid rgba(69, 134, 213, 0.2);
  background: #fff;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  position: relative;
  margin-bottom: 20px;
  padding: 50px 35px;
}

.testimonial-box:hover {
  border-top: 5px solid #d54732;
}

.testimonial-box::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 40px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.testimonial-box p {
  font-size: 20px;
}

.client-info {
  padding-left: 30px;
}

.test-data {
  padding-left: 20px;
  padding-top: 10px;
}

.client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.client-info h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client-info small {
      font-size: 14px;
  color: #d54732;
  font-style: italic;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #333 !important;
}
.carousel-indicators .active {
  background-color: #000 !important;
}

/* Blog Section */
.blog-section {
  padding-bottom: 5%;
}
.blog-card {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s;
}
.blog-card:hover {
  transform: translateY(-8px);
}
.blog-img {
  position: relative;
}
.blog-img img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-tag {
  position: absolute;
  bottom: 10px;
  left: 15px;
  background: #d54732;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 2px;
  text-transform: uppercase;
}
.blog-content {
  padding: 15px;
}
.blog-content h5 {
  font-weight: 600;
  margin-bottom: 8px;
}
.blog-content .meta {
  font-size: 14px;
  color: #666;
}
.blog-content .meta a {
  color: #d54732;
  text-decoration: none;
}

/* Footer CTA */
.footer-cta {
  display: none;
  background: #4586d5;
  padding: 40px 0;
  position: relative;
    top: -115px;
}
.footer-cta h6 {
  color: #fdd835;
  font-size: 19px;
  letter-spacing: 1px;
}
.footer-cta h3 {
      font-size: 40px;
  font-weight: 600;
}
.footer-logo {
  max-width: 120px;
}
.footer-cta .phone {
  font-size: 18px;
  font-weight: bold;
  color: #fdd835;
}

/* Main Footer */
.main-footer {
      padding: 60px 0px 0px;
  background: #000;
}
.main-footer h5 {
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.main-footer p {
  color: #FFF;
}
.main-footer .news-text {
  padding: 10px 10px;
}
.main-footer .news-text p {
  font-size: 15px;
}
.main-footer .form-control {
  background-color: transparent;
  border-radius: 0px;
  line-height: 1.9;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links a, .main-footer a {
  color: #FFF;
  text-decoration: none;
}
.footer-links a:hover {
  color:#FFF;
}
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
.social-icons a:hover {
  color: #d54732;
}
.news-item p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.news-item small {
  color: #bbb;
  font-size: 15px;
}
.footer-bottom {
  border-top: 1px solid #0d1b2a;
  background-color: #0d1b2a;
}
.footer-bottom p {
  margin-bottom: 0px;
  padding: 30px 0px;
}
.footer-bottom a {
  text-decoration: none;
}
/* @media (max-width: 1721px) {
  .features-section {
    bottom: 16%;
  }
} */

/* Course CSS Start */
/* Banner Section */
.banner-section {
  position: relative;
  background: url('../img/images/job.webp') no-repeat center center/cover;
  height: 450px;
  color: #fff;
}

.banner-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4); /* dark overlay */
}

.banner-content {
  position: relative;
  z-index: 2;
}

.banner-content h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.btn-cta {
  display: inline-block;
  background: #d54732;
  color: #fff;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-cta:hover {
  background: #fff;
  color: #d54732;
  text-decoration: none;
}

section.info-area {
    padding: 15px 0px;
}

/* Floating Info Card */
.info-card {
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.info-item {
  text-align: center;
  flex: 1;
  padding: 10px;
  border-right: 1px solid #ddd;
}

.info-item:last-child {
  border-right: none;
}

.info-item h6 {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.info-item p {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

/* Breadcrumb container */
.breadcrumb-nav {
  background: #fff;
  padding: 15px 0;
  font-size: 14px;
}

/* Breadcrumb styling */
.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
  /* content: "â€º"; */
  color: #999;
  padding: 0 8px;
}

/* Links */
.breadcrumb a {
  text-decoration: none;
  color: #d54732; 
  transition: 0.3s;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #0056b3;
}

/* Active item */
.breadcrumb-item.active {
  color: #444;
  font-weight: 500;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Tabs container */
.program-tabs {
  background: #fff;
  border-bottom: 2px solid #eee;
  text-align: center;
  margin-bottom: 20px;
  position: sticky;
  top: 0; 
  z-index: 1000;
}

/* Tabs list */
.program-tabs ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
} 

/* Tab links */
.program-tabs ul li a {
  text-decoration: none;            
  color: #444;
  position: relative;
  transition: 0.3s;
  font-size: 16px;
}

/* Hover & Active */
.program-tabs ul li a:hover,
.program-tabs ul li a.active {
  color: #d54732; 
  font-weight: 500;
}


.program-tabs ul li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #000; 
}

/* Section spacing */
section.programtabs {
  padding: 30px 20px;
  scroll-margin-top: 120px; 
}

.programbox {
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px;
}

/* Section Title */
.section-title {
  font-size: 22px;
  font-weight: 600;
  color: #d54732;
  margin-bottom: 20px;
  position: relative;
}

/* Yellow underline like screenshot */
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 3px;
  background: #000;
}

/* Highlight Box */
.highlights-text ul {
  padding-left: 20px;
}

/* Each Item */
.highlight-item {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.highlight-item img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.highlight-item p {
  font-size: 15px;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

.programtext {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.programtext ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px; 
  list-style-type: none; 
  padding: 0 20px;
}

.programtext li {
      background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}



.fee-structure h4 {
   padding: 2px 0px;
    font-weight: 500;
    font-size: 22px;
}
.fee-structure h4 span {
  font-weight: 700;
}

.fee-structure .fee-btn {
  padding-top: 20px;
      padding: 20px;
}

.buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;  
  flex-wrap: wrap; 
}


/* Course CSS End */
/* Sidebar container */
.social-sidebar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #333;
  color: white;
  text-decoration: none;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
}


.social-icon:hover {
  background-color: #ffcc00;
  color: #111;
  transform: translateX(5px);
  text-decoration: none;
}


.facebook { background-color: #3b5998; }
.twitter { background-color: #1da1f2; }
.instagram { background-color: #e4405f; }
.linkedin { background-color: #0077b5; }
.youtube { background-color: #CD201F; }
.process-section {
  overflow-x: auto;
} 

/* .process-section{
      padding: 70px 20px;
      
    } */

    .process-wrapper{
      display:flex;
      gap: 70px;
      align-items:flex-start;
      justify-content: space-between;
      min-width: 1200px;
      margin: 0 auto;
      position: relative;
      max-width: 1400px;
    }

    .process-wrapper::before{
      content:"";
      position:absolute;
      top: 75px; 
      left: 120px;
      right: 120px;
      height:2px;
      border-top: 3px dotted var(--dot);
      z-index:0;
    }

    /* Add small arrows along the line */
    .process-wrapper::after{
      content:"";
      position:absolute;
      top: 68px;
      right: 120px;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 10px solid var(--dot);
      z-index:1;
    }

    .process-step{
      width: 200px;
      text-align:center;
      position:relative;
      z-index:2;
      display:flex;
      flex-direction: column; 
      align-items:center;
    }

    /* .process-step:nth-child(even){
      flex-direction: column-reverse;
    } */

   .circle {
  position: relative;
  z-index: 1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--grad1), var(--grad2));
  color: #fff;
  margin: 0 0 18px;
  box-shadow: 
    0 0 0 18px rgba(235,210,255,0.45),
    0 0 38px rgba(163,72,255,0.28),
    0 24px 40px rgba(0,0,0,0.14);
}



    /* .process-step:nth-child(even) .circle{
      margin: 18px 0 0;
    } */

    .circle i{
      font-size:36px;
      z-index:2;
    }

    .circle .number{
         margin-top: 111px;
    position: absolute;
    font-size: 45px;
    color: rgb(255 248 248 / 34%);
    z-index: 0;
    font-weight: 700;
    }

    /* Title and list container */
    .meta{
      width: 100%;
      display:block;
      text-align:center;
          padding-top: 12px;
    }
    .meta h4{
      margin: 0 0 10px;
      font-size:18px;
      font-weight:700;
    }
    .meta ul{
      list-style: none;
      padding:0;
      margin:0;
      text-align:left;
      display:inline-block;
    }
    .meta ul li{
      font-size:13.5px;
      color:#555;
      margin-bottom:6px;
    }
   */
    .process-step:last-child::after{
      display:none;
    }

    
    /* .process-step::before{
      content:"";
      position:absolute;
      width:10px;
      height:10px;
      right: -50px;
      top: 115px;
      transform: rotate(45deg);
      border-right:3px solid var(--dashed1);
      border-bottom:3px solid var(--dashed1);
      border-radius:1px;
      z-index:2;
      background:transparent;
    }
    .process-step:nth-child(even)::before{
      top: -8px;
      border-right:3px solid var(--dashed2);
      border-bottom:3px solid var(--dashed2);
      transform: rotate(-135deg);
    } */
    .process-step::before {
      content: "";
    position: absolute;
    top: 75px;
    left: -88px;
    width: 80px;
    height: 2px;
    border-top: 3px dotted #000;
    z-index: 0;
    }

.process-step::after {
  content: "";
  position: absolute;
  top: 69px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #4e4b4a;
  z-index: 1;
}

/* Hide connector for first step */
.process-step:first-child::before,
.process-step:first-child::after {
  display: none;
}
    /* Responsive tweaks */
    @media (max-width: 1100px){
      .process-wrapper{ gap:40px; }
      .process-wrapper::before{ top: 140px; }
    }

    @media (max-width: 820px){
      .process-wrapper{
        min-width: unset;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom:10px;
        justify-content:flex-start;
        gap:30px;
        padding: 20px;
      }
      .circle {
    width: 100px;
    height: 100px;
      }
      .circle .number {
    margin-top: 90px;
      }
      .process-wrapper::before{ display:none; }
      .process-step::after, .process-step::before{ display:none; }
      .process-step{ width: 180px; }
    }

    @media (max-width:480px){
      .circle{ width:150px; height:110px; }
      .circle .number{ font-size:52px; }
          .process-wrapper {
        flex-direction: column;
          }
      .meta ul li{ font-size:13px; }
      .process-step{  
                width: 100%;
        flex-direction: row;
      }
      .process-step:nth-child(even) {
    flex-direction: row-reverse;
}
    }

.tabs-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
}

.tabs {
  display: flex;
  /* background: #f5f5f5; */
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  gap: 20px;
}

.tab {
  flex: 1;
  padding: 12px 18px;
  border: none;
  cursor: pointer;
  background: #f5f5f5;
  color: #444;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.tab:hover {
  background: #eaeaea;
}

.tab span {
  padding-right: 10px;
}

button:focus {
    outline: 0;
}

.tab.active {
      background: #333539;
    color: #fff;
}

.btn-warning {
  background-color: #d54732;
  border-color: #d54732;
  color: #fff;
}

.tab-content {
  padding: 40px 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.tab-content ul li {
  list-style: none;
}

.tab-content.active {
  display: block;
}

.webcontent-box {
      background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 50px;
}

.webcontent-box p span {
  font-size: 14px;
}

.webcontent-box ul li {
  list-style: none;
}

/* 
.faq-section {
    max-width: 1000px; 
    margin: 60px auto;
    padding: 0 20px 0px 100px;
    } */

    .faq-section h2 {
      text-align: center;
      margin-bottom: 40px;
      font-size: 28px;
      color: #0d3b82;
    }

    .faq {
      background: #fff;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .faq-header {
      padding: 18px 20px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
        color: #FFF;
        background-color: #d54732;
    }

    /* 
    .faq-header:hover {
      background: #f3f6ff;
    } 
    */

    .faq-header span {
      transition: transform 0.3s ease;
          font-size: 30px;
    }

    .faq.active .faq-header span {
      transform: rotate(45deg);
    }

    .faq-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      padding: 0 20px;
    }

    .faq-body p {
      font-size: 15px;
      line-height: 1.6;
      color: #555;
      padding: 15px 0;
      margin: 0;
    }

    .faq.active .faq-body {
      max-height: 375px; 
    }

    .web-bg {
      background-color: #fff;
    }
    
     /* About section Start */
    .page-section {
      position: relative;
      background: url("../img/images/course.webp") center/cover no-repeat;
      height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
    }
    .page-section .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }
    .page-section .header-content {
      position: relative;
      z-index: 2;
    }
    .page-section h3 {
      font-size: 36px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 10px;
      letter-spacing: 2px;
    }
    .page-section p {
      font-size: 16px;
      color: #e0e0e0;
    }
    .page-section p a {
      color: #d54732;
      text-decoration: none;
      font-weight: 500;
    }
    .page-section p a:hover {
      text-decoration: underline;
    }
    .bottom-section {
        padding-bottom: 150px;
    }
    /* Responsive */
    @media (max-width: 768px) {
      .page-section {
        height: 280px;
      }
      .page-section h1 {
        font-size: 32px;
      }
      .page-section p {
        font-size: 14px;
      }
    }
     /* About section End */
    .contact-details .contact-box {
            background: #fff;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        padding: 20px;
        height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .contact-details .contact-box .fa {
      color: #d54732;
          font-size: 40px;
        padding: 20px 0;
    }
    .contact-details .contact-box h5 {
      color: #000;
      font-size: 18px;
    }
    .contact-details .contact-box p,
    .contact-details .contact-box p a {
      font-size: 20px;
      color: #000;
    }
    .contact-form-data {
      background: #f9f9f9;
    }
    .contact-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-items: stretch;
    }
    .contact-form-box {
      flex: 1 1 45%;
      background: #fff;
      padding: 40px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      border-radius: 12px;
    }
    .contact-form-box h3 {
      font-size: 26px;
      margin-bottom: 25px;
      font-weight: 700;
      color: #222;
    }
    .contact-wrapper .form-group {
      margin-bottom: 18px;
    }
    .contact-wrapper .form-group input,
    .contact-wrapper .form-group textarea {
      width: 100%;
      padding: 12px 15px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 15px;
      transition: all 0.3s ease;
    }
    .contact-wrapper .form-group input:focus,
    .contact-wrapper .form-group textarea:focus {
      border-color: #d54732;
      box-shadow: 0 0 6px rgba(213, 71, 50, 0.3);
      outline: none;
    }
    .contact-wrapper .btn-send {
      background: #d54732;
      color: #fff;
      border: none;
      padding: 12px 25px;
      border-radius: 6px;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      transition: 0.3s;
    }
    .contact-wrapper .btn-send:hover {
      background: #000;
      color: #fff;
    }
    .contact-map {
      flex: 1 1 50%;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      height: 100%;
    }
    /* Responsive */
    @media (max-width: 992px) {
      .contact-wrapper {
        flex-direction: column;
      }
      .contact-map {
        height: 350px;
      }
    }


.top-bar {
  position: relative;
  background-color: #cf3d33;
  color: #fff;
  padding: 8px 0;
  overflow: hidden;
}

/* Angled white shape on the left */
.top-bar::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 500px;
  height: 100%;
  background: #fff;
  transform: skewX(-30deg);
}

/* Align items horizontally */
.contact-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}

.contact-info i {
  margin-right: 8px;
  color: #fff;
}

.contact-info a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s;
}

.contact-info a:hover {
  color: #002b45;
}

/* Responsive for small screens */
@media (max-width: 768px) {
  

  .top-bar::before {
    display: none;
  }
}


.contact-bar {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  padding: 12px 30px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.contact-bar.show {
  opacity: 1;
  visibility: visible;
  bottom: 5px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #d54732;
  cursor: pointer;
}

.contact-item a {
  color: #d54732;
  text-decoration: none;
}

.contact-item i {
  font-size: 18px;
  color: #d54732;
}

.divider {
  width: 1px;
  height: 25px;
  background: #ccc;
  margin: 0 20px;
}

/* Mobile view */
@media (max-width: 768px) {
  .contact-bar {
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0;
    justify-content: space-around;
    background: #d54732;
  }

  .contact-item {
   /* flex-direction: column; */
    color: #fff;
    font-size: 13px;
    width: 50%;
    margin-left: 7%;
  }

  .contact-item a {
    color: #fff;
  }

  .contact-item i {
    color: #fff;
    font-size: 18px;
  }
}

.values-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 60px;
  justify-items: center;
}

.value-card {
  border-radius: 20px;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.value-card.dark {
  background-color: #d54732;
  color: #fff;
}

.value-card.dark:hover {
    background: #ec6653;
}

.icon-circle {
      padding: 25px;
  width: 55px;
  height: 55px;
  background-color: #f7c9c3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-circle img {
  width: 25px;
  height: 25px;
}

.values-section h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.values-section p {
  font-size: 1rem;
  line-height: 1.6;
}

.team-section {
  background: aliceblue;
  text-align: center;
  padding: 60px 40px;
}

.team-section h2 {
  font-size: 2rem;
  margin-bottom: 50px;
  font-weight: 700;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  justify-items: center;
}

.team-card {
  position: relative;
  background-color: #161616;
  border-radius: 12px;
  overflow: hidden;
  width: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.team-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.team-card .team-info {
      color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 20px;
  text-align: left;
}

.team-card .team-info h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.team-card .team-info p {
  margin: 4px 0 10px;
  font-size: 0.9rem;
  opacity: 0.9;
}

.linkedin-icon {
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.linkedin-icon img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
  transition: transform 0.2s ease;
}

.linkedin-icon img:hover {
  transform: scale(1.1);
}

.leaders-section {
      text-align: center;
      padding: 60px 40px;
    }

    .leaders-section h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 40px;
    }

    .leaders-section h2 span {
      color: #0b5944;
    }

    .carousel-item {
      padding: 20px 0;
    }

    .leader-card {
      background-color: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
    }

    .media-card {
      padding: 20px;
      background-color: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
    }

    .leader-card:hover,.media-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

    .leader-card img {
      width: 100%;
      height: 400px;
      object-fit: cover;
    }

    .media-card img {
      width: 100%;
      height: 50px;
      object-fit: cover;
    }

    .leader-info {
      padding: 20px;
    }

    .leader-info h5 {
      font-size: 1.1rem;
      font-weight: 700;
      margin-bottom: 5px;
    }

    .leader-info p {
      font-size: 0.95rem;
      color: #555;
      margin: 0;
    }
    
@media (min-width: 1450px) {
  .container {
    max-width: 1410px;
  }
}

@media (max-width: 1199px) {
.sector-courses .card .card-body .card-btn {
    font-size: 14px;
}
.sector-courses .card .card-body .card-text {
    font-size: 18px;
}
}

@media (max-width: 992px) {
  section {
    padding: 60px 0;
  }
  #heroCarousel .carousel-item {
    height: auto;
  }
  #heroCarousel .carousel-item img{
    height: auto;
  }
  #heroCarousel .carousel-caption {
    bottom: 9%;
  }
  #heroCarousel .carousel-caption h2 {
    font-size: 32px;
  }
  .navbar-nav {
    gap: 15px;
  }
  .quote-section {
    flex-wrap: wrap;
  }
  .quote-box,
  .quote-bg {
    width: 100%;
    min-height: 300px;
  }
  .features-section {
    margin-top: 15px; 
    padding: 20px 0;
  }

  .feature-box {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  #counter h2 {
    font-size: 29px;
    margin-bottom: 0px;
  }
  #counter p {
    font-size: 16px;
}
.section-title h2,
h2.head-text {
    font-size: 24px;
}
.sector-courses .card .card-body .card-btn {
    font-size: 14px;
    padding: 14px 25px 12px;
}
.home-btn {
    font-size: 14px;
}
.sector-courses .card .card-body .card-text {
    padding: 6px 0px;
    font-size: 20px;
}
.hero-content .title {
    font-size: 28px;
}
}

@media (max-width: 768px) {
  
    .main-footer h5 {
    padding-top: 40px;
  }
  .card-title {
    font-size: 16px;
  }
  .banner-content h1 {
    font-size: 18px;
  }

  .info-card {
    flex-direction: column;
    text-align: center;
  }

  .info-item {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .info-item:last-child {
    border-bottom: none;
  }
  .banner-section {
    height: 218px;
  }
  .program-tabs ul {
    gap: 15px;
    padding: 15px 5px;
  }

  .program-tabs ul li a {
    font-size: 14px;
  }
  .highlight-item {
    margin-bottom: 15px;
  }
  .programtext ul {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .social-sidebar {
    display: none;
  }
  .mega-menu {
    width: 100%;
    position: absolute !important;
  }
}

@media (max-width: 576px) {
  section {
    padding: 40px 0;
  }
  .navbar {
    padding: 20px;
}

  .mega-menu {
   width: 100%;
   position: absolute !important;
  }
  .course-name {
    display: block;
    font-size: 14px;
  }
  .course-div {
        display: block;
    }
  .mega-menu .btn-primary.course-btn {
     font-size: 10px !important;
  }

  /* Headings */
  h3.head-text {
    font-size: 22px;
  }
  h5.sub-head-text {
    font-size: 14px;
  }

  /* Hero Section */
  #heroCarousel .carousel-item {
    height: auto;
    min-height: auto;
  }

   #heroCarousel .carousel-caption {
    bottom: 5%;
    padding: 0px;
    max-width: 100%;
  }

  #heroCarousel .carousel-caption .btn {
    padding: 3px 10px;
    font-size: 14px;
}
  
 #heroCarousel .carousel-caption h2 {
    font-size: 16px;
  }
  #heroCarousel .carousel-caption p {
    font-size: 14px;
  }

  /* Cards & Testimonials */
  .card-body {
    padding: 20px;
  }
  .testimonial-box {
    padding: 25px 20px;
  }

  /* Footer */
  .footer {
    padding: 40px 0 0;
  }
  .main-footer h5 {
    padding-top: 40px;
  }
  .footer .footer-widget {
    margin-bottom: 20px;
  }
  .program-card .details-link {
    visibility:visible; 
  }
  .buttons-wrapper {
    flex-direction: column; 
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .programtext ul {
    grid-template-columns: repeat(1, 1fr); 
  }
  .banner-section {
    height: 218px;
  }
  .program-tabs ul {
    gap: 15px;
    padding: 10px 5px;
    justify-content: flex-start;
  }

  .program-tabs ul li a {
    font-size: 14px;
  }

  .program-tabs ul li a.active::after {
    bottom: -3px;
    height: 2px;
  }
}


/* Loader CSS */
.loaderAjax {
    display: none;
}
.loaderAjax .overlayBgLoader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    left: 0;
    z-index: 99999999;
}
.loaderImg {
    padding: 10px;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 99999999;
}

@media (max-width: 1200px) {
  .programtext ul {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}