/* Hero Section */
.hero-section {
    min-height: 600px;
    position: relative;
    padding: 20px 0 0;
    border-top: 12px solid #1d5cff;
    background-image: url('https://www.simpleonlinepharmacy.co.uk/health-advice/wp-content/uploads/2025/11/simple-online-pharmacy-hero-bg.jpg');
    background-size: cover; background-position: center;
    background-repeat: no-repeat;
}

.hero-content {
    display: flex;
    align-items: center;
    min-height: 400px;
}

.hero-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    /* background: rgba(0, 0, 0, 0.2); */
    padding: 10px 20px;
    border-radius: 8px;
    position: relative;
    left: -25px;
}

.hero-subtitle {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
}

.hero-title {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.hero-description {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.6;
}

.hero-text .pill-btn-nh {
    padding: 0.9rem 1.5rem;
}

.cta-button {
    background: #FFD700;
    color: #333;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.2);*/
    text-decoration: none;
}

.cta-button:hover {
    background: #FFC700;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.trustpilot-bar {
    background: #1d5cff;
    padding: 12px 0;
}

.trustpilot-bar.blue {
    background: rgba(0, 51, 160, 0.3);
}

.trustpilot-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #fff;
}

.trustpilot-logo {
    font-weight: 700;
}

.stars {
    color: #FFD700;
    font-size: 18px;
}

.trustpilot-text {
    font-size: 14px;
}


/* Testimonial Section */
.testimonial-section {
    background: #e8effc;
    padding: 90px 0 100px;
}

.section-title {
    color: #1A3D7A;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 1.2;
}

.testimonial-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.round-edges {
    border-radius: 16px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}


/* Journey Section */
.journey-section {
    background: #e8effc;
    padding: 60px 0 100px;
}
.journey-section-inner{
    background: #fff;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 40px;
}
.journey-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    gap: 40px;
}

.journey-header-left {
    flex: 1;
    max-width: 650px;
}

.journey-header-right {
    flex-shrink: 0;
    padding-top: 40px;
}

.journey-label {
    font-size: 1.125rem;
    color: #1A3D7A;
    font-weight: 600;
    margin-bottom: 15px;
}

.journey-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1A3D7A;
    line-height: 1.2;
}

.journey-description {
    font-size: 16px;
    color: #4A5568;
    line-height: 1.6;
}

.journey-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.step {
    background: #fff;
    padding: 0;
    border-radius: 16px;
    text-align: center;
    overflow: hidden;
}

.step-image {
    margin-bottom: 0;
    width: 100%;
    background: #F9F4EE;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.step-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.round-edges-nh {
    border-radius: 0;
}

.step-title {
    font-size: 26px;
    font-weight: 600;
    margin: 25px 20px 15px;
    color: #1A3D7A;
}

.step-description {
    font-size: 15px;
    color: #4A5568;
    line-height: 1.5;
    padding: 0 25px 30px;
}

/* Info Section */
.info-section {
    background: #fff;
    padding: 50px 0 60px;
    text-align: center;
}

.info-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1A3D7A;
}

.info-text {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

/* Blue Hero Section */
.blue-hero-section {
    background-color: #0052CC;
    background-size: cover;
    background-position: top center;
    min-height: 880px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blue-hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.blue-hero-content .pill-btn-nh {
    margin-top: 135px;
}


/* News Section */
.news-section {
    background: #1A3D7A;
    padding: 10px 0;
}

.news-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.news-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 110px;
    align-items: center;
}

.news-logo-group {
    text-align: center;
}

.news-logo-group img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* Clinics Section */
.clinics-section {
    background: #f9fafb;
    padding: 50px 0 0;
    text-align: center;
}

.clinics-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1A3D7A;
    line-height: 1.2;
}

.clinics-description {
    font-size: 18px;
    color: #4A5568;
    line-height: 1.6;
}


/* Team Section */
.team-section {
    background: #f9fafb;
    padding: 60px 0 100px;
}

.team-header {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 50px;
    margin-bottom: 40px;
    align-items: center;
}

.team-header-left {
    flex: 1;
}

.team-header-right {
    flex: 1;
}

.team-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    color: #1A3D7A;
}

.team-description {
    font-size: 16px;
    color: #4A5568;
    line-height: 1.7;
}

.team-members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 60px;
}

.member {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* .member:hover {
    transform: translateY(-5px);
} */

.member-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.member-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

/* .member:hover .member-image img {
    transform: scale(1.05);
} */

.member-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.1); */
    padding: 20px 20px 30px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

/* .member:hover .member-overlay {
    transform: translateY(0);
} */

.member-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.member-role {
    font-size: 14px;
    color: #fff;
    opacity: 0.95;
    margin: 0;
}

  .trustpilot-widget {
        text-align: left;
        width: 100%;
        height: auto; /* Adjust height as needed */
        overflow: hidden; /* Hide overflow to remove scrollbar */
    }

    .newAbout h3,h2 {
        color: #1A3D7A;
    }

    .aboutDiscreetNew {
        padding: 70px 0 120px;
    }

    .aboutDiscreetNew .aboutLeft {
        padding-top: 0;
    }

    .pill-btn-nh {
        display: inline-flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.9rem 2.5rem;
        background-color: #ffcc00;
        color: #000;
        border-radius: 999px;
        text-decoration: none;
        font-size: 1.05rem;
        font-weight: 500;
    }

    .pill-btn-nh:hover {
        color: #fff;
        background-color: #f4c200;
    }



    @media (max-width: 1024px) {
    .hero-title {
        font-size: 48px;
    }

    .section-title,
    .journey-title,
    .team-title {
        font-size: 36px;
    }

    .testimonial-content {
        gap: 40px;
    }

    .journey-steps {
        gap: 30px;
    }

    .team-header {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .team-title {
        font-size: 36px;
    }

    .team-members {
        gap: 30px;
    }
}


@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-text {
      left: 0;
    }

    .section-title,
    .journey-title {
        font-size: 36px;
    }

    .testimonial-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .testimonial-text {
        padding: 35px;
    }

    .journey-header {
        flex-direction: column;
        gap: 30px;
    }

    .journey-header-right {
        padding-top: 0;
    }

    .news-section {
        padding: 40px 20px;
    }

    .journey-steps {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .team-header {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .team-members {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .news-logos {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .news-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .team-section {
    padding: 30px 0;
    }

    .aboutDiscreetNew {
    padding: 10px 0 40px;
}


@media (max-width: 480px) {
    .hero-section {
        min-height: 400px;
        padding: 30px 0 0;
        background-image: url('https://www.simpleonlinepharmacy.co.uk/health-advice/wp-content/uploads/2025/11/simple-online-pharmacy-hero-bg-mobile.jpg');
    }

    .hero-content {
        min-height: 300px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .hero-description {
        font-size: 12px;
        margin-bottom: 38px;
    }

    .cta-button,.pill-btn-nh {
        padding: 8px 10px !important;
        font-size: 12px;
    }

    .testimonials {
        padding-bottom: 0;
    }

    .trustpilot-content {
        flex-direction: column;
        gap: 8px;
        font-size: 13px;
    }

    .section-title,
    .journey-title,
    .info-title {
        font-size: 28px;
        text-align: left;
    }
    .info-title {
        text-align: center;
    }

    .clinics-title {
        font-size: 32px;
        text-align: center;
    }

    .clinics-description {
        font-size: 16px;
    }

    .testimonial-section,
    .journey-section {
        padding: 30px 0;
    }

    .blue-hero-content .pill-btn-nh {
            margin-top: 30px;
    }



    .testimonial-content {
        display: flex;
        flex-direction: column-reverse;
        gap: 25px;
    }

    .testimonial-text {
        padding: 0;
    }

    .journey-header {
        margin-bottom: 40px;
    }

    .journey-title {
        font-size: 32px;
    }

    .journey-description,
    .info-text {
        font-size: 15px;
    }

    .step {
        padding: 0;
    }

    .step-title {
        font-size: 20px;
        margin: 20px 15px 12px;
    }

    .step-description {
        font-size: 14px;
        padding: 0 15px 25px;
    }

    .team-title {
        font-size: 28px;
    }

    .team-members {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .member-overlay {
        padding: 25px 15px 15px;
        opacity: 1;
        transform: translateY(0);
    }

    .member-name {
        font-size: 18px;
    }

    .member-role {
        font-size: 13px;
    }



    .news-logos {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .news-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .blue-hero-section {
        min-height: 400px;
        padding: 60px 0 0;
    }

    .blue-hero-content {
        min-height: 300px;
    }
    .blue-hero-content .cta-button{
        width: auto;
    }
}


@media (max-width: 360px) {
    .hero-title {
        font-size: 28px;
    }

    .section-title,
    .journey-title,
    .info-title {
        font-size: 24px;
    }

    .clinics-title {
        font-size: 28px;
        text-align: center;
    }

    .team-title {
        font-size: 24px;
    }

    .cta-button {
        padding: 12px 24px;
        font-size: 14px;
    }
}
