/* ============================================================
   RESPONSIVE ONLY CSS — px values only
   Breakpoints: 1600 | 1440 | 1399 | 1280 | 1199 | 991 | 767 | 375
   ============================================================ */

/* ── 1600px ─────────────────────────────────────────────────── */
@media (max-width: 1600px) {

    .hero-content {
        padding: 130px 0;
    }

    .hero-content .hero-title {
        font-size: 45px;
    }

    .main-heading-title {
        font-size: 38px;
    }

    .tech-main-title {
        font-size: 38px;
    }

    .services-main-title {
        font-size: 38px;
    }

    .benefits-main-title {
        font-size: 34px;
    }

    .section-title {
        font-size: 38px;
    }

    .clients-reviews h3 {
        font-size: 40px;
    }

    .cust-prev-btn {
        left: -55px;
    }

    .cust-next-btn {
        right: -55px;
    }
}

/* ── 1440px ─────────────────────────────────────────────────── */
@media (max-width: 1440px) {

    .hero-content {
        padding: 120px 0;
    }

    .hero-content .hero-title {
        font-size: 42px;
    }

    .hero-content .hero-desc {
        font-size: 22px;
        max-width: 460px;
    }

    .serivces-content-title {
        font-size: 32px;
    }

    .premium-title-heading {
        font-size: 32px;
    }

    .premium-title-para {
        font-size: 18px;
    }

    .serivces-content-para {
        font-size: 20px;
    }

    .main-heading-title {
        font-size: 36px;
    }

    .tech-main-title {
        font-size: 36px;
    }

    .services-main-title {
        font-size: 36px;
    }

    .benefits-main-title {
        font-size: 32px;
    }

    .section-title {
        font-size: 36px;
    }

    .moodle-mgmt-title,
    .lms-command-title {
        font-size: 32px;
    }

    .features .tab-content .content-box h3 {
        font-size: 26px;
    }

    .clients-reviews h3 {
        font-size: 38px;
    }

    .clients-reviews p {
        font-size: 16px;
    }

    .cust-prev-btn {
        left: -45px;
    }

    .cust-next-btn {
        right: -45px;
    }
}

/* ── 1399px ─────────────────────────────────────────────────── */
@media (max-width: 1399px) {

    .hero-content {
        padding: 115px 0;
    }

    .hero-content .hero-title {
        font-size: 32px;
        margin-top: 10%;
    }

    .hero-content .hero-desc {
        font-size: 19px;
        max-width: 440px;
    }

    .main-heading-title {
        font-size: 34px;
    }

    .tech-main-title {
        font-size: 34px;
    }

    .services-main-title {
        font-size: 34px;
    }

    .benefits-main-title {
        font-size: 30px;
    }

    .section-title {
        font-size: 34px;
    }

    .moodle-mgmt-title,
    .lms-command-title {
        font-size: 25px;
        letter-spacing: -0.5px;
    }

    .custom-form-title {
        font-size: 28px;
    }

    .consult-main-title {
        font-size: 28px;
    }

    .comparison-title {
        font-size: 24px;
        margin-bottom: 36px;
    }

    .clients-reviews h3 {
        font-size: 36px;
    }

    .clients-reviews p {
        font-size: 15px;
    }

    .cust-prev-btn {
        left: -40px;
    }

    .cust-next-btn {
        right: -40px;
    }

    /* .navbar-nav .nav-link {
        font-size: 12px;
        padding: 8px 11px !important;
    } */

    .btn-talk {
        font-size: 11px;
        padding: 9px 16px !important;
    }
}

/* ── 1280px ─────────────────────────────────────────────────── */
@media (max-width: 1280px) {

    .hero-content {
        padding: 110px 0;
    }

    .hero-content .hero-title {
        font-size: 30px;
    }

    .hero-content .hero-desc {
        font-size: 13px;
        max-width: 420px;
    }

    .main-heading-title {
        font-size: 32px;
    }

    .tech-main-title {
        font-size: 32px;
    }

    .services-main-title {
        font-size: 32px;
    }

    .benefits-main-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 32px;
    }

    .moodle-mgmt-title,
    .lms-command-title {
        font-size: 28px;
    }

    .consult-main-title {
        font-size: 26px;
    }

    .comparison-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .clients-reviews h3 {
        font-size: 34px;
    }

    .h3.faq-title {
        font-size: 34px;
    }

    .custom-form-title {
        font-size: 28px;
    }

    .features .nav-tabs .nav-link h4 {
        font-size: 15px;
    }

    .features .nav-tabs .nav-link p {
        font-size: 13px;
    }

    .features .tab-content .content-box {
        padding: 30px;
    }

    .features .tab-content .content-box h3 {
        font-size: 24px;
    }

    .features .tab-content .content-box p {
        font-size: 15px;
    }

    .navbar-nav .nav-link {
        font-size: 12px;
        padding: 8px 10px !important;
        letter-spacing: 0.04em;
    }

    .btn-talk {
        font-size: 11px;
        padding: 9px 14px !important;
    }

    .brand-text .line1 {
        font-size: 16px;
    }

    .brand-text .line2 {
        font-size: 12px;
    }

    .cust-prev-btn {
        left: -30px;
    }

    .cust-next-btn {
        right: -30px;
    }
}

/* ── 1199px ─────────────────────────────────────────────────── */
@media (max-width: 1199px) {

    .hero-content {
        padding: 100px 0;
    }

    .hero-content .hero-title {
        font-size: 28px;
    }

    .hero-content .hero-desc {
        font-size: 13px;
        max-width: 400px;
    }

    .main-heading-title {
        font-size: 30px;
    }

    .tech-main-title {
        font-size: 30px;
    }

    .services-main-title {
        font-size: 30px;
    }

    .benefits-main-title {
        font-size: 26px;
    }

    .section-title {
        font-size: 30px;
    }

    .moodle-mgmt-title,
    .lms-command-title {
        font-size: 26px;
        letter-spacing: 0;
    }

    .consult-main-title {
        font-size: 24px;
    }

    .comparison-title {
        font-size: 20px;
        margin-bottom: 26px;
    }

    .clients-reviews h3 {
        font-size: 30px;
    }

    .clients-reviews p {
        font-size: 15px;
    }

    h3.faq-title {
        font-size: 30px;
    }

    .custom-form-title {
        font-size: 26px;
    }

    .expert-main-heading {
        font-size: 26px;
    }

    .expert-showcase-section .expert-sub-heading {
        font-size: 22px;
    }

    .expert-showcase-section p {
        font-size: 15px;
    }

    .info-hero-title {
        font-size: 28px;
    }

    .features .nav-tabs .nav-link {
        padding: 14px;
    }

    .features .nav-tabs .nav-link h4 {
        font-size: 14px;
    }

    .features .nav-tabs .nav-link p {
        font-size: 13px;
    }

    .features .tab-content .content-box {
        padding: 25px;
    }

    .features .tab-content .content-box h3 {
        font-size: 22px;
    }

    .features .tab-content .content-box p {
        font-size: 14px;
    }

    .features .nav-tabs .nav-link .icon-box {
        width: 42px;
        height: 42px;
    }

    .features .nav-tabs .nav-link .icon-box i {
        font-size: 20px;
    }

    .navbar-nav .nav-link {
        font-size: 11px;
        padding: 8px 9px !important;
        letter-spacing: 0.03em;
    }

    .btn-talk {
        font-size: 10px;
        padding: 8px 12px !important;
    }

    .brand-text .line1 {
        font-size: 15px;
    }

    .brand-text .line2 {
        font-size: 12px;
    }

    /* Reviews: 2 per row */
    .cust-review-card {
        min-width: 50%;
    }

    .cust-prev-btn {
        left: 0;
    }

    .cust-next-btn {
        right: 0;
    }

    /* Premium slider: 1 per row */
    .ps-card {
        min-width: 100%;
    }

    .ps-btn {
        display: none;
    }

    .ps-slider-wrapper {
        padding: 0;
    }
}

/* ── 991px ──────────────────────────────────────────────────── */
@media (max-width: 991px) {

    /* ── Navbar Mobile ── */
    #mainNav {
        text-align: center;
        padding: 12px 0 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        margin-top: 10px;
    }

    .navbar-nav {
        align-items: center !important;
        background-color: black;
        padding: 15px;
    }

    .navbar-nav .nav-item {
        width: auto;
    }

    .navbar-nav .nav-link {
        padding: 9px 0 !important;
        display: inline-block;
        font-size: 13px;
        letter-spacing: 0.07em;
    }

    .navbar-nav .nav-link.active::after {
        left: 0;
        right: 0;
    }

    .navbar-nav .nav-item+.nav-item {
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        width: 100%;
        text-align: center;
    }

    .navbar-nav .nav-item.ms-lg-3 {
        margin-top: 14px !important;
        width: auto;
        border-top: none !important;
    }

    .btn-talk {
        display: inline-block;
        padding: 10px 28px !important;
        font-size: 12px;
    }

    .brand-text .line1 {
        font-size: 16px;
    }

    .brand-text .line2 {
        font-size: 12px;
    }

    /* ── Hero ── */
    .hero-section {
        min-height: 400px;
    }

    .hero-content {
        padding: 100px 0 60px;
        /* text-align: center; */
    }

    .hero-content .hero-title {
        font-size: 26px;
    }

    .hero-content .hero-desc {
        font-size: 13px;
        max-width: 100%;
    }

    .hero-btns {
        /* justify-content: center; */
    }
    .serivces-content-title{
        text-align: center;
    }
    /* ── Trusted section ── */
    .main-heading-title {
        font-size: 32px;
        text-align: center;
    }

    .content-box-right {
        padding-left: 0;
        text-align: center;
    }

    .image-wrapper-custom {
        max-width: 400px;
        margin: 0 auto;
    }

    /* ── Tech Support ── */
    .tech-main-title {
        font-size: 30px;
        text-align: center;
    }

    .tech-sub-text {
        text-align: center;
    }

    .content-wrapper {
        text-align: center;
        padding-right: 0 !important;
    }

    /* ── Assignment / LMS ── */
    .moodle-mgmt-title,
    .lms-command-title {
        font-size: 26px;
        text-align: center;
        letter-spacing: 0;
    }

    .assignment-list {
        margin-bottom: 30px;
    }

    /* ── Info Hero ── */
    .info-hero-title {
        font-size: 24px;
    }

    /* ── Features Tabs ── */
    .features .nav-tabs {
        margin-bottom: 30px;
    }

    .features .nav-tabs .nav-link {
        padding: 15px;
    }

    .features .nav-tabs .nav-link .icon-box {
        width: 40px;
        height: 40px;
    }

    .features .nav-tabs .nav-link .icon-box i {
        font-size: 20px;
    }

    .features .nav-tabs .nav-link h4 {
        font-size: 15px;
    }

    .features .nav-tabs .nav-link p {
        font-size: 13px;
    }

    .features .tab-content .content-box {
        padding: 25px;
    }

    .features .tab-content .content-box h3 {
        font-size: 22px;
    }

    .features .tab-content .content-box p {
        font-size: 15px;
    }

    /* ── Section titles ── */
    .services-main-title {
        font-size: 28px;
    }

    .benefits-main-title {
        font-size: 22px;
    }

    .section-title {
        font-size: 28px;
        text-align: center;
    }

    .section-description {
        text-align: center;
    }

    .consult-main-title {
        font-size: 24px;
    }

    /* ── Carousels ── */
    .carousel-nav {
        display: none;
    }

    .slider-arrow {
        display: none !important;
    }

    /* ── Reviews ── */
    .clients-reviews h3 {
        font-size: 28px;
    }

    .clients-reviews p {
        font-size: 15px;
    }

    .cust-review-card {
        min-width: 50%;
    }

    .cust-nav-btn {
        width: 42px;
        height: 42px;
    }

    /* ── FAQ ── */
    h3.faq-title {
        font-size: 26px;
    }

    .faq-section {
        padding: 40px 15px;
    }

    .custom-faq .accordion-item:hover {
        transform: none;
    }

    .custom-faq .accordion-item:has(.accordion-button:not(.collapsed)):hover {
        transform: none;
    }

    /* ── Contact Form ── */
    .custom-form-title {
        font-size: 26px;
        text-align: center;
    }

    .custom-form-subtitle {
        text-align: center;
    }

    .custom-image-wrapper {
        margin-top: 30px;
    }

    /* ── Expert ── */
    .expert-main-heading {
        font-size: 24px;
    }

    .expert-showcase-section .expert-sub-heading {
        font-size: 20px;
    }

    .expert-showcase-section p {
        font-size: 15px;
    }

    .expert-scroll-wrapper {
        max-height: 60vh;
    }

    /* ── Footer ── */
    .contact-col {
        border-left: none;
        padding-left: 12px;
        margin-top: 30px;
    }

    /* ── Profile Stats ── */
    .profile-stats {
        gap: 18px;
        flex-wrap: wrap;
    }

    /* ── Comparison ── */
    .comparison-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

/* ── 767px ──────────────────────────────────────────────────── */
@media (max-width: 767px) {

    /* ── Hero ── */
    .hero-section {
        min-height: 360px;
    }

    .hero-content {
        padding: 90px 0 50px;
        text-align: center;
    }

    .hero-content .hero-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .hero-content .hero-desc {
        font-size: 13px;
        max-width: 100%;
    }

    .hero-btns {
        justify-content: center;
    }

    .hero-overlay {
        background: rgba(10, 10, 18, 0.75);
    }

    /* ── Typography ── */
    .consult-main-title {
        font-size: 22px;
    }

    .main-heading-title {
        font-size: 26px;
    }

    .tech-main-title {
        font-size: 26px;
    }

    .services-main-title {
        font-size: 24px;
    }

    .benefits-main-title {
        font-size: 24px;
    }

    .section-title {
        font-size: 26px;
        text-align: center;
    }

    .section-description {
        text-align: center;
    }

    .moodle-mgmt-title,
    .lms-command-title {
        font-size: 22px;
        letter-spacing: 0;
    }

    .clients-reviews h3 {
        font-size: 24px;
    }

    .clients-reviews p {
        font-size: 14px;
    }

    .expert-main-heading {
        font-size: 20px;
    }

    .expert-showcase-section .expert-sub-heading {
        font-size: 18px;
    }

    .expert-showcase-section p {
        font-size: 14px;
    }

    .expert-list {
        font-size: 15px;
    }

    .comparison-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .info-hero-title {
        font-size: 20px;
    }

    /* ── Features ── */
    .features .nav-tabs .nav-item {
        margin-bottom: 10px;
    }

    .features .nav-tabs .nav-link h4 {
        font-size: 14px;
    }

    .features .nav-tabs .nav-link p {
        font-size: 12px;
    }

    .features .tab-content .content-box {
        padding: 20px;
    }

    .features .tab-content .content-box h3 {
        font-size: 20px;
    }

    .features .tab-content .content-box p {
        font-size: 14px;
    }

    /* ── FAQ ── */
    h3.faq-title {
        font-size: 24px;
    }
    .serivces-content-title {
        font-size: 20px;}
.serivces-content-para {
        font-size: 16px;
        text-align: center;
    }
        .premium-title-heading {
        font-size: 17px;
    }
    .ps-box-title {
    font-size: 17px;
    }
    .table-row {
gap: 10px;
    }
    /* ── Contact Form ── */
    .custom-form-title {
        font-size: 22px;
    }

    .myform-row {
        flex-direction: column;
    }

    /* ── Reviews ── */
    .cust-review-card {
        min-width: 100%;
    }

    .cust-prev-btn {
        left: 0;
    }

    .cust-next-btn {
        right: 0;
    }

    .cust-review-text {
        font-size: 13px;
    }

    .cust-nav-btn {
        display: none;
    }
    .service-card {
        height: 24rem;
    }
    .info-hero-buttons .btn{
        margin-bottom: 10px;
    }

    /* ── Logo Carousel ── */
    .logo-slide-card {
        width: 200px;
    }

    .logo-slider-track {
        width: calc(200px * 16);
    }

    .logo-box {
        height: 80px;
    }

    /* ── Profile ── */
    .profile-stats {
        gap: 12px;
    }

    .stat {
        gap: 8px;
    }

    .stat-number {
        font-size: 14px;
    }

    /* ── Expert scroll ── */
    .expert-scroll-wrapper {
        max-height: 55vh;
    }

    /* ── Nav brand ── */
    .brand-text .line1 {
        font-size: 14px;
    }

    .brand-text .line2 {
        font-size: 11px;
    }

    /* ── Misc ── */
    .assignment-list {
        margin-bottom: 20px;
    }

    .vscroll-box {
        height: 280px;
    }

    .section-para {
        font-size: 16px;
    }

    .description-text {
        font-size: 14px;
    }

    .card-service-title {
        font-size: 18px;
    }

    .benefit-card-title {
        font-size: 17px;
    }

    .mycarousel4-card {
        flex: 0 0 100%;
    }

    .btn-group {
        max-width: 100%;
    }

    .top-bar {
        display: none;
    }
}

/* ── 375px ──────────────────────────────────────────────────── */
@media (max-width: 375px) {

    /* ── Container ── */
    .container,
    .cust-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    /* ── Hero ── */
    .hero-section {
        min-height: 300px;
    }

    .hero-content {
        padding: 75px 0 40px;
        text-align: center;
    }

    .hero-content .hero-title {
        font-size: 18px;
        line-height: 1.3;
    }

    .hero-content .hero-desc {
        font-size: 12px;
    }

    .btn-live-chat,
    .btn-call-now {
        font-size: 11px;
        padding: 9px 14px;
    }

    /* ── Typography ── */
    .consult-main-title {
        font-size: 20px;
    }

    .main-heading-title {
        font-size: 22px;
    }

    .tech-main-title {
        font-size: 22px;
    }

    .services-main-title {
        font-size: 20px;
    }

    .benefits-main-title {
        font-size: 20px;
    }

    .section-title {
        font-size: 20px;
        text-align: center;
    }

    .moodle-mgmt-title,
    .lms-command-title {
        font-size: 18px;
        letter-spacing: 0;
    }

    .clients-reviews h3 {
        font-size: 20px;
    }

    .clients-reviews p {
        font-size: 13px;
    }

    h3.faq-title {
        font-size: 20px;
    }

    .custom-form-title {
        font-size: 20px;
    }

    .expert-main-heading {
        font-size: 17px;
    }

    .expert-showcase-section .expert-sub-heading {
        font-size: 15px;
    }

    .expert-showcase-section p {
        font-size: 13px;
    }

    .expert-list {
        font-size: 14px;
    }

    .comparison-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .info-hero-title {
        font-size: 18px;
    }

    /* ── Navbar ── */
    .brand-text .line1 {
        font-size: 13px;
    }

    .brand-text .line2 {
        font-size: 11px;
    }

    .btn-talk {
        font-size: 10px;
        padding: 8px 18px !important;
    }

    .top-bar .top-links {
        gap: 10px;
    }

    .top-bar .top-links a span.label {
        display: none;
    }

    /* ── Features ── */
    .features .nav-tabs .nav-link {
        padding: 11px;
    }

    .features .nav-tabs .nav-link .icon-box {
        width: 34px;
        height: 34px;
    }

    .features .nav-tabs .nav-link .icon-box i {
        font-size: 16px;
    }

    .features .nav-tabs .nav-link h4 {
        font-size: 13px;
    }

    .features .nav-tabs .nav-link p {
        font-size: 12px;
    }

    .features .tab-content .content-box {
        padding: 16px;
    }

    .features .tab-content .content-box h3 {
        font-size: 17px;
    }

    .features .tab-content .content-box p {
        font-size: 13px;
    }

    /* ── Cards ── */
    .mycarousel-single-card {
        padding: 30px 18px;
    }

    .custom-card {
        padding: 28px 18px;
    }

    .ps-box {
        padding: 24px 14px;
    }

    .service-card {
        padding: 20px 16px;
    }

    .benefit-card {
        padding: 20px 15px;
    }

    .benefit-card-title {
        font-size: 15px;
    }

    .benefit-card-desc {
        font-size: 12px;
    }

    .card-service-title {
        font-size: 16px;
    }

    .card-service-desc {
        font-size: 13px;
    }

    .cust-card-inner {
        padding: 16px;
    }

    .cust-review-text {
        font-size: 12px;
    }

    .custom-form-card {
        padding: 20px 16px;
    }

    /* ── Buttons full width ── */
    .btn-slanted,
    .talk-expert-btn,
    .talk-experts-btn,
    .consult-submit-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    /* ── Misc text ── */
    .description-text {
        font-size: 13px;
    }

    .tech-sub-text {
        font-size: 13px;
    }

    .services-sub-text {
        font-size: 13px;
    }

    .benefits-sub-text {
        font-size: 13px;
    }

    .section-para {
        font-size: 14px;
    }

    .custom-form-subtitle {
        font-size: 13px;
    }

    .custom-faq .faq-question {
        font-size: 13px;
    }

    .custom-faq .faq-answer {
        font-size: 12px;
    }

    /* ── Logo Carousel ── */
    .logo-slide-card {
        width: 150px;
    }

    .logo-slider-track {
        width: calc(150px * 16);
    }

    .logo-box {
        height: 68px;
    }

    /* ── Reviews nav ── */
    .cust-nav-btn {
        width: 36px;
        height: 36px;
    }

    .cust-prev-btn {
        left: 2px;
    }

    .cust-next-btn {
        right: 2px;
    }

    /* ── Profile ── */
    .profile-stats {
        flex-direction: column;
        gap: 10px;
    }

    .stat-number {
        font-size: 13px;
    }

    .stat-label {
        font-size: 12px;
    }

    .meet-profile-name {
        margin-left: 10px;
    }

    /* ── Footer ── */
    .footer-section h5 {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .footer-links a {
        font-size: 13px;
    }

    .text-muted-custom {
        font-size: 12px;
    }

    .contact-info p {
        font-size: 13px;
    }

    .contact-col {
        padding-left: 6px;
    }

    /* ── Expert ── */
    .expert-scroll-wrapper {
        max-height: 50vh;
        padding-right: 10px;
    }

    /* ── Misc ── */
    .vscroll-box {
        height: 220px;
    }

    .assignment-list {
        margin-bottom: 16px;
    }

    .lms-image-wrapper {
        margin: 16px 0;
    }

    .ps-box button {
        font-size: 12px;
        padding: 10px 20px;
    }

    .live-chat-btn {
        font-size: 12px;
    }

    span.star img {
        width: 90px;
    }
}