:root {
    --primary: #744d13;
    --secondary: #744d13;
    --bg: #f5e8d45c;
    --heading: #2e2924;
    --white: #ffffff;
    --text-grey: #333333;
    --text-light: #64748b;
    --border: #e2e8f0;
    --bg-hero-image: url('../img/bg.webp');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: var(--heading);
}

body {
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding-bottom: 60px;
}

p {
    color: var(--text-grey);
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    width: 100%;
}

.section {
    padding: 80px 0;
}

header {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.logo img {
    width: 250px;
}

.cta {
    padding: 10px 20px;
    font-size: 16px;
    background: var(--primary);
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: none;
}

.cta:hover {
    background-color: var(--secondary);
    color: #fff;
}

.whatsapp:hover {
    background-color: #07564c;
}

.call:hover {
    background-color: #139942;
}

.hero .cta {
    font-size: 16px;
}

header .call,
header .whatsapp {
    padding: 0;
}

header .call svg.bi,
header .whatsapp svg.bi {
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.call {
    background-color: #1DB954;
}

.whatsapp {
    background-color: #0B6B5F;
}

header .call i,
header .whatsapp i {
    font-size: 27px;
    padding: 0;
}

.button-flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

header .button-flex {
    height: 100%;
    margin: 0;
}

.hero {
    position: relative;
    overflow: hidden;
    background-image: var(--bg-hero-image);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, #4a2f08, #4a2f08cf, #faf8f4);
    z-index: -9;
}

/* Ensure content stays above overlay */
.hero {
    position: relative;
    z-index: 1;
}

.hero p {
    font-size: 22px;
    margin: 10px 0;
    color: var(--white);
}

.appointment-form {
    padding: 60px 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.appointment-form form input {
    margin-bottom: 15px;
}

.appointment-form h3 {
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 700;
}

.appointment-form p {
    font-size: 16px;
    margin: 10px 0;
}

.appointment-form button {
    border: none;
    margin-top: 20px;
}

.hero .button-flex {
    margin-top: 20px;
}

.button-flex {
    margin-top: 30px;
}

h2 {
    margin-bottom: 20px;
    font-size: 32px;
}

.hero-header h1 {
    color: var(--white);
}

.hero-header p {
    color: rgb(255 255 255 / 65%);
}

.offer h3 {
    font-size: 22px;
    color: #FFAA33;
}

.hero-icon-box {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 20px;
    flex-wrap: wrap;
}

.hero-icon-box-item img {
    width: 175px;
}

.hero-icon-box-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hero-icon-box-item i {
    font-size: 32px;
    color: var(--primary);
}

.hero-icon-box-item .text h3 {
    font-size: 18px;
    margin: 0;
    color: var(--primary);
    margin-bottom: -4px;
}

.hero-icon-box-item .text p {
    font-size: 13px;
    margin: 0;
    color: var(--text-grey);
}

.hero-icon-box-item {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
    width: 220px;
    background: #fff;
    padding: 6px 15px;
    border: 1px solid #6c757d47;
    flex: 1;
}

.hero-icon-box-item.img-box {
    background: #fff;
}

.hero-icon-box-item img {
    width: 156px;
    border-radius: 10px;
    padding: 0 10px;
    background: #fff;
    height: 40px;
}

.aboutUs h2 {
    margin: 5px 0;
}

.aboutUs ul {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--primary);
}

.whyChooseUs .card {
    padding: 40px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #eee;
}

.card-text svg {
    width: 40px;
    height: 40px;
    fill: #cc8634;
}

.whyChooseUs .card-text h3 {
    font-size: 16px;
    margin: 10px 0 5px 0;
}

.whyChooseUs .card-text p {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
}

.part-card-item h3 {
    font-size: 20px;
    padding: 15px 10px 0;
    margin: 0;
    font-weight: 700;
    border-top: 1px solid #cf8f46;
}

.part-card-item-text p {
    margin: 0;
    font-size: 16px;
}

.part-card-item {
    border: 1px solid #cf8f46;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.part-card-item p {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 4px;
}

.section-header {
    text-align: center;
}

.section-header h2 {
    margin: 0 0 10px;
}

.section-header p {
    margin: 0;
    font-size: 15px;
}

.section-header {
    margin-bottom: 30px;
}

/* .sectionSix .table {
    display: flex;
    width: 100%;
} */

.coloum ul li {
    padding: 20px;
}

.columnOne {
    flex-basis: 50%;
}

.columnTwo,
.columnThree {
    flex-basis: 25%;
}

.step {
    display: flex;
    gap: 10px;
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    align-items: center;
}

.step span {
    font-size: 25px;
    background: var(--primary);
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
}

.step p {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.bottom-cta h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.bottom-cta ul li,
.hero .appointment-form ul li,
.gallery-desc ul li {
    display: flex;
    gap: 5px;
    font-size: 14px;
}

.bottom-cta ul li span i,
.hero .appointment-form ul li span i,
.gallery-desc ul li span i {
    color: #00ba00;
}

.bottom-cta {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    overflow: hidden;
}

.body {
    background: #faf9f6;
}

.bottom-cta ul,
.hero .appointment-form ul,
.gallery-desc ul {
    margin: 0 0 20px;
    display: flex;
    gap: 10px;
}


.bottom-cta-img {
    overflow: hidden;
    height: 100%;
}

.hero .appointment-form {
    padding: 40px;
    border: 1px solid #ddd;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-left: 40px
}

.appointment-form h2 {
    font-size: 28px;
    margin-bottom: 5px;
}

footer {
    padding: 20px 0;
    text-align: center;
    background: var(--primary);
}

footer p {
    color: #fff;
    margin: 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--primary);
}

.swiper-pagination-bullet-active {
    background: var(--primary);
}

/* .swiper {
    padding-bottom: 50px !important;
} */

button.accordion-button {
    background: #fff !important;
}

button.accordion-button {
    color: #1e1e1e !important;
    font-size: 18px;
    font-weight: 500;
}

.accordion-body {
    font-size: 16px;
}

button.accordion-button {
    box-shadow: none !important;
}

.whyChooseUs .section-header,
.results .section-header,
.gallery-section .section-header {
    text-align: center;
}

.whyChooseUs .button-flex,
.results .button-flex {
    justify-content: center;
}

.alternate-bg {
    background-color: var(--bg);
}

.bottom-cta .appointment-form {
    border-radius: 0;
}

.side-btn {
    position: fixed;
    bottom: 90px;
    right: 10px;
    flex-direction: column;
    align-items: flex-start;
    z-index: 9;
}

.side-btn a {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    padding: 10px;
}

.hero-icon-box-item:nth-child(1) {
    padding: 4px 0
}

/* .side-btn a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/**Thankyou Page**/
.thankyou {
    padding: 0 0 30px;
}

.thankyou-box {
    padding: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
}

.thankyou-box img {
    width: 100px;
}

.thankyou-box h2 {
    font-size: 50px;
    font-weight: 900;
    margin: 0 0 20px;
    color: #333333;
}

.thankyou-box p {
    margin-bottom: 5px;
}

.thankyou-box h3 {
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    margin-top: 10px;
}

.thankyou-cta {
    margin-top: 20px;
}

.thankyou-cta h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}

.thankyou-cta .button-flex {
    margin: 0;
}

.appointment-form .location-mark {
    width: max-content;
    background: #1db95426;
    padding: 2px 15px;
    display: flex;
    gap: 5px;
    font-size: 12px;
    color: #1e1e1e;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}

.appointment-form .location-mark span i {
    color: #0b6b5f;
}

.gallery {
    padding-bottom: 40px;
}

.gallery-item p {
    margin: 10px 0;
    padding: 0 20px;
}

.gallery-item img {
    border-radius: 20px;
    overflow: hidden;
}

.gallery-desc ul li {
    font-size: 18px;
    gap: 10px;
}

.gallery-desc ul,
.gallery-section .button-flex {
    justify-content: space-between;
}

.gallery-section .button-flex {
    justify-content: center;
}



.bfa-img {
    border: 1px solid var(--primary);
    border-radius: 50px;
    overflow: hidden;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
    z-index: 9999;
}

.modal-overlay.active {
    display: flex;
    opacity: 1;
    visibility: visible;
}

/* Modal base */
.custom-modal {
    background: #fff;
    max-width: 900px;
    width: 95%;
    border-radius: 10px;
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.4s ease;
    position: relative;
}

.modal-overlay.active .custom-modal {
    transform: translateY(0);
    opacity: 1;
}

/* Mobile modal animation */
.modal-mobile {
    transform: translateY(100%);
}

.modal-overlay.active .modal-mobile {
    transform: translateY(0);
}

/* Close button */
.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
}

.modal-mobile .modal-close {
    background: rgb(255 255 255 / 41%);
    color: #fff;
    z-index: 9 !important;
}

.modal-close:hover {
    background: rgba(0, 0, 0, 0.15);
}

.modal-form {
    display: flex;
    flex-wrap: wrap;
}

button.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.aboutUs {
    padding-bottom: 0;
}

.sectionSix .table {
    width: 100%;
}

.sectionSix .table th img {
    width: 235px;
    margin-bottom: 15px;
}

.sectionSix .table th,
.sectionSix .table td {
    padding: 20px;
    background: transparent;
    border: none;
}

.sectionSix .table tbody tr:nth-child(even) {
    background: var(--primary)14;
}

.sectionSix .table tbody tr td:nth-child(2),
.sectionSix .table tbody tr td:nth-child(3),
.sectionSix .table thead tr th:nth-child(2),
.sectionSix .table thead tr th:nth-child(3) {
    text-align: center;
}

.sectionSix .table tbody tr td:nth-child(2),
.sectionSix .table thead tr th:nth-child(2) {
    position: relative;
}

.sectionSix .table tbody tr td:nth-child(2):before,
.sectionSix .table thead tr th:nth-child(2):before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f9f6f0db;
    z-index: -9;
}

.sectionSix .table tbody tr td:nth-child(2),
.sectionSix .table thead tr th:nth-child(2) {
    position: relative;
    border-left: 1px solid var(--primary)52;
    border-right: 1px solid var(--primary)52;
}

.sectionSix .table thead tr th:nth-child(2) {

    border-top: 1px solid var(--primary)52;
    border-radius: 10px 10px 0 0;
}

.sectionSix .table tbody tr:last-child td:nth-child(2) {
    border-bottom: 1px solid var(--primary)52;
    border-radius: 0 0 10px 10px;
}

/* Desktop & Tablet */
.comparison-table table {
    table-layout: fixed;
    width: 100%;
}

.sectionSix .table thead tr th,
.sectionSix .table tbody tr td {
    width: 25%;
    vertical-align: middle;
}

.sectionSix .table thead tr th:nth-child(1),
.sectionSix .table tbody tr td:nth-child(1) {
    width: 50%
}

.sectionSix .table tbody tr td:nth-child(2) i {
    color: #0ca241;
    font-size: 25px;
    font-weight: 600;
}

.sectionSix .table tbody tr td:nth-child(3) i {
    color: #de1616;
    font-size: 25px;
    font-weight: 600;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 12px !important;
    fill: var(--primary) !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    background-color: #fff;
    color: var(--primary) !important;
}

.swiper-pagination-bullet {
    background: var(--primary) !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary) !important;
}

.sectionSix .table thead tr th {
    vertical-align: bottom;
}

button.accordion-button {
    font-weight: 600;
}

.attention h3 {
    font-size: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #D72638;
}

.attention {
    padding: 20px;
    background: #d726380f;
    margin-top: 30px;
    border: 1px solid #D72638;
    border-radius: 25px;
}

svg.bi {
    width: 16px;
    height: 16px;
}

.bi-check-square-fill {
    fill: #00ba00;
}

.hero-icon-box-item svg.bi {
    width: 32px;
    height: 32px;
    fill: var(--primary);
}

svg.bi-check2-circle {
    fill: #0ca241;
    width: 25px;
    height: 25px;
}

svg.bi-x-circle {
    color: #de1616;
    width: 25px;
    height: 25px;
}

.call svg.bi,
.whatsapp svg.bi {
    width: 32px;
    height: 32px;
}

.lazy-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* SAFE skeleton without DOM changes */
img[loading="lazy"] {
    background-color: #f2f2f2;
    display: block;
    animation: shimmer 1.2s infinite;
}

img.loaded {
    background-color: transparent;
}

/* Prevent layout shift */
img {
    display: block;
    max-width: 100%;
    height: auto;
}

@keyframes shimmer {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

.hero,
.whyChooseUs,
.results,
.bookAppointment,
.ourServices {
    min-height: 500px;
}

.mySwiper,
.results,
.gallery {
    min-height: 320px;
    overflow: hidden;
}

.th-img {
    display: flex;
    justify-content: center;
}

.bfa-img {
    margin-bottom: 20px;
}

.mobileImg {
    display: none !important;
}

.location-text {
    display: flex;
    gap: 5px;
    margin: 15px 0;
    font-size: 18px;
}

.hero p.location-text {
    font-size: 14px;
    margin-top: 8px;
}

p.location-text {
    font-size: 18px;
    margin: 15px 0;
}

.location-text svg {
    fill: #1db954;
    width: 20px;
    height: 20px;
}

.map h2 {
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0.1px;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.hero-header {
    display: flex;
    flex-direction: column-reverse;
}

.hero-header h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.hero-header h1 {
    font-size: 40px;
    margin: 0;
    font-weight: 700;
}

.usp li {
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--text-grey);
}

.hero .usp li {
    color: var(--white);
}

ul.usp li span svg {
    background: #fff;
    border: 1px solid var(--white);
    border-radius: 2px;
}

.program-item {
    border: 2px dashed var(--primary);
    background: #1db9540a;
}

.program-item-text {
    padding: 20px;
}

.program-item h2 {
    font-size: 24px;
    padding: 20px;
    margin: 0;
    background: var(--primary);
    color: #fff;
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
}

.free-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
}

.free-tag {
    background: #eee7d5;
    border: 1px solid #ffffff;
    color: #744d13;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    letter-spacing: 0.02em;
}

.free-tag strong {
    color: #5C4A20;
}

input:focus,
select:focus {
    border-color: var(--maroon);
    box-shadow: 0 0 0 3px rgba(123, 31, 31, 0.1);
    background: #fff;
}

.form-guarantee span {
    font-size: 11.5px;
    color: #A08070;
    text-align: left;
    line-height: 1.4;
    margin-top: 10px;
    display: block;
}

.section-header p.section-tag {
    text-align: center;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 12px;
}

.section-header {
    text-align: center;
}

.part-card-item.doctor-card {
    border: 1px solid #cf8f46;
}

.doctor-text {
    z-index: 9;
    position: relative;
    padding: 10px;
    border-top: 1px solid #cf8f46;
    background: #5e3d2b;
}

.doctor-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 9;
}

.part-card-item .doctor-text h3 {
    padding: 0;
    color: var(--white);
}

.part-card-item .doctor-text p {
    padding: 0;
    margin: 2px 0 0 0;
    color: rgb(255 255 255 / 71%);
}

.part-card-item img {
    background: #fdf8f2;
}

h3.accordion-header button {
    font-size: 16px;
    font-weight: 400;
}

.accordion-body {
    font-size: 15px;
}

.part-card-item .doctor-text h3 {
    border: none;
}

/*Funnel CSS*/

/* MODAL */
.f-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(6px);
    z-index: 999;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

/* BOX */
.f-box {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

/* HEADER */
.f-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.progress-text {
    display: flex;
    gap: 10px;
    font-size: 13px;
    color: #64748b;
}

/* CLOSE */
.f-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* PROGRESS */
.progress-bar-bg {
    width: 100%;
    height: 6px;
    background: #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
}

.progress-bar {
    height: 100%;
    width: 33%;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transition: width 0.4s ease;
}

/* STEP */
.formStep {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateX(50px) scale(0.96);
    transition: all 0.4s ease;
}

.formStep.active {
    position: relative;
    opacity: 1;
    transform: translateX(0) scale(1);
}

.formStep.exit-left {
    transform: translateX(-50px) scale(0.96);
    opacity: 0;
}

/* OPTIONS */
.options button {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.2s ease;
}

.options button:hover {
    background: #eef2ff;
}

.options button:active {
    transform: scale(0.96);
}

/* LOADER */
.loader-bar {
    width: 100%;
    height: 8px;
    background: #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 16px;
}

.loader-fill {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #6366f1, #a5b4fc);
}

.submit-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

/* TRUST */
.trust {
    font-size: 12px;
    color: #64748b;
    margin-top: 10px;
}

.inline-box {
    margin: 30px auto;
}

/* ===== PREMIUM CIRCULAR LOADER (ADD ONLY) ===== */

.circle-wrap {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.circle {
    width: 120px;
    height: 120px;
    position: relative;
}

.circle svg {
    transform: rotate(-90deg);
}

.circle circle {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
}

.circle .bg {
    stroke: #e2e8f0;
}

.circle .progress {
    stroke: var(--primary);
    stroke-dasharray: 314;
    stroke-dashoffset: 314;
    transition: stroke-dashoffset 0.25s ease;
}

/* center percentage */
.circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
}

div#globalFunnel-formStep3 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

#globalFunnel h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

input.form-control,
select.form-control {
    padding: 10px 20px;
    margin-bottom: 16px;
}

input.form-control:focus,
select.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.12);
    background: #fff;
}

.desktopImg {
    transform: scale(1.7);
}

.footer-fixed-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    border-radius: 0;
    font-size: 18px !important;
    border-top: 2px solid #fff;
    z-index: 9;
    display: flex;
    align-items: center;
}

.footer-fixed-btn .cta {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    font-size: 18px;
    flex-basis: 50%;
}

.footer-fixed-btn .cta.open-funnel {
    background-color: #333;
}

.testi-item {
    border: 1px solid #ddd;
    overflow: hidden;
}

.testi-item img {
    margin-top: -3px;
}

.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    background: transparent;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.aboutUs .section-header,
.aboutUs .section-header .section-tag {
    text-align: left;
}

.aboutUs .section-header h2 {
    margin: 0;
}

.aboutUs .section-header,
.aboutUs ul {
    margin-bottom: 10px;
}

.process-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
}

.price-info {
    padding: 0 20px;
    width: 100%;
    margin-top: -178px;
    display: block;
    z-index: 9;
    position: relative;
    bottom: -21px;
}

.bottom-cta-img {
    position: relative;
    border-right: 1px solid var(--primary);
}

.bottom-cta-img::before {
    position: absolute;
    content: "";
    bottom: -101px;
    left: 0;
    background: linear-gradient(0deg, #ffffff, #ffffff, #ffffff, #ffffff00);
    width: 100%;
    height: 100%;
    z-index: 9;
}

.price-info h2 {
    font-size: 18px;
}

.price-info p {
    font-size: 14px;
    color: var(--text-grey);
    margin-bottom: 8px;
}

.price-info ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.price-info ul li {
    gap: 2px;
}

.offer {
    background: #FAF8F4;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.usp-list {
    padding: 20px 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

ul.usp-list li {
    font-size: 13px;
    color: #744d13 ;
    display: flex;
    gap: 5px;
    align-items: center;
}
ul.usp-list li span {
    display: flex;
    align-items: center;
}

ul.usp-list li svg {
    background: #fff;
    border-radius: 4px;
}
.authority h2 {
    font-size: 24px;
    margin: 0;
}
.authority p {
    margin-top: -5px;
    margin-bottom: 0;
}
.authority {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-end;
    position: relative;
    top: -150px;
    right: -1px;
}

.authority-item {
    background: #fdf8f2;
    padding: 10px 30px 10px 30px;
    border-radius: 50px 0 0 50px;
    border: 1px solid #ddd;
        border-right: none;
}
.authority p {
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 14px;
}

.hero-form {
    padding: 20px 0;
}
.hero-form h2{
    font-size: 20px;
}
.hero-img-block{
        background-image: url(assets/img/hero.webp);
    background-position: center right;
    background-size: cover;
    padding: 150px 0;
}

.aboutUs img {
    border-radius: 10px;
}
.hero-text {
    padding: 130px 60px;
}

.hero-main .container {
    border-radius: 50px;
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid #ddd;
}

.hero-text h1,
.hero-text h2 {
    font-size: 30px;
    color: #6B5F42;
    font-weight: 600;
}
.hero-main .container {
    border-radius: 50px;
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid #ddd;
}
.hero-text h2 {
    margin-bottom: 10px;
    color: var(--heading);
}

.hero-text p {
    font-size: 16px;
}

.hero-main .button-flex {
    margin-bottom: 10px;
}
.hero-text .bottom-text {
    font-size: 13px;
    color: #6B5F42;
}