@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #2a544b;
    white-space: initial;
    display: inline-block;
}


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;
}

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;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "seawave";
    src: url(../fonts/seawave.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

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

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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;
}

h1 {
    font-family: "seawave";
    font-size: 56px;
    color: #0e0f0f;
    font-weight: 500;
    margin: 0 0 0px;
    line-height: 1.1;
}

h2 {
    font-family: "seawave";
    font-size: 50px;
    color: #000;
    font-weight: 500;
    margin: 0 0 12px;
    line-height: 1.1;
}


h3 {
    font-family: "seawave";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
     font-size: 18px !important;
    color: #808586 !important;
    font-weight: 500;
    line-height: 24px;
}

/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    text-transform: capitalize;
}

.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-block;
    text-decoration: none;
    color: #2a544b;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 10px;
}


.menusection-button ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.theme-btn-1 {
    display: flex;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 0px;
    width: fit-content;
    align-items: center;
    background: #2a544b;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    color: #ffffff !important;
}

.theme-btn-1 span {
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-left: 8px;
}

.menuSec .active {
    position: relative;
}

.menuSec .active:before {
    content: "";
    position: absolute;
    background: #2a544b;
    width: 90%;
    height: 1.5px;
    bottom: -15px;
}

.header-logo a img {
    width: 220px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(16%) sepia(49%) saturate(305%) hue-rotate(92deg) brightness(97%) contrast(96%);
}

.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: #2a544b;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.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;
    display: none;
}

.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;
    right: 7%;
    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;
}

.menuSection {
    padding: 15px 0;
}

.container-fluid.add-padding {
    padding: 0 4%;
    margin: 0px auto;
    max-width: 1650px;
}

/* Header Ends */


/* Main Banner Start */

.main-banner-sec {
    position: relative;
    padding: 80px 0;
}
.main-banner-text h2 {
    font-size: 30px;
}
.main-banner-sec::before {
    left: 0;
    bottom: 0;
    width: 25%;
    height: 65%;
    content: '';
    position: absolute;
    background-color: #2a544b;
}

.main-banner-heading h1 span {
    display: block;
}

.main-banner-heading h1 label {
    color: #2a544b;
}

.main-banner-text p {
    font-size: 14px !important;
    color: #808586;
    margin-bottom: 10px;
    line-height: 28px;
}

.main-banner-text>label {
    font-family: "seawave";
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cbcbcb;
    width: 60%;
}

.main-banner-images-box img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.main-banner-text {
    width: 97%;
    padding: 0;
    margin: 0 0 0 auto;
}

.main-banner-button {
    margin-bottom: -25px;
    position: relative;
    margin-top: 40px;
    z-index: 999;
}

.main-banner-socail-link ul li a:hover {
    background: #fff;
    color: #2a544b;
    border: 1px solid #2a544b;
    transition: 0.5s;
}

.main-banner-images-box {
    display: flex;
    position: relative;
    align-items: center;
}

.main-banner-socail-link {
    position: absolute;
    right: 100px;
}

.main-banner-socail-link ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffffff3b;
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
}

.main-banner-socail-link ul li {
    padding-bottom: 35px;
    position: relative;
}

.main-banner-socail-link ul li:last-child {
    padding-bottom: 0 !important;
}

.main-banner-socail-link ul li:last-child:before {
    display: none !important;

}

.main-banner-socail-link ul li:before {
    content: "";
    position: absolute;
    background-color: #ffffff3b;
    width: 1px;
    height: 35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 45px;
}


/* Main Banner Ends */

/*About Us Start*/

.about-me-text h2 span {
    display: block;
}

.about-me-text p {
    margin-top: 30px;
    color: #979797;
    margin-bottom: 25px;
}
.about-short-description p, .about-full-description p {
    color: #7d8585;
    font-size: 14px;
    line-height: 1.7;
    font-size: 18px !important;
    color: #808586 !important;
    margin-bottom: 16px;
    text-align: left;
}
.about-short-description ul li, .about-full-description ul li {
    color: #7d8585;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 6px;
    font-size: 18px !important;
    color: #808586 !important;
}

.about-me-our-mission {
    background: #2a544b;
    padding: 30px 30px;
    margin-top: 45px;
}

.about-me-our-mission p {
    color: #95ada5;
    margin-bottom: 0;
    margin-top: 0 !important;
}

.about-me-our-mission h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}

.about-me-images {
    position: relative;
    height: 500px;
    min-height: 100%;
}

.about-me-sec.inner .about-me-images:before {
    height: 97%;
    right: 50px;
}

.about-me-sec.inner .about-me-images img {
    width: 80%;
    height: 690px;
    object-fit: cover;
    position: relative;
    object-position: top;
}


.about-me-images:before {
    /* content: ""; */
    position: absolute;
    background: #ecf0ef;
    width: 1px;
    height: 100%;
    right: 50px;
    bottom: 0;
}

.about-me-text {
    position: relative;
}

.about-me-text:before {
    content: "";
    position: absolute;
    background: #2a544b;
    width: 50px;
    height: 7px;
    left: -98px;
    top: 30px;
}

.about-me-images img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    position: relative;
    object-position: top;
}

.about-me-sec {
    padding-top: 100px;
    margin-bottom: 30px;
}

.about-me-images:after {
    /* content: ""; */
    position: absolute;
    background: #fff;
    width: 180px;
    height: 190px;
    z-index: 9999;
    bottom: 0;
    right: 138px;
}

/*About Us Ends*/

/*Services Start*/

.services-heading {
    text-align: center;
    border-bottom: 1px solid #ebeae9;
    padding-bottom: 30px;
}

.services-heading p {
    width: 66%;
    color: #888787;
    margin: 0 auto;
}

.services-heading h2 {
    margin-bottom: 10px;
}

.services-heading label {
    margin-bottom: 2px;
    color: #2a544b;
    text-transform: uppercase;
    font-weight: 600;
}

.sec {
    padding: 100px 0;
}

.services-silder-items {
    height: 330px;
    margin-top: 25px;
    position: relative;
}

.services-silder-items-heading {
    position: absolute;
    background: #fff;
    z-index: 9;
    bottom: 8px;
    width: 95%;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-silder-items-heading h2 {
    font-size: 22px;
}

.services-silder-row a {
    width: 100%;
}

.services-sec.sec.chg-1 {
    padding-top: 0 !important;
}

.services-silder .slick-active {
    opacity: 1.5;
}

.services-silder .slick-slide {
    margin: 0px 12px;
}

.services-silder-items-img::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    background: #2a544b;
}

.services-silder-items-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.services-silder-items-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-silder-items-number {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    margin: auto;
    height: 100px;
    display: flex;
    font-size: 40px;
    color: #2a544b;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    font-family: "seawave";
    justify-content: center;
    background-color: #fff;
}

.services-silder-items-number::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    transform: scale(1.15);
    border: 2px dashed #fff;
}

.services-sec .services-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.services-sec .slider-count {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.services-silder .slick-prev,
.services-silder .slick-next {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #2a544b;
}

.services-silder .slick-prev::before,
.services-silder .slick-next::before {
    font-size: 18px;
    color: #2a544b;
    font-family: "FontAwesome";
}

.services-silder .slick-prev::before {
    content: '\f053';
}

.services-silder .slick-next::before {
    content: '\f054';
}

.services-silder .slick-prev {
    left: -40px;
}

.services-silder .slick-next {
    right: -40px;
}

.services-sec button.prev-arrow.slick-arrow.slick-disabled {
    background: none;
    border: 2px solid #b7bec2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.services-sec button.prev-arrow.slick-arrow.slick-disabled img {
    width: 17px;
    height: 10px;
    object-fit: contain;
}

.services-sec button.next-arrow.slick-arrow {
    background: none;
    border: 2px solid #b7bec2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.services-sec button.next-arrow.slick-arrow img {
    width: 17px;
    height: 10px;
    object-fit: contain;
    transform: rotate(180deg);
}

.services-sec span.current-slide {
    font-family: "seawave";
    font-size: 30px;
    color: #a3b8b1;
}

.services-sec span.total-slides {
    font-family: "seawave";
    font-size: 20px;
    color: #a3b8b1;
    line-height: normal;
    margin-bottom: -2px;
}

.services-sec button.prev-arrow.slick-arrow {
    background: #a3b8b1;
    border: 2px solid #b7bec2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.services-sec .services-slider-controls {
    gap: 25px;
    position: relative;
}

/* Numbers */
.services-sec .slider-count {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 500;
}

/* Progress Background Line */
.services-sec .progress-wrapper {
    width: 180px;
    height: 2px;
    background: #ddd;
    position: relative;
    overflow: hidden;
}

/* Animated Line */
.services-sec .slider-count .line {
    width: 0;
    height: 100%;
    background: #000;
    transition: width 0.4s ease;
}

/* Optional: rotate left arrow */

/*Services Ends */

/*Couples Therapy Deeper Connection Start*/

.couples-therapy-couples-sec {
    background: #2a544b;
    overflow: hidden;
    position: relative;
    padding-bottom: 70px;
}

.couples-therapy-couples-sec:before {
    content: "";
    position: absolute;
    background: #2a544b;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.couples-therapy-couples-text {
    padding: 50px 0px;
}

.couples-therapy-couples-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    min-height: 100%;
}

.couples-therapy-couples-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.couples-therapy-couples-text h2 span {
    display: block;
}

.couples-therapy-couples-text h2 {
    margin-bottom: 20px;
    color: #fff;
}

.couples-therapy-couples-text p {
    color: #a6bab3;
}

.couples-therapy-couples-text ul li {
    color: #dae2df;
    font-family: "seawave";
    font-size: 18px;
}

.couples-therapy-couples-text a {
    font-family: "seawave";
}

.couples-therapy-couples-text ul {
    line-height: 30px;
    margin-bottom: 28px;
}

.couples-therapy-deeper-connection-row {
    margin: 60px 0px 0;
}

.couples-therapy-deeper-connection-text h2 span {
    display: block;
}

.couples-therapy-deeper-connection-text h2 {
    color: #fff;
    margin-bottom: 20px;
}

.couples-therapy-deeper-connection-text p {
    color: #a9b9b6 !important;
}

.couples-therapy-deeper-connection-text ul li span {
    background: #41675f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

.couples-therapy-deeper-connection-text ul li {
    color: #dae2df;
    font-family: "seawave";
    font-size: 18px;
}

.couples-therapy-deeper-connection-text h2 {
    margin-bottom: 10px;
}

.couples-therapy-deeper-connection-text ul {
    line-height: 28px;
}

ul.structure li span {
    color: #2a544b !important;
    background: #ecf0ef;
}

ul.structure li label {
    color: #333333 !important;
}

.couples-therapy-deeper-connection-text ul li p {
    margin-bottom: 0;
}

.couples-therapy-deeper-connection-text ul li label {
    font-family: "seawave";
    font-size: 20px;
    color: #d4dcdb;
    margin-bottom: 2px;
}

.couples-therapy-couples-btn {
    margin-top: 18px;
}

.couples-therapy-deeper-connection-img {
    overflow: hidden;
    text-align: left;
}

/* .couples-therapy-deeper-connection-img img {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    background: linear-gradient(-5deg, #2a544b47, transparent);
    padding: 12px;
} */
.couples-therapy-deeper-connection-img img {
    box-sizing: border-box;
    display: block;
    width: 100%;
    /*height: 442px;*/
    object-fit: cover;
    object-position: center;
    background: linear-gradient(-5deg, #2a544b47, transparent);
    padding: 12px;
}
.couples-therapy-deeper-connection-text {
    padding-left: 24px;
}

@media (max-width: 991px) {
    .couples-therapy-deeper-connection-img {
        margin-bottom: 28px;
    }

    .couples-therapy-deeper-connection-img img {
        height: 340px;
    }

    .couples-therapy-deeper-connection-text {
        padding-left: 0;
    }
}

/*Couples Therapy Deeper Connection Ends*/


/*What People Say Start*/

.testi_main {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.testi_img {
    position: relative;
    border-radius: 5px;
}

.testi_img img {
    width: 100%;
    display: block;
    height: 520px;
    transition: transform 0.6s ease;
    object-fit: cover;
}

section.testimonial.inner {
    padding-bottom: 100px;
}

.testi_hover {
    position: absolute;
    background: #2f5d50;
    color: #fff;
    padding: 40px 20px;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    border-radius: 5px;
}

.testi_main:hover .testi_hover {
    opacity: 1;
}

.stars i {
    color: #ffba00;
    font-size: 14px;
    margin-right: 0px;
}

.test-top-boxs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.testi_hover p,
.testi_hover .client_info,
.testi_hover .stars {
    opacity: 0;
    transition: all 0.4s ease;
}

.testi_main:hover .testi_hover p,
.testi_main:hover .testi_hover .client_info,
.testi_main:hover .testi_hover .stars {
    opacity: 1;
}

.what-people-say-heading {
    text-align: center;
}

.what-people-say-heading p {
    color: #868787;
    width: 75%;
    margin: 0 auto;
}

.what-people-say-heading h2 {
    margin-bottom: 10px;
}

.testi_hover p {
    color: #eef2f1;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
}

.testi_hover .client_info {
    transition-delay: 0.3s;
    margin-top: 25px;
}

.client_info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.client_info img {
    width: 70px;
    height: 70px;
}

.testi-rating span {
    font-family: "seawave";
}

.client_info h4 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-family: "seawave";
}

.client_info span {
    font-size: 12px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.testi_static {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    background: #fff;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.testi_main:hover .testi_static {
    opacity: 0;
}

.testi_static .name {
    font-size: 20px;
    font-weight: 400;
    color: #2a534b;
    font-family: "seawave";
}

.testi_static .designation {
    font-size: 12px;
    font-weight: 400;
    font-family: "seawave";
    color: #2a534b;
}


.testi_slider .testi_main:hover .testi_hover,
.testi_slider .slick-current.slick-center .testi_hover {
    opacity: 1;
}

.testi_slider .testi_main:hover .testi_hover p,
.testi_slider .slick-current.slick-center .testi_hover p,
.testi_slider .testi_main:hover .testi_hover .stars,
.testi_slider .slick-current.slick-center .testi_hover .stars,
.testi_slider .testi_main:hover .testi_hover .client_info,
.testi_slider .slick-current.slick-center .testi_hover .client_info {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.testi_slider .testi_main:hover .testi_static,
.testi_slider .slick-current.slick-center .testi_static {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testi-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: #2f5d50;
    border: 2px solid #2f5d50;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
}

.testi-slider-arrow i {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease;
}

.testi-slider-arrow {
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.testi_slider .slick-next {
    right: -50px;
    opacity: 1;
}

.testi_slider .slick-prev {
    left: -50px;
    opacity: 0.5;
}

.testi_slider .testi-slider-arrow:hover {
    border: 2px solid #2f5d50;
    background-color: #ffffff;
    opacity: 1;
}

.testi-slider-arrow:hover i {
    color: #2f5d50;
}

.testi_slider .slick-prev:before,
.testi_slider .slick-next:before {
    display: none;
}

/*What People Say Ends*/


/*Latest Blog Start*/

.latest-blog-heading {
    text-align: center;
}

.latest-blog-heading p {
    color: #888787;
    width: 60%;
    margin: 0 auto;
}

.latest-blog-heading h2 {
    margin-bottom: 15px;
}

.latest-blog-box {
    margin-top: 25px;
}

.latest-blog-text {
    background: #2a534b;
    padding: 25px 25px;
    position: relative;
    margin: 0 0 0 auto;
    margin-right: 0px;
    box-shadow: 0 0 10px 0 #0000008f;
    transition: 0.5s;
}

.latest-blog-box:hover .latest-blog-text {
    opacity: 1;
    transition: 0.5s;
}

.latest-blog-img img {
    object-fit: cover;
    width: 100%;
    border: 1px solid #2a534b;
    height: 330px;
}

.latest-blog-text h2 {
    font-size: 20px;
    color: #95a9a5;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.latest-blog-text p {
    height: 50px;
    color: #95a9a5 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.latest-blog-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.latest-blog-text ul li span {
    border: 1px solid #8ca39e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #95a9a5;
    font-size: 13px;
}

.latest-blog-text ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.latest-blog-text ul li {
    color: #95a9a5;
    font-size: 14px;
    font-weight: 500;
}

/*Latest Blog Ends */

/* Footer Start */

.main-footer-form {
    background: #2a544b;
    padding: 40px 30px;
}

.main-footer-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    padding: 0 15px;
    border: 1px solid #6d8e83;
    background: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.main-footer-form textarea {
    width: 100%;
    height: 220px;
    margin-bottom: 25px;
    padding: 15px 15px;
    border: 1px solid #6d8e83;
    background: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    resize: none;
}

.main-footer-sec {
    padding-top: 60px;
    position: relative;
}

.main-footer-sec:before {
    bottom: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2a544b;
}

.main-ftr-contact-us-heading {
    margin-left: 70px;
    margin-top: 30px;
}

.main-ftr-contact-us-heading h2 {
    margin-bottom: 8px;
}

.austintx-counseling-logo h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.austintx-counseling-logo p {
    color: #96aba7;
    margin-bottom: 0;
}

.follow-us-icon {
    margin-top: 10px;
    margin-bottom: 18px;
}

.follow-us-icon h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.follow-us-icon ul li a {
    color: #5b7b75;
    border: 1px solid #5b7b75;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 0%;
    transition: 0.5s;
}

.ftr-quick-links-box ul li a {
    color: #96aba7;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    transition: 0.5s;
}

.ftr-contact-info-box ul li a {
    color: #96aba7;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.ftr-contact-info-box ul li a i {
    color: #fff;
}

.ftr-contact-info-box {
    margin-left: 0;
}

.ftr-copy-right-row {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #2a544b;
    margin: 30px 0 0 auto;
    border-top: 1px solid #6d8e83;
}

.ftr-copy-right-row p {
    color: #fff !important;
    margin-bottom: 0;
    font-size: 14px;
}

.ftr-quick-links-box h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ftr-quick-links-box ul {
    line-height: 35px;
}

.ftr-quick-links-box {
    margin-left: 10px;
}

.ftr-contact-info-box h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.follow-us-icon ul {
    display: flex;
    align-items: center;
    margin-top: 0;
    gap: 10px;
    justify-content: center;
}

.follow-us-icon ul li a:hover {
    background: #fff;
    color: #000;
    transition: 0.5s;
}

.main-ftr-contact-us-heading p {
    color: #9ba1a7;
    margin-bottom: 0;
}

.austintx-counseling-logo h2 {
    font-size: 23px;
}

.ftr-quick-links-box ul li a:hover {
    color: #fff;
    margin-left: 10px;
    transition: 0.5s;
}

.main-footer-form input::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.main-footer-form textarea::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.newsletter-box {
    margin-right: 15px;
    padding: 0px 0px 50px 0%;
}

.newsletter-box h3 {
    color: #fff;
    margin-bottom: 5px;
}

.newsletter-box p {
    color: #fff;
    margin-bottom: 30px;
}

.newsletter-box form {
    width: 100%;
    display: flex;
    padding: 3px 5px;
    border-radius: 0px;
    align-items: center;
    border: 1px solid #ffffff4d;
    justify-content: space-between;
}

.newsletter-box form input {
    width: 100%;
    height: 55px;
    color: #fff;
    padding: 10px 30px;
    background-color: transparent;
    border: 1px solid transparent;
}

.newsletter-box form input::placeholder {
    text-transform: uppercase;
    color: #fff;
}

.newsletter-box form button {
    flex-shrink: 0;
}

/* Footer Ends */

/*Inner About Us Start*/

.inner-banner-sec {
    background-image: url(../images/main-banner-images.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}

.inner-banner-heading h2 {
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
}

.about-me-sec.inner {
    padding: 100px 0;
    margin: 0 !important;
}


/*Inner About Us Ends*/


/*Inner Contact Us Start*/






.cont-bx {
    padding: 50px 30px;
    border-radius: 0px;
    height: 200px;
    background: #2a544b;
}




.cont-bx h3 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
    width: 75%;
    text-transform: uppercase;
}


.cont-bx span {

    color: #fff;

}



.cont-bx a {
    color: #f7f6f5;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
}



.cont-bot-txt {
    text-align: center;
    margin-top: 60px;
}



.cont-bot-txt h3 {
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 10px;
    font-family: "seawave";
    font-weight: 500;
}


.cont-bot-txt p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #868787;
    font-weight: 600;
}



.cont-bot-txt form input {
    width: 100%;
    height: 60px;
    border: 2px solid #bdbdbd;
    padding: 0 15px;
    border-radius: 5px;
    color: #9f9fa0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cont-bot-txt form input::placeholder {

    color: #9f9fa0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cont-bot-txt form textarea::placeholder {

    color: #9f9fa0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cont-bot-txt form textarea {
    width: 100%;
    height: 250px;
    padding: 15px 15px;
    border-radius: 5px;
    color: #9f9fa0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    resize: none;
    border: 2px solid #bdbdbd;
    text-transform: uppercase;
}

.cont-bot-txt button {
    border: bisque;
    margin: 0 auto;
}







/*Inner Contact Us Ends*/


/*Inner Services Detail Start*/


.inner-services-detail-text {
    background: #fff;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0;
    box-shadow: none;
}

.inner-services-detail-text p {
    color: #a6a5a5;
}

.inner-services-detail-text p:last-child {
    margin-bottom: 0;
}

.inner-services-detail-text ul {
    list-style: none;
    margin: 0 0 18px;
    padding-left: 0;
}

.inner-services-detail-text ul li {
    margin-bottom: 4px;
    padding-left: 18px;
    position: relative;
}

.inner-services-detail-text ul li::before {
    background: currentColor;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 5px;
}

/*Inner Services Detail Ends*/

/*Inenr Fees Insurance Start*/

.inner-fees-insurance-img img {
    width: 100%;
    height: 625px;
    object-fit: cover;
}

.inner-fees-insurance-text ul li p {
    margin-bottom: 0;
}

.inner-fees-insurance-text h2 {
    margin-bottom: 20px;
}

.inner-fees-insurance-text p {
    color: #909090;
}

.inner-fees-insurance-text {
    margin-left: 10px;
}

.inner-fees-insurance-text ul li h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.inner-fees-insurance-text ul li span {
    background: #edf1ef;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #2a544b;
}

.inner-fees-insurance-text ul {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
}

.consultation-fees-heading {
    text-align: center;
}


.consultation-fees-heading h2 {
    margin-bottom: 5px;
}

.consultation-fees-heading p {
    color: #868787;
    font-weight: 500;
    width: 70%;
    margin: 0 auto;
}

.consultation-fees-sec {
    padding-bottom: 100px;
}

.consultation-fees-boxs {
    padding: 40px 30px;
    border-radius: 10px;
    transition: 0.5s;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.consultation-fees-boxs:hover {
    background: #2a544b;
    transition: 0.5s;
    transform: scale(1.1);
    margin-top: 50px;
}

.consultation-fees-boxs ul {
    margin-bottom: 25px;
}

.consultation-fees-boxs a {
    background: #2a544b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 auto;
}

.consultation-fees-boxs ul li {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.consultation-fees-boxs ul {
    line-height: 28px;
}

.consultation-fees-boxs p {
    color: #5b5b5b;
    margin-top: 20px;
    width: 75%;
    font-weight: 500;
}

.consultation-fees-boxs:hover * {
    color: #dde5e2;
}

.consultation-fees-boxs:hover a {
    background: #dde5e2;
    color: #2a544b;
    font-weight: 600;
}

.consultation-fees-boxs:hover ul li img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(4%) saturate(145%) hue-rotate(108deg) brightness(93%) contrast(100%);
}

.consultation-fees-boxs h2 span {
    font-size: 40px;
    margin-right: 1px;
}

.consultation-fees-boxs h2 {
    color: #2a544b;
    margin-top: 15px;
    margin-bottom: 28px;
}

.consultation-fees-boxs label {
    color: #151515;
    font-weight: 600;
    font-size: 15px;
}

.consultation-fees-boxs label {
    text-align: center;
    display: block;
    font-size: 25px;
}

.consultation-fees-boxs h2 {
    text-align: center;
}
.consultation-fees-boxs h2 span {
    font-size: 48px;
}
/*Inenr Fees Insurance Ends*/
.consultation-fees-boxs h2 sub {
    font-size: 21px;
    bottom: 0;
}


/* Inner Faqs Start*/


section.faqs-main {
    padding: 80px 0 100px;
}

.faq-heading p {
    width: 80%;
    margin: 0 auto;
}

.gorilla-content .accordion-button.collapsed {
    padding: 18px 20px;
    background-color: inherit;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    border-radius: 0px !important;
    font-weight: 600;
    font-family: "seawave";
    text-transform: uppercase;
}


.accordion-body.gorrila-page-txt p {
    margin-bottom: 0;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
}

.gorilla-content .accordion-button {
    padding: 22px 20px 10px;
    background-color: inherit;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    border-radius: 0px !important;
    font-weight: 600;
    font-family: "seawave";
    text-transform: uppercase;
}

.faq-heading h2 {
    color: #000;
}




.gorilla-content .gorrila-page-txt .color-red {
    color: #A60000;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px;
}

.gorrila-page-txt ul {
    list-style: disc;
}

.gorrila-page-txt ul li {
    /* color: #000000; */
    font-size: 14px;
    line-height: 23px;
    /* font-family: 'Roboto', sans-serif; */
    /* font-weight: 400;
    margin-bottom: 15px; */
    margin-left: 15px;
    font-weight: 500;
    color: #979797;
    margin-bottom: 15px;
    font-family: 'Montserrat' !important;
}

.gorrila-page-txt ul li::marker {
    color: #979797;
}

.accordion-body.gorrila-page-txt {
    padding: 0px 20px 20px;
    background: #ffffff;
    border: unset !important;
    border-top: none;
}

.gorilla-content .accordion-item {
    margin-bottom: 15px;
    border: none !important;
    border-bottom: 2px solid #f1f1f1 !important;
}

.accordion-button::after {
    content: "" !important;
    position: absolute !important;
    background-image: url(../images/faqopen.png) !important;
    width: 15px;
    height: 15px;
    right: 25px;
    background-size: contain;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/faqclose.png) !important;
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    /* border: 1px solid; */
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.accordion-collapse.collapse {
    /* border: 1px solid #A60000; */
    border-top: 0;
    border-radius: 0 0 10px 10px;
    /* margin-bottom: 30px; */
}


.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}

.gorilla-content .accordion-button::after {
    content: '\f067';
    font-weight: 900;
    font-family: 'Font Awesome 5 free';
    background-image: none;

}

.accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-weight: 900;
    font-family: 'Font Awesome 5 free';
}

.address {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

section.faqs-main p {
    font-weight: 400;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}


.faq-heading.text-center {
    margin-bottom: 30px;
}

.faq-heading.text-center h3 span {
    display: block;
}

.faq-heading.text-center h3 {
    line-height: 60px;
}

div#accordionExample {
    padding: 0px 91px;
}

.dv1faq {
    text-align: center;
}

.dv1faq h2 {
    font-family: 'Blacksword';
    font-size: 50px;
    color: #ff7f00;
    font-weight: 400;
    margin-bottom: 10px;
}

.dv1faq h3 {
    font-size: 50px;
    font-family: 'Playfair Display';
    font-weight: 400;
    color: #000;
}

.dv1faq {
    text-align: center;
    margin-bottom: 70px;
}

.faqs-main-inner-heading p {
    width: 80%;
    color: #757575;
    margin-top: 10px;
}

.faqs-main-inner-heading {
    margin-bottom: 15px;
}


.faqs-main-inner-heading h2 {
    text-transform: uppercase;
}


.consultation-fees-boxs h2 sub {
    font-size: 14px;
    font-weight: 700;
}


section.faqs-main-inner div#accordionExample {
    padding: 0px;
}

/*Inner Faqs Page End*/

.services-sec.sec.offering-sec .services-silder-items-heading h2 {
    font-size: 17px;
}


.video-box {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.video-box .play-btn {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.video-box .play-btn::before {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.7;
    position: absolute;
    background-color: #000;
}

.video-box .play-btn i {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 65px;
    margin: auto;
    height: 65px;
    color: #fff;
    display: flex;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #ffffff48;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {

    0% {
        -webkit-box-shadow: 0 0 0 0 #ffffff7e;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #ffffff7e;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #ffffff7e;
    }
}

@keyframes pulse {

    0% {
        -moz-box-shadow: 0 0 0 0 #ffffff7e;
        box-shadow: 0 0 0 0 #ffffff7e;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px #ffffff7e;
        box-shadow: 0 0 0 10px #ffffff7e;
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #ffffff7e;
        box-shadow: 0 0 0 0 #ffffff7e;
    }
}

.video-box .play-btn img {
    width: 105%;
    height: 100%;
    max-width: 105%;
    object-fit: cover;
    animation: moveLeftToRight 4s linear infinite;
}

.video-box .vid {
    width: 100%;
    height: 100%;
}

.video-box .vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-sec {
    padding: 100px 0px;
    background: #2a544b;
}


section.contact-sec {
    margin-top: 70px;
    padding: 0px 0px 100px;
}

.contact-input {
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: unset;
    border: 1px solid #ffffff63;
}

.contact-sec.pt-10 {
    padding: 100px 0px;
}

.contact-input::before {
    top: 0;
    right: 0%;
    width: 100%;
    height: 100%;
    content: '';
    padding: 1px;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(30deg, var(--themeColor2), #ffffff63, #ffffff63, #ffffff63, #ffffff63, var(--themeColor2));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.contact-input:focus-within::before {
    opacity: 1;
}

.contact-input input:-internal-autofill-selected {
    background-color: transparent;
}

.contact-input:focus-within {
    border-color: transparent;
}

.contact-input input {
    width: 100%;
    outline: none;
    height: 60px;
    padding: 15px 20px;
    background-color: unset;
    border: 1px solid #e1dbca;
}

.cont-form input::placeholder {
    font-size: 14px;
    color: #8e8a80;
}

.cont-form textarea::placeholder {
    font-size: 14px;
    color: #8e8a80;
}

.cont-form textarea {
    resize: none;
    width: 100%;
    height: 130px;
    padding: 15px 12px;
    border-radius: 0px;
    margin-bottom: 20px;
    background-color: unset;
    border: 1px solid #e1dbca;
}

.cont-img {
    margin-top: 20px;
}

section.contact-sec .container {
    position: relative;
}

.cont-txt .section-sub-heading {
    margin-bottom: 5px;
    width: fit-content;
}

.cont-txt h2 span {
    font-family: 'Montserrat';
}

.cont-img iframe {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
}

.cont-txt p {
    width: 75%;
    font-size: 14px;
}

.footer-logo {
    height: 138px;
    width: fit-content;
    margin-bottom: 15px !important;
    margin: 0 auto;
}

.footer-logo a,
.footer-logo a img {
height: 100%;
   width: 100%;
    object-fit: contain;
}

.booking-sec {
    padding: 100px 0px 0px;
}

.booking-body {
    background: #ffffff;
    border-radius: 28px;
    /*box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.02);*/
    padding: 2rem 2rem 2.5rem;
    transition: all 0.2s ease;
}

.booking-header {
    text-align: center;
    margin-bottom: 2rem;
}

.booking-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a3e4c;
    letter-spacing: -0.3px;
    margin-bottom: 0.5rem;
}

.subtitle {
    font-size: 1rem;
    color: #fff !important;
    font-weight: 400;
    border-bottom: 1px solid #e2e8f0;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.booking-body h4 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1f2e3a;
    margin-bottom: 0.75rem;
    letter-spacing: -0.2px;
}

.booking-body p {
    color: #2c3e44;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.booking-body label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #1f3b43;
    margin-bottom: 0.4rem;
    display: block;
}

.booking-body .form-control,
.booking-body input.form-control,
.booking-body textarea.form-control {
    border: 1px solid #cfdfe8;
    border-radius: 14px;
    padding: 0.7rem 1rem;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    transition: 0.2s;
    background-color: #fff;
    box-shadow: none;
}

.form-control:focus {
    border-color: #5b8c9e;
    outline: none;
    box-shadow: 0 0 0 3px rgba(91, 140, 158, 0.2);
}

small,
.form-text {
    font-size: 0.7rem;
    color: #5f7d8c;
    display: block;
    margin-top: 4px;
}

/* ------ CUSTOM CHECKBOX & RADIO STYLES (professional) ------ */
/* hide default input, keep accessible */
.custom-checkbox-group,
.custom-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    margin-top: 0.25rem;
}

.checkbox-item,
.radio-item {
    display: flex !important; 
    align-items: center;
    cursor: pointer;
    font-size: 0.92rem;
    font-weight: 450;
    color: #1f3b43;
    transition: 0.1s;
}

.checkbox-item input,
.radio-item input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* custom checkbox */
.checkbox-item .checkmark {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1.8px solid #b9cedb;
    border-radius: 6px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    transition: 0.15s linear;
    flex-shrink: 0;
}

.checkbox-item input:checked+.checkmark {
    background-color: #2a544b;
    border-color: #2a544b;
}

.checkbox-item .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-item input:checked+.checkmark:after {
    display: block;
}

/* custom radio */
.radio-item .checkmark-radio {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1.8px solid #b9cedb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    transition: 0.15s linear;
    flex-shrink: 0;
}

.radio-item input:checked+.checkmark-radio {
    border-color: #2a544b;
    background-color: #fff;
}

.radio-item .checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2a544b;
}

.radio-item input:checked+.checkmark-radio:after {
    display: block;
}

/* for inline blocks inside col-12: also align labels */
.custom-group-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #1f3b43;
}

/* alert boxes improved */
.alert-danger,
.alert-warning {
    border-radius: 20px;
    padding: 1.25rem 1.25rem;
    background-color: #fff7e5;
    border-left: 5px solid #e6a017;
    color: #5d3e0c;
    font-size: 0.9rem;
}

.alert-danger {
    background-color: #ffe9e9;
    border-left-color: #d9534f;
    color: #9b2e2e;
}

.alert-danger strong,
.alert-warning strong {
    font-weight: 700;
}

.booking-body .theme-btn-1 {
    margin: 0px auto;
}

.services-sec.sec.offering-sec {
    padding-bottom: 0px;
}
.menusection-button a.theme-btn-1 {
    text-align: center;
    padding: 12px 14px;
}

.booking-sec.appointment-cta-sec {
    background: #2a544b;
    padding-bottom: 100px;
}

.booking-sec.appointment-cta-sec .booking-body.text-center {
    background: none;
    padding: 0;
}

.booking-sec.appointment-cta-sec h5.booking-title {
    color: #fff;
    font-family: "seawave";
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 12px;
}

.booking-sec.appointment-cta-sec p.subtitle {
    color: #fff;
}

.booking-sec.appointment-cta-sec .booking-header {
    margin-bottom: 10px;
}
@media only screen and (min-width: 1366px) and (max-width: 1700px) {
    .menusection-button a.theme-btn-1 {
    padding: 12px 10px;
    font-size: 12px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .menusection-button a.theme-btn-1 {
    padding: 12px 10px;
    font-size: 12px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}
.consultation-fees-boxs .reserve-now-btn {
    background: #2a544b;
}
.links-resource-content a {
    color: #2a544b !important;
}
.step-pill.active {
    background: #2a544b !important;
    border-color: #2a544b !important;
}

.stepslogin {
    background: linear-gradient(135deg, #2a544b 0%, #2d6a5a 50%, #3d8b75 100%) !important;
}


}
.appointment-request-form label .appointment-rate-price {
    color: #2a544b !important;
}
.appointment-rate-content strong {
    color: #2a544b !important;
}
.appointment-rate-content small {
    color: #2a544b !important;
}
.appointment-rate-card:has(input:checked) {
    border-color: #2a544b !important;
    box-shadow: 0 8px 22px rgba(47, 141, 151, .16) !important;
}
.appointment-rate-card input:checked + .appointment-rate-check {
    background: radial-gradient(circle at center, #2a544b 0 45%, transparent 48%) !important;
    border-color: #2a544b !important;
}


button#resetPasswordFormBtn {
    background-color: #2a544b !important;
    border-color: #2a544b !important;
}

.footer-logo a img {
    filter: invert(1) brightness(60.5);
}
.main-banner-text p b {
    color: #000;
    font-size: 16px;
}

.about-short-description p, .about-full-description p {
    font-size: 15px !important;
    line-height: 28px !important;
}
.inner-banner-heading {
    padding-top: 200px;
}