.iconswidth {
    width: 70px !important;
}

.cta-bar {
    position: fixed;
    bottom: 0;
    left: 4.5vw; /* Left margin */
    right: 4.5vw; /* Right margin */
    width: calc(100% - 9vw); /* Adjusted width considering left and right margins */
    background: linear-gradient(to bottom, #FCFFF5, #FFFFFF); /* Green background color */ /* White text color */
    padding: 0.5vw 1.5vw; /* Padding for content inside the bar */
    display: flex;
    justify-content: space-between;
    border-radius: 45px 45px 45px 45px; /* Rounded corners on left and right sides */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* Styling for the input field */
.email-input {
    width: 80%;
    padding: 1vw;
    border: solid;
    border-color: #C0C0C0;
    border-radius: 15px;
}

.cta-text {
    font-size: 2vw;
    color: #555555;
}

.cta-button {
    padding: 1vw 1.5vw;
    font-weight: bold;
    border: none;
    border-radius: 15px;
    background-color: #D92953;
    color: #FFFFFF; /* Green text color */
    cursor: pointer;
}
/* PeriodLanding3-v1 — tune per breakpoint: width scales the image; with position:relative use left/right/top to nudge (positive right shifts the image left). */
.imgmobgirl {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 992px) {
    .imgmobgirl {
        width: 135%;
        max-width: none;
        position: relative;
        left: -10vw;
        top: -10vw;
    }
}
.playstoreweblast {
    width: 10vw;
}

/* Pop Up Coding Ends Here */
.techsacare-footer {
    display: none !important;
}

body {
    background-color: white !important;
}

.lineheight {
    line-height: 1.3;
}

.text-pink {
    color: #D92953;
}

.maintitle {
    font-size: 3vw;
    font-weight: 700;
}

.titles {
    font-size: 2vw;
    font-weight: 700;
}

.tick {
    font-size: 1.6vw;
}

.mainsubtitle {
    font-size: 1.7vw;
}

.subtitles {
    font-size: 1.6vw;
}

.subtitlelast {
    font-size: 1.3vw;
    margin-left: 3vw;
    margin-right: 3vw;
}

.titlelast {
    font-size: 1.7vw;
}

.bg-div1 {
    padding: 12vw 12vw 16vw 12vw !important;
}

.bg-curved1 {
    background-size: 100% 100% !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

.bgwhite {
    margin-top: -1px;
}

/* Wrapper around hero title + badges: nudge without overriding Bootstrap mt/pt. */
.pt-landing-hero-inner {
    transform: translate(0rem, 0.5rem);
}

@media (min-width: 768px) {
    .pt-landing-hero-inner {
        transform: translate(0rem, -0.35rem);
    }
}

/* Hero row only: slightly smaller than global .maintitle / .mainsubtitle (~12% reduction). */
.pt-landing-hero-titles .maintitle {
    font-size: 2.64vw;
}

.pt-landing-hero-titles .mainsubtitle {
    font-size: 1.5vw;
}

/* YouTube between bg-div1 and bg-curved1: full width like background-size: 100%; height from hero PNG aspect (edit W/H to match PeriodLanding1D-v1). */
.pt-landing-video-section {
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: #000;
}

.pt-landing-video-ratio {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 720;
}

.pt-landing-video-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Laptop: full width, height 78% of viewport (78vh). */
@media (min-width: 992px) and (max-width: 1399.98px) {
    .pt-landing-video-ratio {
        width: 100%;
        height: 76vh;
        aspect-ratio: auto;
    }
}

/* Hero calendar: desktop/tablet (d-md-block) — md breakpoint and up. */
@media (min-width: 768px) {
    .mobcalender {
        width: 55vw;
        top: -55vw;
        right: 5vw;
        position: relative;
        margin-top: -33vw;
        margin-left: 40.5vw;
        z-index: 1;
    }
}
.justcalender {
    top: 121vw;
}
/* 			.justcalender {
				width:30vw;
				position: relative;
				margin-top: 0vw;
				margin-left: 0;
				z-index: 1; 
			} */
.mobalarm {
    width: 50%;
    position: relative;
    margin-right: 0;
    top: 141vw;
    right: 0vw;
    z-index: 1;
}
.periodlanding7 {
    top: 197vw;
    left: 7vw;
    width: 47%;
}
.periodlanding7text {
    top: 211vw;
    left: 55vw;
}
.flower {
    width: 5vw;
    position: relative;
    margin-top: -3.2vw;
    left:-3vw;
    z-index: 1;
}
.flower.flower--layout-spacer {
    display: inline-block;
    vertical-align: top;
    aspect-ratio: 1 / 1.12;
    height: auto;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
}
.amalicon {
    width: 8vw;
    position: absolute;
    top: 5vw;
    left: 6vw;
    z-index: 1;
}
.periodlanding12 {
    width: 25vw;
    position: absolute;
    top: 69vw;
    right: 5vw;
    z-index: 1;
}

.tickmobpadding {
    margin-top: 0.45vw;
}
.tickimg {
    width: 1.3vw;
}
.divcontraception {
    margin: 0 7vw;
}

.text-move {
    position: relative;
    bottom: -5vw;
    margin-left: 11vw;
    top: 159vw;
    z-index: 1;
}

.footerbtmmargin {
    margin-bottom: 5vw;
}
@media (min-width: 991px) {
    .pregnancy-unlocked-web {
        font-weight: 600 !important;
        font-size: 45px !important;
        color: #06113C !important;
    }

}

@media (max-width: 1900px) {
    .periodlanding12 {
        width: 20vw;
        top: 74vw;
        right: 5vw;
    }
    .flower {
        width: 6vw;
        margin-top: -4.4vw;
    }
}

@media (max-width: 1800px) {
    .periodlanding12 {
        width: 23vw;
        top: 75vw;
        right: 5vw;
    }
    .maintitle {
        font-size: 3.2vw;
    }

    .titles {
        font-size: 2.2vw;
    }

    .mainsubtitle {
        font-size: 1.9vw;
    }

    .pt-landing-hero-titles .maintitle {
        font-size: 2.82vw;
    }

    .pt-landing-hero-titles .mainsubtitle {
        font-size: 1.67vw;
    }

    .subtitles {
        font-size: 1.8vw;
    }

    .subtitlelast {
        font-size: 1.5vw;
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .titlelast {
        font-size: 1.9vw;
    }
    .justcalender {
        top: 121vw;
    }
    .mobalarm {
        top: 144vw;
    }
    .text-move {
        margin-left: 8vw;
        top: 164vw;
    }
    .periodlanding7 {
        top: 215vw;
        left: 7vw;
        width: 47%;
    }
    .periodlanding7text {
        top: 229vw;
        left: 55vw;
    }
}

@media (max-width: 1700px) {
    .periodlanding12 {
        width: 23vw;
        top: 76vw;
        right: 5vw;
    }
    .mobalarm {
        top: 146vw;
    }
    .justcalender {
        top: 121vw;
    }

    .text-move {
        margin-left: 8vw;
        top: 165vw;
    }
    .periodlanding7 {
        top: 213vw;
        left: 7vw;
        width: 47%;
    }
    .periodlanding7text {
        top: 227vw;
        left: 55vw;
    }
}
@media (max-width: 1600px) {
    .mobalarm {
        top: 147vw;
    }

    .justcalender {
        top: 121vw;
    }

    .text-move {
        margin-left: 8vw;
        top: 166vw;
    }
    .periodlanding7 {
        top: 211vw;   
        left: 7vw;
        width: 47%;
    }
    .periodlanding7text {
        top: 225vw;   
        left: 55vw;
    }
}

@media (max-width: 1500px) {

    .periodlanding12 {
        width: 24vw;
        top: 77vw;
        right: 5vw;
    }
    .amalicon {
        width: 8vw;
        top: 5.5vw;
        left: 6vw;
    }
    .flower {
        width: 7vw;
        margin-top: -6vw;
    }
    .playstoreweb {
        width: 13vw;
    }
    .mobalarm {
        top: 148vw;
    }

    .justcalender {
        top: 123vw;
    }

    .text-move {
        margin-left: 8vw;
        top: 167vw;
    }
    .periodlanding7 {
        top: 210vw;
        left: 7vw;
        width: 47%;
    }
    .periodlanding7text {
        top: 224vw;
        left: 55vw;
    }
}
@media (max-width: 1400px) {
    .amalicon {
        width: 8vw;
        top: 6vw;
        left: 6vw;
    }
    .playstoreweblast {
        width: 13vw;
    }
    .justcalender {
        top: 125vw;
    }
    .mobalarm {
        top: 152vw;
    }
    .text-move {
        margin-left: 6vw;
        top: 171vw;
    }
    .periodlanding7 {
        top: 207vw;
        left: 7vw;
        width: 47%;
    }
    .periodlanding7text {
        top: 221vw;
        left: 55vw;
    }
}
@media (max-width: 1300px) {
    .amalicon {
        width: 8vw;
        top: 7vw;
        left: 6vw;
    }
    .periodlanding12 {
        margin-top: 36rem !important;
    }
    .justcalender {
        top: 126vw;
    }

    .mobalarm {
        top: 146vw;
    }

    .text-move {
        margin-left: 6vw;
        top: 163vw;
    }
    .periodlanding7 {
        top: 200vw;
        left: 7vw;
        width: 47%;
    }
    .periodlanding7text {
        top: 214vw;
        left: 55vw;
    }
}
@media (max-width: 1280px) {
    .maintitle {
        font-size: 3.4vw;
    }
    .periodlanding12 {
        width: 24vw;
        top: 81vw;
        right: 5vw;
    }
    .amalicon {
        width: 8vw;
        top: 7.5vw;
        left: 6vw;
    }
    
    .titles {
        font-size: 2.4vw;
    }

    .iconswidth {
        width: 70px !important;
    }
    .tickimg {
        width: 1.5vw;
    }

    .mainsubtitle {
        font-size: 2.1vw;
    }

    .pt-landing-hero-titles .maintitle {
        font-size: 2.99vw;
    }

    .pt-landing-hero-titles .mainsubtitle {
        font-size: 1.85vw;
    }

    .subtitles {
        font-size: 2vw;
    }

    .subtitlelast {
        font-size: 1.7vw;
        margin-left: 0vw;
        margin-right: 0vw;
    }

    .titlelast {
        font-size: 2.1vw;
    }

    .flower {
        margin-top: -6.2vw;
    }

    .cta-text {
        font-size: 2.3vw;
    }
}

@media (max-width: 1200px) {
    .justcalender {
        top: 128vw;
    }

    .mobalarm {
        top: 153vw;
    }

    .text-move {
        margin-left: 5vw;
        top: 171vw;
    }
    .periodlanding7 {
        top: 188vw;
        left: 7vw;
        width: 47%;
    }
    .periodlanding7text {
        top: 202vw;
        left: 55vw;
    }
}
@media (max-width: 1140px) {
    .periodlanding12 {
        width: 24vw;
        top: 83vw;
        right: 5vw;
    }
    .justcalender {
        top: 129vw;
    }

    .mobalarm {
        top: 154vw;
    }

    .text-move {
        margin-left: 5vw;
        top: 172vw;
    }
    .periodlanding7 {
        top: 204vw;
        left: 7vw;
        width: 47%;
    }
    .periodlanding7text {
        top: 218vw;
        left: 55vw;
    }

}
@media (max-width: 1100px) {
    
    .text-move {
        bottom: -1vw;
    }
}
@media (max-width: 991px) {
    .pregli-tools-mob {
        font-size: 20px !important;
        font-weight: 600 !important;
    }
    .periodlanding12 {
        width: 22vw;
        top: 80vw;
        right: 5vw;
    }
    .pregnancy-unlocked-mob {
        font-weight: 600 !important;
        font-size: 23px !important;
        color: #06113C !important;
    }

    .amalicon {
        width: 10vw;
        top: 7vw;
        left: 6vw;
    }

    .iconswidth {
        width: 60px !important;
    }
    .tickmobpadding {
        margin-top: 0.3vw;
    }

    .tickimg {
        width: 1.7vw;
    }
    .cta-text {
        font-size: 2.6vw;
    }
    .footerbtmmargin {
        margin-bottom: 6vw;
    }
    .justcalender {
        top: 124vw;
    }

    .mobalarm {
        top: 148vw;
    }

    .text-move {
        margin-left: 5vw;
        top: 166vw;
    }
    .periodlanding7 {
        top: 200vw;
        left: 7vw;
        width: 47%;
    }
    .periodlanding7text {
        top: 214vw;
        left: 55vw;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .playstore {
        height: 39px !important;
    }
    .periodlanding7 {
        top: 205vw;
    }
    .periodlanding7text {
        top: 219vw;
    }
    .landing7-mobile-row {
        margin-top: -8.25rem !important;
        margin-bottom: -2rem !important;
    }
    .imgmobgirl {
        width: 45vw;
        position: relative;
        left: 0;
        top: 0;
    }
    .flower {
        margin-top: -6.2vw;
    }
    .amalicon {
        width: 10vw;
        top: 7vw;
        left: 6vw;
    }
}


@media (max-width: 900px) {
    .justcalender {
        top: 125vw;
    }

    .mobalarm {
        top: 136vw;
    }

    .text-move {
        margin-left: 5vw;
        top: 153vw;
    }
    .periodlanding7 {
        top: 199vw;
        left: 7vw;
        width: 47%;
    }
    .periodlanding7text {
        top: 213vw;
        left: 55vw;
    }
}
@media (max-width: 830px) {
    .periodlanding12 {
        width: 22vw;
        top: 82vw;
        right: 5vw;
    }
    .justcalender {
        top: 127vw;
    }

    .mobalarm {
        top: 151vw;
    }

    .text-move {
        margin-left: 5vw;
        top: 169vw;
    }
    .periodlanding7 {
        top: 205vw;
        left: 7vw;
        width: 47%;
    }
    .periodlanding7text {
        top: 219vw;
        left: 55vw;
    }
}
@media (max-width: 767px) {
    .pt-landing-video-ratio {
        aspect-ratio: 16 / 9;
    }

    .hero-mobile-store-buttons {
        margin-top: -21.85rem;
        margin-bottom: 2rem;
    }

    .imgmobgirl {
        width: 120%;
        position: relative;
        right: 7vw;
        left: auto;
        top: -16vw;
    }

    .landing7-mobile-row {
        padding: 0 !important;
        margin-top: -1.25rem !important;
        margin-bottom: 0rem !important;
        /* background-image: var(--pt-landing-bg-curved1) !important;
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat; */
    }

    .pt-img3 {
        height: 300px !important;
    }

    .periodlanding12 {
        width: 22vw;
        top: 84vw;
        right: 5vw;
    }
    /* Hero calendar: small screens only (d-md-none) — matches desktop vw tuning, not laptop layout. */
    .mobcalender {
        width: 122%;
        right: 54vw;
        margin-top: 54vw;
        margin-left: 44.5vw;
        position: relative;
        top: -55vw;
        z-index: 1;
    }
    .playstorebtn {
        width: 40vw !important;
    }
    .divcontraception {
        margin: 0 3vw;
    }
    .mobpaddinglast {
        padding-left: 10vw;
    }
    .amalicon {
        width: 11vw;
        top: 9vw;
        left: 6vw;
    }
    .iconswidth {
        width: 80px !important;
    }
    .tickimg {
        width: 3vw;
    }
    .tickmobpadding {
        margin-top: 1.2vw;
    }

    .bgwhite {
        padding: 9vw 0 92vw 0 !important;
    }
    /* .text-move {
					margin-left: 10vw;
					margin-top:-80vw;
				} */
    .list-padding {
        padding-left: 12.5vw !important;
    }

    .list-padding1 {
        padding-left: 8.7vw !important;
    }

    .paddinglistlast {
        padding-left: 3vw;
    }

    .mobalarm {
        margin-top: -100vw;
        top:auto;
        width:100%
    }

    .moblady {
        position: relative;
        margin-bottom: -30vw;
    }

    .mobmargintop {
        margin-top: 0vw;
    }

    .mobnotes {
        position: relative;
        margin-bottom: 0;
    }

    .flower1 {
        width: 15vw;
        position: relative;
        margin-top: -25vw;
        margin-left: 12vw;
        bottom: -36vw;
        z-index: 1;
    }

    .flower {
        width: 15vw;
        margin-top: -120vw;
        margin-left: -3rem;
        top: -16vw;
        left: 0vw;
    }

    .ot {
        text-align: center;
    }

    .bg-div1 {
        background-image: var(--pt-landing-bg-div1) !important;
        background-size: 100% 100% !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
        padding: 12vw 3vw 1vw 3vw !important;
    }

    .bg-curved1 {
        background-image: var(--pt-landing-bg-curved1) !important;
        background-size: 100% 100% !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
    }

    .bg-curved2 {
        background-image: var(--pt-landing-bg-curved2) !important;
        background-size: 100% 100% !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
    }

    .bgd-gradient {
        background: radial-gradient(circle at 0% 100%, #FFF6EE 0%, #FFF7ED 20%, #FBF8F7 80%, #FAFAFA 100%) !important;
    }

    .pregnancy-unlocked-mob {
        font-weight: 600 !important;
        font-size: 23px !important;
        color: #06113C !important;
        text-align: center;
    }

    .navigation {
        text-align: center;
    }

    .landing4-image {
        margin-bottom: -12rem !important;
    }

    .maintitle {
        font-size: 8vw;
    }

    .titlesmob1 {
        font-size: 6.4vw;
    }

    .titlesmob2 {
        font-size: 6.4vw;
    }

    .titlesmob3 {
        font-size: 6.1vw;
    }

    .titlesmob4 {
        font-size: 5.3vw;
    }

    .mainsubtitle {
        font-size: 5.6vw;
        padding: 0 6vw;
    }

    .pt-landing-hero-titles .maintitle {
        font-size: 7.04vw;
    }

    .pt-landing-hero-titles .mainsubtitle {
        font-size: 4.93vw;
        padding: 0 6vw;
    }

    .subtitles {
        font-size: 4vw;
    }

    .subtitlelast {
        font-size: 4vw;
    }

    .titlelast {
        font-size: 6vw;
    }
    .cta-text {
        font-size: 2.7vw;
    }

    .cta-bar {
        padding: 1.5vw 1.5vw;
        border-radius: 3vw 3vw 3vw 3vw;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    }

    .email-input {
        width: 60%;
    }

    .cta-button {
        padding: 1vw 1.5vw;
        font-weight: bold;
        border: none;
        border-radius: 15px;
        background-color: #D92953;
        color: #FFFFFF; /* Green text color */
        cursor: pointer;
    }
    .footerbtmmargin {
        margin-bottom: 12vw;
    }
}

@media (max-width: 700px) {
    .paddinglistlast {
        padding-left: 2vw;
    }
}

@media (max-width: 682px) {
    .titlesmob4 {
        font-size: 6vw;
    }
}

@media (max-width: 650px) {
    .paddinglistlast {
        padding-left: 1vw;
    }
}

@media (max-width: 575px) {
    .landing4-image {
        margin-bottom: -3rem !important;
    }
    .tickmobpadding {
        margin-top: 1.4vw;
    }
    .subtitles {
        font-size: 5vw;
    }
    .tickimg {
        width: 4vw;
    }
    .amalicon {
        width: 15vw;
        top: 11vw;
        left: 6vw;
    }
    .subtitlelast {
        font-size: 5vw;
    }
    .paddinglistlast {
        padding-left: 9vw;
    }
    .cta-text {
        font-size: 3.2vw;
    }

    .cta-bar {
        padding: 2vw 2vw;
    }

    .email-input {
        width: 80%;
    }

    .ctarow2 {
        padding-left: 5vw;
    }

    .footerbtmmargin {
        margin-bottom: 15vw;
    }
}

@media (max-width: 500px) {
    .list-padding {
        padding-left: 13vw !important;
    }
    .iconswidth {
        width: 15vw !important;
    }
    .amalicon {
        width: 15vw;
        top: 13vw;
        left: 6vw;
    }
}

@media (max-width: 460px) {
    .amalicon {
        width: 16vw;
        top: 14vw;
        left: 6vw;
    }
}
@media (max-width: 404px) {
    .tickmobpadding {
        margin-top: 0.6vw;
    }
    .tickimg {
        width: 4.55vw;
    }

    .footerbtmmargin{
        margin-bottom:20vw;
    }
    .amalicon {
        width: 17vw;
        top: 16vw;
        left: 6vw;
    }
}

@media (max-width: 400px) {
    .cta-text {
        font-size: 3.7vw;
    }
    .flower1 {
        bottom: -32vw;
    }
    .amalicon {
        width: 20vw;
        top: 17vw;
        left: 6vw;
    }
    .cta-bar {
        padding: 2.5vw 2.5vw;
    }

    .ctarow2 {
        padding-left: 7vw;
    }
}

@media (max-width: 375px) {
    .amalicon {
        width: 20vw;
        top: 17vw;
        left: 6vw;
    }
}

@media (max-width: 371px) {
    .titlesmob1 {
        font-size: 6.1vw;
    }
    .titlelast {
        font-size: 6.4vw;
    }
}

@media (max-width: 350px) {
    .cta-bar {
        padding: 3vw 2.5vw;
    }
    .amalicon {
        width: 20vw;
        top: 18vw;
        left: 6vw;
    }
}
@media (max-width: 345px) {
    .pt-img3 {
        height: 250px !important;
    }
}

@media (max-width: 320px) {
    .amalicon {
        width: 20vw;
        top: 18vw;
        left: 6vw;
    }
}

@media (max-width: 300px) {
    .tickmobpadding {
        margin-top: 0.4vw;
    }

    .tickimg {
        width: 5vw;
    }

    .mainsubtitle {
        font-size: 5.1vw;
    }

    .pt-landing-hero-titles .mainsubtitle {
        font-size: 4.5vw;
    }

    .amalicon {
        width: 21vw;
        top: 19vw;
        left: 6vw;
    }

}

@media (max-width: 287px) {
    .titlesmob1 {
        font-size: 5.8vw;
    }
    .cta-text {
        font-size: 3.7vw;
    }
    .ctarow2 {
        padding-left: 2vw;
    }
}

@media (min-width: 992px) {
    .ps-lg-10 {
        padding-left: 2.5rem !important;
        margin-top: -5.5rem;
    }
}

/* Laptop / small desktop: tighter pull-up than ultra-wide. */
@media (min-width: 992px) and (max-width: 1399.98px) {
    .landing7-mobile-row {
        margin-bottom: -9rem !important;
    }
}

/* Large / xxl screens (Bootstrap xxl = 1400px). */
@media (min-width: 1400px) {
    .landing7-mobile-row {
        margin-bottom: -25rem !important;
    }
}

@media (min-width: 768px) {
    .bgwhite {
        min-height: 50vw;
    }
}
