@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

:root {
    --default-font: "Poppins",  sans-serif !important;
    --heading-font: "Poppins",  sans-serif !important;
    --nav-font: "Poppins",  sans-serif !important;
  }

.text-primary { 
    color: #183560 !important;
}

.text-secondary {
    color: #3d8540 !important;
}


  /* header custom styles  */
  .saudi_traffic {
    position: absolute;
    top: 150px;
    z-index: 9;
    left: 100px;  
  } 

  .saudi_traffic img{
    display: block;
    width: 120px;
  }

  .saudi_traffic p{
    font-size: .8em;
    width: 120px;
    text-align: center;
    color: #ffffff;
    margin: 5px 0 0 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  }


  @media (max-width:768px) {
    .saudi_traffic {
    position: absolute;
    top: 130px;
    z-index: 9;
    left: 25px;  
  }

  .saudi_traffic img{
    width: 90px;  
  }

.saudi_traffic p {
    font-size: .65em;
    width: 90px;
    }

  }

.header .topbar { 
    height: 30px; 
}

.header .logo img {
    max-height: 45px;
}

.header .branding {
    padding: 0;
}

.header .topbar .contact-info i { 
    color: #ffffff;
}

.header .topbar .social-links a:hover {
    color: #ffffff;
}

.header .topbar .contact-info i a:hover {
    color: #ffffff; 
}

@media (max-width: 768px) {
.header .branding {
    padding: 12px 0;
}
}

@media (min-width: 1200px) {
    .navmenu a, .navmenu a:focus { 
        padding: 30px 15px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase; 
        border-bottom: 3px solid transparent;   
    }

    .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
        color: var(--nav-hover-color);
        border-bottom: 3px solid #3d8540;  
    }
    .navmenu li ul li:hover>a { 
        border-bottom: 3px solid transparent;  
    }
}

@media (min-width: 1200px) {
    .navmenu li:last-child a.lang-link {
        font-size: 1.25em;
        padding: 27px 20px;
    }
}

/* content custom styles */

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev {
    left: 20px;
}

.hero .carousel-item::before {
    content: "";
    background-color: color-mix(in srgb, var(--background-color), transparent 90%) !important;
    position: absolute;
    inset: 0;
}

.hero .carousel-container { 
    background: transparent;
}
 
.hero .featured-item { 
    border-radius: 20px;
}

@media (max-width: 768px) {
      .hero .carousel-item h2 {
        font-size: 24px;
    }

    .hero .featured-item {
        margin: 0 auto;
    }

    .about .content .fst-italic { 
    text-align: justify;
  }
}
 
 
.hero .featured-item.green:hover:before {
    background: #3d8540 !important; 
}

.hero .featured-item:hover:before { 
    border-radius: 20px;
}
 
.hero .carousel-control-next-icon, .hero .carousel-control-prev-icon { 
    color: #ffffff; 
}

.carousel-container h2, 
.carousel-container p { 
    text-align: center;
    text-shadow:  0 2px 1px rgba(0,0,0,.5);
     
}

.carousel-container p { 
    padding: 15px;
    background: rgba(0,0,0,.3);
}

@media (min-width: 1024px) {
   
    .hero p {
        max-width: fit-content;
        
    }

    .carousel-container p {
        max-width: 40% !important;
        margin: 0 auto; 
        font-size: 1.3em;
        
    }
}

 

.about-img {
    border-radius: 3em 3em 3em 1.5em;
}
@media (max-width: 768px) {
  .about-img {
    border-radius: 1.5em 1.5em 1.5em .5em;
}
}


.about-icon-img {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 20%;
    width: 120px;
    margin-top: -50px;
    position: relative;
    left: auto;
    right: 32%;
}

.card.values {
border-radius: 2em;
border: none;
background: linear-gradient(to bottom, rgb(61 133 64 / 13%) 0%, rgba(159, 197, 228, 0) 100%);
}

.card.vision {
border-radius: 2em;
border: none;
background: linear-gradient(to bottom, rgb(61 133 64 / 13%) 0%, rgba(159, 197, 228, 0) 100%);
}

.card.mission {
    border-radius: 2em;
    border: none;
    background: linear-gradient(to bottom, rgb(24 53 96 / 13%) 0%, rgba(159, 197, 228, 0) 100%);
}
 
.section.services {
    background: #efefef;
    padding: 60px 0; 
}

.section.branches {
    background: #efefef;
    padding: 60px 0 10px;     
}

.services .service-item { 
    /* border-radius: 20px; */
    padding: 40px 20px;
}

.branches p{
    margin-top: 2.5em;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.5em;
    font-style: italic;
    color: color-mix(in srgb, var(--default-color), transparent 40%);

}

 


/* ----------------------------- 
   Steps list (combined final)
   - Top-level items only get numbered boxes
   - Nested UL use square bullets and do NOT affect the counter
   - RTL support via [dir="rtl"] or .rtl on .steps
   ----------------------------- */

/* Base LTR container */
.steps {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* ---------- TOP-LEVEL LI (LTR) ---------- */
/* Only direct children of .steps get the number box and extra padding */
.steps > li {
  position: relative;
  padding-left: 48px;          /* Space for the number box (LTR) */
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 2;
}

/* Number box only for top-level items */
.steps > li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;                     /* Number box on the LEFT (LTR) */
  top: auto;
  width: 32px;
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, #006600, #3d8540);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.steps.rtl > li::before { 
  top: 15px; 
}

/* ---------- NESTED UL (LTR) ---------- */
/* Ensure nested UL doesn't interfere with the counter and use square bullets */
.steps li ul {
  /* prevent any counters affecting nested list items */
  counter-reset: none;
  list-style-type: square;        /* square bullets as required */
  list-style-position: outside;
  margin-top: 0;
  margin-left: 20px;              /* LTR indentation for nested list */
  padding-left: 0;                /* use margin for spacing */
  line-height: 1.8;
}

/* Make nested <li> behave like normal list items (no number box) */
.steps li ul li { 
  position: relative;
  padding-left: 0;
  counter-increment: none;
  padding: 6px 0 0 0 !important;
}

.steps li ul  {
    list-style-type: square !important;
}
 
.steps.rtl  li ul li::before {
    content: "◀" !important;  
    color: #3d8540 !important;
    margin-left: 10px !important; 
    margin-right: inherit !important;
}


.steps li ul li::before {
    content: "▶" !important; 
    color: #3d8540 !important;
    margin-left: inherit !important;
    margin-right: 10px !important;
}



/* ---------- RTL SUPPORT (Arabic) ---------- */
/* Parent container can be <div dir="rtl"> or you can add .rtl to the .steps */
[dir="rtl"] .steps,
.steps.rtl {
  direction: rtl;
  padding-right: 0;
}

/* Top-level li in RTL: flip padding to right */
[dir="rtl"] .steps > li,
.steps.rtl > li {
  padding-right: 40px;         /* you used 40px earlier for RTL — preserved */
  padding-left: 0;
  text-align: right;
}

/* Move the number box to the right for RTL top-level items */
[dir="rtl"] .steps > li::before,
.steps.rtl > li::before {
  left: auto;
  right: 0;
  transform: translateY(-50%); /* keep vertical centering */
}

/* Nested UL in RTL: keep square bullets and flip indentation */
[dir="rtl"] .steps li ul,
.steps.rtl li ul {
  counter-reset: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.8;
}

/* Ensure nested UL li in RTL remain normal (no number box) */
[dir="rtl"] .steps li ul li,
.steps.rtl li ul li {
  padding-right: 0;
  counter-increment: none;
}




/* map custom styles */

.map-container {
    margin: 20px auto; 
}

svg {
    width: 100%;
    height: auto;
}

.region {
    fill: #e5e5e5;
    stroke: #999;
    stroke-width: 2px;
}

.city-dot {
    fill: #ffffff;
    stroke: #42556c;
    stroke-width: 10;
    cursor: pointer;
    transition: fill 0.3s;
}

.city-dot:hover {
    stroke: #183560;
}

.city-label {
    font-size: 1.1em;
    text-anchor: middle;
    fill: #ffffff;
    pointer-events: none;
    font-weight: 500;
}

g path:hover {
    fill: #6f8e9c;
}


#stats h3 {
  font-size: 3.5em;
}


/* footer custom styles */

.footer .footer-about a { 
    font-size: inherit;
    font-weight: inherit; 
}

.footer .copyright {
    padding-top: 15px;
    padding-bottom: 15px; 
}

.footer .footer-links ul a:hover {
    color: #ffffff;
}

.footer .social-links a:hover {
    color: #ffffff;
    border-color: #ffffff;
}

/* Fix layout when screen appears too large due to OS scaling (e.g., 150% zoom on 14-inch laptop) */
@media screen and (min-width: 1100px) and (max-width: 1400px) {
    body {
        /* transform: scale(0.90);
        transform-origin: top center;
        width: 111%; */
        zoom: 0.9;
    }

    .hero .carousel-item h2 { 
    font-size: 32px !important; 
    }

    /* .navmenu a, .navmenu a:focus {
        padding: 31px 10px !important;
        font-size: 14px !important; 
    } */
}

/* Tab Styles - Enhanced */
.service-item {
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    background-color: #ffffff;
    border-radius: 12px;
    padding: 35px 20px;
    border: 2px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3d8540, #006600);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(61, 133, 64, 0.15);
    border-color: #3d8540;
}

.service-item:hover::before {
    transform: scaleX(1);
}

.service-item.active {
    background: linear-gradient(135deg, #f8fafb 0%, #f0f2f5 100%);
    border: 2px solid #3d8540;
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(61, 133, 64, 0.15);
}

.service-item.active::before {
    transform: scaleX(1);
}

.service-item .icon {
    transition: all 0.3s ease;
    font-size: 48px;
    color: #3d8540;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-item:hover .icon {
    transform: scale(1.1) rotate(-5deg);
}

.service-item.active .icon {
    background-color: #3d8540;
    color: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 36px;
    margin: 0 auto 15px;
    box-shadow: 0 8px 20px rgba(61, 133, 64, 0.25);
}

.service-item h3 {
    color: #183560;
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.service-item:hover h3 {
    color: #3d8540;
}

.service-item.active h3 {
    color: #3d8540;
    font-weight: 700;
}

/* Tab Content Container */
.tab-content {
    animation: fadeIn 0.4s ease-in;
}

/* Tab Pane Styles - Enhanced */
.tab-pane {
    display: none;
    padding: 40px;
    /* border: 1px solid #e8e8e8; */
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.1) 100%); 
    animation: fadeIn 0.4s ease-in;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06); */
    margin-top: -1px;
}

.tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-pane h4 {
    color: #3d8540;
    margin-bottom: 15px;
    font-weight: 600;
}

.tab-pane ul {
    list-style: none;
    padding-left: 0;
}

.tab-pane ul li {
    padding-left: 20px;
    margin-bottom: 8px;
    position: relative;
}

.tab-pane ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3d8540;
    font-weight: bold;
}

/* Training Card Styles - Enhanced */
.training-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.training-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #3d8540, #006600);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.training-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 16px 35px rgba(61, 133, 64, 0.12);
    border-color: #3d8540;
}

.training-card:hover::before {
    transform: scaleX(1);
}

.training-card .training-icon {
    font-size: 48px;
    color: #3d8540;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(61, 133, 64, 0.08), rgba(0, 102, 0, 0.08));
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.training-card:hover .training-icon {
    transform: scale(1.15) rotate(5deg);
    color: #006600;
    background: linear-gradient(135deg, rgba(61, 133, 64, 0.15), rgba(0, 102, 0, 0.15));
}

.training-card h5 {
    color: #183560;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1.1rem;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.training-card:hover h5 {
    color: #3d8540;
}

.training-card .training-hours {
    color: #3d8540;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.training-card .training-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    transition: all 0.3s ease;
}

/* ========================================
   HORIZONTAL TIMELINE - NEW STYLES
   5 stations with big circled numbers (1-5)
   connected by horizontal line, RTL support
   ======================================== */

/* Main timeline container */
.horizontal-timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 40px 0;
  padding: 0 20px;
  direction: rtl;
}

.horizontal-timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  height: 4px;
  background: linear-gradient(90deg, #3d8540, #006600);
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(61, 133, 64, 0.3);
}

.timeline-station {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 10px;
  padding-bottom: 10px; /* Space for circle below */
}

.station-content {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  min-height: 190px;
}

.station-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(61, 133, 64, 0.15);
  border-color: #3d8540;
}

.station-number {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #006600, #3d8540);
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 102, 0, 0.4);
  border: 4px solid #fff;
  transition: all 0.3s ease;
}

.timeline-station:hover .station-number {
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 12px 30px rgba(0, 102, 0, 0.5);
}

/* RTL fine-tuning */
[dir="rtl"] .horizontal-timeline,
.horizontal-timeline.rtl {
  direction: rtl;
}

[dir="rtl"] .timeline-station,
.horizontal-timeline.rtl .timeline-station {
  text-align: center;
}

/* Nested lists inside stations preserve existing styles */
.timeline-station ul {
  list-style-type: square !important;
  padding-right: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .horizontal-timeline {
    flex-direction: column;
    align-items: stretch;
  }
  
  .horizontal-timeline::before {
    display: none;
  }
  
  .timeline-station {
    margin: 20px 0;
    padding-bottom: 20px;
    flex: none;
  }
  
  .station-number {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: -20px auto 0;
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
  
  .station-content {
    padding: 15px;
    min-height: auto;
  }
}

/* Desktop spacing optimization */
@media (min-width: 992px) {
  .timeline-station {
    max-width: 25%;
  }
}

/* AOS animations (optional, leverages existing AOS) */
.timeline-station {
  opacity: 0;
  transform: translateY(30px);
}

.timeline-station[data-aos="fade-up"] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}


.small-xs {
    font-size: .75em;
}

.services .service-item:hover .motorcycle path { 
    fill: var(--accent-color) !important;
}

/* ========================================
   ENHANCED STATS SECTION STYLES
   Modern card design with animations
   ======================================== */

.stats-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(61, 133, 64, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.stats-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(24, 53, 96, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Stat Card Styling */
.stat-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 25px;
  height: 100%;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(61, 133, 64, 0.1);
  z-index: 2;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3d8540, #006600);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.stat-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(61, 133, 64, 0.2);
  border-color: #3d8540;
}

.stat-card:hover::before {
  transform: scaleX(1);
}

/* Icon/Image Wrapper */
.stat-icon-wrapper {
  width: 100%;
  margin-bottom: 10px;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.stat-card:hover .stat-icon-wrapper {
  transform: scale(1.05);
}

.stat-image {
  max-width: 150px;
  height: auto;
  object-fit: contain;
   
  transition: all 0.4s ease;
}
 

/* Stat Number (Counter) */
.stat-number {
  font-size: 2.8rem;
  color: #3d8540;
  font-weight: 700;
  margin: 15px 0 15px 0;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  letter-spacing: -1px;
  transition: all 0.3s ease;
}

.stat-card:hover .stat-number {
  color: #006600;
  transform: scale(1.05);
}

/* Stat Title */
.stat-title {
  font-size: 1.1rem;
  margin: 15px 0;
  line-height: 1.4;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.stat-card:hover .stat-title {
  color: #183560 !important;
}

/* Stat Description */
.stat-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin-top: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.stat-card:hover .stat-description {
  color: #495057;
}

/* Stat Content Container */
.stat-content {
  position: relative;
  z-index: 2;
}

/* Accent Element - Hidden */
.stat-accent {
  display: none;
}

/* Animations */
@keyframes countUp {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.stat-number {
  animation: countUp 0.8s ease-out forwards;
}

/* Responsive Design */
@media (max-width: 768px) {
  .stats-section::before,
  .stats-section::after {
    display: none;
  }

  .stat-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .stat-number {
    font-size: 2.2rem;
  }

  .stat-title {
    font-size: 1rem;
  }

  .stat-description {
    font-size: 0.9rem;
  }

  .stat-icon-wrapper {
    min-height: 80px;
  }

 

  .stat-card:hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 576px) {
  .stat-number {
    font-size: 1.8rem;
  }

  .stat-title {
    font-size: 0.95rem;
  }

  .stat-card {
    padding: 25px 15px;
  }
}

/* ========================================
   RESPONSIVE DESIGN FOR TABS & TRAINING
   ======================================== */

/* Tablet and Mobile - Service Items (Tabs) */
@media (max-width: 768px) {
  .service-item {
    padding: 25px 15px;
    border-radius: 8px;
  }

  .service-item .icon {
    font-size: 40px;
  }

  .service-item.active .icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .service-item h3 {
    font-size: 0.95rem;
  }

  /* Tab Content */
  .tab-pane {
    padding: 25px;
    border-radius: 6px;
  }

  /* Training Cards */
  .training-card {
    padding: 25px;
    border-radius: 10px;
  }

  .training-card .training-icon {
    font-size: 40px;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .training-card h5 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .training-card .training-description {
    font-size: 0.9rem;
  }

  .training-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(61, 133, 64, 0.1);
  }
}

/* Small Mobile Devices */
@media (max-width: 576px) {
  .service-item {
    padding: 20px 12px;
  }

  .service-item .icon {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .service-item.active .icon {
    width: 65px;
    height: 65px;
    font-size: 24px;
  }

  .service-item h3 {
    font-size: 0.9rem;
  }

  .service-item:hover {
    transform: translateY(-5px);
  }

  .tab-pane {
    padding: 20px;
  }

  .training-card {
    padding: 20px;
  }

  .training-card .training-icon {
    font-size: 36px;
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
  }

  .training-card h5 {
    font-size: 0.95rem;
  }

  .training-card:hover {
    transform: translateY(-6px);
  }
}