.section-1 {
    padding-top: 50px;
    padding-inline: 0;
}

.head-text {
    margin-block: 20px;
    text-align: center;
    font-size: 2rem;
}

.img-container {
    padding-inline: 0;
    position: relative;
}

.form-control {
    height: 60px;
    border-radius: 4px;
    background: #fff;
    padding-left: 25px;
    font-size: 18px;
    color: #6c6c8a;
    border: 1px solid #ECEEF3;
    box-shadow: 0 16px 24px rgba(189,196,205,0.13);
}

.form-control::placeholder {
    color: #7a7a95;
}

textarea.form-control {
    height: 220px;
    padding-top: 20px;
    resize: none;
}

.gradient-btn {
    width: 181px;
    height: 50px;
    border-radius: 7px;
    border: none;
    font-size: 22px;
    font-weight: 600;
    color: white;
    background: linear-gradient(90deg, #1F76BD, #F2A6E7);
}

.gradient-btn:hover {
    opacity: 0.9;
}

.custom-card {
    position: relative;
    background: #FFFFFF;
    border-radius: 59px;
    padding: 30px;
    left: 50%;
    translate: -50% -20%;
    width: 80%;
    color: #0E5388;

    box-shadow: inset 0 -2px 6px 0 rgba(10, 37, 64, 0.35),
    0 30px 60px -30px rgba(0, 0, 0, 0.30),
    0 50px 100px -20px rgba(50, 50, 93, 0.25);
}

.card-head-text {
    font-size: 1.7rem;
}

.s-main-text {
    font-size: 1.7rem;
    text-align: center;
}

.s-2-para {
    font-size: 1.25rem;
}

.gradient-card-icon {
    width: 90px;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    translate: -50% -50%;
}

.gradient-card {
    width: 80px;
}

.gradient-card {
    width: 285px;
    aspect-ratio: 285/180;
    padding: 5px;
    padding-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    color: #1E76BA;
}

.gradient-card-container {
    gap: 4rem;
}

.focus-card {
    position: relative;
    color: white;
    border-radius: 15px;
    overflow-x: hidden;
    height: auto;
}

.s-head-text {
    font-size: 1.75rem;
}

.s-4-para {
    font-size: 1.25rem;
}

.arrow {
    position: absolute;
    top: 0;
    right: 10%;
    translate: 0 -20%;
}

.s-5-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s-5-div img {
    width: 90%;
    margin-inline: auto;
    border-radius: 30px;
}

.s-5-div p {
    display: inline-block;
    width: 80%;
    margin-top: 2.5rem;
    margin-inline: auto;
    text-align: center;
    font-size: 1.125rem;
}

.faq-item {
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(
            to right,
            #FD679A 0%,
            #FD679A 40%,
            rgba(255, 255, 255, 0) 100%
    );
    margin-block: 20px;
}

.faq-inner {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-inner h4 {
    font-size: 20px;
    margin: 0 !important;
}

.plus {
    font-size: 24px;
    font-weight: 500;
    color: #FD679A;
}

.map-div {
    border-radius: 15px;
}

.img-div {
    padding: 0 !important;
    border-radius: 24px;
    overflow-x: hidden;
    box-shadow:
            6px 2px 14px rgba(0, 0, 0, 0.10),
            25px 8px 26px rgba(0, 0, 0, 0.09),
            56px 18px 35px rgba(0, 0, 0, 0.05),
            99px 32px 42px rgba(0, 0, 0, 0.01);
}

.img-div img {
    width: 100%;
    object-fit: contain;
}

.img-card {
    padding: 20px;
}

.img-card .img-fluid {
    border-radius: 24px;
    box-shadow:
            6px 2px 14px 0 rgba(0, 0, 0, 0.10),
            25px 8px 26px 0 rgba(0, 0, 0, 0.09),
            56px 18px 35px 0 rgba(0, 0, 0, 0.05),
            99px 32px 42px 0 rgba(0, 0, 0, 0.01),
            155px 50px 46px 0 rgba(0, 0, 0, 0);
}

.video-card img,
.video-card video
{
    box-shadow:
            0px 30px 60px -30px rgba(0, 0, 0, 0.30),
            0px 50px 100px -20px rgba(50, 50, 93, 0.25);
}

.abs-img {
    width: 48%;
    position: absolute;
    bottom: 0;
    right: 0;
    translate: 20% 70%;
}

@media (min-width: 768px) {
    .section-1 {
        padding-top: 90px;
    }

    .img-card {
        padding: 30px;
    }

    .map-div {
        border-radius: 27px;
    }

    .s-main-text {
        text-align: left;
    }

    .faq-inner h4 {
        font-size: 21px;
    }

    .head-text {
        margin-block: 30px;
        padding-inline: 0;
        text-align: left;
        font-size: 3.4375rem;
    }

    .img-container {
        margin-bottom: 250px;
    }

    .custom-card {
        position: absolute;
        background: #FFFFFF;
        border-radius: 59px;
        padding: 40px;
        left: 80%;
        translate: -50% -80%;
        width: 28vw;
        color: #0E5388;

        box-shadow: inset 0 -2px 6px 0 rgba(10, 37, 64, 0.35),
        0 30px 60px -30px rgba(0, 0, 0, 0.30),
        0 50px 100px -20px rgba(50, 50, 93, 0.25);
    }

    .card-head-text {
        font-size: 2.8125rem;
    }

    .s-main-text {
        font-size: 3.125rem;
    }

    .gradient-card-icon {
        width: 110px;
        height: 110px;
    }

    .gradient-card-container {
        gap: 4rem;
    }

    .s-head-text {
        font-size: 2.5rem;
    }

    .s-4-para {
        font-size: 1.5625rem;
    }

    .focus-card {
        height: 250px;
    }

    .faq-item {
        margin-block: 30px;
    }

    .plus {
        font-size: 28px;
    }

    .img-div {
        border-radius: 24px;
        overflow-x: hidden;
    }
}

.pregnancy-check-section {
  padding: 70px 0;
}

.check-card {
  background: #fff;
  min-height: 210px;
  border-radius: 45px;
  /* padding: 28px 25px 35px; */
  text-align: center;
  box-shadow: 18px 18px 28px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.check-icon {
  width: 140px;
  height: 140px;
  object-fit: contain;
  /* border: 3px solid #1f78c8; */
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 18px;
}

.check-card h4 {
  /* margin: 0; */
  font-size: 22px;
  font-weight: normal;
    text-align: center;
    color: #1E76BA;
  line-height: 1.25;
  margin-bottom:40px;
}

@media (min-width: 992px) {
  .pregnancy-check-section .row {
    row-gap: 70px;
  }

  .pregnancy-check-section .col-lg-4:nth-child(4) {
    margin-left: 16.666%;
  }
}

@media (max-width: 767px) {
  .pregnancy-check-section {
    padding: 45px 0;
  }

  .check-card {
    border-radius: 30px;
    min-height: 190px;
  }

  .check-card h4 {
    font-size: 20px;
  }

  .check-icon {
    width: 82px;
    height: 82px;
  }
}

/* new cards */
.pv-section {
    padding: 70px 0;
    background: #fff;
}

.pv-title {
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 70px;
    font-family: "Federo", serif;
    background: linear-gradient(90deg, #1E76BA, #FD679A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pv-card-wrap {
    display: flex;
    justify-content: center;
    gap: 95px;
    flex-wrap: wrap;
}

.pv-card {
    width: 285px;
    min-height: 310px;
    padding: 24px 18px 35px;
    border-radius: 8px;
    border: 3px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #1E76BA, #FD679A) border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pv-card-img {
    max-width: 220px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 55px;
}

.pv-card p {
    margin: 0;
    color: #0f73c9;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 400;
}

.nutritional-support-content{
    width: 50%;
}

@media (max-width: 991px) {
    .pv-title {
        font-size: 38px;
        text-align: center;
        margin-bottom: 40px;
    }

    .pv-card-wrap {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .nutritional-support-content{
        width: 100%;
    }

    .pv-section {
        padding: 45px 0;
    }

    .pv-title {
        font-size: 32px;
    }

    .pv-card {
        width: 100%;
        max-width: 330px;
        min-height: 270px;
    }

    .pv-card-img {
        margin-bottom: 35px;
    }

    .pv-card p {
        font-size: 20px;
    }
}