/* ============================================
   PET-CT Campaign Page Styles
   Color Theme: #19838a
   ============================================ */

/* ---- Campaign Header ---- */
.campaign-header {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

.campaign-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.campaign-logo img {
    max-height: 50px;
}

.campaign-contact {
    text-align: right;
}

.campaign-contact-label {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.3;
}

.campaign-contact-number {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.campaign-contact-number a {
    color: #19838a;
    text-decoration: none;
}

.campaign-contact-number a:hover {
    color: #136a70;
}

.campaign-contact-number i {
    font-size: 16px;
    margin-right: 4px;
}

/* ---- Campaign Footer ---- */
.campaign-footer {
    background: #1a1a2e;
    padding: 20px 0;
    text-align: center;
}

.campaign-footer p {
    margin: 0;
    color: #aaa;
    font-size: 14px;
}

/* ---- Hero Banner ---- */
.pet-ct-banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
    color: #fff;
}

.pet-ct-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.61);
    z-index: 0;
}

.pet-ct-banner > .container {
    position: relative;
    z-index: 1;
}

.pet-ct-banner h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.pet-ct-banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pet-ct-banner ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
}

.pet-ct-banner ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #7ddfb5;
    font-size: 16px;
}

/* ---- Banner Form ---- */
.pet-ct-banner form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.pet-ct-banner form .form-group {
    margin-bottom: 15px;
}

.pet-ct-banner form .form-control {
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    padding: 8px 15px;
}

.pet-ct-banner form .form-control:focus {
    border-color: #19838a;
    box-shadow: 0 0 0 0.2rem rgba(25, 131, 138, 0.15);
}

.pet-ct-banner form select.form-control {
    appearance: auto;
}

.pet-ct-terms {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

.pet-ct-terms a {
    color: #19838a;
    text-decoration: underline;
}

.pet-ct-banner form .web-btn {
    background: #19838a;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: background 0.3s;
}

.pet-ct-banner form .web-btn:hover {
    background: #136a70;
}

/* ---- PET Scan Info Section ---- */
.pet-scan {
    padding: 60px 0;
    background: #fff;
}

.pet-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pet-scan p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.pet-scan-img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
}

/* ---- Cost Table Section ---- */
.cost-of-pet-scan {
    padding: 60px 0;
    background: #f4fafa;
}

.pet-sub-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}

.cost-of-pet-scan p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.pet-ct-table thead {
    background: #19838a;
    color: #fff;
}

.pet-ct-table thead th {
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    border: none;
}

.pet-ct-table tbody td {
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.pet-ct-table tbody td b {
    color: #19838a;
}

.pet-ct-procedure-list {
    padding-left: 20px;
    margin-bottom: 30px;
}

.pet-ct-procedure-list li {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 12px;
}

/* ---- CTA Section ---- */
.looking-for-ct-scan {
    padding: 50px 0;
    background: linear-gradient(135deg, #115e63 0%, #19838a 100%);
    text-align: center;
}

.looking-for-ct-scan .pet-heading {
    color: #fff;
    margin-bottom: 25px;
}

.pet-ct-cta-btn {
    background: #fff;
    color: #19838a;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    transition: all 0.3s;
    text-decoration: none;
}

.pet-ct-cta-btn:hover {
    background: #f0f0f0;
    color: #19838a;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

/* ---- Blog Cards Section ---- */
.about-pet-scan {
    padding: 60px 0;
    background: #fff;
}

.pet-ct-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    margin-bottom: 30px;
    background: #fff;
}

.pet-ct-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(25, 131, 138, 0.15);
}

.pet-ct-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.pet-ct-card-body {
    padding: 20px;
}

.pet-ct-card-body h4 {
    font-size: 17px;
    font-weight: 600;
    color: #19838a;
    margin-bottom: 12px;
    line-height: 1.4;
}

.pet-ct-card-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.pet-ct-card-footer {
    padding: 12px 20px;
    border-top: 1px solid #eee;
    background: #f9f9f9;
}

.pet-ct-card-footer p {
    margin: 0;
    font-size: 13px;
    color: #999;
}

/* ---- Important Note Section ---- */
.pet-important-note {
    padding: 60px 0;
    background: #fff5f5;
}

.pet-important-note .pet-sub-heading {
    color: #dc3545;
    border-bottom-color: #dc3545;
}

.pet-ct-note-list {
    padding-left: 20px;
    margin: 0;
}

.pet-ct-note-list li {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 10px;
}

/* ---- Responsive Styles ---- */
@media (max-width: 991.98px) {
    .pet-ct-banner h1 {
        font-size: 28px;
    }

    .pet-heading {
        font-size: 26px;
    }

    .pet-sub-heading {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .campaign-logo img {
        max-height: 35px;
    }

    .campaign-contact-label {
        font-size: 11px;
    }

    .campaign-contact-number {
        font-size: 16px;
    }

    .pet-ct-banner {
        padding: 40px 0;
    }

    .pet-ct-banner h1 {
        font-size: 24px;
        text-align: center;
    }

    .pet-ct-banner ul {
        margin-bottom: 30px;
    }

    .pet-ct-banner .col-md-5 {
        margin-top: 20px;
    }

    .pet-scan,
    .cost-of-pet-scan,
    .about-pet-scan,
    .pet-important-note {
        padding: 40px 0;
    }

    .pet-heading {
        font-size: 22px;
    }

    .pet-sub-heading {
        font-size: 20px;
    }

    .pet-scan-img {
        margin-top: 25px;
    }

    .looking-for-ct-scan {
        padding: 35px 0;
    }

    .pet-ct-cta-btn {
        padding: 12px 30px;
        font-size: 16px;
    }

    .pet-ct-table thead th,
    .pet-ct-table tbody td {
        padding: 10px 12px;
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .campaign-header {
        padding: 10px 0;
    }

    .campaign-logo img {
        max-height: 28px;
    }

    .campaign-contact-label {
        display: none;
    }

    .campaign-contact-number {
        font-size: 14px;
    }

    .pet-ct-banner h1 {
        font-size: 22px;
    }

    .pet-ct-banner form {
        padding: 20px;
    }

    .pet-ct-card img {
        height: 160px;
    }
}

/* ============================================
   HOME CARE Campaign Page Styles
   Matches reference: secondmedic.com/app/secondmedic-home-care
   ============================================ */

/* ---- Homecare Header ---- */
.hc-campaign-header {
    padding: 10px 0;
    background: #fff;
}

.hc-campaign-header img {
    height: 60px;
}

.hc-number {
    font-size: 18px;
    color: #19838a;
    font-weight: bold;
    text-decoration: none;
}

.hc-number:hover {
    color: #136a70;
    text-decoration: none;
}

/* ---- Hero Banner ---- */
.hc-banner {
    padding: 30px 0;
}

.hc-banner h2 {
    font-size: 36px;
    font-weight: bold;
}

.hc-tnc {
    font-size: 12px;
    color: #666;
}

.hc-tnc label {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.4;
}

/* ---- Banner Form ---- */
.hc-form {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

.hc-form .form-control:focus {
    border-color: #19838a;
    box-shadow: 0 0 0 0.2rem rgba(25, 131, 138, 0.15);
}

.hc-form select.form-control {
    appearance: auto;
}

/* ---- Welcome Section ---- */
.second-medic-home-care h2 {
    line-height: 40px;
    margin-bottom: 15px;
}

.second-medic-home-care h3 {
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 30px;
}

/* ---- Section Specialities (spacing for Solutions, Other Solutions, Why Choose) ---- */
.section-specialities {
    background-color: #fff;
    padding: 50px 0;
}

/* ---- Solutions Cards ---- */
.hc-portea-solutions .blog.grid-blog {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    background: #fff;
}

.hc-portea-solutions .blog.grid-blog:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(25, 131, 138, 0.2);
}

.hc-portea-solutions .grid-blog .title {
    text-align: center;
    padding: 12px 10px;
    background: #19838a;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
}

.hc-portea-solutions .grid-blog .blog-image {
    margin-bottom: 0;
}

.hc-portea-solutions .grid-blog .blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.hc-portea-solutions .grid-blog .blog-content {
    padding: 15px 20px 20px;
}

.hc-portea-solutions .grid-blog .blog-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.hc-portea-solutions .grid-blog .blog-content p a {
    color: #555;
    text-decoration: none;
}

.section-specialities .section-header h1 {
    font-size: 28px;
    font-weight: 700;
}

.hc-portea-solutions .btn.web-btn {
    margin-top: 10px;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}

/* ---- Other Solutions Overlay ---- */
.hc-portea-other-solutions {
    position: relative;
}

.hc-portea-other-solutions,
.hc-portea-other-solutions * {
    color: #fff;
    position: relative;
}

.hc-portea-other-solutions:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(1 138 149 / 90%);
    left: 0;
    top: 0;
}

/* ---- WHY CHOOSE / Appointments Cards ---- */
.bg-grey {
    background-color: #f8f9fa !important;
}

.section-specialities.bg-grey .section-header h2 {
    font-size: 28px;
    font-weight: 700;
}

.appointments .card {
    margin-bottom: 20px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    padding: 20px !important;
    height: auto;
}

.appointments .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(25, 131, 138, 0.15);
}

.appointments .card .row {
    align-items: center;
}

.appointments .card img {
    max-width: 100%;
    height: auto;
}

.appointments h2 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 22px;
    font-weight: 700;
}

.appointments p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #666;
}

/* ---- Convenience Boxes ---- */
.second-medic-home-care-box .hc-conv-box {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    padding: 30px;
    text-align: center;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    border-radius: 20px;
    background-color: white;
    border-left: none;
}

.second-medic-home-care-box .hc-conv-box h4 {
    color: #272b41;
    font-weight: 500;
}

.second-medic-home-care-box .hc-conv-box p {
    color: #666;
    margin: 0;
}

/* ---- Content Sections ---- */
.second-medic-home-care-content h2 {
    line-height: 40px;
    margin-bottom: 15px;
}

.hc-my-padding {
    padding: 60px 0;
}

/* ---- Testimonials (gtco style) ---- */
.camp-testimonial .new-page-heading {
    margin-bottom: 20px;
}

.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333;
}

.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #19838a;
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #19838a;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}

.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.gtco-testimonials .card h5 {
    color: #19838a;
    font-size: 21px;
    line-height: 1.3;
}

.gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}

.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

/* ---- CTA Fixed Footer Bar ---- */
.hc-get-appointment-footer {
    background-color: #19838a;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    color: white;
    z-index: 10;
}

/* ---- Home Care Responsive ---- */
@media (max-width: 767.98px) {
    .hc-campaign-header img {
        height: 40px;
    }

    .hc-number {
        font-size: 14px;
    }

    .hc-banner h2 {
        font-size: 24px;
    }

    .hc-my-padding {
        padding: 30px 0 !important;
    }

    .section-specialities {
        padding: 30px 0;
    }

    .second-medic-home-care h2 {
        line-height: 25px;
        font-size: 18px;
    }

    .second-medic-home-care .hc-campaign-heading br {
        display: none;
    }

    .second-medic-home-care h3 {
        line-height: 25px;
        font-size: 16px;
    }

    .gtco-testimonials .card {
        margin: 0;
    }

    .section-specialities .section-header h1,
    .section-specialities.bg-grey .section-header h2 {
        font-size: 22px;
    }

    .hc-portea-solutions .grid-blog .blog-image img {
        height: 160px;
    }

    .appointments h2 {
        font-size: 18px;
    }

    .appointments p {
        font-size: 14px;
    }

    .appointments .card {
        padding: 15px !important;
    }
}

@media (max-width: 575.98px) {
    .hc-campaign-header img {
        height: 30px;
    }

    .hc-form {
        padding: 20px;
    }
}
