.common-conditions-section {
     width: 100%;
    padding: 60px 5%;
    padding-top: calc(60px + 0px);
    background: linear-gradient(352deg, #dce6ff 0%, #ffffff 36%, #c7d7ff 100%);
}

.common-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.common-left {
    flex: 1;
}

.common-title {
  font-size: 40px;
    font-weight: 500;
    margin-bottom: 9px;
    color: #1a1a1a;
}
.nlp-motherhood-subtitleee{
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
}
.common-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 34px;
    color: #4b5563;
}

.common-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Blue Outline Button */
.btn-outline {
    padding: 10px 25px;
    border: 2px solid #0d6efd;
    color: #0d6efd;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    transition: 0.3s;
    text-decoration: none;
}

.btn-outline:hover {
    background: #0d6efd;
    color: #fff;
}

/* Blue Filled Button */
.btn-primary {
    padding: 10px 28px;
    background: #0d6efd;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary:hover .arrow-icon {
    transform: translateX(5px);
}

.arrow-icon {
    display: inline-block;
    transition: 0.3s;
}

/* Right Image */
.common-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.common-image {
   width: 85%;
    /* max-width: 400px; */
    border-radius: 12px;
}
.conditions-sectionnnn{
        margin: 86px 0px;
}
.image_hfg{
    width:auto !important;
}
.common-right{
    display: flex;
    justify-content: end;
}
.comm_npm{
    background: #f8fafb;
    padding:70px 0px !important;
}
.mp_comm_s{
        margin-bottom: 50px !important;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .common-container {
        flex-direction: column;
        text-align: center;
    }

    .common-left {
        order: 1;
    }

    .common-right {
        order: 2;
    }

    .common-description {
        margin: auto;
        margin-bottom: 25px;
    }

  
}

@media (max-width: 576px) {
    .common-title {
        font-size: 30px;
    }

    .common-image {
        max-width: 300px;
    }
}


.tips-section {
    padding: 60px 0;
    margin-top:42px;
}

.tips-title {
    font-size: 40px;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 25px;
}
.image_firstkk{
    object-fit: cover !important;
}
.tips-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tips-item {
   display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 18px 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.tips-number {
    background: #e8f0ff;
    color: rgba(36, 100, 238, 1);
    font-weight: 600;
    font-size: 14px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;

}

.tips-item p {
       margin: 0;
    font-size: 19px;
    color: rgba(0, 0, 0, 1);
}

/* Right Side Image */
.tips-video-box {
    position: relative;
    display: inline-block;
}

.tips-video-box img {
    width: 100%;
    border-radius: 18px;
}

/* Play Icon */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ff0000;
    width: 65px;
    height: 45px;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn i {
    color: #fff;
    font-size: 22px;
}


/* Responsive */
@media (max-width: 768px) {
    .tips-title {
        text-align: center;
    }
    .conditions-sectionnnn {
    margin: 18px 0px !important;
}
}
.nlp-desc{
        max-width: max-content !important;
}
.dia_image-wrapperrr{
    height: auto;
        width: auto;
    object-fit: contain;
    display: block;
}
.diaa_frame{
    display: flex;
    justify-content: center;
}
.npnc{
    padding:17px !important;
}
.urgent-icon svg{
       font-size: 17px;
    position: relative;
    top: 3px;
}
.urgent-icon path{
       fill: rgb(43 83 170);
}
.urgent-box {
      display: flex;
    align-items: baseline;
    gap: 12px;
    background: #407cff12;
    border: 1px solid #2b53aa;
    padding: 14px 18px;
    border-radius: 12px;
    width: 100%;
    /* padding-top: 40px; */
    max-width: 1038px;
    margin-top: 40px;
    margin: 0px auto;
}

.urgent-icon i {
    font-size: 16px;
    color: #d9534f;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    border: 1px solid #f2bcbc;
}

.urgent-text {
  margin: 0;
    font-size: 14px;
    color: #2b53aa;
    line-height: 1.5;
}

.mpnu_n{
    margin-top: 99px;
}
@media(min-width:991px) and (max-width:1200px){
  .custom-breadcrumb {
    margin-top: 223px !important;
  }
}
@media(min-width:768px) and (max-width:990px){

  .custom-breadcrumb{
    margin-left: 0px !important;
  }
  .custom-breadcrumb {
    margin-top: 175px;
    margin-left: 15px;
}
}

@media(min-width:768px) and (max-width:875px){
.custom-breadcrumb {
        margin-top: 246px !important;
           
  }
}
@media(min-width:876px) and (max-width:990px){
  .custom-breadcrumb {
           margin-top: 203px !important;
           
  }
}
@media(min-width:300px) and (max-width:990px){
.common-right {

    justify-content: left !important;
    margin-top: 30px !important;
}
  .common-buttons {
        justify-content:left;
    }
     .custom-breadcrumb{
    margin-left: 0px !important;
  }
}
@media(min-width:300px) and (max-width:600px){
.common-buttons {
    display: block !important;
}
.npn_pri{
    margin-top:10px !important;
}

}
@media(min-width:581px) and (max-width:767px){
  .custom-breadcrumb {
           margin-top: 127px !important;
  }
}

@media(min-width:300px) and (max-width:580px){
    .custom-breadcrumb {
        margin-top: 114px !important;
    }
}
.ongoing_banner{
    background: linear-gradient(90deg, rgb(252 232 251 / 79%) 0%, #ffffff 42%, rgba(252, 232, 251, 1) 100%);
}
.everyday_banner{
    background: linear-gradient(90deg, rgb(223 255 229 / 67%) 0%, #ffffff 36%, rgba(223, 255, 229, 1) 100%);
}

.custom-breadcrumb .breadcrumb {
    background: transparent;
       padding: 10px 0px;
    margin: 0;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›";   /* thin right arrow */
    color: #bfbfbf;
    padding: 0 8px;
    font-weight: 400;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #6c6c6c;
    text-decoration: none;
       font-size: 15px;
    color: rgba(97, 97, 97, 1) !important;
}

.custom-breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.custom-breadcrumb .breadcrumb-item.active {
     color: rgb(53 51 51);
    font-weight: 500;
    font-size: 14px;
}
.custom-breadcrumb{
    margin-top: 175px;
    margin-left:50px;
}
.main_bcmb{
        background: rgb(184 196 222 / 10%);
}
@media (max-width: 576px) {
.nlp-cta-secondary{
        margin-top: 11px;
}
.common-title{
margin-top:20px;
}
}

.common__vedioo-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    background: #000;
}

.common__vedioo-video {
    width: 100%;
    height: 100%;
}

.common__vedioo-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

 .common__vedioo-video{
        position: static  !important;
        opacity: 1 !important;
}

.common__vedioo-play-btn img {
    width: 80px;
    height: 80px;
}

.common__vedioo-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    border-radius: 12px;
    overflow: hidden;
}

/* Thumbnail */
.common__vedioo-thumb {
    width: 100%;
    display: block;
}

/* Hide video initially */
.common__vedioo-video {
    width: 100%;
    display: none;
}

/* YouTube play button */
.common__vedioo-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
}

/* SVG styling */
.common__vedioo-play-btn svg {
       width: 60px;
    height: 60px;
}

/* Hover effect (like YouTube) */
.common__vedioo-play-btn:hover path:first-child {
    fill: #cc0000;
}
