 /* ===== RS Tools High-Contrast Banner ===== */
 #banner {
     position: relative;
     background-image: linear-gradient(rgba(15, 25, 52, 0.9), rgba(15, 25, 52, 0.8)),
         url('assets/img/slider-xt.png');
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     padding: 100px 0;
     color: #fff;
     font-family: 'Inter', sans-serif;
 }


 #banner .banner-text h1 {
     font-size: 52px;
     font-weight: 800;
     color: #ffffff;
     line-height: 1.1;
     margin-bottom: 15px;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
 }

 #banner .banner-text h4 {
     font-size: 22px;
     color: #F55B14;
     font-weight: 700;
     letter-spacing: 1px;
     margin-bottom: 25px;
     text-transform: uppercase;
 }

 .skill-tags {
     list-style: none;
     padding: 0;
     margin: 30px 0;
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
 }

 .skill-tags li {
     background-color: rgba(245, 91, 20, 0.15);
     color: #F55B14;
     border: 1.5px solid #F55B14;
     padding: 6px 15px;
     border-radius: 4px;
     font-weight: 700;
     font-size: 13px;
     text-transform: uppercase;
 }

 #banner .trusted {
     padding: 0;
     margin-top: 30px;
     list-style: none;
 }

 #banner .trusted li {
     padding: 8px 0;
     color: #ffffff;
     font-size: 18px;
     font-weight: 500;
     display: flex;
     align-items: center;
 }

 #banner .trusted li i {
     color: #F55B14;
     margin-right: 12px;
     font-size: 18px;
 }

 #banner .free-quotes {
     background: #ffffff;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
 }

 #banner .free-quotes .get-free {
     background: #F55B14;
     color: #fff;
     text-align: center;
     padding: 22px 15px;
     font-size: 22px;
     font-weight: 700;
 }

 #banner .free-quotes .get-free-qoute {
     padding: 30px;
 }

 .form-control {
     height: 48px;
     border: 1px solid #ced4da;
     margin-bottom: 15px;
     color: #0F1934;
     font-size: 15px;
 }

 .form-control::placeholder {
     color: #6c757d;
 }

 .btn-enq {
     background: #0F1934;
     border: 2px solid #0F1934;
     border-radius: 5px;
     font-size: 18px;
     padding: 12px;
     color: #ffffff;
     font-weight: 700;
     width: 100%;
     text-transform: uppercase;
     transition: 0.4s ease;
 }

 .btn-enq:hover {
     background: #F55B14;
     border-color: #F55B14;
     color: #fff;
 }

 /* Mobile Adjustments */
 @media (max-width: 991px) {
     #banner .banner-text h1 {
         font-size: 38px;
     }

     #banner {
         text-align: center;
         padding: 60px 0;
     }

     .skill-tags {
         justify-content: center;
     }

     #banner .trusted li {
         justify-content: center;
         font-size: 16px;
     }
 }

 /*---------------------- ===== Premium Course Comparison ===== --------------------*/
 .course-compare-section {
     padding: 60px 0;
     background: linear-gradient(135deg, #f4f7fb, #eef2f7);
     font-family: "Inter", system-ui, sans-serif;
 }

 .section-head h2 {
     font-size: 2.2rem;
     font-weight: 700;
     color: #0f172a;
     margin-bottom: 10px;
     text-align: center;
 }

 .section-head p {
     font-size: 1.1rem;
     color: #64748b;
     text-align: center;
 }

 /* Wrapper */
 .premium-table-wrap {
     margin-top: 30px;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
     background: #fff;
 }

 /* Table Base */
 .premium-compare-table {
     width: 100%;
     border-collapse: collapse;
     table-layout: fixed;
     /* Keeps columns equal and fixed width */
 }

 /* Header */
 .premium-compare-table thead th {
     padding: 15px 10px;
     font-size: 0.95rem;
     font-weight: 600;
     background: #002b4e;
     /* Matching your image's dark blue */
     color: #fff;
     text-align: center;
     border: 1px solid #e2e8f0;
 }

 /* Cells */
 .premium-compare-table tbody td {
     padding: 12px 8px;
     font-size: 0.95rem;
     color: #334155;
     text-align: center;
     border: 1px solid #e2e8f0;
     vertical-align: middle;
     word-wrap: break-word;
     /* Prevents long words from breaking layout */
 }

 /* Row Stripes */
 .premium-compare-table tbody tr:nth-child(even) td {
     background-color: #f8fafc;
 }

 /* Highlighted text styling */
 .success {
     color: #16a34a;
     font-weight: 600;
 }

 /* Buttons */
 .btn-outline,
 .btn-solid {
     display: inline-block;
     padding: 8px 12px;
     border-radius: 6px;
     font-size: 0.8rem;
     font-weight: 600;
     text-decoration: none;
     transition: 0.3s;
 }

 .btn-outline {
     border: 1px solid #22c55e;
     color: #16a34a;
 }

 .btn-solid {
     background: #2563eb;
     color: #fff;
 }

 /* MOBILE SPECIFIC FIXES */
 @media (max-width: 600px) {
     .premium-compare-table thead th {
         padding: 10px 4px;
         font-size: 0.8rem;
     }

     .premium-compare-table tbody td {
         padding: 10px 4px;
         font-size: 0.8rem;
     }

     .section-head h2 {
         font-size: 1.6rem;
     }

     .premium-compare-table {
         display: table !important;
     }

     .premium-compare-table tr {
         display: table-row !important;
     }

     .premium-compare-table td,
     .premium-compare-table th {
         display: table-cell !important;
     }
 }

 /* Full-screen dark overlay */
 .custom-modal {
     display: none;
     position: fixed;
     z-index: 999999 !important;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(15, 25, 52, 0.9);
     backdrop-filter: blur(8px);
     overflow-y: auto;
     /* Allows scrolling if form is taller than screen */
 }

 /* Modal Content Box */
 .modal-content {
     background-color: #fff;
     margin: 30px auto;
     padding: 0;
     border-radius: 15px;
     width: 90%;
     max-width: 480px;
     position: relative;
     box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
     animation: modalFadeIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
 }

 @keyframes modalFadeIn {
     from {
         transform: translateY(-50px);
         opacity: 0;
     }

     to {
         transform: translateY(0);
         opacity: 1;
     }
 }

 /* Form Header */
 .modal-header {
     background: #F55B14;
     color: #fff;
     padding: 25px 20px;
     text-align: center;
     border-radius: 15px 15px 0 0;
 }

 .modal-header h3 {
     margin: 0;
     font-size: 1.5rem;
     color: #fff;
     font-weight: 700;
 }

 .modal-header p {
     margin: 8px 0 0;
     font-size: 0.9rem;
     color: #fff;
     opacity: 0.9;
 }

 /* Close Button */
 .close-modal {
     position: absolute;
     right: 15px;
     top: 10px;
     color: #fff;
     font-size: 32px;
     line-height: 1;
     cursor: pointer;
     transition: 0.2s;
 }

 .close-modal:hover {
     transform: scale(1.2);
 }

 /* Form Elements */
 .modal-content .get-free-qoute {
     padding: 30px 25px;
 }

 .modal-content .form-control {
     width: 100%;
     height: 50px;
     margin-bottom: 15px;
     padding: 10px 15px;
     border: 1px solid #ddd;
     border-radius: 8px;
     font-size: 16px;
     /* Prevents iOS auto-zoom on focus */
     color: #0F1934;
 }

 .modal-content textarea.form-control {
     height: auto;
     padding-top: 12px;
 }

 .btn-enq {
     background: #0F1934;
     color: #fff;
     width: 100%;
     padding: 15px;
     border: none;
     border-radius: 8px;
     font-size: 18px;
     font-weight: 700;
     text-transform: uppercase;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .btn-enq:hover {
     background: #F55B14;
     box-shadow: 0 10px 20px rgba(245, 91, 20, 0.3);
 }

 /* Mobile Specific Fixes */
 @media (max-width: 576px) {
     .modal-content {
         margin: 15px auto;
         width: 95%;
     }

     .modal-header h3 {
         font-size: 1.2rem;
     }

     .modal-content .get-free-qoute {
         padding: 20px 15px;
     }
 }

 /*---------------------- ===== Premium Course Comparison ===== --------------------*/

 /*---------------------- ===== faculty-section ===== --------------------*/

 .faculty-section {
     background: #f8f9fc;
 }

 .faculty-card {
     background: #ffffff;
     border-radius: 12px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
     padding: 30px;
 }

 .faculty-header {
     background: linear-gradient(90deg, #0d1b3e, #1f3c88);
     padding: 15px;
     border-radius: 8px;
     margin-bottom: 30px;
     text-align: center;
 }

 .faculty-header h2 {
     color: #ffffff;
     margin: 0;
     font-size: 26px;
     font-weight: 700;
     letter-spacing: 0.5px;
 }

 .faculty-img {
     max-width: 260px;
     margin: auto;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
 }

 .faculty-img img {
     width: 100%;
     height: auto;
     display: block;
 }

 .faculty-content h3 {
     font-size: 28px;
     font-weight: 700;
     color: #0d1b3e;
     margin-bottom: 5px;
 }

 .faculty-content .designation {
     display: block;
     font-size: 16px;
     font-weight: 600;
     color: #ff9800;
     margin-bottom: 6px;
 }

 .faculty-content .experience {
     display: inline-block;
     background: #eef2ff;
     color: #1f3c88;
     font-size: 14px;
     padding: 6px 14px;
     border-radius: 30px;
     margin-bottom: 15px;
     font-weight: 600;
 }

 .faculty-content p {
     font-size: 15.5px;
     line-height: 1.8;
     color: #444;
     margin-bottom: 12px;
 }

 /*---------------------- ===== faculty-section ===== --------------------*/

 /*----------------- ===== RS Tools Course Overview (Professional) =====-------------- */
 .about-sec {
     background: linear-gradient(180deg, #f8f9fc, #ffffff);
     font-family: 'Inter', sans-serif;
 }

 .about-card {
     background: #ffffff;
     border-radius: 14px;
     padding: 40px;
     box-shadow: 0 15px 40px rgba(15, 25, 52, 0.08);
 }

 .about-desc h2 {
     font-size: 2.1rem;
     color: #0f1934;
     font-weight: 800;
     margin-bottom: 18px;
     position: relative;
 }

 .about-desc h2::after {
     content: "";
     width: 70px;
     height: 4px;
     background: #f55b14;
     display: block;
     margin-top: 10px;
     border-radius: 5px;
 }

 .about-desc p {
     color: #475569;
     line-height: 1.85;
     font-size: 1.05rem;
     margin-bottom: 28px;
 }

 /* Feature List */
 .about-desc ul {
     list-style: none;
     padding: 0;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
     gap: 14px;
 }

 .about-desc ul li {
     font-size: 0.95rem;
     color: #0f1934;
     font-weight: 600;
     display: flex;
     align-items: center;
     background: #f8f9ff;
     padding: 12px 14px;
     border-radius: 8px;
 }

 .about-desc ul li i {
     color: #f55b14;
     font-size: 18px;
     margin-right: 10px;
 }

 /* Image Styling */
 .about-img-wrap {
     display: flex;
     justify-content: center;
 }

 .about-img-wrap img {
     width: 100%;
     max-width: 360px;
     border-radius: 14px;
     box-shadow: 0 18px 45px rgba(15, 25, 52, 0.15);
     transition: transform 0.4s ease, box-shadow 0.4s ease;
 }

 .about-img-wrap img:hover {
     transform: translateY(-6px);
     box-shadow: 0 25px 55px rgba(15, 25, 52, 0.25);
 }

 /* Responsive */
 @media (max-width: 768px) {
     .about-card {
         padding: 25px;
     }

     .about-desc h2 {
         font-size: 1.6rem;
     }

     .about-desc ul {
         grid-template-columns: 1fr;
     }
 }

 /*----------------- ===== RS Tools Course Overview (Professional) =====-------------- */

 /*----------------- ===== cta-form-section =====-------------- */
 .cta-form-section {
     padding: 30px 0;
 }

 .cta-blue-card {
     background-color: #002B4E;
     /* Your specific blue */
     padding: 50px 40px;
     border-radius: 15px;
     box-shadow: 0 10px 30px rgba(0, 43, 78, 0.2);
 }

 .cta-title {
     color: #ffffff;
     /* Correct spelling */
     font-weight: 800;
     font-size: 2rem;
     margin-bottom: 10px;
 }

 .cta-subtitle {
     color: rgba(255, 255, 255, 0.8);
     /* Correct spelling */
     font-size: 1.1rem;
 }

 .cta-field {
     background-color: #ffffff !important;
     border: none !important;
     height: 50px !important;
     border-radius: 5px !important;
     color: #333333 !important;
     /* Correct spelling */
 }

 .btn-cta-orange {
     background-color: #F55B14;
     color: #ffffff;
     /* Correct spelling */
     border: none;
     height: 50px;
     border-radius: 5px;
     font-weight: 700;
     text-transform: uppercase;
     transition: all 0.3s ease;
     cursor: pointer;
 }

 .btn-cta-orange:hover {
     background-color: #e44a03;
     transform: translateY(-2px);
     box-shadow: 0 5px 15px rgba(245, 91, 20, 0.3);
 }

 /* Responsive adjustments */
 @media (max-width: 768px) {
     .cta-blue-card {
         padding: 30px 20px;
     }

     .cta-title {
         font-size: 1.5rem;
     }
 }

 /*----------------- ===== cta-form-section =====-------------- */

 /*---------------- ===== RS Tools Course Eligibility & Outcomes---------------- ===== */
 .course-info-section {
     padding: 40px 0;
     background-color: #ffffff;
     font-family: 'Inter', system-ui, sans-serif;
 }

 .section-title {
     text-align: center;
     margin-bottom: 50px;
 }

 .section-title h2 {
     font-size: 2.5rem;
     color: #0F1934;
     font-weight: 800;
     margin-bottom: 10px;
 }

 .section-title p {
     color: #64748b;
     font-size: 1.1rem;
 }

 /* Eligibility Card */
 .eligibility-card {
     background: #f8fafc;
     border: 1px solid #e2e8f0;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
     margin-bottom: 60px;
 }

 .eligibility-header {
     background: #f1f5f9;
     padding: 20px 30px;
     display: flex;
     align-items: center;
     border-bottom: 1px solid #e2e8f0;
 }

 .eligibility-header i {
     font-size: 24px;
     color: #0F1934;
     margin-right: 15px;
 }

 .eligibility-header h3 {
     font-size: 1.5rem;
     color: #0F1934;
     margin: 0;
     font-weight: 700;
 }

 .eligibility-list {
     padding: 30px;
     list-style: none;
     margin: 0;
 }

 .eligibility-list li {
     font-size: 1.1rem;
     color: #334155;
     margin-bottom: 15px;
     display: flex;
     align-items: center;
 }

 .eligibility-list li i {
     color: #F55B14;
     /* Brand Orange */
     margin-right: 15px;
     font-size: 18px;
 }

 /* Outcome Grid */
 .outcome-flex {
     display: flex;
     align-items: center;
     gap: 30px;
     flex-wrap: wrap;
 }

 .outcome-col {
     flex: 1;
     min-width: 300px;
 }

 .outcome-box {
     background: #0F1934;
     /* Dark Navy */
     color: #ffffff;
     padding: 30px;
     border-radius: 12px;
     margin-bottom: 20px;
     text-align: center;
     transition: transform 0.3s ease, border-color 0.3s ease;
     border: 2px solid transparent;
     display: flex;
     flex-direction: column;
     justify-content: center;
     min-height: 120px;
 }

 .outcome-box:hover {
     transform: translateY(-5px);
     border-color: #F55B14;
 }

 .outcome-box h4 {
     margin: 0;
     font-size: 1.3rem;
     font-weight: 600;
     line-height: 1.4;
     color: #fff;
 }

 /* Certificate Image */
 .cert-frame {
     flex: 0.8;
     min-width: 280px;
     text-align: center;
 }

 .cert-frame img {
     width: 100%;
     max-width: 350px;
     border-radius: 5px;
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
     border: 8px solid #f1f5f9;
 }

 @media (max-width: 768px) {
     .outcome-flex {
         flex-direction: column;
     }

     .cert-frame {
         order: -1;
         margin-bottom: 40px;
     }

     .section-title h2 {
         font-size: 1.8rem;
     }
 }

 /*---------------- ===== RS Tools Course Eligibility & Outcomes---------------- ===== */