    .top-bar {
      background-color: #088F8F;
      color: white;
      font-size: 0.9rem;
      padding: 10px 0;
    }
    
    .top-bar a {
      color: white;
      text-decoration: none;
      transition: all 0.3s;
    }
    
    .top-bar a:hover {
      color: #222222;
      text-decoration: underline;
    }
    
    .top-bar .social-icons a {
      font-size: 1.1rem;
      margin-left: 12px;
      opacity: 0.9;
    }
    
    .top-bar .social-icons a:hover {
      opacity: 1;
      transform: translateY(-2px);
    }
    
    .join-btn {
      background-color: #000000;
      color: #0d6efd;
      font-weight: 600;
      padding: 6px 18px;
      border-radius: 50px;
      font-size: 0.9rem;
      transition: all 0.3s;
    }
    
    .join-btn:hover {
      background-color: #ffc107;
      color: #0000;
      transform: scale(1.05);
    }
    /*----mega menu-*/

    .navbar {
      background-color: #212529;
      padding: 15px 0;
    }

    .nav-link {
      color: #ffffff; !important;
      font-weight: 500;
    }

    .nav-link:hover {
      color: #ffa500; !important;
    }

    /* Mega Menu Styling */
    .mega-dropdown {
      position: static;
    }

    .mega-menu {
      background-color: #f8f9fa;
      border: none;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      padding: 25px 20px;
      width: 100%;
      max-width: 1100px;
      left: 50% !important;
      transform: translateX(-50%);
      margin-top: 0;
    }

    .mega-menu .row {
      margin: 0;
    }

    .mega-menu h6 {
      color: #212529;
      font-weight: 600;
      margin-bottom: 15px;
      border-bottom: 2px solid #0d6efd;
      padding-bottom: 8px;
    }

    .mega-menu a {
      color: #555;
      text-decoration: none;
      padding: 6px 0;
      display: block;
    }

    .mega-menu a:hover {
      color: #ffa500 !important;
      padding-left: 8px;
    }

    /* Hover to open on Desktop */
    @media (min-width: 992px) {
      .mega-dropdown:hover .mega-menu {
        display: block !important;
      }
    }

    /* Mobile adjustments */
    @media (max-width: 991.98px) {
      .mega-menu {
        position: relative;
        width: 100%;
        transform: none;
        left: 0;
        box-shadow: none;
        background-color: #ffffff;
        padding: 15px;
      }
    }

    /*----Crousal-*/

    .hero-carousel {
    height: 450px;           /* Exact height you want */
    min-height: 450px;
  }
  
  .carousel-item {
    height: 450px;           /* Same height */
    min-height: 450px;
    background-size: cover;
    background-position: center;
  }
    
    .hero-content {
      background: rgba(0, 0, 0, 0.45);
      padding: 40px;
      border-radius: 12px;
    }
    
    .hero-content h1 {
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 1.1;
    }
    
    .badge-top {
      background-color: #00d4c0;
      color: black;
      padding: 8px 18px;
      border-radius: 50px;
      font-weight: 600;
      display: inline-block;
      margin-bottom: 15px;
    }
    
    .btn-read {
      background-color: #00b8a7;
      color: white;
      padding: 12px 30px;
      border-radius: 50px;
      font-weight: 600;
    }
    
    .btn-join {
      background-color: white;
      color: #0a2540;
      padding: 12px 30px;
      border-radius: 50px;
      font-weight: 600;
    }

    /*----feature-*/
.feature-section {
      background-color: #f8fafd;
      padding: 80px 0;
    }
    
    .feature-card {
      background-color: #f0f9ff;
      border-radius: 16px;
      padding: 40px 25px;
      text-align: center;
      transition: all 0.4s ease;
      height: 100%;
      border: 1px solid #e0f0ff;
    }
    
    .feature-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
      background-color: #e0f7fa;
    }
    
    .feature-icon {
      font-size: 3.2rem;
      color: #00c4b4;
      margin-bottom: 20px;
    }
    
    .feature-card h4 {
      font-weight: 700;
      color: #0a2540;
      margin-bottom: 15px;
    }
    
    .feature-card p {
      color: #555;
      line-height: 1.6;
    }

    /* Floating Buttons */
    .floating-btn {
      position: fixed;
      bottom: 30px;
      right: 30px;
      z-index: 1000;
    }
    
    .whatsapp-btn {
      width: 60px;
      height: 60px;
      background-color: #25D366;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
      margin-bottom: 15px;
    }
    
    .scroll-top {
      width: 50px;
      height: 50px;
      background-color: #00b8a7;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    /*--abot section--*/
    .about-section {
      padding: 10px 0;
      background: linear-gradient(135deg, #f8fafd 0%, #e0f2fe 100%);
    }
    
    .section-title {
      font-size: 3rem;
      font-weight: 800;
      background: linear-gradient(90deg, #0a2540, #00c4b4);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 20px;
    }
    
    .section-subtitle {
      font-size: 1.15rem;
      color: #555;
      max-width: 800px;
      margin: 0 auto 50px;
    }

    /* Equal Height Columns */
    .about-row {
      align-items: stretch;
    }

    .about-image-wrapper {
      height: 100%;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    }
    
    .about-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.5s ease;
    }
    
    .about-image-wrapper:hover img {
      transform: scale(1.08);
    }

    .about-content {
      background: white;
      padding: 55px 45px;
      border-radius: 20px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
      height: 100%;                    /* Important for equal height */
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    
    .about-content h2 {
      font-size: 2.35rem;
      font-weight: 700;
      color: #0a2540;
      line-height: 1.25;
      margin-bottom: 25px;
    }
    
    .about-content p {
      font-size: 1.08rem;
      line-height: 1.85;
      color: #444;
    }
    
    .highlight {
      color: #00c4b4;
      font-weight: 600;
    }
    
    .btn-enroll {
      background: linear-gradient(90deg, #00c4b4, #00a89c);
      color: white;
      padding: 14px 38px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 1.1rem;
      box-shadow: 0 10px 25px rgba(0, 196, 180, 0.3);
      margin-top: auto;               /* Pushes button to bottom */
    }
    
    .btn-enroll:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 196, 180, 0.4);
    }
   
/*--course cat--*/
.course-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .course-card {
      border: none;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease;
      background: white;
    }

    .course-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    .course-card img {
      height: 220px;
      object-fit: cover;
      width: 100%;
    }

    .course-info {
      padding: 20px;
      position: relative;
    }

    .course-number {
      position: absolute;
      top: -15px;
      right: 20px;
      background: #fff;
      color: #333;
      font-weight: 700;
      font-size: 14px;
      padding: 6px 14px;
      border-radius: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      white-space: nowrap;
    }

    .course-title {
      font-size: 1.35rem;
      font-weight: 700;
      color: #222;
      margin-bottom: 8px;
    }

    .course-subtitle {
      color: #666;
      font-size: 0.95rem;
    }



    /*instructo--*/
    /* ====================== Instructor Section CSS ====================== */
    .instructor-section {
      padding: 80px 0;
      background: white;
    }

    .instructor-card {
      border: none;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      transition: all 0.4s ease;
      background: white;
    }

    .instructor-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    }

    .instructor-img {
      height: 320px;
      object-fit: cover;
      width: 100%;
    }

    /* Instructor Social Icons - Different class to avoid conflict with top-bar */
    .instructor-social a {
      width: 38px;
      height: 38px;
      background-color: #0d6efd;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      font-size: 1.15rem;
      margin: 0 4px;
      transition: all 0.3s;
    }

    .instructor-social a:hover {
      background-color: #0b5ed7;
      transform: translateY(-3px);
    }

    .whatsapp-btn {
      background-color: #25D366;
      color: white;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: flex;
      align-items-center;
      justify-content: center;
      font-size: 1.4rem;
      margin-left: 8px;
    }

    .instructor-name {
      font-size: 1.35rem;
      font-weight: 700;
      color: #222;
    }

    .instructor-role {
      color: #555;
      font-size: 0.98rem;
    }

    /*--testi--*/
    .testimonial-section {
      padding: 80px 0;
      background: white;
    }

    .section-header h6 {
      color: #0d6efd;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    .testimonial-slider .carousel-item {
      padding: 40px 20px;
    }

    .testimonial-card {
      border: none;
      border-radius: 20px;
      padding: 35px 30px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
      text-align: center;
      height: 100%;
      transition: all 0.4s ease;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
    }

    .student-avatar {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      border: 5px solid #fff;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      margin: 0 auto 20px;
    }

    .student-name {
      font-size: 1.35rem;
      font-weight: 700;
      color: #222;
    }

    .student-role {
      color: #666;
      font-size: 1rem;
      margin-bottom: 20px;
    }

    .testimonial-text {
      font-size: 1.05rem;
      line-height: 1.7;
      color: #444;
    }

    /* Highlighted Center Card */
    .highlight-card {
      background: linear-gradient(135deg, #00b8d4, #008b9e);
      color: white;
      box-shadow: 0 15px 45px rgba(0, 184, 212, 0.3);
    }

    .highlight-card .testimonial-text {
      color: white;
    }

    /* Carousel Controls */
    .carousel-control-prev, .carousel-control-next {
      width: 50px;
      height: 50px;
      background: rgba(0,0,0,0.6);
      border-radius: 50%;
      top: 45%;
    }

/*--footer--*/
    ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}




* Popup Modal Styling */
    .modal-content {
      border-radius: 20px;
      border: none;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
      overflow: hidden;
    }

    .modal-header {
      background: linear-gradient(135deg, #0d6efd, #3b82f6);
      color: white;
      border: none;
      padding: 20px 25px;
    }

    .modal-title {
      font-weight: 700;
      font-size: 1.4rem;
    }

    .modal-body {
      padding: 30px 25px;
    }

    .form-label {
      font-weight: 600;
      color: #333;
    }

    .form-control {
      border-radius: 12px;
      padding: 12px 15px;
      border: 1.5px solid #ddd;
      transition: all 0.3s;
    }

    .form-control:focus {
      border-color: #0d6efd;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
    }

    .btn-submit {
      background: linear-gradient(135deg, #0d6efd, #0b5ed7);
      color: white;
      border: none;
      padding: 14px 30px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 1.1rem;
      width: 100%;
      margin-top: 10px;
      transition: all 0.3s;
    }

    .btn-submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 25px rgba(13, 110, 253, 0.3);
    }

    .close-btn {
      background: rgba(255,255,255,0.3);
      color: white;
      border: none;
      width: 35px;
      height: 35px;
      border-radius: 50%;
    }


    /*-------------*/
    .contact-header {
      background: #222222;
      color: white;
      padding: 60px 0;
    }

    .address-box {
      background: white;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      padding: 30px;
      height: 100%;
    }

    .map-container {
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      height: 100%;
    }

    .map-container iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    .contact-form {
      background: white;
      border-radius: 20px;
      box-shadow: 0 15px 40px rgba(0,0,0,0.08);
      padding: 40px;
    }

    .form-control {
      border-radius: 12px;
      padding: 14px 16px;
    }

    .btn-submit {
      background: linear-gradient(135deg, #0d6efd, #0b5ed7);
      color: white;
      border: none;
      padding: 14px 40px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 1.1rem;
    }


ul {
  padding: 0;
}
ul li {
  /* Remove li Bullets with zero-width space for accessability */
  list-style-type: none;
}
ul li:before {
  content: "​";
  /* add zero-width space */
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  position: absolute;
}
.title {
  color: #503f9d;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}

.service-item {
  text-decoration: none;
  padding: 50px 25px;
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  border-radius: 25px;
  box-shadow: 2px 2px 10px rgba(61, 61, 61, 0.596);
  transition: all 300ms ease, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 1;
}
.service-item:hover .title {
  color: #fff !important;
}
.service-item:hover {
  background-color: #ff4848;
  color: #fff !important;
}
.service-item:hover{
  transform: translateY(-20px);
  transition-duration: 300ms;
}
.service-item::after:hover {
  background-color: #fff;
  color: #ff4848;
}

.service-item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px 0;
    cursor: pointer;
    transition: inherit;
    box-shadow: inset 4px 4px 7px rgba(61, 61, 61, 0.596);
    background-color: #ff4848;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHg9IjBweCIgeT0iMHB4Ij48dGl0bGU+NTI8L3RpdGxlPjxwYXRoIGQ9Ik04MS4zMDMyOSwzOC41MjkzOUExNC4wMTgsMTQuMDE4LDAsMSwwLDYxLjQ3NywxOC43MDY3MUw0Ny4wMDMxNSwzMy4xNzkxNGExNC4wMzAzNywxNC4wMzAzNywwLDAsMCwwLDE5LjgyMTcxLDQuODAxMTMsNC44MDExMywwLDAsMS02Ljc4OTc5LDYuNzg5ODcsMjMuNjQzMjcsMjMuNjQzMjcsMCwwLDEsMC0zMy40MDE0NUw1NC42ODcyMSwxMS45MTY4NEEyMy42MjAzLDIzLjYyMDMsMCwwLDEsODguMDkzMDgsNDUuMzE5MjdMODAuOTIzOCw1Mi40ODcxMWE0LjgwMTE0LDQuODAxMTQsMCwwLDEtNi43ODk4LTYuNzg5ODdaTTExLjkwNzQxLDg4LjA5MzlhMjMuNjUwNTMsMjMuNjUwNTMsMCwwLDAsMzMuNDA1ODYtLjAwMUw1OS43ODY2NCw3My42MjE0N2EyMy42MTU4MywyMy42MTU4MywwLDAsMCwwLTMzLjQwMTQ1LDQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTc5LDYuNzg5ODgsMTQuMDE1MzEsMTQuMDE1MzEsMCwwLDEsMCwxOS44MjI2OEwzOC41MjM0OCw4MS4zMDRBMTQuMDE4LDE0LjAxOCwwLDEsMSwxOC42OTcyLDYxLjQ4MTM1TDI1Ljg2Niw1NC4zMTM1YTQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTgtNi43ODk4N2wtNy4xNjg3OSw3LjE2Nzg1QTIzLjY0NDg5LDIzLjY0NDg5LDAsMCwwLDExLjkwNzQxLDg4LjA5MzlaIj48L3BhdGg+PC9zdmc+");
}

.service-item:hover:after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmI2ZjNjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHg9IjBweCIgeT0iMHB4Ij48dGl0bGU+NTI8L3RpdGxlPjxwYXRoIGQ9Ik04MS4zMDMyOSwzOC41MjkzOUExNC4wMTgsMTQuMDE4LDAsMSwwLDYxLjQ3NywxOC43MDY3MUw0Ny4wMDMxNSwzMy4xNzkxNGExNC4wMzAzNywxNC4wMzAzNywwLDAsMCwwLDE5LjgyMTcxLDQuODAxMTMsNC44MDExMywwLDAsMS02Ljc4OTc5LDYuNzg5ODcsMjMuNjQzMjcsMjMuNjQzMjcsMCwwLDEsMC0zMy40MDE0NUw1NC42ODcyMSwxMS45MTY4NEEyMy42MjAzLDIzLjYyMDMsMCwwLDEsODguMDkzMDgsNDUuMzE5MjdMODAuOTIzOCw1Mi40ODcxMWE0LjgwMTE0LDQuODAxMTQsMCwwLDEtNi43ODk4LTYuNzg5ODdaTTExLjkwNzQxLDg4LjA5MzlhMjMuNjUwNTMsMjMuNjUwNTMsMCwwLDAsMzMuNDA1ODYtLjAwMUw1OS43ODY2NCw3My42MjE0N2EyMy42MTU4MywyMy42MTU4MywwLDAsMCwwLTMzLjQwMTQ1LDQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTc5LDYuNzg5ODgsMTQuMDE1MzEsMTQuMDE1MzEsMCwwLDEsMCwxOS44MjI2OEwzOC41MjM0OCw4MS4zMDRBMTQuMDE4LDE0LjAxOCwwLDEsMSwxOC42OTcyLDYxLjQ4MTM1TDI1Ljg2Niw1NC4zMTM1YTQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTgtNi43ODk4N2wtNy4xNjg3OSw3LjE2Nzg1QTIzLjY0NDg5LDIzLjY0NDg5LDAsMCwwLDExLjkwNzQxLDg4LjA5MzlaIj48L3BhdGg+PC9zdmc+");
}

.description {
  text-align: justify;
}



:root {
  --background-color: #ffffff;
  --default-color: #212529;
  --heading-color: #2d465e;
  --accent-color: #0d83fd;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 98px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 64px;
  }
}

.service-details .service-box {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-details .services-list {
  background-color: var(--surface-color);
}

.service-details .services-list a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}


.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: var(--bs-danger);
  background-image: none !important;
}
.accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}



.blog-card {
      transition: all 0.3s ease;
    }
    .blog-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }
    .blog-img {
      height: 220px;
      object-fit: cover;
    }
    .category-badge {
      position: absolute;
      top: 15px;
      left: 15px;
      background: #ff3d00;
      color: white;
      font-size: 0.8rem;
      padding: 5px 12px;
      border-radius: 30px;
    }
    
    

    