/* Find Tutor Page Styles */
.find-tutor-container {
    max-width: 1200px;
    padding: 0px;
}

.find-tutor-hero {
    position: relative;
    margin-bottom: 20px;
}

.find-tutor-hero h1 {
    font-size: 31px;
    font-weight: 700;
    color: #121117;
    letter-spacing: -0.02em;
    display: inline-block;
    position: relative;
}

.find-tutor-hero h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 64px;
    height: 6px;
    border-radius: 6px;
    background: linear-gradient(90deg, #0066cc, #82d9f5);
}

.find-tutor-hero p {
    font-size: 16px;
    color: #4d4c5c;
    margin: 0;
}

/* New Search Bar Styles */
.search-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 13px;
}

.search-box-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
}

.search-toggle-row {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

.online-toggle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #374151;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.online-toggle input {
    display: none;
}

.online-toggle-track {
    width: 48px;
    height: 26px;
    background: #d1d5db;
    border-radius: 999px;
    position: relative;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

.online-toggle-thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.2);
    transition: transform 0.2s ease;
}

.online-toggle input:checked + .online-toggle-track {
    background: #0066cc;
}

.online-toggle input:checked + .online-toggle-track .online-toggle-thumb {
    transform: translateX(22px);
}

.online-toggle-label {
    color: #1f2937;
}

.search-box {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 60px;
    border-radius: 120px;
    margin: 0 auto;
}

.search-icon,
.go-icon {
    position: absolute;
    top: 0;
    height: 60px;
    width: 86px;
    line-height: 61px;
    text-align: center;
    color: #0066cc;
}

.search-icon {
    left: 0;
    pointer-events: none;
    font-size: 1.22em;
    will-change: transform;
    transform: rotate(-45deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.si-rotate {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.go-icon {
    right: 0;
    pointer-events: none;
    font-size: 1.8em !important;
    will-change: opacity;
    cursor: default;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.go-in {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.clear-icon {
    position: absolute;
    top: 0;
    right: 86px;
    width: 10px;
    line-height: 64px;
    text-align: center;
    color: #94a3b8;
    font-size: 1.8em;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
    z-index: 2;
}

.clear-icon.show {
    opacity: 1;
    pointer-events: all;
}

.clear-icon:hover {
    color: #ef4444;
    transform: scale(1.1);
}

.search-border {
    border: none !important;
    display: block;
    width: 100%;
    max-width: 800px;
    height: 60px;
    min-height: 60px;
}

.border {
    fill: none;
    stroke: #0066cc;
    stroke-width: 5;
    stroke-miterlimit: 10;
}

.border {
    stroke-dasharray: 1900;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
    -webkit-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
    -moz-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
    -o-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
}

.border-searching .border {
    stroke-dasharray: 1900;
    stroke-dashoffset: 1180;
    transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
    -webkit-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
    -moz-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
    -o-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
}

#search {
    font-family: 'Montserrat Alternates', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 120px;
    border: none;
    background: rgba(255,255,255,0);
    padding: 0 68px 0 68px;
    color: #121117;
    font-size: 1.32em;
    font-weight: 400;
    letter-spacing: -0.015em;
    outline: none;
}

#search::-webkit-input-placeholder {color: #9ca3af;}
#search::-moz-placeholder {color: #9ca3af;}
#search:-ms-input-placeholder {color: #9ca3af;}
#search:-moz-placeholder {color: #9ca3af;}
#search::-moz-selection {color: #121117; background: rgba(0,0,0,0.25);}
#search::selection {color: #121117; background: rgba(0,0,0,0.25);}

/* Search Suggestions */
.search-suggestions {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 20px 24px;
    overflow: visible; /* no clipping */
}

.search-suggestions.show {
    max-height: 300px;
    opacity: 1;
    transform: scale(1);
    margin: 25px auto 30px;
    padding: 20px 24px;
    pointer-events: auto;
    visibility: visible;
    display: block;
}

.search-suggestions:not(.show) {
    max-height: 0;
    opacity: 0;
    transform: scale(0.95);
    margin: 0 auto;
    padding: 0 24px;
    border: 1px solid transparent;
    display: none;
    pointer-events: none;
    visibility: hidden;
}

.suggestions-header {
    text-align: center;
    margin-bottom: 16px;
}

.suggestions-header h3 {
    margin: 0 0 16px 0;
    font-size: 18px;
    color: #374151;
    font-weight: 600;
}

.suggestions-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    color: #374151;
    font-weight: 500;
    white-space: nowrap;
}

.suggestion-item:hover {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-color: #93c5fd;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.suggestion-icon {
    font-size: 16px;
    color: #0066cc;
    margin-right: 10px;
    transition: transform 0.2s ease;
}

.suggestion-item:hover .suggestion-icon {
    transform: scale(1.1);
}

.suggestion-text {
    white-space: nowrap;
}

/* Divider */
.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(20, 20, 82, 0.15);
}

/* Search Results Banner */
.search-results-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.search-results-banner .search-info h2 {
    font-size: 20px;
    font-weight: 600;
    color: #121117;
    margin: 0 0 8px 0;
}

.search-results-banner .search-term {
    color: #0066cc;
}

.search-results-banner .results-count {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}


/* Tutors Grid Container */
.tutors-grid-container {
    width: 100%;
    padding: 0 20px;
    min-height: 400px;
}

/* Search Prompt (before search) */
/* removed: .search-prompt block to eliminate prompt entirely */
/* removed: .search-prompt h3, .search-prompt p rules */

/* No Results */
.no-results {
    text-align: center;
    padding: 80px 20px;
}

.no-results h3 {
    font-size: 24px;
    font-weight: 600;
    color: #121117;
    margin: 0 0 12px 0;
}

.no-results p {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
}

.no-results a {
    color: #0066cc;
    text-decoration: none;
}

.no-results a:hover {
    text-decoration: underline;
}

/* Pagination for search results */
.pagination {
    position: relative;
    text-align: center;
    margin: 40px 0;
    min-height: 80px;
}

.pagination .show-more-tutors {
    display: inline-block;
    padding: 12px 32px;
    background: #0066cc;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.2s;
}

.pagination .show-more-tutors:hover {
    background: #0052a3;
}

/* Modern Search Loader */
.search-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
}

.loader-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #f3f4f6;
    border-top: 4px solid #0066cc;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-bottom: 20px;
}

.loader-text {
    font-size: 16px;
    color: #6b7280;
    font-weight: 500;
    margin: 0;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Book loader animation (for pagination) */
.pagination .listing-loader {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin: 12px 0 16px 0 !important;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.book, .book__pg-shadow, .book__pg {
    animation: cover 5s ease-in-out infinite;
}

.book {
    background-color: #1269ba;
    border-radius: .25em;
    box-shadow: 0 .25em .5em rgba(0,0,0,.3), 0 0 0 .25em #0f57a0 inset;
    padding: .25em;
    perspective: 37.5em;
    position: relative;
    width: 8em;
    height: 6em;
    transform: translate3d(0,0,0);
    transform-style: preserve-3d;
}

.book__pg-shadow, .book__pg {
    position: absolute;
    left: .25em;
    width: calc(50% - .25em);
}

.book__pg-shadow {
    animation-name: shadow;
    background-image: linear-gradient(-45deg, hsla(0,0%,0%,0) 50%, hsla(0,0%,0%,.3) 50%);
    filter: blur(.25em);
    top: calc(100% - .25em);
    height: 3.75em;
    transform: scaleY(0);
    transform-origin: 100% 0;
}

.book__pg {
    animation-name: pg1;
    background-color: #fff;
    background-image: linear-gradient(90deg, hsla(223,10%,90%,0) 87.5%, #e1e4e8);
    height: calc(100% - .5em);
    transform-origin: 100% 50%;
}

.book__pg--2, .book__pg--3, .book__pg--4 {
    background-image: repeating-linear-gradient(#1269ba 0 .125em, hsla(223,10%,10%,0) .125em .5em), linear-gradient(90deg, hsla(223,10%,90%,0) 87.5%, #e1e4e8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.5em 4.125em, 100% 100%;
}

.book__pg--2 {
    animation-name: pg2;
}

.book__pg--3 {
    animation-name: pg3;
}

.book__pg--4 {
    animation-name: pg4;
}

.book__pg--5 {
    animation-name: pg5;
}

@keyframes cover {
    from, 5%, 45%, 55%, 95%, to {
        animation-timing-function: ease-out;
        background-color: #1a7dd6;
    }
    10%, 40%, 60%, 90% {
        animation-timing-function: ease-in;
        background-color: #0d4a8a;
    }
}

@keyframes shadow {
    from, 10.01%, 20.01%, 30.01%, 40.01% {
        animation-timing-function: ease-in;
        transform: translate3d(0,0,1px) scaleY(0) rotateY(0);
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        animation-timing-function: ease-out;
        transform: translate3d(0,0,1px) scaleY(.2) rotateY(90deg);
    }
    10%, 20%, 30%, 40%, 50%, to {
        animation-timing-function: ease-out;
        transform: translate3d(0,0,1px) scaleY(0) rotateY(180deg);
    }
    50.01%, 60.01%, 70.01%, 80.01%, 90.01% {
        animation-timing-function: ease-in;
        transform: translate3d(0,0,1px) scaleY(0) rotateY(180deg);
    }
    60%, 70%, 80%, 90%, to {
        animation-timing-function: ease-out;
        transform: translate3d(0,0,1px) scaleY(0) rotateY(0);
    }
}

@keyframes pg1 {
    from, to {
        animation-timing-function: ease-in-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(.4deg);
    }
    10%, 15% {
        animation-timing-function: ease-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(180deg);
    }
    20%, 80% {
        animation-timing-function: ease-in;
        background-color: #6b7280;
        transform: translate3d(0,0,1px) rotateY(180deg);
    }
    85%, 90% {
        animation-timing-function: ease-in-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(180deg);
    }
}

@keyframes pg2 {
    from, to {
        animation-timing-function: ease-in;
        background-color: #6b7280;
        transform: translate3d(0,0,1px) rotateY(.3deg);
    }
    5%, 10% {
        animation-timing-function: ease-in-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(.3deg);
    }
    20%, 25% {
        animation-timing-function: ease-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(179.9deg);
    }
    30%, 70% {
        animation-timing-function: ease-in;
        background-color: #6b7280;
        transform: translate3d(0,0,1px) rotateY(179.9deg);
    }
    75%, 80% {
        animation-timing-function: ease-in-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(179.9deg);
    }
    90%, 95% {
        animation-timing-function: ease-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(.3deg);
    }
}

@keyframes pg3 {
    from, 10%, 90%, to {
        animation-timing-function: ease-in;
        background-color: #6b7280;
        transform: translate3d(0,0,1px) rotateY(.2deg);
    }
    15%, 20% {
        animation-timing-function: ease-in-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(.2deg);
    }
    30%, 35% {
        animation-timing-function: ease-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(179.8deg);
    }
    40%, 60% {
        animation-timing-function: ease-in;
        background-color: #6b7280;
        transform: translate3d(0,0,1px) rotateY(179.8deg);
    }
    65%, 70% {
        animation-timing-function: ease-in-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(179.8deg);
    }
    80%, 85% {
        animation-timing-function: ease-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(.2deg);
    }
}

@keyframes pg4 {
    from, 20%, 80%, to {
        animation-timing-function: ease-in;
        background-color: #6b7280;
        transform: translate3d(0,0,1px) rotateY(.1deg);
    }
    25%, 30% {
        animation-timing-function: ease-in-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(.1deg);
    }
    40%, 45% {
        animation-timing-function: ease-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(179.7deg);
    }
    50% {
        animation-timing-function: ease-in;
        background-color: #6b7280;
        transform: translate3d(0,0,1px) rotateY(179.7deg);
    }
    55%, 60% {
        animation-timing-function: ease-in-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(179.7deg);
    }
    70%, 75% {
        animation-timing-function: ease-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(.1deg);
    }
}

@keyframes pg5 {
    from, 30%, 70%, to {
        animation-timing-function: ease-in;
        background-color: #6b7280;
        transform: translate3d(0,0,1px) rotateY(0);
    }
    35%, 40% {
        animation-timing-function: ease-in-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(0deg);
    }
    50% {
        animation-timing-function: ease-in-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(179.6deg);
    }
    60%, 65% {
        animation-timing-function: ease-out;
        background-color: #fff;
        transform: translate3d(0,0,1px) rotateY(0);
    }
}
/* Tablet Styles (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .tutors-grid-container {
        padding: 0 !important;
    }
    
    .find-tutor-hero h1 {
        font-size: 36px;
    }
    
    .search-box {
        max-width: 600px;
        height: 50px;
        min-height: 50px;
    }
    
    .search-icon,
    .go-icon {
        width: 55px;
        height: 50px;
        line-height: 51px;
    }
    
    .search-icon {
        font-size: 1.05em;
    }
    
    .go-icon {
        font-size: 1.5em;
    }
    
    .clear-icon {
        right: 55px;
        width: 20px;
        height: 50px;
        line-height: 53px;
        font-size: 1.5em;
    }
    
    #search {
        padding: 0 50px 0 50px;
        font-size: 1.05em;
        height: 50px;
    }
    
    .search-border {
        height: 50px;
        min-height: 50px;
    }
    
    .search-results-banner {
        padding: 18px 0;
    }
    
    .search-results-banner .search-info h2 {
        font-size: 22px;
    }
    
    .search-results-banner .results-count {
        font-size: 12px;
    }
    
    
    .tutors-grid-container {
        padding: 0 10px;
        min-height: 300px;
    }
    
    .no-results {
        padding: 50px 15px;
    }
    
    .no-results i {
        font-size: 40px !important;
        margin-bottom: 16px !important;
    }
    
    .no-results h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .no-results p {
        font-size: 14px;
    }
    
    .pagination {
        margin: 30px 0;
        min-height: 60px;
    }
    
    .pagination .show-more-tutors {
        padding: 10px 24px;
        font-size: 14px;
    }
    
    .loader-spinner {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }
    
    .loader-text {
        font-size: 14px;
    }
}

/* Desktop Styles (992px+) */
@media (min-width: 992px) {
    .tutors-grid-container {
        padding: 0 !important;
    }
}

/* Mobile Styles (max-width: 767px) */
@media (max-width: 767px) {
    .divider {
        display: none;
    }
    .find-tutor-hero , .search-container, .search-results-banner{
        padding: 0 15px !important;
    }
    .find-tutor-container {
        padding: 0 15px;
    }
    
    .find-tutor-hero {
        margin-bottom: 15px;
    }
    
    .find-tutor-hero h1 {
        font-size: 28px;
        margin-bottom: 8px;
    }
    
    .find-tutor-hero h1::after {
        width: 48px;
        height: 4px;
        bottom: -4px;
    }
    
    .search-container {
        padding: 0 10px;
    }
    
    /* Responsive Search Suggestions */
    .search-suggestions {
        margin: 0 auto 25px;
        padding: 16px 18px;
        border-radius: 18px;
        max-width: 90%;
        max-height: 250px;
    }
    
    .search-suggestions.show {
        margin: 0 auto 25px;
        padding: 16px 18px;
        max-width: 90%;
        max-height: 250px;
    }
    
    .search-suggestions:not(.show) {
        margin: 0 auto;
        padding: 0 18px;
    }
    
    .suggestions-header h3 {
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }
    
    .suggestions-content {
        gap: 8px;
    }
    
    .suggestion-item {
        padding: 10px 16px;
        font-size: 13px;
        border-radius: 10px;
    }
    
    .suggestion-icon {
        font-size: 14px;
        margin-right: 8px;
    }
    
    .search-box {
        max-width: 75%;
        height: 45px;
        min-height: 45px;
    }
    
    .search-icon,
    .go-icon {
        width: 50px;
        height: 45px;
        line-height: 46px;
    }
    
    .search-icon {
        font-size: 1em;
    }
    
    .go-icon {
        font-size: 1.1em;
    }
    
    .clear-icon {
        right: 50px;
        width: 20px;
        height: 45px;
        line-height: 47px;
        font-size: 1.3em;
    }
    
    #search {
        padding: 0 45px 0 45px;
        font-size: 1em;
        height: 45px;
    }
    
    .search-border {
        height: 45px;
        min-height: 45px;
    }

    .divider {
        margin: 30px 0 25px;
    }
    
    .search-results-banner {
        align-items: flex-start;
        gap: 12px;
        padding: 15px 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .search-results-banner .search-info h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .search-results-banner .results-count {
        font-size: 12px;
    }
    
    
    .tutors-grid-container {
        padding: 0 10px;
        min-height: 300px;
    }
    
    .no-results {
        padding: 50px 15px;
    }
    
    .no-results i {
        font-size: 40px !important;
        margin-bottom: 16px !important;
    }
    
    .no-results h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .no-results p {
        font-size: 14px;
    }
    
    .pagination {
        margin: 30px 0;
        min-height: 60px;
    }
    
    .pagination .show-more-tutors {
        padding: 10px 24px;
        font-size: 14px;
    }
    
    .loader-spinner {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }
    
    .loader-text {
        font-size: 14px;
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .divider {
        display: none;
    }
    .find-tutor-hero h1 {
        font-size: 24px;
    }
    
    .search-box {
        height: 45px;
        min-height: 45px;
    }
    
    .search-icon,
    .go-icon {
        width: 45px;
        height: 45px;
        line-height: 46px;
    }
    
    .clear-icon {
        right: 45px;
        width: 38px;
        height: 45px;
        line-height: 46px;
        font-size: 1.2em;
    }
    
    #search {
        padding: 0 40px 0 40px;
        font-size: 0.95em;
        height: 45px;
    }
    
    .search-border {
        height: 45px;
        min-height: 45px;
    }
    
    /* Extra small screen suggestions */
    .search-suggestions {
        margin: 0 auto 20px;
        padding: 14px 16px;
        border-radius: 16px;
        max-width: 95%;
        max-height: 280px;
    }
    
    .search-suggestions.show {
        margin: 0 auto 20px;
        padding: 14px 16px;
        max-width: 95%;
        max-height: 280px;
    }
    
    .search-suggestions:not(.show) {
        margin: 0 auto;
        padding: 0 16px;
    }
    
    .suggestions-header h3 {
        font-size: 15px !important;
        margin-bottom: 12px !important;
    }
    
    .suggestions-content {
        gap: 8px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .suggestion-item {
        padding: 12px 14px;
        font-size: 13px;
        justify-content: center;
    }
    
    .search-results-banner .search-info h2 {
        font-size: 16px;
    }
    
    .no-results {
        padding: 50px 15px;
    }
    
    .no-results i {
        font-size: 40px !important;
        margin-bottom: 16px !important;
    }
    
    .no-results h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .no-results p {
        font-size: 14px;
    }
}
@media (max-width: 355px) {
    .suggestions-content{
        gap: 8px;
        display: grid;
        grid-template-columns: 1fr;
    }
}