@media(max-width:1660px) {
    .footer-social-content ul li a {
    font-size: 15px;
}

    .banner-sec-form::before {
        width: 80%;
        height: 70px;
    }
}

@media(max-width:1600px) {
    .footer-social-content ul li a {
        font-size: 14px;
    }
}

@media(max-width:1440px) {
    .order-image-content a img {
        width: 100%;
    }

    .why-choose-img-bg .doc-image {
        width: 100%;
    }

    .testi-image-box img {
        width: 100%;
    }

    .banner-sec-bark-review img {
        width: 110px;
    }

    .banner-sec-form::before {
        width: 74%;
        height: 57px;
    }
    
    .footer-content ul li a {font-size: 14px;}

.footer-social-content ul li a {
    font-size: 12px;
}
}

@media(max-width:1330px) {
    .header .container {
        max-width: 92%;
    }

    .banner-sec .container {
        max-width: 92%;
    }

    .btn-expert-whatsapp-second-sect::after {
        right: 60% !important;
        top: -42% !important;
    }

    .rating-review-image img {
        width: 100%;
    }

    .rating-review-image::before {
        bottom: 35px;
    }

    .why-choose-content-last ul li {
        padding: 8px 10px;
        font-size: 14px;
    }

    .amazon-banner-img img {
        width: 100%;
    }

    .download-image-btn {
        gap: 20px;
    }

    .download-image-content h5 {
        width: 40%;
        font-size: 16px;
        padding: 6px 17px;
    }

    .footer-content img {
        width: 55%;
    }

    .footer-social-link {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media(max-width:1199px) {
    .btn-whatsapp-cntct-sect a {
    padding: 12px 30px;
}
    .banner-sec-form::before {
        height: 54px;
    }

    .banner-sec-bark-review img {
        width: 110px;
    }

    .second-right-part h1 {
        font-size: 25px;
    }

    .second-right-part p {
        font-size: 16px;
    }

    .theme-heading {
        font-size: 26px;
        line-height: 38px;
    }

    .best-services-content-right img {
        width: 100%;
    }

    .cta-img a img {
        width: 100%;
    }

    .exclusive-academic-box h3 {
        font-size: 15px;
    }

    .rating-reviews-box h2 {
        font-size: 26px;
    }

    .rating-slide h3 {
        font-size: 17px;
    }

    .rating-review-image::before {
        bottom: 0;
    }

    .why-choose-img-bg-content1 h3 {
        padding: 4px 48px 4px 22px;
    }

    .why-choose-content-last ul li {
        width: 100%;
    }

    .btn-order-cntct-sect a {
        padding: 12px 14px;
        font-size: 13px;
    }

    .download-image-btn p {
        width: 100%;
        font-size: 16px;
    }

    .download-image-content h3 {
        font-size: 35px;
    }

    .download-image-content h5 {
        width: 100%;
    }
}

@media(max-width: 992px) {
    .form-tag {
    font-size: 16px;
    width: 80%;
    padding: 14px 0px 14px 28px;
}
    .banner-sec {
        padding: 178px 0px;
    }

    .expert-section .slick-next {
        display: none !important;
    }

    .expert-section .slick-prev {
        display: none !important;
    }

    .header .navbar-nav {
        gap: 14px;
    }

    .header .nav-link.theme-btn {
        padding: 10px 26px;
    }

    .banner-sec-bark-review img {
        width: 140px;
    }

    .banner-sec-form form input {
        font-size: 12px;
    }

    .banner-sec-form form select {
        font-size: 14px;
    }

    .whatsapp-theme {
        margin-left: 0 !important;
        padding: 8px 10px;
    }

    a.expert-btn-second-sect.icon-btn {
        padding: 10px 15px;
    }

    .theme-heading {
        font-size: 25px;
        line-height: 30px;
    }

    .rating-reviews-box {
        padding: 15px 60px 15px 78px;
        margin: unset;
    }

    .rating-reviews-box h2 {
        font-size: 17px;
        line-height: 25px;
    }

    .rating-review-image::before {
        bottom: -39px;
        width: 187px;
        height: 235px;
        left: -43px;
    }

    .banner-sec-form::before {
        height: 43px;
    }
}

/* CSS-Only Mobile Navigation */
.navbar-toggle-checkbox,
.dropdown-toggle-checkbox {
    display: none;
}

.navbar-toggler {
    display: none;
    cursor: pointer;
    border: none;
    padding: 8px 12px;
    background: #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-toggler:hover {
    background: #f8f9fa;
    transform: scale(1.05);
}

.navbar-toggler i {
    font-size: 18px;
    color: #333;
    transition: transform 0.3s ease;
}

.navbar-toggle-checkbox:checked + .navbar-toggler i {
    transform: rotate(90deg);
}

/* Desktop Navigation - Default State */
@media (min-width: 992px) {
    .navbar-collapse {
        display: flex !important;
    }
    
    .navbar-toggler {
        display: none !important;
    }
    
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    
    .dropdown-toggle-checkbox:checked + .dropdown-toggle + .dropdown-menu {
        display: block;
    }
    
    .dropdown-toggle {
        cursor: pointer;
    }
    
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        min-width: 200px;
    }
    
    .dropdown-item {
        color: #333 !important;
        padding: 8px 16px;
    }
    
    .dropdown-item:hover {
        background-color: #f8f9fa;
        color: #333 !important;
    }
}

@media(max-width:991px) {
    /* Hide Topbar on Mobile */
    .marqbar {
        display: none !important;
    }
    
    /* Header mobile styles */
    .header {
        position: relative;
        background: transparent;
        margin-top: 0%;
        padding: 0%;

    }
    
    .header .navbar-brand img {
        height: 60px !important;
    }
    
    /* Show mobile toggle button */
    .navbar-toggler {
        display: block;
    }
    
    /* Hide navbar by default on mobile */
    .navbar-collapse {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(to bottom, #1b8c9c 0%, #83c1c9 100%);
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        z-index: 1000;
        margin-top: 0 !important;
    }
    
    /* Show navbar when toggle is checked */
    .navbar-toggle-checkbox:checked + .navbar-toggler + .navbar-collapse {
        display: block;
        animation: slideDown 0.3s ease-in-out;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Mobile navbar styles */
    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    
    .nav-item {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .nav-link {
        color: #fff !important;
        padding: 12px 16px;
        border-radius: 4px;
        transition: background-color 0.3s ease;
        display: block;
        width: 100%;
    }
    
    .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: #fff !important;
    }
    
    /* Mobile dropdown styles */
    .dropdown-menu {
        position: static;
        /* background: rgba(255,255,255,0.1); */
        border: none;
        border-radius: 4px;
        /* margin-top: 5px; */
        display: none;
        width: 100%;
    }
    
    .dropdown-toggle-checkbox:checked + .dropdown-toggle + .dropdown-menu {
        display: block;
    }
    
    .dropdown-toggle {
        cursor: pointer;
        user-select: none;
    }
    
    .dropdown-toggle i {
        transition: transform 0.3s ease;
        float: right;
        margin-top: 2px;
    }
    
    .dropdown-toggle-checkbox:checked + .dropdown-toggle i {
        transform: rotate(180deg);
    }
    
    .dropdown-item {
        color: #fff !important;
        padding: 10px 20px;
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }
    
    .dropdown-item:hover {
        background-color: rgba(255,255,255,0.1);
        color: #fff !important;
    }
    
    .nav-link.theme-btn {
        background: var(--primary);
        color: #fff !important;
        text-align: center;
        margin-top: 10px;
    }
    
    .nav-link.theme-btn:hover {
        background: #0056b3;
    }
}

@media(max-width:768px) {
    /* Topbar tablet/mobile styles */
    .marqbar .col-lg-6:first-child {
        margin-bottom: 8px;
    }
    
    .topbar-contact-links {
        justify-content: center !important;
    }
    
    /* Inner Banner Mobile Styles */
    .inner-banner-sec {
        padding: 80px 0 50px;
    }
    
    .inner-banner-content h1 {
        font-size: 32px;
    }
    
    .about-content-sec {
        padding: 50px 0;
    }
    
    .about-text-div p {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .nav-item .dropdown-menu a {
    color: #fff;
}
        .nav-item .dropdown-menu {
    position: unset;
    background: unset;
    border: none;
}
    
    /* Mobile Banner Improvements */
    .banner-sec-content h1 {
        font-size: 24px !important;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    .banner-sec-content p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    
    /* Mobile Form Improvements */
    .banner-sec-form {
        padding: 30px 20px;
        margin-top: 30px;
    }
    
    .banner-sec-form h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .form-tag {
        font-size: 14px;
        padding: 10px 15px;
        margin-bottom: 15px;
    }
    
    /* Mobile CTA Section */
    .cta-sec {
        padding: 40px 0;
    }
    
    .cta-img img {
        max-width: 150px;
        height: auto;
    }
    
    /* Additional Mobile Navigation Fixes */
    .header {
        position: relative;
    }
    
    .navbar {
        position: relative;
    }
    
    .navbar-collapse {
        margin-top: 15px;
    }
    
    /* Ensure mobile navigation works properly */
    .navbar {
        flex-wrap: wrap;
    }
    
    .navbar-brand {
        flex: 1;
    }
    
    /* Fix mobile navigation positioning */
    @media(max-width:991px) {
        .header .navbar-collapse {
            width: 100%;
            margin-top: 10px;
        }
        
        .navbar-toggler {
            margin-left: auto;
        }
    }
    .subjects h4 {
        margin-left: 0;
        font-size: 14px;
    }

    a.button1.btn-primary-yellow.large {
        padding: 13px 58px;
    }

    .line-extras-buttons {
        display: none;
    }

    .main-banner-btn {
        gap: 10px;
    }

    .banner-sec.inner-banner-sec {
        height: 180vh;
    }

    .support-title .subtitle {
        width: 100%;
    }

    .banner-sec {
        /* height: 132vh; */
        padding: 140px 0px;
    }

    .header .navbar-toggler {
        background-color: var(--white-color);
    }

    .header .navbar-collapse {
        background-image: linear-gradient(to bottom, #1b8c9c 0%, #83c1c9 100%);
    }

    .header .navbar-nav {
        align-items: flex-start;
        padding: 26px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .header .nav-link.theme-btn {
        background: var(--primary);
    }

    .banner-sec-form {
        margin-top: 60px;
    }

    .banner-sec-bark-review img {
        width: 160px;
    }

    .second-section .container {
        max-width: 92%;
    }

    .btn-expert-whatsapp-second-sect {
        display: flex;
        align-items: center;
        gap: 7px;
        flex-wrap: wrap;
    }

    .btn-expert-whatsapp-second-sect::after {
        display: none;
    }

    .second-right-part {
        width: 100%;
    }

    .second-left-part {
        width: 100%;
    }

    .best-services .container {
        max-width: 92%;
    }

    .best-services-content-right {
        margin-top: 20px;
    }

    .best-assignment-service .container {
        max-width: 92%;
    }

    .best-assignment-service::before {
        z-index: 0;
    }

    .order-image-sec {
        padding: 30px 0px 0px 0px;
    }

    .rating-review-image::before {
        display: none;
    }

    .rating-review-image {
        margin-top: 30px;
    }

    .why-choose-sec .container {
        max-width: 92%;
    }

    .why-choose-img-bg-content1 {
        margin-top: 20px;
    }

    .pricing-box {
        margin-bottom: 20px;
    }

    .testimonials-sec {
        padding: 230px 0px 100px;
    }

    .heading-contact h1 {
        font-size: 42px;
    }

    .cntct-btn {
        display: block;
    }

    .left-cntct-sect .bannerForm-contactus {
        width: 100%;
        margin-left: unset;
    }

    h3.cntct-head-left {
        font-size: 29px;
    }

    .download-sec .container {
        max-width: 92%;
    }
}

@media(max-width:575px) {
    /* Adjust topbar height for small screens */
    :root { --topbar-height: 55px; }

    /* Enhanced Mobile Styles */
    .marqbar {
        padding: 8px 0;
    }
    
    .marqbar marquee {
        font-size: 12px;
    }
    
    .marqbar a {
        font-size: 12px;
        display: block;
        text-align: center;
        margin-top: 5px;
    }
    
    /* Mobile Banner Enhancements */
    .banner-sec {
        padding: 80px 0 60px;
    }
    
    .banner-sec-content {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .banner-sec-bark-review {
        justify-content: center !important;
        gap: 10px;
    }
    
    .banner-sec-bark-review img {
        max-width: 70px;
    }
    
    /* Mobile Services Grid */
    .exclusive-academic-box {
        text-align: center;
        padding: 20px 15px;
    }
    
    .exclusive-academic-box img {
        max-width: 80px;
        margin-bottom: 15px;
    }
    
    .exclusive-academic-box h3 {
        font-size: 14px;
        margin-bottom: 0;
    }
    
    /* Mobile Contact Section */
    .contact-us-section {
        padding: 40px 0;
    }
    
    .heading-contact h1 {
        font-size: 28px;
        text-align: center;
    }
    
    .cntct-left {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .cntct-btn {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .btn-order-cntct-sect a,
    .btn-whatsapp-cntct-sect a {
        display: block;
        text-align: center;
        padding: 12px 20px;
        width: 100%;
        max-width: 250px;
    }
    .site-header__title {
    font-size: 60px;
}

.main-content__checkmark {
    font-size: 100px;
}

.main-content__body {
    font-size: 16px;
}

    .support-section {
        overflow-x: hidden;
        overflow-y: hidden;
        height: 1400px;
    }

    .free-extras-white-bg {
        position: unset;
        height: unset;
        max-width: 100%;
    }

    section.section.bg-light h1 {
        font-size: 35px;
    }

    div#experts h1 span {
        font-size: 40px;
    }

    .guarantees-head h1 {
        font-size: 40px;
    }

    .subjects h4 {
        margin-left: 30px;
    }

    .banner-sec.inner-banner-sec {
        height: unset;
        padding: 140px 0px;
    }

    .footer-content img {
        width: 150px;
    }

    .footer .container {
        max-width: 90%;
    }
    
    /* Mobile Footer Improvements */
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-content {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .footer-content h3,
    .footer-content h4 {
        margin-bottom: 20px;
    }
    
    .footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 0;
        list-style: none;
    }
    
    .footer-links li {
        margin: 0;
    }
    
    .copyright-sec {
        padding: 15px 0;
    }
    
    .copyright-content p {
        font-size: 12px;
        text-align: center;
        margin: 0;
    }

    .banner-sec-bark-review img {
        width: 130px;
    }
}

@media(max-width:414px) {
    .thankyou_sec {
    padding: 40px 0px;
    margin-bottom: 0;
    height: unset;
}

    /* Ultra Mobile Optimizations */
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .banner-sec-content h1 {
        font-size: 22px !important;
    }
    
    .theme-heading {
        font-size: 18px !important;
        line-height: 1.4;
    }
    
    .best-assignment-box1 {
        padding: 15px 10px;
        margin-bottom: 15px;
    }
    
    .best-assignment-box1 p {
        font-size: 12px;
        margin: 0;
    }
    
    .footer-content h4 {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .footer-content ul {
        text-align: center;
    }
    
    .footer-content ul li {
        margin-bottom: 8px;
    }
    
    .footer-social-link {
        justify-content: center !important;
    }

.site-header__title {
    font-size: 50px;
}

.main-content__checkmark {
    font-size: 70px;
}
    .support-section {
        overflow-x: hidden;
    }

    .box {
        padding-left: 22px;
    }

    .support-title p {
        font-size: 72px;
        line-height: 80px;
    }

    .support-title span {
        font-size: 30px;
        line-height: 34px;
    }

    .support-title .subtitle {
        margin-top: 40px;
        font-size: 16px;
    }

    .support-container__text span {
        font-size: 15px;
    }

    .icon img {
        width: unset;
    }

    .support-section {
        height: unset;
    }

    .experience-section {
        margin-bottom: 28px;
    }

    .support-container__heading h4 {
        font-size: 18px;
    }

    .guarantees-head h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .guarantees-block {
        height: unset;
        padding: 20px 0px;
    }

    .guarantees-block-content {
        max-width: 100%;
        margin-left: 50px;
        margin-right: 50px;
    }

    .guarantees-block-content h2 {
        font-size: 20px;
    }

    .free-extras-white-bg {
        max-width: 100%;
        position: unset;
        margin-top: unset;
        height: unset;
    }

    .main-guarantees-block .part-free-extras {
        position: unset;
    }

    .lazy-background-for-color {
        border-radius: 12px;
    }

    .img-id img {
        width: unset;
    }

    .r-name {
        margin-left: 0;
    }

    p.expert-para {
        display: none;
    }

    .contact-us-section:before {
        display: none;
    }

    .expert-section {
        margin-bottom: 20px;
    }

    a.expert-banner-btn {
        font-size: 14px;
        padding: 10px 12px;
    }

    .main-banner-btn {
        gap: 6px;
    }

    h1.service-head {
        font-size: 35px;
    }

    .easytostart-section h1 {
        font-size: 35px;
    }

    section.section.bg-light h1 {
        font-size: 32px;
    }

    .heading {
        font-size: 23px;
    }

    .subjects h4 {
        margin-left: 21px;
    }

    div#experts h1 span {
        font-size: 35px;
    }

    .guarantees-head h1 {
        font-size: 35px;
    }

    .easytostart-left-part img {
        width: 100%;
    }

    .banner-sec-form {
        width: 100%;
        padding: 48px 24px 30px 24px;
    }

    .banner-sec-form h3 {
        font-size: 25px;
    }

    .banner-sec {
        padding: 110px 0px;
    }

    .banner-sec .banner-sec-content h1 {
        font-size: 27px;
    }

    .banner-sec .banner-sec-content p {
        font-size: 14px;
    }

    .banner-sec-bark-review img {
        width: 115px;
    }

    .banner-sec-bark-review {
        display: none;
    }

    .header .navbar-brand img {
        width: 70%;
    }

    .theme-heading {
        font-size: 18px;
        line-height: 23px;
    }

    .google-play-img {
        text-align: center;
    }

    .cta-img a img {
        width: 100%;
    }

    .cta-sec .cta-img {
        margin-bottom: 10px;
    }

    .cta-sec .col-lg-4-border::after {
        display: none;
    }

    .cta-sec .col-lg-4-border::before {
        display: none;
    }

    .exclusive-academic-content h2 {
        font-size: 20px;
    }

    .rating-reviews-box {
        padding: 15px 60px 15px 68px;
    }

    .why-choose-heading h2 {
        line-height: 40px;
        font-size: 25px;
    }

    .why-choose-img-bg-content1 h3 {
        font-size: 20px;
    }

    .why-choose-content-last ul li {
        margin-left: 0;
    }

    .faqs-sec .container {
        max-width: 92%;
    }

    .pricing-content-head h3 {
        font-size: 20px;
    }

    .pricing-sec .container {
        max-width: 92%;
    }

    .testi-content h3 {
        font-size: 25px;
        margin-top: 10px;
    }

    .heading-contact h1 {
        margin-bottom: 0px;
        font-size: 27px;
    }

    h3.cntct-head-left {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .btn-order-cntct-sect a {
        width: 100%;
        text-align: center;
    }

    .btn-whatsapp-cntct-sect a {
        width: 100%;
        text-align: center;
    }

    .btn-whatsapp-cntct-sect {
        margin-bottom: 20px;
    }

    .left-cntct-sect .form-value h2 {
        font-size: 20px;
    }

    .download-sec .container {
        padding: 34px 30px;
    }

    .download-image-content h3 {
        font-size: 22px;
    }

    .download-image-content h3 br {
        display: none;
    }

    .download-sec {
        padding-bottom: 10px;
    }

    .footer .container {
        max-width: 92%;
    }
}

@media(max-width:375px) {
    section.section.bg-light h1 {
        font-size: 28px;
    }

    .heading {
        font-size: 20px;
    }

    .header .container {
        max-width: 100%;
    }

    .banner-sec {
        padding: 110px 0px;
    }

    .banner-sec-form .banner-form-btn button {
        padding: 12px 90px;
    }

    .banner-sec-form::before {
        height: 38px;
    }

    .banner-sec .container {
        max-width: 100%;
    }

    .best-services .container {
        max-width: 100%;
    }

    .rating-reviews .container {
        max-width: 100%;
    }

    .why-choose-img-bg {
        padding: 40px 30px 10px 30px;
    }

    .customer .customer-content h2 {
        font-size: 26px;
        width: 100%;
    }

    .privacy-sec-content h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .privacy-sec .container {
        max-width: 100%;
    }

    .whatsapp-theme {
        padding: 8px 9px;
    }
}

@media(max-width:360px) {
    a.expert-banner-btn {
        padding: 13px 4px;
        font-size: 12px;
    }

    .whatsapp-theme {
        padding: 8px 6px;
        font-size: 13px;
    }

    .banner-sec.inner-banner-sec {
        height: 185vh;
    }

    .banner-sec {
        padding: 110px 0px;
    }
}

@media(max-width:420px) {
 a.expert-banner-btn {
    padding: 10px 14px;
    font-size: 13px;
}   
}

@media(max-width:400px) {
 a.expert-banner-btn {
    padding: 10px 13px;
    font-size: 13px;
}   
}

/* Additional Mobile Enhancements */
@media(max-width:480px) {
    .why-choose-sec {
        padding: 40px 0;
    }
    
    .why-choose-img-bg {
        padding: 20px 15px;
    }
    
    .why-choose-img-bg-content1 h3 {
        font-size: 18px;
        text-align: center;
    }
    
    .why-choose-content-last {
        text-align: center;
        margin-top: 20px;
    }
    
    .why-choose-content-last ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    
    .why-choose-content-last ul li {
        flex: 0 0 auto;
        margin: 0;
    }
    
    .rating-reviews {
        padding: 40px 0;
    }
    
    .rating-reviews-box {
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .rating-reviews-box h2 {
        font-size: 18px;
        text-align: center;
    }
    
    .testimonials-sec {
        padding: 40px 0;
    }
    
    .testi-content h3 {
        font-size: 20px;
        text-align: center;
    }
    
    .slides-box {
        padding: 20px 15px;
        text-align: center;
    }
}

/* Small Mobile Devices */
@media(max-width:576px) {
    .marqbar .row {
        padding: 8px 10px !important;
    }
    
    .marqbar marquee {
        font-size: 12px !important;
    }
    
    .topbar-contact-links {
        flex-direction: column !important;
        gap: 8px !important;
        align-items: center !important;
    }
    
    .topbar-contact-links a {
        font-size: 11px !important;
    }
    
    .header .navbar-brand img {
        height: 50px !important;
        width: auto;
    }
    
    .header {
        padding: 8px 0 !important;
    }
    
    /* Inner Banner Small Mobile */
    .inner-banner-sec {
        padding: 60px 0 40px;
    }
    
    .inner-banner-content h1 {
        font-size: 28px;
    }
    
    .about-content-sec {
        padding: 40px 0;
    }
    
    .about-text-div p {
        font-size: 14px;
    }
}

/* Tablet Specific Improvements */
@media(min-width:769px) and (max-width:1024px) {
    .banner-sec-content h1 {
        font-size: 28px;
    }
    
    .banner-sec-form {
        padding: 40px 30px;
    }
    
    .theme-heading {
        font-size: 24px;
        line-height: 1.4;
    }
    
    .exclusive-academic-box {
        margin-bottom: 30px;
    }
    
    .best-assignment-box1 {
        padding: 20px 15px;
    }
    
    .footer-content {
        text-align: center;
    }
    
    .footer-social-link {
        justify-content: center;
    }
}


@media (max-width: 991px) {

    /* Default mobile state - submenu closed */
    .nav-item.dropdown .dropdown-menu {
        display: none !important;
        opacity: 1;
        visibility: visible;
        position: static;
        transform: none;
    }

    /* IMPORTANT:
       Desktop hover mobile par dropdown open na rakhe */
    .nav-item.dropdown:hover .dropdown-menu {
        display: none !important;
    }

    /* Checkbox checked = submenu open */
    .nav-item.dropdown
    .dropdown-toggle-checkbox:checked
    ~ .dropdown-menu {
        display: block !important;
    }

    /* Arrow animation */
    .dropdown-toggle i {
        transition: transform 0.3s ease;
        transform: rotate(0deg);
    }

    .dropdown-toggle-checkbox:checked
    + .dropdown-toggle i {
        transform: rotate(180deg);
    }

}