/* @font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto.ttf);
}


@font-face {
    font-family: "RobotoB";
    src: url(../fonts/RobotoB.ttf);
}

@font-face {
    font-family: "RobotoC";
    src: url(../fonts/RobotoC.ttf);
} */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

/* Advanced CSS Reset */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 25%, #243447 50%, #2e4057 75%, #1a2332 100%) !important;
    color: #ffffff !important;
    overflow-x: hidden;
    line-height: 1.7;
    min-height: 100vh;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
/* 
html{
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
} */


a {
    color: #D3137E;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #181818;
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
}

div {
    position: relative;
}

a {
    cursor: pointer;
}

button,
a {
    border: 0px;
    outline: 0;
}

:focus,
:focus-visible {
    border: 0px;
    outline: 0px
}

.container-fluid {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

header {
    float: left;
    width: 100%;
    padding: 0px;
    background-color: #ffffff00;
    position: absolute;
    top: 0;
    z-index: 1;
}

header ul li a.nav-link,
header ul li a.nav-link span {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    position: relative;
    margin: 7px 10px 0px 10px;
    font-size: 12px;
    padding:3px 17px 1px 17px !important;
}



header ul li:hover.nav-link {
           color: #ffffff !important;
           border-bottom: 3px solid;
           border-image: linear-gradient(45deg, #d4157c, #f38321) 1;
           background: #D3137E;
           background: linear-gradient(50deg, rgba(211, 19, 126, 1) 0%, rgba(244, 134, 32, 1) 100%);
           border-radius: 22px 22px 0px 0px;
           /* font-size: 13px !important; */
}

 .navbar-nav .nav-link.show{
    color: #ffffff !important;
    
}

header ul li.nav-item.dropdown:has(.nav-link.dropdown-toggle.show)
{
   transition: all 0.35s ease-out;
    border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #f38321, #d4157c) 1;
    margin: -9px 15px 0px !important;
    transform: scale(1.1);
    border-radius: 30px 30px 0px 0px;
    background: #D1157D;
    background: linear-gradient(90deg, rgba(209, 21, 125, 1) 0%, rgba(240, 127, 46, 1) 100%);
    line-height: 27px;
}

header ul li.nav-item:hover
{
   transition: all 0.35s 
ease-out;
   border-bottom: 3px solid;
   border-image: linear-gradient(45deg, #f38321, #d4157c) 1;
   margin: -9px 15px 0px !important;
   transform: scale(1.1);
   border-radius: 30px 30px 0px 0px;
   background: #D1157D;
   background: linear-gradient(90deg, rgba(209, 21, 125, 1) 0%, rgba(240, 127, 46, 1) 100%);
   line-height: 27px;
}
/* 
header ul li.nav-item:has(.nav-link:hover) a.nav-link
{
    transition: all 0.35s ease-out;
   
    margin: -9px 15px 0px !important;
}

header ul li.nav-item:has(.nav-link:hover) a.nav-link.show
{
    margin: -3px 15px 0px !important;
}
 */
header ul li.nav-item:has(.nav-link:hover) .dropdown-menu.show .dropdown-item, header ul li.nav-item:has(.nav-link:focus) .dropdown-menu.show .dropdown-item{
    transform:none !important;
}

header ul li a.active.nav-link {
    color: #163B68 !important;
    font-weight: bold;
    font-family: "RobotoB", sans-serif;
    /* border-bottom: 3px solid #163B68; */
}

header ul li a.active.nav-link:hover{
     color: #D3137E !important;
    font-weight: bold;
    font-family: "RobotoB", sans-serif;
    border-bottom: 3px solid #D3137E;
}

header ul li a:hover.nav-link:after,
header ul li a.active.nav-link:after {
    background-color: #ffffff00;
}

header ul li.home a.nav-link {
    margin: 0px;
    margin-top: 5px;
    border-radius: 100%;
    padding: 10px !important;
}

header ul li.home a:hover.nav-link,
header ul li.home a.nav-link.active {
    margin: 0px;
    margin-top: 5px;
    border-radius: 100%;
    background-color:#D3137E;
}

header ul li.home a:hover.nav-link img,
header ul li.home a.nav-link.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.lh25{line-height: 25px !important;}
.lh30{line-height: 30px !important;}
.lh35{line-height: 35px !important;}


button.navbar-toggler:focus {
    border: 0px;
    outline: 0;
    box-shadow: none;
}

button.navbar-toggler {
    background: #D3137E;
    margin-top: 10px;
    position: absolute;
    top: 0px;
    right: 20px;
    border: 0px;
    padding: 3px 7px 5px 7px;
    border-radius: 4px;
    z-index: 1;
}

.navbar-toggler span {
    display: block;
    background: #ffffff;
    height: 2px;
    width: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}



.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 80%) rotate(-45deg);
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff;
    border-radius: 0px;
}

.navbar-expand-md {
    padding-bottom: 0px !important;
    margin-top: 50px;
    width: 85%;
    float: right;
    display: flex;
}

/* footer {
   width: 100%;
    float: left;
    height: 30px;
  
    z-index: 2;
    background: #D3137E;
    background: linear-gradient(50deg, rgba(211, 19, 126, 1) 0%, rgba(244, 134, 32, 1) 100%);
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 20px !important;
    text-align: left;
    line-height: 35px;
    margin-bottom: 30px;
}
 */
p.small
{
    font-family: "Roboto", sans-serif;
    font-size: 16px !important;
    text-align: left;
    line-height: 25px;
    margin-bottom: 30px;
}

 p.small a{word-break: break-all;}

.dnone {
    display: none;
}

.dblock {
    display: block;
}


/* Slider */

.slider {
    width: 50%;
    margin: 40px auto;
}

.slick-slide {
    margin: 0px 20px;
}

/* .slick-slide img {
  width: 100%;
} */

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    /* opacity: .2; */
}

/* .slick-active {
  opacity: .5;
} */

.slick-current {
    opacity: 1;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #ffffffc4;
    border-radius: 100%;
}

.slick-next,
.slick-prev {
    background: #c1c1c1;
    display: none !important;
}

.slick-prev::before,
.slick-next::before {
    font-size: 23px;
    color: #ffffff;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #ffffff;
    outline: none;
    background:#D3137E;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 10px 0px #D3137E;
}



.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
    color: #ffffff;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-next:before {
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:hover:before {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 35px;
    line-height: 1;
    opacity: 1;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "\f104";
    /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: 10px;
    position: absolute;
    top: 2px;
    color:#D3137E;
}

[dir='rtl'] .slick-prev:before {
    content: "\f104";
    /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: -5px;
    position: absolute;
    top: 0;
}


.slick-next {
    right: -40px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "\f105";
    /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: 13px;
    position: absolute;
    top: 2px;
    color:#D3137E;
}

[dir='rtl'] .slick-next:before {
    content: "\f105";
    /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: 20px;
    position: absolute;
    top: 0;
}

/* Dots */
.slick-dotted.slick-slider {
    margin: -40px 0px 0px 0px;
    width: 100%;
}

.slick-dots {
    position: absolute;
    bottom: 12px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    width: auto;
    right: 98px;
}

.index .slick-dots {
    right: 10%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: -5px;
    left: 0;
    width: 9px;
    height: 9px;
    content: "\f111";
    text-align: center;
    font-family: fontawesome;
    text-align: center;
    border-radius: 100%;
    opacity: .25;
    color: #0046e9;
}



.slick-dots li.slick-active button:before {
    opacity: .90;
    color: #193a99;
}

.text-center {
    text-align: center;
}

.bdr-rad10 {
    border-radius: 10px;
}

.m0{
    margin: 0px !important;
}

.mt0{
    margin-top: 0px !important;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.m25 {
    margin: 25px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}


.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column-reverse;
    align-content: flex-end;
}

.carousel-control-prev-icon {
    background-image: url('../images/left-arw.png');
}

.carousel-control-next-icon {
    background-image: url('../images/right-arw.png');
}


#videosXs .carousel-control-prev-icon {
    background-image: url('../images/left-arrow.png');
        width: 70px;
    height: 35px;
}

#videosXs .carousel-control-next-icon {
    background-image: url('../images/right-arrow.png');
        width: 70px;
    height: 35px;
}


.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.carousel-control-prev {
    left: 0px;
    opacity: 1;
}

.carousel-control-next {
    right: 0px;
    opacity: 1;
}

.carousel-control-next, .carousel-control-prev{    width: 7%;}

#videosXs .carousel-control-prev, #videosXs .carousel-control-next{
        height: 50px;
    width: 70px;
    bottom: -55px;
    top: unset;
    z-index: 2;
}

.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    width: 50%;
    float: left;
    margin-bottom: 50px;
}

.column img {
    width: auto;
    height: 500px;
    margin-left: 30px;
    border: 2px solid #bbbbbb;
    border-radius: 5px;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 10%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgb(134, 134, 134);
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}




.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}


.demo:hover {
    opacity: 1;
}


.dropdown-menu.show {
    background-color: #e9e9e9;
    border: 1px solid #c1c1c1;
    left: 15px;
    padding: 0px;
    background: #DA93C0;
    background: linear-gradient(90deg, rgba(218, 147, 192, 1) 0%, rgba(244, 130, 111, 1) 100%);
}

.dropdown-menu.show .dropdown-item {
   font-size: 14px;
   color: #ffffff;
   padding: 3px 10px;
}

.navbar-expand-md .navbar-nav ul.dropdown-menu li{
    border-bottom: 1px solid #ffffff;
}

.navbar-expand-md .navbar-nav ul.dropdown-menu li:last-child{
    border-bottom:0px solid #ffffff;
}


a:hover.dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
    background-color:#D3137E;
    color: #ffffff !important;
    border-radius: 5px;
}

.emlogo
{
        position: absolute;
    top: 20px;
    z-index: 1;
}

.mklogo{
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: -1;
    }

    .mklogo img{height: 80px;}

    .logobg{display: flex;gap: 4%;} 

    .logobg .homebtn
    {display: grid;width: 8%;justify-content: end;margin-top: 50px;}
    
    .logobg .menu
    {display: grid;width: 90%;z-index: 12;}

    /* .logobg .mklogo
    {display: grid; width:20%;} */
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
        display: flex;
        justify-content: space-evenly;
    }

    .nav-item.main{    border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #d4157c, #f38321) 1;
    padding: 0px 15px;
    position: absolute;
    left: -15px;
    top: -9px;}

    .nav-item.main .nav-link
    {
        position: static;
    background: #D3137E;
    background: linear-gradient(50deg, rgba(211, 19, 126, 1) 0%, rgba(244, 134, 32, 1) 100%);
    border-radius: 22px 22px 0px 0px;
    font-size: 20px;
    margin: 0px;
    font-weight: bold;
    padding: 4px 17px !important;
    border-bottom: 0px;
    }


    .hero-section.hero-bg-image {
    padding: 0px 0px 0px;
    overflow: hidden;
    width: 100%;
    height: 98vh;
}

.hero-section.hero-video .hero-bg-video{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero-section.hero-video .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; /* Default desktop view */
}


.mi .hero-section.hero-bg-image {
    background: url(../images/male-inf-banner.png) no-repeat !important;
    background-position: right center !important;
    background-size: cover !important;
    padding: 150px 0;
    overflow: hidden;
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
}
.mi .title-secondary {
    display: block;
    font-size: 45px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    line-height: normal;
    font-family: Poppins, sans-serif;
    margin-bottom: 5px;
    /* background: linear-gradient(135deg, #D3137E, #f48620);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.mi .brand-section {
    margin-bottom: 0.5rem;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 29px;
}
.mi h5.hero-description{
    font-size: 24px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3rem;
    font-family: Inter, sans-serif;
    max-width: 500px;
    text-align: left;
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
    line-height: normal;
    font-weight: bold;
    }

.mi p.hero-description {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3rem;
    font-family: Inter, sans-serif;
    max-width: 500px;
    text-align: left;
    float: left;
    width: 100%;
}

.mi .hero-section.hero-bg-image .hero-content {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    transform: unset;
    padding-top: 100px;
        display: block;
}

.mi2 {
    /* background: url(../images/mi02.png) no-repeat !important;
    background-position: center center !important;
    background-size: contain !important; */
    background: #000047;
    background: linear-gradient(221deg, #511c00 0%, #1c1f89 100%);
    padding: 150px 0px 70px;
    overflow: hidden;
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
}


.timeline-visual {
    /* background: rgba(255, 255, 255, 0.08); */
    /* backdrop-filter: blur(20px); */
    /* border: 1px solid rgba(255, 255, 255, 0.12); */
    border-radius: 20px;
    /* padding: 20px 30px; */
}

.timeline-visual h3 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.timeline-point {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    flex-direction: row;
}

.timeline-point:last-child {
    border-bottom: none;
}

.timeline-point .time {
    color: #f48620;
    font-weight: 600;
    min-width: 30px;
    font-size: 22px;
    padding-top: 5px;
}

.timeline-point .effect {
    color: rgba(255, 255, 255, 0.9);
    flex: 1;
    margin-left: 1rem;
    font-size: 17px;
    line-height: 1.4;
}

.timeline-visual p{
     color: rgba(255, 255, 255, 0.9);
     margin-left: 1rem;
     font-size: 18px;
     line-height: 1.5;
     margin-top: 20px;
}

.mi2 .section-title
{
    text-align: left;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.mi2 .timeline-point {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    flex-direction: row;
}

.mi2 .title-underline{
    float: left;
    margin-top: 0px;
}

.align-items-center {
    align-items: center !important;
}

.hero-section.hero-bg-image.hero-video .hero-content {
    width: 100%;
    max-width: 600px;
    margin: 0px;
    text-align: center;
    float: right;
    position: absolute;
    left: unset;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}


.ref-section {
    padding: 3rem 0;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 25%, #243447 50%, #1a2332 100%);
    position: relative;
    color: #ffffff;
    width: 100%;
    float: left;
}

.ref-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgba(211, 19, 126, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(244, 134, 32, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.ref-section h5{
    font-size: 18px;
    text-align: left;
    color: #ddd;
    margin-top: 20px;
}


.ref-section p{
    font-size: 13px;
    text-align: left;
    color: #ddd;
    margin-bottom: 3px;
}

.ref-section p a{
    color: #f48620;
    text-decoration: underline;
}

.ref-section p a:hover, .ref-section p a:focus{
    color: #ffffff;
    text-decoration: none;
}



sup a{
    color: #fff;
    text-decoration: none;
}

.blockquote sup a{
    color: #f48620;
    text-decoration: none;
}


sup a:hover, sup a:focus{
    color: #fff;
    text-decoration: underline;
}
.section-title sup{    left: -2px;}
.section-title sup a{
    font-size:40%;
    vertical-align: super;
    /* text-decoration: underline; */
}


.hero-section.hero-bg-image .hero-content {
    width: 100%;
    max-width: 600px;
    margin: 0px;
    text-align: center;
    float: right;
    position: absolute;
    right: unset;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.hero-content {
    position: relative;
    z-index: 0;
}

.hero-section.hero-bg-image .hero-content .section-title h1 {
    font-size: 70px;
    font-family: "RobotoB", sans-serif !important;
    font-weight: bolder;
    color: #fff;
    text-align: left;
    /* text-shadow: 1px 3px 12px #000; */
}

.hero-section.hero-bg-image .hero-content .section-title h1.sprt
{
    background: #D3137E;
    background: linear-gradient(50deg, #d3137dc6 0%, #f48620c2 100%);
    padding: 0px 20px 10px;
    /* box-shadow: 8px 5px 14px 4px #000; */
    border-radius: 15px;
    
}

.hero-btn
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 15;
}


    .section-title h1 {
      display: flex;
      gap: 12px;
      font-size: 3rem;
      font-weight: 700;
      letter-spacing: 2px;
      z-index: -7;
      position: relative;
    }

    .section-title h1 span {
      display: inline-block;
      position: relative;
    }

    /* Animation timing handled by JavaScript */

    @keyframes slideInLeft {
      from {
        transform: translateX(150px);
        opacity: 0;
      }
      to {
        transform: translateX(0);
        opacity: 1;
      }
    }



     .round {
      position: fixed;
      color: rgba(255, 255, 255, 0.53);
      opacity: 0.8;
      pointer-events: none;
      user-select: none;
      animation: drift linear infinite;
    }

    @keyframes drift {
      0% {
        transform: translate(0, 0) rotate(0deg);
        opacity:0.3;
      }
      100% {
        transform: translate(var(--x-move), var(--y-move)) rotate(500deg);
        opacity: 0.3;
      }
    }



    .artclbnr
    {
width: 100%;
float: left;
margin-top: 100px;
position: relative;
    }


    
    .artclbnr .article-title 
     {
        position: absolute;
        right: 20px;
        top: 150px;
        width: 45%;
     }

    .artclbnr .article-title h1 {
      display: flex;
      gap: 12px;
      font-size: 3rem;
      font-weight: 700;
      letter-spacing: 2px;
      font-size: 78px;
      font-family: "RobotoB", sans-serif !important;
      font-weight: 1000;
      color: #ffffff;
      text-align: left;
      justify-content: flex-end;
      flex-direction: row;
    }
.image-anime {
    position: relative;
    overflow: hidden;
      transition: all 0.4s ease-in-out;
}
    
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

 @keyframes spin {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }

    .rotate-infinite {
      animation: spin 15s linear infinite; /* speed = 3s per rotation */
    }


    .contbg
    {
            width: 100%;
    float: left;
    display: flex;
    gap: 40px;
    margin-top: 60px;
    }

    .contbg .cont1{
            display: grid;
    justify-content: start;
        width: 30%;
    }
 .contbg .cont1 img.rotateimg
 {
        height: 220px;
 }

   .contbg .cont2{
            display: grid;
            justify-content: start;
            align-content: space-evenly;
    }

h2.mainhdng{
   background: linear-gradient(90deg, #d4157d, #f48422, #f48422);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   font-size: 40px;
   font-family: 'RobotoC', sans-serif;
   height: auto;
   line-height: normal;
   margin-bottom: 25px;
}

h2.mainhdng2{
   background: linear-gradient(90deg, #d4157d, #f48422, #f48422);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-family: 'RobotoC', sans-serif;
    height: auto;
    line-height: normal;
    margin-bottom: 20px;
}
.article ul
{
        padding-left: 25px;
        width: 100%;
        float: left;
}

.article ul li{
        font-family: "Roboto", sans-serif;
        font-size: 25px;
        margin-bottom: 20px;
        color: #181818;
}

.article ul li span
{
    font-weight: bold;
    font-family: "RobotoB", sans-serif;
    font-size: 26px;
    color: #181818;
}


 .contbg2
    {
            width: 100%;
            float: left;
            display: flex;
            gap: 24px;
            margin-top: 0px;
            padding: 0px;
            border-bottom: 3px solid;
            border-image: linear-gradient(to right, #d4157c, #f48521) 1;
            float: left;
    }

  .contbg2 .cont3{
            display: grid;
            justify-content: start;
            width: 17%;
    }
  .contbg2 .cont3 .imgwrapbg
  {
     position: relative;
     background: linear-gradient(to right, #d4157c, #f38323);
     padding: 2px;
     width: 100%;
     margin-bottom: -2px;
  }

 .contbg2 .cont3 .imgwrapbg .imgwrap
  {
    background: #ffffff;
    color: white;
    padding: 10px;
    height: 100%
  }

    
   .contbg2 .cont4{
            display: grid;
            justify-content: start;
            align-content: space-evenly;
    }
.contbg2 .cont4 p{
    font-family: "Roboto", sans-serif;
    font-size: 25px !important;
    margin-bottom: 12px;
    color: #181818;
}

.contbg2 .cont4 p span{
        font-weight: bold;
        font-family: "RobotoB", sans-serif;
        font-size: 23px;
        color: #181818;
}



.contbg3
    {
            width: 100%;
            float: left;
            display: flex;
            gap: 24px;
            margin-top: 0px;
            padding: 0px;
            border-bottom: 3px solid;
            border-image: linear-gradient(to right, #d4157c, #f48521) 1;
            float: left;
    }
  .contbg3 .cont5{
            display: grid;
            justify-content: start;
            width: 38%;
    }
  .contbg3 .cont5 .imgwrapbg
  {
     position: relative;
     background: linear-gradient(to right, #d4157c, #f38323);
     padding: 2px;
     width: 100%;
     margin-bottom: -2px;
  }

 .contbg3 .cont5 .imgwrapbg .imgwrap
  {
    background: #ffffff;
    color: white;
    padding: 10px;
    height: 100%
  }


  .contbg3 .cont6{
            display: grid;
            justify-content: start;
            align-content: space-evenly;
    }
.contbg3 .cont6 p{
    font-family: "Roboto", sans-serif;
    font-size: 22px !important;
    margin-bottom: 12px;
    color: #181818;
}

.contbg3 .cont6 p span{
        font-weight: bold;
    font-family: "RobotoB", sans-serif;
    font-size: 23px;
    color: #181818;
}

  .contbg3 .cont6 .arwbg{
    width: 100%;
    float: left;
    background-image: url(../images/artc1ico8.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    left: -50px;
    top: 0px;
  }
  
.contbg3 .cont6 .arwbg h2.mainhdng2
{
        background: linear-gradient(90deg, #d4157d, #f48422, #f48422);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        font-family: 'RobotoC', sans-serif;
        height: auto;
        line-height: normal;
        margin-bottom: 40px;
        margin-left: 80px;
        margin-top: 30px;
}

.article .cont6 ul{
        margin-top: 90px;
}

.box1 .item
{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: row;
}

.box2 .item
{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: row-reverse;
}

.box1 .item .item-content, .box2 .item .item-content
{
    width: 100%;
}

.box1 .item .item-content h3, .box2 .item .item-content h3{
        font-size: 28px;
    font-weight: bold;
    color: #d4167c;
    font-family: "Roboto", sans-serif;
}

.article .box1 .item .item-content ul, .article .box2 .item .item-content ul
{
    margin-bottom: 0px;
}

.article .box1 .item .item-content ul li, .article .box2 .item .item-content ul li, .article .box2 .item .item-content p
{
        font-size: 22px;
    font-weight: normal;
    color: #181818;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    margin-bottom: 20px;
}

.article .box1 .item .item-content ul li span, .article .box2 .item .item-content ul li span{
      font-size: 23px;
    font-weight: bold;
}

.imgwrapbg .imgwrap img{
transition: all 0.4s ease-in-out;
}

.imgwrapbg .imgwrap:hover img{
 transform: rotateY(180deg);
}

.contbg3 .cont5 .imgwrapbg .imgwrap:hover img
{
    transform: rotateY(0deg);
}

/* 
.our-benefit-image img {
    width: 100%;
    aspect-ratio: 1 / 1.48;
    object-fit: cover;
    border-radius: 200px;
} */

.redefining-section {
    /* padding: 8rem 0;
    background-image: url("../images/redefining-section.png");
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-position: center; */
    padding: 4rem 0rem 8rem;
    background-image: url(../images/home-about-banner.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    background-position: center;
}

.redefining-section .row{
    --bs-gutter-x: 6.5rem;
    --bs-gutter-y: 0;
    display: flex;
        justify-content: flex-end;
}

.redefining-section h2.infrtlt-title
{
        /* background: linear-gradient(to right, #D3137E, #F38621); */
        /* background-clip: text; */
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        font-size: 47px;
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 10px;
}

.redefining-section p.infrtlt-description
{
    color: #ffffff;
    margin: 20px 0px 30px;
    font-size: 21px;
}

.infertility-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(15, 20, 25, 0.8) 0%,
        rgba(15, 20, 25, 0.6) 40%,
        rgba(15, 20, 25, 0.2) 70%,
        transparent 100%
    );
    pointer-events: none;
}

.infertility-content {
    padding: 3rem 2rem;
    animation: fadeInLeft 0.8s ease-out forwards;
    position: relative;
    z-index: 10;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.9) 100%
    );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.infertility-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgba(211, 19, 126, 0.9), rgba(244, 134, 32, 0.8));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 30px rgba(211, 19, 126, 0.3);
}

.infertility-badge i {
    color: white;
    font-size: 1rem;
}

.infertility-title {
    font-size: clamp(2rem, 4vw, 4.5rem);
    font-weight: 700;
    color: #0f1419;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.infertility-description {
    font-size: 2.1rem;
    color: #444;
    margin-bottom: 2rem;
    max-width: 500px;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

.infertility-description sup a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}

.infertility-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.infertility-stats .stat-item {
    text-align: left;
}

.infertility-stats .stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #D3137E 0%, #f48620 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    margin-bottom: 0.5rem;
}

.infertility-stats .stat-label {
    font-size: 0.9rem;
    color: #555;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*Style2.css start*/
/* Professional Medical UI - EnerBless-M */


/* Professional Background System */
.animated-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    background: 
        radial-gradient(circle at 20% 20%, rgba(211, 19, 126, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(244, 134, 32, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(30, 144, 255, 0.08) 0%, transparent 50%),
        linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
}

.medical-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0.03;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 60s linear infinite;
}

.professional-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: 
        radial-gradient(ellipse at top left, rgba(211, 19, 126, 0.05) 0%, transparent 40%),
        radial-gradient(ellipse at bottom right, rgba(244, 134, 32, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
    background: linear-gradient(135deg, rgba(211, 19, 126, 0.3), rgba(244, 134, 32, 0.2));
    filter: blur(40px);
    animation: subtleFloat 25s ease-in-out infinite;
}

.circle-1 {
    width: 400px;
    height: 400px;
    top: -10%;
    left: -10%;
    animation-delay: 0s;
}

.circle-2 {
    width: 300px;
    height: 300px;
    top: 60%;
    right: -10%;
    animation-delay: 8s;
    animation-duration: 30s;
}

.circle-3 {
    width: 250px;
    height: 250px;
    bottom: -5%;
    left: 50%;
    animation-delay: 15s;
    animation-duration: 35s;
}

.circle-4 {
    width: 180px;
    height: 180px;
    top: 30%;
    right: 70%;
    animation-delay: 22s;
    animation-duration: 20s;
}

/* Professional Navigation System */
.modern-nav {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(15 20 25 / 72%) !important;
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border-bottom: 0px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    padding: 0;
    animation: slideDown 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s ease;
}

.modern-nav.scrolled {
    background: rgba(15, 20, 25, 0.98) !important;
    backdrop-filter: blur(40px) saturate(200%);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px 0px 10px;
    min-height: 80px;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.nav-brand:hover {
    transform: scale(1.02);
}

.brand-logo {
    height: 65px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(211, 19, 126, 0.3));
    transition: all 0.3s ease;
    margin-bottom: 5px;
}

.brand-logo2 {
    height: 60px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(211, 19, 126, 0.3));
    transition: all 0.3s ease;
    margin-bottom: 5px;
    margin-right: 10px;
}

.brand-text {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #D3137E 0%, #f48620 50%, #D3137E 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
    letter-spacing: -0.5px;
}

.nav-menu {
    display: flex;
    gap: 5px;
    /* display: block !important; */
    flex-basis: auto;
    background: #D3137E;
    background: linear-gradient(50deg, #d3137e 0%, #f48620 100%);
    border-radius: 25px;
    align-items: center;
    flex-direction: row;
}

.nav-item {
    display: flex !important;
    align-items: center;
    gap: 0.8rem;
    padding: 8px 10px;
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none;
    border-radius: 14px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    margin: 0px 0px 0px 0px;
}

.nav-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: left 0.6s ease;
}

.nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    /* background: linear-gradient(90deg, #f48620, #D3137E); */
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-50%);
}

.nav-item:hover::before {
    left: 100%;
}

.nav-item:hover::after {
    width: 100%;
}

.nav-item:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #d3137e, #f48620) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(211, 19, 126, 0.15);
    transform: scale(1.2);
    border-radius: 25px;
}


.nav-item.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #d3137e, #f48620) !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(211, 19, 126, 0.15);
    border-radius: 25px;
}

.nav-item.active:hover{transform: scale(1.2);}

.nav-item.active::after {
    width: 100%;
}

.nav-item i {
    font-size: 1.3rem;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.nav-item:hover i {
    opacity: 1;
    transform: scale(1.1);
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.mobile-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mobile-toggle span {
    width: 28px;
    height: 3px;
    background: linear-gradient(135deg, #D3137E, #f48620);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center;
}

/* Professional Hero Section */
.hero-section {
    min-height: unset;
    display: flex;
    align-items: center;
    padding: 1px;
    position: relative;
    background: transparent !important;
    overflow: hidden;
     float: left;
    width: 100%;
}

.hero-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
    z-index: 2;
}

.hero-left {
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, rgba(211, 19, 126, 0.15), rgba(244, 134, 32, 0.1));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 8px 32px rgba(211, 19, 126, 0.15);
    position: relative;
    overflow: hidden;
}

.hero-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmer 2s infinite;
}

.hero-badge i {
    color: #f48620;
    font-size: 1rem;
    animation: pulse 2s ease-in-out infinite;
}

.hero-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.5px;
}

.title-line {
    display: block;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    animation-fill-mode: forwards;
}

.title-line:nth-child(1) { animation-delay: 0.2s; }
.title-line:nth-child(2) { animation-delay: 0.4s;margin: 15px 0px; }
.title-line:nth-child(3) { animation-delay: 0.6s; }

.highlight {
    background: linear-gradient(135deg, #D3137E 0%, #f48620 50%, #ff6b35 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
    position: relative;
}

.hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 2.5rem;
    max-width: 500px;
    /* animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both; */
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
    flex-wrap: wrap;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  font-size: 40px;
  /* border: none; */
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
  color: #d5187a;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  border: 2px solid;
  border-color: rgb(211 19 126 / 46%);
  box-shadow: 0 25px 60px rgba(211, 19, 126, 0.2);
  line-height: 0;
  z-index: 2;
}

#backToTop i {
    background: linear-gradient(135deg, #D3137E, #f48620);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#backToTop:hover{
    transform: translateY(-8px);
}
#backToTop.show {
  opacity: 1;
  pointer-events: auto;
}

.btn-primary-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: linear-gradient(135deg, #D3137E 0%, #f48620 100%) !important;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: white !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 12px 40px rgba(211, 19, 126, 0.25);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.btn-primary-modern:hover::before {
    left: 100%;
}

.btn-primary-modern:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 60px rgba(211, 19, 126, 0.4);
}

.btn-secondary-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(20px);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    padding: 1rem 2rem;
    border-radius: 50px;
    color: white !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 0.95rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-secondary-modern:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.1);
}

.hero-stats {
    display: flex;
    gap: 3rem;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s both;
}

.stat-item {
    text-align: left;
    position: relative;
}

.stat-item::before {
    content: '';
    position: absolute;
    left: -1rem;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #D3137E, #f48620);
    border-radius: 2px;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #D3137E 0%, #f48620 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    margin-bottom: 0.5rem;
}

 .misec .stat-number {
    font-size: 23px;
    font-weight: 800;
     color: #ffffff !important;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    margin-bottom: 0.5rem;
        font-family: "Roboto", sans-serif;
        min-height:55px;
    }

.stat-label {
    display: block;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
}

.hero-right {
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-container {
    position: relative;
    max-width: 600px;
    width: 100%;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
    animation: subtleFloat 6s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

.floating-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.medical-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(211, 19, 126, 0.2), rgba(244, 134, 32, 0.15));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #f48620;
    animation: subtleFloat 5s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 40px rgba(211, 19, 126, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
}

.medical-icon:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, rgba(211, 19, 126, 0.3), rgba(244, 134, 32, 0.2));
    box-shadow: 0 20px 60px rgba(211, 19, 126, 0.25);
}

/* Male Infertility Section */
.male-infertility-section {
    padding: 4rem 0rem 8rem;
    background: url('../images/consultation-bg.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
}

.male-infertility-section .container {
    position: relative;
}

.infertility-content {
    background: transparent;
    padding: 3rem 2.5rem;
    max-width: 600px;
    text-align: left;
}
/* 
.infertility-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.infertility-badge i {
    color: #f48620;
    font-size: 1rem;
} */

.infertility-title {
    font-size: 3.1rem;
    font-weight: 800;
    /* color: #ffffff !important; */
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    /* background: linear-gradient(to right, #D3137E, #F38621); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.infertility-description {
    font-size: 1.3rem;
    /* color: rgba(255, 255, 255, 0.9) !important; */
    margin-bottom: 2rem;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
    color: #000;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: linear-gradient(135deg, #d3137e 0%, #f48620 100%);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: white !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 12px 40px rgba(211, 19, 126, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-read-more:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 60px rgba(211, 19, 126, 0.5);
}

.btn-read-more i {
    transition: transform 0.3s ease;
}

.btn-read-more:hover i {
    transform: translateX(5px);
}

/* Professional Features Section */
.features-section {
    padding: 8.5rem 0rem 3rem;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.02) 0%,
        rgba(211, 19, 126, 0.03) 50%,
        rgba(244, 134, 32, 0.02) 100%
    );
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    opacity: 0.5;
}

.features-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.features-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f48620;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.features-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.features-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8) !important;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.feature-card {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(211, 19, 126, 0.1),
        rgba(244, 134, 32, 0.1),
        transparent
    );
    transition: left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.feature-card::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #D3137E, #f48620, #ff6b35);
    border-radius: 26px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
}

.feature-card:hover::before {
    left: 100%;
}

.feature-card:hover::after {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: transparent;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    box-shadow: 0 30px 80px rgba(211, 19, 126, 0.2);
}

.feature-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgba(211, 19, 126, 0.2), rgba(244, 134, 32, 0.2));
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: #f48620;
    margin: 0 auto 2rem;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.feature-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #D3137E, #f48620);
    opacity: 0;
    border-radius: 50%;
    transition: opacity 0.3s ease;
}

.feature-icon i {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.15) rotate(10deg);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 40px rgba(211, 19, 126, 0.3);
}

.feature-card:hover .feature-icon::before {
    opacity: 1;
}

.feature-card:hover .feature-icon i {
    color: #ffffff;
    transform: scale(1.1);
}

.feature-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 1.2rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
}

.feature-description {
    color: rgba(255, 255, 255, 0.75) !important;
    line-height: 1.7;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.feature-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-stat {
    text-align: center;
}

.feature-stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #f48620;
    font-family: 'Poppins', sans-serif;
}

.feature-card:hover .feature-stat-number{
        color: #ffffff;
}

.feature-stat-label {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 0.3rem;
}

/* Professional Timeline Section */
.timeline-section {
    padding: 3rem 0rem 3rem;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.01) 0%,
        rgba(211, 19, 126, 0.02) 50%,
        rgba(255, 255, 255, 0.01) 100%
    );
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    border-top: 1px solid;
    border-image: linear-gradient(to right, #d3137ec4, #f48620b5) 1;
}

.timeline-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(211, 19, 126, 0.1) 0%, transparent 70%);
    opacity: 0.3;
}


.timeline-section .section-header
{
    margin-bottom: 70px;
}

.timeline-section .section-header h2
{
        font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.timeline-header {
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
    z-index: 2;
}

.timeline-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f48620;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.timeline-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    line-height: 1.2;
}

.timeline-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8) !important;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.timeline-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, transparent, #D3137E, #f48620, transparent);
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    margin-bottom: 2rem;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    border-bottom: 1px solid #ffffff1c;
    width: 100%;
    float: left;
}


.timeline-item .timeline-marker {
    width: 50px;
    height: 50px;
    background-color: #d3157b;
    border-radius: 100px;
    padding: 10px 20px;
}

.timeline-content {
    flex: 1;
    padding: 0 3rem;
        width: 100%;
    float: left;
}

.timeline-card {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.03) 100%
    );
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.timeline-card::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgba(255, 255, 255, 0.1);
    transform: translateY(-50%);
    transition: border-color 0.3s ease;
}

.timeline-item:nth-child(even) .timeline-card::before {
    right: auto;
    left: -15px;
    border-left: none;
    border-right: 15px solid rgba(255, 255, 255, 0.1);
}

.timeline-card:hover {
    transform: translateY(-5px) scale(1.02);
    border-color: rgba(211, 19, 126, 0.3);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    box-shadow: 0 25px 70px rgba(211, 19, 126, 0.2);
}

.timeline-card:hover::before {
    border-left-color: rgba(211, 19, 126, 0.3);
}

.timeline-item:nth-child(even) .timeline-card:hover::before {
    border-right-color: rgba(211, 19, 126, 0.3);
}

.timeline-number {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #D3137E, #f48620);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    color: white;
    border: 4px solid rgba(10, 10, 10, 1);
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 10px 30px rgba(211, 19, 126, 0.3);
}

.timeline-step-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.timeline-step-description {
    color: rgba(255, 255, 255, 0.75) !important;
    line-height: 1.7;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
}

/* Professional CTA Section */
.cta-section {
    padding: 3rem 0rem 3rem;
    background: linear-gradient(
        135deg,
        rgba(211, 19, 126, 0.1) 0%,
        rgba(244, 134, 32, 0.05) 50%,
        rgba(211, 19, 126, 0.1) 100%
    );
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    border-top: 1px solid;
    border-image: linear-gradient(to right, #d3137ec4, #f48620b5) 1;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(211, 19, 126, 0.15) 0%, transparent 70%);
    opacity: 0.6;
}

.cta-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-content {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.04) 100%
    );
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 4rem 3rem;
    position: relative;
    overflow: hidden;
}

.cta-content::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #D3137E, #f48620, #ff6b35);
    border-radius: 32px;
    opacity: 0;
    z-index: -1;
    animation: glowPulse 4s ease-in-out infinite;
}

.cta-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f48620;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.cta-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    line-height: 1.2;
    text-align: center;
}

.cta-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 3rem;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.cta-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: linear-gradient(135deg, #D3137E 0%, #f48620 100%) !important;
    border: none;
    padding: 1.5rem 3rem;
    border-radius: 50px;
    color: white !important;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 15px 50px rgba(211, 19, 126, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.btn-cta-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-cta-primary:hover::before {
    left: 100%;
}

.btn-cta-primary:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 25px 80px rgba(211, 19, 126, 0.5);
}

.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 1.5rem 3rem;
    border-radius: 50px;
    color: white !important;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 1.1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.btn-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 20px 60px rgba(255, 255, 255, 0.1);
}

/* Educational Section */
.education-section {
    padding: 3rem 0rem 3rem;
    background: linear-gradient(
        135deg,
        rgba(211, 19, 126, 0.02) 0%,
        rgba(244, 134, 32, 0.01) 50%,
        rgba(211, 19, 126, 0.02) 100%
    );
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    border-top: 1px solid;
    border-image: linear-gradient(to right, #d3137ec4, #f48620b5) 1;
}

.education-header {
    text-align: center;
    margin-bottom: 3rem;
}

.education-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f48620;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.education-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.education-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8) !important;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.fertility-anatomy {
    max-width: 1200px;
    margin: 0 auto;
}

.anatomy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.anatomy-card {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.03) 100%
    );
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 0px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 0px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: grid;
    align-content: stretch;
}

.education-section#updates .anatomy-card
{
       padding: 25px 15px 30px;
       overflow: hidden;
}

.education-section#updates .anatomy-card::before {
    content: '';
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #d3137e, #f48620);
}

.anatomy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(211, 19, 126, 0.1),
        transparent
    );
    transition: left 0.8s ease;
}

.anatomy-card:hover::before {
    left: 100%;
}

.anatomy-card:hover {
    transform: translateY(-5px);
    border-color: rgba(211, 19, 126, 0.3);
    box-shadow: 0 25px 70px rgba(211, 19, 126, 0.15);
        background: linear-gradient(135deg, rgb(238 114 49 / 17%) 0%, rgb(218 43 106 / 5%) 100%);
}

.anatomy-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(211, 19, 126, 0.2), rgba(244, 134, 32, 0.2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #f48620;
    margin-bottom: 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.1);
}


.anatomy-image {
    width: 100%;
    height: 250px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #f48620;
    margin-bottom: 1.5rem;
}

.anatomy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.anatomy-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 2rem;
    font-family: 'Poppins', sans-serif;
    min-height: 100px;
    width: 90%;
    margin: 0px 5% 10px;
}

#patient-guide .anatomy-title{min-height: 60px;}

.anatomy-card p{
        width: 90%;
    margin: 0px 5% 20px;
    font-size: 14px;
    color: #fff;
}

.anatomy-card a
{
    text-decoration: none;
}


.anatomy-card a p, .anatomy-card a:hover p, .anatomy-card a:focus p
{
     color: #fff;
     text-decoration: none;
}


.anatomy-card a:hover .anatomy-title, .anatomy-card a:focus .anatomy-title, .anatomy-card a:hover p, .anatomy-card a:focus p
{
     color: #f48620;
     text-decoration: none;
}

.anatomy-problem {
    font-size: 1rem;
    color: #f48620;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-style: italic;
}

.anatomy-cause {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.anatomy-solution {
    background: linear-gradient(135deg, rgba(211, 19, 126, 0.1), rgba(244, 134, 32, 0.05));
    border-radius: 30px;
    padding: 0.6rem;
    border: 1px solid rgba(211, 19, 126, 0.2);
}

#updates .anatomy-solution {
       background: transparent;
    border-radius: 30px;
    padding: 0px;
    border: 0px solid rgba(211, 19, 126, 0.2);
}

.solution-badge {
    display: inline-block;
    background: linear-gradient(135deg, #D3137E, #f48620);
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.anatomy-solution p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 500;
}


#updates .anatomy-title
{
    font-size: 21px;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 2rem;
    font-family: 'Poppins', sans-serif;
    min-height: 100px;
  width: 98%;
    margin: 0px 1% 15px;
}

#updates .anatomy-card p
{
    width: 98%;
    margin: 0px 1% 20px;
    font-size: 14px;
    color: #fff;
}

/* Expert Talks Section */
.expert-talks-section {
    padding: 3rem 0rem 3rem;
    background: rgba(255, 255, 255, 0.01);
    border-top: 1px solid;
    border-image: linear-gradient(to right, #d3137ec4, #f48620b5) 1;
    float: left;
    width: 100%;
}

.expert-header {
    text-align: center;
    margin-bottom: 4rem;
}

.expert-title {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.expert-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    text-align: center;
}

.expert-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.expert-video {
    position: relative;
}

.video-thumbnail {
    /* background: linear-gradient(135deg, rgba(211, 19, 126, 0.2), rgba(244, 134, 32, 0.1)); */
    background-image: url('../images/video-thumbnail.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 8rem 2rem;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.video-thumbnail:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(211, 19, 126, 0.2);
}

.video-thumbnail i {
    font-size: 4rem;
    color: #f48620;
    margin-bottom: 1rem;
    display: block;
}

.video-title {
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: rgb(213 29 117 / 72%);
    padding: 5px 10px;
    border-radius: 5px;
}

.expert-topics h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.expert-topics h4 {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
    font-weight: 400;
}

.topic-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.topic-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.topic-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

.topic-item i {
    color: #f48620;
    font-size: 1.2rem;
}

.topic-item span {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.topic-item .btn-video i{
    margin-right: 10px;
}

/* Community Section */
.community-section {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
     float: left;
    width: 100%;
}

.community-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.8rem;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.community-section > p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    text-align: center;
}

.whatsapp-community {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1), rgba(37, 211, 102, 0.05));
    padding: 1.5rem 2rem;
    border-radius: 15px;
    border: 1px solid rgba(37, 211, 102, 0.2);
    justify-content: center;
}

.whatsapp-community i {
    font-size: 1.5rem;
    color: #25d366;
    margin-right: 10px;
}

.community-info {
    display: flex;
    flex-direction: column;
}

.community-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.3rem;
    text-align: center;
}

.community-number {
    font-size: 1.3rem;
    font-weight: 700;
    color: #25d366;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

/* Enhanced Footer */
.footer-cta {
    text-align: center;
    margin: 0rem 0 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(211, 19, 126, 0.1), rgba(244, 134, 32, 0.05));
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-cta h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #f48620;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* Professional Footer */
.footer {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(10, 10, 10, 0.95) 100%
    );
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    padding: 4rem 0 2rem;
    position: relative;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-brand {
    text-align: center;
    margin-bottom: 3rem;
}

.footer-brand p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.6;
}

.footer-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 1rem;
    display: block;
    max-width: 100%;
    margin: 50px auto 30px;
}

.footer-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    font-family: 'Inter', sans-serif;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    text-align: left;
}

.link-group h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #f48620;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.link-group {
    display: flex;
    flex-direction: column;
}
footer{
    width: 100%;
    float: left;
    padding-top: 2rem;
}

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
}

.footer-link:hover {
    color: #f48620;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 2rem;
    text-align: center;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
}

/* Keyframe Animations */
@keyframes subtleFloat {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg); 
    }
    33% { 
        transform: translateY(-8px) rotate(1deg); 
    }
    66% { 
        transform: translateY(-4px) rotate(-0.5deg); 
    }
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

@keyframes gradientShift {
    0%, 100% { 
        background-position: 0% 50%; 
    }
    50% { 
        background-position: 100% 50%; 
    }
}

@keyframes glowPulse {
    0%, 100% { 
        opacity: 0; 
    }
    50% { 
        opacity: 0.3; 
    }
}

@keyframes pulse-ring {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

/* Interactive States */
.anatomy-card.active {
    border-color: rgba(211, 19, 126, 0.5) !important;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(211, 19, 126, 0.05) 100%
    ) !important;
    box-shadow: 0 25px 70px rgba(211, 19, 126, 0.2) !important;
}

.anatomy-card.active .anatomy-icon {
    background: linear-gradient(135deg, #D3137E, #f48620) !important;
    color: white !important;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(211, 19, 126, 0.3);
}

/* Enhanced Ripple Effect */
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

/* Loading State */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeOut 0.5s ease-out 1s forwards;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #D3137E;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        visibility: hidden;
    }
}


.md-brand
{display: none;}



    .patient-image
    {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    
section.owl {
  width: 100%;
  margin: auto;
    float: left;
}

section.owl .item {
    height: 515px;
   width: 100% !important;
  opacity: 0.4;
  transition: .4s ease;
  transform: scale(0.9);
  border-radius: 30px;
  overflow: hidden;
}
section.owl .item video {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.owl .item {
  background: #4DC7A000;
}


section.owl .active .item{
  opacity: 1;
  transform: scale(1);
}

.owl-controls {
  position: absolute;
  margin-top: 300px;
}

.owl-theme .owl-nav [class*=owl-]{
        color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D600;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
        transition: all 0.3s 
cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.owl-theme .owl-nav [class*=owl-]:hover
{
    background: #86979100;
    color: #FFF;
    text-decoration: none;
    transform: scale(1.1);
}

.modal .modal-content{
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-align: left;
    line-height: normal;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 1rem;
    transform: scale(1);
    transition: transform 0.3s;
}

.modal .modal-content .modal-header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.modal .modal-content .modal-footer{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.modal-footer .btn-danger{
    background: #D3137E;
        background: linear-gradient(50deg, rgb(211, 19, 126) 0%, rgb(244, 134, 32) 100%);
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal-footer .btn-danger:hover, .modal-footer .btn-danger:focus{
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(211, 19, 126, 0.4);
}

.modal .modal-content .modal-header .modal-title {
 
    font-weight: 700;
   color: #f48620;
   font-size: 27px;
}

.modal .modal-content .modal-body {
    margin-top: 10px;
    font-size: 16px;
    color: #e7e7e7;
    line-height: 27px;
    text-align: left;
}

.modal .modal-content .modal-body p{ color: #cfcfcf;}
.modal .modal-content .modal-body #downloadSuccessAlert p{ color: #1e1e1e;}

.modal-backdrop.show {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    opacity: 1;
    transition: opacity 0.3s;
}

.statistics-section {
    margin-bottom: 0.5rem;
    padding-bottom: 50px;
    padding-top: 100px;
    width: 100%;
    float: left;
    text-align: left;
}

.videolg
{
    display: block;
}

.videoxs
{
    display: none;
}



.product-image
{
    max-width: 105%;
    height: auto;
    margin-top: 30px;
}

.prodorder
{
    order: 1;
}

.prodinfoorder
{
    order: 2;
}

.formula-img
{
   border-radius: 10px;
   float: right;
   height:190px;
}

#videosXs.carousel
{
    display: none;
}

#videosXs.carousel .carousel-indicators
{
    display: none;
}

/* Style the list */
ul.breadcrumb {
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 15px 10px;
    list-style: none;
    background-color: #eeeeee00;
    display: flex;
    justify-content: center;
    border-top: 1px dashed #b4b4b441;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
  color: #f48423;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #d4d4d4;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 13px;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #d4d4d4;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #ffffff8f;
  text-decoration: underline;
}

.hero-section-bg .hero-content p{
    font-size: 15px;
    color: #e9e9e9;
    text-align: center;
    font-family: "Roboto", sans-serif;
    margin: 0px 0px 5px;
}



.hero-section-bg
{
  width: 100%;
  float: left;
  background: #240013a8;
  background: linear-gradient(50deg, #3c0021b5 0%, #3a1c00d1 100%);
  padding: 125px 20px 20px 20px;
  height: 450px;
}

.pe01
{
  background-image: url('../images/pe01-banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pe02
{
  background-image: url('../images/pe02-banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
      margin-top: 40px;
}

.pe03
{
  background-image: url('../images/pe03-banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 40px;
}

.updt01
{
  background-image: url('../images/updt01-banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.updt02
{
  background-image: url('../images/updt02-banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
      background-color: #3F51B5;
}



.updt03
{
  background-image: url('../images/updt03-banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.roterw
{
        rotate: 90deg;
    margin: 15px 15px 0px;
}


.updt ul li p{
    margin-bottom: 0px;
}

.valtbl table{
    width: 100%;
    float: left;
    background: linear-gradient(135deg, rgba(211, 19, 126, 0.15) 0%, rgba(244, 134, 32, 0.08) 100%);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    margin-top: 20px;
     margin-bottom: 40px;
}

.valtbl table tr{}

.valtbl table thead {background: linear-gradient(135deg, rgba(211, 19, 126, 0.15) 0%, rgba(244, 134, 32, 0.08) 100%); border-radius: 0px;}

.valtbl table thead tr th{padding: 10px;}

.valtbl table tr td{padding: 10px 10px 5px;border-bottom: 1.5px solid rgb(29 12 22 / 35%);}

.figimg
{
    width: 100%;
    float: left;
    margin: 0px auto;
    display: block;
    text-align: center;
}

.figcapt{
        font-size: 13px !important;
        text-align: center;
        line-height: 1.5 !important;
        font-family: "Roboto", sans-serif;
        float: left;
        width: 100%;
        margin-bottom: 10px !important;
        margin-top: 10px;
}


.figcapt.mb40{
    margin-bottom: 40px !important;
}

.calclt-item
{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.calclt-item .calclt-item-div
{display: flex;text-align: center;/* width: 27%; */float: left;align-items: center;align-content: center;justify-content: center;padding: 10px;border: 1px dashed #b0b0b0;border-radius: 5px;}

.calclt-item .calclt-item-div.item-content{border: 0px dashed #b0b0b0; padding:2px;}

.artchfactmainwrap
{
        width: 100%;
        float: left;
        display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    gap: 1rem;
     background: linear-gradient(135deg, rgba(211, 19, 126, 0.1) 0%, rgba(244, 134, 32, 0.05) 100%);
        border-radius: 15px;
        padding: 10px 10px 10px 10px;
        border: 1px solid rgba(211, 19, 126, 0.2);
        margin-bottom: 40px;
}

.artchfactwrap
{
        width: 100%;
        float: left;
        margin-bottom: 10px;
        border-right:1px solid rgba(211, 96, 19, 0.2);
        padding: 0px 15px 0px 3px;
        position: relative;
        text-align: center;
}

.artchfactwrap:last-child
{
    border-right:0px solid #b4b4b441;
}

.artchfactwrap-ico{
    margin-bottom: 10px;
    height: 45px;
}

.artchfactwrap-title
{
    font-size: 20px;
    color: #ffffff;
    line-height: normal;
    text-align: left;
    font-family: "Roboto", sans-serif;
    margin: 5px 0px;
    font-weight: bold;
    text-align: center;
}



.artchfactwrap-txt
{
    font-size: 14px;
    color: #f1f1f1;
    line-height: 1.6;
    text-align: left;
    font-family: "Roboto", sans-serif;
    margin: 5px 0px;
    text-align: center;
    min-height: 45px;
}

.modal#intro ul{
padding-left: 15px;
}

.modal#intro p{
margin-bottom: 10px;
}

/* Professional Responsive Design */
/* ==========================================================================
   RESPONSIVE DESIGN - TABLET & MOBILE
   ========================================================================== */

/* Tablet Landscape and Below (1200px) */
@media (max-width: 1200px) {
    
    .container {
        padding: 0 2rem;
        width: 100%;
        float: left;
    }
    
    .hero-content {
        gap: 3rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2rem;
    }
    
    .nav-container {
        padding: 0 20px;
    }
    
    .nav-item {
        font-size: 14px;
        padding: 10px 12px;
                gap: 6px;
    }
   
}
/* Tablet Landscape and Below (1200px) */
@media (max-width: 1350px) {
    
    .container {
        padding: 0 2rem;
        width: 100%;
        float: left;
    }
    
    .hero-content {
        gap: 3rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2rem;
    }
    
    .nav-container {
        padding: 0 20px;
    }
    
    .nav-item {
        font-size: 14px;
        padding: 10px 12px;
                gap: 6px;
    }
   
}

@media (max-width:1199px) and (min-width: 992px) {
    .hero-section.hero-bg-image{
            height: 90vh;
    }
    .mi .title-secondary{font-size: 40px;}
    .mi h5.hero-description {
    font-size: 21px;}
    .mi p.hero-description{    font-size: 15px;margin-bottom: 1rem;}
    .hero-section.hero-video .hero-bg-video video{object-position: left;}
    .pg .hero-section-bg
    {
            padding: 150px 20px 20px 20px;
    }
    .owl-carousel .owl-stage-outer
    {
        transform: scale(1.2);
    }
    section.owl .item video{object-fit: contain;}
    section.owl .item{
        height: auto;
    }
.product-image
{
    max-width: 117%;
    height: auto;
    margin-top: -10px;
}
.product-showcase
{
        margin-top: 120px;
        margin-right: 30px;
        padding-top: 0px !important;
}
.redefining-section p.infrtlt-description
{
    font-size: 18px;
}
.nav-brand{
    display: none !important;
}
.md-brand
{display: block !important;
    margin: 0px auto 5px;
    text-align: center;
}
.nav-menu{    margin-bottom: 10px;justify-content: center;        gap: 6px;}
.nav-container
{
    display: block;
}


.product-image
{
    float: right;
    max-width: 100%;
    height: auto;
    max-height: 500px;
}
.mi .hero-section.hero-bg-image .hero-content
    {left: 30px;}
   
    .stat-badge{    padding: 1rem 1rem;}

}

@media (width:1024px) {
    .hero-section.hero-bg-image{
            height: 55vh;
    }
}

@media (max-width:991px) and (min-width: 769px) {
    .timeline-point .time{padding-top:0px;}
    .pg .hero-section-bg
    {
            padding: 150px 20px 20px 20px;
    }   
    .mi .hero-section.hero-bg-image .hero-content
    {left: 30px;}
    .mi .title-secondary
    {    font-size: 38px;}
    .mi h5.hero-description {
    font-size: 21px;
    }
    .mi p.hero-description {
    font-size: 16px;
    }
    .mi2 .section-title
    {font-size: 34px;}
  
    .mi .hero-section.hero-bg-image
    {
        background-position: right center !important;
        height: 75vh;
    }

     section.owl .item{
        height: auto;
    }
.product-image
{
    float: right;
    max-width: 100%;
    height: auto;
    margin-top: -50px;
    margin-bottom: 100px;
}

.prodorder
{
    order: 2;
}

.prodinfoorder
{
    order: 1;
}
.nav-brand{
    display: none !important;
}
.md-brand
{display: block !important;
    margin: 0px auto 5px;
    text-align: center;
}
.nav-menu{    margin-bottom: 10px;justify-content: center;}
.nav-container
{
    display: block;
}

}
/* Tablet Portrait (992px) */
@media (max-width: 992px) {
    /* Navigation adjustments */
    .nav-container {
        padding: 0 15px;
        min-height: 70px;
    }
    
    .brand-logo {
        height: 70px;
    }
    
    .nav-item {
               font-size: 13px;
        padding: 10px 6px;
        gap: 0.1rem;
    }
    
    .nav-item i {
        font-size: 1rem;
    }
    
    /* Hero content */
    .hero-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .hero-stats {
        justify-content: center;
        gap: 2rem;
    }
    
    /* Section adjustments */
    .anatomy-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
    
    .expert-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    /* Timeline adjustments */
    .timeline-line {
        display: none;
    }
    
    .timeline-item {
        flex-direction: column !important;
    }
    
    .timeline-content {
        padding: 0;
    }
    
    .timeline-number {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 0 auto 1.5rem;
    }
    
    .timeline-card::before,
    .timeline-item:nth-child(even) .timeline-card::before {
        display: none;
    }
}

/* Mobile & Tablet (768px and below) - CRITICAL BREAKPOINT */
@media (max-width: 769px) {
    
    /* ==========================================================================
       MOBILE NAVIGATION
       ========================================================================== */
    
    .modern-nav {
        padding: 0;
    }
    
    .nav-container {
        padding: 3px 15px;
        min-height: 55px;
        flex-wrap: wrap;
        position: relative;
    }
    
    .nav-brand {
        order: 2;
        position: absolute;
        right: 10px;
        transform: unset;
        z-index: 10;
    }
    
    .brand-logo {
        height: 50px;
    }
    
    /* Mobile Toggle Button */
    .mobile-toggle {
        display: flex !important;
        order: 1;
        z-index: 11;
    }
    
    /* Mobile Menu Styles */
    .nav-menu {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        width: 100%;
        flex-direction: column;
        background: linear-gradient(180deg, rgba(211, 19, 126, 0.98) 0%, rgba(244, 134, 32, 0.98) 100%);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        padding: 20px;
        gap: 10px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        border-radius: 0 0 20px 20px;
        animation: slideDown 0.3s ease-out;
        z-index: 999;
    }
    
    .nav-menu.active {
        display: flex !important;
    }
    
    .nav-item {
        width: 100%;
        padding: 15px 20px;
        font-size: 16px;
        border-radius: 12px;
        justify-content: flex-start;
        background: rgba(255, 255, 255, 0.1);
        margin: 0;
    }
    
    .nav-item:hover,
    .nav-item.active {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1);
        box-shadow: none;
    }
    
    .nav-item i {
        font-size: 1.2rem;
        margin-right: 10px;
    }
    
    /* ==========================================================================
       HERO SECTION - MOBILE
       ========================================================================== */
    
    .hero {
        margin-top: 60px;
    }
    
    .hero-section {
        padding: 80px 1.5rem 2rem;
        min-height: 500px;
    }
    
    .hero-bg-video video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .hero-content {
        padding: 20px;
    }
    
    .hero-content .section-title h1 {
        font-size: 2.5rem !important;
        line-height: 1.2;
    }
    
    .hero-content .section-title h1.sprt {
        margin: 10px 0;
    }
    
    .hero-btn {
        margin-top: 30px;
    }
    
    .hero-btn img {
        height: 60px !important;
    }
    
    .hero-title {
        font-size: 2.2rem;
        line-height: 1.2;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .btn-primary-modern,
    .btn-secondary-modern {
        width: 100%;
        max-width: 300px;
        justify-content: center;
        padding: 14px 24px;
        font-size: 14px;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    
    /* ==========================================================================
       MALE INFERTILITY SECTION - MOBILE
       ========================================================================== */
    
    .male-infertility-section {
        padding: 60px 20px 0px;
        background-size: cover;
        background-position: center;
    }
    
    .infertility-content {
        padding: 30px 20px;
        text-align: left;
    }
    
    .infertility-title {
        font-size: 43px !important;
        line-height: 1.3;
    }
    
    .infertility-description {
    font-size: 18px !important;
    }
    
    .btn-read-more {
        padding: 12px 24px;
        font-size: 14px;
                z-index: 2;
        position: relative;
    }
    
    /* ==========================================================================
       FEATURES SECTION - MOBILE
       ========================================================================== */
    
    .features-section,
    .education-section,
    .expert-talks-section,
    .timeline-section,
    .cta-section {
        padding: 50px 20px;
    }
    
    .features-header {
        margin-bottom: 40px;
    }
    
    .features-title {
        font-size: 2rem;
    }
    
    .features-title img {
        height: 40px !important;
    }
    
    .features-subtitle,
    .education-subtitle,
    .cta-subtitle {
        font-size: 0.8rem;
    }
    
    .features-description,
    .education-description {
        font-size: 0.95rem;
    }
    
    .features-grid,
    .anatomy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-card,
    .anatomy-card {
        padding: 25px 20px;
    }
    
    .feature-icon,
    .anatomy-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .feature-title,
    .anatomy-title {
        font-size: 1.3rem;
            min-height: unset;
    }
    
    .feature-description,
    .anatomy-problem {
        font-size: 0.9rem;
    }
    
    .feature-stats {
        gap: 15px;
    }
    
    .feature-stat-number {
        font-size: 1.5rem;
    }
    
    .feature-stat-label {
        font-size: 0.75rem;
    }
    
    /* ==========================================================================
       EDUCATION/ARTICLES SECTION - MOBILE
       ========================================================================== */
    
    .education-header {
        margin-bottom: 40px;
    }
    
    .education-title {
        font-size: 2rem;
    }
    
    .anatomy-card {
        margin-bottom: 15px;
    }
    
    .solution-badge {
        font-size: 0.85rem;
    }
    
    /* ==========================================================================
       EXPERT TALKS/VIDEOS SECTION - MOBILE
       ========================================================================== */
    
    .expert-talks-section {
        padding: 50px 20px 90px;
    }
    
    .expert-title {
        font-size: 2rem;
    }
    
    .expert-content {
        gap: 30px;
    }
    
    .expert-video,
    .expert-topics {
        padding: 25px 20px;
    }
    
    .video-thumbnail {
        padding: 40px 20px;
    }
    
    .video-thumbnail i {
        font-size: 3rem;
    }
    
    .video-title {
        font-size: 0.95rem;
    }
    
    .topic-item {
        padding: 15px;
        font-size: 0.9rem;
    }
    
    /* ==========================================================================
       TIMELINE/PATIENT GUIDE - MOBILE
       ========================================================================== */
    
    .timeline-section {
        padding: 50px 20px;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .timeline {
        padding: 0 10px;
    }
    
    .timeline-item {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .timeline-marker {
        position: relative;
        left: auto;
        transform: none;
        margin-bottom: 15px;
    }
    
    .timeline-content h3 {
        font-size: 1.3rem;
    }
    
    .timeline-content p {
        font-size: 0.9rem;
    }
    
    /* ==========================================================================
       CTA/QUIZ SECTION - MOBILE
       ========================================================================== */
    
    .cta-section {
        padding: 50px 20px;
    }
    
    .cta-content {
        padding: 40px 25px;
        border-radius: 20px;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-description {
        font-size: 0.95rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 14px 24px;
        font-size: 14px;
    }
    
    .whatsapp-community {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 20px;
    }
    
    /* ==========================================================================
       FOOTER - MOBILE
       ========================================================================== */
    
    .modern-footer {
        padding: 40px 20px 20px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .footer-brand {
        margin-bottom: 20px;
    }
    
    .footer-logo {
        height: 60px !important;
        margin: 20px auto 30px !important;
    }
    
    .footer-cta h4 {
        font-size: 0.9rem;
    }
    
    .footer-bottom {
        padding: 20px 10px;
        font-size: 0.8rem;
    }
}

/* Small Mobile Devices (480px and below) */
@media (max-width: 480px) {
    
    /* Extra small adjustments */
    .nav-container {
        padding: 9px 10px;
        min-height: 50px;
    }
    
    .brand-logo {
        height: 50px;
        margin-right: 5px;
    }
    
    .nav-menu {
        top: 55px;
        padding: 15px;
        max-height: calc(100vh - 55px);
    }
    
    .nav-item {
        padding: 12px 15px;
        font-size: 15px;
    }
    
    /* Hero section */
    .hero {
        margin-top: 55px;
    }
    
    .hero-section {
        padding: 60px 1rem 2rem;
        min-height: 350px;
    }
    
    .hero-content .section-title h1 {
        font-size: 2rem !important;
    }
    
    .hero-btn img {
        height: 50px !important;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    /* Sections */
    .male-infertility-section {
        padding: 40px 15px 0px;
    }
    
    .infertility-title {
        font-size: 39px !important;
    }
    
    .features-section,
    .education-section,
    .timeline-section,
    .cta-section {
        padding: 40px 15px;
    }

    .expert-talks-section {
        padding: 40px 15px 80px;
    }
    
    .features-header,
    .education-header,
    .expert-header,
    .section-header {
        margin-bottom: 30px;
    }
    
    .features-title,
    .education-title,
    .expert-title,
    .cta-title {
        font-size: 1.8rem;
    }
    
    .features-title img {
        height: 35px !important;
    }
    
    .feature-icon,
    .anatomy-icon {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }
    
    .feature-title,
    .anatomy-title {
        font-size: 1.2rem;
    }
    
    .feature-card,
    .anatomy-card {
        padding: 20px 15px;
    }
    
    .timeline-content h3 {
        font-size: 1.2rem;
    }
    
    .cta-content {
        padding: 30px 20px;
    }
    
    .footer-logo {
        height: 55px !important;
    }
    
    .footer-cta h4 {
        font-size: 0.85rem;
    }
    
    .footer-bottom p {
        font-size: 0.75rem;
        line-height: 1.5;
        margin-bottom: 0px;
    }
}

/* Very Small Mobile (360px and below) */
@media (max-width: 360px) {
    .nav-item {
        font-size: 14px;
        padding: 10px 12px;
    }
    
    .hero-content .section-title h1 {
        font-size: 1.8rem !important;
    }
    
    .infertility-title {
        font-size: 1.3rem !important;
    }
    
    .features-title,
    .education-title,
    .expert-title,
    .cta-title {
        font-size: 1.6rem;
    }
}
/*Style2.css END*/

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: block !important;
        flex-basis: auto;
        background: #D3137E;
        background: linear-gradient(50deg, rgba(211, 19, 126, 1) 0%, rgba(244, 134, 32, 1) 100%);
        border-radius: 15px 15px 0px 0px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 75%;
    }

}

@media (max-width: 992px) {
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
        justify-content: right !important;
    }
    
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 100%;
        float: left;
    }
}

@media (min-width: 992px) {
   .container {
        float: left;
        width: 84%;
        padding: 0px;
        margin: 0px 8%;
        max-width: 97%;
    }
}

@media (max-width: 1920px) and (min-width: 1800px) {
    .logobg .homebtn img{height: 40px !important;}
    .nav-item.main .nav-link{    font-size: 27px;}
   header ul li a.nav-link, header ul li a.nav-link span, header ul li a:hover.nav-link, header ul li a:focus.nav-link
   {
    font-size: 18px;
        padding: 3px 17px 1px 17px !important;
        margin: 7px 10px 0px 10px;
   }
}

@media (max-width: 1799px) and (min-width: 1600px) {       
    header ul li a.nav-link {
        font-size: 16px;
    }
    header ul li a.nav-link, header ul li a.nav-link span, header ul li a:hover.nav-link, header ul li a:focus.nav-link
   {
   font-size: 15px;
        margin: 4px 10px 4px 10px;
   }
   .nav-item.main .nav-link
   {
    font-size: 24px;
   }
     .logobg .homebtn img{height: 40px !important;}
}


@media (max-width: 1599px) and (min-width: 1400px) {
    header ul li a.nav-link, header ul li a.nav-link span, header ul li a:hover.nav-link, header ul li a:focus.nav-link, .navbar-nav .nav-link.show
   {
    font-size: 14px;
    margin: 0px 7px -1px 9px;
}
 .contbg .cont1{width: 35%;}
}


@media (max-width: 1399px) and (min-width: 1300px) {
     .contbg2 .cont3
    {    width: 30%;}
    .artclbnr .article-title h1{font-size: 65px;}
    header ul li a.nav-link {
     font-size: 13px;
        margin: 0px 8px 0px 8px;
        padding: 6px 12px 5px 12px !important;
    }
     .contbg .cont1{width: 50%;}
}

@media (max-width: 1299px) and (min-width: 1200px) {
     .contbg2 .cont3
    {    width: 35%;}
    .artclbnr .article-title h1{font-size: 65px;}
    .emlogo {
    position: absolute;
    top: 35px;
    z-index: 1;
    margin-right: 15px;
}
    header ul li a.nav-link {
                font-size: 12px;
         margin: 0px 5px 0px 5px;
        padding: 6px 12px 5px 12px !important;
    }
    .navbar-expand-md
    {
        width: 84%;
    }
     .contbg .cont1{width: 50%;}

}

@media (max-width: 1199px) and (min-width: 992px) {
    .brand-logo, .brand-logo2{
        height: 60px;
    }
    .hero-section.hero-bg-image .hero-content .section-title h1
    {    font-size: 55px;

    }
    .hero-section.hero-bg-image.hero-video .hero-content
    {
        right: 20px;
        float: right;
        max-width: 440px;
    }
    .contbg2 .cont3
    {    width: 50%;}
       .article .cont6 ul {
    margin-top: 125px;
}
.contbg3 .cont6 .arwbg h2.mainhdng2
{    margin-top: -7px;}
.contbg3 .cont6 .arwbg
{    top: 8px;}

    .contbg .cont1{width: 50%;}
    .artclbnr .article-title {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 45%;
}
    .artclbnr .article-title h1{font-size: 54px;}
    .navbar-expand-md .navbar-nav {
    flex-direction: row;
    display: flex;
    justify-content: space-around;
}
.navbar-expand-md{
        width: 80%;
        margin-top: 35px;
        }

        header ul li a:hover.nav-link, header ul li a:focus.nav-link {
    color: #ffffff !important;
    border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #d4157c, #f38321) 1;
    background: #D3137E;
    background: linear-gradient(50deg, rgba(211, 19, 126, 1) 0%, rgba(244, 134, 32, 1) 100%);
    border-radius: 22px 22px 0px 0px;
    font-size: 11px !important;
    padding: 8px 8px !important;
}

    .emlogo {
    position: absolute;
    top: 38px;
    z-index: 1;
    left: -9px;
}
    header ul li a.nav-link {
        padding: 8px 2px !important;
        font-size: 11px;
        margin: 2px 7px 0px 7px;
    }

    .nav-item.main{
        border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #d4157c, #f38321) 1;
    padding: 0px 15px;
    position: absolute;
    left: -15px;
    top: -18px;
    left: 50%;
    transform: translate(-50%, -50%);
    }

    header ul li.home a.nav-link,
    header ul li.home a:hover.nav-link,
    header ul li.home a.nav-link.active {
        padding: 6px 6px !important;
    }

}

@media (max-width: 991px) and (min-width:911px) {
header ul li a:hover.nav-link,
header ul li a:focus.nav-link {
           color: #ffffff !important;
           border-bottom: 3px solid;
           border-image: linear-gradient(45deg, #d4157c, #f38321) 1;
           background: #D3137E;
           background: linear-gradient(50deg, rgba(211, 19, 126, 1) 0%, rgba(244, 134, 32, 1) 100%);
           border-radius: 22px 22px 0px 0px;
           font-size: 11px !important;
}

header ul li.nav-item:has(.nav-link:hover)
{    
    transition: all 0.35s ease-out;
    border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #d4157c, #f38321) 1;
    transform: scale(1.1);
    margin: -3px 15px 0px !important;
}
    .logobg .menu {
    display: grid;
    width: 110%;
}
    .nav-item.main{
        border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #d4157c, #f38321) 1;
    padding: 0px 15px;
    position: absolute;
    left: -15px;
    top: -18px;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    
    .navbar-expand-md {
        width: 80%;
        margin-top: 35px;
    }
}

@media (max-width: 910px) and (min-width:769px) {
    .navbar-expand-md {
        width: 76%;
        margin-top: 15px;
    }

    header ul li a:hover.nav-link,
header ul li a:focus.nav-link {
           color: #ffffff !important;
           border-bottom: 0px solid;
           border-image: none;
           background: #D3137E;
           background: none;
           border-radius: 0px;
           font-size: 11px !important;
           padding: 5px 6px !important;
           margin: 8px 0px 0px 2px;
}

header ul li.nav-item:has(.nav-link:hover)
{    
    transition: all 0.35s ease-out;
    border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #d4157c, #f38321) 1;
    transform: scale(1.1);
    margin: -3px 15px 0px !important;
}
    .logobg .menu {
    display: grid;
    width: 110%;
}
    .nav-item.main{
        border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #d4157c, #f38321) 1;
    padding: 0px 15px;
    position: absolute;
    left: -15px;
    top: -18px;
    left: 50%;
    transform: translate(-50%, -50%);
    }
}


    

@media (max-width: 991px) and (min-width: 769px) {
     .brand-logo, .brand-logo2{
        height: 60px;
    }
      .hero-section.hero-bg-image .hero-content .section-title h1
    {    font-size: 45px;

    }
    .hero-section.hero-bg-image.hero-video .hero-content
    {
        right: 30px;
        float: right;
        max-width: 425px;
    }
    .article .cont6 ul {
    margin-top: 125px;
}
.contbg3 .cont6 .arwbg h2.mainhdng2
{    margin-top: -7px;}
.contbg3 .cont6 .arwbg
{    top: 8px;}



    .contbg2 .cont3{    width:40%;}
    .contbg .cont1{width: 58%;}
        .artclbnr .article-title {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 60%;
}
    .artclbnr .article-title h1{font-size: 47px;}

.hero-section.hero-bg-image .hero-content{
    max-width: 450px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.hero-section.hero-bg-image .hero-content .section-title h1
{
        font-size: 55px;
}
     .navbar-expand-md .navbar-nav {
    flex-direction: row;
    display: flex;
    justify-content: space-around;
}
    
    .text-center-md
    {text-align: center !important;}
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
        justify-content: center !important;
    }
    .emlogo {
    position: relative;
    top: unset;
    z-index: unset;
}

    .emlogo img{        height: 50px;}

    .float-none-sm {
        float: none !important;
    }

    header ul li a.nav-link {
        padding: 8px 6px !important;
        margin: 3px 0px 0px 2px;
        font-size: 11px;
    }

    .dnone-sm {
        display: none;
    }

    .dblock-sm {
        display: block;
    }

    
.hero-section.hero-video .hero-bg-video video {
    object-position: left center;
  }


}


@media (max-width: 769px) and (min-width: 150px) {
     .nav-item.active:hover {
    transform: scale(1.05);
}
    .artchfactmainwrap{display: block;}
    .artchfactwrap-txt{min-height: auto;}
    .artchfactwrap{padding: 5px 10px;border-right: 0px solid rgba(211, 96, 19, 0.2);border-bottom: 1px solid rgba(211, 96, 19, 0.2);}
    .artchfactwrap:last-child{border-bottom: 0px solid rgba(211, 96, 19, 0.2);}
    .artchfactwrap-ico{margin-bottom: 2px;}
    .brand-logo2 {
    height: 40px;
    border-right: 0px solid #fff;
    padding-right: 5px;
    }
    .calclt-item{display: block;}
    .calclt-item .calclt-item-div{display: block;width: 100%;font-size: 17px;}
    .calclt-item .calclt-item-div.item-content img{width: 20px !important;}
    .calclt-item .calclt-item-div.item-content img.dwnarw{rotate: 90deg;}
    #updates .anatomy-title, #patient-guide .anatomy-title{min-height: unset;}
      .timeline-point .time{padding-top:0px;}
.hero-section-bg{padding: 50px 20px 20px;}
    .hero-description, .section-description
    {
        color: #ffffff !important;
    }
 .hero-section.hero-bg-image{height: 50vh;}
    
section.owl{display: none;}
#videosXs.carousel
{
    display: block;
}

#videosXs.carousel .carousel-inner .carousel-item video
{
   display: block;
    object-fit: unset;
    width: 100%;
    float: left;
    border-radius: 20px;
}
    .text-center-xs{text-align: center !important;}
    .cause-title
    {
        min-height: unset;
    }
    .statistics-section{    padding-top: 50px;}
    .statistics-section.mi2 img{
        max-height: 400px;
        margin: 0px auto;
        float: none;
    }
/* .mi .hero-section.hero-bg-image .hero-content
    {left: 30px;} */
    .mi .title-secondary
    {font-size: 33px;line-height: normal;}
    .mi h5.hero-description {
    font-size: 17px;
    margin-bottom: 10px;
    }
    .mi p.hero-description {
    font-size: 16px;
    }
    .mi2 .section-title
    {font-size: 34px;        text-align: center;}
  
    .mi .hero-section.hero-bg-image
    {
        background-position: right center !important;
    }
    .owl-carousel .owl-stage-outer
    {
            /* transform: scale(1.5); */
    }

    .owl-theme .owl-nav {
    margin-top: 20px;
}
  
     section.owl .item{
        height: auto;
    }
    .product-image
{
    float: right;
    max-width: 90%;
    height: auto;
    margin: -30px 5% 60px 5%;
}
.prodorder
{
    order: 2;
}

.prodinfoorder
{
    order: 1;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
}
    .patient-image {
    position: relative;
    right: -16px;
    bottom: 0px;
    float: right;
}

.videolg
{
    display: none;
}

.videoxs
{
    display: block;
}
.hero-section.hero-bg-image.hero-video .hero-content
{
    right: 0;
    margin-top: 40px;
}

    .article ul li, .contbg2 .cont4 p
    {    font-size: 22px !important;}
    .article ul li span, .contbg2 .cont4 p span
    {    font-size: 23px !important;}

    h2.mainhdng
    {    font-size: 35px !important;}
    .box1 .item .item-content h3, .box2 .item .item-content h3 {    font-size: 26px !important;}

    .contbg3 .cont6 .arwbg{background-position: left bottom;left: -11px;}
.article .cont6 ul {
    margin-top: 220px;
}
    .contbg2, .contbg3
    {    display: block;}

    .contbg2 .cont3, .contbg3 .cont5 {
    display: grid;
    justify-content: start;
    width: 25%;
}
.contbg2 .cont3 .imgwrapbg{margin-bottom: 10px;}

    .artclbnr img{
           min-height: 270px;
    }
   p{
    word-break: normal;
   }
.contbg{
    display: block;
    width: 90%;
    display: block;
    margin: 5%;}

    .contbg .cont1{
        width: 100%;
        justify-content: center;}

    .contbg .cont1 img{width: 100%;
        max-height: 200px;
        margin: 20px auto;}

       .artclbnr .article-title {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 60%;
}
    .artclbnr .article-title h1{font-size: 35px;}

    .mklogo {
    position: absolute;
    right: 40px;
    top: 0px;
    z-index: -1;
}

        .navbar-expand-md .navbar-nav {
        flex-direction: row;
        justify-content: right !important;
        display: block;
        float: left;
        width:80%;
    }

    .navbar-nav .nav-link.show, header ul li.nav-item:has(.nav-link:hover) a.nav-link.show
    {
       transform: scale(1) !important;
        margin: 0px !important;
    }

    header ul li.nav-item.dropdown:has(.nav-link.dropdown-toggle.show)
 {
    border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #f38321, #d4157c) 1;
    margin: 1px 0px 0px !important;
}

.dropdown-menu.show .dropdown-item {
    font-size: 14px;
    color: #ffffff;
    padding: 5px 10px;
}

    header ul li.nav-item:has(.nav-link:hover) a.nav-link{
         transform: scale(1) !important;
        margin: 0px !important;
    }

    .hero-section.hero-bg-image .hero-content{
        max-width: 350px;
        margin-top: 0px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
.hero-section.hero-bg-image .hero-content .section-title h1
{
        font-size: 36px !important;
        display: block;
    text-align: right;
    letter-spacing: 0px;
}

.hero-section.hero-bg-image .hero-content .section-title h1.sprt
{
        display: block;
    text-align: right;
    float: right;
}


.hero-section.hero-video .hero-bg-video video {
    object-position: left center;
  }


    header ul li a:hover.nav-link, header ul li a:focus.nav-link {
    color: #ffffff !important;
    border-bottom: 3px solid;
    border-image: none;
    background: #D3137E;
    background: linear-gradient(50deg, rgba(211, 19, 126, 1) 0%, rgba(244, 134, 32, 1) 100%);
    border-radius: inherit;
    /* font-size: 13px !important; */
}
header ul li.nav-item:has(.nav-link:hover) {
    transition: all 0.35s ease-out;
    border-bottom: 3px solid;
    border-image: linear-gradient(45deg, #d4157c, #f38321) 1;
    transform: unset;
    margin: 0px !important;
}
    .logobg .homebtn {
    display: grid;
    width: 8%;
    justify-content: end;
    margin-top: 25px;
}

    button.navbar-toggler{
        top: -34px;
        right: unset;
        }
    .emlogo {
    position: relative;
    top: unset;
    z-index: 1;
}

.logobg .homebtn img{height: 32px !important;}
    

    .navbar img {
        display: block;
        margin: 0px auto;
        height: 50px;
        float: left !important;
    }

    .navbar img:first-child
    {
        margin-top: 10px;
    margin-right: 20px;
    }

    .float-none-xs {
        float: none !important;
    }


    .dnone-xs {
        display: none;
    }

    .dblock-xs {
        display: block;
    }



    header ul li a.nav-link {
        margin: 8px 10px 3px;
        padding-left: 5px;
    }

    .navbar-nav {
                border: 1px solid #d3137e;
                margin-top: 0px;
                margin-right: 85px;
                background: #D3137E;
                background: linear-gradient(50deg, rgba(211, 19, 126, 1) 0%, rgba(244, 134, 32, 1) 100%);
                border-radius: 5px;
    }

    .navbar-nav .nav-item {
        width: 100%;
        float: left;
    }

    header ul li a.nav-link {
        margin: 0px;
        border-bottom: 1px solid #ffffff5c;
        padding: 5px 17px 5px 17px !important;
    }

    header ul li a.nav-link span {
        margin: 0px;
    }

    /*header ul li:last-child a.nav-link {
         border-bottom: 0px solid #bdbdbd; */
        /* padding: 0px !important; */
        /* margin: 0px !important; 
    }*/

    header ul li:last-child a.nav-link img {
        display: none;
    }

    header ul li a.active.nav-link {
        border-radius: 0px;
    }

}

@media (max-width: 1199px) and (min-width: 150px) {
    .cause-title{min-height: unset !important;    font-size: 1.6rem !important;}
        .mi .hero-section.hero-bg-image .hero-content{
              background-color: #00000054;
        padding: 10px;
        max-width: 800px;
        top: 60px;
    }
    .carousel-control-next {
        right: 0;
    }

    .carousel-control-prev {
        left: 0;
    }
}

@media (min-width: 991px) {
    .navbar-expand-md .navbar-toggler {
        display: none !important;
    }
}

@media (max-width:575px) and (min-width: 150px) {
     .hero-section.hero-bg-image{height: 75vh;}
     .nav-item.active:hover {
    transform: scale(1.1);
}
    .redefining-section h2.infrtlt-title{font-size: 33px !important;}
    .redefining-section h2.infrtlt-title img{height: 50px !important;}
    .redefining-section p.infrtlt-description{    font-size: 19px;
    line-height: 28px;}
    .education-section .container, .timeline-section .container, .cta-section .container, .expert-talks-section .container
    {padding: 0 0rem;}
    .product-image{        margin: 0px 5% 20px 5%;}
    .modern-footer .footer-content{padding: 0px;}
    #article-page .article-section .faico{word-break: break-all;}
    .contbg3 .cont6 .arwbg{background-position: left bottom;left: -11px;}
.article .cont6 ul {
    margin-top: 170px;
}
    .contbg2, .contbg3
    {    display: block;}

    .contbg2 .cont3, .contbg3 .cont5 {
    display: grid;
    justify-content: start;
    width: 40%;
}
.contbg2 .cont3 .imgwrapbg{margin-bottom: 10px;}

     .artclbnr img{
           min-height: 400px;
    }

    .artclbnr .article-title {
        position: absolute;
        right: 20px;
        top: 70px;
        width: 90%;
    }


    button.navbar-toggler {
        /* position: absolute; */
        /* right: 0px; */
        /* top: -125px; */
    }
     .navbar img {
        display: block;
        margin: 0px auto;
        height: 50px;
        float: none !important;
    }
     .navbar img:first-child
    {
    margin: 0px auto;
    }
}   


@media (width: 1024px) and (height: 600px) {
      .hero-section.hero-bg-image {
        height: 97vh;
    }
}

@media (width: 1280px) and (height: 800px) {
     .nav-menu{gap: 0px;}
}

@media (width: 768px){
    .brand-logo2{margin-right: 100px;}
}

/* Only visible in PDF */
.pdf-only {
  display: none;
}

@media print {
  .pdf-only {
    display: block;
  }
}