
    :root {
      --primary: #6a3fb5;
      --primary-dark: #4e2a8e;
      --accent: #e63946;
      --dark: #1f2a44;
      --muted: #6c757d;
      --light-bg: #f7f5ff;
    }
    body {
      font-family: 'Poppins', sans-serif;
      color: var(--dark);
      background: #fff;
    }
    h1, h2, h3, h4, h5, .heading-font {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
    }
    .btn-primary-custom {
        background: #b31623;
        color: #fff;
        border: none;
        padding: 10px 40px;
        border-radius: 6px;
        transition: all 0.2s;
    }
    .btn-primary-custom:hover { background:#a70e0e;; color: #fff; }

    .btn-accent {
      background: #bf0001;
      color: #fff;
      border: none;
      padding: 10px 40px;
      border-radius: 6px;
    }
p, span, a, li, input, button, label {
    font-family: 'Open Sans', sans-serif;
}

    .btn-accent:hover { background: #bb1220; color: #fff; }

    /* Top strip */
    .top-strip {
      color: #fff;
      font-size: 14px;
      padding: 8px 0;
    }
    .top-strip a { color: var(--dark);; text-decoration: none; margin-left: 18px; }
    .top-strip a:hover { color: #bb2714; }

    /* Navbar */
    /* .navbar-custom { padding: 14px 0; border-bottom: 1px solid #eee; } */
    .navbar-custom .nav-link { color: var(--dark); font-weight: 500; margin: 0 10px; }
    .navbar-custom .nav-link:hover { color: #bb2714; }
    .brand-logo { font-family: 'Poppins'; font-weight: 800; color: var(--primary); font-size: 22px; }

    /* Hero */

    .hero h1 { font-size: 37px; line-height: 1.2; }
    .hero h1 span {     color: #6e4183; }
    .hero-illu {
      width: 100%;
      max-width: 460px;
      border-radius: 50%;
      background: radial-gradient(circle, #f0e9ff 60%, transparent 70%);
      padding: 30px;
    }


.consult-title{
  font-size: 50px;
  font-weight: 700;
}

.consult-title span{
  color: #e63946;
}

.form-control{
  padding: 12px 15px;
  border: 1px solid #f3b3b3;
  border-radius: 6px;
}

.btn-signup{
  background: #c40000;
  color: white;
  border: none;
  padding: 12px 20px;
  font-weight: 700;
  border-radius: 6px;
  transition: 0.3s;
}

.btn-signup:hover{
  background: #a30000;
}
    
    /* University logos */
    .logo-strip {
      padding: 40px 0;
      background: #fff;
    }
    .logo-strip .uni {
      border: 1px solid #eee;
      padding: 10px 10px;
      border-radius: 10px;
      text-align: center;
      font-family: 'Poppins';
      font-weight: 700;
      color: var(--dark);
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s;
    }
    .logo-strip .uni:hover { border-color: var(--primary); transform: translateY(-3px); }

    /* Section base */
    section{
      padding: 70px 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }
    .section-title { text-align: center; margin-bottom: 40px; }
    .section-title h2 { font-size: 34px; }
    .section-title p { color: var(--muted); max-width: 800px; margin: 14px auto 0;}

    /* Get the Most */
    .most-trusted img {
      width: 95%;
      height: 509px;

    }

.lms-image {
    width: 50%;
}
    /* Subject cards */
    .subject-card {
      border-radius: 12px;
      padding: 28px;
      height: 100%;
      transition: all 0.25s;
    }
    .subject-card:hover { box-shadow: 0 12px 30px rgba(0,0,0,0.08); transform: translateY(-4px); }
    .subject-card h4 { color: var(--primary); margin-bottom: 14px; }

    /* Premium chemistry / online course */
    .premium-section { background: linear-gradient(135deg, #1f2a44 0%, #3a2a5e 100%); color: #fff; }
    .premium-section h2 { color: #fff; }
    .premium-section .section-title p { color: #d0c8e8; }
    .course-card {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 12px;
      padding: 30px;
      backdrop-filter: blur(8px);
    }
    .course-card h4 { color: #fff; text-align: center; margin-bottom: 16px; }
    .course-card p { color: #d0c8e8; }

    /* Dependable section */
    .feature-card {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 12px;
      padding: 28px;
      height: 100%;
      transition: all 0.2s;
    }
    .feature-card:hover { border-color: var(--primary); box-shadow: 0 10px 24px rgba(0,0,0,0.05); }
    .feature-icon {
      width: 54px; height: 54px; border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 24px; margin-bottom: 16px;
    }
    .feature-card h5 { margin-bottom: 10px; }

    /* Technical support */
    .tech-support img { border-radius: 0px; width: 100%; }

    /* LMS logos strip */
    .lms-section { background: #f7f5ff; }
    .lms-logos {
      display: flex; flex-wrap: wrap; gap: 18px; align-items: center;
    }


    /* Math CTA band */
    .math-cta {
      background: linear-gradient(90deg, var(--primary) 0%, #8b5fd6 100%);
      color: #fff; padding: 50px 0;
    }
    .math-cta h2 { color: #fff; }
    .math-cta .btn-light-custom {
       border: none; padding: 10px 22px;
      border-radius: 6px; font-weight: 600;
    }

    /* Team */
    .team-card {
      background: #fff; border: 1px solid #eee; border-radius: 12px;
      padding: 20px; display: flex; align-items: center; gap: 14px;
      margin-bottom: 16px;
    }
    .team-card .avatar {
      width: 56px; height: 56px; border-radius: 50%;
      background: linear-gradient(135deg, var(--primary), #b890ff);
      display: flex; align-items: center; justify-content: center;
      color: #fff; font-weight: 700; font-family: 'Poppins'; font-size: 20px;
      flex-shrink: 0;
    }
    .team-card h6 { margin: 0; font-weight: 600; }
    .team-card small { color: var(--muted); }
    .featured-expert {
      background: var(--light-bg); border-radius: 14px; padding: 30px;
    }

    /* Results */
    .results-img {
      padding: 30px; min-height: 320px;
      display: flex; align-items: center; justify-content: center;
    }

    /* Reviews */
    .reviews-section { background: var(--light-bg); }
    .review-card {
      background: #fff; border-radius: 12px; padding: 24px;
      border: 1px solid #eee; height: 100%;
    }
    .review-card .stars { color: #f4b400; margin-bottom: 10px; }
    .review-card h6 { color: var(--primary); margin-bottom: 6px; }

    .review-platforms {
      display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px;
      justify-content: center;
    }
    .platform-card {
      background: #fff; padding: 18px 26px; border-radius: 10px;
      border: 1px solid #eee; text-align: center; min-width: 160px;
    }
    .platform-card .stars { color: #f4b400; }
    .platform-card small { color: var(--muted); }

    /* FAQ */
    .accordion-button:not(.collapsed) {
      background: var(--light-bg); color: var(--primary); font-weight: 600;
    }
    .accordion-button:focus { box-shadow: none; }

    /* Bottom CTA */
    .bottom-cta {
      padding: 60px 0;
    }
    .bottom-cta h2 {color: #231f20; }

    /* Footer */
    footer {
      background: var(--dark); color: #d8d4e8; padding: 50px 0 20px;
    }
    footer h6 { color: #fff; margin-bottom: 16px; font-weight: 600; }
    footer a { color: #ffffff; text-decoration: none; display: block; margin-bottom: 8px; }
    footer a:hover { color: #fff; }

    .footer-bottom {
      /* border-top: 1px solid rgba(255,255,255,0.1); */
      margin-top: 30px; padding-top: 20px;
      display: flex; justify-content: space-between; font-size: 14px;
    }
    .whatsapp-btn {
      background: var(--accent); color: #fff; padding: 10px 18px; border-radius: 6px;
      display: inline-block; font-weight: 600; margin-top: 10px;
    }
    .whatsapp-btn:hover { color: #fff; background: #f04343; }



.carousel-indicators [data-bs-target] {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.carousel-indicators .active {
    opacity: 1 !important;
}
.subject-card {
    background: #fff;
    transition: transform 0.3s;
    height: 100%;
}
.subject-card:hover {
    transform: translateY(-5px);
}

  .chemistry-combined-section {
    background-color: #f4f7f9;
    background-image: url('assets/images/permimum-banner.png'); 
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .info-card, .course-card {
    background: white;
    border-radius: 5px;
    z-index: 1;
  }

  /* Red Navigation Buttons Logic */
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #b30000;
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }

  .btn-prev { left: 0; }
  .btn-next { right: 0; }
  
  .btn-prev-card { left: -15px; }
  .btn-next-card { right: -15px; }

  /* Icon font styling (Bootstrap Icons) */
  @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

  .course-card .btn-danger {
    background-color: #b30000;
    border: none;
    border-radius: 5px;
    font-size: 0.8rem;
  }

  .math-cta-section {
    /* Purple Gradient with Background Image Overlay */
    background-image: 
                url('assets/images/half-banner.png');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .feature-list li {
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }

  .feature-list li i {
    color: white;
    margin-right: 10px;
    font-size: 1.2rem;
  }

  /* Buttons Styling */
  .math-cta-section .btn-danger {
    background-color: #b30000 !important;
    border: none;
    transition: 0.3s;
  }

  .math-cta-section .btn-outline-light {
    transition: 0.3s;
  }

  .math-cta-section .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }

  .math-cta-section .btn-danger:hover {
    background-color: #8e0000 !important;
    transform: translateY(-2px);
  }



  .scroll-content-section {
    /* Main Background Banner */
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), 
                url('https://www.transparenttextures.com/patterns/cubes.png'); /* Replace with your banner image */
    background-attachment: fixed; /* Parallax effect */
    background-size: cover;
    padding: 100px 0;
    position: relative;
  }

  .content-block h2 {
    color: #1a1a1a;
    font-size: 2.5rem;
  }

  .content-block p {
    color: #444;
    font-size: 1.1rem;
    line-height: 1.8;
  }

  /* Scroll Track (The Line) */
  .scroll-track {
    width: 4px;
    height: 300px; /* Adjust height as needed */
    background: #e0e0e0;
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    overflow: hidden;
  }

  /* Scroll Fill (The Red Part) */
  .scroll-bar-fill {
    width: 100%;
    height: 30%; /* Initial fill */
    background: #b30000; /* Red color from image */
    border-radius: 10px;
    transition: height 0.1s ease-out;
  }




.banner {
    background-image: url(assets/images/main-banner.png);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    top: 0px;
    height: 680px;
}


/* Section Center Aligned */
.consult-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
}

.consult-title {
  color: #231f20;

}

/* Custom Input Styling with Shine Effect */
.custom-input {
  padding: 12px 15px;
  height: 55px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.custom-input:focus {
  outline: none;
  border-color: #c20000;
  box-shadow: 0 0 10px rgba(194, 0, 0, 0.2); /* Shine/Glow effect */
}

/* Button with Dark Hover */
.btn-signup-custom {
    background-color: #bf0001;
    color: white;
    height: 55px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: 100%;
}

.btn-signup-custom:hover {
  background-color: #900000; /* Thora aur dark hover */
  color: white;
}

/* University Logo Cards */
.uni-card {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px; /* Fixed height for symmetry */
  transition: transform 0.3s ease;
}

.uni-card:hover {
  transform: translateY(-5px); /* Choti si movement hover par */
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.uni-card img {
  object-fit: contain;
}



/* Section Styles */
.most-trusted {
  background-color: #fff;
}

/* Heading Styling: Adha Purple aur Adha Black */
.trusted-heading {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.1;
  color: #231f20; /* Dark Blackish color */
}

.purple-text {
  color: #6a498a; /* Image wala Purple color */
}

/* Paragraph Text */
.trusted-text {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* Red Button Style */
.btn-red-expert {
  background-color: #bf0001; /* Dark Red */
  color: white !important;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 4px;
  text-transform: uppercase;
  border: none;
  transition: background 0.3s ease;
}

.btn-red-expert:hover {
  background-color: #900000;
}

/* Image Container with Accent */
.image-container {
  position: relative;
}

/* Image ke neechy jo purple patti hai */
.purple-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 40px;
  background-color: #6a498a;
  z-index: -1; /* Image ke piche rahegi */
  border-bottom-left-radius: 10px;
}

.img-fluid {
  width: 100%;
  height: auto;
}



/* Slider ki overall width control karne ke liye */
#subjectCarousel {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden; /* Screen se bahar slide nahi hoga */
}

.carousel-inner {
  /* padding: 15px 0px; Hover space */
  overflow: visible !important;
}

/* Slide Transition Speed aur Direction Control */
.carousel-item {
  transition: transform 0.6s ease-in-out !important;
}

/* Section Background */
.subject-slider-section {
  background-color: #ffffff;
}

/* Heading & Text */
.slider-main-title {
  font-size: 2.5rem;
  color: #231f20;
}
.slider-sub-text {
  color: #666;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

/* Subject Card Styling */
.subject-card {
  border: 1px solid #fce4e4;
  border-radius: 15px;
  padding: 25px 15px;
  text-align: center;
  background: #fff;
  transition: all 0.4s ease;
  height: 100%;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);

}

/* Hover Effect: Box upar jaye ga aur cut nahi hoga */
.subject-card:hover {
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  transform: translateY(-15px);
}

.subject-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #231f20;
}
.subject-card p {
  color: #777;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Live Chat Button */
.btn-live-chat {
  background-color: #c20000;
  color: white !important;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
}
.btn-live-chat:hover {
  background-color: #900000;
}

/* Custom Dots (Carousel Indicators) */
.custom-dots{
  position: relative;
  margin-top: 40px;
  bottom: 0;
}

.custom-dots button{
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #ffd1d1 !important;
  border: none !important;
  margin: 0 6px !important;
  opacity: 1 !important;
  transition: all 0.35s ease;
}

/* Hover red */
.custom-dots button:hover{
  background: #bf0001 !important;
  transform: scale(1.15);
  box-shadow: 0 0 12px rgba(255,0,0,0.65);
}

/* Active slide dot red shine */
.custom-dots button.active{
  width: 28px !important;
  height: 12px !important;
  border-radius: 20px !important;
  background: #ff0000 !important;
  box-shadow: 0 0 14px rgba(255,0,0,0.75);
}


/* Container Fix */
.slider-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden; /* Ye slide ko bahar nikalne se rokta hai */
    position: relative;
    border-radius: 12px;
}

/* Carousel Inner overflow fix */
.carousel-inner {
    overflow: hidden;
}

/* Box Styling */
.small-info-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    border: 1px solid #eee;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px; /* Shadow aur spacing ke liye */
    box-sizing: border-box;
}

/* Slide Transition - Smoother and contained */
.carousel-item {
    transition: transform 0.6s ease-in-out !important;
}

/* Arrow Design (Circle Red) */
.nav-arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background-color: #c20000 !important;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.nav-arrow-btn:hover {
    background-color: #bf0001 !important; /* Darker Red */
    transform: translateY(-50%) scale(1.15); /* Thoda bada hoga */
    box-shadow: 0 6px 15px rgba(0,0,0,0.3); /* Shadow gehri hogi */
    color: #ffffff;
}
.nav-arrow-btn.prev { left: 5px; }
.nav-arrow-btn.next { right: 5px; }

.icon-wrap img {
    width: 60px;
    height: auto;
}



/* --- Critical Fix for Sliding Issue --- */
.custom-slider-container, 
.custom-slider-container-wide {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* Isse koi bhi cheez bahar nahi dikhegi */
    overflow: hidden !important; 
    padding: 15px 0; /* Shadow ke liye thodi space */
}

.chemistry-hero-section{
background-color: #f4f7f9;
    background-image: url('assets/images/permimum-banner.png'); 
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.custom-slider-container {
    max-width: 450px; /* Upper box ki width yahan se control hogi */
}

/* Boundary Lock */
.carousel-inner {
    overflow: hidden !important;
    position: relative;
    width: 100%;
}

/* Smooth Slide and Fade mix for clean look */
.carousel-item {
    transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out !important;
    backface-visibility: hidden;
}

/* --- Card Styles --- */
.small-info-card, .course-info-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    border: 1px solid #eee;
    margin: 5px 15px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-info-card {
    min-height: 320px;
    margin: 5px;
}

/* --- Hoverable Buttons --- */
.nav-arrow-btn, .course-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    color: white;
    background-color: #bf0001 !important;
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20; /* Buttons hamesha top par honge */
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-arrow-btn:hover, .course-nav-btn:hover {
    background-color: #bf0001 !important;
    transform: translateY(-50%) scale(1.1);
}

.nav-arrow-btn.prev, .course-nav-btn.prev { left: 2px; }
.nav-arrow-btn.next, .course-nav-btn.next { right: 2px; }

/* --- Live Chat Button (Updated) --- */
.btn-live-chat {
    background-color: #bf0001;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    width: fit-content !important;
    padding: 10px 25px !important;
    display: block !important;
    margin: 20px auto 0 auto !important;
    text-decoration: none;
    transition: background 0.3s ease;
}

/* .btn-live-chat:hover {
    /* background-color: #8b0000; 
} */

.icon-wrap img {
    width: 65px;
    height: auto;
    margin: 0 auto;
}


/* --- Benefits Section Main Style --- */

.benefits-section {
background-image: url('assets/images/back-banner.png');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    
}


.benefits-section {
    overflow: hidden;
}

.benefit-box {
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    /* Transition mein scale add kiya hai smoothness ke liye */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    background: white;
}

/* --- The Magic Hover Effect (Box Bahir Nikalna) --- */
.benefit-box:hover {
    /* translateY se upar uthega aur scale se bahir ki taraf bada hoga */
    transform: translateY(-12px) scale(1.05); 
    background-color: #fff5f5; 
    box-shadow: 0 20px 40px rgba(194, 0, 0, 0.2) !important; 
    border-color: #c20000;
    z-index: 10; /* Takay sath wale boxes ke upar nazar aaye */
}

/* Icon Styling */
.benefit-icon {
    width: 45px;
    height: 45px;
    object-fit: contain;
    transition: all 0.4s ease;
}

/* Icon Move & Rotate on Hover */
.benefit-box:hover .benefit-icon {
    transform: translateX(10px) rotate(10deg); 
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}

/* Text adjustments */
.benefit-box h5 {
    color: #1a1a1a;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.benefit-box:hover h5 {
    color: #c20000; 
}

.benefit-box p {
    line-height: 1.6;
    margin-bottom: 0;
}


/* Section Background */
.lms-section {
    background-image: url(assets/images/dr-back-banner.png);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #000;
}

/* List Styling with Red Arrows */
.lms-list li {
    margin-bottom: 12px;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
}

.lms-list li span {
    color: #ba0000; /* Red color for arrow */
    font-weight: bold;
    margin-right: 10px;
}

/* Custom Button Styling */
.btn-custom {
    background-color: #bf0001; /* Same as image red */
    color: white;
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease; /* Smooth transition */
    display: inline-block;
    text-transform: uppercase;
}

/* Hover Effect: Darker color and Pop-out motion */
.btn-custom:hover {
    background-color: #bf0001; /* Darker red on hover */
    color: white;
    transform: scale(1.1); /* Bahar ki taraf motion (pop-out) */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}


/* Left Side Boxes */
.expert-box {
    background: #fff;
    /* Default reddish/grey border */
    border: 1.5px solid #f8eeee; 
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.expert-box img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.expert-box h5 { margin-bottom: 2px; font-size: 18px; font-weight: bold; }
.expert-box p { margin: 0; color: #666; font-size: 14px; }

/* Hover & Active State (Red Border & Bahir nikalna) */
.expert-box:hover, .expert-box.active {
    transform: scale(1.05); /* Bhaire ki taraf motion */
    box-shadow: 0px 10px 20px rgba(186, 0, 0, 0.1);
    border-color: #bf0001; /* Reddish Border on active */
    background-color: #fffafb; /* Halka sa red tint */
}

/* Right Detail Card */
.detail-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.05);
}

/* Button Styling & Animation */
.btn-red-custom {
    background-color: #bf0001;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-red-custom:hover {
    background-color: #bf0001;
    color: white;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(186, 0, 0, 0.3);
}

/* Instant content appearance animation */
#expert-content {
    animation: fadeInQuick 0.3s ease;
}

@keyframes fadeInQuick {
    from { opacity: 0.7; }
    to { opacity: 1; }
}


/* Left Side Boxes with Shadow */
.expert-box {
    background: #fff;
    border: 1.5px solid #f8eeee; 
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    /* Default Shadow taake box utha hua nazar aye */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* Smooth movement */
}

.expert-box img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.expert-box h5 { margin-bottom: 2px; font-size: 18px; font-weight: bold; }
.expert-box p { margin: 0; color: #666; font-size: 14px; }

/* Hover & Active State (Stronger Shadow & Motion) */
.expert-box:hover, .expert-box.active {
    transform: translateY(-5px) scale(1.03); /* Thoda upar aur bahar ki taraf */
    /* Deep Shadow on hover */
    box-shadow: 0px 12px 25px rgba(186, 0, 0, 0.15); 
    border-color: #ba0000; 
    background-color: #fffafb;
}


/* Result Section Styling */
.result-section {
    border-top: 1px solid #eee; /* Dono sections ko separate karne ke liye halki line */
}

.result-image-wrapper img {
    filter: drop-shadow(0px 10px 30px rgba(0,0,0,0.1)); /* Laptop par halka shadow */
    transition: transform 0.4s ease;
}

.result-image-wrapper:hover img {
    transform: translateY(-10px); /* Hover par laptop thoda upar move karega */
}

.result-content h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #231f20;
}




/* Section Background */
.scroll-content-section {
    background-image: url(assets/images/banner-mind.png);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 0; /* Padding thodi kam ki hai taake section zyada bara na lage */
}

/* Scroll Container - Height choti kar di hai */
.custom-scroll-container {
    height: 300px; /* Ab is height mein sirf 2 headings fit aayengi */
    overflow-y: scroll;
    padding-right: 30px;
}

/* Content Styling - Spacing ko adjust kiya hai */
.content-block {
    margin-bottom: 50px !important; /* Blocks ke darmiyan gap badhaya hai taake 3rd heading nazar na aaye */
}

.content-block h2 {
    color: #0b1c39;
    font-size: 28px;
    margin-bottom: 15px;
}

.content-block p {
    font-size: 16px;
    line-height: 1.8;
}

/* Custom Scrollbar (Red Line) - No changes here */
.custom-scroll-container::-webkit-scrollbar {
    width: 6px;
}

.custom-scroll-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.custom-scroll-container::-webkit-scrollbar-thumb {
    background: #ba0000;
    border-radius: 10px;
    border: 1px solid #fff;
}

.custom-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #8b0000;
}

/* Firefox Support */
.custom-scroll-container {
    scrollbar-width: thin;
    scrollbar-color: #ba0000 rgba(255, 255, 255, 0.5);
}


.testimonial-section {
    background-color: #fff;
    padding: 60px 0;
    overflow: hidden;
}

.review-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    margin: 10px 5px;
    position: relative;
    min-height: 280px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.user-avatar-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #f8f9fa;
}

.user-avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-icon-top {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
}

.stars-gold { color: #ffc107; font-size: 13px; }
.stars-container small { font-size: 11px; font-weight: 600; }
.review-text { font-size: 16px; color: #555; line-height: 1.6; margin-top: 15px; }

.custom-circle-btn {
    width: 45px !important;
    height: 45px !important;
    background-color: #bf0001 !important;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 1 !important;
    z-index: 5;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.custom-circle-btn:hover {
    background-color: #bf0001 !important;
    transform: translateY(-50%) scale(1.1) !important;
    box-shadow: 0px 0px 10px rgba(186, 0, 0, 0.5);
    border: 2px solid #fff;
}

.carousel-control-prev { left: -60px !important; }
.carousel-control-next { right: -60px !important; }

@media (max-width: 1100px) {
    .carousel-control-prev { left: 5px !important; }
    .carousel-control-next { right: 5px !important; }
    .custom-circle-btn { width: 40px !important; height: 40px !important; }
}

/* Platform Tabs */
.platform-tabs-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.platform-tab-btn {
    background-color: #d1e3ff;
    border: 1px solid black;
    border-radius: 12px;
    padding: 12px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 300px;
/* <!--     width: 100%; --> */
    text-align: left;
    
}

.platform-tab-btn:hover,
.platform-tab-btn.active {
    background-color: #121826;
    transform: translateY(-4px);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.25);
}

.platform-tab-btn:hover .count-num,
.platform-tab-btn.active .count-num,
.platform-tab-btn:hover .sub-text,
.platform-tab-btn.active .sub-text,
.platform-tab-btn:hover .platform-name,
.platform-tab-btn.active .platform-name,
.platform-tab-btn:hover .stars-gold i,
.platform-tab-btn.active .stars-gold i {
    color: #fff !important;
}

.count-num {
    font-weight: 800;
    font-size: 18px;
    color: #000;
}

.sub-text {
    font-size: 11px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.platform-name {
    font-weight: 900;
    font-size: 18px;
    margin-top: 2px;
}

.name-trust { color: #00b67a; }
.name-google { color: #4285f4; }
.name-jabber { color: #ff6000; }
.name-facebook { color: #0866ff; }

.stars-gold i {
    color: #ff9c00;
    font-size: 11px;
}

/* Slider wrapper */
.review-slider-panel {
    display: none;
}
.review-slider-panel.active-panel {
    display: block;
}



.faq-section {
  background-image: url(assets/images/faqs-banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Accordion Item Styling */
.custom-faq .accordion-item {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important; /* Light border */
    border-radius: 10px !important;
    overflow: hidden;
}

/* Question Button Styling */
.custom-faq .accordion-button {
    /* background: transparent !important; */
    background: rgba(0, 0, 0, 0.1);
    color: #fff !important;
    font-size: 15px;
    padding: 18px 25px;
    box-shadow: none !important;
    font-weight: 500;
}

/* Arrow color white */
.custom-faq .accordion-button::after {
    filter: brightness(0) invert(1);
}

/* Jab box open ho tab heading style */
.custom-faq .accordion-button:not(.collapsed) {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Answer Body Styling */
.custom-faq .accordion-body {
    background: rgb(255 255 255 / 10%);
    color: #eee;
    font-size: 14px;
    line-height: 1.6;
}

/* Hover Effect on Question */
.custom-faq .accordion-item:hover {
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}



/* Card Container */
.contact-card {
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    /* Box shadow jo bahar nikla hua feel de */
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

/* Inputs Styling */
.custom-input {
    border: 1px solid #ddd;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #fff;
}

/* Hover/Focus Effect - Inputs Bahar Niklenge */
.custom-input:focus, .custom-input:hover {
    border-color: #bf0001;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    transform: translateY(-3px) scale(1.01); /* Pop-out effect */
    outline: none;
}

/* Submit Button Styling */
.btn-submit-now {
    background-color: #bf0001;
    color: white;
    padding: 12px 40px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    transition: all 0.4s ease;
    box-shadow: 0 4px 10px rgba(186, 0, 0, 0.3);
}

/* Button Hover - Dark Color & Pop-out */
.btn-submit-now:hover {
    background-color: #bf0001; /* Darker red on hover */
    color: #fff;
    transform: translateY(-5px) scale(1.05); /* Bahar nikly ga hover par */
    box-shadow: 0 10px 20px rgba(139, 0, 0, 0.4);
}

/* Textarea height adjustment */
textarea.custom-input {
    min-height: 110px; /* Is value ko aap mazeed barha sakte hain agar zarurat ho */
    resize: none;
}


/* Footer Main Styling */
.main-footer {
    font-family: 'Poppins', sans-serif;
    background-image: url(assets/images/footer-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Quick Links Styling */
.footer-links li { margin-bottom: 10px; }
.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}
.footer-links a:hover { color: #fff; padding-left: 5px; }

/* Whatsapp Button Styling */
.btn-whatsapp {
    background-color: #bf0001;
    color: white;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn-whatsapp:hover {
    background-color: #8b0000;
    color: #fff;
    transform: translateY(-5px) scale(1.05); /* Bahir ki tarf nikly ga */
    box-shadow: 0 10px 20px rgba(139, 0, 0, 0.4);
}

/* Social Icons - Ek hi line mein lane k liye */
.social-icons {
    display: flex; /* Sab ko line mein laye ga */
    gap: 15px;    /* Icons k darmiyan barabar fasla */
    margin-bottom: 25px;
    align-items: center;
}

.social-icons a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;  /* Circle look k liye width/height */
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1); /* Halka background box */
}

/* Icons par hover effect */
.social-icons a:hover {
    color: #fff;
    background-color: #ba0000; /* Hover par red background */
    transform: translateY(-3px); /* Thoda sa upar move hoga */
}


/* Payment Boxes (Small Boxes Style) */
.pay-box {
    background: #fff;
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 4px;
}
.pay-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Horizontal Line */
hr.border-white {
    border-top: 1px solid #fff;
}


/* Navbar links hover - purple color + bottom line */
.navbar-nav .nav-link {
  position: relative;
  color: #000;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #6a498a;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #6a498a !important;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}


.heading {
  font-size: 38px;
}

.cards-heading{
  font-size: 35px;
}

.superior-heading{
  font-size: 30px;
  color: #231f20;

}

.extra-headings{
          font-size: 20px;
    }

    .points-heading{
      font-size: 20px;

    }

.bullet-heading{
  font-weight: 700 !important;
  font-size: 25px;

}


.computer-para{
  line-height: 1.8;
   font-size: 16px;
}


.brand-logo img {
    height: 60px;
    width: auto;
    max-width: 100%;
    display: block;
}
.cta-buttons-wrapper {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.btn-talk-experts {
    border: 2px solid white;
    color: white;
    padding: 8px 24px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.btn-talk-experts:hover {
    background-color: white;
    color: black;
}

.btn-free-quote {
    background-color: #bf0001;
    color: white;
    padding: 8px 24px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-free-quote:hover {
    background-color: #bb2d3b;
}
.footer-logo img {
    max-height: 70px;
}
.lms-image {
    width: 50%;
}


/* Responsive code start */


/* --- 1399px Media Query for 100% Accuracy --- */

@media screen and (max-width: 1399px) {


  .hero h1 {
  font-size: 32px;
  line-height: 1.2;
  }
  .lead {
  font-size: 18px;
  font-weight: 300;
  }
  .trusted-heading {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  color: #1a1d2e;
  }
  .display-5 {
  font-size: 40px;
  }
  .lms-section {
  padding: 0px 0;
  }
  .platform-tab-btn {
  background-color: #d1e3ff;
  border: 1px solid black;
  border-radius: 12px;
  padding: 12px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 260px;
  }
  .display-4 {
  font-size: 37px;
  }
  .h2, h2 {
  font-size: 30px;
  }
  .h1, h1 {
  font-size: 37px;
  }

  .heading {
  font-size: 30px;
  }
  .slider-heading{
  font-size: 35px;
  }
  .slider-main-title {
  font-size: 35px;
  color: #212529;
  }
  .consult-title {
  font-size: 40px;
  font-weight: 700;
  width: 95%;
  line-height: 1;
  }

}


 /* Desktop/Laptop Breakpoint */ 

@media screen and (max-width: 1199px) {


  .banner {
    background-image: url(assets/images/main-banner.png);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    top: 0px;
    height: 610px;
}

    .hero h1 {
    font-size: 26px;
    line-height: 1.2;
    }
    .lead {
    font-size: 15px;
    font-weight: 300;
    }
    .mb-5 {
    margin-bottom: 2rem !important;
    }
    .trusted-heading {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.2;
    color: #1a1d2e;
    }
    .trusted-text {
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    }
    .most-trusted img {
    width: 100%;
    height: 425px;
    }
    .btn-red-expert {
    background-color: #c20000;
    color: white !important;
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    transition: background 0.3s ease;
    }
    .slider-main-title {
    font-size: 30px;
    color: #212529;
    }
    .slider-sub-text {
    color: #666;
    font-size: 12px;
    width: 100%;
    text-align: center;
    }

    .subject-card {
    border: 1px solid #fce4e4;
    border-radius: 11px;
    padding: 13px 3px;
    text-align: center;
    background: #fff;
    transition: all 0.4s ease;
    height: 100%;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    }
    .slider-heading {
    font-size: 30px;
    }
    .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
    font-size: 30px;
    }

    .text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    font-size: 15px;
    }
    .heading {
    font-size: 25px;
    }
    .btn-primary-custom {
    background: #b31623;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    transition: all 0.2s;
    }
    .h1, h1 {
    font-size: 33px;
    }
    .text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    font-size: 14px;
    }
    .result-content h2 {
    font-size: 30px;
    line-height: 1.2;
    }
    .platform-tab-btn {
    background-color: #d1e3ff;
    border: 1px solid black;
    border-radius: 12px;
    padding: 12px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 221px;
    }
    .cards-heading{
    font-size: 30px;
    color: #231f20;
    }
    .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
    font-size: 30px;
    }
    .btn-primary-custom {
    background: #b31623;
    color: #fff;
    border: none;
    padding: 10px 42px;
    border-radius: 6px;
    transition: all 0.2s;
    }

}


/* iPad Pro / Standard Tablets */

@media screen and (max-width: 1024px) {


    .banner {
    background-image: url(assets/images/main-banner.png);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    top: 0px;
    height: 100%;
    width: 100%;
    }
    section {
    padding: 25px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }
    .hero h1 {
    font-size: 20px;
    line-height: 1.2;
    }
    .text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    font-size: 13px;
    }

  }


 /* Large Tablet Landscape */ 

@media screen and (max-width: 991px) { 

    .hero h1 {
    font-size: 29px;
    line-height: 1.2;
    width: 50%;
    }
    .text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    font-size: 11px;
    /* width: 54%; */
    }
    .consult-title {
    font-size: 30px;
    font-weight: 700;
    width: 95%;
    line-height: 1;
    }
    .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    }
    .most-trusted img {
    width: 70%;
    height: 90%;
    }
    .trusted-heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
    padding-top: 50px;
    color: #1a1d2e;
    }
    .trusted-text {
    color: #555;
    font-size: 18px;
    line-height: 1.6;
    }

    .subject-card {
    border: 1px solid #fce4e4;
    border-radius: 11px;
    padding: 13px 3px;
    text-align: center;
    background: #fff;
    transition: all 0.4s ease;
    height: 100%;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    }
    .subject-card h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    }
    .subject-card p {
    color: #777;
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 25px;
    }
    .slider-heading {
    font-size: 32px;
    text-align: center;
    }

    .lead{
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    font-size: 14px;
    /* width: 100%; */
    /* text-align: center; */

    } 
    .banner-para {
    width: 52%;
    /* text-align: center; */
    }

    .hire-heading{
    text-align: center;
    }
    .tech-support img {
    border-radius: 0px;
    width: 80%;
    }
    .benefit-box {
    border-radius: 12px;
    /* padding: 10px;
    height: 100%;
    width: 106%; */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    background: white;
    }
    .lms-list li {
    margin-bottom: 12px;
    font-size: 10px;
    display: flex;
    align-items: flex-start;
    }

    .h2, h2 {
    font-size: 28px;
    }
    .result-content h2 {
    font-size: 24px;
    line-height: 1.2;
    }
    .result-image-wrapper img {
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
    transition: transform 0.4s ease;
    height: 100%;
    width: 100%;
    }
    .h1, h1 {
    font-size: 27px;
    }
    .container, .container-md, .container-sm {
    max-width: 957px;
    }
    .img-fluid {
    width: 70%;
    height: auto;
    margin: 0 auto;
    }
    .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    font-size: 14px;
    padding-top: 22px;
    }
    .heading {
    font-size: 33px;
    width: 100%;
    text-align: center;
    }
}


/* Surface Pro / Tablets */

@media screen and (max-width: 912px) {

    .section {
    padding: 25px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }
    .btn-signup-custom {
    background-color: #c20000;
    color: white;
    height: 58px;
    width: 44%;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
    .hero h1 {
    font-size: 20px;
    line-height: 1.2;
    width: 50%;
    }
    .banner-para {
    width: 50%;
    /* text-align: center; */
    font-size: 13px;
    }

    .img-fluid {
    width: 50%;
    height: auto;
    }
    .platform-tab-btn {
    background-color: #d1e3ff;
    border: 1px solid black;
    border-radius: 12px;
    padding: 10px 13px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 190px;
    }

    .most-trusted img {
    width: 60%;
    height: 90%;
    display: block;
    }

    .text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    font-size: 14px;
    /* width: 54%; */
    text-align: center;
    }

    .tech-support img {
    border-radius: 0px;
    width: 50%;
    }
    .result-content h2 {
    font-size: 20px;
    line-height: 1.2;
    }
    .content-block p {
    font-size: 17px;
    line-height: 1.8;
    }

    .review-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-top: 0px;
    }

}



/* Large Mobile/Small Tablet */

@media screen and (max-width: 853px) { 

    .banner {
    background-image: url(assets/images/main-banner.png);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    top: 0px;
    height: 440px;
    }

    .hero h1 {
    font-size: 15px;
    line-height: 1.2;
    width: 50%;
    }

    .banner-para {
    width: 51%;
    /* text-align: center; */
    font-size: 13px;
    font-size: 12px;
    }

  }


   /* Standard iPad/Tablet */ 

@media screen and (max-width: 768px) { 

    .banner {
    background-image: url(assets/images/main-banner.png);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    top: 0px;
    height: 395px;
    }

    .banner-para {
    width: 55%;
    font-size: 10px;
    }

    .hero { padding: 40px 0; }
    .section-title h2 { font-size: 26px; }


    .feature-list li {
    justify-content: center;
    text-align: center;
    }

    .right-content {
    margin-top: 40px;
    }

    .result-content {
    margin-top: 30px;
    text-align: center;
    }
    .platform-tab-btn {
    background-color: #d1e3ff;
    border: 1px solid black;
    border-radius: 12px;
    padding: 10px 13px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 170px;
    }

 

    .trusted-heading {
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
    padding-top: 50px;
    color: #1a1d2e;
    }

    .content-block p {
    font-size: 14px;
    }
    .result-content h2 {
    font-size: 18px;
    line-height: 1.2;
    }

}



 /* Mobile Landscape */

@media screen and (max-width: 767px) { 

  .review-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 22px;
  margin: 10px 5px;
  position: relative;
  /* min-height: 280px; */
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  }

  .hero{
  padding: 20px 0;
  }

 }



 /* Large Mobile (Surface Duo) */

@media screen and (max-width: 540px) { 

    .banner {
    background-image: url(assets/images/main-banner.png);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    top: 0px;
    height: 280px;
    }
    .hero h1 {
    font-size: 21px;
    line-height: 1.2;
    width: 56%;
    }
    .banner-para {
    width: 54%;
    font-size: 11px;
    display: none;
    }
    .btn-accent {
    background: #eb2b3b;
    color: #fff;
    border: none;
    padding: 10px 40px;
    border-radius: 6px;
    display: none;
    }
    .btn-primary-custom {
    background: #b31623;
    color: #fff;
    border: none;
    padding: 10px 42px;
    border-radius: 6px;
    transition: all 0.2s;
    display: none;
    }
    .consult-title {
    font-size: 21px;
    font-weight: 700;
    width: 100%;
    line-height: 1;
    }
    .img-fluid {
    width: 100%;
    height: auto;
    }
    .trusted-heading {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    padding-top: 50px;
    color: #1a1d2e;
    } 
    .trusted-text {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    }
    .slider-main-title {
    font-size: 25px;
    color: #212529;
    }
    .slider-sub-text {
    color: #666;
    font-size: 15px;
    width: 100%;
    text-align: center;
    }
    .subject-card p {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    }
    .slider-heading {
    font-size: 24px;
    text-align: center;
    }
    .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
    font-size: 19px;
    }
    .course-info-card {
    min-height: 100%;
    margin: 5px;
    }
    .heading {
    font-size: 26px;
    width: 100%;
    text-align: center;
    }

    .lms-image {
    width: 50%;
}
    .tech-support img {
    border-radius: 0px;
    width: 80%;
    }
    .cards-heading {
    font-size: 22px;
    }
    .benefit-box p {
    font-size: 15px;
    }
    .extra-headings{
    font-size: 20px;
    }
    .points-heading{
    font-size: 18px;
    }
    .bullet-heading{
    font-weight: 700 !important;
    font-size: 25px;

    }
    .team-heading{
    font-size: 23px;
    }
    .computer-para{
    font-size: 11px;
    }
    .result-content h2 {
    font-size: 13px;
    line-height: 1.2;
    }
    .laptop-heading{
    color: #0b1c39;
    font-size: 13px;
    line-height: 1.2;
    }
    .computer-para{
    line-height: 1.8;
    font-size: 13px;
    }
    .faqs-heading{
    font-size: 30px;
    }
    .form-heading{
    color: #0b0b0c;
    font-size: 27px;
    }

  }




/* iPhone 14/15 Pro Max */

@media screen and (max-width: 430px) { 


  .banner {
      background-image: url(assets/images/main-banner.png);
      position: relative;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
      top: 0px;
      height: 220px;
      }

    .hero h1 {
        font-size: 17px;
        line-height: 1.2;
        width: 60%;
    }

    .btn-signup-custom {
        background-color: #c20000;
        color: white;
        height: 58px;
        width: 75%;
        font-weight: bold;
        border: none;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }
    .top-strip a {
    color: var(--dark);
    text-decoration: none;
    margin-left: 18px;
    display: none;
    }
    .uni-card {
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    transition: transform 0.3s ease;
    }
    .consult-title {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    line-height: 1;
    }
    .trusted-heading {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    padding-top: 50px;
    color: #1a1d2e;
    }
    .trusted-text {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    }
    .slider-main-title {
    font-size: 20px;
    color: #212529;
    }
    .slider-sub-text {
    color: #666;
    font-size: 15px;
    width: 100%;
    text-align: center;
    }
    .slider-heading {
    font-size: 21px;
    text-align: center;
    }
    .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
    font-size: 15px;
    }
    .btn-live-chat {
    background-color: #c20000;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    width: fit-content !important;
    padding: 10px 25px !important;
    display: block !important;
    margin: 20px auto 0 auto !important;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 12px;
    }
    .heading {
    font-size: 21px;
    width: 100%;
    text-align: center;
    }
    .cards-heading {
    font-size: 18px;
    }
    .extra-headings {
    font-size: 16px;
    color: #231f20;
    }
    .points-heading {
    font-size: 14px;
    color: #231f20;
    }
    .math-cta-section .btn-outline-light{
    transition: 0.3s;
    font-size: 15px;
    }
    .team-heading {
    font-size: 19px;
    }
    .content-block h2 {
    color: #0b1c39;
    font-size: 21px;
    margin-bottom: 15px;
    }

    .form-heading {
    color: #0b0b0c;
    font-size: 21px;
    }
  }




   /* Samsung Galaxy S-Series */

@media screen and (max-width: 412px) { 

    .banner {
      background-image: url(assets/images/main-banner.png);
      position: relative;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
      top: 0px;
      height: 200px;
      }

    .consult-title {
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    line-height: 1;
    }
    .trusted-heading {
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
    padding-top: 50px;
    color: #1a1d2e;
    }
    .trusted-text {
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    }
    .slider-main-title {
    font-size: 18px;
    color: #212529;
    }
    .slider-sub-text {
    color: #666;
    font-size: 13px;
    width: 100%;
    text-align: center;
    }
    .subject-card p {
    color: #777;
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 25px;
    }
    .btn-live-chat {
    background-color: #c20000;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    width: fit-content !important;
    padding: 10px 25px !important;
    display: block !important;
    margin: 20px auto 0 auto !important;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 9px;
    }
    .slider-heading {
    font-size: 20px;
    text-align: center;
    }
    .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
    font-size: 14px;
    }
    .cards-headings{
    font-weight: 700 !important;
    font-size: 15px;
    }
    .text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    font-size: 10px;
    text-align: center;
    }
    .heading {
    font-size: 20px;
    width: 100%;
    text-align: center;
    }
    .cards-heading {
    font-size: 17px;
    }
    .extra-headings {
    font-size: 15px;
    }
    .points-heading {
    font-size: 15px;
    }
    .btn-custom {
    background-color: #ba0000;
    color: white;
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
    }
    .math-cta-section .btn-outline-light {
    transition: 0.3s;
    font-size: 14px;
    }
    .team-heading {
    font-size: 18px;
    }
    .btn-red-custom {
    background-color: #ba0000;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 10px;
    }
    .result-content h2 {
    font-size: 14px;
    line-height: 1.2;
    }
    .computer-para {
    line-height: 1.8;
    font-size: 12px;
    }

    .faqs-heading {
    font-size: 25px;
    }
    .section-button{
    transition: 0.3s;
    font-size: 13px;
    }

 }



 /* iPhone SE / Small Mobile */

@media screen and (max-width: 375px) { 

    .banner {
    background-image: url(assets/images/main-banner.png);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    top: 0px;
    height: 190px;
    }
    .hero h1 {
    font-size: 16px;
    line-height: 1.2;
    width: 60%;
    }
    .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    }
    .img-fluid {
    width: 65%;
    height: auto;
    }
    .slider-main-title {
    font-size: 17px;
    color: #212529;
    }
    .consult-title {
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    line-height: 1;
    }
    .slider-heading {
    font-size: 18px;
    text-align: center;
    }
    .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
    font-size: 12px;
    }
    .course-info-card {
    min-height: 80%;
    margin: 28px;
    }
    .heading {
    font-size: 18px;
    width: 100%;
    text-align: center;
    }
    .cards-heading {
    font-size: 15px;
    }

    .points-heading {
    font-size: 23px;
    }
    .extra-headings {
    font-size: 16px;
    }
    .team-heading {
    font-size: 16px;
    }
    .computer-para {
    line-height: 1.8;
    font-size: 13px;
    }
    .content-block h2 {
    color: #0b1c39;
    font-size: 17px;
    margin-bottom: 15px;
    }
    .faqs-heading {
    font-size: 23px;
    }
    .form-heading {
    color: #0b0b0c;
    font-size: 17px;
    }
    .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    }
    .reviews-heading{
    font-size: 23px;
    }
    .h5, h5 {
    font-size: 15px;
    }
    .superior-heading {
    font-size: 21px;
    width: 100%;
    }
    .btn-whatsapp {
    background-color: #ba0000;
    color: white;
    padding: 12px 12px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .benefit-box {
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    background: white;
    width: 99%;
    height: 100%;
    }
    .custom-input {
    border: 1px solid #ddd;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #fff;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    }
    .btn-signup-custom {
    background-color: #c20000;
    color: white;
    height: 55px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: 72%;
    display: block;
    margin: 0 auto !important;
    }

}




/* Very Small Mobile */

@media screen and (max-width: 320px) {


      .navbar-nav .nav-link {
      position: relative;
      color: #000;
      transition: color 0.3s ease;
      font-size: 7px;
      width: 100%;
      font-weight: 900;
      }
      .brand-logo img {
    height: 54px;
    width: auto;
    max-width: 100%;
    display: block;
}

      .banner {
      background-image: url(assets/images/main-banner.png);
      position: relative;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
      top: 0px;
      height: 200px;

      }
      .hero h1 {
      font-size: 14px;
      line-height: 1.2;
      width: 70%;
      }
      .consult-title {
      font-size: 23px;
      font-weight: 700;
      width: 100%;
      line-height: 1;
      }
      .most-trusted img{
      width: 100%;
      height: 90%;
      display: block;
      }
      .trusted-heading {
      font-size: 17px;
      font-weight: 800;
      line-height: 1.2;
      padding-top: 50px;
      color: #1a1d2e;
      width: 100%;
      }
      .slider-heading {
      font-size: 15px;
      text-align: center;
      }
      .superior-heading {
      font-size: 20px;
      width: 100%;
      }
      .cards-heading {
      font-size: 18px;
      }
      .points-heading {
      font-size: 20px;
      text-align: center;
      }
      .extra-headings {
      font-size: 18px;
      text-align: center;
      }
      .team-heading {
      font-size: 14px;
      }
      .result-content h2 {
      font-size: 21px;
      line-height: 1.2;
      }

      .custom-input {
      border: 1px solid #ddd;
      padding: 15px 11px;
      border-radius: 8px;
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      background-color: #fff;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      }
   }



  /* Galaxy Fold (Folded) */ 

@media screen and (max-width: 280px) { 
  


    .brand-logo img {
    height: 40px;
    width: auto;
    display: block; 
    }
    .hero h1 {
    font-size: 18px;
    line-height: 1.2;
    width: 90%;
    }
    .consult-title {
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    line-height: 1;
    }
    .trusted-heading {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    padding-top: 50px;
    color: #1a1d2e;
    width: 100%;
    }

    .btn-red-expert {
    background-color: #c20000;
    color: white !important;
    font-size: 15px;
    padding: 10px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    transition: background 0.3s ease;
    }
    .slider-main-title {
    font-size: 13px;
    color: #212529;
    }
    .superior-heading {
    font-size: 18px;
    width: 100%;
    }
    .heading {
    font-size: 15px;
    width: 100%;
    text-align: center;
    }
    .cards-heading {
    font-size: 16px;
    }

    .extra-headings {
    font-size: 14px;
    text-align: center;
    }
    .points-heading {
    font-size: 16px;
    text-align: center;
    }
    .extra-headings {
    font-size: 13px;
    text-align: center;
    }

    p.mb-4.mx-auto {
    font-size: 11px;
    }

    .feature-list li {
    justify-content: center;
    text-align: center;
    font-size: 12px;
    }
    .btn-talk-experts {
    border: 2px solid white;
    color: white;
    padding: 14px 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    background-color: transparent;
    transition: background-color 0.3s ease;
    font-size: 12px;
    }
    .btn-free-quote {
    background-color: #dc3545;
    color: white;
    padding: 14px 14px;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    transition: background-color 0.3s ease;
    font-size: 12px;
    }
    .expert-box h5 {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
    }

    .result-content h2 {
    font-size: 18px;
    line-height: 1.2;
    }
    .computer-para {
    line-height: 1.8;
    font-size: 11px;
    }
    .reviews-heading {
    font-size: 18px;
    }
    .review-text {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
    margin-top: 0px;
    }
    .faqs-heading {
    font-size: 17px;
    }

    .footer-logo img {
    max-height: 60px;
    }






    }





