*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

a,span{
    /* font-family: ; */
  font-family: "Red Hat Text", sans-serif;

}

h1, h2, h3, h4, h5, h6, p, li{
      font-family: "Jost", sans-serif !important;
}

a{
    text-decoration: none;
}

/* ********************************* */

.header_main{
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.bioClln-topbar {
    /* background: #f5f5f5; */
    /* font-size: 15px; */
}

.bioClln-link {
    color: #eeeeee;
    text-decoration: none;
        font-weight: 500;
            font-size: 18px;
}
.bioClln-link i{
    font-size: 20px;
    color: #4ad87f;
}
.bioClln-link:hover {
    color: #4ad87f;
}

.bioClln-social {
 color: #eeeeee;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid;
    font-size: 18px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
}

.bioClln-social:hover {
    color: #4ad87f;
}

.contLnn{
       border-bottom: 1px solid #aaaaaa69;
}

/* ***************** Navbar *** */

.bioClln-navbar {
    background: transparent;

}

.bioClln-logo-img {
    width: 100%;
}
.bioClln-logo{
    width: 18%;
}
.bioClln-navlist .bioClln-link {
    font-size: 17px;
    font-weight: 500;
    color: #eeeeee;
    padding: 10px 18px;
    white-space: normal; /* allows wrapping */
}

.bioClln-navlist .bioClln-link:hover {
    color: #4ad87f;
}

.navbar-toggler {
    border: none;
}


/************************* Banner ***/


.bioClln-bannerSec {
    background: linear-gradient(to right, #002171, #3b4f7e);
    color: #fff;
    padding: 80px 0;
    padding-top: 280px !important;

}

.bioClln-h6 {
       font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.bioClln-h6::after {
    content: "";
    position: absolute;
    bottom: 13px;
    right: 80px;
    width: 95px;
    height: 2px;
    background: #c6c6c6;
    border-radius: 10px;
}
.bioClln-h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 35px;
}
.bioClln-h1 span{
    color: #4ad87f;
}
.bioClln-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.bioClln-btn {
       display: inline-block;
    padding: 12px 32px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    width: 35%;
    text-align: center;
    position: relative;
    transition: 0.5s;
}
.bioClln-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 10px;
    background: #4ad87f;
    border-radius: 10px;
  
}
.bioClln-btn::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 10px;
    background: #4ad87f;
    border-radius: 10px;
  
}
.bioClln-btn:hover {
    background: rgb(255, 255, 255);
    color: #002171;
}



.bioClln-imgWrap{
      position: absolute;
    /* top: 0; */
    width: 38%;
    right: 5%;
    bottom: -30px;
    z-index: 2;
}

.bioClln-imgWrap-2{
           position: absolute;
    bottom: -3px;
    width: 48%;
    right: 0;
    z-index: 1;
}
.bioClln-imgWrap-3{
     position: absolute;
    bottom: 0;
    width: 6%;
    left: 46%;
    bottom: 41px;
    opacity: 0.8;
}
.bioClln-imgWrap-4{
    position: absolute;
    bottom: 0;
    width: 8%;
    right: 15%;
    top: 185px;
}

/* ****** About ******** */

.bioCllnSec-about__img {
   width: 100%;
}
.bioCllnSec-about__imgWrap{
    width: 90%;
}
.bioCllnSec-about__imgWrap::before {
      content: "";
    position: absolute;
    width: 550px !important;
    height: 550px !important;
    border: 2px solid #4ad87f;
    border-radius: 50%;
    background: transparent;
    top: 81px;
    left: -105px;
    z-index: -1;
}
.bioCllnSec-about__smallTitle {
         position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;

}

.bioCllnSec-about__title {
    color: #032472;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.bioCllnSec-about__title span {
    color: #4ad87f;
}

.bioCllnSec-about__para {
    font-size: 17px;
    margin-bottom: 20px;
    color: #2e2e2e;
}

.bioCllnSec-about__info {
    margin-top: 20px;
}

.bioCllnSec-about__infoImg {
    height: auto;
}
.abtImgMnn{
    width: 10%;
}
.bioCllnSec-about__infoText {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}
.bioCllnSec-about__infoText span{
    color: #4ad87f;
}
.bioClln-btn-1{
    display: inline-block;
    padding: 12px 32px;
    border: 1px solid #808080;
    border-radius: 50px;
    color: #032472;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    width: 35%;
    text-align: center;
    position: relative;
    margin-top: 50px;
    transition: 0.5s;
}

.bioClln-btn-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 10px;
    background: #4ad87f;
    border-radius: 10px;
  
}
.bioClln-btn-1::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 10px;
    background: #4ad87f;
    border-radius: 10px;
  
}

.bioClln-btn-1:hover{
    background: #002171;
    color: white;
}

.bioCllnSec-feature__item:hover,
.bioCllnSec-feature__item:focus{
  transform: translateY(-8px);               
  box-shadow: 0 18px 30px rgba(17, 24, 39, 0.12); 

}


/* **** Content *********** */
.bioCllnSec-simple{
    padding: 60px 0 !important;
}
.bioCllnSec-simple__title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}

.bioCllnSec-simple__para {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 18px;
}


.bioCllnSec-simple__imageWrap::before{
    content: "";
    position: absolute;
    top: 0;
    width: 35%;
    height: 350px;
    background: #4ad87f3d;
    border-radius: 75px;
    z-index: -1;
    right: -90px;

}


/* **** Services **** */
/* Section titles */

.bioCllnSec-cards{
    background: #edfbf2;
}
.bioCllnSec-cards__smallTitle {
       position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
        color: #000000;
}

.bioCllnSec-cards__title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 50px;
    margin-top: 20px;
    color: #002171;
}
.bioCllnSec-cards__title span{
    color: #4ad87f;
}
/* Owl item wrapper */
.bioCllnSec-cards__owl .item {
    padding: 10px;
    padding-top: 140px;
    padding-bottom: 100px;
}

/* Card style */
.bioCllnSec-cards__card {
       padding: 120px 10px 35px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #516db1, #002171);
    color: #fff;
    position: relative;
    text-align: center;
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
}

/* Absolute image */
.bioCllnSec-cards__imgWrap {
     position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72%;
    display: flex;
    justify-content: center;
}

.bioCllnSec-cards__img {
    width: 120px;
    height: auto;
}


/* Card content */
.bioCllnSec-cards__cardTitle {
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0 15px;
}

.bioCllnSec-cards__text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Button */
.bioCllnSec-cards__btn {
    padding: 10px 22px;
    background: #ffffff;
    color: #002171;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

/* .bioCllnSec-cards__btn:hover {
    opacity: 0.85;
} */

/* Owl dots style (optional) */
.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    background: #002171;
    display: block;
    border-radius: 50%;
    margin: 5px;
    transition: all 0.3s;
}

.owl-dot.active span {
    background: #4ad87f;
}


.bioCllnSec-cards__btn{
         display: inline-block;
    padding: 12px 32px;
      left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    background: #4ad87f;
    width: 65%;
    text-align: center;
    position: absolute;
    bottom: -50px;
}

.bioCllnSec-cards__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 10px;
    background: #ffffff;
    border-radius: 10px;
  
}


/* ********* Choose us *** */



.bioCllnSec-feature__smallTitle {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #4ad87f;
}

.bioCllnSec-feature__title {
    font-size: 40px;
    font-weight: 800;
}

.bioCllnSec-feature__title span {
    color: #4ad87f;
}

/* Feature Item Box */
.bioCllnSec-feature__item {
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(to right, #002171, #4B5E8E);
    gap: 20px;
    transition: 0.5s;
}

.bioCllnSec-feature__icon {
    width: 55px;
    height: 55px;
}

.bioCllnSec-feature__texts h4 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
}

.bioCllnSec-feature__texts p {
    color: #e7e7e7;
    font-size: 17px;
    margin-bottom: 0;
}

.bioCllnSec-feature__imgContainer {
    max-width: 1100px;
}


.bioCllnSec-feature__item {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(to right, #002171, #4B5E8E);
    gap: 20px;
}


.bioCllnSec-feature__item::before {
  content: "";
    position: absolute;
    left: -20%;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    background: #45c776;
    border-radius: 50%;
    z-index: 2;
}
.bioCllnSec-feature__texts{
    padding-left: 20px;
}

/* *** 2nd content */

.bioCllnSecSimple__imageWrap_2::before{
        left: -90px;
}

/* ****** Help ********* */

.bioCllnSec-call {
      background: url(../images/bbiiooHelpo.jpg) no-repeat center center / cover;
    color: #fff;
    background-color: #182648;
    background-blend-mode: overlay;
    background-attachment: fixed;
}
.bioCllnSec-call__smallTitle {
    font-size: 20px;
    font-weight: 600;
    color: #4ad87f;
    margin-bottom: 10px;
}

.bioCllnSec-call__title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 25px;
}

.bioCllnSec-call__btn {
     display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1px solid #fff;
    padding: 5px 15px;
    font-size: 30px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 700;
    width: 35%;
    justify-content: center;
}

.bioCllnSec-call__btn i {
       font-size: 40px;
    color: #4ad87f;
}

.bioCllnSec-call__btn:hover {
    background: rgba(255,255,255,0.15);
}

.bioCllnSec-call__title span{
    color: #4ad87f;
}

.bioCllnSec-bucketHlp{
    width: 20%;
    top: 0;
    left: 5%;
}

/* **** Work ****** */

.bioCllnSec-work__smallTitle {
    font-size: 18px;
    font-weight: 600;
    color: #4ad87f;
}

.bioCllnSec-work__title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
}

.bioCllnSec-work__card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    /* box-shadow: 0 5px 25px rgba(0,0,0,0.1); */
}

.bioCllnSec-work__img {
     width: 100% !important;
    height: 260px;
    object-fit: cover;
        border-radius: 20px;
}

.bioCllnSec-work__heading {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 700;
}

/* Owl dots */
.owl-dots {
    margin-top: 20px;
    text-align: center;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 4px;
    transition: 0.3s;
}

.owl-dot.active span {
    background: #4ad87f;
}

.bioCllnSec-work__owl .owl-stage-outer{
padding-bottom: 50px;
}

.owl-carousel .owl-dots.disabled{
    display: block !important;
}

.brshhh{
      width: 10%;
    bottom: -40px;
    right: 0;
}
.brshhh_2{
     width: 10%;
    top: 0;
    right: 0;
}

/* *** FAQ *** */

.bioCllnSec-faq {
    background: #e8f7f3;
    position: relative;
    padding-top: 130px;
}

/* Big faded FAQ text */
.bioCllnSec-faq__bgText {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    font-weight: 700;
    color: rgba(0, 150, 100, 0.08);
    pointer-events: none;
    font-style: italic;
}

/* Title styling */
.bioCllnSec-faq__title {
    position: relative;
    font-size: 34px;
    font-weight: 800;
    z-index: 3;
}

.bioCllnSec-faq__title span:first-child {
    color: #004c9a;
}

.bioCllnSec-faq__green {
    color: #20c265;
}

/* Accordion resets */
.bioCllnSec-faq__accordion .accordion-item {
        border: none;
    border-bottom: 2px solid #20c2658f;
    background: transparent;
    border-radius: 0;
}

.bioCllnSec-faq__btn {
    background: transparent !important;
       font-size: 25px;
    font-weight: 600;
    color: #004c9a;
    padding: 18px 10px;
}

/* Change active color like screenshot */
.bioCllnSec-faq__btn:not(.collapsed) {
    color: #20c265;
}

/* Custom plus/minus */
.bioCllnSec-faq__btn::after {
    background-image: none !important;
    content: "+";
    font-size: 26px;
    font-weight: 600;
    color: #004c9a;
}

.bioCllnSec-faq__btn:not(.collapsed)::after {
    content: "–";
    font-size: 32px;
    color: #20c265;
}

/* Body text */
.bioCllnSec-faq__body {
    font-size: 18px;
    color: #333;
    padding-left: 12px;
    padding-right: 12px;
    font-family: "Jost", sans-serif !important;
}
.accordion-button:focus{
    box-shadow: none !important;
}

.brshhh_3{
    top: 40px;
}

/* ***** Reivew */


.reviewsSec {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Heading */
.revHeading {
    font-size: 36px;
    font-weight: 700;
    color: #002171; /* Blue from screenshot */
}

.revHeading span {
    color: #29c36a; /* Green from screenshot */
}

/* Leave Button */
.leaveBtn {
    background: #1e90ff; /* same blue button from screenshot */
    padding: 10px 26px;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
}
.leaveBtn:hover{
    background: black;
    color: white;
}

/* Google Rating Row */
.googleLog.googleRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.googleTextWrap {
    display: flex;
    align-items: center;
}

.googleLogo {
    width: 125px;   /* Matches your screenshot */
    height: auto;
}

.googleTitle {
   font-size: 35px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #000;
}

.googleRating {
    margin-top: 8px;
        position: relative;
    bottom: 11px;
}

.gScore {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin-right: 6px;
}

.gStars {
    font-size: 35px;
    color: #ffc400; /* Exact Google star yellow */
    letter-spacing: 2px;
}
/* Review Card */
.revCard {
    background: #121212; /* deep black like image */
    padding: 22px;
    border-radius: 12px;
    color: white;
    height: 380px;
}

.revName {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #2dd46f; /* same green in screenshot */
}

.clientRole {
     margin: 0;
    margin-top: 8px;
    font-size: 17px;
    opacity: 0.8;
}

.cardStars {
    color: #ffc400;
    font-size: 27px;
}

.revText {
    /* margin-top: 12px; */
    font-size: 17px;
    opacity: 0.9;
}

.gIcon {
    width: 50px !important;
}

/* Owl fix */
.reviewOwl .item {
    padding: 5px;
}



.revCrdmnnn{
    width: 100%;
}
.brshhh_4{
    width: 6%;
    top: 28px;
    right: 10%;
    opacity: 0.5;

}

/* ********** Footer *** */


.bioClln-footer {
    background: #1C1E26;
    color: #D9D9D9;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    padding-top: 90px !important;
}

.bioClln-footerHead {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}

.bioClln-footerList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bioClln-footerList li {
    margin-bottom: 10px;
}

.bioClln-footerList li a {
    color: #D9D9D9;
    text-decoration: none;
    font-size: 18px;
}

.bioClln-footerList li a:hover {
    color: #4ad87f;
}

.bioClln-footerInfoItem i {
    color: #4ad87f;
    font-size: 20px;
}
.bioClln-footerInfoItem a{
      color: #D9D9D9;
    text-decoration: none;
    font-size: 18px;
}
.bioClln-footerSocial a i {
    color: #ffffff;
    font-size: 20px;
    transition: 0.3s ease;
}

.bioClln-footerSocial a:hover i {
    color: #4ad87f;
}

.bioClln-footerDivider {
    border-color: #4ad87f;
    opacity: 0.5;
}

.bioClln-footerCopy {
    color: #D9D9D9;
    /* font-size: 14px; */
}

.bioClln-footerText{
    font-size: 18px;
}
.bioClln-footerInfoItem p{
    font-size: 18px;
}
.timeFtt{
    font-size: 18px;
}


/* ********************************* */

/* * ABOUT  */

.bioClln-aboutBreadcrumb {
    background: linear-gradient(to right, #002171, #3b4f7e);
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    padding-top: 325px;
}

.bioClln-aboutBreadcrumb__title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

.bioClln-aboutBreadcrumb__path {
    margin: 0;
    padding: 5px 0;
    font-size: 20px;
    color: #d7e3ff;
}

.bioClln-aboutBreadcrumb__path a {
    color: #4ad87f;
    text-decoration: none;
    font-weight: 500;
}

.bioClln-aboutBreadcrumb__path a:hover {
    text-decoration: underline;
}

.bioClln-aboutBreadcrumb__path span {
    color: #ffffff;
}


.bioCllnAbt-imgWrap-1{
       position: absolute;
    /* top: 0; */
    width: 20%;
    right: 0;
    bottom: 0;
    z-index: 2;
}


/* ***** Counter **** */
/* Full Section Background */
.bioCllnAbtPg-fullBgSec {
      background: url(../images/bbiiooHelpo.jpg) no-repeat center center / cover;
    color: #fff;
    background-color: #182648;
    background-blend-mode: overlay;
    background-attachment: fixed;
}

/* Cards */
.bioCllnAbtPg-card {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

/* Number */
.bioCllnAbtPg-number {
    font-size: 48px;
    font-weight: 800;
    color: #002171;
    margin-bottom: 8px;
}

/* Small Title */
.bioCllnAbtPg-title {
    font-size: 18px;
    color: #333;
    letter-spacing: 0.5px;
}

.bioCllnAbt-imgWrap-2{
          position: absolute;
    /* top: 0; */
    width: 35%;
    right: -25px;
    bottom: -51px;
    z-index: 2;
}
.bioCllnAbt-imgWrap-3{
          position: absolute;
    /* top: 0; */
    width: 35%;
    left: -25px;
    top: -51px;
    z-index: 2;
}

/* *** About content  */

.bioCllnAbtPg-twoColSec {
    padding: 50px 0;
    background: #ffffff;
}

/* Image wrap */
.bioCllnAbtPg-imgWrap img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
    display: block;
}

/* Content styling */
.bioCllnAbtPg-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #002171;
}

.bioCllnAbtPg-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #444;
}

/* Bullet list */
.bioCllnAbtPg-list {
    padding-left: 0;
    margin-bottom: 25px;
}

.bioCllnAbtPg-list li {
    list-style: none;
    font-size: 16px;
    padding: 6px 0;
    color: #333;
}

/* Button */
.bioCllnAbtPg-btn {
    display: inline-block;
    background: #002171;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.bioCllnAbtPg-btn:hover {
    background: #013ba1;
}

/* ================= CONTACT CARDS ================= */

.bioCllnAbtPg-contactInfoSec{
  padding: 90px 0 50px;
}

.bioCllnAbtPg-contactCard{
    background: #edfbf2;
    padding: 15px 30px;
    border-radius: 20px;
    /* box-shadow: 0 0px 16px rgba(0, 0, 0, 0.06); */
    transition: .35s ease;
    height: 100%;
    border: 1px solid #ecf2ff;
}

.bioCllnAbtPg-contactCard:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 55px rgba(0,0,0,0.08);
}

.bioCllnAbtPg-contactCard .icon{
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  background: #032472;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.bioCllnAbtPg-contactCard h6{
  font-size: 18px;
  font-weight: 700;
  color: #032472;
  margin-bottom: 10px;
}

.bioCllnAbtPg-contactCard p,
.bioCllnAbtPg-contactCard a{
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  text-decoration: none;
}

/* ================= MAP + FORM ================= */

.bioCllnAbtPg-contactFormMap{
  margin-top: 40px;
}

.bioCllnAbtPg-mapWrap iframe{
width: 100%;
    height: 100%;
    min-height: 600px;
    border: 0;
    display: block;
}

/* ================= FORM ================= */

.bioCllnAbtPg-formWrap{
  background: #edfbf2;
  padding: 70px 60px;
  height: 100%;
}

.bioCllnAbtPg-formWrap h2{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
}

.bioCllnAbtPg-formWrap .form-control{
  height: 48px;
  border-radius: 6px;
  padding-left: 15px;
}

.bioCllnAbtPg-formWrap textarea{
  height: auto !important;
}

.bioCllnAbtPg-formWrap select{
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23032172' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

/* Button */
.bioCllnAbtPg-btn{
  background: #002171;
  color: #fff;
  padding: 13px 30px;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  transition: .3s;
}

.bioCllnAbtPg-btn:hover{
  background: #0140a6;
}

/* Focus fix */
input:focus,
textarea:focus,
select:focus{
  box-shadow: none !important;
}




/* Parent carousel position relative for absolute nav */
.bioCllnSec-cards__owl {
    position: relative;
}

/* Owl nav buttons */
.bioCllnSec-cards__owl .owl-nav button.owl-prev,
.bioCllnSec-cards__owl .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;           /* circle diameter */
    height: 40px;          /* circle diameter */
    border-radius: 50%;    /* make it circular */
    background-color: #45bd7f;
    color: #0a2b79;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Hover effect */
.bioCllnSec-cards__owl .owl-nav button.owl-prev:hover,
.bioCllnSec-cards__owl .owl-nav button.owl-next:hover {
    transform: translateY(-50%) scale(1.1);
    background-color: #37a76c;
}

/* Position left & right */
.bioCllnSec-cards__owl .owl-nav button.owl-prev {
    left: -20px;  /* adjust as needed */
}

.bioCllnSec-cards__owl .owl-nav button.owl-next {
    right: -20px; /* adjust as needed */
}


.bioCllnSec-cards__owl .owl-nav button span{
       display: block;
    font-size: 38px;
    margin-bottom: 6px;
    color: #ffffff;
}


