* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeSpeed;
}

body {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #201d1d;
    background-color: #f3ede7;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #201d1d;
    font-family: "Montserrat", sans-serif;
}

h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #201d1d;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    color: #201d1d;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

h4 {
    font-size: 25px;
    line-height: 30px;
    color: #201d1d;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #201d1d;
    font-weight: 800;
    letter-spacing: 0.5px;
}

h6 {
    color: #201d1d;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0px;
}

p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #201d1d;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
img,
.search_contain,
path {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn {
    font-size: 15px;
    padding: 13px 44px;
    font-weight: 500;
    border: 1px solid transparent;
    line-height: inherit;
    position: relative;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    border: 0px;
    border-radius: 54px;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -32px;
    right: -32px;
    background: rgba(255, 255, 255, 0.12);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn.btn-sm {
    font-size: 14px;
    padding: 7px 42px;
    font-weight: 800;
}

.btn.btn-lg {
    padding: 14px 48px;
}

.btn:focus {
    box-shadow: none !important;
}

.btn-primary {
    background-color: #201d1d;
    border-color: #201d1d;
    color: #f3ede7;
    box-shadow: 0px 10px 30px rgba(251, 198, 166, 0.7);
    -webkit-box-shadow: 0px 10px 30px rgba(251, 198, 166, 0.7);
    -moz-box-shadow: 0px 10px 30px rgba(251, 198, 166, 0.7);
    -ms-box-shadow: 0px 10px 30px rgba(251, 198, 166, 0.7);
    -o-box-shadow: 0px 10px 30px rgba(251, 198, 166, 0.7);
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #201d1d;
    border-color: #201d1d;
}

.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-secondary:hover:before,
.btn-secondary:focus:before {
    transform: scale(20);
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-third {
    background-color: #f9fafb;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #dae2e7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.btn-third:hover,
.btn-third:focus {
    background-color: #f4a425;
    border-color: #f4a425;
}

.btn-dark {
    background-color: #000000;
    border-color: #000000;
}

.btn-secondary {
    background-color: #000;
    border-color: #000;
    color: #f3ede7;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #000;
    border-color: #000;
}

.green .btn-primary {
    background-color: #3cac00;
    border-color: #3cac00;
    box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07);
    -webkit-box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07);
    -moz-box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07);
    -ms-box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07);
    -o-box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07);
}

.green .termite_booking h2 span {
    color: #3cac00;
}

.green .top_inform svg path,
.green .mobile_head a svg path {
    fill: #3cac00;
}

::selection {
    background: #201d1d;
    color: #fff;
}

::-webkit-selection {
    background: #201d1d;
    color: #fff;
}

::-moz-selection {
    background: #201d1d;
    color: #fff;
}

::-ms-selection {
    background: #201d1d;
    color: #fff;
}

::-o-selection {
    background: #201d1d;
    color: #fff;
}

.head-bar {
    background-color: #ff0000;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.header_top {
    background-color: #f7f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.top_inform {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top_inform {
    font-size: 16px;
}

.top_info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.top_info.top-left ul {
    justify-content: flex-start;
}

.top_info ul li {
    padding-left: 20px;
}

.top_info ul li:first-child {
    padding-left: 0px;
}

.top_info ul li img,
.top_info ul li svg {
    margin-right: 8px;
}

.top_info.top-left ul li {
    padding-left: 0px;
}

.top_info.top-left ul li:first-child {
    padding-right: 8px;
}

.top_info ul li a {
    color: #000;
    text-decoration: none;
    line-height: 30px;
}

.top_info a.btn {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.7px;
    padding: 2px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: none;
    min-width: 146px;
}

.head_btns ul {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    border: 1px solid #fff;
    margin: 0px;
    padding: 0px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    overflow: hidden;
}

.head_btns ul li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    padding: 3px 23px;
}

.head_btns ul li.active a {
    background-color: #fff;
    color: #ff0000;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
}

.navbar-expand-lg .navbar-nav {
    margin-right: -26px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    color: #201d1d;
    font-weight: 500;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:before {
    content: '';
    width: 0px;
    height: 2px;
    background-color: #201d1d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #201d1d;
}

.navbar-light .navbar-nav .nav-link:focus:before,
.navbar-light .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link.active:before {
    width: calc(100% - 48px);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #201d1d;
}

.navbar-light .navbar-nav .nav-item.dropdown {
    position: relative;
}

.navbar-light .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 35px;
}

.navbar-light .navbar-nav .nav-item.dropdown span.dropdown-toggle {
    position: absolute;
    top: 10px;
    right: 18px;
}

.navbar-light .navbar-nav .dropdown .dropend span.dropdown-toggle {
    width: 48px;
    height: 48px;
    top: -1px;
    right: 0;
}

.navbar-light .navbar-nav .dropdown .dropend span.dropdown-toggle:after {
    top: 20px;
}

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(243, 237, 231, 0.12);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.inner-header .navbar {
    background-color: rgba(243, 237, 231, 0.85);
}

.header.scrolled .navbar {
    background-color: rgba(243, 237, 231, 1);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
}

.dropdown-menu {
    border-radius: 0px;
    border: 0;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
    padding: 0;
    min-width: 295px;
    width: 100%;
    margin: 0px !important;
}

a.dropdown-item {
    padding: 7px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #f5f4f4;
}

.dropdown-toggle::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(225deg);
    border-right: 0;
}

.navbar-light .navbar-nav .nav-item.dropdown.active>span.dropdown-toggle:after,
.navbar-light .navbar-nav .nav-item.dropdown:hover>span.dropdown-toggle:after,
.navbar-light .navbar-nav .nav-item.dropdown:focus>span.dropdown-toggle:after {
    border-color: #ff0000;
}

.dropdown.dropend:hover>.dropdown-toggle::after,
.dropdown.dropend:focus>.dropdown-toggle::after,
.dropdown.dropend.active>.dropdown-toggle::after {
    border-color: #ff0000;
}

.dropend .dropdown-toggle::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 0;
    position: absolute;
    right: 17px;
    top: 21px;
    transform: rotate(135deg);
    border-bottom: 0;
}

.dropend .dropdown-toggle:hover::after,
.dropend .dropdown-toggle:focus::after {
    border-color: #ff0000;
}


.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active {
    color: #492e04;
    background-color: #f4a425;
    border-color: #fff0f0;
}

.nav-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.nav-right ul li a {
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    font-weight: 600;
    font-size: 14px;
    background-color: #201d1d;
    border-color: #201d1d;
}

.nav-right ul li a.btn-link {
    color: #fff;
    text-decoration: none;
}

.nav-right ul li a.btn-link:hover,
.nav-right ul li a.btn-link:focus {
    background-color: #201d1d;
    border-color: #201d1d;
}

.home-banner {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home-banner-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.home-banner-content {
    position: relative;
    max-width: 800px;
    width: 100%;
}

.home-banner-content h1 {
    color: #201d1d;
    font-size: 56px;
    line-height: 62px;
    font-weight: 600;
    margin-bottom: 30px;
}

.head-1 {
    font-size: 36px;
    font-weight: 500;
}

.head-2 {
    font-size: 30px;
    font-weight: 500;
}

.hgroup {
    margin-bottom: 35px;
}

.hgroup h2 {
    margin-bottom: 15px;
}

.hgroup p {
    font-size: 20px;
    line-height: 28px;
}

.our-story {
    padding-top: 100px;
    padding-bottom: 100px;
}

.story-img {
    border-radius: 20px;
    overflow: hidden;
}

.labels {
    color: #201d1d;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 12px;
    text-transform: uppercase;
}

.story-content h2 {
    margin-bottom: 23px;
    font-size: 34px;
    font-weight: 600;
    color: #201d1d;
}

.story-content p {
    margin-bottom: 25px;
}

.story-btns {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.our-class {
    padding-top: 100px;
    padding-bottom: 100px;
}

.classes-inner {
    padding-top: 100px;
}

.card-class {
    border: 0;
    background-color: #fff;
    box-shadow: 0px 20px 30px rgba(251, 198, 166, 0.7);
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.card-class .card-body {
    padding: 35px 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.card-class .card-body a {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
}

.card-class .card-body h3 {
    font-size: 24px;
    line-height: 44px;
    padding-right: 50px;
    font-weight: 600;
    color: #f3ede7;
    margin-bottom: 0px;
    position: relative;
}

.card-class .card-body h3:before {
    content: '';
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    background: #f3ede7 url(../images/arrow-icon.png) no-repeat;
    background-position: center;
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -ms-border-radius: 44px;
    -o-border-radius: 44px;
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.card-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
}

.card-class:hover .card-img img,
.card-class:focus .card-img img {
    transform: scale(1.1);
}

.pilates-journey {
    position: relative;
    overflow: hidden;
}

.pilates-journey-inner {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.pilates-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
}

.pilates-img:before {
    content: '';
    background-image: linear-gradient(206.71deg, transparent 7.35%, rgba(0, 0, 0, 0.8) 80.45%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pilates-img img {
    height: 100%;
    object-fit: cover;
}

.pilates-journey-inner h2 {
    font-size: 52px;
    color: #f3ede7;
    line-height: 60px;
    margin-bottom: 26px;
}

.pilates-journey-inner p {
    color: #f3ede7;
    font-size: 24px;
    line-height: 34px;
}

.btn-groups {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding-top: 22px;
}

.plans {
    padding-top: 100px;
    padding-bottom: 90px;
}

.card-plans {
    border: 0;
    border-radius: 12px;
    background-color: #fff3e8;
    box-shadow: 0px 15px 40px rgba(197, 173, 159, 0.07);
}

.plans-inner {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.card-plans .card-body {
    padding: 30px;
}

.card-plans .card-head {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.card-plans .card-head h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.price-in {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 34px;
}

.price {
    font-size: 38px;
    line-height: 38px;
    font-weight: 500;
}

.month {
    font-weight: 300;
    font-size: 16px;
}

.card-plans ul {
    margin: 0px;
    padding: 0;
    list-style: none;
}

.card-plans ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.card-plans ul li svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 0;
    fill: #201d1d;
}

.card-plans-dark {
    background-color: #363333;
    color: #f3ede7;
}

.card-plans.card-plans-dark .card-head h3 {
    color: #f3ede7;
}

.card-plans-dark .btn-primary {
    background-color: #fff3e8;
    color: #201d1d;
}

.card-plans.card-plans-dark ul li svg {
    fill: #f3ede7;
}

.inner-banner {
    position: relative;
    overflow: hidden;
}

.inner-banner-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
}

.inner-banner-img:before {
    content: '';
    background-image: linear-gradient(180deg, transparent 7.35%, rgba(16, 16, 16, 0.76) 80.45%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}

.inner-banner-content {
    position: relative;
    padding-top: 266px;
    padding-bottom: 200px;
}

.inner-banner-content h1 {
    font-size: 52px;
    color: #fff;
    line-height: 60px;
    font-weight: 600;
}

.contact-us {
    padding-top: 100px;
    padding-bottom: 100px;
}

.form-control {
    border-radius: 50px;
    font-size: 16px;
    padding: 14px 30px 14px 30px;
    color: #000;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

textarea.form-control {
    border-radius: 20px;
    min-height: 180px;
}

.form-control[readonly] {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.form-control:focus {
    box-shadow: none;
    background-color: transparent;
    border-color: #201d1d;
    color: #000;
}

.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #201d1d;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #201d1d;
}

.form-control::placeholder {
    color: #201d1d;
}

.contact-us-inner {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.contact-us .btn-primary {
    padding-top: 18px;
    padding-bottom: 18px;
}

.contact-us .btn-primary:before {
    display: none;
}

.contact-us .btn-primary:hover,
.contact-us .btn-primary:focus {
    color: #fff;
    background-color: #000;
}

.contact-info-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 24px;
}

.contact-info .labels {
    margin-bottom: 10px;
}

.contact-info p {
    font-size: 22px;
    line-height: 28px;
}

.contact-info p a {
    color: #201d1d;
    text-decoration: none;
}

.contact-info p strong {
    font-weight: 600;
}

.contact-info p a:hover,
.contact-info p a:focus {
    color: #201d1d;
}

.map {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.booking-appointment {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
    background-color: #fff3e8;
    padding: 50px 40px;
    border-radius: 12px;
}

.footer {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #e9e1d9;
}

.foot-col {
    margin-bottom: 40px;
}

.footer-logo {
    margin-bottom: 50px;
}

li.time {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(249, 250, 251, 0.6);
}

.foot-col h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #201d1d;
    margin-bottom: 10px;
}

.foot-col ul {
    margin: 0px;
    padding: 0;
    list-style: none;
}

.foot-col li {
    color: #201d1d;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: 500;
}

.foot-col li strong {
    color: #201d1d;
}

.foot-col li:last-child {
    margin-bottom: 0px;
}

.foot-col li a {
    color: #201d1d;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.foot-col li a:hover,
.foot-col li a:focus {
    color: #201d1d;
    font-weight: 600;
}

.reviews-d {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}

.card-rating {
    display: flex;
    flex-wrap: wrap;
}

.reviews-d .card-rating svg {
    width: 15px;
    height: 15px;
}

.reviews-d h4 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.card-foot-re {
    border-top: 0;
    padding-top: 0;
}

.card-conreview .card-body {
    border-bottom: 1px solid #dae2e7;
}

.card-conreview .card-body:last-child {
    border-bottom: 0px solid #dae2e7;
}

.card-conreview .card-consult-head {
    align-items: center;
}

.footer-bottom {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

.footer-social span,
.footer-icon span {
    color: #e9e1da;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.footer-social,
.footer-icon {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-social a,
.footer-icon a {
    width: 20px;
    height: 20px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    background-color: #e9e1d9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #201d1d;
    border-radius: 38px;
}

.footer-social a:hover svg,
.footer-social a:focus svg,
.footer-icon a:hover svg,
.footer-icon a:focus svg {
    stroke: #fff;
}

.footer-copy p {
    color: #e9e1da;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.footer-inner {
    padding: 15px 0px;
    background-color: #201d1d;
}

/* Reusable Premium Modal Styles */
.modal-premium .modal-content {
    background-color: #fcfaf8;
    border: none;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.modal-premium .modal-body {
    padding: 4rem 2.5rem;
    position: relative;
}

.modal-premium .modal-logo img {
    max-height: 80px;
    margin-bottom: 30px;
    transition: transform 0.5s ease;
}

.modal-premium .modal-logo img:hover {
    transform: scale(1.05);
}

.modal-premium h2 {
    color: #201d1d;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -0.5px;
}

.modal-premium p {
    color: #555351;
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 80%;
    margin: 0 auto 1.5rem;
}

.modal-premium .modal-divider {
    height: 1px;
    width: 100px;
    background: #201d1d;
    margin: 2.5rem auto;
    opacity: 0.15;
}

.modal-premium .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: 0.4;
    transition: all 0.3s ease;
    background-size: 12px;
    z-index: 10;
}

.modal-premium .btn-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.modal-premium .modal-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #201d1d 0%, #4a4545 100%);
}

.header-logo-img {
    width: 15rem !important;
}

.footer-logo-img {
    width: 20rem !important;
}

.head-12 {
    font-size: 36px;
    font-weight: 400;
    font-family: system-ui;
    font-style: italic;
    /* text-transform: uppercase; */
}

/* ════════════════════════════════════════════════════
   Flash notification – icon + text inline row
   ════════════════════════════════════════════════════ */
.flash__row {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}