/* Alafiya Meditour - About Us Page Responsive Styles */

/* Tablet Styles */
@media (max-width: 768px) {
    .amt-abt {
        padding: 40px 0;
    }
    
    .section-title h1 {
        font-size: 2rem;
    }
    
    .section-title h2 {
        font-size: 1.5rem;
    }
    
    .about-intro {
        padding: 25px;
    }
    
    .about-intro p {
        font-size: 1rem;
    }
    
    .feature-card {
        padding: 20px;
    }
    
    .why-india-section {
        padding: 30px 0;
    }
    
    .vision-mission {
        padding: 25px;
    }
    
    .stats-box {
        padding: 20px 15px;
    }
    
    .content-section h3 {
        font-size: 1.3rem;
    }
}

/* Mobile Styles */
@media (max-width: 576px) {
    .section-title h1 {
        font-size: 1.75rem;
    }
    
    .section-title h2 {
        font-size: 1.3rem;
    }
    
    .section-title::after {
        width: 60px;
        height: 3px;
    }
    
    .about-intro {
        padding: 20px;
    }
    
    .about-intro p {
        font-size: 0.95rem;
    }
    
    .stats-box .number {
        font-size: 2rem;
    }
    
    .stats-box .label {
        font-size: 0.9rem;
    }
    
    .content-section h3 {
        font-size: 1.2rem;
        padding-left: 15px;
    }
    
    .content-section p {
        font-size: 0.9rem;
    }
    
    .feature-card {
        padding: 20px 15px;
    }
    
    .feature-card .icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .feature-card h4 {
        font-size: 1.1rem;
    }
    
    .feature-card p {
        font-size: 0.9rem;
    }
    
    .vision-mission {
        padding: 20px;
    }
    
    .vision-mission h4 {
        font-size: 1.2rem;
    }
    
    .vision-mission p {
        font-size: 0.9rem;
    }
    
    .assistance-list li {
        padding: 15px;
    }
    
    .assistance-list li strong {
        font-size: 1rem;
    }
    
    .assistance-list li p {
        font-size: 0.9rem;
    }
    
    .disclaimer {
        padding: 15px;
    }
    
    .disclaimer p {
        font-size: 0.85rem;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 375px) {
    .amt-abt {
        padding: 30px 0;
    }
    
    .section-title h1 {
        font-size: 1.5rem;
    }
    
    .section-title h2 {
        font-size: 1.2rem;
    }
    
    .about-intro {
        padding: 15px;
    }
    
    .stats-box .number {
        font-size: 1.75rem;
    }
    
    .feature-card {
        padding: 15px;
    }
    
    .vision-mission {
        padding: 15px;
    }
}
/* Alafiya Meditour - Services Page Responsive Styles */

/* Tablet Styles */
@media (max-width: 992px) {
    .amt-services {
        padding: 50px 0;
    }
    
    .section-header h1 {
        font-size: 2.3rem;
    }
    
    .section-header .lead {
        font-size: 1.1rem;
    }
    
    .service-stats {
        margin-top: 40px;
    }
    
    .why-choose-section {
        margin-top: 60px;
        padding: 50px 30px;
    }
    
    .why-choose-content h2 {
        font-size: 2rem;
    }
    
    .cta-section {
        margin-top: 60px;
        padding: 50px 30px;
    }
    
    .cta-section h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .amt-services {
        padding: 40px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-header h1 {
        font-size: 2rem;
    }
    
    .section-header h1::after {
        width: 80px;
        height: 3px;
    }
    
    .section-header .lead {
        font-size: 1rem;
        margin-top: 20px;
    }
    
    .service-card {
        padding: 30px 25px;
    }
    
    .service-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .service-icon i {
        font-size: 1.7rem;
    }
    
    .service-content h3 {
        font-size: 1.3rem;
    }
    
    .service-content p {
        font-size: 0.9rem;
    }
    
    .overlay-content i {
        font-size: 2.5rem;
    }
    
    .overlay-content h4 {
        font-size: 1.2rem;
    }
    
    .overlay-content ul li {
        font-size: 0.9rem;
    }
    
    .why-choose-section {
        margin-top: 50px;
        padding: 40px 25px;
    }
    
    .why-choose-content h2 {
        font-size: 1.8rem;
    }
    
    .why-choose-content > p {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .feature-item {
        margin-bottom: 25px;
    }
    
    .feature-item .feature-icon {
        width: 55px;
        height: 55px;
    }
    
    .feature-item .feature-icon i {
        font-size: 1.3rem;
    }
    
    .feature-item .feature-text h5 {
        font-size: 1.1rem;
    }
    
    .service-stats {
        gap: 20px;
        margin-top: 40px;
    }
    
    .stat-item {
        padding: 30px 20px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 0.95rem;
    }
    
    .cta-section {
        margin-top: 50px;
        padding: 40px 25px;
    }
    
    .cta-section h2 {
        font-size: 2rem;
    }
    
    .cta-section p {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .cta-buttons {
        gap: 15px;
    }
    
    .cta-buttons .btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

/* Mobile Styles */
@media (max-width: 576px) {
    .amt-services {
        padding: 30px 0;
    }
    
    .section-header {
        margin-bottom: 35px;
    }
    
    .section-header h1 {
        font-size: 1.75rem;
    }
    
    .section-header h1::after {
        width: 60px;
    }
    
    .section-header .lead {
        font-size: 0.95rem;
    }
    
    .service-card {
        padding: 25px 20px;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 18px;
    }
    
    .service-icon i {
        font-size: 1.5rem;
    }
    
    .service-content h3 {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    
    .service-content p {
        font-size: 0.85rem;
    }
    
    .service-overlay {
        padding: 20px;
    }
    
    .overlay-content i {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .overlay-content h4 {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    
    .overlay-content ul li {
        font-size: 0.85rem;
        padding: 6px 0;
    }
    
    .why-choose-section {
        margin-top: 40px;
        padding: 30px 20px;
    }
    
    .why-choose-content h2 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    
    .why-choose-content > p {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }
    
    .feature-list {
        margin-top: 25px;
    }
    
    .feature-item {
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .feature-item .feature-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-item .feature-icon i {
        font-size: 1.2rem;
    }
    
    .feature-item .feature-text h5 {
        font-size: 1rem;
        margin-bottom: 6px;
    }
    
    .feature-item .feature-text p {
        font-size: 0.85rem;
    }
    
    .service-stats {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    
    .stat-item {
        padding: 25px 20px;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    .cta-section {
        margin-top: 40px;
        padding: 35px 20px;
    }
    
    .cta-section h2 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    
    .cta-section p {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .cta-buttons .btn {
        width: 100%;
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 375px) {
    .section-header h1 {
        font-size: 1.5rem;
    }
    
    .section-header .lead {
        font-size: 0.9rem;
    }
    
    .service-card {
        padding: 20px 15px;
    }
    
    .service-content h3 {
        font-size: 1.1rem;
    }
    
    .why-choose-content h2 {
        font-size: 1.4rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .cta-section h2 {
        font-size: 1.4rem;
    }
    
    .cta-section p {
        font-size: 0.9rem;
    }
}
/* Alafiya Meditour - Blog Page Responsive Styles */

/* Tablet Styles */
@media (max-width: 992px) {
    .amt-blog {
        padding: 50px 0;
    }
    
    .section-header h1 {
        font-size: 2.3rem;
    }
    
    .section-header .lead {
        font-size: 1.1rem;
    }
    
    .blog-image {
        height: 220px;
    }
    
    .pagination-wrapper {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .amt-blog {
        padding: 40px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-header h1 {
        font-size: 2rem;
    }
    
    .section-header h1::after {
        width: 80px;
        height: 3px;
    }
    
    .section-header .lead {
        font-size: 1rem;
        margin-top: 20px;
    }
    
    /* Category Filter Dropdown - Mobile Adjustments */
    .category-filter-wrapper {
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .category-filter-dropdown {
        max-width: 100%;
    }

    .filter-label {
        font-size: 1rem;
        margin-bottom: 12px;
    }

    .filter-label i {
        font-size: 1.1rem;
    }

    .amt-select-filter {
        font-size: 1rem;
        padding: 14px 45px 14px 20px;
    }

    .select-icon {
        right: 18px;
        font-size: 1.1rem;
    }
    
    /* Blog Card */
    .blog-image {
        height: 200px;
    }
    
    .blog-content {
        padding: 20px;
    }
    
    .blog-title {
        font-size: 1.2rem;
    }
    
    .blog-excerpt {
        font-size: 0.9rem;
    }
    
    .blog-footer {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .blog-footer .amt-btn {
        width: 100%;
    }
    
    /* Pagination */
    .pagination-wrapper {
        margin-top: 40px;
    }
    
    .pagination {
        gap: 8px;
    }
    
    .amt-btn-pagination {
        padding: 6px 12px;
        min-width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }
}

/* Mobile Styles */
@media (max-width: 576px) {
    .amt-blog {
        padding: 30px 0;
    }
    
    .section-header {
        margin-bottom: 30px;
    }
    
    .section-header h1 {
        font-size: 1.75rem;
    }
    
    .section-header h1::after {
        width: 60px;
    }
    
    .section-header .lead {
        font-size: 0.95rem;
    }
    
    /* Category Filter Dropdown - Small Mobile */
    .category-filter-wrapper {
        margin-bottom: 30px;
        padding: 0 5px;
    }

    .filter-label {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }

    .filter-label i {
        font-size: 1rem;
    }

    .amt-select-filter {
        font-size: 0.95rem;
        padding: 12px 40px 12px 16px;
    }

    .select-icon {
        right: 15px;
        font-size: 1rem;
    }
    
    /* Blog Card */
    .blog-card {
        margin-bottom: 20px;
    }
    
    .blog-image {
        height: 180px;
    }
    
    .blog-category {
        top: 10px;
        right: 10px;
        padding: 5px 12px;
        font-size: 0.75rem;
    }
    
    .blog-content {
        padding: 18px;
    }
    
    .blog-meta {
        gap: 15px;
        font-size: 0.8rem;
        flex-wrap: wrap;
    }
    
    .blog-title {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    
    .blog-excerpt {
        font-size: 0.85rem;
        margin-bottom: 15px;
        -webkit-line-clamp: 2;
    }
    
    .blog-footer {
        padding-top: 15px;
        gap: 12px;
    }
    
    .blog-author {
        font-size: 0.85rem;
    }
    
    .blog-author i {
        font-size: 1.1rem;
    }
    
    /* Universal Button Adjustments for Mobile */
    .amt-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .amt-btn-sm {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
    
    .amt-btn-lg {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    /* No Blogs */
    .no-blogs {
        padding: 60px 20px;
    }
    
    .no-blogs i {
        font-size: 3rem;
    }
    
    .no-blogs h3 {
        font-size: 1.5rem;
    }
    
    .no-blogs p {
        font-size: 1rem;
    }
    
    /* Pagination */
    .pagination-wrapper {
        margin-top: 30px;
    }
    
    .pagination {
        gap: 5px;
        flex-wrap: wrap;
    }
    
    .amt-btn-pagination {
        padding: 6px 10px;
        min-width: 38px;
        height: 38px;
        font-size: 0.85rem;
    }
    
    .page-dots {
        padding: 6px 10px;
        font-size: 0.85rem;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 375px) {
    .section-header h1 {
        font-size: 1.5rem;
    }
    
    .section-header .lead {
        font-size: 0.9rem;
    }
    
    /* Category Filter - Extra Small */
    .filter-label {
        font-size: 0.9rem;
    }

    .filter-label i {
        font-size: 0.95rem;
    }

    .amt-select-filter {
        font-size: 0.9rem;
        padding: 11px 38px 11px 14px;
    }

    .select-icon {
        right: 12px;
        font-size: 0.95rem;
    }
    
    .blog-image {
        height: 160px;
    }
    
    .blog-content {
        padding: 15px;
    }
    
    .blog-title {
        font-size: 1rem;
    }
    
    .blog-excerpt {
        font-size: 0.8rem;
    }
    
    .amt-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
    
    .amt-btn-pagination {
        padding: 5px 8px;
        min-width: 35px;
        height: 35px;
        font-size: 0.8rem;
    }
    
    .no-blogs {
        padding: 40px 15px;
    }
    
    .no-blogs i {
        font-size: 2.5rem;
    }
    
    .no-blogs h3 {
        font-size: 1.3rem;
    }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .blog-image {
        height: 180px;
    }
    
    .category-filter {
        margin-bottom: 30px;
    }
}
/* Alafiya Meditour - Search Page Responsive Styles */

/* Tablet Styles */
@media (max-width: 992px) {
    .amt-search-page {
        padding: 50px 0;
    }
    
    .search-header {
        padding: 40px 30px;
        margin-bottom: 35px;
    }
    
    .search-title {
        font-size: 2.2rem;
    }
    
    .search-refine-box {
        padding: 25px;
    }
    
    .search-sidebar {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
    
    .result-thumbnail {
        height: 160px;
    }
}

@media (max-width: 768px) {
    .amt-search-page {
        padding: 40px 0;
    }
    
    /* Search Header */
    .search-header {
        padding: 35px 25px;
        margin-bottom: 30px;
        border-radius: 15px;
    }
    
    .search-title {
        font-size: 1.8rem;
    }
    
    .search-query {
        font-size: 1rem;
    }
    
    .search-count {
        font-size: 0.9rem;
    }
    
    /* Refine Box */
    .search-refine-box {
        padding: 20px;
        margin-bottom: 25px;
    }
    
    .search-refine-box h3 {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    
    .search-input-wrapper {
        flex-direction: column;
        gap: 12px;
    }
    
    .search-input-wrapper input {
        padding: 12px 18px;
    }
    
    .search-input-wrapper button {
        width: 100%;
    }
    
    /* Sort Options */
    .search-sort {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        gap: 12px;
    }
    
    .search-sort select {
        width: 100%;
        max-width: 100%;
    }
    
    /* Search Results */
    .search-results-list {
        gap: 20px;
    }
    
    .search-result-item {
        padding: 20px;
    }
    
    .result-thumbnail {
        height: 180px;
        margin-bottom: 15px;
    }
    
    .result-meta {
        gap: 12px;
        font-size: 0.85rem;
    }
    
    .result-title {
        font-size: 1.3rem;
    }
    
    .result-excerpt {
        font-size: 0.95rem;
    }
    
    /* No Results */
    .no-results {
        padding: 50px 30px;
    }
    
    .no-results-icon {
        width: 100px;
        height: 100px;
    }
    
    .no-results-icon i {
        font-size: 3.5rem;
    }
    
    .no-results h2 {
        font-size: 1.75rem;
    }
    
    .no-results > p {
        font-size: 1rem;
    }
    
    .search-suggestions {
        padding: 20px;
    }
    
    .topic-links {
        gap: 10px;
    }
    
    .topic-link {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
    
    /* Sidebar */
    .sidebar-widget {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .widget-title {
        font-size: 1.1rem;
    }
    
    .recent-post-thumb {
        width: 60px;
        height: 60px;
    }
}

/* Mobile Styles */
@media (max-width: 576px) {
    .amt-search-page {
        padding: 30px 0;
    }
    
    /* Search Header */
    .search-header {
        padding: 30px 20px;
        margin-bottom: 25px;
    }
    
    .search-title {
        font-size: 1.5rem;
    }
    
    .search-title i {
        margin-right: 10px;
    }
    
    .search-query {
        font-size: 0.95rem;
    }
    
    .search-count {
        font-size: 0.85rem;
    }
    
    /* Refine Box */
    .search-refine-box {
        padding: 18px;
    }
    
    .search-refine-box h3 {
        font-size: 1rem;
    }
    
    .search-input-wrapper input {
        padding: 12px 16px;
        font-size: 0.95rem;
    }
    
    .search-input-wrapper button {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
    
    /* Sort Options */
    .search-sort {
        padding: 12px;
    }
    
    .search-sort label {
        font-size: 0.9rem;
    }
    
    .search-sort select {
        font-size: 0.9rem;
        padding: 10px 35px 10px 12px;
    }
    
    /* Search Results */
    .search-results-list {
        gap: 18px;
    }
    
    .search-result-item {
        padding: 18px;
    }
    
    .search-result-item:hover {
        transform: none;
    }
    
    .result-thumbnail {
        height: 160px;
    }
    
    .result-meta {
        flex-direction: column;
        gap: 8px;
        font-size: 0.8rem;
    }
    
    .result-title {
        font-size: 1.2rem;
    }
    
    .result-excerpt {
        font-size: 0.9rem;
    }
    
    .result-tags {
        gap: 6px;
    }
    
    .result-tag {
        font-size: 0.8rem;
        padding: 3px 10px;
    }
    
    /* Pagination */
    .search-pagination {
        margin-top: 30px;
    }
    
    .search-pagination a,
    .search-pagination span {
        padding: 8px 14px;
        font-size: 0.9rem;
    }
    
    /* No Results */
    .no-results {
        padding: 40px 20px;
    }
    
    .no-results-icon {
        width: 90px;
        height: 90px;
    }
    
    .no-results-icon i {
        font-size: 3rem;
    }
    
    .no-results h2 {
        font-size: 1.5rem;
    }
    
    .no-results > p {
        font-size: 0.95rem;
    }
    
    .search-suggestions {
        padding: 18px;
    }
    
    .search-suggestions h3 {
        font-size: 1.1rem;
    }
    
    .search-suggestions li {
        font-size: 0.9rem;
    }
    
    .popular-topics h3 {
        font-size: 1.1rem;
    }
    
    .topic-links {
        flex-direction: column;
    }
    
    .topic-link {
        width: 100%;
        justify-content: center;
    }
    
    /* Sidebar */
    .sidebar-widget {
        padding: 18px;
    }
    
    .widget-title {
        font-size: 1rem;
    }
    
    .category-item {
        padding: 10px 12px;
        font-size: 0.9rem;
    }
    
    .category-count {
        font-size: 0.8rem;
    }
    
    .tag-item {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
    
    .recent-post-item {
        gap: 10px;
    }
    
    .recent-post-thumb {
        width: 55px;
        height: 55px;
    }
    
    .recent-post-content h4 {
        font-size: 0.9rem;
    }
    
    .recent-post-date {
        font-size: 0.8rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .search-header {
        padding: 25px 18px;
    }
    
    .search-title {
        font-size: 1.3rem;
    }
    
    .search-refine-box {
        padding: 15px;
    }
    
    .search-result-item {
        padding: 15px;
    }
    
    .result-thumbnail {
        height: 140px;
    }
    
    .result-title {
        font-size: 1.1rem;
    }
    
    .no-results {
        padding: 35px 18px;
    }
    
    .no-results-icon {
        width: 80px;
        height: 80px;
    }
    
    .no-results-icon i {
        font-size: 2.5rem;
    }
    
    .sidebar-widget {
        padding: 15px;
    }
    
    .recent-post-thumb {
        width: 50px;
        height: 50px;
    }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .search-header {
        padding: 25px 30px;
    }
    
    .result-thumbnail {
        height: 140px;
    }
}
/* Alafiya Meditour - Category Page Responsive Styles */

/* Large Tablet */
@media (max-width: 1199px) {
    .category-header {
        padding: 50px 40px;
    }
    
    .category-title {
        font-size: 2.5rem;
    }
    
    .post-image {
        height: 220px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .amt-category-page {
        padding: 50px 0;
    }
    
    .category-header {
        padding: 45px 35px;
        margin-bottom: 40px;
    }
    
    .category-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    
    .category-icon i {
        font-size: 2.5rem;
    }
    
    .category-title {
        font-size: 2.2rem;
    }
    
    .category-description {
        font-size: 1.05rem;
    }
    
    .category-sidebar {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
    
    .post-image {
        height: 200px;
    }
}

/* Mobile Landscape & Tablet Portrait */
@media (max-width: 768px) {
    .amt-category-page {
        padding: 40px 0;
    }
    
    /* Category Header */
    .category-header {
        padding: 40px 30px;
        margin-bottom: 35px;
        border-radius: 15px;
    }
    
    .breadcrumb {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .category-icon {
        width: 70px;
        height: 70px;
    }
    
    .category-icon i {
        font-size: 2rem;
    }
    
    .category-title {
        font-size: 1.9rem;
    }
    
    .category-description {
        font-size: 1rem;
    }
    
    .post-count {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    
    /* Filter Bar */
    .category-filter-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 20px;
        gap: 15px;
    }
    
    .filter-label {
        font-size: 0.95rem;
    }
    
    .filter-options {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .filter-options select {
        width: 100%;
        min-width: auto;
    }
    
    /* Post Cards */
    .posts-grid {
        margin-bottom: 35px;
    }
    
    .category-post-card:hover {
        transform: translateY(-5px);
    }
    
    .post-image {
        height: 200px;
    }
    
    .post-date-badge {
        width: 55px;
        height: 55px;
        top: 15px;
        left: 15px;
    }
    
    .date-day {
        font-size: 1.3rem;
    }
    
    .date-month {
        font-size: 0.7rem;
    }
    
    .post-content {
        padding: 20px;
    }
    
    .post-meta {
        gap: 12px;
        font-size: 0.85rem;
    }
    
    .post-title {
        font-size: 1.2rem;
    }
    
    .post-excerpt {
        font-size: 0.95rem;
    }
    
    /* Pagination */
    .category-pagination {
        margin-top: 40px;
    }
    
    .category-pagination a,
    .category-pagination span {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    
    /* Sidebar */
    .sidebar-widget {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .widget-title {
        font-size: 1.1rem;
    }
    
    .search-input-group {
        flex-direction: column;
    }
    
    .search-input-group button {
        width: 100%;
    }
    
    .popular-post-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .popular-post-content h4 {
        font-size: 0.9rem;
    }
    
    /* No Posts */
    .no-posts-found {
        padding: 60px 30px;
    }
    
    .no-posts-icon {
        width: 100px;
        height: 100px;
    }
    
    .no-posts-icon i {
        font-size: 3.5rem;
    }
    
    .no-posts-found h2 {
        font-size: 1.75rem;
    }
    
    .no-posts-found p {
        font-size: 1rem;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    .amt-category-page {
        padding: 30px 0;
    }
    
    /* Category Header */
    .category-header {
        padding: 35px 25px;
        margin-bottom: 30px;
    }
    
    .category-header::before,
    .category-header::after {
        display: none;
    }
    
    .breadcrumb {
        font-size: 0.85rem;
        gap: 8px;
    }
    
    .breadcrumb a i {
        display: none;
    }
    
    .category-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 15px;
    }
    
    .category-icon i {
        font-size: 1.8rem;
    }
    
    .category-title {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    
    .category-description {
        font-size: 0.95rem;
    }
    
    .post-count {
        padding: 7px 18px;
        font-size: 0.85rem;
    }
    
    .post-count i {
        font-size: 1rem;
    }
    
    /* Filter Bar */
    .category-filter-bar {
        padding: 15px 18px;
    }
    
    .filter-label {
        font-size: 0.9rem;
    }
    
    .filter-options label {
        font-size: 0.9rem;
    }
    
    .filter-options select {
        font-size: 0.9rem;
        padding: 10px 35px 10px 12px;
    }
    
    /* Post Cards */
    .category-post-card {
        margin-bottom: 0;
    }
    
    .post-image {
        height: 180px;
    }
    
    .post-date-badge {
        width: 50px;
        height: 50px;
        top: 12px;
        left: 12px;
        border-radius: 10px;
    }
    
    .date-day {
        font-size: 1.2rem;
    }
    
    .date-month {
        font-size: 0.65rem;
    }
    
    .post-content {
        padding: 18px;
    }
    
    .post-meta {
        gap: 10px;
        font-size: 0.8rem;
    }
    
    .post-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .post-excerpt {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }
    
    .read-more-link {
        font-size: 0.9rem;
    }
    
    /* Pagination */
    .category-pagination {
        margin-top: 35px;
    }
    
    .category-pagination a,
    .category-pagination span {
        padding: 8px 14px;
        font-size: 0.85rem;
    }
    
    /* Sidebar */
    .sidebar-widget {
        padding: 18px;
    }
    
    .widget-title {
        font-size: 1rem;
        margin-bottom: 18px;
    }
    
    .search-input-group input {
        padding: 12px 16px;
        font-size: 0.9rem;
    }
    
    .category-item-content {
        padding: 10px 12px;
    }
    
    .category-name {
        font-size: 0.9rem;
    }
    
    .category-count {
        font-size: 0.8rem;
        padding: 3px 10px;
    }
    
    .popular-post-item {
        gap: 12px;
    }
    
    .popular-post-number {
        width: 32px;
        height: 32px;
        font-size: 0.95rem;
    }
    
    .popular-post-content h4 {
        font-size: 0.85rem;
    }
    
    .popular-post-meta {
        font-size: 0.8rem;
    }
    
    .tag-item {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
    
    .newsletter-form input {
        padding: 12px 14px;
        font-size: 0.9rem;
    }
    
    /* No Posts */
    .no-posts-found {
        padding: 50px 25px;
    }
    
    .no-posts-icon {
        width: 90px;
        height: 90px;
    }
    
    .no-posts-icon i {
        font-size: 3rem;
    }
    
    .no-posts-found h2 {
        font-size: 1.5rem;
    }
    
    .no-posts-found p {
        font-size: 0.95rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .category-header {
        padding: 30px 20px;
    }
    
    .category-title {
        font-size: 1.4rem;
    }
    
    .category-description {
        font-size: 0.9rem;
    }
    
    .category-filter-bar {
        padding: 15px;
    }
    
    .post-image {
        height: 160px;
    }
    
    .post-date-badge {
        width: 45px;
        height: 45px;
    }
    
    .date-day {
        font-size: 1.1rem;
    }
    
    .date-month {
        font-size: 0.6rem;
    }
    
    .post-content {
        padding: 15px;
    }
    
    .post-title {
        font-size: 1rem;
    }
    
    .sidebar-widget {
        padding: 15px;
    }
    
    .popular-post-number {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .no-posts-found {
        padding: 45px 20px;
    }
    
    .no-posts-icon {
        width: 80px;
        height: 80px;
    }
    
    .no-posts-icon i {
        font-size: 2.5rem;
    }
}

/* Landscape Orientation */
@media (max-width: 768px) and (orientation: landscape) {
    .category-header {
        padding: 30px 35px;
    }
    
    .category-icon {
        width: 60px;
        height: 60px;
    }
    
    .category-icon i {
        font-size: 1.8rem;
    }
    
    .category-title {
        font-size: 1.8rem;
    }
    
    .post-image {
        height: 180px;
    }
}

/* Print Styles */
@media print {
    .category-header::before,
    .category-header::after,
    .category-sidebar,
    .category-filter-bar,
    .category-pagination,
    .read-more-link {
        display: none;
    }
    
    .category-post-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
}
/* Alafiya Meditour - Contact Page Responsive (Brand Colors) */

/* Tablet */
@media (max-width: 991px) {
    .cnt-hero {
        padding: 80px 0 100px;
    }
    
    .hero-title {
        font-size: 2.8rem;
    }
    
    .hero-text {
        font-size: 1.1rem;
    }
    
    .hero-form-card {
        margin-top: 40px;
    }
    
    .cnt-contact-methods,
    .cnt-map-section,
    .cnt-why-section,
    .cnt-faq-section,
    .cnt-social-section {
        padding: 60px 0;
    }
    
    .section-header h2 {
        font-size: 2.2rem;
    }
    
    .faq-intro {
        position: static;
        margin-bottom: 40px;
    }
    
    .faq-intro h2 {
        font-size: 2.2rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .cnt-hero {
        padding: 60px 0 80px;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-text {
        font-size: 1rem;
    }
    
    .hero-features {
        gap: 15px;
    }
    
    .feature-item {
        padding: 12px 18px;
    }
    
    .feature-item:hover {
        transform: none;
    }
    
    .feature-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .feature-text {
        font-size: 0.95rem;
    }
    
    .feature-text strong {
        font-size: 1.1rem;
    }
    
    .hero-form-card {
        padding: 30px 25px;
        margin-top: 40px;
    }
    
    .hero-form-card h2 {
        font-size: 1.6rem;
    }
    
    .quick-form {
        gap: 18px;
    }
    
    .form-input i {
        left: 16px;
        top: 16px;
        font-size: 1rem;
    }
    
    .form-input input,
    .form-input select,
    .form-input textarea {
        padding: 14px 18px 14px 45px;
        font-size: 0.95rem;
    }
    
    .submit-btn {
        padding: 16px 35px;
        font-size: 1rem;
    }
    
    .cnt-contact-methods,
    .cnt-map-section,
    .cnt-why-section,
    .cnt-faq-section,
    .cnt-social-section {
        padding: 50px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-header h2 {
        font-size: 1.9rem;
    }
    
    .contact-method-card {
        padding: 35px 25px;
        margin-bottom: 20px;
    }
    
    .contact-method-card:hover {
        transform: translateY(-5px);
    }
    
    .method-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    .contact-method-card h3 {
        font-size: 1.3rem;
    }
    
    .method-link {
        font-size: 1.1rem;
    }
    
    .map-header {
        padding: 25px 30px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .map-header h2 {
        font-size: 1.6rem;
    }
    
    .map-directions-btn {
        width: 100%;
        justify-content: center;
    }
    
    .map-container iframe {
        height: 400px;
    }
    
    .why-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .why-card:hover {
        transform: translateY(-5px);
    }
    
    .why-number {
        font-size: 2.5rem;
    }
    
    .why-icon {
        width: 65px;
        height: 65px;
        font-size: 1.8rem;
    }
    
    .why-card h3 {
        font-size: 1.2rem;
    }
    
    .faq-intro h2 {
        font-size: 1.9rem;
    }
    
    .faq-intro p {
        font-size: 1rem;
    }
    
    .faq-question {
        padding: 18px 20px;
    }
    
    .faq-question i:first-child {
        font-size: 1.2rem;
    }
    
    .faq-question span {
        font-size: 1rem;
    }
    
    .social-card h2 {
        font-size: 2.2rem;
    }
    
    .social-card p {
        font-size: 1.1rem;
    }
    
    .social-links {
        gap: 12px;
    }
    
    .social-btn {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .cnt-hero {
        padding: 50px 0 70px;
    }
    
    .hero-badge {
        font-size: 0.85rem;
        padding: 8px 20px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-text {
        font-size: 0.95rem;
    }
    
    .feature-item {
        padding: 12px 15px;
        gap: 12px;
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .feature-text {
        font-size: 0.9rem;
    }
    
    .feature-text strong {
        font-size: 1rem;
    }
    
    .hero-form-card {
        padding: 25px 20px;
        border-radius: 20px;
    }
    
    .form-badge {
        font-size: 0.8rem;
        padding: 6px 18px;
    }
    
    .hero-form-card h2 {
        font-size: 1.4rem;
        margin-bottom: 25px;
    }
    
    .quick-form {
        gap: 15px;
    }
    
    .form-input i {
        left: 14px;
        top: 14px;
        font-size: 0.95rem;
    }
    
    .form-input input,
    .form-input select,
    .form-input textarea {
        padding: 12px 16px 12px 42px;
        font-size: 0.9rem;
        border-radius: 10px;
    }
    
    .submit-btn {
        padding: 14px 30px;
        font-size: 0.95rem;
        border-radius: 10px;
    }
    
    .success-alert {
        padding: 18px;
        flex-direction: column;
        text-align: center;
    }
    
    .success-alert i {
        font-size: 2.5rem;
    }
    
    .success-alert strong {
        font-size: 1rem;
    }
    
    .success-alert p {
        font-size: 0.9rem;
    }
    
    .cnt-contact-methods,
    .cnt-map-section,
    .cnt-why-section,
    .cnt-faq-section,
    .cnt-social-section {
        padding: 40px 0;
    }
    
    .section-badge {
        font-size: 0.85rem;
        padding: 6px 20px;
    }
    
    .section-header h2 {
        font-size: 1.6rem;
    }
    
    .contact-method-card {
        padding: 30px 20px;
    }
    
    .method-icon {
        width: 65px;
        height: 65px;
        font-size: 1.6rem;
    }
    
    .contact-method-card h3 {
        font-size: 1.2rem;
    }
    
    .method-link {
        font-size: 1rem;
    }
    
    .method-badge {
        font-size: 0.85rem;
        padding: 6px 15px;
    }
    
    .contact-method-card p,
    .address-text {
        font-size: 0.95rem;
    }
    
    .map-wrapper {
        border-radius: 20px;
    }
    
    .map-header {
        padding: 20px 25px;
    }
    
    .map-header h2 {
        font-size: 1.4rem;
        gap: 10px;
    }
    
    .map-header p {
        font-size: 0.9rem;
    }
    
    .map-directions-btn {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
    
    .map-container iframe {
        height: 300px;
    }
    
    .why-card {
        padding: 25px 20px;
    }
    
    .why-number {
        font-size: 2.2rem;
    }
    
    .why-icon {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
    }
    
    .why-card h3 {
        font-size: 1.1rem;
    }
    
    .why-card p {
        font-size: 0.95rem;
    }
    
    .faq-intro h2 {
        font-size: 1.6rem;
    }
    
    .faq-intro p {
        font-size: 0.95rem;
    }
    
    .view-all-btn {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
    
    .faq-list {
        gap: 12px;
    }
    
    .faq-item {
        border-radius: 12px;
    }
    
    .faq-question {
        padding: 16px 18px;
        gap: 12px;
    }
    
    .faq-question i:first-child {
        font-size: 1.1rem;
    }
    
    .faq-question span {
        font-size: 0.95rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 18px 18px 48px;
        font-size: 0.9rem;
    }
    
    .social-card h2 {
        font-size: 1.8rem;
    }
    
    .social-card p {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .social-links {
        gap: 10px;
    }
    
    .social-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .hero-title {
        font-size: 1.6rem;
    }
    
    .hero-form-card {
        padding: 20px 18px;
    }
    
    .hero-form-card h2 {
        font-size: 1.3rem;
    }
    
    .form-input input,
    .form-input select,
    .form-input textarea {
        padding: 12px 14px 12px 40px;
        font-size: 0.85rem;
    }
    
    .submit-btn {
        padding: 12px 25px;
    }
    
    .section-header h2 {
        font-size: 1.4rem;
    }
    
    .contact-method-card {
        padding: 25px 18px;
    }
    
    .map-container iframe {
        height: 250px;
    }
    
    .faq-intro h2 {
        font-size: 1.4rem;
    }
    
    .social-card h2 {
        font-size: 1.6rem;
    }
}

/* Landscape */
@media (max-width: 768px) and (orientation: landscape) {
    .cnt-hero {
        padding: 50px 0;
    }
    
    .hero-form-card {
        margin-top: 0;
    }
    
    .map-container iframe {
        height: 300px;
    }
}

/* Touch Devices */
@media (hover: none) and (pointer: coarse) {
    .feature-item:hover,
    .contact-method-card:hover,
    .why-card:hover {
        transform: none;
    }
    
    .feature-item:active {
        transform: scale(0.98);
    }
    
    .submit-btn:hover,
    .view-all-btn:hover,
    .social-btn:hover {
        transform: none;
    }
    
    .submit-btn:active,
    .view-all-btn:active,
    .social-btn:active {
        transform: scale(0.98);
    }
}

/* High Resolution */
@media (min-width: 1400px) {
    .hero-title {
        font-size: 4rem;
    }
    
    .map-container iframe {
        height: 550px;
    }
}

/* Print */
@media print {
    .cnt-hero,
    .hero-form-card,
    .cnt-why-section,
    .cnt-faq-section,
    .cnt-social-section {
        display: none;
    }
    
    .contact-method-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
}
/* Alafiya Meditour - Legal Pages Responsive CSS */

/* Tablet */
@media (max-width: 991px) {
    .col-lg-3,
    .col-lg-9 {
        width: 100%;
    }
    
    .legal-hero {
        padding: 60px 0;
    }
    
    .legal-title {
        font-size: 2.5rem;
    }
    
    .legal-main {
        padding: 60px 0;
    }
    
    .legal-sidebar {
        position: static;
        margin-bottom: 30px;
    }
    
    .toc-nav {
        max-height: 400px;
        overflow-y: auto;
    }
    
    .legal-content {
        padding: 40px;
    }
    
    .legal-section h2 {
        font-size: 1.8rem;
    }
    
    .usage-grid,
    .security-features {
        grid-template-columns: 1fr;
    }
    
    .bottom-cta-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cta-text h2 {
        font-size: 1.8rem;
    }
    
    .cta-buttons {
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .legal-hero {
        padding: 50px 0;
    }
    
    .legal-title {
        font-size: 2rem;
    }
    
    .legal-subtitle {
        font-size: 1rem;
    }
    
    .legal-main {
        padding: 50px 0;
    }
    
    .legal-content {
        padding: 30px 25px;
        border-radius: 15px;
    }
    
    .legal-section {
        margin-bottom: 50px;
    }
    
    .legal-section h2 {
        font-size: 1.6rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .section-number {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .legal-section h3 {
        font-size: 1.3rem;
    }
    
    .legal-section p {
        font-size: 1rem;
    }
    
    .legal-list li {
        padding: 10px 0 10px 35px;
        font-size: 0.95rem;
    }
    
    .info-box,
    .highlight-box {
        flex-direction: column;
        padding: 20px;
    }
    
    .info-box i,
    .highlight-box i {
        font-size: 2.5rem;
    }
    
    .usage-item {
        padding: 20px;
    }
    
    .usage-item i {
        font-size: 2rem;
    }
    
    .usage-item h4 {
        font-size: 1rem;
    }
    
    .security-item {
        margin-bottom: 20px;
    }
    
    .security-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
    
    .right-item {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .right-number {
        margin: 0 auto;
    }
    
    .legal-table {
        font-size: 0.9rem;
    }
    
    .legal-table th,
    .legal-table td {
        padding: 12px 15px;
    }
    
    .contact-info-box {
        padding: 25px;
    }
    
    .contact-row {
        padding: 15px 0;
    }
    
    .acceptance-box {
        flex-direction: column;
        padding: 25px;
        text-align: center;
    }
    
    .acceptance-box i {
        font-size: 3rem;
    }
    
    .legal-bottom-cta {
        padding: 50px 0;
    }
    
    .cta-text h2 {
        font-size: 1.6rem;
    }
    
    .cta-text p {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .legal-hero {
        padding: 40px 0;
    }
    
    .legal-badge {
        font-size: 0.85rem;
        padding: 8px 20px;
    }
    
    .legal-title {
        font-size: 1.7rem;
    }
    
    .legal-subtitle {
        font-size: 0.95rem;
    }
    
    .legal-main {
        padding: 40px 0;
    }
    
    .legal-sidebar h3 {
        font-size: 1.1rem;
    }
    
    .toc-nav {
        padding: 15px 0;
    }
    
    .toc-link {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
    
    .legal-cta {
        padding: 25px 20px;
    }
    
    .legal-cta i {
        font-size: 2.5rem;
    }
    
    .legal-cta h4 {
        font-size: 1.1rem;
    }
    
    .legal-cta p {
        font-size: 0.9rem;
    }
    
    .cta-btn {
        padding: 10px 25px;
        font-size: 0.95rem;
    }
    
    .legal-content {
        padding: 25px 20px;
    }
    
    .legal-section {
        margin-bottom: 40px;
    }
    
    .legal-section h2 {
        font-size: 1.4rem;
    }
    
    .section-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .legal-section h3 {
        font-size: 1.2rem;
        margin: 25px 0 12px;
    }
    
    .legal-section p {
        font-size: 0.95rem;
        line-height: 1.7;
    }
    
    .legal-list li {
        font-size: 0.9rem;
        padding: 8px 0 8px 30px;
    }
    
    .legal-list li::before {
        font-size: 1rem;
    }
    
    .info-box,
    .highlight-box {
        padding: 18px;
    }
    
    .info-box i,
    .highlight-box i {
        font-size: 2rem;
    }
    
    .info-box strong,
    .highlight-box h4 {
        font-size: 1rem;
    }
    
    .note-text {
        padding: 12px 18px;
        font-size: 0.9rem;
    }
    
    .note-text i {
        font-size: 1.2rem;
    }
    
    .usage-item {
        padding: 18px;
    }
    
    .usage-item i {
        font-size: 2rem;
    }
    
    .usage-item h4 {
        font-size: 0.95rem;
    }
    
    .usage-item p {
        font-size: 0.9rem;
    }
    
    .security-icon {
        width: 65px;
        height: 65px;
        font-size: 1.6rem;
    }
    
    .security-item h4 {
        font-size: 1rem;
    }
    
    .security-item p {
        font-size: 0.9rem;
    }
    
    .right-item {
        padding: 18px;
    }
    
    .right-number {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .right-content h4 {
        font-size: 1rem;
    }
    
    .right-content p {
        font-size: 0.9rem;
    }
    
    .legal-table {
        font-size: 0.85rem;
    }
    
    .legal-table th,
    .legal-table td {
        padding: 10px 12px;
    }
    
    /* Make table scrollable on small screens */
    .legal-table-wrapper {
        overflow-x: auto;
    }
    
    .contact-info-box {
        padding: 20px;
    }
    
    .contact-row {
        padding: 12px 0;
        gap: 15px;
    }
    
    .contact-row i {
        font-size: 1.3rem;
        width: 25px;
    }
    
    .contact-row strong {
        font-size: 0.95rem;
    }
    
    .acceptance-box {
        padding: 20px;
    }
    
    .acceptance-box i {
        font-size: 2.5rem;
    }
    
    .acceptance-box h3 {
        font-size: 1.2rem;
    }
    
    .acceptance-box p {
        font-size: 0.95rem;
    }
    
    .legal-bottom-cta {
        padding: 40px 0;
    }
    
    .cta-text h2 {
        font-size: 1.4rem;
    }
    
    .cta-text p {
        font-size: 0.95rem;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 12px 30px;
        font-size: 0.95rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .legal-title {
        font-size: 1.5rem;
    }
    
    .legal-content {
        padding: 20px 18px;
    }
    
    .legal-section h2 {
        font-size: 1.3rem;
    }
    
    .section-number {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }
    
    .legal-table th,
    .legal-table td {
        padding: 8px 10px;
        font-size: 0.8rem;
    }
}

/* Landscape Mode */
@media (max-width: 768px) and (orientation: landscape) {
    .legal-hero {
        padding: 40px 0;
    }
    
    .legal-sidebar {
        display: none;
    }
}

/* Touch Devices */
@media (hover: none) and (pointer: coarse) {
    .usage-item:hover,
    .right-item:hover {
        transform: none;
    }
    
    .usage-item:active {
        transform: scale(0.98);
    }
    
    .toc-link:hover {
        background: transparent;
    }
}

/* Print Styles */
@media print {
    .legal-hero,
    .legal-sidebar,
    .legal-bottom-cta {
        display: none;
    }
    
    .legal-content {
        box-shadow: none;
        padding: 20px;
    }
    
    .legal-section {
        page-break-inside: avoid;
    }
    
    .legal-section h2 {
        page-break-after: avoid;
    }
    
    a {
        color: var(--dark);
        text-decoration: underline;
    }
}

/* High DPI Screens */
@media (min-width: 1400px) {
    .legal-content {
        padding: 60px;
    }
    
    .legal-title {
        font-size: 2.5rem;
    }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
/* Alafiya Meditour - Visa Information Page Responsive CSS */

/* Tablet */
@media (max-width: 991px) {
    .visa-hero {
        padding: 80px 0;
    }
    
    .visa-title {
        font-size: 2.5rem;
    }
    
    .visa-subtitle {
        font-size: 1.1rem;
    }
    
    .search-card {
        padding: 40px 30px;
    }
    
    .search-card h2 {
        font-size: 1.8rem;
    }
    
    .form-row {
        gap: 20px;
    }
    
    .arrow-icon {
        font-size: 1.5rem;
    }
    
    .col-md-3 {
        width: 50%;
        margin-bottom: 20px;
    }
    
    .results-header {
        padding: 25px 30px;
    }
    
    .results-header h2 {
        font-size: 1.8rem;
    }
    
    .label-cell {
        width: 35%;
    }
    
    .cta-content {
        flex-direction: column;
        text-align: center;
    }
    
    .section-header h2 {
        font-size: 2.2rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .visa-hero {
        padding: 60px 0;
    }
    
    .visa-title {
        font-size: 2rem;
    }
    
    .visa-subtitle {
        font-size: 1rem;
    }
    
    .visa-search-section {
        margin-top: -40px;
    }
    
    .search-card {
        padding: 30px 25px;
        border-radius: 20px;
    }
    
    .search-card h2 {
        font-size: 1.6rem;
        flex-direction: column;
        gap: 8px;
    }
    
    .search-card > p {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 25px;
    }
    
    .arrow-icon {
        transform: rotate(90deg);
        margin-top: 0;
    }
    
    .search-btn {
        width: 100%;
        padding: 16px 40px;
        font-size: 1rem;
    }
    
    .visa-results-section {
        padding: 60px 0;
    }
    
    .results-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 25px;
        border-radius: 15px 15px 0 0;
    }
    
    .results-header h2 {
        font-size: 1.5rem;
    }
    
    .results-header p {
        font-size: 0.95rem;
    }
    
    .new-search-btn {
        width: 100%;
        justify-content: center;
        padding: 10px 25px;
    }
    
    .results-card {
        border-radius: 0 0 15px 15px;
    }
    
    /* Make table responsive */
    .visa-table {
        display: block;
        overflow-x: auto;
    }
    
    .visa-table tr {
        display: flex;
        flex-direction: column;
        border-bottom: 2px solid var(--border);
        margin-bottom: 10px;
    }
    
    .label-cell,
    .value-cell {
        width: 100% !important;
        display: block;
        padding: 15px 20px;
    }
    
    .label-cell {
        background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
        color: var(--white);
        border-radius: 8px 8px 0 0;
    }
    
    .value-cell {
        border-radius: 0 0 8px 8px;
        background: var(--white);
    }
    
    .resource-item {
        padding: 12px;
    }
    
    .action-buttons {
        flex-direction: column;
        margin-top: 30px;
    }
    
    .action-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 30px;
    }
    
    .col-md-3 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .visa-why-section {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .why-card {
        padding: 30px 25px;
        margin-bottom: 20px;
    }
    
    .why-icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
    
    .why-card h3 {
        font-size: 1.2rem;
    }
    
    .visa-cta-section {
        padding: 50px 0;
    }
    
    .cta-text h2 {
        font-size: 1.8rem;
    }
    
    .cta-text p {
        font-size: 1rem;
    }
}

/* Small Mobile */
@media (max-width: 576px) {
    .visa-hero {
        padding: 50px 0;
    }
    
    .visa-badge {
        font-size: 0.85rem;
        padding: 8px 20px;
    }
    
    .visa-title {
        font-size: 1.7rem;
    }
    
    .visa-subtitle {
        font-size: 0.95rem;
    }
    
    .search-card {
        padding: 25px 20px;
    }
    
    .search-card h2 {
        font-size: 1.4rem;
    }
    
    .search-card > p {
        font-size: 0.95rem;
    }
    
    .form-group label {
        font-size: 1rem;
    }
    
    .form-group select {
        padding: 14px 18px;
        font-size: 0.95rem;
    }
    
    .search-btn {
        padding: 14px 35px;
        font-size: 0.95rem;
    }
    
    .visa-results-section {
        padding: 50px 0;
    }
    
    .results-header {
        padding: 20px;
    }
    
    .results-header h2 {
        font-size: 1.3rem;
    }
    
    .results-header p {
        font-size: 0.9rem;
    }
    
    .new-search-btn {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
    
    .label-cell,
    .value-cell {
        padding: 12px 18px;
        font-size: 0.95rem;
    }
    
    .resource-item {
        padding: 10px;
        font-size: 0.9rem;
    }
    
    .action-btn {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
    
    .visa-why-section {
        padding: 50px 0;
    }
    
    .section-badge {
        font-size: 0.85rem;
        padding: 6px 20px;
    }
    
    .section-header h2 {
        font-size: 1.7rem;
    }
    
    .why-card {
        padding: 25px 20px;
    }
    
    .why-icon {
        width: 65px;
        height: 65px;
        font-size: 1.8rem;
    }
    
    .why-card h3 {
        font-size: 1.1rem;
    }
    
    .why-card p {
        font-size: 0.95rem;
    }
    
    .visa-cta-section {
        padding: 40px 0;
    }
    
    .cta-text h2 {
        font-size: 1.5rem;
    }
    
    .cta-text p {
        font-size: 0.95rem;
    }
    
    .btn-primary {
        padding: 12px 30px;
        font-size: 0.95rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .visa-title {
        font-size: 1.5rem;
    }
    
    .search-card {
        padding: 20px 18px;
    }
    
    .search-card h2 {
        font-size: 1.3rem;
    }
    
    .form-group select {
        padding: 12px 16px;
        font-size: 0.9rem;
    }
    
    .results-header h2 {
        font-size: 1.2rem;
    }
    
    .label-cell,
    .value-cell {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
}

/* Landscape Mode */
@media (max-width: 768px) and (orientation: landscape) {
    .visa-hero {
        padding: 50px 0;
    }
    
    .visa-search-section {
        margin-top: -30px;
    }
    
    .form-row {
        flex-direction: row;
    }
    
    .arrow-icon {
        transform: rotate(0deg);
        margin-top: 30px;
    }
}

/* Touch Devices */
@media (hover: none) and (pointer: coarse) {
    .why-card:hover {
        transform: none;
    }
    
    .why-card:active {
        transform: scale(0.98);
    }
    
    .search-btn:hover,
    .action-btn:hover,
    .btn-primary:hover {
        transform: none;
    }
    
    .search-btn:active,
    .action-btn:active,
    .btn-primary:active {
        transform: scale(0.98);
    }
}

/* Print Styles */
@media print {
    .visa-hero,
    .visa-search-section,
    .visa-why-section,
    .visa-cta-section,
    .action-buttons,
    .new-search-btn {
        display: none;
    }
    
    .visa-results-section {
        padding: 20px 0;
    }
    
    .results-header {
        background: var(--dark);
        color: var(--white);
        padding: 20px;
    }
    
    .results-card {
        box-shadow: none;
        border: 1px solid var(--border);
    }
    
    .visa-table tr {
        page-break-inside: avoid;
    }
    
    .label-cell {
        background: var(--light-gray);
        color: var(--dark);
    }
    
    .value-cell a {
        color: var(--dark);
        text-decoration: underline;
    }
}

/* High Resolution */
@media (min-width: 1400px) {
    .visa-title {
        font-size: 3.5rem;
    }
    
    .search-card {
        max-width: 1000px;
        padding: 60px;
    }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}