@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');



/* New Campaign page */
.why-choose-us-section .service-content {
    border-radius: 20px;
    min-height: 258px;
}

.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
}

.why-choose-us-section .service-content h6 {
    font-size: 24px;
    line-height: 100%;
}

.why-choose-us-section .service-content p {
    font-size: 17px;
    line-height: 28px;

}

.campaign-header .custom-container .row {
    justify-content: space-between;
}

.campaign-header .custom-container .row .col-sm-9 {
    text-align: right;
}

.new-campaign-banner {
    position: relative;
    color: #fff;
    background-image:
        linear-gradient(270deg, rgba(255, 255, 255, 0) 30.14%, #FFFFFF 99.61%),
        url('http://firstlantic.com/wp-content/uploads/2025/08/caucasian-female-doctor-offers-encouragement-to-as-2025-02-16-01-45-32-utc-1-1-1-min.png');

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    padding: 0;
    font-family: 'Arial', sans-serif;
    display: flex;
    align-items: center;
    min-height: 400px;
    padding: 0;
}



.new-campaign-container {
    position: relative;
    z-index: 2;
    /* keep text above overlay */
}

/* Text styling remains the same */
.new-campaign-content {
    max-width: 443px;
}

.new-campaign-content h1.new-campaign-title {
    font-family: "Playfair Display", sans-serif !important;
    font-weight: 500;
    font-style: Medium;
    font-size: 52px !important;
    line-height: 122%;
    letter-spacing: 0%;
    color: #121C52;
    margin-bottom: 40px;
}

.new-campaign-subtitle {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #171717;
    margin-bottom: 40px;
}

.new-campaign-btn,
.campaign-header-btn {
    display: inline-block;
    padding: 17px 53px;
    background-color: #25A9CE;
    color: #FFFFFF;
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    /* font-size: 24px; */
    line-height: 30px;
    letter-spacing: 0%;

    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

a.campaign-header-btn:hover {
    background: #0056b3 !important;
    color: #fff !important;
}

.new-campaign-btn:hover {
    color: #ffffff !important;
    background-color: #FCB930;
    border-color: #FCB930;
}



div.home-services h5.why-choose-sub-heading {
    text-align: center !important;
    font-size: 48px !important;
}

.consultation-section {
    background: #fff;
    padding: 116px 0 123px 0;
    /* padding: 60px 20px; */

}

.consultation-section h2 {
    font-family: "Playfair Display", sans-serif !important;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 48px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    padding: 0 0 78px 0;
    color: #121C52;

}

.consultation-container {
    display: flex;
    gap: 69px;
}

/* Left Image */
.photo-frame {
    /* tune these */
    --border: 10px;
    --accent: #25A9CE;
    /* the blue */
    --radius: 260px;
    /* big left roundness */

    /* set your size */
    aspect-ratio: 4 / 5;
    /* keeps proportions; remove if not needed */

    border-radius: var(--radius) var(--radius) 0 var(--radius);
    overflow: hidden;

    /* blue border on right + bottom + curved left (no top) */
    border-left: none;
    border-right: var(--border) solid var(--accent);
    border-bottom: var(--border) solid var(--accent);
    max-width: 554px;
}

.photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}



/* Right Form */

.consultation-form {
    flex: 1;
}

#firstlantic-consultation-form {
    background: transparent;
    /* keep background dark as in design */
    color: #fff;
    font-family: 'Arial', sans-serif;
    padding: 83px 0 0 0;
}

/* Title */
#firstlantic-consultation-form .formsleads-formtitle {
    display: none;
    /* dark navy like screenshot */
}

/* Input wrapper */
#firstlantic-consultation-form div.formsleads-form__input-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 27px !important;
}

/* Labels */
#firstlantic-consultation-form .formsleads-form__field-label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #888;
}

/* Inputs */
#firstlantic-consultation-form .other__input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #aaa;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    background: transparent;
}

#firstlantic-consultation-form .other__input::placeholder {
    color: #bbb;
    font-size: 14px;
}

/* Textarea (Message) */
#firstlantic-consultation-form input[name="additional_details"] {
    height: 90px;
}

/* Submit Button */
#firstlantic-consultation-form .formsleads-form-submit-btn {
    background: #06b6d4;
    /* cyan blue */
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

#firstlantic-consultation-form .formsleads-form-submit-btn:hover {
    background: #0891b2;
}

/* Success / Error messages */
#firstlantic-consultation-form .formsleads-success-msg,
#firstlantic-consultation-form .formsleads-error-msg {
    margin-top: 10px;
    font-size: 14px;
}

.campaign-testimonial-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.campaign-testimonial-overlay {
    background: rgba(0, 143, 179, 0.8);
    /* teal overlay */
    padding: 105px 0 160px 0;
}

.campaign-testimonial-heading {
    font-family: "Playfair Display", sans-serif !important;
    font-weight: 400;
    font-size: 48px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;

}

.campaign-testimonial-wrapper {
    /* display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; */
    margin-top: 103px;
    gap: 20px;
}

.campaign-testimonial-card {
    background: #fff;
    color: #333;
    /* max-width: 300px; */
    padding: 46px 20px;
    border-radius: 20px;
    position: relative;
    text-align: center;
    flex: 1;
}

.campaign-testimonial-quote {
    width: 60px;
    height: 60px;
    background: #30B7D7;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign-testimonial-text {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #00000099;

}

.campaign-testimonial-name {
    font-family: "Lato", sans-serif !important;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #3D3D3D;

}

/* Responsive */
@media (max-width: 1024px) {

    .new-campaign-btn,
    .campaign-header-btn {
        padding: 8px 24px;
    }
}

@media (max-width: 992px) {
    .campaign-testimonial-card {
        max-width: unset;
        margin-bottom: 40px;
        padding-bottom: 24px;
    }

    .campaign-testimonial-text {
        line-height: normal;
        margin: 0 0 16px 0 !important;
    }



    .campaign-testimonial-wrapper,
    .consultation-container {
        flex-direction: column;
    }

    .new-campaign-banner {
        text-align: center;
    }

    .new-campaign-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .why-choose-us-section .service-content {
        min-height: unset;
    }

    .new-campaign-content h1.new-campaign-title {
        font-size: 28px !important;

    }

    .new-campaign-subtitle {
        font-size: 18px;
    }

    div.home-services h5.why-choose-sub-heading {
        font-size: 22px !important;
    }

    .consultation-section {
        padding: 0 0 40px 0;
    }

    .consultation-container {
        gap: 40px;
    }

    .consultation-section h2 {
        padding: 40px 0;
        font-size: 24px !important;
    }

    .campaign-header {
        margin-bottom: 20px;
    }

    .campaign-testimonial-wrapper .campaign-testimonial-card {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* .campaign-header .custom-container .row .col-sm-6,
    .campaign-header .custom-container .row .col-sm-3 {
        flex: 0 0 auto;
        max-width: none;
        width: auto;
    } */

    .campaign-header .custom-container .row .col-sm-9 {
        text-align: left;
        width: auto !important;
    }

    .new-campaign-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
        z-index: 1;
    }


    .campaign-testimonial-heading {
        font-size: 22px !important;
    }

    .campaign-testimonial-overlay {
        padding: 40px 0;
    }

    .campaign-testimonial-wrapper {
        margin-top: 60px;
    }

    .campaign-testimonial-name {
        font-size: 18px !important;
    }

    .campaign-testimonial-text {
        font-size: 14px;
    }

    #firstlantic-consultation-form {
        padding: 0 0 0 0;
    }
}

@media (min-width: 576px) {
    .custom-container {
        max-width: 540px;
    }

    .campaign-header {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (min-width: 769px) {
    .new-campaign-banner {
        min-height: 619px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1240px;
    }
}