/* Common -- Start */

@import url('https://fonts.googleapis.com/css2?family=Prata&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');



h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Prata', serif;
}

a {
    text-decoration: none;
}

body {
    font-family: "Work Sans";

}

.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-secondary {
    background: transparent;
    color: #7468F1;
    padding: 12px 30px;
    border: 1px solid #7468F1;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s linear;
    font-size: 16px;
    text-decoration: none;
}

.aic {
    align-items: center;
}

.btn-secondary svg {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s linear;
}

.btn-secondary:hover {
    background: #7468F1;
    color: white;
}

.btn-secondary span {
    transition: all 0.3s linear;
    transform: translateX(5px);
    display: inline-block;
}

.btn-secondary:hover span {
    transform: translateX(-5px);
}

.btn-secondary:hover svg {
    opacity: 1;
    transform: translateX(0px);
}


/* IVF Injection paln start */



.injection_plan_sec .header {
    text-align: center;
    margin-bottom: 50px;
}

.injection_plan_sec .header h1 {

    font-weight: 500;
    font-size: 50px;
    line-height: 78px;
    letter-spacing: -0.12px;

}

.injection_plan_sec .header p {
    font-size: 17px;
}

.injection_plan_sec .container {
    padding-top: 80px;
    /* padding-bottom: 40px; */
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 0fr));
    gap: 20px;
    margin-bottom: 40px;
    place-content: center;
}

.plan-card {
    background: linear-gradient(188.77deg, #c7c3f8 -65.71%, #FFFFFF 27.74%);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 5px 30px 0px #19213D0F;
    position: relative;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-cards {
    background: linear-gradient(188.77deg, #c7c3f8 -65.71%, #FFFFFF 27.74%);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 5px 30px 0px #19213D0F;
    position: relative;
    border: none;
    transition: all 0.3s ease;
}

.plan-card:hover {
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.4), 0 25px 70px rgba(139, 92, 246, 0.25);
    transform: scale(1.02) translateY(-15px);

}

.plan-cards {
    background: linear-gradient(188.77deg, #c7c3f8 -65.71%, #FFFFFF 27.74%);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 5px 30px 0px #19213D0F;
    position: relative;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-cards:hover .cta-button {
    background: linear-gradient(160.41deg, #8C82FF -5.15%, #4A3AFF 87.35%);
    color: white;
    border: 0.5px solid var(--Colors-Primary-HUE-Purple-300, #D2CEFF)
}

.plan-cards:hover {
    box-shadow: 0 15px 40px rgba(139, 92, 246, 0.4), 0 25px 70px rgba(139, 92, 246, 0.25);
    transform: scale(1.02) translateY(-15px);

}



.plan-card img {
    width: 46px;
    height: 45px;
    margin-bottom: 20px;
}

.plan-title {

    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: #170F49;
    line-height: 30px;
}

.plan-subtitle {
    margin-bottom: 20px;
    opacity: 0.7;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #6F6C8F;

}



.price {
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;
    color: #170F49;

}

.price_first {
    align-items: baseline;
    margin-bottom: 10px;
    color: #170F49;
}

.price-amount {
    font-weight: 500;
    font-size: 40px;
}


.price-unit {
    font-weight: 600;
    font-size: 20px;
    margin-left: 5px;
}

.price-unit-1 {
    font-weight: 600;
    font-size: 20px;
}

.cta-button {
    width: 100%;
    padding: 10px;
    border: 2px solid #D2CEFF;
    background: white;
    color: #170F49;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    /* margin-bottom: 30px; */
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.cta-button:hover {
    border-color: #6366f1;
    color: #6366f1;
}



.plan-card:hover .cta-button {
    background: linear-gradient(160.41deg, #8C82FF -5.15%, #4A3AFF 87.35%);
    color: white;
    border: 0.5px solid var(--Colors-Primary-HUE-Purple-300, #D2CEFF)
}

.features {
    list-style: none;
    margin-bottom: 30px;
}

.features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;

    font-weight: 400;
    font-size: 16px;

    color: #222B45;
}

.checkmark {
    width: 20px;
    height: 20px;
    background: #4A3AFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}


/* .plan-card.featured .checkmark {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
} */

.checkmark::after {
    content: '✓';
    color: white;
    font-size: 11px;
    font-weight: bold;
}

.description {

    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    /* margin-top: 20px; */
    color: #6F6C8F;
}

.plan-card.featured .description {
    opacity: 0.9;
}

.bottom-cta {
    text-align: center;
    margin: 30px 0px;
}

.bottom-cta-button {
    background: #7468F1;
    color: white;
    padding: 13px 30px;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4), 0 15px 45px rgba(139, 92, 246, 0.2);
    text-decoration: none;
}

.bottom-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(139, 92, 246, 0.5), 0 20px 60px rgba(139, 92, 246, 0.3);
}

@media (max-width: 768px) {
    .plans-grid {
        grid-template-columns: 1fr;
    }

    .plan-card.featured {
        transform: none;
    }

    .header h1 {
        font-size: 2rem;
    }

    .price-amount {
        font-size: 2.5rem;
    }

    .bottom-cta-button {
        margin-bottom: 20px;
    }
}

@media (max-width: 540px) {
    .injection_plan_sec .container {
        padding-top: 20px;
    }

    .injection_plan_sec .header h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .plan-title {
        font-size: 19px;
    }

    .price-unit-1 {
        font-weight: 600;
        font-size: 18px;
    }

    .price {
        margin-bottom: 15px;
    }

    .features li {
        font-size: 15px;
    }

    .description {
        font-size: 15px;
    }

    .bottom-cta-button {
        padding: 11px 25px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: unset;

    }
}

/* IVF Injection paln end */


/* contact section start */
.banner_section {
    background-image: url(https://teamtweaks-site.s3.us-east-1.amazonaws.com/hopefulbeginningsivf/contact_sec_img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;

}

.banner_section .right_side_content {
    position: relative;
    top: 60px;
}

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

.content-section span {
    background-color: #FFFFFF;
    border-radius: 8px;
    font-size: 12.7px;
    padding: 8px 20px;
    font-weight: 600;

    strong {
        color: #1468FB;
    }
}

.main-headline {

    font-weight: 500;
    font-size: 52px;
    line-height: 78px;
    letter-spacing: -0.12px;
    color: #fff;

}

.subheading {

    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.68px;
    color: #fff;

}

.contact-form {
    background: rgba(255, 255, 255, 0.95);
    /* backdrop-filter: blur(10px); */
    border-radius: 40px;
    padding: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 10px 0 #00000026;

}

/* .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        } */

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 16px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 8px;
}

.required {
    color: #ef4444;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: white;
}

.form-group textarea {
    border-radius: 20px;

}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #9b7fed;
    box-shadow: 0 0 0 3px rgba(155, 127, 237, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #9ca3af;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-group select {
    cursor: pointer;
    color: #6b7280;
}

.required-note {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 10px;
    text-align: left;
}

.submit-btn {
    background: #7468F1;
    color: white;
    border: none;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    width: 90%;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(155, 127, 237, 0.3);
}

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

.contact a {
    text-decoration: none;
    color: #FFFFFF;

    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.51px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

/* contact section end */



/* Happy birth stories section start */

.happy_birth_sec .main_content {
    padding: 70px 0px;
    text-align: center;
}

.happy_birth_sec .main_content h3 {
    font-weight: 500;
    font-size: 55px;
    line-height: 78px;
}

.happy_birth_sec .main_content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.74px;
    color: #222B45;
}

.review_section {
    padding-bottom: 80px;
    position: relative;
}

.review_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, #F6F8FF 0%, #F6F8FF 30%, transparent 100%);
    pointer-events: none;
    z-index: 2;

    @media screen and (max-width:768px) {
        width: 60px;

    }
}

.review_section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, #F6F8FF 0%, #F6F8FF 30%, transparent 100%);
    pointer-events: none;
    z-index: 2;

    @media screen and (max-width:768px) {
        width: 60px;

    }
}

/* testimonials section start */

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 20px;
    gap: 20px;
}

.review_section_left .testimonial-card {
    flex-direction: row-reverse;
}

/* Left Image */
.testimonial-image img {
    width: 213px;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    flex-shrink: 0;
}

/* Right Content */
.testimonial-content {
    flex: 1;
    text-align: left;
    /* ✅ always left aligned */
}

.stars {
    color: #f7c948;
    font-size: 18px;
    margin-bottom: 10px;
}

.quote {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 600;
    display: flex;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.quote i {
    color: #5a4be7;
    margin-right: 8px;
    font-size: 14px;
}

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

.profile .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ccc;
}

.profile h4 {
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    color: #333;
    font-family: "Work Sans";
}

.profile span {
    font-size: 10px;
    color: #777;
}


.review_section_right .owl-carousel .owl-stage,
.review_section_left .owl-carousel .owl-stage {
    margin-bottom: 30px;
}

.review_section_right,
.review_section_left {
    flex: 1 1 100%;
    /* full width on mobile */
}

.review_section_left {
    margin-top: 50px;
}


.testimonial-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 20px;
    gap: 20px;
}

.review_section_left .testimonial-card {
    flex-direction: row-reverse;
}



.testimonial-content {
    flex: 1;
    text-align: left;
}

.stars {
    color: #f7c948;
    font-size: 18px;
    margin-bottom: 10px;
}




.review_section_left .profile {
    flex-direction: row-reverse;
}






/* Happy birth stories section end */
@media (max-width: 1300px) {
    .testimonial-image img {
        width: 135px;
    }

    .quote {
        font-size: 12px;
        line-height: 1.5;
    }

    .stars {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .profile h4 {
        font-size: 11px;
    }

    .profile span {
        font-size: 10px;
    }

    .profile .avatar {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 1299px) {
    .testimonial-image img {
        width: 100px;
        height: 37vh;
    }
}

@media screen and (max-width:1200px) {
    .main-headline {
        font-size: 43px;

    }

    .contact-form {
        padding: 25px;
    }

    .form-group label {
        font-size: 13px;
    }



    .quote {
        font-size: 10px;
        line-height: 1.5;
    }

    .profile h4 {
        font-size: 11px;
    }

    .stars {
        font-size: 12px;
        margin-bottom: 5px;
    }

    /* .profile .avatar {
        width: 40px;
        height: 40px;
    } */

    .btn {
        padding: 6px 14px;
        border-radius: 20px;
        font-size: 10px;

    }
}


@media screen and (max-width:992px) {

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

    .contact-form {
        margin: 40px 0px;
        border-radius: 16px;
    }

    .banner_section .row {
        top: unset;
    }

    .happy_birth_sec .main_content p {
        font-size: 16px;
    }

    .happy_birth_sec .main_content p br {
        display: none;
    }
}

@media (max-width: 768px) {
    .happy_birth_sec .main_content h3 {
        font-size: 45px;
    }

    .happy_birth_sec .main_content p {
        font-size: 15px;

    }

    .happy_birth_sec .main_content p br {
        display: none;
    }

    .happy_birth_sec .main_content {
        padding: 25px 0px;
    }

    .review_section_right,
    .review_section_left {
        flex: 1 1 50%;
        /* half screen on tablet & up */
    }

    .happy_birth_sec,
    .review_section {
        display: none;
    }

}

@media screen and (max-width:580px) {

    .review_section {
        padding-bottom: 10px;
    }
}

@media screen and (max-width:540px) {

    .main-headline {

        font-weight: 500;
        font-size: 28px;
        line-height: 53px;
        letter-spacing: -0.12px;
        color: #fff;
    }

    .btn-secondary {
        padding: 9px 20px;
        font-size: 13px;
    }

    .contact a {
        font-size: 15px;
        line-height: 26px;
    }

    .banner_section {
        background-image: unset;
        background-color: #9087ea;
    }
}




@media (max-width: 450px) {
    .happy_birth_sec .main_content h3 {
        font-size: 35px;
    }


}