/*
Theme Name: amt
Theme URI: https://wordpress.org/themes/twentyten/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: AMT
Version: 0.0001
Tested up to: 6.8
Requires at least: 3.0
Requires PHP: 5.2.4
Tags: medical tourism company in india, treatment for international patients
Text Domain: amt
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
@media (min-width: 1400px) {
    .post-type-archive-doctors .container, .container-lg, .post-type-archive-doctors .container-md, .post-type-archive-doctors .container-sm, .post-type-archive-doctors .container-xl, .container-xxl {
        max-width: 1430px !important;
    }
}
.amt-sel select {
    background: #f7f7f7 !important;
    border-radius: 5px !important;
    padding: 13px 20px !important;
}
.scrolled .navbar-nav .page_item a.nav-link, .scrolled .navbar-nav .menu-item-has-children a.nav-link, .scrolled .navbar-nav .nav-item a {
    color: #2c56a2;
}
.scrolled .desktop-nav .fa-search {
    font-size: 26px;
    color: #2c56a2;
}
.desktop-nav .fa-search {
    font-size: 26px;
    color: #ffffff;
}
.frm-heading {
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding: 0px 0px 20px;
}
/* pagination css start */
.pagination {
    clear: both;
    justify-content: center;
    padding: 20px 0;
    position: relative;
    font-size: 16px;
    line-height: 20px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pagination a:hover{
color:#fff;
background: #3279BB;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #35b5b4;
color:#fff;
}
/* pagination css end */
/* Form css */
.evaluation-box .frm {
    box-shadow: none !important;
}
.form-section .frm {
    background: var(--primary-color);
    padding: 30px 30px 30px;
    border-radius: 20px;
    border: 1px solid #e5e4e4;
    box-shadow: 15px 15px 0px #f0f9ff;
}
.form-section .frm .form-control {
    padding: 7px .75rem;
}
.evaluation-box .frm button[type="submit"]
 {
    text-transform: inherit !important;
}

.form-section .frm button[type="submit"] {
display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 5px 50px;
    background: var(--btn-color);
    border: none;
    width: 75%;
    margin: 0 auto;
}
.doctor-info-detail {
    border-radius: 12px;
    background: #f8fafc;
    padding: 30px 20px;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #35b5b44a;
}
.doctor-info-detail li {
    line-height: 30px;
}
.doctor-info-detail h4 {
    font-weight: bold;
    font-size: 30px;
}
.doctor-info-detail li{list-style: none;}
.doctor-info-detail li::before {
    content: "✅";
}
/* Doctor online or ofline css */
.doctor-online-badge {
position: absolute !important;
    top: 0px !important;
    left: 0% !important;
    background: #fff !important;
    border-radius: 13px 0px 17px 3px !important;
    padding: 4px 7px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999 !important;
    pointer-events: auto !important;
}
.doctor-online-badge span {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #27ae60 !important;
}
/* treatment detail page css */
.dlt-trt {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

/* Hero Section */
.dlt-trt .hero-section {
    background: linear-gradient(358deg, #f8f9fa 0%, #35b5b4 100%);
    padding: 170px 0px 60px 0px;
    color: #2b2a29;
}

.dlt-trt .stats-badge {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.dlt-trt .stats-badge strong {
    display: block;
    font-size: 18px;
}

.dlt-trt .stats-badge span {
    font-size: 12px;
    opacity: 0.9;
}

.dlt-trt .hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 9px;
    border: 4px solid #fff;
}

/* Content Sections */
.dlt-trt .content-section {
    background: white;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.dlt-trt .section-title {
    color: #333;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 28px;
}

.dlt-trt .section-subtitle {
    color: #333;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
}
.dlt-trt ul li{
    line-height: 1.6em;
    color: #2b2a299e;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}
/* Pricing Table */
.dlt-trt table th {
    padding: 15px;
    color: #2b2a299e;
    font-weight: 600;
}

.dlt-trt table {
    width: 100% !important;
    margin-bottom: 20px;
}

.dlt-trt table thead {
    background-color: var(--primary-color);
    color: white;
}

.dlt-trt table th {
    padding: 15px;
    font-weight: 600;
}

.dlt-trt table td {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    color: #2b2a299e;
}



/* List Styling */
.dlt-trt .custom-list {
    list-style: none;
    padding: 0;
}

.dlt-trt .custom-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30px;
}

.dlt-trt .custom-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 18px;
}

/* Services Section */
.dlt-trt .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.dlt-trt .service-item {
    background: var(--primary-light);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    color: var(--primary-dark);
}

/* FAQ Accordion */
.dlt-trt .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.dlt-trt .accordion-button {
    background-color: white;
    color: #333;
    font-weight: 600;
    padding: 20px;
}

.dlt-trt .accordion-button:not(.collapsed) {
    background-color: var(--primary-light);
    color: var(--primary-dark);
}

.dlt-trt .accordion-button:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.dlt-trt .accordion-body {
    padding: 20px;
    background-color: #fff;
}

/* Contact Form */
.dlt-trt .contact-form {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.dlt-trt .form-control, .dlt-trt .form-select {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.dlt-trt .form-control:focus, .dlt-trt .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(53, 181, 180, 0.25);
}

.dlt-trt .btn-submit {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 5px;
    font-weight: 600;
    width: 100%;
    transition: background-color 0.3s;
}

.dlt-trt .btn-submit:hover {
    background-color: var(--primary-dark);
}

/* Note Box */
.dlt-trt .note-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
}

.dlt-trt .note-box strong {
    color: #856404;
}
@media (max-width: 768px) {
    .dlt-trt .hero-section {
        padding: 20px 0px 60px 0px;
    }
}
/* our service secton in treatment detail page css */
/* Services Section Styles with trt-ser-sec parent class */

/* Section Title */
.trt-ser-sec .section-title-center {
    color: #333;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.trt-ser-sec .section-title-center::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.trt-ser-sec .section-subtitle-text {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

/* Service Card */
.trt-ser-sec .service-card {
    background: white;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.trt-ser-sec .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    transition: all 0.5s ease;
    z-index: 0;
    opacity: 0;
}

.trt-ser-sec .service-card:hover::before {
    left: 0;
    opacity: 1;
}

.trt-ser-sec .service-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-color);
    box-shadow: 0 15px 40px rgba(53, 181, 180, 0.3);
}

/* Icon Wrapper */
.trt-ser-sec .service-icon-wrapper {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
}

.trt-ser-sec .service-icon {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-light) 0%, #d4f2f1 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.trt-ser-sec .service-icon::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease;
}

.trt-ser-sec .service-card:hover .service-icon::after {
    opacity: 0.5;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}

.trt-ser-sec .service-card:hover .service-icon {
    background: white;
    transform: scale(1.1);
}

.trt-ser-sec .service-icon i {
    font-size: 36px;
    color: var(--primary-color);
    transition: all 0.4s ease;
}

.trt-ser-sec .service-card:hover .service-icon i {
    color: var(--primary-color);
    transform: rotateY(360deg);
}

/* Service Title */
.trt-ser-sec .service-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

/*.trt-ser-sec .service-card:hover .service-title {
    color: white;
}*/

/* Service Description */
.trt-ser-sec .service-description {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

/*.trt-ser-sec .service-card:hover .service-description {
    color: rgba(255, 255, 255, 0.95);
}*/

/* Responsive Styles */
@media (max-width: 1199px) {
    .trt-ser-sec .section-title-center {
        font-size: 32px;
    }
    
    .trt-ser-sec .service-card {
        padding: 30px 20px;
    }
    
    .trt-ser-sec .service-icon-wrapper {
        width: 80px;
        height: 80px;
    }
    
    .trt-ser-sec .service-icon i {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .trt-ser-sec .section-title-center {
        font-size: 28px;
    }
    
    .trt-ser-sec .service-card {
        padding: 25px 15px;
    }
}

@media (max-width: 767px) {
    .trt-ser-sec .section-title-center {
        font-size: 26px;
    }
    
    .trt-ser-sec .section-subtitle-text {
        font-size: 16px;
    }
    
    .trt-ser-sec .service-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .trt-ser-sec .service-icon-wrapper {
        width: 75px;
        height: 75px;
        margin-bottom: 20px;
    }
    
    .trt-ser-sec .service-icon i {
        font-size: 30px;
    }
    
    .trt-ser-sec .service-title {
        font-size: 17px;
    }
    
    .trt-ser-sec .service-description {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .trt-ser-sec .service-card {
        padding: 25px 15px;
    }
    
    .trt-ser-sec .section-title-center {
        font-size: 24px;
    }
    
    .trt-ser-sec .service-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .trt-ser-sec .service-icon i {
        font-size: 28px;
    }
}

/* Animation on Scroll (Optional - requires JavaScript) */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.trt-ser-sec .service-card.animate {
    animation: fadeInUp 0.6s ease forwards;
}

/* Stagger animation for multiple cards */
.trt-ser-sec .service-card:nth-child(1) { animation-delay: 0.1s; }
.trt-ser-sec .service-card:nth-child(2) { animation-delay: 0.2s; }
.trt-ser-sec .service-card:nth-child(3) { animation-delay: 0.3s; }
.trt-ser-sec .service-card:nth-child(4) { animation-delay: 0.4s; }
.trt-ser-sec .service-card:nth-child(5) { animation-delay: 0.5s; }
.trt-ser-sec .service-card:nth-child(6) { animation-delay: 0.6s; }
.trt-ser-sec .service-card:nth-child(7) { animation-delay: 0.7s; }
.trt-ser-sec .service-card:nth-child(8) { animation-delay: 0.8s; }

/* Alafiya Meditour - About Us Page Styles */

.amt-abt {
    padding: 60px 0;
}

.section-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.section-title h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.section-title h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
    margin-top: 40px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--primary-color);
}

.about-intro {
    background: linear-gradient(135deg, rgba(53, 181, 180, 0.1) 0%, rgba(53, 181, 180, 0.05) 100%);
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 50px;
    border-left: 5px solid var(--primary-color);
}

.about-intro p {
    font-size: 1.1rem;
    margin-bottom: 0;
    color: var(--text-dark);
}

.content-section {
    margin-bottom: 40px;
}

.content-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.content-section h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 80%;
    background: var(--primary-color);
    border-radius: 10px;
}

.content-section p {
    color: var(--text-light);
    text-align: justify;
    margin-bottom: 15px;
}

.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-top: 3px solid var(--primary-color);
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(53, 181, 180, 0.2);
}

.feature-card .icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.5rem;
}

.feature-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.feature-card p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 0;
}

.why-india-section {
    background: var(--bg-light);
    padding: 50px 0;
    margin: 60px 0;
    border-radius: 15px;
}

.stats-box {
    text-align: center;
    padding: 30px 20px;
}

.stats-box .number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.stats-box .label {
    color: var(--text-dark);
    font-weight: 500;
}

.vision-mission {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: #fff;
    padding: 40px;
    border-radius: 15px;
    margin-top: 40px;
}

.vision-mission h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vision-mission p {
    margin-bottom: 0;
    opacity: 0.95;
}

.assistance-list {
    list-style: none;
    padding: 0;
}

.assistance-list li {
    padding: 20px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
}

.assistance-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(53, 181, 180, 0.15);
}

.assistance-list li strong {
    color: var(--primary-color);
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
}

.assistance-list li p {
    margin-bottom: 0;
    color: var(--text-light);
}

.disclaimer {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px;
    border-radius: 8px;
    margin-top: 50px;
}

.disclaimer p {
    margin-bottom: 0;
    color: #856404;
    font-size: 0.9rem;
}

.disclaimer strong {
    color: #856404;
}
/* Alafiya Meditour - Services Page Main Styles */

:root {
    --primary-color: #35b5b4;
    --primary-dark: #2a9190;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --bg-light: #f8f9fa;
    --white: #ffffff;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    line-height: 1.8;
}

.amt-services {
    padding: 60px 0;
}

/* Section Header */
.section-header {
    margin-bottom: 60px;
    position: relative;
}

.section-header h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-header h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 10px;
}

.section-header .lead {
    color: var(--text-light);
    font-size: 1.2rem;
    margin-top: 25px;
}

/* Service Card */
.service-card {
    background: var(--white);
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border-top: 4px solid var(--primary-color);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(53, 181, 180, 0.2);
}

.service-card:hover .service-overlay {
    opacity: 1;
    visibility: visible;
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.service-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 50%;
    opacity: 0.3;
    transform: scale(1.3);
}

.service-icon i {
    font-size: 2rem;
    color: var(--white);
    z-index: 2;
}

.service-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.service-content p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Service Overlay */
.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 15px;
}

.overlay-content {
    text-align: center;
    color: var(--white);
}

.overlay-content i {
    font-size: 3rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

.overlay-content h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.overlay-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.overlay-content ul li {
    padding: 8px 0;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.overlay-content ul li i {
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Why Choose Section */
.why-choose-section {
    margin-top: 80px;
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(53, 181, 180, 0.05) 0%, rgba(53, 181, 180, 0.02) 100%);
    border-radius: 20px;
}

.why-choose-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.why-choose-content > p {
    color: var(--text-light);
    font-size: 1.05rem;
    margin-bottom: 40px;
}

.feature-list {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.feature-item .feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-item .feature-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.feature-item .feature-text h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.feature-item .feature-text p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Service Stats */
.service-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.stat-item {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-bottom: 4px solid var(--primary-color);
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(53, 181, 180, 0.15);
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
    line-height: 1;
}

.stat-label {
    font-size: 1rem;
    color: var(--text-dark);
    font-weight: 500;
}

/* CTA Section */
.cta-section {
    margin-top: 80px;
    padding: 60px 40px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 20px;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 1.1rem;
    color: var(--white);
    opacity: 0.95;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid var(--white);
}

.cta-buttons .btn-primary {
    background: var(--white);
    color: var(--primary-color);
}

.cta-buttons .btn-primary:hover {
    background: transparent;
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.cta-buttons .btn-outline {
    background: transparent;
    color: var(--white);
}

.cta-buttons .btn-outline:hover {
    background: var(--white);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
/* Alafiya Meditour - Blog Page Main Styles */
.amt-blog {
    padding: 60px 0;
}

/* ===============================================
   UNIVERSAL BUTTON SYSTEM - USE ACROSS WEBSITE
   =============================================== */

/* Base Button Style */
.amt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    outline: none;
}

.amt-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.amt-btn:active {
    transform: translateY(0);
}

.amt-btn:disabled,
.amt-btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Primary Button */
.amt-btn-primary {
    background: #2c56a1; /*linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);*/
    color: var(--white);
    border-color: transparent;
}

.amt-btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    color: var(--white);
    box-shadow: 0 5px 20px rgba(53, 181, 180, 0.3);
}

/* Secondary/Outline Button */
.amt-btn-secondary,
.amt-btn-outline {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.amt-btn-secondary:hover,
.amt-btn-outline:hover {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

/* Pagination Button */
.amt-btn-pagination {
    background: var(--white);
    color: var(--text-dark);
    border-color: var(--border-color);
    padding: 8px 16px;
    min-width: 45px;
    height: 45px;
}

.amt-btn-pagination:hover {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.amt-btn-pagination.active {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
    pointer-events: none;
}

/* Button Sizes */
.amt-btn-sm {
    padding: 8px 20px;
    font-size: 0.9rem;
}

.amt-btn-lg {
    padding: 15px 40px;
    font-size: 1.1rem;
}

.amt-btn-block {
    width: 100%;
    display: flex;
}

/* Button with Icon */
.amt-btn i {
    font-size: 0.9em;
}

/* ===============================================
   END OF UNIVERSAL BUTTON SYSTEM
   =============================================== */

/* Section Header */
.section-header {
    margin-bottom: 50px;
}

.section-header h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-header h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 10px;
}

.section-header .lead {
    color: var(--text-light);
    font-size: 1.2rem;
    margin-top: 25px;
}

/* Category Filter Dropdown */
.category-filter-wrapper {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

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

.filter-label {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.filter-label i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Beautiful Select Wrapper */
.select-wrapper {
    position: relative;
    width: 100%;
}

/* Beautiful Dropdown Styling */
.amt-select-filter {
    width: 100%;
    padding: 16px 50px 16px 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--text-dark);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid var(--border-color);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.amt-select-filter:hover {
    border-color: var(--primary-color);
    box-shadow: 0 4px 16px rgba(53, 181, 180, 0.15);
    background: #ffffff;
    transform: translateY(-2px);
}

.amt-select-filter:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(53, 181, 180, 0.1), 0 4px 16px rgba(53, 181, 180, 0.2);
    background: #ffffff;
}

.amt-select-filter option {
    padding: 12px;
    font-size: 1rem;
    background: #ffffff;
    color: var(--text-dark);
}

/* Custom Select Icon */
.select-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 1.2rem;
    pointer-events: none;
    transition: all 0.3s ease;
}

.select-wrapper:hover .select-icon {
    color: var(--primary-dark);
    transform: translateY(-50%) scale(1.1);
}

/* Active state animation */
.amt-select-filter:focus ~ .select-icon {
    transform: translateY(-50%) rotate(180deg);
    color: var(--primary-dark);
}

/* Blog Card */
.blog-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(53, 181, 180, 0.15);
}

/* Blog Image */
.blog-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-category {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-color);
    color: var(--white);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 2;
}

/* Blog Content */
.blog-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    color: var(--text-light);
    font-size: 0.85rem;
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-meta i {
    color: #2c56a1;
}

.blog-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
    color: var(--primary-color);
}

.blog-excerpt {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

/* Blog Footer */
.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
    margin-top: auto;
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-dark);
    font-size: 0.9rem;
    font-weight: 500;
}

.blog-author i {
    color: #2c56a1;
    font-size: 1.2rem;
}

/* No Blogs Message */
.no-blogs {
    text-align: center;
    padding: 80px 20px;
    background: var(--bg-light);
    border-radius: 15px;
}

.no-blogs i {
    font-size: 4rem;
    color: var(--text-light);
    margin-bottom: 20px;
}

.no-blogs h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.no-blogs p {
    color: var(--text-light);
    font-size: 1.1rem;
}

/* Pagination Wrapper */
.pagination-wrapper {
    margin-top: 60px;
}

.pagination {
    gap: 10px;
}

.pagination .page-item {
    list-style: none;
}

.pagination .page-item.disabled .amt-btn-pagination {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.page-dots {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    color: var(--text-light);
    font-weight: 600;
}
/* Alafiya Meditour - Single Post Page with Sticky Sidebar */

:root {
    --primary-color: #35b5b4;
    --primary-dark: #2a9190;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --bg-light: #f8f9fa;
    --white: #ffffff;
    --border-color: #e0e0e0;
}

/* Main Section */
.amt-single-post {
    padding: 60px 0;
}

/* ===========================================
   LEFT SIDE - MAIN CONTENT
   =========================================== */

.single-post-content {
    background: var(--white);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

/* Post Header */
.post-header {
    margin-bottom: 30px;
}

.post-categories {
    margin-bottom: 15px;
}

.post-category {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0 5px 5px 0;
}

.post-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.3;
}

.post-meta {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    color: var(--text-light);
    font-size: 0.95rem;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-item i {
    color: var(--primary-color);
}

/* Featured Image */
.post-featured-image {
    margin: 30px 0;
    border-radius: 12px;
    overflow: hidden;
}

.post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Post Content */
.post-content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-dark);
    margin: 30px 0;
}

.post-content p {
    margin-bottom: 20px;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    color: var(--text-dark);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

/* Post Tags */
.post-tags {
    padding: 20px;
    background: var(--bg-light);
    border-radius: 10px;
    margin: 30px 0;
}

.post-tags strong {
    color: var(--text-dark);
    margin-right: 10px;
}

.post-tag {
    display: inline-block;
    background: var(--white);
    color: var(--text-dark);
    padding: 5px 15px;
    border-radius: 15px;
    margin: 5px;
    font-size: 0.9rem;
    text-decoration: none;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.post-tag:hover {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

/* Share Buttons */
.post-share {
    margin: 30px 0;
}

.post-share h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.share-btn {
    text-decoration: none !important;
}

.share-facebook { background: #1877f2 !important; color: white !important; }
.share-twitter { background: #1da1f2 !important; color: white !important; }
.share-linkedin { background: #0077b5 !important; color: white !important; }
.share-whatsapp { background: #25d366 !important; color: white !important; }

/* Author Box */
.author-box {
    padding: 25px;
    background: linear-gradient(135deg, rgba(53, 181, 180, 0.05) 0%, rgba(53, 181, 180, 0.02) 100%);
    border-radius: 12px;
    display: flex;
    gap: 20px;
    align-items: center;
    border-left: 4px solid var(--primary-color);
    margin-top: 30px;
}

.author-avatar img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.author-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.author-bio {
    color: var(--text-light);
    margin-bottom: 0;
}

/* ===========================================
   RIGHT SIDE - STICKY SIDEBAR
   =========================================== */

.blog-sidebar {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding-right: 5px;
}

/* Scrollbar Styling */
.blog-sidebar::-webkit-scrollbar {
    width: 6px;
}

.blog-sidebar::-webkit-scrollbar-track {
    background: var(--bg-light);
    border-radius: 10px;
}

.blog-sidebar::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

/* Sidebar Widget Base */
.sidebar-widget {
    background: var(--white);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.sidebar-widget:hover {
    box-shadow: 0 8px 30px rgba(53, 181, 180, 0.15);
}

.widget-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-title i {
    color: var(--primary-color);
    font-size: 1.3rem;
}

/* Search Widget */
.search-input-group {
    display: flex;
    gap: 10px;
}

.search-input-group input {
    flex: 1;
    padding: 12px 18px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.search-input-group input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(53, 181, 180, 0.1);
}

.search-input-group button {
    padding: 12px 20px;
}

/* Contact Form Widget */
.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(53, 181, 180, 0.1);
}

.contact-form textarea {
    resize: vertical;
    min-height: 80px;
}

/* Recent Posts Widget */
.recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.recent-post-item {
    display: flex;
    gap: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.recent-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-post-item:hover {
    transform: translateX(5px);
}

.recent-post-thumb {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-post-item:hover .recent-post-thumb img {
    transform: scale(1.1);
}

.recent-post-content {
    flex: 1;
}

.recent-post-content h4 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.recent-post-content h4 a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.recent-post-content h4 a:hover {
    color: var(--primary-color);
}

.recent-post-date {
    font-size: 0.85rem;
    color: var(--text-light);
}

.recent-post-date i {
    color: var(--primary-color);
}

/* Popular Treatments Widget */
.treatment-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.treatment-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--bg-light);
    border-radius: 8px;
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    transition: all 0.3s ease;
}

.treatment-item:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateX(5px);
}

.treatment-item i {
    color: var(--primary-color);
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.treatment-item:hover i {
    color: var(--white);
}

/* Popular Hospitals Widget */
.hospital-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hospital-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: linear-gradient(135deg, rgba(53, 181, 180, 0.05) 0%, rgba(53, 181, 180, 0.02) 100%);
    border-radius: 10px;
    border-left: 3px solid var(--primary-color);
    transition: all 0.3s ease;
}

.hospital-item:hover {
    background: linear-gradient(135deg, rgba(53, 181, 180, 0.1) 0%, rgba(53, 181, 180, 0.05) 100%);
    transform: translateX(5px);
}

.hospital-icon {
        width: 30px;
    height: 30px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 50%;
    display: contents;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.4rem;
    flex-shrink: 0;
}

.hospital-info h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 3px;
}

.hospital-info span {
    font-size: 0.85rem;
    color: var(--text-light);
}

/* ===========================================
   SIMILAR POSTS SECTION - FULL WIDTH
   =========================================== */

.similar-posts-section {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 3px solid var(--border-color);
}

.similar-posts-section .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.similar-posts-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 10px;
}

/* Blog Cards in Similar Posts */
.blog-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(53, 181, 180, 0.15);
}

.blog-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-category {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #2c56a1;
    color: var(--white);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-title a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: var(--primary-color);
}

.blog-excerpt {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}
/* Alafiya Meditour - Single Post Responsive Styles */

/* Tablet Styles */
@media (max-width: 992px) {
    .amt-single-post {
        padding: 50px 0;
    }
    
    .single-post-content {
        padding: 30px;
    }
    
    .post-title {
        font-size: 2rem;
    }
    
    .blog-sidebar {
        position: relative;
        top: 0;
        max-height: none;
        overflow-y: visible;
        margin-top: 40px;
    }
    
    .similar-posts-section {
        margin-top: 50px;
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .amt-single-post {
        padding: 40px 0;
    }
    
    .single-post-content {
        padding: 25px;
    }
    
    .post-title {
        font-size: 1.75rem;
    }
    
    .post-meta {
        gap: 15px;
        font-size: 0.9rem;
    }
    
    .post-content {
        font-size: 1rem;
    }
    
    .author-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .share-buttons {
        flex-direction: column;
    }
    
    .share-btn {
        width: 100%;
        justify-content: center;
    }
    
    /* Sidebar Widgets */
    .sidebar-widget {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .widget-title {
        font-size: 1.1rem;
    }
    
    .recent-post-thumb {
        width: 60px;
        height: 60px;
    }
    
    .hospital-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .similar-posts-section {
        margin-top: 40px;
        padding-top: 40px;
    }
    
    .similar-posts-section .section-title {
        font-size: 1.75rem;
    }
    
    .blog-image {
        height: 200px;
    }
}

/* Mobile Styles */
@media (max-width: 576px) {
    .amt-single-post {
        padding: 30px 0;
    }
    
    .single-post-content {
        padding: 20px;
    }
    
    .post-title {
        font-size: 1.5rem;
    }
    
    .post-category {
        font-size: 0.75rem;
        padding: 5px 14px;
    }
    
    .post-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .post-content {
        font-size: 0.95rem;
    }
    
    .post-tags {
        padding: 15px;
    }
    
    .author-box {
        padding: 18px;
    }
    
    .author-avatar img {
        width: 60px;
        height: 60px;
    }
    
    .author-name {
        font-size: 1.1rem;
    }
    
    /* Share Buttons */
    .post-share h4 {
        font-size: 1.1rem;
    }
    
    .share-btn {
        font-size: 0.9rem;
    }
    
    /* Sidebar Widgets */
    .sidebar-widget {
        padding: 18px;
    }
    
    .widget-title {
        font-size: 1rem;
    }
    
    .search-input-group {
        flex-direction: column;
    }
    
    .search-input-group button {
        width: 100%;
    }
    
    .contact-form input,
    .contact-form textarea {
        font-size: 0.9rem;
    }
    
    .recent-post-item {
        gap: 10px;
    }
    
    .recent-post-thumb {
        width: 55px;
        height: 55px;
    }
    
    .recent-post-content h4 {
        font-size: 0.9rem;
    }
    
    .treatment-item {
        font-size: 0.9rem;
        padding: 10px;
    }
    
    .hospital-item {
        padding: 12px;
    }
    
    .hospital-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .hospital-info h4 {
        font-size: 0.95rem;
    }
    
    /* Similar Posts */
    .similar-posts-section {
        margin-top: 35px;
        padding-top: 35px;
    }
    
    .similar-posts-section .section-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    
    .blog-image {
        height: 180px;
    }
    
    .blog-content {
        padding: 18px;
    }
    
    .blog-title {
        font-size: 1.1rem;
    }
    
    .blog-excerpt {
        font-size: 0.9rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .post-title {
        font-size: 1.3rem;
    }
    
    .single-post-content {
        padding: 18px;
    }
    
    .sidebar-widget {
        padding: 15px;
    }
    
    .recent-post-thumb {
        width: 50px;
        height: 50px;
    }
    
    .hospital-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
    
    .blog-image {
        height: 160px;
    }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .blog-sidebar {
        max-height: none;
    }
    
    .blog-image {
        height: 180px;
    }
}
/* Alafiya Meditour - Search Results Page Styles */

:root {
    --primary-color: #35b5b4;
    --primary-dark: #2a9190;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --bg-light: #f8f9fa;
    --white: #ffffff;
    --border-color: #e0e0e0;
}

/* Main Section */
.amt-search-page {
    padding: 60px 0;
    min-height: 60vh;
}

/* ===========================================
   SEARCH HEADER
   =========================================== */

.search-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    padding: 50px 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(53, 181, 180, 0.2);
}

.search-header-content {
    max-width: 800px;
    margin: 0 auto;
}

.search-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px;
}

.search-title i {
    margin-right: 15px;
    opacity: 0.9;
}

.search-query {
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 10px;
    opacity: 0.95;
}

.search-query strong {
    font-weight: 600;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 6px;
}

.search-count {
    font-size: 1rem;
    color: var(--white);
    opacity: 0.9;
}

.search-count i {
    margin-right: 8px;
}

/* ===========================================
   SEARCH REFINE BOX
   =========================================== */

.search-refine-box {
    background: var(--white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.search-refine-box h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.search-refine-box h3 i {
    color: var(--primary-color);
    margin-right: 10px;
}

.search-input-wrapper {
    display: flex;
    gap: 15px;
}

.search-input-wrapper input {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.search-input-wrapper input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(53, 181, 180, 0.1);
}

.search-input-wrapper button {
    padding: 15px 30px;
    white-space: nowrap;
}

/* ===========================================
   SORT OPTIONS
   =========================================== */

.search-sort {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding: 15px 20px;
    background: var(--bg-light);
    border-radius: 10px;
}

.search-sort label {
    font-weight: 600;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.search-sort label i {
    color: var(--primary-color);
}

.search-sort select {
    flex: 1;
    max-width: 250px;
    padding: 10px 40px 10px 15px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-sort select:focus {
    outline: none;
    border-color: var(--primary-color);
}

/* ===========================================
   SEARCH RESULTS LIST
   =========================================== */

.search-results-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.search-result-item {
    background: var(--white);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border-left: 4px solid transparent;
}

.search-result-item:hover {
    box-shadow: 0 10px 35px rgba(53, 181, 180, 0.15);
    border-left-color: var(--primary-color);
    transform: translateX(5px);
}

/* Result Thumbnail */
.result-thumbnail {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 180px;
}

.result-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.search-result-item:hover .result-thumbnail img {
    transform: scale(1.1);
}

.result-category {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-color);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Result Content */
.result-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: var(--text-light);
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.meta-item i {
    color: var(--primary-color);
}

.result-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.result-title a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.result-title a:hover {
    color: var(--primary-color);
}

.result-excerpt {
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 15px;
    flex-grow: 1;
}

.result-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.result-tags i {
    color: var(--primary-color);
}

.result-tag {
    background: var(--bg-light);
    color: var(--text-dark);
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* ===========================================
   PAGINATION
   =========================================== */

.search-pagination {
    margin-top: 40px;
    text-align: center;
}

.search-pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.search-pagination li {
    display: inline-block;
}

.search-pagination a,
.search-pagination span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: var(--white);
    color: var(--text-dark);
    border: 2px solid var(--border-color);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.search-pagination a:hover {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.search-pagination .current {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

/* ===========================================
   NO RESULTS
   =========================================== */

.no-results {
    background: var(--white);
    padding: 60px 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.no-results-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, rgba(53, 181, 180, 0.1) 0%, rgba(53, 181, 180, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-results-icon i {
    font-size: 4rem;
    color: var(--primary-color);
    opacity: 0.7;
}

.no-results h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.no-results > p {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 40px;
}

.search-suggestions {
    max-width: 500px;
    margin: 40px auto;
    text-align: left;
    padding: 25px;
    background: var(--bg-light);
    border-radius: 12px;
}

.search-suggestions h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.search-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-suggestions li {
    padding: 8px 0;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-suggestions li i {
    color: var(--primary-color);
}

/* Popular Topics */
.popular-topics {
    margin-top: 40px;
}

.popular-topics h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.topic-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.topic-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--white);
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.topic-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(53, 181, 180, 0.3);
}

.topic-link i {
    font-size: 1.1rem;
}

/* ===========================================
   SIDEBAR
   =========================================== */

.search-sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-widget {
    background: var(--white);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}

.widget-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-title i {
    color: var(--primary-color);
    font-size: 1.3rem;
}

/* Categories Widget */
.category-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background: var(--bg-light);
    border-radius: 8px;
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    transition: all 0.3s ease;
}

.category-item:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateX(5px);
}

.category-name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.category-name i {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.category-item:hover .category-name i {
    color: var(--white);
}

.category-count {
    background: var(--white);
    color: var(--text-dark);
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Tags Widget */
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-item {
    display: inline-block;
    padding: 8px 15px;
    background: var(--bg-light);
    color: var(--text-dark);
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tag-item:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
}

/* Recent Posts Widget */
.recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.recent-post-item {
    display: flex;
    gap: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.recent-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-post-thumb {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-post-item:hover .recent-post-thumb img {
    transform: scale(1.1);
}

.recent-post-content {
    flex: 1;
}

.recent-post-content h4 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.recent-post-content h4 a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.recent-post-content h4 a:hover {
    color: var(--primary-color);
}

.recent-post-date {
    font-size: 0.85rem;
    color: var(--text-light);
}

.recent-post-date i {
    color: var(--primary-color);
    margin-right: 5px;
}

/* Help Widget */
.widget-help p {
    color: var(--text-light);
    margin-bottom: 20px;
}
/* Alafiya Meditour - Category Page Styles */
/* Main Section */
.amt-category-page {
    padding: 60px 0;
    min-height: 70vh;
}

/* ===========================================
   CATEGORY HEADER
   =========================================== */

.category-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    padding: 60px 50px;
    border-radius: 20px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(53, 181, 180, 0.25);
}

.category-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.category-header::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.category-header-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

/* Breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: var(--white);
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumb a:hover {
    opacity: 1;
    text-decoration: underline;
}

.breadcrumb .separator {
    color: var(--white);
    opacity: 0.6;
}

.breadcrumb .current {
    color: var(--white);
    font-weight: 600;
}

/* Category Icon */
.category-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.category-icon i {
    font-size: 3rem;
    color: var(--white);
}

/* Category Title */
.category-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Category Description */
.category-description {
    font-size: 1.15rem;
    color: var(--white);
    opacity: 0.95;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.category-description p {
    margin: 0;
}

/* Category Meta */
.category-meta {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.post-count {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-count i {
    font-size: 1.1rem;
}

/* ===========================================
   FILTER BAR
   =========================================== */

.category-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white);
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.filter-label {
    font-size: 1.05rem;
    color: var(--text-dark);
}

.filter-label i {
    color: var(--primary-color);
    margin-right: 8px;
}

.filter-label strong {
    color: var(--primary-color);
    font-weight: 600;
}

.filter-options {
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter-options label {
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.filter-options label i {
    color: var(--primary-color);
}

.filter-options select {
    padding: 10px 40px 10px 15px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.filter-options select:focus {
    outline: none;
    border-color: var(--primary-color);
}

/* ===========================================
   POST CARDS
   =========================================== */

.posts-grid {
    margin-bottom: 40px;
}

.category-post-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.category-post-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(53, 181, 180, 0.2);
}

/* Post Image */
.post-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-post-card:hover .post-image img {
    transform: scale(1.15);
}

/* Date Badge */
.post-date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(53, 181, 180, 0.4);
}

.date-day {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.date-month {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 2px;
}

/* Post Content */
.post-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: var(--text-light);
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.meta-item i {
    color: var(--primary-color);
}

.post-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.post-title a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: var(--primary-color);
}

.post-excerpt {
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 15px;
    flex-grow: 1;
}

.read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    gap: 12px;
    color: var(--primary-dark);
}

.read-more-link i {
    transition: transform 0.3s ease;
}

.read-more-link:hover i {
    transform: translateX(3px);
}

/* ===========================================
   PAGINATION
   =========================================== */

.category-pagination {
    margin-top: 50px;
    text-align: center;
}

.category-pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.category-pagination li {
    display: inline-block;
}

.category-pagination a,
.category-pagination span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: var(--white);
    color: var(--text-dark);
    border: 2px solid var(--border-color);
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.category-pagination a:hover {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(53, 181, 180, 0.3);
}

.category-pagination .current {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

/* ===========================================
   SIDEBAR
   =========================================== */

.category-sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-widget {
    background: var(--white);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.sidebar-widget:hover {
    box-shadow: 0 8px 30px rgba(53, 181, 180, 0.15);
}

.widget-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-title i {
    color: var(--primary-color);
    font-size: 1.3rem;
}

/* Search Widget */
.search-input-group {
    display: flex;
    gap: 10px;
}

.search-input-group input {
    flex: 1;
    padding: 12px 18px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.search-input-group input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(53, 181, 180, 0.1);
}

.search-input-group button {
    padding: 12px 20px;
}

/* Related Categories */
.related-categories-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-item {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background: var(--bg-light);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.category-item:hover .category-item-content {
    background: var(--primary-color);
    transform: translateX(5px);
}

.category-name {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-dark);
    font-weight: 500;
    transition: color 0.3s ease;
}

.category-item:hover .category-name {
    color: var(--white);
}

.category-name i {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.category-item:hover .category-name i {
    color: var(--white);
}

.category-count {
    background: var(--white);
    color: var(--text-dark);
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Popular Posts */
.popular-posts-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popular-post-item {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.popular-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.popular-post-item:hover {
    transform: translateX(5px);
}

.popular-post-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
}

.popular-post-content {
    flex: 1;
}

.popular-post-content h4 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.popular-post-content h4 a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.popular-post-content h4 a:hover {
    color: var(--primary-color);
}

.popular-post-meta {
    font-size: 0.85rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 5px;
}

.popular-post-meta i {
    color: var(--primary-color);
}

/* Tags Cloud */
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-item {
    display: inline-block;
    padding: 8px 15px;
    background: var(--bg-light);
    color: var(--text-dark);
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tag-item:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
}

/* Newsletter Widget */
.widget-newsletter p {
    color: var(--text-light);
    margin-bottom: 20px;
}

.newsletter-form .form-group {
    margin-bottom: 15px;
}

.newsletter-form input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.newsletter-form input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(53, 181, 180, 0.1);
}

/* ===========================================
   NO POSTS FOUND
   =========================================== */

.no-posts-found {
    background: var(--white);
    padding: 80px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.no-posts-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, rgba(53, 181, 180, 0.1) 0%, rgba(53, 181, 180, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-posts-icon i {
    font-size: 4rem;
    color: var(--primary-color);
    opacity: 0.7;
}

.no-posts-found h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.no-posts-found p {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 30px;
}

/* Alafiya Meditour - Video Testimonials Page Styles */
/* Main Section */
.amt-video-testimonials {
    padding: 60px 0;
    min-height: 70vh;
}

/* ===========================================
   PAGE HEADER
   =========================================== */

.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.testimonials-header::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark));
    border-radius: 10px;
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.page-title i {
    color: var(--primary-color);
    font-size: 3.5rem;
}

.page-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ===========================================
   VIDEO GRID
   =========================================== */

.video-grid {
    margin-bottom: 60px;
}

/* Video Card */
.video-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.video-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(53, 181, 180, 0.25);
}

/* Video Thumbnail */
.video-thumbnail {
    position: relative;
    overflow: hidden;
    height: 230px !important;
    background: #000;
}

.video-thumbnail img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: all 0.4s ease;
    opacity: 0.85;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.1);
    opacity: 1;
}

/* Play Button */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 8px 30px rgba(53, 181, 180, 0.5);
}

.play-button i {
    font-size: 1rem;
    color: var(--white);
    margin-left: 5px;
}

.video-card:hover .play-button {
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 12px 40px rgba(53, 181, 180, 0.7);
}

.play-button::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid var(--white);
    border-radius: 50%;
    opacity: 0.5;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

/* Video Duration */
.video-duration {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    backdrop-filter: blur(5px);
}

/* Video Info */
.video-info {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.video-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 12px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.video-card:hover .video-title {
    color: var(--primary-color);
}

.patient-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.patient-info i {
    color: var(--primary-color);
}

.separator {
    color: var(--border-color);
}

.video-description {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 15px;
    flex-grow: 1;
}

.video-meta {
    margin-top: auto;
}

.treatment-type {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(53, 181, 180, 0.1) 0%, rgba(53, 181, 180, 0.05) 100%);
    color: var(--primary-color);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.treatment-type i {
    font-size: 1rem;
}

/* ===========================================
   VIDEO MODAL
   =========================================== */
#videoModal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999 !important; /* ✅ Increased to beat any slider z-index */
}
.video-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.video-modal.active {
    opacity: 1;
    visibility: visible;
}

/* Modal Overlay */
.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

/* Modal Content */
.modal-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    z-index: 10000;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.video-modal.active .modal-content {
    transform: scale(1);
}

/* Close Button */
.modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 45px;
    height: 45px;
    background: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
}

.modal-close:hover {
    background: var(--primary-color);
    transform: rotate(90deg);
}

.modal-close i {
    font-size: 1.3rem;
    color: var(--text-dark);
    transition: color 0.3s ease;
}

.modal-close:hover i {
    color: var(--white);
}

/* Video Wrapper */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.5);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

/* ===========================================
   CTA SECTION
   =========================================== */

.testimonials-cta {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 50px rgba(53, 181, 180, 0.25);
    position: relative;
    overflow: hidden;
}

.testimonials-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.testimonials-cta::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.testimonials-cta h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.testimonials-cta p {
    font-size: 1.2rem;
    color: var(--white);
    opacity: 0.95;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.testimonials-cta .amt-btn {
    background: var(--white);
    color: var(--primary-color);
    border: none;
    position: relative;
    z-index: 1;
}

.testimonials-cta .amt-btn:hover {
    background: var(--bg-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
/* Alafiya Meditour - Video Testimonials Responsive Styles */

/* Large Tablet */
@media (max-width: 1199px) {
    .page-title {
        font-size: 2.5rem;
    }
    
    .page-title i {
        font-size: 3rem;
    }
    
    .video-thumbnail {
        height: 220px;
    }
    
    .testimonials-cta h2 {
        font-size: 2.2rem;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .amt-video-testimonials {
        padding: 50px 0;
    }
    
    .testimonials-header {
        margin-bottom: 50px;
    }
    
    .page-title {
        font-size: 2.2rem;
    }
    
    .page-title i {
        font-size: 2.5rem;
    }
    
    .page-subtitle {
        font-size: 1.1rem;
    }
    
    .video-grid {
        margin-bottom: 50px;
    }
    
    .video-thumbnail {
        height: 200px;
    }
    
    .play-button {
        width: 70px;
        height: 70px;
    }
    
    .play-button i {
        font-size: 1.8rem;
    }
    
    .testimonials-cta {
        padding: 50px 35px;
    }
    
    .testimonials-cta h2 {
        font-size: 2rem;
    }
    
    .testimonials-cta p {
        font-size: 1.1rem;
    }
}

/* Mobile Landscape & Tablet Portrait */
@media (max-width: 768px) {
    .amt-video-testimonials {
        padding: 40px 0;
    }
    
    /* Header */
    .testimonials-header {
        margin-bottom: 40px;
    }
    
    .testimonials-header::after {
        bottom: -20px;
        width: 80px;
        height: 3px;
    }
    
    .page-title {
        font-size: 1.9rem;
        gap: 12px;
    }
    
    .page-title i {
        font-size: 2rem;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
    
    /* Video Grid */
    .video-grid {
        margin-bottom: 40px;
    }
    
    .video-card:hover {
        transform: translateY(-5px);
    }
    
    .video-thumbnail {
        height: 200px;
    }
    
    .play-button {
        width: 65px;
        height: 65px;
    }
    
    .play-button i {
        font-size: 1.6rem;
    }
    
    .video-duration {
        bottom: 12px;
        right: 12px;
        padding: 5px 10px;
        font-size: 0.85rem;
    }
    
    .video-info {
        padding: 20px;
    }
    
    .video-title {
        font-size: 1.2rem;
    }
    
    .patient-info {
        font-size: 0.9rem;
    }
    
    .video-description {
        font-size: 0.9rem;
    }
    
    .treatment-type {
        padding: 7px 13px;
        font-size: 0.85rem;
    }
    
    /* Modal */
    .modal-content {
        width: 95%;
    }
    
    .modal-close {
        top: -45px;
        width: 40px;
        height: 40px;
    }
    
    .modal-close i {
        font-size: 1.2rem;
    }
    
    /* CTA */
    .testimonials-cta {
        padding: 45px 30px;
    }
    
    .testimonials-cta h2 {
        font-size: 1.75rem;
    }
    
    .testimonials-cta p {
        font-size: 1rem;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    .amt-video-testimonials {
        padding: 30px 0;
    }
    
    /* Header */
    .testimonials-header {
        margin-bottom: 35px;
    }
    
    .page-title {
        font-size: 1.6rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .page-title i {
        font-size: 2.5rem;
    }
    
    .page-subtitle {
        font-size: 0.95rem;
    }
    
    /* Video Grid */
    .video-grid {
        margin-bottom: 35px;
    }
    
    .video-card {
        margin-bottom: 0;
    }
    
    .video-thumbnail {
        height: 180px;
    }
    
    .play-button {
        width: 60px;
        height: 60px;
    }
    
    .play-button i {
        font-size: 1.5rem;
        margin-left: 4px;
    }
    
    .video-duration {
        bottom: 10px;
        right: 10px;
        padding: 4px 8px;
        font-size: 0.8rem;
    }
    
    .video-info {
        padding: 18px;
    }
    
    .video-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .patient-info {
        font-size: 0.85rem;
        gap: 6px;
        margin-bottom: 12px;
    }
    
    .video-description {
        font-size: 0.85rem;
        margin-bottom: 12px;
    }
    
    .treatment-type {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    
    .treatment-type i {
        font-size: 0.9rem;
    }
    
    /* Modal */
    .modal-content {
        width: 95%;
    }
    
    .modal-close {
        top: -40px;
        width: 38px;
        height: 38px;
    }
    
    .modal-close i {
        font-size: 1.1rem;
    }
    
    .video-wrapper {
        border-radius: 10px;
    }
    
    .video-wrapper iframe {
        border-radius: 10px;
    }
    
    /* CTA */
    .testimonials-cta {
        padding: 40px 25px;
        border-radius: 15px;
    }
    
    .testimonials-cta::before,
    .testimonials-cta::after {
        display: none;
    }
    
    .testimonials-cta h2 {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    
    .testimonials-cta p {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .page-title {
        font-size: 1.4rem;
    }
    
    .page-title i {
        font-size: 2rem;
    }
    
    .page-subtitle {
        font-size: 0.9rem;
    }
    
    .video-thumbnail {
        height: 160px;
    }
    
    .play-button {
        width: 55px;
        height: 55px;
    }
    
    .play-button i {
        font-size: 1.3rem;
    }
    
    .video-info {
        padding: 15px;
    }
    
    .video-title {
        font-size: 1rem;
    }
    
    .patient-info {
        font-size: 0.8rem;
    }
    
    .video-description {
        font-size: 0.8rem;
    }
    
    .treatment-type {
        padding: 5px 10px;
        font-size: 0.75rem;
    }
    
    .testimonials-cta {
        padding: 35px 20px;
    }
    
    .testimonials-cta h2 {
        font-size: 1.3rem;
    }
    
    .testimonials-cta p {
        font-size: 0.9rem;
    }
}

/* Landscape Orientation for Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .video-thumbnail {
        height: 180px;
    }
    
    .play-button {
        width: 60px;
        height: 60px;
    }
    
    .modal-close {
        top: 10px;
        right: 10px;
    }
    
    .video-wrapper {
        padding-bottom: 50%; /* Adjust for landscape */
    }
}

/* iPad Pro Portrait */
@media (min-width: 769px) and (max-width: 1024px) {
    .video-thumbnail {
        height: 240px;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .video-card:hover {
        transform: none;
    }
    
    .video-card:active {
        transform: scale(0.98);
    }
    
    .play-button::before {
        animation: none;
    }
    
    .modal-close:hover {
        background: var(--white);
        transform: none;
    }
    
    .modal-close:active {
        background: var(--primary-color);
    }
    
    .modal-close:active i {
        color: var(--white);
    }
}

/* High Resolution Screens */
@media (min-width: 1400px) {
    .video-thumbnail {
        height: 280px;
    }
    
    .modal-content {
        max-width: 1200px;
    }
}

/* Print Styles */
@media print {
    .video-modal,
    .play-button,
    .testimonials-cta {
        display: none;
    }
    
    .video-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .video-thumbnail img {
        opacity: 1;
    }
}
/* Alafiya Meditour - Contact Page with Brand Colors */

:root {
    --brand-blue: #2c56a2;
    --brand-green: #2aa856;
    --blue-light: #3d6bc6;
    --green-light: #3bc66d;
    --dark: #1a1a1a;
    --gray: #6c757d;
    --light: #f8f9fa;
    --white: #ffffff;
}

.cntpage {
    overflow-x: hidden;
}

/* ===========================================
   HERO SECTION
   =========================================== */

.cnt-hero {
    background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-green) 100%);
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
}

.cnt-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(42, 168, 86, 0.3) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(44, 86, 162, 0.3) 0%, transparent 50%);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="2" fill="white" opacity="0.1"/></svg>');
    animation: moveOverlay 20s linear infinite;
}

@keyframes moveOverlay {
    0% { background-position: 0 0; }
    100% { background-position: 60px 60px; }
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px 25px;
    border-radius: 50px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 25px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-size: 0.95rem;
}

.hero-badge i {
    font-size: 1.2rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero-text {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 500px;
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(10px);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: var(--white);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--brand-blue);
}

.feature-text {
    color: var(--white);
    font-size: 1.05rem;
}

.feature-text strong {
    font-weight: 700;
    font-size: 1.2rem;
}

/* Hero Form Card */
.hero-form-card {
    background: var(--white);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.form-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    color: var(--white);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-form-card h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 30px;
}

.quick-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-input {
    position: relative;
}

.form-input i {
    position: absolute;
    left: 18px;
    top: 18px;
    color: var(--brand-blue);
    font-size: 1.1rem;
    z-index: 1;
}

.form-input input,
.form-input select,
.form-input textarea {
    width: 100%;
    padding: 16px 20px 16px 50px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.form-input input:focus,
.form-input select:focus,
.form-input textarea:focus {
    outline: none;
    border-color: var(--brand-green);
    box-shadow: 0 0 0 4px rgba(42, 168, 86, 0.1);
}

.form-input textarea {
    resize: vertical;
}

.form-input select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232c56a2' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    cursor: pointer;
}

.submit-btn {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    color: var(--white);
    border: none;
    padding: 18px 40px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(42, 168, 86, 0.3);
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(42, 168, 86, 0.4);
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Success Alert */
.success-alert {
    background: linear-gradient(135deg, rgba(42, 168, 86, 0.1), rgba(42, 168, 86, 0.05));
    border: 2px solid var(--brand-green);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 15px;
}

.success-alert i {
    font-size: 2rem;
    color: var(--brand-green);
}

.success-alert strong {
    display: block;
    color: var(--dark);
    margin-bottom: 5px;
    font-size: 1.05rem;
}

.success-alert p {
    color: var(--gray);
    margin: 0;
    font-size: 0.95rem;
}

/* ===========================================
   CONTACT METHODS SECTION
   =========================================== */

.cnt-contact-methods {
    padding: 80px 0;
    background: var(--light);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(44, 86, 162, 0.1), rgba(42, 168, 86, 0.1));
    color: var(--brand-blue);
    padding: 8px 25px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark);
}

.contact-method-card {
    background: var(--white);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    border: 2px solid transparent;
}

.contact-method-card:hover {
    transform: translateY(-10px);
    border-color: var(--brand-green);
    box-shadow: 0 20px 60px rgba(42, 168, 86, 0.15);
}

.method-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--white);
}

.method-icon.blue-gradient {
    background: linear-gradient(135deg, var(--brand-blue), var(--blue-light));
}

.method-icon.green-gradient {
    background: linear-gradient(135deg, var(--brand-green), var(--green-light));
}

.method-icon.dual-gradient {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
}

.contact-method-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 15px;
}

.method-link {
    display: block;
    color: var(--brand-blue);
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.method-link:hover {
    color: var(--brand-green);
}

.method-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(42, 168, 86, 0.1), rgba(42, 168, 86, 0.05));
    color: var(--brand-green);
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-method-card p,
.address-text {
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 0;
}

.address-text {
    margin-bottom: 15px;
}

.address-text strong {
    color: var(--dark);
    display: block;
    margin-bottom: 8px;
}

/* ===========================================
   MAP SECTION
   =========================================== */

.cnt-map-section {
    padding: 80px 0;
    background: var(--white);
}

.map-wrapper {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.map-header {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.map-header h2 {
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.map-header p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.map-directions-btn {
    background: var(--white);
    color: var(--brand-blue);
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-directions-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    color: var(--brand-green);
}

.map-container iframe {
    display: block;
    width: 100%;
}

/* ===========================================
   WHY CHOOSE US SECTION
   =========================================== */

.cnt-why-section {
    padding: 80px 0;
    background: var(--light);
}

.why-card {
    background: var(--white);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-green));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.why-card:hover::before {
    transform: scaleX(1);
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(44, 86, 162, 0.15);
}

.why-number {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 20px;
}

.why-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(44, 86, 162, 0.1), rgba(42, 168, 86, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--brand-blue);
}

.why-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
}

.why-card p {
    color: var(--gray);
    line-height: 1.7;
    margin: 0;
}

/* ===========================================
   FAQ SECTION
   =========================================== */

.cnt-faq-section {
    padding: 80px 0;
    background: var(--white);
}

.faq-intro {
    position: sticky;
    top: 100px;
}

.faq-intro h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 20px;
}

.faq-intro p {
    color: var(--gray);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    color: var(--white);
    padding: 14px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(42, 168, 86, 0.3);
}

.view-all-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(42, 168, 86, 0.4);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: var(--light);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    background: var(--white);
    box-shadow: 0 5px 20px rgba(44, 86, 162, 0.1);
}

.faq-question {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    user-select: none;
}

.faq-question i:first-child {
    font-size: 1.3rem;
    color: var(--brand-blue);
    flex-shrink: 0;
}

.faq-question span {
    flex: 1;
    font-weight: 600;
    color: var(--dark);
    font-size: 1.05rem;
}

.faq-question i:last-child {
    color: var(--brand-green);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i:last-child {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    color: var(--gray);
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    padding: 0 25px 20px 55px;
    max-height: 200px;
}

/* ===========================================
   SOCIAL SECTION
   =========================================== */

.cnt-social-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
}

.social-card {
    text-align: center;
    color: var(--white);
}

.social-card h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.social-card p {
    font-size: 1.2rem;
    opacity: 0.95;
    margin-bottom: 40px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.social-btn {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: var(--white);
    padding: 14px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: var(--white);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.social-btn.facebook:hover { color: #1877f2; }
.social-btn.twitter:hover { color: #1da1f2; }
.social-btn.linkedin:hover { color: #0077b5; }
.social-btn.instagram:hover { color: #e4405f; }
.social-btn.youtube:hover { color: #ff0000; }
/* Alafiya Meditour - Legal Pages CSS */
.legalpage {
    background: var(--white);
}

/* ===========================================
   HERO SECTION
   =========================================== */

.legal-hero {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    padding: 165px 0px 40px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
body:not(.page-id-11052) .legal-hero::after {
    content: '';
    position: absolute;
    bottom: -6%;
    right: -2%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

body:not(.page-id-11052) .legal-hero::before {
    content: '';
    position: absolute;
    top: 15%;
    left: -3%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
/*.legal-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(42, 168, 86, 0.2) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(44, 86, 162, 0.2) 0%, transparent 50%);
}*/

.hero-content {
    position: relative;
    z-index: 1;
}

.legal-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px 25px;
    border-radius: 50px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.legal-title {
    font-size: 3rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 10px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.legal-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* ===========================================
   MAIN CONTENT
   =========================================== */

.legal-main {
    padding: 80px 0;
    background: var(--light-gray);
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-lg-3,
.col-lg-9 {
    padding: 0 15px;
}

.col-lg-3 { width: 25%; }
.col-lg-9 { width: 75%; }

/* ===========================================
   SIDEBAR
   =========================================== */

.legal-sidebar {
    position: sticky;
    top: 100px;
}

.legal-sidebar h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.legal-sidebar h3 i {
    color: var(--brand-blue);
}

.toc-nav {
    background: var(--white);
    border-radius: 15px;
    padding: 20px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.toc-link {
    display: block;
    padding: 12px 25px;
    color: var(--gray);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.toc-link:hover {
    background: rgba(44, 86, 162, 0.05);
    color: var(--brand-blue);
    border-left-color: var(--brand-blue);
}

.toc-link.active {
    background: linear-gradient(90deg, rgba(44, 86, 162, 0.1), transparent);
    color: var(--brand-blue);
    border-left-color: var(--brand-blue);
    font-weight: 600;
}

/* Sidebar CTA */
.legal-cta {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    color: var(--white);
}

.legal-cta i {
    font-size: 3rem;
    margin-bottom: 15px;
    opacity: 0.9;
}

.legal-cta h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.legal-cta p {
    font-size: 0.95rem;
    opacity: 0.9;
    margin-bottom: 20px;
}

.cta-btn {
    display: inline-block;
    background: var(--white);
    color: var(--brand-blue);
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ===========================================
   CONTENT AREA
   =========================================== */

.legal-content {
    background: var(--white);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.legal-section {
    margin-bottom: 60px;
    scroll-margin-top: 80px;
}

.legal-section:last-child {
    margin-bottom: 0;
}

.legal-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--light-gray);
}

.section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    color: var(--white);
    border-radius: 12px;
    font-size: 1.3rem;
    font-weight: 700;
    flex-shrink: 0;
}

.legal-section h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--dark);
    margin: 30px 0 15px;
}

.legal-section p {
    color: var(--gray);
    line-height: 1.9;
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.legal-section a {
    color: var(--brand-blue);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.legal-section a:hover {
    color: var(--brand-green);
    text-decoration: underline;
}

/* Lists */
.legal-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.legal-list li {
    padding: 12px 0 12px 40px;
    position: relative;
    color: var(--gray);
    line-height: 1.8;
}

.legal-list li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: var(--brand-green);
    font-size: 1.1rem;
}

.legal-list li strong {
    color: var(--dark);
    font-weight: 600;
}

/* Info Boxes */
.info-box,
.highlight-box {
    display: flex;
    gap: 20px;
    background: linear-gradient(135deg, rgba(44, 86, 162, 0.05), rgba(42, 168, 86, 0.05));
    border-left: 4px solid var(--brand-blue);
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
}

.info-box i,
.highlight-box i {
    font-size: 2rem;
    color: var(--brand-blue);
    flex-shrink: 0;
    margin-top: 3px;
}

.info-box strong,
.highlight-box h4 {
    color: var(--dark);
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.info-box p,
.highlight-box p {
    margin: 0;
    color: var(--gray);
}

.highlight-box {
    border-left-color: var(--brand-green);
}

.highlight-box i {
    color: var(--brand-green);
}

/* Note Text */
.note-text {
    background: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 25px 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.note-text i {
    color: #ffc107;
    font-size: 1.3rem;
    margin-top: 2px;
}

.note-text strong {
    color: var(--dark);
}

/* Usage Grid */
.usage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.usage-item {
    background: var(--light-gray);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.usage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(44, 86, 162, 0.1);
}

.usage-item i {
    font-size: 2.5rem;
    color: var(--brand-green);
    margin-bottom: 15px;
}

.usage-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
}

.usage-item p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--gray);
}

/* Security Features */
.security-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 30px 0;
}

.security-item {
    text-align: center;
}

.security-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(44, 86, 162, 0.1), rgba(42, 168, 86, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--brand-blue);
}

.security-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
}

.security-item p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--gray);
}

/* Rights List */
.rights-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}

.right-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: var(--light-gray);
    padding: 25px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.right-item:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(44, 86, 162, 0.1);
}

.right-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    color: var(--white);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    flex-shrink: 0;
}

.right-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
}

.right-content p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--gray);
}

/* Table */
.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.legal-table thead {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    color: var(--white);
}

.legal-table th {
    padding: 18px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
}

.legal-table tbody tr {
    border-bottom: 1px solid var(--border);
}

.legal-table tbody tr:last-child {
    border-bottom: none;
}

.legal-table tbody tr:hover {
    background: rgba(44, 86, 162, 0.05);
}

.legal-table td {
    padding: 18px 20px;
    color: var(--gray);
}

.legal-table td strong {
    color: var(--dark);
}

/* Contact Info Box */
.contact-info-box {
    background: var(--light-gray);
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
}

.contact-row {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
}

.contact-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-row i {
    font-size: 1.5rem;
    color: var(--brand-blue);
    flex-shrink: 0;
    width: 30px;
}

.contact-row strong {
    color: var(--dark);
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-row a {
    color: var(--brand-blue);
    text-decoration: none;
    font-weight: 600;
}

.contact-row a:hover {
    color: var(--brand-green);
}

/* Acceptance Box */
.acceptance-box {
    display: flex;
    gap: 20px;
    background: linear-gradient(135deg, rgba(42, 168, 86, 0.1), rgba(42, 168, 86, 0.05));
    border: 2px solid var(--brand-green);
    border-radius: 15px;
    padding: 30px;
    margin-top: 50px;
}

.acceptance-box i {
    font-size: 3rem;
    color: var(--brand-green);
    flex-shrink: 0;
}

.acceptance-box h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
}

.acceptance-box p {
    margin: 0;
    color: var(--gray);
    line-height: 1.8;
}

/* ===========================================
   BOTTOM CTA
   =========================================== */

.legal-bottom-cta {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    padding: 60px 0;
}

.bottom-cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.cta-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
}

.cta-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin: 0;
}

.cta-buttons {
    display: flex;
    gap: 15px;
}

.btn-primary,
.btn-secondary {
    padding: 15px 35px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-primary {
    background: var(--white);
    color: var(--brand-blue);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.btn-secondary:hover {
    background: var(--white);
    color: var(--brand-blue);
}
/* Alafiya Meditour - Visa Information Page CSS */

:root {
    --brand-blue: #2c56a2;
    --brand-green: #2aa856;
    --dark: #1a1a1a;
    --gray: #6c757d;
    --light-gray: #f8f9fa;
    --white: #ffffff;
    --border: #e0e0e0;
}

.visapage {
    background: var(--light-gray);
}

/* ===========================================
   HERO SECTION
   =========================================== */

.visa-hero {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.visa-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(42, 168, 86, 0.2) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(44, 86, 162, 0.2) 0%, transparent 50%);
}

.hero-content {
    position: relative;
    z-index: 1;
}

.visa-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px 25px;
    border-radius: 50px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.visa-title {
    font-size: 3rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 15px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.visa-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
}

/* ===========================================
   SEARCH SECTION
   =========================================== */

.visa-search-section {
    padding: 0;
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

.search-card {
    background: var(--white);
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

.search-card h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.search-card h2 i {
    color: var(--brand-blue);
}

.search-card > p {
    text-align: center;
    color: var(--gray);
    margin-bottom: 40px;
    font-size: 1.05rem;
}

.visa-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-row {
    display: flex;
    align-items: center;
    gap: 30px;
}

.form-group {
    flex: 1;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 12px;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-group label i {
    color: var(--brand-blue);
}

.form-group select {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid var(--border);
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    color: var(--dark);
    background: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232c56a2' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.form-group select:focus {
    outline: none;
    border-color: var(--brand-green);
    box-shadow: 0 0 0 4px rgba(42, 168, 86, 0.1);
}

.arrow-icon {
    font-size: 2rem;
    color: var(--brand-green);
    flex-shrink: 0;
    margin-top: 30px;
}

.search-btn {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    color: var(--white);
    border: none;
    padding: 18px 50px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(42, 168, 86, 0.3);
}

.search-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(42, 168, 86, 0.4);
}

/* ===========================================
   RESULTS SECTION
   =========================================== */

.visa-results-section {
    padding: 80px 0;
}

.results-header {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    padding: 30px 40px;
    border-radius: 20px 20px 0 0;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.results-header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.results-header p {
    margin: 5px 0 0 0;
    opacity: 0.95;
}

.new-search-btn {
    background: var(--white);
    color: var(--brand-blue);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.new-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.results-card {
    background: var(--white);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* ===========================================
   VISA TABLE
   =========================================== */

.visa-table {
    width: 100%;
    border-collapse: collapse;
}

.visa-table tr {
    border-bottom: 1px solid var(--border);
}

.visa-table tr:last-child {
    border-bottom: none;
}

.visa-table tr:hover {
    background: rgba(44, 86, 162, 0.03);
}

.label-cell {
    width: 30%;
    padding: 25px 30px;
    font-weight: 700;
    color: var(--dark);
    background: var(--light-gray);
    vertical-align: top;
    font-size: 1rem;
}

.value-cell {
    padding: 25px 30px;
    color: var(--gray);
    line-height: 1.8;
    font-size: 1rem;
}

.value-cell a {
    color: var(--brand-blue);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.value-cell a:hover {
    color: var(--brand-green);
    text-decoration: underline;
}

.value-cell strong {
    color: var(--dark);
}

/* Resources List */
.resources-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.resource-item {
    padding: 15px;
    background: rgba(44, 86, 162, 0.05);
    border-left: 4px solid var(--brand-blue);
    border-radius: 8px;
}

.resource-item strong {
    color: var(--dark);
    display: block;
    margin-bottom: 5px;
}

.resource-item a {
    color: var(--brand-blue);
    word-break: break-all;
}

/* ===========================================
   ACTION BUTTONS
   =========================================== */

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.action-btn {
    padding: 15px 35px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.action-btn.primary {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    color: var(--white);
    box-shadow: 0 5px 20px rgba(42, 168, 86, 0.3);
}

.action-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(42, 168, 86, 0.4);
}

.action-btn.secondary {
    background: var(--white);
    color: var(--brand-blue);
    border-color: var(--brand-blue);
}

.action-btn.secondary:hover {
    background: var(--brand-blue);
    color: var(--white);
    transform: translateY(-2px);
}

/* ===========================================
   WHY CHOOSE US SECTION
   =========================================== */

.visa-why-section {
    padding: 80px 0;
    background: var(--white);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(44, 86, 162, 0.1), rgba(42, 168, 86, 0.1));
    color: var(--brand-blue);
    padding: 8px 25px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark);
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-3 {
    width: 25%;
    padding: 0 15px;
}

.why-card {
    background: var(--light-gray);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-green));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.why-card:hover::before {
    transform: scaleX(1);
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(44, 86, 162, 0.15);
    background: var(--white);
}

.why-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(44, 86, 162, 0.1), rgba(42, 168, 86, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--brand-blue);
}

.why-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
}

.why-card p {
    color: var(--gray);
    line-height: 1.7;
    margin: 0;
}

/* ===========================================
   BOTTOM CTA
   =========================================== */

.visa-cta-section {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
    padding: 60px 0;
}

.cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.cta-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
}

.cta-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin: 0;
}

.cta-buttons {
    display: flex;
    gap: 15px;
}

.btn-primary {
    background: var(--white);
    color: var(--brand-blue);
    padding: 15px 35px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
 /* Main Features Section Styles */
/* Main Features Section Styles */
        .amt-mnfeature {
            padding: 0px 0;
            background: #eef5f9;
        }

        .amt-feature-box {
            text-align: center;
            padding: 20px 10px;
            transition: all 0.3s ease;
        }

        .amt-feature-icon {
            width: 60px;
            height: 60px;
            background: #2aa855; /*linear-gradient(135deg, #2c56a1 0%, #2aa856 100%);*/
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            color: #fff;
            transition: all 0.3s ease;
        }

        .amt-feature-icon svg {
            width: 35px;
            height: 35px;
        }

        .amt-feature-title {
            font-size: 16px;
            font-weight: 600;
            color: #2b2a29;
            margin: 0;
            line-height: 1.4;
        }

        .amt-feature-box:hover .amt-feature-icon {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(44, 86, 161, 0.3);
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .amt-mnfeature {
                padding: 30px 0;
            }
            
            .amt-feature-box {
                padding: 15px 5px;
            }
            
            .amt-feature-icon {
                width: 50px;
                height: 50px;
                margin-bottom: 10px;
            }
            
            .amt-feature-icon svg {
                width: 28px;
                height: 28px;
            }
            
            .amt-feature-title {
                font-size: 13px;
                line-height: 1.3;
            }
        }

        @media (max-width: 480px) {
            .amt-feature-icon {
                width: 45px;
                height: 45px;
            }
            
            .amt-feature-icon svg {
                width: 24px;
                height: 24px;
            }
            
            .amt-feature-title {
                font-size: 11px;
            }
        }
/* ===========================================
   UTILITIES
   =========================================== */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.dtr-more{
    float: right;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    background: #2aa856;
    border-radius: 5px;
    padding: 0px 7px;
}