* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

/* Navigation */
.navbar {
    background: #fff;
    padding: 0.5rem ;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;

}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}



.nav-menu {
    display: flex;
    gap: 2rem;
    
}

.nav-menu a {
    font-size: 1.3rem;
    font-weight: 500;
    color: #2d3748;
    transition: color 0.3s;
    white-space: nowrap;
}

.nav-menu a:hover {
    color: #3a65fd;
}

.nav-right {
    display: flex;
    align-items: center;
   
}

.dropdown {
    position: relative;
}

.dropdown-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #2d3748;
    font-weight: 500;
    padding: 0.5rem 0;
    transition: color 0.3s;
    white-space: nowrap;
}

.dropdown-btn:hover {
    color: #3a65fd;
}

.new-badge {
    background: #3a65fd;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.15rem 0.4rem;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

.arrow {
    font-size: 0.7rem;
    color: #718096;
}

.login-btn {
    color: #2d3748;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 0;
    white-space: nowrap;
    transition: color 0.3s;
}

.login-btn:hover {
    color: #3a65fd;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #2d3748;
    transition: all 0.3s;
}


/* Hero Section */
.hero-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-background {
    background: linear-gradient(135deg, #2e3d8f 0%, #1e2870 50%, #2a4080 100%);
    min-height: 500px;
    padding: 60px 20px 100px;
    position: relative;
    overflow: hidden;
     background-image: url(https://www.practostatic.com/web-assets/home/assets/images/homepage.06859593240c3efd483fe48951cfe6ff.svg);
    background-size: cover;
}

/* Decorative Images */
.deco-cloud,
.deco-balloons,
.deco-person-left,
.deco-buildings,
.deco-medical,
.deco-person-right,
.deco-sun {
    position: absolute;
    pointer-events: none;
    opacity: 0.8;
}

.deco-cloud-1 {
    top: 40px;
    left: 100px;
    width: 80px;
}

.deco-cloud-2 {
    top: 50px;
    right: 100px;
    width: 70px;
}

.deco-balloons {
    bottom: 80px;
    left: 150px;
    width: 120px;
}

.deco-person-left {
    bottom: 60px;
    left: 50px;
    width: 150px;
}

.deco-buildings {
    bottom: 60px;
    left: 35%;
    width: 200px;
}

.deco-medical {
    bottom: 80px;
    right: 25%;
    width: 180px;
}

.deco-person-right {
    bottom: 60px;
    right: 80px;
    width: 140px;
}

.deco-sun {
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

/* Hero Content */
.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

.hero-title {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Search Container */
.search-container {
    background: transparent;
}

.search-title {
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.search-box {
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.location-input,
.search-input {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    flex: 1;
}

.location-input {
    max-width: 250px;
}

.location-icon,
.search-icon {
    font-size: 1.2rem;
    margin-right: 10px;
    color: #666;
}

.input-field {
    border: none;
    outline: none;
    font-size: 1rem;
    width: 100%;
    color: #333;
}

.input-field::placeholder {
    color: #666;
}

.search-divider {
    width: 1px;
    height: 40px;
    background: #e0e0e0;
}

/* Popular Searches */
.popular-searches {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px;
}

.popular-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.search-link {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 5px 10px;
    transition: opacity 0.3s;
}

.search-link:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.search-link.dropdown {
    cursor: pointer;
}

/* Services Section */
.services-section {
    background: linear-gradient(180deg, #1a2456 0%, #0d1530 100%);
    padding: 30px 20px;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.service-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.service-icon-wrapper {
    position: relative;
    display: inline-block;
}

.service-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: inline-block;
}

.new-badge {
    position: absolute;
    top: -5px;
    right: -25px;
    background: #00d084;
    color: white;
    font-size: 0.7rem;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 600;
}

.service-title {
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
}

/* Common Section Styles */
.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.section-container.reverse {
    direction: rtl;
}

.section-container.reverse > * {
    direction: ltr;
}

.section-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.section-title {
    font-size: 2.5rem;
    color: #2d3748;
    margin-bottom: 30px;
    line-height: 1.3;
}

.bold-text {
    font-weight: 700;
    color: #1a202c;
}

.feature-list {
    list-style: none;
    margin-bottom: 30px;
}

.feature-list li {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 15px;
    line-height: 1.6;
}

.cta-button {
    background: #14bef0;
    color: white;
    border: none;
    padding: 15px 35px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.cta-button:hover {
    background: #0fa8d6;
}

.cta-button.centered {
    display: block;
    margin: 40px auto 0;
}

/* Consult Section */
.consult-section {
    background: #f8f9fa;
}

.cta-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.online-doctors {
    color: #4a5568;
    font-size: 0.95rem;
}

/* Testimonials */
.testimonial {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    position: relative;
}

.stars {
    color: #00c853;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.testimonial-text {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2d3748;
}

.author-icon {
    width: 35px;
    height: 35px;
    background: #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-name {
    font-weight: 500;
}

.testimonial-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 100px);
    left: -50px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.nav-arrow {
    background: white;
    border: 1px solid #e2e8f0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
}

.nav-arrow:hover {
    background: #f7fafc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Appointment Section */
.appointment-section {
    background: rgb(255, 255, 255);
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    align-items: center;
    opacity: 0.6;
}

.partner-logos img {
    height: 30px;
    width: auto;
    filter: grayscale(100%);
}

/* Medicine Section */
.medicine-section {
    background: #f8f9fa;
}

.order-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.last-order {
    color: #4a5568;
    font-size: 0.9rem;
}

/* Records Section */
.records-section {
    background: white;
}

/* Safety Section */
.safety-section {
    background: #f0f0f5;
}

.security-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.badge {
    text-align: center;
}

.badge-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.badge-text {
    font-size: 0.85rem;
    color: #4a5568;
    line-height: 1.4;
}

/* Articles Section */
.articles-section {
    padding: 80px 20px;
    background: white;
}

.articles-title {
    text-align: center;
    font-size: 2.5rem;
    color: #2d3748;
    margin-bottom: 50px;
}

.articles-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.article-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.article-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.article-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.article-title {
    font-size: 1.1rem;
    color: #2d3748;
    padding: 15px 20px 10px;
}

.article-author {
    color: #4a5568;
    font-size: 0.9rem;
    padding: 0 20px;
}

.article-stats {
    color: #718096;
    font-size: 0.85rem;
    padding: 5px 20px 15px;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 1px solid #e2e8f0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
}

.carousel-arrow:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.carousel-arrow.left {
    left: -25px;
}

.carousel-arrow.right {
    right: -25px;
}

/* Providers Section */
.providers-section {
    background: #f8f9fa;
}

.hospital-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 30px;
    align-items: center;
    opacity: 0.7;
}

.hospital-logos img {
    height: 40px;
    width: auto;
    filter: grayscale(100%);
}

/* App Section */
.app-section {
    background: white;
}

.app-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.app-buttons img {
    height: 50px;
    width: auto;
    cursor: pointer;
}

/* Footer */
.footer {
    background: #2e3d8f;
    color: white;
    padding: 40px 20px 20px;
}

.country-selector {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.country-selector a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.3s;
}

.country-selector a:hover {
    opacity: 0.8;
}

.country-selector img {
    width: 25px;
    height: auto;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: white;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo {
    height: 40px;
    margin-bottom: 15px;
}

.copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

/* Fixed CTA Card */
.fixed-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #2e3d8f 0%, #4a5fd9 100%);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    max-width: 350px;
}

.fixed-cta img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.fixed-cta-content h4 {
    color: white;
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.fixed-cta-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.fixed-cta-button {
    background: #14bef0;
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .section-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 20px;
    }
    
    .section-container.reverse {
        direction: ltr;
    }
    
    .section-image {
        text-align: center;
    }
    
    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-content {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .security-badges {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .search-title {
        font-size: 1.4rem;
    }

    .search-box {
        flex-direction: column;
        padding: 10px;
    }

    .location-input {
        max-width: 100%;
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }

    .search-input {
        width: 100%;
    }

    .search-divider {
        display: none;
    }

    .popular-searches {
        flex-direction: column;
        gap: 10px;
    }

    .services-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .section-title {
        font-size: 1.8rem;
    }
    
    .cta-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .articles-grid {
        grid-template-columns: 1fr;
    }
    
    .carousel-arrow {
        display: none;
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .partner-logos,
    .hospital-logos {
        justify-content: center;
    }
    
    .fixed-cta {
        max-width: calc(100% - 40px);
        bottom: 10px;
        right: 10px;
    }

    /* Hide decorative images on mobile */
    .deco-cloud,
    .deco-balloons,
    .deco-person-left,
    .deco-buildings,
    .deco-medical,
    .deco-person-right {
        display: none;
    }

    .deco-sun {
        width: 60px;
    }
}

@media screen and (max-width: 480px) {
    .hero-background {
        padding: 40px 15px 80px;
        min-height: 450px;
    }

    .hero-title {
        font-size: 1.6rem;
    }

    .search-title {
        font-size: 1.2rem;
    }

    .input-field {
        font-size: 0.9rem;
    }

    .services-container {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 20px 15px;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .feature-list li {
        font-size: 1rem;
    }
    
    .security-badges {
        grid-template-columns: 1fr;
    }
    
    .app-buttons {
        flex-direction: column;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .fixed-cta {
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (min-width: 1200px) {
    .hero-background {
        min-height: 550px;
        padding: 80px 20px 120px;
    }

    .services-container {
        grid-template-columns: repeat(6, 1fr);
    }
}