@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');


/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #171717;
}

.font-serif {
    font-family: "Instrument Serif", serif;
}


body {
    color: #171717;
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    outline: none !important;
}

.section-padding {
    padding: 80px 0;
}

.container {
    max-width: 1200px;
}



/*-------   Header Area Start  -------*/
header {
    padding: 25px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    transition: .3s;
}

header.sticky {
    position: fixed;
    background-color: #34656D;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

header .container {
    max-width: 1320px;
}

.logo a {
    color: #E9E9E9;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
}

.logo img {
    width: 100%;
}

img#f-logo{
    width: 150px;
}

.mainmenu-wrapper {
    text-align: center;
}

.mainmenu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 24px;
    justify-content: center;
}

.mainmenu-wrapper ul li {
    display: inline;
}

.mainmenu-wrapper ul li a {
    display: inline-block;
    color: #171717;
    transition: .3s;
    text-decoration: none;
    text-transform: capitalize;
}

.mainmenu-wrapper ul li a:hover {
    opacity: .7;
}

.header-btn {
    text-align: right;
}

.header-btn a {
    color: #E9E9E9;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
    background: #34656D;
    padding: 11px 23px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #34656D;
    line-height: 1;
}

.header-btn a:hover {
    background: transparent;
    color: #34656D;
}

.subpage .mainmenu-wrapper ul li a {
    color: #E9E9E9;

}

.subpage .header-btn a {
    background-color: #E9E9E9;
    color: #34656D;
    border-color: #E9E9E9;
}

.subpage .header-btn a:hover {
    background-color: transparent;
    color: #E9E9E9;
    border-color: #E9E9E9;
}

.sticky .mainmenu-wrapper li a {
    color: #E9E9E9;
}

.sticky .mainmenu-wrapper li a:hover {
    color: #E9E9E9;
    opacity: .7;
}

.sticky .header-btn a {
    background-color: #E9E9E9;
    border-color: #E9E9E9;
    color: #34656D;
}

.sticky .header-btn a:hover {
    background-color: transparent;
    border-color: #E9E9E9;
    color: #E9E9E9;
}

.menu_x {
    display: none;
    position: absolute;
    left: 15px;
    top: 15px;
}

.menu_x img {
    width: 20px;
}

.menu_trigger {
    display: none;
    margin-left: 15px;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu_trigger svg {
    width: 28px;
    height: auto;
    transition: .3s;
}

.sticky .menu_trigger svg path {
    stroke: #E9E9E9 !important
}

/*-------   Header Area End  -------*/



/*-------   Hero Area Start  -------*/
.hero-area {
    padding-bottom: 80px;
    padding-top: 160px;
}

.hero-content h1 {
    font-size: 112px;
    letter-spacing: -2px;
    line-height: 110%;
    color: #171717;
    margin-bottom: 25px;
}

.hero-content h1 b {
    font-family: "Instrument Serif", serif;
    font-weight: normal;
}

.hero-content h1 span {
    display: inline-flex;
    align-items: center;
    gap: 0 20px;


}

.hero-content h1 span img {
    width: 100px;
    position: relative;
    top: 10px;
}

.hero-content p {
    font-size: 32px;
    font-weight: normal;
    line-height: 170%;
    max-width: 850px;
}

.suscribe-form {
    margin-top: 50px;
}

.happy-customers {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.happy-customers img {
    width: 58px;
    margin-right: 12px;
}

.happy-customers span {
    font-size: 12px;
    font-weight: 500;
}

.suscribe-form form {
    max-width: 560px;
    display: flex;
    align-items: center;
}

.suscribe-form form button {
    color: #E9E9E9;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
    background: #34656D;
    padding: 15px 38px;
    border-radius: 4px;
    display: inline-block;
    border: 1.5px solid #34656D;
    line-height: 1;
}

.suscribe-form form button:hover {
    background-color: transparent;
    color: #34656D;
}

.form-input {
    width: calc(100% - 167px);
    padding-right: 15px;
    position: relative;
}

.form-input input {
    width: 100%;
    height: 48px;
    border: 1.5px solid #000;
    border-radius: 4px;
    padding-left: 60px;
    color: #8E8E93;
    font-size: 18px;
    font-weight: 400;
}

.form-input img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);

}


/*-------   Hero Area End  -------*/






/*-------   Features Area Start  -------*/
.area-title {
    margin-bottom: 150px;
}

.area-title h2 {
    font-size: 64px;
    font-weight: normal;
    line-height: 110%;
}

.area-title p {
    font-size: 24px;
}

.features-area {
    padding: 80px 0;
}

.features-single {
    margin-bottom: 350px;
}

.features-single:last-child {
    margin-bottom: 0px;
}

.features-thumb img {
    max-width: 430px;
}

.features-content h2 {
    font-size: 40px;
    line-height: 110%;
    font-weight: normal;
    margin: 0;
}





/*-------   Features Area End  -------*/




/*-------   Pricing Area start  -------*/
.pricing-area {
    padding: 120px 0;
}

.plan-content {
    text-align: center;
}

.plan-content h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 110%;
}

.plan-content h3 {
    font-size: 28px;
    font-weight: normal;
}

.plan-content p {
    line-height: 140%;
    font-size: 14px;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.btn-common {
    color: #34656D;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
    background: transparent;
    padding: 15px 38px;
    border-radius: 4px;
    border: 1.5px solid #34656D;
    line-height: 1;
    display: inline-block;
}

.btn-common:hover {
    background-color: #34656D;
    color: #E9E9E9;
}

.btn-green {
    background-color: #34656D;
    color: #E9E9E9;
}

.btn-green:hover {
    background-color: transparent;
    color: #34656D;
}

.pricing-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 16px;
    margin-top: 25px;
}

.plan-thumb {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-height: 340px;
}

/*-------   Pricing Area End  -------*/




/*-------   About Area Start  -------*/
.about-area {
    padding: 125px 0;
    overflow: hidden !important;
}

.quote-box {
    width: 1200px;
    height: 1200px;
    margin: 0 auto;
    position: relative;
    transition: .3s;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-content {
    width: 650px;
    height: 650px;
    background: #34656D;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.quote-inner {
    width: 520px;
    margin: 0 auto;
    padding: 35px 15px;
    margin-bottom: -35px;
}

.quote-content p {
    font-size: 34px;
    color: #E9E9E9;
    line-height: 160%;
    font-weight: 500;
}

.quote-profile h4 {
    font-size: 22px;
    font-weight: 500;
    color: #E9E9E9;
    margin-bottom: 10px;
}

.quote-profile span {
    font-size: 17px;
    color: #E9E9E9;
    font-weight: 500;
}

.quote-profile {
    margin-top: 30px;
}

.quote-icon {
    width: 125px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);

}

.quote-circle {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transition: .3s;
    transform: translate(-50%, -50%);
    animation: rotate 25s linear infinite;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*-------   About Area End  -------*/




/*-------   Contact Area Start  -------*/
.contact-area {
    padding-top: 100px;
    padding-bottom: 180px;
}

.contact-area .area-title {
    margin-bottom: 50px;
}

.contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 24px;
}

.contact-info p {
    margin: 0;
    text-decoration: underline;
    color: #222222;
    font-size: 24px;
    font-weight: normal;
}

.contact-info p a {
    display: inline-block;
    color: #222222;
    text-decoration: underline;
    line-height: 140%;
}



/*-------   Contact Area End  -------*/




/*-------   Footer Area Start  -------*/
.footer-top-area {
    position: relative;
    z-index: 1;
    padding: 130px 0;
    overflow: hidden;
}

.circle-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: top;
}

.footer-top-content {
    text-align: center;
    margin: 0 auto;
    max-width: 420px;
}

.footer-top-content h2 {
    font-size: 64px;
    font-weight: normal;
    line-height: 110%;
    color: #E9E9E9;
    margin-bottom: 25px;
}

.footer-top-content p {
    font-size: 24px;
    font-weight: normal;
    line-height: 140%;
    color: #E9E9E9;
    margin-bottom: 25px;
}

.btn-white {
    color: #34656D;
    background: #E9E9E9;
    border-color: #E9E9E9;
}

.btn-white:hover {
    color: #E9E9E9;
    background: transparent;
    border-color: #E9E9E9;
}

footer .container {
    max-width: 1320px;
}

footer {
    background: #E9E9E9;
    padding: 24px 0;
}

.social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 24px;
}

.social-links ul li {
    display: inline-block;
}

.social-links ul li a {
    color: #171717;
    transition: .3s;
    text-decoration: none;
}

.social-links li a:hover {
    color: #34656D;
}

.copyright-text p {
    margin: 0;
    color: #171717;
    font-size: 15px;
}

.footer-wedgets-area {
    margin-bottom: 70px;
    padding-top: 50px;
}

.footer-widget h4 {
    color: #171717;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.useful-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.useful-links ul li {
    display: block;
    margin-bottom: 8px;
}

.useful-links ul li a {
    display: inline-block;
    color: #171717;
    text-decoration: none;
    transition: .3s;
    font-size: 15px;
    font-weight: normal;
}

.useful-links ul li a:hover {
    color: #34656D;
}

.footer-content {
    max-width: 250px;
    margin-bottom: 30px;
}

.footer-content p {
    font-size: 15px;
}

.contact-details p {
    font-size: 15px;
    color: #171717;
    margin-bottom: 15px;
}

.contact-details a {
    display: flex;
    align-items: center;
    gap: 0 10px;
    color: #171717;
    transition: .3s;
    font-size: 15px;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
    color: #34656D;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-content {
    padding-right: 25px;
}

/*-------   Footer Area End  -------*/




/*-------   Page Banner Area Start  -------*/
.page-banner-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    padding-top: 180px;
}

.page-banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.page-info h2 {
    font-size: 112px;
    color: #E9E9E9;
    font-weight: normal;
    line-height: 110%;
    letter-spacing: -2px;
}

.page-info h2 {
    font-size: 112px;
    color: #E9E9E9;
    font-weight: normal;
    line-height: 110%;
    letter-spacing: -2px;
}

.page-info {
    max-width: 850px;
}

.page-info p {
    font-size: 32px;
    color: #E9E9E9;
    font-weight: normal;
    line-height: 170%;
}





/*-------   Page Banner Area End  -------*/




/*-------   Package Area Start  -------*/
.package-area {
    padding: 120px 0;
    position: relative;
}

.package-area .container {
    max-width: 1320px;
}

.package-tab-lists {
    max-width: 1200px;
    margin: 0 auto;
}

.package-tab-lists .nav {
    justify-content: space-between;
    gap: 0 50px;
}

.package-tab-lists ul li button {
    background: transparent !important;
}

.package-tab-lists ul li button span {
    width: 300px;
    height: 300px;
    border: 1px solid #00B295;
    display: inline-block;
    border-radius: 100%;
    padding: 20px;
    padding-top: 55px;
    transition: .3s;
    color: #171717;
    font-size: 24px;
    font-weight: normal;
}

.package-tab-lists ul li button.active span {
    background-color: #34656D;
    color: #E9E9E9;
}

.package-tab-contents {
    background: #34656D;
    padding: 80px 65px;
    transition: .3s;
    border-radius: 24px;
    margin-top: -190px;
    position: relative;
    z-index: 1;
}

.package-thumb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.package-thumb img {
    max-width: 400px;
}

.package-info-wrap span {
    display: block;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: normal;
    color: #E9E9E9;
}

.package-info-wrap h2 {
    color: #E9E9E9;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
}

.package-info-wrap p {
    font-size: 18px;
    color: #E9E9E9;
}

.package-info-wrap {
    max-width: 530px;
}

.btn__group {
    margin-top: 40px;
}

/*-------   Package Area End  -------*/


/*-------   How Works Area Start  -------*/

.how-works-area {
    padding: 120px 0;
}

.how-works-area .area-title {
    margin-bottom: 0px;
}

.work-step {
    position: relative;
    border: 4px solid #00B295;
    border-radius: 0 24px 24px 0px;
    border-left: 0;
    height: 260px;
    display: flex;
    align-items: center;
    padding-left: 130px;
    margin-top: 80px;
    transition: .3s;
    position: relative;
    top: 0;
}

.work-step:hover {
    top: -15px;
}

.ste-content {
    padding: 20px 50px;
}

.ste-content p {
    color: #23322D;
    font-size: 32px;
    line-height: 112%;
    margin: 0;
}

.step-shp {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.title-mb-80 {
    margin-bottom: 80px;
}

/*-------   How Works Area End  -------*/




/*-------   Experts  Area Start  -------*/
.avatar-thumb img {
    width: 120px;
    border: 6px solid #34656D;
    border-radius: 100%;
    height: 120px;
}

.avatar-thumb {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
}

.team-member-card {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 120px;
}

.avatar-thumb::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 58px;
    content: '';
    background: #34656D;
    z-index: -1;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.team-member-info h4 {
    font-size: 32px;
    font-weight: normal;
    line-height: 140%;
    margin-bottom: 5px;
}

.team-member-info span {
    display: block;
    margin-bottom: 25px;
    color: #34656D;
    font-size: 18px;
    letter-spacing: .3px;
}

.team-member-info p {
    font-size: 12px;
    letter-spacing: .2px;
    line-height: 140%;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
}

.card--btn {
    margin-top: 22px;
}

.card--btn a {
    padding: 8px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #E9E9E9;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .3px;
    display: inline-flex;
    background: #34656D;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.card--btn a:hover {
    background-color: #34656D;
    color: #E9E9E9;
}

.experties-tabs-list {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.experties-tabs-list ul li button {
    background: transparent !important;
    color: #171717;
    font-size: 18px;
    font-weight: normal;
    transition: .3s;
    width: 250px;
    text-align: center;
    border-radius: 0 !important;
    padding: 10px 0;
    border-bottom: 1px solid #E9E9E9 !important;
}

.experties-tabs-list ul li button.active {
    color: #171717 !important;
    border-bottom: 1px solid #171717 !important;
}

.experties-tabs-list ul li button:hover {
    color: #171717 !important;
    border-bottom: 1px solid #171717 !important;
}

/*-------   Experts  Area End  -------*/




/*-------   Quote  Area Start  -------*/
.quote-area {
    padding: 120px 0;
}

.quote-text blockquote {
    font-size: 80px;
    line-height: 100%;
    text-align: center;
    color: #171717;
    font-weight: normal;
    margin-top: 50px;
}

.quote-wrap {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}

.quote-wrap img {
    width: 74px;
}

.mission-description h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
}

.mission-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 150px;
    gap: 0 24px;
}

.mission-content {
    width: 55%;
}

.mission-thumb {
    width: 45%;
}

.step-count {
    margin-bottom: 40px;
}

.step-count span {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #E9E9E9;
    background: #34656D;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    font-weight: 500;
}

/*-------   Quote  Area End  -------*/





/*-------   FAQ  Area Start  -------*/
.faq-area {
    padding: 120px 0;
}

.accordion-item {
    margin-bottom: 40px;
    transition: .3s;
    border: 1px solid #23322D;
}

.accordion-item.active {
    background: #34656D;
    color: #E9E9E9;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 40px;
    font-size: 32px;
    color: #23322D;
    text-align: left;
    background-color: transparent !important;
    border: 0;
    border-radius: 24px !important;
    overflow-anchor: none;
    box-shadow: none;
    outline: none;
    border: none;
    transition: .3s;
}

.accordion-item.active button {
    color: #E9E9E9;
    padding-bottom: 20px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #34656D;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: none;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #34656D;
}

.accordion-item {
    border: 1px solid #34656D;
    border-radius: 24px !important;
}

.accordion-body {
    padding: 0 40px;
    padding-bottom: 20px;
}

.faq-content p {
    font-size: 24px;
    color: #F5F5F5;
    transition: .3s;
    line-height: 140%;
}

.accordion-button::after {
    width: 22px;
    height: 22px;
    background-size: 22px;
}

.accordion-button::after {
    background-image: url("../img/arrow-down.svg");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/arrow-up.svg");
    transform: unset;
}

/*-------   FAQ  Area End  -------*/




/*-------   Blog  Area Start  -------*/
.blog-area {
    padding-top: 180px;
    padding-bottom: 120px;
}

.blog-tablists {
    margin-bottom: 150px;
}

.blog-tablists ul li button {
    border: 1px solid #34656D !important;
    font-size: 16px;
    color: #1E1E1E;
    transition: .3s;
    padding: 12px 16px;
    line-height: 100%;
}

.blog-tablists ul {
    justify-content: center;
    gap: 0 24px;
    align-items: center;
}

.blog-tablists ul li button.active {
    color: #E9E9E9;
    background-color: #34656D !important;
    border-color: #34656D !important;
}

.blog-tablists ul li button:hover {
    color: #E9E9E9;
    background-color: #34656D !important;
    border-color: #34656D !important;
}

.blog-thumb {
    margin-bottom: 15px;
}

.blog-large .blog-thumb {
    margin-bottom: 24px;
}

.blog-thumb img {
    width: 100%;
}

.post-info {
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 20px;
}

.blog-large .post-info {
    margin-bottom: 20px;
}

.post-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-info ul li {
    font-size: 14px;
    font-weight: 500;
    color: #171717;

}

.post-info ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #171717;
    text-decoration: none;
}

.post-date span {
    display: inline-block;
    color: #171717;
    font-size: 14px;
    font-weight: 500;
}

.blog-content h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 98%;
    margin-bottom: 5px;
}

.blog-content.blog-large h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 98%;
    margin-bottom: 10px;
}

.blog-content p {
    color: #171717;
    font-size: 16px;
    line-height: 160%;
    margin: 0;
}

.blog-content.blog-large p {
    color: #171717;
    font-size: 24px;
    line-height: 160%;
}

.blog-content a {
    text-decoration: none;
    display: block;
}

.blog-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.blog-wrapper .single-blog {
    width: 380px;
    margin-bottom: 50px;
}

.single-archives {
    margin-bottom: 80px;

}

.articles-area {
    padding: 120px 0;
}

.recommendations-thumb {
    margin-bottom: 16px;
}

.recommendations-thumb img {
    width: 100%;
    border-radius: 8px;
}

.recommendations-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
}

.recommendations-text span {
    font-size: 24px;
    font-weight: 500;
}

.recommendations-wrapper {
    margin-bottom: 100px;
}

.product-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 70px;
}

.product-text {
    padding: 20px 24px;
}

.product-text h4 {
    font-weight: 500;
    font-size: 24px;
    color: #171717;
    line-height: 112%;
}

.recommended-product img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.recommended-product a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.recommended-product {
    position: relative;
    top: 0;
    transition: .3s;
}

.recommended-product:hover {
    top: -15px;
}

.recommendations-area {
    padding-bottom: 200px;
}


.note-area {
    padding: 125px 0;
}

.note-wrapper {
    background: #34656D;
    padding: 40px;
    text-align: center;
    border-radius: 24px;
    color: #E9E9E9;
}

.note-icon {
    width: 80px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.note-wrapper p {
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
}

.note-wrapper h2 {
    color: #E9E9E9;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: .3px;
    margin-bottom: 24px;
}

/*-------   Blog  Area End  -------*/




/*-------   Resources  Area Start  -------*/
.resources-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 90px;
}

.resource-card {
    margin-top: 90px;
}

.card-thumb img {
    width: 100%;
    border-radius: 8px;
}

.card-thumb {
    margin-bottom: 20px;
}

.resource-info h2 {
    font-size: 24px;
    color: #171717;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 10px;
}

.resource-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resource-info ul li {
    display: flex;
    align-items: center;
    gap: 0 12px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #171717;
}

.resource-info ul li a {
    text-decoration: underline;
    color: #171717;
    display: inline-block;
}

.resources-area {
    padding-top: 100px;
    padding-bottom: 350px;
}

.resources-filter .form-select {
    height: 48px;
    color: #171717;
    border-color: #34656D;
    font-size: 18px;
    border-radius: 8px;
    transition: .3s;
    box-shadow: none;
    outline: none;
    background-size: 24px 16px;
}

.resources-filter {
    max-width: 380px;
    margin: 0 auto;
}

.with-google img {
    width: 28px;
}

/*-------   Resources  Area End  -------*/





/*-------   Sign Up  Area Start  -------*/
.singup-page {
    background-color: #F7F7F7;
}

.singuo-wrapper {
    max-width: 525px;
    margin: 0 auto;
    height: 100vh;
    position: relative;
}

.singuo-logo {
    text-align: center;
    padding: 25px 0;
}

.singuo-logo img {
    width: 70px;
}

.singup-wrap {
    height: calc(100vh - 93px);
    display: flex;
    align-items: center;
}

.signup-title h2 {
    font-size: 112px;
    font-weight: normal;
    line-height: 111%;
}

.signup-title p {
    font-size: 18px;
    color: #969696;
}

.signup-title {
    margin-bottom: 30px;
}

.single-item label {
    font-size: 16px;
    color: #232323;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.single-item {
    margin-bottom: 24px;
}

.field-box {
    position: relative;
    width: 100%;
}

.field-box input {
    width: 100%;
}

.form-inner {
    width: 100%;
}

.field-box input,
.field-box select,
.field-box textarea {
    height: 59px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #34656D;
    font-size: 18px;
    color: #34656D;
    transition: .3s;
    outline: none;
}

.field-box input::placeholder {
    opacity: .9;
    color: #232323;
}

.form__checkbox {
    margin-top: 35px;
    margin-bottom: 24px;
}

.form-check label {
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
}

.form-check-input {
    width: 22px;
    height: 22px;
    margin-top: 1px;
    vertical-align: middle;
    background-color: #E9E9E9;
}

.form-check-input:focus {
    border-color: #34656D;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #34656D;
    border-color: #34656D;
    border-color: #34656D;
}

.form-submit button {
    width: 100%;
    height: 48px;
    border: none;
    background: #34656D;
    color: #E9E9E9;
    border-radius: 8px;
    border: 1px solid #34656D;
    transition: .3s;
    font-weight: 500;
}

.form-submit button:hover {
    background: transparent;
    color: #34656D;
    border-radius: 8px;

}

.field-box span {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.another-login-option {
    margin-top: 30px;
    text-align: center;
}

.or-title {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.or-title span {
    color: #6E6E6E;
    font-size: 16px;
    font-weight: 500;
    background: #F7F7F7;
    line-height: 1;
    padding: 3px 10px;
    display: inline-block;
}

.or-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: #D9D9D9;
    content: '';
    width: 100%;
    height: 1px;
    z-index: -1;
}

.with-google a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
    background: #E9E9E9;
    width: 100%;
    color: #171717;
    text-decoration: none;
    border: 1px solid #E6E8E7;
    border-radius: 8px;
    transition: .3s;
    padding: 5px;
    height: 54px;
}

.create-account {
    margin-top: 30px;
}

.create-account p {
    color: #6C6C6C;
    margin: 0;
    font-size: 18px;
}

.create-account p a {
    color: #34656D;
    font-weight: 500;
    text-decoration: underline;
    transition: .3s;
    display: inline-block;
    margin-left: 5px;
}

.create-account p a:hover {
    text-decoration: none;
}

/*-------   Sign Up  Area End  -------*/



/* Prevent scrolling when the preloader is active */
body.hidden-content {
    overflow: hidden;
}

/* Preloader styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

#preloader img {
    width: 200px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#preloader.hidden {
    opacity: 0;
    pointer-events: none;
}



.loader3 {
    width: 90px;
    height: 90px;
    display: inline-block;
    padding: 0px;
    text-align: left;
}

.loader3 span {
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #3b0d11;
    -webkit-animation: loader3 1.5s linear infinite;
    animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}


.testimonial-slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #E9E9E9 !important;
    border-radius: 10px;
    transition: .3s;
}

.testimonial-slider .owl-dots {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
}

.testimonial-slider .owl-controls {
    position: relative;
    bottom: -70px;
}

.testimonial-slider .owl-dot.active {
    background: #00B295!important;
}







.container-sl {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features-card {
    width: 100%;
    opacity: 0;
    /* Start invisible */
    transform: translateY(0);
    /* Start off-screen */
    min-height: 440px;
    display: flex;
    align-items: center;
}

.features-title {
    text-align: center;
    margin-bottom: 100px;
    transition: .3s;
    position: relative;
}

.features-title h2 {
    font-size: 64px;
    color: #171717;
    font-weight: normal;
    line-height: 110%;
    font-family: "Instrument Serif", serif;
}

.features-title h2 span {
    font-family: "Instrument Sans", sans-serif;
}

.features-title p {
    font-size: 24px;
    font-weight: normal;
    line-height: 140%;
}





.features-title.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    /* Ensure it's above other elements */
    padding: 20px 0;
}

/* ==== exper-css ==== */
.space {
    padding: 100px 0px 0px;
}

.modal-header {
    background: #34656D;
    height: 150px;
}

.profile-modal .team-member-info {
    padding-top: 20px;
}

.profile-modal .modal-body {
    padding: 20px 40px;
    margin-top: -96px;
    text-align: start;
}

.profile-modal .modal-header .btn-close {
    position: relative;
    z-index: 9999;
}

.details-box {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    border-top: 1px solid #34656D;
    padding: 20px 0px;
}

.profile-modal .modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.profile-modal .modal-content {
    border-radius: 20px;
}

.details-box h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 140%;
    width: 50%;
}

.profile-modal .team-member-info p {
    margin: 0;
}

.contact-sec {
    padding-bottom: 80px;
    padding-top: 160px;
}

.contact-sec .page-info h2 {
    color: #171717;
}

.field-box textarea {
    height: 100px !important;
}

.contact-sec .page-info {
    max-width: 100%;
}

.dropdown {
    display: inline-block;
    position: relative;
    outline: none;
}

.dropdown .db2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    display: none;
}

.dropbtn {
    cursor: pointer;
    transition: 0.35s ease-out;
    display: flex !important;
    align-items: center;
    grid-gap: 10px;
    padding: 0px;
}

.sticky .drop-items li a {
    color: #000 !important;
}

.dropdown .dropdown-content {
    position: absolute;
    top: 42px;
    bottom: 0;
    min-width: 165px;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s ease-out;
    height: 100%;
    right: auto;
    box-shadow: 0px 4px 12px 0px rgba(44, 60, 144, 0.20);
    left: 50%;
    transform: translate(-50%, 0);
}

.dropdown .drop-items {
    border-radius: 10px;
    box-shadow: 0px -4px 10px 4px rgba(0, 0, 0, 0.10);
    background: #E9E9E9;
    display: block;
    text-align: start;
    padding: 10px 0px;
}

.dropdown:focus .db2,
.dropdown:hover .db2 {
    display: inline-block;
}

.dropdown-content::after {
    content: '';
    background-color: transparent;
    position: absolute;
    height: 20px;
    width: 100%;
    top: -20px;
    left: 0;
}

.dropdown:focus .dropdown-content,
.dropdown:hover .dropdown-content {
    outline: none;
    visibility: visible;
    opacity: 1;
}

.drop-items li a {
    font-size: 14px;
    width: 100%;
    color: #000 !important;
    padding: 5px 18px;
    border-bottom: 1px solid #34656D;
}
/* 
.drop-items li a:hover {
    background-color: #34656D;
} */

.drop-items li:last-child a {
    border-bottom: none;
}

/* nutritions-page start */
.nutritions-page .profile-modal-main {
    padding: 130px 20px;
    max-width: 1330px;
    margin: 0 auto;
}

.nutritions-page .team-member-info p {
    font-size: 16px;
}

.nutritions-page .main-btn {
    text-align: center;
    margin-top: 50px;
}

/* nutritions-page end */
/* health-therapist-page start */
.health-therapist-page .team-member-info .details-box ul li p {
    width: 100%;
}

.health-therapist-page .team-member-info .details-box ul {
    padding-left: 14px;
}

/* health-therapist-page end */
.health-banner{
    background-color: #34656D;
    border-radius: 16px;
    padding: 40px;
}
.health-banner-inner {
    display: flex;
    align-items: center;
    gap: 30px; 
    margin-bottom: 30px;
}

.health-banner-inner .text-box {
    flex: 1;
    width: 100%;
}

.health-banner-inner .text-box ul {
    list-style: none;
    padding: 0; 
   
}

.health-banner .text-box ul li span {
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}

.health-banner-inner .text-box ul li {
    color: #E9E9E9;
    font-size: 20px;
    letter-spacing: .2px;
    line-height: 140%;
    margin-bottom: 10px;
}

.health-banner-inner .text-box ul li:last-child {
    margin: 0;
}

.book-btn {
    width: 100%;
    height: 48px;
    max-width: 150px;
    margin-left: auto;
    border: none;
    background: #E9E9E9;
    color: #34656D;
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    transition: .3s;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-info {
    margin-top: 0;
}
.info-box{
    height: 100%;
}
.info-box h3 {
    text-align: center;
    color: #171717;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
}

.info-box-inner {
    background-color: #34656D;
    padding: 20px;
    border-radius: 10px;
    height: calc(100% - 67px);
}

.info-box-inner .text-box {
    margin-bottom: 20px;
}
.info-box-inner .text-box:last-child{
    margin: 0;
}
.info-box-inner .text-box h4 {
    color: #E9E9E9;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
}

.info-box-inner .text-box ul {
    margin: 0;
}

.info-box-inner .text-box ul li {
    font-size: 16px;
    color: #E9E9E9;
    font-weight: normal;
    margin-bottom: 8px;
    line-height: normal;
}
.info-box-inner .text-box ul li:last-child{
    margin: 0;
}
.info-box-inner .text-box p {
    font-size: 16px;
    color: #E9E9E9;
    font-weight: normal;
    line-height: normal;
}
.about-info .blog-tablists {
    margin-bottom: 50px;
}