 :root {
     --primary: #1a5da6;
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 body {
     font-family: 'Poppins', sans-serif;
     overflow-x: hidden;
 }

 .navbar-brand img {
     height: 40px;
 }

 .hero-section {
     background: linear-gradient(135deg, #2896ff 0%, #236fbd 50%, #185ca5 100%);
     min-height: 60vh;
     position: relative;
     overflow: hidden;
 }

 .left-circle-large {
     position: absolute;
     width: 420px;
     height: 420px;
     border-radius: 50%;
     background: rgba(108, 73, 215, .35);
     top: -120px;
     left: -150px;
     z-index: 1;
 }

 .left-circle-medium {
     position: absolute;
     width: 280px;
     height: 280px;
     border-radius: 50%;
     background: rgba(138, 102, 229, .34);
     top: 40px;
     left: -80px;
     z-index: 2;
 }

 .bottom-left-circle {
     position: absolute;
     width: 380px;
     height: 380px;
     border-radius: 50%;
     background: rgba(88, 40, 217, .25);
     bottom: -180px;
     left: 30px;
     z-index: 1;
 }

 .right-wave {
     position: absolute;
     width: 750px;
     height: 100%;
     top: 0;
     right: -100px;
     background: linear-gradient(180deg, rgba(34, 35, 188, .16) 0%, rgba(110, 61, 232, .25) 100%);
     clip-path: ellipse(55% 50% at 80% 50%);
     z-index: 1;
 }

 /* Navbar */
 .navbar {
     padding: 10px 0;
     position: relative;
     z-index: 10;
 }

 .navbar-brand {
     color: white !important;
     font-size: 22px;
     font-weight: 600;
     display: flex;
     align-items: center;
     gap: 8px;
 }

 .navbar-nav {
     gap: 5px;
 }

 .navbar-nav .nav-link {
     color: #fff !important;
     padding: 8px 20px !important;
     font-size: 16px;
     font-weight: 500;
     font-family: system-ui;
 }

 .navbar-nav .nav-link:hover {
     color: white !important;
 }

 .phone-info {
     text-align: right;
 }

 .phone-number {
     color: white;
     text-decoration: none;
     font-size: 17px;
     font-weight: 600;
       display: flex;
     align-items: center;
     justify-content: flex-end;
     gap: 8px;
 }

 .phone-icon {
     font-size: 16px;
 }

 /* Hero content */
 .hero-content {
     position: relative;
     z-index: 5;
     padding: 0 0 0;
 }

 .hero-title {
     color: white;
     font-size: 45px;
     font-weight: 500;
     line-height: 1.25;
     margin-bottom: 22px;
     letter-spacing: -.5px;
     margin-left: -70px;
     /* desktop original */
 }

 .hero-sub-title {
      color: white;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
    margin-left: -70px;
    font-family: system-ui;
 }
 .hero-subtitle {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 38px;
    font-weight: 400;
    margin-left: -70px;
     /* desktop original */
 }

 .hero-main-img {
     padding: 10px;
 }

 .phone-form {
     display: flex;
     background: white;
     border-radius: 0 !important;
     overflow: hidden;
     max-width: 460px;
     box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
     margin-left: -70px;
     /* desktop original */
 }

 .phone-form input {
     border: none;
     padding: 11px 15px;
     flex: 1;
     font-size: 18px;
     color: var(--primary);
     font-weight: 500;
     letter-spacing: 1px;
     min-width: 0;
     border-radius:0 !important;
 }

 .phone-form input::placeholder {
     color: #999;
 }

 .phone-form input:focus {
     outline: none;
 }

 .phone-form button {
     background: #e9e9e9;
     border: none;
     padding: 15px 35px;
     color: var(--primary);
     font-weight: 600;
     cursor: pointer;
     transition: all .3s;
     font-size: 15px;
     white-space: nowrap;
     flex-shrink: 0;
 }

 .phone-form button:hover {
     background: #f8f9fa;
 }

 .arrow-curve {
     position: absolute;
     top: 120px;
     left: -110px;
     width: 200px;
     height: 130px;
 }

 .featured-section {
     position: relative;
     z-index: 5;
     margin-top: 65px;
     margin-left: -70px;
 }

 .featured-text {
     color: white;
     font-size: 13px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1.5px;
     margin-bottom: 22px;
 }

 .company-logos {
     display: flex;
     align-items: center;
     gap: 42px;
     flex-wrap: wrap;
 }

 .company-logo {
     color: white;
     font-size: 18px;
     font-weight: 600;
     opacity: .95;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .company-logo i {
     font-size: 22px;
 }

 .features-section {
     padding: 40px 0;
     background: #ffffff;
     position: relative;
 }

 .section-title {
     text-align: center;
     font-size: 36px;
     font-weight: 700;
     margin-bottom: 10px;
     color: #2d3748;
 }

 .section-title span {
     color: #3e80d5;
 }

 .section-description {
     text-align: center;
     color: #6b7280;
     font-size: 15px;
     line-height: 1.7;
     max-width: 600px;
     margin: 0 auto 35px;
 }

 .features-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 40px;
     max-width: 1100px;
     margin: 0 auto;
 }

 .feature-card {
     background: #92caef3d;
     padding: 0;
     text-align: center;
     transition: all .3s ease;
 }

 .feature-card:hover {
     transform: translateY(-5px);
 }

 .icon-wrapper {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: -17px auto 10px;
     font-size: 20px;
     color: #fff;
 }

 .feature-card:nth-child(1) .icon-wrapper {
     background: linear-gradient(135deg, #6366f1, #4f46e5);
 }

 .feature-card:nth-child(2) .icon-wrapper {
     background: linear-gradient(135deg, #22d3ee, #06b6d4);
 }

 .feature-card:nth-child(3) .icon-wrapper {
     background: linear-gradient(135deg, #60d5f5, #3b82f6);
 }

 .feature-title {
     font-size: 15px;
     font-weight: 600;
     color: #2d3748;
     margin-bottom: 8px;
     line-height: 1.4;
 }

 .feature-description {
     font-size: 14px;
     color: #6b7280;
     line-height: 1.7;
     max-width: 300px;
     margin: 10px auto;
 }

 .services-section {
     padding: 50px 0;
     background: #fff;
     overflow: hidden;
 }

 .services-badge {
     display: inline-block;
     border: 1.5px solid var(--primary);
     border-radius: 30px;
     padding: 5px 20px;
     font-size: .85rem;
     color: var(--primary);
     font-weight: 500;
     margin-bottom: 14px;
     background: #2982df14;
 }

 .services-section h2 {
     font-size: 2.4rem;
     font-weight: 500;
     color: var(--primary);
     margin-bottom: 48px;
 }

 .srv-viewport {
     overflow: hidden;
     position: relative;
 }

 .srv-track {
     display: flex;
     align-items: center;
     gap: 20px;
     transition: transform .55s cubic-bezier(.4, 0, .2, 1);
     will-change: transform;
 }

 .srv-card {
     background: #fff;
     border: 1.5px solid #e2e8f0;
     padding: 28px 24px 24px;
     flex-shrink: 0;
     width: 240px;
     min-height: 200px;
     position: relative;
     transition: transform .4s, box-shadow .4s, background .4s, border-color .4s;
 }

 .srv-card.active {
     background: var(--primary);
     border-color: var(--primary);
     transform: scale(1.06);
     box-shadow: 0 16px 48px rgba(26, 60, 143, .28);
     min-height: 220px;
     z-index: 2;
 }

 .srv-card.active .srv-card-icon svg {
     stroke: #fff;
 }

 .srv-card.active .srv-num {
     color: rgba(255, 255, 255, .9);
 }

 .srv-card.active h5 {
     color: #fff;
 }

 .srv-card.active p {
     color: rgba(255, 255, 255, .87);
 }

 .srv-card-icon {
     width: 36px;
     height: 36px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: rgba(26, 60, 143, .07);
     border-radius: 8px;
     margin-bottom: 14px;
 }

 .srv-card.active .srv-card-icon {
     background: rgba(255, 255, 255, .15);
 }

 .srv-num {
     position: absolute;
     top: 20px;
     right: 20px;
     font-size: 2rem;
     font-weight: 900;
     color: #e2e8f0;
     line-height: 1;
 }

 .srv-card h5 {
     font-size: .9rem;
     font-weight: 500;
     color: var(--primary);
     margin-bottom: 8px;
     line-height: 1.4;
 }

 .srv-card p {
     font-size: .8rem;
     color: #69778b;
     line-height: 1.6;
     margin-bottom: 14px;
 }

 .srv-btn {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     border: 1.5px solid #cbd5e0;
     background: #fff;
     color: #4a5568;
     font-size: 1rem;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     transition: background .2s, color .2s, border-color .2s;
     flex-shrink: 0;
 }

 .srv-btn:hover {
     background: var(--primary);
     color: #fff;
     border-color: var(--primary);
 }

 .srv-dots {
     display: flex;
     justify-content: center;
     gap: 8px;
     margin-top: 36px;
 }

 .srv-dots button {
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background: #cbd5e0;
     border: none;
     padding: 0;
     cursor: pointer;
     transition: background .25s, width .25s;
 }

 .srv-dots button.active {
     background: var(--primary);
     width: 28px;
     border-radius: 5px;
 }


 .section-wrapper {
     position: relative;
     overflow: hidden;
     padding: 60px 0;
     background: linear-gradient(135deg, #28beff47 0%, #3e80d540 50%, #3e80d569 100%);
 }

 .bg-circle {
     position: absolute;
     border-radius: 50%;
     opacity: .15;
     background: #5b9bd5;
     pointer-events: none;
 }

 .bg-circle-1 {
     width: 220px;
     height: 220px;
     top: -40px;
     right: -60px;
 }

 .bg-circle-2 {
     width: 160px;
     height: 160px;
     top: 80px;
     right: 60px;
 }

 .bg-circle-3 {
     width: 120px;
     height: 120px;
     bottom: 20px;
     right: -30px;
 }

 .bg-shape-3 {
     position: absolute;
     bottom: 0;
     left: -80px;
     width: 220px;
     height: 220px;
     border-radius: 50%;
     background: rgba(102, 170, 255, .28);
     z-index: 0;
     pointer-events: none;
 }

 .dots .dot {
     display: inline-block;
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background: #a0c4e0;
     margin: 0 3px;
 }

 .dots .dot.active {
     width: 28px;
     border-radius: 5px;
     background: #2563a8;
 }

 .exec-card,
 .exec-card1,
 .exec-card2,
 .exec-card3 {
     border: none;
     padding: 17px;
     font-size: .92rem;
     line-height: 1.65;
     height: 95%;
     position: relative;
     overflow: hidden;
 }

 .card-white {
     background: #fff;
     color: #333;
 }

 .card-dark-blue {
     background: var(--primary);
     color: #fff;
 }

 .exec-card::after {
     content: '➤';
     position: absolute;
     bottom: -10px;
     right: 8px;
     font-size: 3.5rem;
     opacity: .08;
     transform: rotate(10deg);
     color: inherit;
 }

 .exec-card1::after {
     content: '➤';
     position: absolute;
     bottom: -10px;
     right: 8px;
     font-size: 3.5rem;
     opacity: .08;
     transform: rotate(90deg);
     color: inherit;
 }

 .exec-card2::after {
     content: '➤';
     position: absolute;
     bottom: -10px;
     right: 8px;
     font-size: 3.5rem;
     opacity: .08;
     transform: rotate(180deg);
     color: inherit;
 }

 .exec-card3::after {
     content: '➤';
     position: absolute;
     bottom: -10px;
     right: 8px;
     font-size: 3.5rem;
     opacity: .08;
     transform: rotate(270deg);
     color: inherit;
 }

 .highlight-word {
     font-weight: 600;
 }

 .framework-title {
     font-size: 36px;
     font-weight: 700;
     color: #1a2e4a;
     line-height: 1.4;
     margin-left: 20px;
 }

 .framework-title span {
     color: #2563a8;
 }

 .framework-desc {
     font-size: .97rem;
     color: #3d5a78;
     line-height: 1.8;
     text-align: justify;
     font-weight: 500;
     margin-left: 20px;
 }


 .classroom-section {
     padding: 60px 0;
     background: #ffffff;
     position: relative;
     overflow: hidden;
 }

 .circle-cyan {
     position: absolute;
     width: 100px;
     height: 100px;
     border-radius: 50%;
     background: var(--primary);
     top: 65px;
     left: 30px;
     z-index: 3;
 }

 .circle-green-1 {
     position: absolute;
     width: 35px;
     height: 35px;
     border-radius: 50%;
     background: #10b981;
     top: 50%;
     left: 48%;
     z-index: 5;
 }

 .circle-green-2 {
     position: absolute;
     width: 45px;
     height: 45px;
     border-radius: 50%;
     background: #10b981;
     bottom: 40px;
     right: 130px;
     z-index: 5;
 }

 .section-header {
     font-size: 36px;
     font-weight: 700;
     color: #2d3748;
     line-height: 1.4;
     margin-bottom: 10px;
 }

 .section-header .highlight {
     color: var(--primary);
 }

 .section-header-modern {
     color: #575e5b;
     font-size: 15px;
     line-height: 1.8;
     text-align: justify;
     max-width: 600px;
 }

 .section-header-subtitle {
     color: #575e5b;
     font-size: 17px;
     line-height: 1.4;
     text-align: center;
     font-weight: 450;
 }

 .image-container {
     position: relative;
     z-index: 2;
 }

 .image-wrapper {
     position: relative;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 15px 50px rgba(0, 0, 0, .15);
 }

 .frame-cyan {
     position: absolute;
     top: -15px;
     left: -15px;
     width: 80px;
     height: 80px;
     border: 4px solid #22d3ee;
     border-radius: 12px;
     z-index: 3;
 }

 .frame-green {
     position: absolute;
     bottom: -15px;
     right: -15px;
     width: 100px;
     height: 100px;
     border: 4px solid #10b981;
     border-radius: 12px;
     z-index: 3;
 }

 .classroom-image {
     width: 100%;
     height: auto;
     display: block;
     border-radius: 10px;
 }


 .testimonial-section {
     padding: 60px 0 20px;
     background: linear-gradient(135deg, #28beff47 0%, #3e80d540 50%, #3e80d569 100%);
     position: relative;
     overflow: hidden;
 }

 .bg-shapee {
     position: absolute;
     top: 0;
     right: -170px;
     width: 340px;
     height: 310px;
     border-radius: 50%;
     background: rgba(112, 161, 224, .2);
     z-index: 0;
     pointer-events: none;
 }

 .purple-dot {
     position: absolute;
     width: 14px;
     height: 14px;
     background: #185ca5;
     border-radius: 50%;
     z-index: 5;
 }

 .purple-dot.top-left {
     top: 15%;
     left: 8%;
 }

 .purple-dot.top-right {
     top: 15%;
     right: 8%;
 }

 .purple-dot.bottom-left {
     bottom: 15%;
     left: 10%;
 }

 .purple-dot.bottom-right {
     bottom: 15%;
     right: 10%;
 }

 .quote-icon {
     width: 40px;
     height: 40px;
     background: var(--primary);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     font-size: 1.5rem;
     font-weight: bold;
     position: absolute;
     z-index: 5;
 }

 .quote-icon.left {
     top: 15%;
     left: 10%;
 }

 .quote-icon.right {
     top: 15%;
     right: 10%;
 }

 .testimonial-nav {
     position: absolute;
     top: 50%;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background: white;
     border: 2px solid var(--primary);
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     transition: all .3s ease;
     z-index: 10;
     transform: translateY(-50%);
 }

 .testimonial-nav:hover {
     background: var(--primary);
 }

 .testimonial-nav:hover svg {
     stroke: white !important;
 }

 .testimonial-nav.prev {
     left: 50px;
 }

 .testimonial-nav.next {
     right: 50px;
 }

 .testimonial-content {
     max-width: 800px;
     margin: 0 auto;
     text-align: center;
     padding: 0 80px;
     position: relative;
     z-index: 5;
 }

 .testimonial-text {
         font-size: .93rem;
    color: #4b5563;
    margin-bottom: -1rem;
    background: linear-gradient(135deg, #ffffff47 0%, #f5f9ff 50%, #ffffff69 100%);
    border: 1px solid #d6eaff;
    padding: 20px 28px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    line-height: 1.7;
    transition: opacity .25s;
 }

 .avatar-carousel {
     display: flex;
     justify-content: center;
     align-items: flex-start;
     gap: 30px;
     margin: 3rem 0;
 }

 .avatar-item {
     text-align: center;
     transition: all .4s ease;
     cursor: pointer;
     opacity: .6;
     transform: scale(.85);
 }

 .avatar-item.active {
     opacity: 1;
     transform: scale(1.1);
     padding: 10px;
 }

 .avatar-name {
     font-size: .9rem;
     font-weight: 600;
     color: var(--primary);
     margin-bottom: .2rem;
 }

 .avatar-role {
     font-size: .8rem;
     color: #7c8189;
 }


 .footer {
     background: var(--primary);
     padding: 30px 0 0;
     font-size: 15px;
     color: #fff;
 }

 .footer-col {
     margin-bottom: 20px;
 }

 .footer-logo {
     height: 38px;
     margin-bottom: 15px;
     display: block;
 }

 .footer-text {
     line-height: 1.7;
     margin-bottom: 10px;
 }

 .footer-title {
     font-weight: 700;
     margin-bottom: 18px;
     color: #fff;
 }

 .footer-links {
     list-style: none;
     padding: 0;
     margin: 0;
     line-height: 1.6;
 }

 .footer-links li {
     margin-bottom: 5px;
 }

 .footer-links a {
     color: #fff;
     transition: .3s;
     text-decoration: none;
     display: inline-block;
 }

 .footer-links a:hover {
     color: #fff;
     padding-left: 5px;
 }

 .footer-contact {
     line-height: 1.7;
     margin-bottom: 10px;
 }

 .footer-social {
     display: flex;
     gap: 12px;
     margin-top: 20px;
 }

 .footer-social a {
     width: 38px;
     height: 38px;
     background: #fff;
     color: var(--primary);
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     transition: .3s;
     text-decoration: none;
 }

 .footer-social a:hover {
     background: #f0f0f0;
 }

 .footer-bottom {
     background: #003c95;
     color: #fff;
     text-align: center;
     padding: 14px 10px;
     font-size: 14px;
     font-weight: 600;
     margin-top: 0px;
 }



 /* ── Large desktop 1200px+ (original design with offsets) ── */
 @media (min-width:1200px) {
     .navbar-brand img {
         margin-left: -70px;
     }

     .hero-title,
     .hero-subtitle,
     .phone-form {
         margin-left: -70px;
     }

     .featured-section {
         margin-left: -70px;
     }

     .hero-main-img {
         margin-left: 120px;
         margin-top: -70px;
         padding: 10px;
     }
 }

 /* ── Desktop 992–1199px ── */
 @media (min-width:992px) and (max-width:1199px) {
     .hero-title {
         font-size: 36px;
         margin-left: -30px;
     }

     .hero-subtitle {
         margin-left: -30px;
     }

     .phone-form {
         margin-left: -30px;
     }

     .featured-section {
         margin-left: -30px;
     }

     .hero-main-img {
         padding: 50px 20px;
         max-width: 10%;
     }

     .circle-cyan {
         left: 30px;
         width: 80px;
         height: 80px;
         top: -20px;
     }

     .testimonial-nav.prev {
         left: 15px;
     }

     .testimonial-nav.next {
         right: 15px;
     }

     .testimonial-content {
         padding: 0 60px;
     }
 }

 /* ── Tablet 768–991px ── */
 @media (max-width:991px) {

     /* Reset all desktop offsets */
     .navbar-brand img {
         margin-left: 0 !important;
     }

     .hero-title {
         font-size: 30px;
         margin-left: 0 !important;
         text-align: center;
     }

     .hero-subtitle {
         margin-left: 0 !important;
         text-align: center;
         font-size: 14px;
     }

     .phone-form {
         margin-left: auto !important;
         margin-right: auto;
         max-width: 85%;
     }

     .featured-section {
         margin-left: 0 !important;
         margin-top: 36px;
     }

     .company-logos {
         justify-content: center;
     }

     .hero-section {
         min-height: auto;
         padding-bottom: 30px;
     }

     .hero-content {
         padding-top: 10px;
     }

     /* Hero image — center it below text on tablet */
     .col-lg-6.text-end {
         text-align: center !important;
         margin-top: 20px;
     }

     .hero-main-img {
         margin-left: 0 !important;
         margin-top: 0 !important;
         padding: 10px 10px;
         max-width: 75%;
         display:none;
     }

     .right-wave {
         display: none;
     }

     .left-circle-large {
         width: 250px;
         height: 250px;
         top: -70px;
         left: -90px;
     }

     .left-circle-medium {
         width: 160px;
         height: 160px;
         top: 30px;
         left: -55px;
     }

     .bottom-left-circle {
         width: 220px;
         height: 220px;
         bottom: -90px;
     }

     /* Features 2-col */
     .features-grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 24px;
         padding: 0 10px;
     }

     /* Services */
     .srv-card {
         width: 200px;
     }

     /* Framework */
     .framework-title {
         font-size: 26px;
         margin-left: 0;
     }

     .framework-desc {
         margin-left: 0;
     }

     .step-list li {
         margin-left: 20px;
     }

     /* Why choose */
     .classroom-section {
         padding: 60px 0;
     }

     .circle-cyan {
         left: 20px;
         width: 70px;
         height: 70px;
         top: -20px;
     }

     .circle-green-1 {
         display: none;
     }

     .circle-green-2 {
         right: 15px;
         width: 35px;
         height: 35px;
         bottom: 20px;
     }

     .image-wrapper {
         margin: 30px 10px 20px;
     }

     /* Testimonials */
     .testimonial-nav.prev {
         left: 10px;
     }

     .testimonial-nav.next {
         right: 10px;
     }

     .testimonial-content {
         padding: 0 60px;
     }

     .quote-icon {
         display: none;
     }

     .purple-dot {
         display: none;
     }
 }

 /* ── Mobile 576–767px ── */
 @media (max-width:767px) {

     /* Navbar */
     .navbar {
         padding: 14px 0;
     }

     .navbar-toggler {
         border-color: rgba(255, 255, 255, .5);
     }

     .navbar-collapse.show,
     .navbar-collapse.collapsing {
         background: rgba(24, 92, 165, .96);
         border-radius: 12px;
         padding: 12px;
         margin-top: 10px;
     }

     .phone-info {
         margin-top: 8px;
     }

     .phone-number {
         justify-content: flex-start;
         font-size: 14px;
     }

     /* Hero text */
     .hero-title {
         font-size: 26px;
         line-height: 1.35;
         margin-bottom: 14px;
     }

     .hero-subtitle {
         font-size: 13px;
         margin-bottom: 22px;
     }

     /* Phone form — stack vertically */
     .phone-form {
         border-radius: 0;
         max-width: 100%;
     }

     .phone-form input {
         border-radius: 0 0 0 0 !important;
         padding: 14px 18px;
         font-size: 15px;
         text-align: center;
     }

     .phone-form button {
         border-radius: 0 0 0 0 !important;
         padding: 14px 20px;
         text-align: center;
         font-size: 14px;
     }

     /* Hero image centered */
     .col-lg-6.text-end {
         text-align: center !important;
     }

     .hero-main-img {
         max-width: 100% !important;
         padding: 10px !important;
         margin: 0 auto !important;
         display: none !important;
     }

     .arrow-curve {
         display: none;
     }

     /* Decorative circles — shrink so they don't cause scroll */
     .left-circle-large {
         width: 170px;
         height: 170px;
         top: -50px;
         left: -65px;
     }

     .left-circle-medium {
         width: 110px;
         height: 110px;
         top: 20px;
         left: -35px;
     }

     .bottom-left-circle {
         width: 150px;
         height: 150px;
         bottom: -60px;
         left: -5px;
     }

     /* Company logos */
     .company-logos {
         gap: 18px;
     }

     .company-logo {
         font-size: 14px;
     }

     /* Features 1-col */
     .features-section {
         padding: 32px 0;
     }

     .features-grid {
         grid-template-columns: 1fr;
         gap: 18px;
         padding: 0 4px;
     }

     .section-title {
         font-size: 26px;
     }

     /* Services */
     .services-section {
         padding: 32px 0;
     }

     .services-section h2 {
         font-size: 1.8rem;
         margin-bottom: 28px;
     }

     .section-header {
         font-size: 24px;
     }

     .srv-card {
         width: 180px;
     }

     .srv-card h5 {
         font-size: .82rem;
     }

     .srv-card p {
         font-size: .74rem;
     }

     .srv-btn {
         width: 34px;
         height: 34px;
         font-size: 1rem;
     }

     .srv-dots {
         margin-top: 20px;
     }

     /* Framework */
     .section-wrapper {
         padding: 40px 0;
     }

     .framework-title {
         font-size: 22px;
         margin-left: 0;
     }

     .framework-desc {
         margin-left: 0;
         font-size: .88rem;
     }

     .step-list li {
         margin-left: 10px;
         font-size: .82rem;
     }

     .exec-card,
     .exec-card1,
     .exec-card2,
     .exec-card3 {
         font-size: .82rem;
         padding: 14px;
     }

     /* Why choose */
     .classroom-section {
         padding: 46px 0;
     }

     .section-header-modern {
         font-size: 13.5px;
     }

     .image-wrapper {
         margin: 22px 0 16px;
         overflow: visible;
     }

     .frame-cyan {
         width: 55px;
         height: 55px;
         top: -10px;
         left: -10px;
     }

     .frame-green {
         width: 65px;
         height: 65px;
         bottom: -10px;
         right: -10px;
     }

     /* Testimonials */
     .testimonial-section {
         padding: 36px 0 24px;
     }

     .testimonial-content {
         padding: 0 44px;
         max-width: 100%;
     }

     .testimonial-nav {
         width: 38px;
         height: 38px;
     }

     .testimonial-nav.prev {
         left: 4px;
     }

     .testimonial-nav.next {
         right: 4px;
     }

     .testimonial-text {
         font-size: .82rem;
         min-height: auto;
         border-radius: 50px;
         padding: 18px 20px;
     }

     .avatar-carousel {
         gap: 14px;
         margin: 2rem 0 .5rem;
     }

     .avatar-name {
         font-size: .74rem;
     }

     .avatar-role {
         font-size: .66rem;
     }

     .section-header-subtitle {
         font-size: 14px;
         margin-left: 0;
     }

     /* Footer */
     .footer {
         padding: 26px 0 0;
     }
 }

 /* ── Mobile small < 480px ── */
 @media (max-width:480px) {
     .hero-title {
         font-size: 22px;
     }

     .features-grid {
         padding: 0;
     }

     .srv-card {
         width: 162px;
     }

     .testimonial-content {
         padding: 0 36px;
     }

     .company-logos {
         gap: 12px;
     }

     .company-logo {
         font-size: 13px;
     }

     .avatar-item {
         transform: scale(.78);
     }

     .avatar-item.active {
         transform: scale(1);
     }
 }

 /* ── Tiny < 360px ── */
 @media (max-width:360px) {
     .hero-title {
         font-size: 20px;
     }

     .srv-card {
         width: 145px;
     }

     .testimonial-content {
         padding: 0 30px;
     }

     .phone-form button {
         padding: 13px 14px;
         font-size: 13px;
     }
 }