body{
    margin: 0;
    padding-top: 70px;
    line-height: 1.7;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

img {
    max-width: 100%;
    height: auto;
}
.navbar{
  background-color: white !important;
}
 .navbar-light .navbar-nav .nav-link.active {
  color: #d40404 !important;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #d40404;
}

 .navbar-light .navbar-nav .nav-link {
  position: relative;
}

 .navbar-light .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #d40404;
}

section {
    padding: 30px 0;
}

section h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
section h5 {
    margin-top: 10px;
    font-weight: 600;
}

.placed-container{
  background-color: rgba(0, 0, 0, 0.08);
  padding: 40px;

}

.navbar{
    box-shadow: 0 0 10px gray;
}

.nav-item{
    font-size: 18px;
}

.about{
    background-color: #f8f9fa;
    padding: 50px 0;
}
.about-img {
    height: 430px;
    width: 450px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: transform 0.4s ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.design-center h5,
.design-center p {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mission-img{
  height: 350px;
}
.about-img:hover {
    transform: translateY(-8px);
}

.call{
    display: inline;
}

.btn-danger {
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 6px;
    box-shadow: 0 5px 15px #dc354566;
    transition: all 0.3s ease;
}

.btn-danger:hover {
    background-color: #b02a37;
    transform: translateY(-3px);
}

/*Achievement section*/

.achievement .call i {
    color: #dc3545;
    font-size: 24px;
    font-weight: 700;
    margin: 0 10px;
}

.achievement .card, .proud-section .card {
    border: none;
    border-radius: 10px;
    text-align: center;
    padding:  10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: 0.3s ease;
    background-color: rgba(0,0,0,0.09);
    
}

.achievement .card:hover, .proud-section .card:hover {
    transform: translateY(-8px);
}

.achievement .card i, .proud-section .card i {
    font-size: 32px;
    font-weight: 800;
    color: #dc3545;
    margin-bottom: 15px;
}
 
html {
  scroll-behavior: smooth; /* smooth scroll effect */
}

#course {
  scroll-margin-top: 90px; /* pushes section down when jumped */
}

/* course slider */
.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.slider-container {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.course-card {
  min-width: calc(100% / 3);
  margin: 0 10px;
}
 

/* slider responsiveness */
.course-card {
  flex: 0 0 calc(33.333% - 1rem);
}

/* tablet */
@media (max-width: 991px) {
  .course-card {
    flex: 0 0 calc(50% - 1rem);
  }
}

/* mobile */
@media (max-width: 767px) {
  .course-card {
    flex: 0 0 calc(100% - 1rem);
  }
}

/* prevent overflow */
.slider-container {
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}
/* Move Swiper navigation buttons outside the slider */
.swiper-button-next,
.swiper-button-prev {
  color: #dc3545; 
  top: 50%; 
 
  width: 40px;
  height: 40px;
  margin-top: -20px; 
  background: rgba(255, 255, 255, 0.8); 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Position left button further left */
.swiper-button-prev {
  left: -50px; }

/* Position right button further right */
.swiper-button-next {
  right: -50px; 
}

/* Optional: add hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #dc3545;
  color: #fff;
}


/* contact section*/
 .contact-section, .courses-section, .our-courses{
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .proud-column{
    margin: 20px 10px;
 }
 .proud-section{
    background-color: rgba(0,0,0,0.05);
    padding: 30px 0px;
 }
 

/* Footer Section style */
.footer-section {
  background: #0f0f0f;
  color: #ccc;
  width: 100vw;
  display: flex;
  justify-content: center;
   align-items:center ;
}

.footer-title {
  color: #dc3545;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #dc3545;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 15px 0;
  font-size: 0.85rem;
  color: #888;
}

/* Footer social icons horizontal fix */
 .footer-section .social-icons {
  display: flex;
  justify-content: center;   
  align-items: center;
  gap: 10px;                 
}

/* Icon styling */
.footer-section .social-icon {
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dc3545;            
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Hover effect */
.footer-section .social-icon:hover {
  background: #dc3545;
  color: #fff;
  transform: translateY(-4px);
}

/* Remove default padding from the row containing social icons */
.footer-section .row.g-0 {
    margin-left: 0;
    margin-right: 0;
}

/* Center social icons horizontally inside their column */
.footer-section .social-icons {
    display: flex;             
    justify-content: center;   
    gap: 15px;                 
    padding: 0;                
    margin: 0 auto;            
}

/* Gallery Page Design */
/* .gallery-section, .career-section{
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-cards{
  margin: 8px;
  border: none;
  box-shadow: 0 0 6px gray;
  border-radius: 10px;
} */
 
/* career page design */

.btn-secondary{
  background-color: rgb(252, 208, 215);
  border: none;
  border-radius: 20px;
  padding: 8px;
  color: black;
}

/* HIRING SECTION */
.hiring-img {
  height: 350px;
  width: 400px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
 
.hero-info-chips {
      display: flex;
      gap: 13px;
      align-items: center;
      margin-top: 13px;
      flex-wrap: wrap;
    }

    .chip {
      padding: 3.5px 18px;
      border-radius: 17px;
      font-size: 1em;
      font-weight: 700;
      display: inline-block;
      background: #f1f9f2;
      color: #22a265;
      border: none;
    }

    .chip.dur {
      background: #fff3e1;
      color: #f78013;
    }

    .chip.qual {
      background: #f2f2ff;
      color: #4b5aba;
    }

section h1 {
  font-weight: 700;
  margin-bottom: 15px;
}

section p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}
 
/*  HIRING SECTION ALIGNMENT */
.hiring-col {
  display: flex;
  flex-direction: column;
  justify-content: center;   
  height: 100%;
  padding-right: 40px;
}

/* Optional spacing refinement */
.hiring-col h1 {
  margin-bottom: 18px;
}

.hiring-col p {
  margin-bottom: 22px;
  max-width: 480px;
}

/* RESPONSIVE FIX */
@media (max-width: 768px) {
  .hiring-col {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .hero-info-chips {
    justify-content: center;
  }
}

/* CAREER SECTION */
.career-section {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.card-group {
  gap: 20px;
}

/* Individual Cards */
.career-cards {
  border: none;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  margin: 10px;
  padding: 7px;
}

.career-cards:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
}

/* Card Content */
.career-cards .card-body {
  padding: 30px;
}

.career-cards h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #212529;
}

.career-cards p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
}

/* Buttons */
.career-cards .btn-secondary {
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-top: 6px;
  background-color: #f7d0d6;
}

.career-cards .btn-danger {
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 20px;
  margin-left: 6px;
}
/* CAREER CARD TITLE */
.career-cards .card-title {
  color: #dc3545;          
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

/* CAREER CARD BUTTONS */
.career-cards .mt-4 {
  display: flex;
  gap: 10px;
}

.career-cards .btn {
  flex: 1;
  height: 42px;
  font-size: 14px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}


/*  RESPONSIVE */
@media (max-width: 768px) {
  .career-cards {
    margin-bottom: 20px;
  }

  .hiring-img {
    margin-top: 25px;
  }

  .career-cards .card-body {
    padding: 24px;
  }
}
 
/* contact page design */
.full-row-img {
  width: 100vw;
  height: 500px;
  display: block;
  margin: 0;
}

.full-row-img-row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

/* Contact small cards */
.contact-small .card {
  border: none;
  border-radius: 14px;
  box-shadow: 0 5px 14px rgba(0,0,0,0.08);
}

.contact-small .card-title i {
  margin-right: 6px;
}

.contact-small .card-text {
  font-size: 14px;
  color: #555;
}

.contact-small h6.card-title {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.feature-line {
  color: #dc3545;
  font-weight: 600;
  font-size: 16px;
}

.team-img {
  width: 100%;
  height: 300px;          
  object-fit: contain;   
  padding: 10px;         
}

/* Gallery Page*/

.gallery-section {
  padding: 60px 0;
  background: linear-gradient(to right, #f8f9fa, #ffffff);
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: 0.4s;
}

.gallery-card::after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: white;
  opacity: 0;
  transition: 0.4s;
}

.gallery-card:hover::before,
.gallery-card:hover::after {
  opacity: 1;
}

.filter-btn {
  border: none;
  padding: 10px 22px;
  margin: 5px;
  border-radius: 25px;
  background: #e9ecef;
  font-weight: 600;
  transition: 0.3s;
}

.filter-btn:hover {
  background: #dc3545;
  color: white;
}

.filter-btn.active {
  background: #dc3545;
  color: white;
}

.gallery-section .text-center.mb-5 {
  position: relative;
  z-index: 5;
  background: linear-gradient(to right, #f8f9fa, #ffffff);
  padding-bottom: 10px;
}

.row {
  transition: all 0.3s ease;
}

.branch-anchor{
  text-decoration: none;
  font-weight: bold;
}


.our-branch{
  background: linear-gradient(to right, #a8acab, #c4cbcc );
  padding: 40px 10px;
}
.branch-card{
  box-shadow: 0 0 10px gray;
}

