@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

:root {
    --primary: #c68479;
    --primary-dark: #a66b5f;
    --primary-light: #e6b5ab;
    --secondary: #f5f0ee;
    --accent: #8c7b75;
    --dark: #2d2d2d;
    --gray: #666;
    --light-gray: #f9f9f9;
    --white: #ffffff;
}

@font-face {
    font-family: 'BlenderPro';
    src: url(../font/BlenderPro-Medium.ttf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: "Cinzel", serif;
    font-size: 55px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: "Cinzel", serif;
    font-size: 55px;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    margin: 0;
}

h3 {
    font-family: "Cinzel", serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

h4 {
    font-family: "Cinzel", serif;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: "Cinzel", serif;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: "Cinzel", serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

.container-fluid {
    padding: 0 3%;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.p-btn {
    background: #c68479;
    padding: 3px 18px 3px 3px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    border-radius: 40px;
    gap: 11px;
    transition: 0.5s all;
}

.btn-img img {
    width: max-content;
}

.p-btn span {
    background: #fff;
    color: #c68479;
    padding: 13px 17px;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 14px;
}

/* ANOTHER BUTTON THEME CSS START  */

.p-btn.anrt {
    background: #fff;
}

.p-btn.anrt .btn-img img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(36%) saturate(4975%) hue-rotate(336deg) brightness(99%) contrast(94%);
}

.p-btn.anrt span {
    background: #a42130;
    color: #fff;
}

.p-btn.anrt:hover {
    background: #a42130;
}

.p-btn.anrt:hover .btn-img img {
    filter: unset;
}

.p-btn.anrt:hover span {
    background: #fff;
    color: #000;
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 10px 0;
    margin: 5px 5px 0;
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #000;
    padding: 10px 27px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
    font-weight: 500;
    align-items: center;
    gap: 10px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #c68479;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
    z-index: 2;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.menuSec .p-btn {
    margin: 0 0 0 auto;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

section.banner-sec {
    background-image: url(../images/banner-back.png);
    height: 105vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin: 0 5px;
    background-color: #fdfdfc;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
    z-index: 1;
}

.banner-image.iner img {
    width: 730px !important;
    height: auto;
}

.banner-image.iner {
    position: unset;
    margin-right: 20px;
}

section.banner-sec.inner {
    height: auto;
    align-content: center;
}

section.banner-sec.inner .row {
    align-items: center;
    padding: unset;
}

section.banner-sec.inner img.leaf-ban-side-L {
    top: 90px;
    width: 130px;
}

section.banner-sec.inner img.leaf-ban-side-R {
    bottom: 17% !important;
}

.banner-image {
    position: absolute;
    left: 0px;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -2;
}

.banner-image img {
    width: 880px;
    object-fit: cover;
    height: auto;
}

section.banner-sec .row {
    padding-top: 120px;
}

.banner-text h1 span {
    font-size: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.clr-ban-mt {
    color: #c68479;
}

.banner-text h1 {
    font-size: 47px;
    line-height: 1.15;
}

.banner-text h6 {
    color: #0b0a0b;
    font-size: 14px;
    letter-spacing: 3px;
    margin-left: 6px;
    margin-bottom: 10px;
}

.banner-side-subtxt p {
    font-size: 14px;
    font-family: "Cinzel", serif;
    width: 60%;
    margin: 0 0 0 auto;
    color: #000;
}

.ban-side-txt-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    margin-top: 15px;
}

.baner-own-btn {
    border: 1px solid #c68479a1;
    padding: 15px 27px;
    border-radius: 30px;
    color: #c68479;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.5s all;
}

img.leaf-ban-side-L {
    width: max-content;
    position: absolute;
    left: 0;
    bottom: 33%;
}

img.leaf-ban-side-R {
    width: max-content;
    position: absolute;
    right: 0;
    bottom: 34%;
}

.banner-social h5 {
    font-size: 19px;
    color: #000;
}

.banner-social ul li a {
    background: #d8d4ca;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #a2a09c;
    color: #a2a09c;
    transition: 1s all;
}

.banner-social ul {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.banner-social {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 40px;
}

.banner-social ul li a:hover {
    background: #c68479;
    border-color: #c68479;
    color: #fff;
}

.banner-social ul:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #a2a09c;
    width: 100%;
    height: 1px;
    z-index: -2;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Us Section Start ------------------------------------------------------------- */

.about-img.inr img {
    width: 580px;
    height: 960px;
    border: 15px solid #fff;
    object-position: center;
}

.about-text.inr {
    text-align: justify;
    position: relative;
    margin-left: -19px;
}

.about-text {
    text-align: center;
}

.about-sec {
    padding: 80px 0;
    position: relative;
}

img.leaf-1-abt-sid {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
}

img.leaf-2-abt-sid {
    position: absolute;
    bottom: 210px;
    right: 0;
    transform: rotate(180deg);
}

.about-text h2 {
    color: #fff;
    margin-bottom: 6px;
}

.about-text h4 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 4px;
}

.about-text p {
    color: #fff;
    opacity: 50%;
    font-family: "Cinzel", serif;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 28px;
}

.about-text a {
    margin: 0 auto;
}

.about-img img {
    width: 330px;
    height: 560px;
    object-fit: cover;
    border-radius: 350px;
    object-position: left;
    margin: 0 0 0 auto;
}

.about-img {
    position: relative;
    bottom: -95px;
    text-align: center;
}

.about-intend-parnt {
    border: 16px solid #c68479;
    border-radius: 220px;
    height: 550px;
    background: #c68479;
    width: 350px;
    overflow: hidden;
    position: relative;
    top: -355px;
    z-index: 2;
    right: -10px;
}

.abt-int-par-txt h4 {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #ffffff38;
    padding-bottom: 12px;
    margin: 0 auto 10px;
    font-weight: 400;
}

.abt-int-par-txt p {
    font-family: 'Cinzel';
    color: #fff;
    font-weight: 400;
    opacity: 50%;
    line-height: 24px;
}

.abt-int-par-txt {
    text-align: center;
    padding: 55px 10px 34px;
}

.abt-int-par-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-bottom-left-radius: 170px;
    border-bottom-right-radius: 170px;
}

.about-img.inr {
    bottom: 0;
    left: -20px;
}

.about-sec.iner img.leaf-1-abt-sid {
    top: 20%;
}

.about-sec.iner img.leaf-2-abt-sid {
    bottom: 310px;
    width: 80px;
}

.about-sec.iner .container-fluid {
    padding: 0 4%;
}

.about-sec.iner {
    padding: 100px 0 0px;
}

.about-text.inr:before {
    content: '';
    position: absolute;
    bottom: -52px;
    left: -28px;
    background: #87a39163;
    width: 1px;
    height: 91%;
}

.about-sec.iner:before {
    content: '';
    position: absolute;
    bottom: 17%;
    background: #316041;
    width: 100%;
    height: 149%;
    z-index: -1;
}

/*---------------------------------------------------- About Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- What We Do Section Start ------------------------------------------------------------- */

.what-we-do-sec {
    padding: 100px 0;
    text-align: center;
    position: relative;
}

.whatwe-do-head {
    margin-bottom: 50px;
}

.whatwe-do-head p {
    width: 59%;
    margin: 0 auto;
}

.whatdo-num {
    font-family: 'Cinzel';
    font-size: 38px;
    background: #c68479;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    box-shadow: 0px 0px 0px 10px #fff;
    position: relative;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.5s all;
}

.whatwedo-txt {
    margin-top: 50px;
}

.whatwedo-txt p {
    font-size: 16px;
    width: 75%;
    margin: 10px auto 20px;
    line-height: 30px;
}

p.wtwesdparg {
    width: 65% !important;
}

.whatwedo-txt a {
    margin: 0 auto;
}

.what-wedo-main {
    position: relative;
}

.what-wedo-main:before {
    content: '';
    position: absolute;
    top: 58%;
    left: 50%;
    background: #c68479;
    width: 1px;
    height: 40px;
}

.whatwedo-img img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
    transition: 0.5s all;
}

section.what-we-do-sec .container-fluid {
    padding: 0 6%;
}

img.leaf-wwd-sid {
    position: absolute;
    left: 0;
    top: 35%;
}

/*---------------------------------------------------- What We Do Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Journey Section Start ------------------------------------------------------------- */

.joruney-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.joruney-head p {
    width: 35%;
    margin: 0 0 0 auto;
}

.journey-main {
    border: 16px solid #c68479;
    border-radius: 220px;
    height: 520px;
    background: #c68479;
    width: 350px;
    overflow: hidden;
    transition: 0.5s all;
}

.journey-img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-bottom-left-radius: 170px;
    border-bottom-right-radius: 170px;
}

.journey-txt h3 {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #ffffff38;
    padding-bottom: 12px;
    margin: 0 auto 10px;
}

.journey-txt p {
    font-family: 'Cinzel';
    color: #fff;
    opacity: 50%;
    line-height: 24px;
}

.journey-txt {
    text-align: center;
    padding: 55px 10px 34px;
}

.journey-sec {
    margin-bottom: 120px;
}

.journey-slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.journey-slider .slick-dots li button:before {
    content: '';
    background: unset;
}

.journey-slider .slick-dots li button {
    background: #c68479;
    width: 1px !important;
    height: 1px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    opacity: 70%;
}

.journey-slider .slick-dots li.slick-active {
    border: 2px solid #c68479;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    border-radius: 50%;
    margin: 0 10px;
    opacity: 1;
}

.journey-slider .slick-dots li.slick-active button {
    opacity: 1;
}

.journey-slider ul.slick-dots {
    bottom: -40px;
}

/*---------------------------------------------------- Journey Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Reason Section Start ------------------------------------------------------------- */

.reason-fam-head {
    text-align: center;
    margin-bottom: 100px;
}

.reason-fam-head a {
    margin: 0 auto;
}

.reason-fam-head p {
    width: 55%;
    margin: 10px auto 20px;
    color: #fff;
    opacity: 66%;
}

.reason-sec {
    padding: 80px 0;
    position: relative;
}

.reason-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 35%;
    z-index: -1;
    opacity: 100%;
    inset: 0;
    background-image: url(../images/reason-back.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #316041;
    mix-blend-mode: multiply;
}

.reason-fam-head h2 {
    color: #Fff;
}

.reason-fam-img img {
    width: 400px;
    height: 580px;
    object-fit: cover;
    border-radius: 220px;
    border: 17px solid #c68479;
    transition: 0.5s all;
}

.reason-sec:after {
    content: '';
    position: absolute;
    bottom: 23.5%;
    background: #c68479;
    width: 100%;
    height: 41.6%;
    z-index: -1;
}

.reason-fam-img {
    text-align: center;
    margin-bottom: 100px;
}

.rsn-becme-fam-imge img {
    width: 100%;
    height: 662px;
    object-fit: cover;
    border-radius: 50%;
    border: 30px solid #fff;
}

.reason-sec .row {
    align-items: center;
}

.reason-becom-text h2 {
    color: #fff;
    margin-bottom: 25px;
}

.reason-becom-text p {
    color: #000;
    width: 80%;
    opacity: 80%;
}

.reason-becom-text ul li .rsn-bcm-point {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
}

.reason-becom-text ul {
    display: flex;
    align-items: center;
    gap: 0px;
    margin: 20px 0;
}

.rsn-bcm-point h4 {
    font-size: 18px;
}

.reason-becom-text ul li p {
    font-size: 13px;
}

.agency-fee {
    width: 74%;
}

.surrogate-parg {
    width: 96%;
    margin-left: 30px;
}

.reason-becom-text ul li {
    width: 45%;
}

img.reasn-leaf-1 {
    position: absolute;
    top: 13%;
    left: 0;
    width: 130px;
}

img.reasn-leaf-2 {
    position: absolute;
    right: 0;
    bottom: 37%;
    width: 130px;
}

/*---------------------------------------------------- Reason Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testi Section Start ------------------------------------------------------------- */

.testi-head {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-sec {
    margin-bottom: 100px;
}

.testi-img img {
    width: 100px;
    height: 140px;
    object-fit: cover;
    border-radius: 80px;
    border: 5px solid #fff;
}

.testi-head-side-in {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.testi-img {
    position: relative;
}

.testi-img:before {
    content: '';
    position: absolute;
    top: -11px;
    left: -10px;
    background: #dab6b9;
    width: 80px;
    height: 120px;
    border-radius: 40px;
    z-index: -1;
}

.slick-slide {
    opacity: 1;
    margin: 12px 20px;
}

.testi-head-text h3 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 2px;
}

.testi-head-text h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #dab6b9;
}

.testi-main p {
    font-style: italic;
    font-size: 14px;
    color: #8a8a8a;
    width: 91%;
}

.testi-head-side-in .testi-head-text ul i {
    color: #fab860;
    font-size: 17px;
}

.testi-head-side-in ul {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 7px;
}

.testi-slider {
    position: relative;
}

.testi-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 47%;
    background: #e5e5e5;
    width: 1px;
    height: 100%;
}

.testi-head p {
    width: 52%;
    margin: 0 auto;
}

/*---------------------------------------------------- Testi Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

a.top-navigator {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 61px;
    font-size: 25px;
    color: white;
    background: #179ffc;
}

.top-navigator:hover {
    background: #000;
}

.top-navigator i {
    transition: 0.3s all ease-in-out;
}

footer {
    padding: 90px 0 0 0;
    width: 100%;
    background-image: url(../images/footer-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

footer h5 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.footer-logo-txt-socail {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.footer-logo-txt-socail p {
    width: 80%;
    margin: 10px 0;
}

ul.quick-links {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 7px;
}

ul.quick-links-services {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 22px;
}

ul.quick-links-services li {
    color: #fff;
    opacity: 70%;
    font-family: 'Montserrat';
    font-size: 14px;
}

footer .container-fluid {
    padding: 0 5% 40px;
}

.foot-bottom .container-fluid {
    padding: unset;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: transparent;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 10px;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 60%);
    transform: translatey(0px);
    transition: 0.3s all ease-in-out;
    overflow: hidden;
}

.social-links a:hover {
    background-color: var(--primary);
}

.quick-links a {
    font-size: 13px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    opacity: 100%;
    font-weight: 500;
}

.quick-links a:hover {
    color: #c68479;
    text-decoration: underline;
}

.foot-number {
    font-size: 30px;
    font-family: 'Montserrat';
    color: #fefefe;
    display: block;
    margin-bottom: 20px;
}

.foot-number:hover {
    color: #0d68ae;
}

a.req-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 72px;
    border: 1px solid white;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'Roboto';
    color: white;
    transition: 0.3s all ease-in-out;
    margin-top: 20px;
}

a.req-btn:hover {
    background: var(--primary);
}

.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.foot-timing li span {
    font-size: 14px;
    color: #fff;
}

.foot-bottom p {
    text-align: center;
    color: #000;
}

footer h6 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

footer p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    opacity: 70%;
}

.add-cont ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}

.add-cont ul li i {
    font-size: 15px;
    color: #000;
}

.add-cont ul li a {
    font-size: 14px;
    font-family: 'Montserrat';
}

.add-cont ul li p {
    font-size: 14px;
    width: 70%;
    opacity: 1;
}

ul.social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

ul.social li a i {
    font-size: 15px;
    color: #000;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    opacity: 50%;
}

ul.social li a i:hover {
    opacity: 100%;
    background: #c68479;
    border-color: #c68479;
    color: #fff;
}

.lnk-quck-ft {
    margin-left: 10px;
}

.folow-ftr p {
    width: 90%;
    margin-bottom: 15px;
}

.foot-bottom {
    position: relative;
    padding: 15px 0;
}

.foot-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #0000005c;
    width: 91%;
    right: 0;
    margin: auto;
}

.folow-ftr {
    margin-left: 40px;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Offering Section Start ------------------------------------------------------------- */

.our-ofering-main {
    border: 16px solid #c68479;
    border-radius: 320px;
    height: 800px;
    background: #c68479;
    width: 100%;
    overflow: hidden;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.ourofering-text p {
    font-family: 'Cinzel';
    color: #fff;
    opacity: 90%;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 18px;
}

.ourofering-text {
    text-align: center;
    padding: 55px 30px 20px;
}

.ourofering-text h5 {
    font-size: 24px;
    color: #fff;
    margin: 0 auto 10px;
}

.ourofering-imgs img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

section.our-offering-sec {
    padding: 80px 0 100px;
}

.our-ofering-head-txt {
    text-align: center;
    margin-bottom: 40px;
}

/*---------------------------------------------------- Offering Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Meet Leader Section Start ------------------------------------------------------------- */

.meet-leader-head {
    text-align: center;
}

.meet-leader-se {
    position: relative;
    padding: 80px 0;
    margin-bottom: 100px;
}

.meet-leader-se:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/leader-back.png);
    width: 92%;
    height: 100%;
    z-index: -1;
    margin: auto;
    border-radius: 10px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #316041;
    mix-blend-mode: multiply;
}

.meet-leader-head h2 {
    margin-bottom: 7px;
    color: #fff;
}

.meet-leader-head h6 {
    color: #fff;
    margin-bottom: 20px;
}

.meet-leader-head p {
    color: #fff;
    opacity: 66%;
    width: 80%;
    line-height: 30px;
    margin: 0 auto 20px;
}

.meet-leader-head a {
    margin: 0 auto;
}

/*---------------------------------------------------- Meet Leader Section End ------------------------------------------------------------- */

/*-------------------------------------------------------- Contact Us Page Start --------------------------------------------------------------------*/

section.contact-us {
    margin: 40px 0;
    padding: 100px 0px;
}

.cntct-head h2 {
    font-size: 37px;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 20px;
    color: #000;
}

.contact-input {
    position: relative;
}

.contact-input::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 55px;
    top: 3px;
    left: 55px;
    background: url(../images/contact-input-bef.png) no-repeat;
}

.contact-input input {
    width: 100%;
    height: 60px;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding: 18px 20px 20px 80px;
    background: transparent;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #000;
    border-radius: 10px;
}

.contact-input textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding: 12px 20px 12px 80px;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    border-radius: 13px;
    resize: none;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #909091;
}

.contact-input i {
    position: absolute;
    top: 21px;
    left: 22px;
    color: #7e7e7e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.send-btn {
    background-color: var(--lblue);
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    text-transform: uppercase;
    width: 22%;
    border: 0;
}

.send-btn .image {
    background: #fffbff;
    padding: 12px 12px;
    border: 2px solid #e1e1e1;
}

.send-btn:hover img {
    transform: translateX(8px);
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 34px 30px;
    border: 1px solid #c1c1c1;
    margin: 15px 0;
    border-radius: 11px;
}

.cntct-info-icon {
    width: 55px;
    height: 55px;
    border: 2px solid #c68479;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cntct-info-icon i {
    font-size: 28px;
    color: var(--lblue);
    transition: 0.5s all;
}

.contact-info-item:hover i {
    transform: rotate(360deg);
    transition: 0.5s all;
}

.contact-info-item-details h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-family: 'BlenderPro';
}

.contact-info-item-details a,
.contact-info-item-details p {
    color: #8b8b8b;
    font-size: 19px;
    font-family: 'Montserrat';
}

.cntct-call {
    font-size: 22px !important;
}

.contact-input-btn button {
    border: 0;
}

.login-btn button {
    border: 2px dotted #000;
    padding: 12px 23px;
    background: #ffa200;
    color: #fff;
    border-radius: 40px;
    text-transform: uppercase;
}

.cntct-info-icon i {
    font-size: 28px;
    color: var(--lblue);
    transition: 0.5s all;
}

.cntct-info-icon i {
    color: #c68479;
}

section.surrogates-sec {
    padding: 100px 0;
}

.surrogates-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
    object-position: top;
}

.surrogates-txt h2 {
    font-size: 31px;
    margin-bottom: 12px;
}

.surrogates-txt p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
}

.surrogates-txt ul li {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.surrogates-txt ul li h6 {
    font-size: 22px;
    margin-bottom: 10px;
}

.surrogates-img.intdt img {
    object-position: center;
}

.content-inend-prtinr {
    margin: 30px 0 0 28px;
    border-left: 1px solid #d5dad9;
    padding-left: 50px;
}

.number-intend-prt {
    font-size: 48px;
    font-weight: 400;
    color: #2c463f;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: 'Cinzel';
    line-height: 1;
}

.content-inend-prtinr h3 {
    font-size: 23px;
}

.content-inend-prtinr p {
    margin-top: 8px;
    font-size: 16px;
    max-width: 260px;
    opacity: 50%;
    color: #000;
    line-height: 30px;
}

section.intend-parents-sec .row {
    margin-bottom: 50px;
}

section.intend-parents-sec {
    padding: 110px 0 150px;
    margin-bottom: 100px;
}

.intend-parent-main-box.one {
    top: -110px;
}

.intend-parent-main-box.three {
    left: 38%;
}

.intend-parent-main-box.four {
    top: 40%;
    left: 40%;
}

.intend-parent-main-box.five {
    top: 40px;
}

.intend-parent-main-box.six {
    top: 150px;
}

.intend-parent-main-box {
    position: relative;
}

section.about-sec:before {
    content: '';
    position: absolute;
    bottom: 11%;
    background: #316041;
    width: 100%;
    height: 222%;
    z-index: -1;
}

.what-wedo-main:hover img {
    filter: brightness(0.5);
}

.what-wedo-main:hover .whatdo-num {
    background: #000;
    transform: rotate(360deg);
    transition: 0.5s all;
}

.journey-main:hover {
    background: #000;
    border-color: #000;
}

.what-wedo-main:hover a.p-btn img {
    filter: none;
}

.p-btn:hover {
    background: #000;
}

.p-btn:hover span {
    color: #000;
}

.reason-fam-img img:hover {
    filter: brightness(0.5);
}

.what-wedo-main:hover a.p-btn {
    background: #000;
}

.what-wedo-main:hover a.p-btn span {
    color: #000;
}

a.baner-own-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

/*--------------------------------------------------------* Contact Us Page End --------------------------------------------------------------------*/

/*--------------------------------------------------------* Legal Policy Page Start --------------------------------------------------------------------*/

.legal-policy-sec {
    padding: 100px 0;
}

.legal-policy-sec .icon {
    font-size: 45px;
    margin-bottom: 30px;
}

.legal-policy-sec .accordion-card {
    padding: 38px 34px 30px;
    margin-bottom: 32px;
    border: 1px solid #c68479;
    border-radius: 20px;
}

.legal-policy-sec .accordion-card p {
    line-height: 28px;
    font-family: 'Cinzel';
    width: 94%;
}


/*--------------------------------------------------------* Legal Policy Page End --------------------------------------------------------------------*/

/*--------------------------------------------------------* package Page Start --------------------------------------------------------------------*/

.package-sec .price-box {
    position: relative;
    padding: 40px 30px 60px 30px;
    border-radius: 10px;
    transition: 0.9s;
    cursor: pointer;
    margin: 0px 20px;
}

.package-sec .price-box span.label {
    display: block;
    transition: 0.9s;
    text-transform: uppercase;
}

.package-sec .price-box .p-header {
    text-align: center;
}

.package-sec .price-box h2 {
    position: relative;
    display: inline-block;
    transition: 0.9s;
    font-size: 74px;
    line-height: 90px;
}

.package-sec .price-box h2 span.symbol {
    font-size: 38px !important;
    position: absolute;
    font-family: "Rajdhani";
    left: -25px;
    font-weight: 500;
    bottom: 0;
    transition: 0.9s;
}

.package-sec .price-box h2 span.month {
    position: absolute;
    right: -59px;
    bottom: -3px;
    font-size: 20px;
    font-family: "Montserrat";
    letter-spacing: 3px;
    color: #7492b4;
    font-weight: 400;
    transition: 0.9s;
}

.package-sec .price-box p {
    transition: 0.8s;
    margin-bottom: 20px;
    font-size: 13px;
}

.package-sec .price-box ul li span {
    transition: 0.9s;
    opacity: 60%;
}

.package-sec .price-box ul li {
    gap: 7px;
    margin-bottom: 8px;
}

.package-sec .price-box .price-btn {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.package-sec .price-box .price-btn a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Rajdhani";
    color: #fff;
    background: #c68479;
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 13px 20px;
    transition: 0.9s;
}

.package-sec .price-box:hover .price-btn a {
    background: #fff;
    color: #c68479;
    font-weight: 600;
}

.package-sec .price-box:hover ul li span {
    color: #fff;
}

.package-sec .price-box:hover ul li img {
    filter: brightness(0) invert(1);
}

.package-sec .price-box:hover p {
    color: #fff;
}

.package-sec .price-box:hover h2 {
    color: #fff;
}

.package-sec .price-box:hover h2 span.month {
    color: #fff;
}

.package-sec .price-box:hover span.label {
    color: #fff;
}

.package-sec .price-box:hover {
    background: #c68479;
    transform: scaleY(1.03);
}

.package-sec .price-box:hover h2 span.symbol {
    color: #fff;
}

.package-sec .price-box .price-btn a:hover {
    opacity: 50%;
}

.package-sec {
    padding: 100px 0;
}

.package-sec .price-box ul {
    height: 110px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.package-sec .price-box ul.m-0::-webkit-scrollbar {
    width: 2px;
}

.package-sec .price-box ul.m-0::-webkit-scrollbar-track {
    background: #f1f1f194;
    border-radius: 5px;

}

.package-sec .price-box ul.m-0::-webkit-scrollbar-thumb {
    background: #f3eded;
    border-radius: 5px;
}

.package-sec .price-box ul.m-0::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.package-sec {
    padding: 100px 0;
}

.package-sec .price-box ul li img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(36%) saturate(580%) hue-rotate(88deg) brightness(89%) contrast(86%);
}

/*--------------------------------------------------------* package Page End --------------------------------------------------------------------*/

/*--------------------------------------------------------* Legal Policy Page Start --------------------------------------------------------------------*/

.surrogate-journey-sec {
    padding: 100px 0;
}

.surrogate-joruney-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.surrogate-joruney-text h2 span {
    display: block;
}

.surrogate-joruney-text h2 {
    margin-bottom: 10px;
}

.surrogate-joruney-text p {
    margin-bottom: 20px;
    line-height: 29px;
    width: 85%;
}

.surrogate-joruney-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

/*--------------------------------------------------------* Legal Policy Page End --------------------------------------------------------------------*/

/*--------------------------------------------------------* Legal Policy Page End --------------------------------------------------------------------*/

/* Zig-Zag Layout */
.zigzag-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}

.zigzag-left,
.zigzag-right {
    flex: 1;
    min-width: 300px;
    padding: 30px 35px;
    border-radius: 15px;
    position: relative;
}

.zigzag-left span {
    position: absolute;
    top: -8px;
    right: -10px;
}

.zigzag-left {
    background: #c68479d4;
    margin-right: 30px;
}

.zigzag-right {
    background: #ffffff;
    margin-left: 30px;
    border-left: 5px solid #316041;
}

.zigzag-right span {
    position: absolute;
    top: -10px;
    right: -10px;
}

/* Accent circle */
.accent-circle {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #316041;
    top: -20px;
    right: -20px;
    /* opacity: 0.3; */
}

.zigzag-left span img,
.zigzag-right span img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(106deg) brightness(102%) contrast(102%);
}

.matching-sec {
    padding: 100px 0;
}

.accent-circle h4 {
    color: #fff;
}

.zigzag-left h4,
.zigzag-right h4 {
    margin-bottom: 20px;
}

.zigzag-left h4 {
    color: #fff;
}

.zigzag-left p {
    color: #fff;
}

/*--------------------------------------------------------* Legal Policy Page End --------------------------------------------------------------------*/

/*--------------------------------------------------------* Legal Policy Page End --------------------------------------------------------------------*/

.ip-reqiurment-sec {
    padding: 100px 0;
}

.content-block h4 {
    margin-bottom: 10px;
}

.content-block p {
    line-height: 30px;
    width: 90%;
}

.content-block.rtyh p {
    width: 95%;
}

.ip-reqiurment-sec .row.thy {
    margin-bottom: 100px;
}

.reqirment-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}

.highlight-box {
    background: #fff8f0;
    border-left: 5px solid #133b21;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.highlight-box:hover {
    transform: translateY(-5px);
}

.content-block.rtyh {
    margin-left: 20px;
}

/*--------------------------------------------------------* Legal Policy Page End --------------------------------------------------------------------*/


.finance-guide-sec {
    padding: 100px 0;
}

.finance-guide-sec p {
    margin-bottom: 30px;
    line-height: 30px;
}

.finance-guide-sec .price-box {
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: white;
    transition: transform 0.3s;
    position: relative;
    border: 2px solid #11391fbd;
}

.finance-guide-sec .price-box:hover {
    transform: translateY(-7px);
}

.finance-guide-sec .price-box h5 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.finance-guide-sec .price-box p {
    margin-bottom: 5px;
    font-size: 0.95rem;
    color: #000;
}

.finance-guide-sec .price-box .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    opacity: 0.3;
}

.surrogates-dtl-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.section-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-light), var(--primary));
    border-radius: 2px;
}

/* Hero Section */
.hero {
    position: relative;
    height: 95vh;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: white;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
    animation: fadeInUp 1s ease-out;
}

.hero h1 {
    font-size: 3.8rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.3rem;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    animation: float 20s infinite linear;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

/* Pillars Section */
.pillar-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.pillar-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(198, 132, 121, 0.2);
}

.pillar-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, var(--primary-light), var(--primary));
}

.pillar-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2.2rem;
    color: white;
    transition: all 0.3s ease;
}

.pillar-card:hover .pillar-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(198, 132, 121, 0.3);
}

/* Why Us Section */
.why-us-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.why-us-img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 10px;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    padding: 15px 0;
    padding-left: 40px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 15px;
    width: 28px;
    height: 28px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
}

/* Compensation Section */
.compensation-section {
    color: white;
    padding: 70px 50px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/reason-back.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #316041;
}

.compensation-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.compensation-card:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-5px);
}

.process-timeline {
    position: relative;
    padding: 50px 0;
}

.process-step {
    position: relative;
    margin-bottom: 40px;
    padding: 30px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 2px dashed #c68479;
}

.step-number {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    box-shadow: 0 5px 15px rgba(198, 132, 121, 0.3);
}

/* Requirements Section */
.requirements-section {
    background: #c68479;
    padding: 100px 0;
}

.requirement-tag {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.requirement-tag:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(198, 132, 121, 0.1);
}

.requirement-tag i {
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* FAQ Section */
.faq-accordion .accordion-item {
    border: none;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion-button {
    background: white;
    color: var(--dark);
    font-weight: 600;
    padding: 25px 30px;
    border: none;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, var(--secondary) 0%, #f0e8e5 100%);
    color: var(--primary-dark);
    border-bottom: 2px solid var(--primary);
}

.faq-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(198, 132, 121, 0.25);
}

/* Testimonial Section */
.testimonial-section {
    padding: 100px 0;
    background-image: url(../images/reason-back.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #316041;
    mix-blend-mode: multiply;
    background-attachment: fixed;
}

.testimonial-card {
    background: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-card:before {
    content: '"';
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 6rem;
    color: var(--primary-light);
    font-family: 'Playfair Display', serif;
    opacity: 0.3;
}

.cta-section {
    color: white;
    text-align: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}


.cta-btn {
    background: white;
    color: var(--primary);
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid white;
    margin-top: 20px;
}

.cta-btn:hover {
    background: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .process-timeline:before {
        left: 30px;
    }

    .process-step {
        margin-left: 60px;
    }

    .step-number {
        left: -55px;
    }

    .compensation-section {
        padding: 40px 20px;
        margin: 60px 0;
    }

    .testimonial-card {
        padding: 30px 20px;
    }

    .cta-section {
        padding: 60px 20px;
    }
}



.compensation-card h5 {
    color: #fff;
}



section.faqs-wrap {
    padding: 100px 0;
}

section.pillars-wrap {
    background: #c68479;
    padding: 100px 0;
}

section.pillars-wrap .section-title {
    color: #fff;
}

section.requirements-section .section-title {
    color: #fff;
}

section.testimonial-section .section-title {
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

ul.feature-list li strong {
    display: block;
    margin-bottom: 5px;
}

section.surrogate-process {
    padding: 100px 0;
}

section.surrogate-process .row {
    justify-content: center;
}

.process-step h4 {
    margin-bottom: 10px;
}

.why-us-bottom-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.cta-section h2.section-title {
    color: #000;
}