* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Figtree", sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-x: clip;
    overflow-y: auto;
    scroll-behavior: smooth;
    font-size: 20px;
}

html body {
    font-weight: normal;
    overflow-x: clip;
    background: #FDF9F2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
    cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
    cursor: pointer;
}

input[type=file]::-o-file-upload-button {
    cursor: pointer;
}

input[type=file] {
    cursor: pointer;
}

*::-moz-selection {
    color: #fff;
    background: #EBC17D;
}

*::selection {
    color: #fff;
    background: #EBC17D;
}

*::-moz-selection {
    color: #fff;
    background: #EBC17D;
}

*::-webkit-selection {
    color: #fff;
    background: #EBC17D;
}

*::-ms-selection {
    color: #fff;
    background: #EBC17D;
}

* {
    scrollbar-color: #EBC17D;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    height: 3px;
    width: 7px;
}

::-webkit-scrollbar-track {
    background-color: #EBC17D;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #9fa5b9;
    border-radius: 6px !important;
}


.mCSB_scrollTools {
    opacity: 1 !important;
}

.meet-coach-lawrence-section .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(217 217 217 / 10%) !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(0 0 0 / 20%) !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #EBC17D !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    outline: 0;
}

b,
strong {
    font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li {
    list-style: none;
}

input,
select,
textarea,
.site textarea {
    font-weight: normal;
    width: 100%;
    background: #fff;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #222;
    margin: 0;
    font-weight: 400;
    line-height: 100%;
}

body h2 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 125%;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}

body p {
    color: #222;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    margin: 0 0 15px 0;
    display: block;
}

body a {
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
    outline: none !important;
    display: inline-block;
    line-height: 160%;
}

body a:focus {
    outline: none !important;
}

body p:last-of-type {
    margin-bottom: 0;
}

.padding {
    padding: 7rem 0;
}

iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.for-mobile {
    display: none;
}

/* Gravity Form */
.gform_wrapper {
    position: relative;
}

.gform_wrapper .gform_fields {
    gap: 20px !important;
}

.gform_wrapper form .gform_body input::-moz-placeholder,
.gform_wrapper form .gform_body select::-moz-placeholder,
.gform_wrapper form .gform_body textarea.large::-moz-placeholder {
    color: rgba(255 255 255 / 0.4);
    opacity: 1;
}

.gform_wrapper form .gform_body input::placeholder,
.gform_wrapper form .gform_body select::placeholder,
.gform_wrapper form .gform_body textarea.large::placeholder,
.gform_wrapper form .gform_body select,
.gform_wrapper form .gform_body select option.gf_placeholder {
    color: rgba(255 255 255 / 0.4);
    opacity: 1;
}

.gform_wrapper form .gform_body input,
.gform_wrapper form .gform_body select,
.gform_wrapper form .gform_body textarea.large {
    border-radius: 8px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    color: rgba(255 255 255 / 0.4);
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.10);
    min-height: unset !important;
    background: rgba(255, 255, 255, 0.10);
    opacity: 1;
}

.gform_wrapper form .gform_body input::-webkit-outer-spin-button,
.gform_wrapper form .gform_body input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.gform_wrapper form .gform_body input:focus,
.gform_wrapper form .gform_body select:focus,
.gform_wrapper form .gform_body textarea:focus {
    border-color: #653F48;
}

/* Select options */
.gform_wrapper .gform_body select option {
    background-color: #3f3f41;
    color: #fff;
    padding: 12px;
}

/* Placeholder option */
.gform_wrapper .gform_body select option.gf_placeholder {
    background-color: #3f3f41;
    color: rgba(255, 255, 255, 0.4);
}

/* Selected value */
.gform_wrapper .gform_body select:focus {
    outline: none;
    border-color: #1e73ff;
    box-shadow: 0 0 0 1px #1e73ff;
}

.gform_wrapper form .gform_body select {
    cursor: pointer;
}

.gform_wrapper form .gform_body textarea.large {
    height: 160px !important;
    resize: none;
    line-height: normal !important;
    padding-top: 20px !important;
}

.gform_wrapper form .gform_body label.gfield_label span {
    display: none;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    position: relative;
    width: 100%;
    margin-top: 40px !important;
}

.gform_wrapper .gform_footer img {
    display: none;
}

.gform_wrapper form [type=submit] {
    text-align: center !important;
    color: #222 !important;
    font-size: 18px !important;
    cursor: pointer !important;
    border-radius: 0px !important;
    transition: all 0.3s ease 0s !important;
    margin: 0 !important;
    min-height: unset !important;
    line-height: normal !important;
    font-family: "Figtree", sans-serif !important;
    font-weight: 600 !important;
    padding: 19px 30px !important;
    background: #EBC17D !important;
    border-right: 4px solid #fff !important;
    width: 100% !important;

}

.gform_wrapper form [type=submit]:hover {
    background-color: #fff !important;
}

.gform_wrapper form .gform_body .ginput_container_select {
    position: relative;
}

.gform_wrapper form .gform_body .ginput_container_select::before {
    position: absolute;
    content: "" !important;
    height: 7px;
    width: 12px;
    background: url(../images/down-icon.svg)no-repeat;
    background-size: contain;
    top: 28px;
    right: 20px;
}

.gform_wrapper form .gform_body .ginput_container_consent input {
    width: 14px;
    height: 14px;
    border-radius: 0;
    margin-top: 6px;
    border: 1px solid #575557;
    background: transparent;
    padding: 0;
}

.gform_wrapper form .gform_body .ginput_container_consent input::before {
    color: #fff;
    font-size: 10px;
}

.gform_wrapper form .gform_body .ginput_container_consent label {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 128%;
}

/* Date */

.gform_wrapper form .gform_body .ginput_container_date {
    display: block;
    position: relative;
}

.gform_wrapper form .gform_body .ginput_container_date select {
    color: #222;
}

.gform_wrapper form .gform_body .ginput_container_date button {
    position: absolute !important;
    top: 22px !important;
    right: 0 !important;
    width: 16px !important;
    height: 16px !important;
}

.gform_wrapper form .gform_body .ginput_container_date button::before {
    position: absolute;
    content: "" !important;
    height: 100%;
    width: 100%;
    background: url(../images/cal-icon.svg)no-repeat;
    background-size: contain;
}

.gform_wrapper form .gform_body .ginput_container_date input {
    width: 100%;
}

.gform_wrapper form .gform_body .ginput_container_date button span {
    display: none;
}

/* Error Message */
.gform_confirmation_message {
    font-size: 1.2rem;
    grid-column: unset;
}

.gform_wrapper .gform_validation_errors {
    display: none !important;
}

.gform_wrapper .ginput_container_phone .instruction.validation_message {
    display: none;
}

.gform_wrapper form .validation_message {
    background: transparent;
    padding: 10px 0 0;
    margin: 0;
    border: 0;
    color: red;
    font-size: 14px;
}

.gform_confirmation_wrapper>div {
    text-align: center;
}

.gform_confirmation_wrapper h3 {
    font-size: 3.8889rem;
}

.gform_confirmation_wrapper h4 {
    line-height: 145%;
    font-size: 1rem;
}

.gform_confirmation_wrapper img {
    width: 10rem;
}

.gform_wrapper .gform_confirmation_message {
    color: green;
    padding: 20px 0;
}

/* Gravity Form Over */
span.id-wrapper {
    margin-top: -8.056rem;
    padding-top: 8.056rem;
    display: block;
    width: 100%;
    pointer-events: none;
}

#header {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 0;
}

#header.fixed {
    box-shadow: 0 0 20px rgba(0 0 0 /10%);
}

#header .wrapper {
    display: flex;
    align-items: center;
    padding: 30px 60px;
    transition: all ease 0.5s;
}

#header.fixed .wrapper {
    background: #222;
}

#header .wrapper .main-menu {
    margin-left: auto;
    margin-right: 50px;
}

#header ul#menu-header-menu {
    display: flex;
    gap: 40px;
}

#header ul#menu-header-menu li {
    position: relative;
}

#header ul#menu-header-menu li.menu-item-has-children {
    padding-right: 0.811rem;
}

#header ul#menu-header-menu li span.submenu-click-arrow {
    background: url("../images/down-icon.svg") no-repeat;
    display: block;
    width: 12px;
    height: 9px;
    position: absolute;
    left: auto;
    right: 0rem;
    top: 12px;
    cursor: pointer;
    transition: all ease 0.5s;
    background-size: contain;
    filter: brightness(1);
}

#header ul#menu-header-menu li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

#header ul#menu-header-menu li a:hover,
#header ul#menu-header-menu li.current-menu-ancestor>a {
    color: #EBC17D;
}

#header ul#menu-header-menu li ul.sub-menu {
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
    min-width: 10rem;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    padding: 0.556rem;
    top: 1.611rem;
    transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
    -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
    box-shadow: 0 0 1.111rem rgba(0, 0, 0, 0.1);
    transform-origin: top;
    border-radius: 5px;
}

#header ul#menu-header-menu li.menu-item-has-children:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

#header ul.menu li.menu-item-has-children ul.sub-menu li ul.sub-menu {
    z-index: 99;
    left: 100% !important;
    top: 0 !important;
}

#header ul.menu li.menu-item-has-children ul.sub-menu span.submenu-click-arrow {
    transform: rotate(270deg);
    filter: brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(6319%) hue-rotate(146deg) brightness(95%) contrast(102%);
    top: 13px !important;
}

#header ul#menu-header-menu li.menu-item-has-children::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -8px;
    height: 10px;
}

#header ul#menu-header-menu li ul.sub-menu li {
    width: 100%;
    height: auto;
    margin: 0 0 0.278rem;
    position: relative;
    padding: 0rem;
    text-align: left;
    border-radius: 5px;
}

#header ul#menu-header-menu li ul.sub-menu li:hover,
#header ul#menu-header-menu li ul.sub-menu li.current-menu-item {
    background: #EBC17D;
}

#header ul#menu-header-menu li ul.sub-menu li a {
    display: block;
    padding: 0.556rem 1.111rem;
    color: #222;
}

#header .note {
    background: #FDF9F2;
    padding: 12px 0;
    position: relative;
}

#header .note p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

#header .note span.close {
    position: absolute;
    top: 9px;
    right: 20px;
    cursor: pointer;
}

/**/
#header .res_navigation {
    width: 26px;
    height: 17px;
    cursor: pointer;
    display: none;
}

.res_navigation .nav-toggle {
    display: block;
    position: relative;
    transition: 0.3s ease;
    z-index: 9;
    width: 26px;
    height: 17px;
}

.res_navigation .nav-toggle span {
    position: absolute;
    height: 2px;
    border-radius: 10px;
    width: 100%;
    background: #EBC17D;
    left: 0;
    right: 0;
    top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:last-child {
    transition: 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle span:last-child {
    top: auto;
    bottom: 0;
}

.res_navigation .nav-toggle.active {
    transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.res_navigation .nav-toggle.active span:first-child,
.res_navigation .nav-toggle.active span:last-child {
    top: 9px;
}

.res_navigation .nav-toggle.active span:first-child {
    transform: translateX(-3%) rotate(90deg);
}

.container {
    max-width: 1430px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

body a.btn-main {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 19px 30px;
    position: relative;
    text-align: center;
    z-index: 5;
    text-transform: capitalize;
}

body a.btn-main::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EBC17D;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    pointer-events: none;
}

body a.btn-main::after {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
    transition: all 0.5s;
}

body a.btn-main:hover::after {
    width: 100%;
    transition: all 0.5s;
}

/* body a.btn-main:hover {
   background-color: #fff;
} */


body a.btn-main.grey {
    color: #fff;
}

body a.btn-main.grey::before {
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(10px);
}

body a.btn-main.grey:hover {
    color: #000;
}


body a.btn-main.white::before {
    background: #fff;
}

body a.btn-main.white::after {
    background: #EBC17D;
}


body h1 {
    color: #FFF;
    font-family: Figtree;
    font-size: 4rem;
    font-weight: 600;
    line-height: 105%;
    letter-spacing: -1.6px;
    margin-bottom: 2rem;
}

.banner {
    min-height: 46rem;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 13rem 0 0;
}

.banner .container {
    max-width: 100%;
    padding: 0 3rem;
}

.banner p {
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 145%;
    max-width: 38rem;
    margin-bottom: 3rem !important;
}

.banner .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.banner-list {
    border-bottom: 1px solid rgba(0 0 0 / 0.3);
}

.banner-list ul {
    display: grid;
    grid-template-columns: repeat(6, 15rem);
    justify-content: center;
}

.banner-list ul li {
    display: flex;
    align-items: center;
    padding: 1.5rem 2rem;
    border-right: 1px solid rgba(0 0 0 / 0.3);
    gap: 14px;
}

.banner-list ul li img {
    margin: 0;
}

.banner-list ul li:first-child {
    border-left: 1px solid rgba(0 0 0 / 0.3);
}

.banner-list ul li p {
    font-weight: 500;
    line-height: 120%;
}

.occasions ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.occasions ul li {
    background: #FFF;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 20px 20px;
    flex-direction: column;
    gap: 1rem;
    transition: all 0.3s ease;
}


.occasions ul li .top-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.occasions ul li .popup-btn {
    display: block;
    text-decoration: underline;
    text-align: center;
    color: #ffbb4c;
    text-transform: capitalize;
    cursor: pointer;
}

.occasions ul li .popup-btn:hover {
    color: #000;
}

/* .occasions ul li .btn-main::after {
   background-color: #000;
}

.occasions ul li .btn-main:hover {
   color: #fff;
} */

.occasions ul li:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
}

.occasions ul li img {
    margin: 0;
}

.occasions ul li p {
    color: #222;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 100%;
}

.occasions ul li .btn-main img {
    transition: all 0.4s ease 0s;
    width: 21px !important;
    height: 21px !important;
}

.occasions ul li .btn-main:hover img {
    filter: brightness(0) invert(1);
}

.feature-structure {
    padding-bottom: 0 !important;
}

.feature-structure .slide-wrap {
    position: relative;
    cursor: pointer;
}

.feature-structure .slide-wrap h3 {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 5;
}

.feature-structure .slide-wrap .img {
    height: 16rem;
    position: relative;
}

.feature-structure .slide-wrap .img::after {
    content: "";
    display: block;
    height: 90px;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.feature-structure .slide-wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-structure .slide-wrap .img .imageSwiper,
.feature-structure .slide-wrap .img .imageSwiper .swiper-wrapper,
.feature-structure .slide-wrap .img .imageSwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.feature-structure .slide-wrap .img .imageSwiper .swiper-slide img {
    display: block;
}

.feature-structure .arrows {
    display: flex;
    gap: 10px;
}

.feature-structure .arrows>div {
    position: unset;
    margin: 0;
    height: 2rem;
    width: 2rem;
}

.feature-structure .arrows>div::after {
    content: none;
}

.feature-structure .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.5rem;
}

.occasions h2 {
    margin-bottom: 2.5rem;
}

.extraordinary {
    padding-top: 10rem !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    /* background: linear-gradient(180deg, #414042 0%, #222 100.23%); */
}

.extraordinary .wrap {
    display: grid;
    grid-template-columns: auto 31rem;
    align-items: center;
    gap: 5.75rem;
}

.extraordinary .wrap h2 {
    color: #fff;
    margin-bottom: 2.5rem;
}

.extraordinary .wrap p {
    color: #fff;
    margin-bottom: 1rem;
}

.extraordinary .wrap a.btn-main {
    margin-top: 2rem;
}

.extraordinary img.first-img {
    margin-left: 2rem;
}

.extraordinary .img-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
    margin: 0.85rem 0;
}

.extraordinary img.last-img {
    margin-right: 2rem;
}

.why-choose {
    background-color: #fff;
}

.why-choose h2 {
    margin-bottom: 2.5rem;
}

.why-choose .wrap {
    display: grid;
    grid-template-columns: 30.25rem auto;
    gap: 1.5rem;
    position: relative;
}

.why-choose .wrap>div {
    background: #fdf9f2;
    /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06); */
    padding: 2.5rem 1rem 1rem;
    display: flex;
    flex-direction: column;
}

.why-choose .wrap h3 {
    color: #222;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 15px;
}

.why-choose .wrap .right-col h3 {
    font-weight: 800;
}

.why-choose .wrap p.text {
    color: #222;
    font-size: 0.8rem;
    max-width: 80%;
    margin: 0 auto;
}

.why-choose .wrap ul {
    background: #fff;
    padding: 1.5rem;
    margin-top: 2rem;
    height: 100%;
}

.why-choose .wrap ul li {
    position: relative;
    padding-left: 1.5rem;
    padding-bottom: 10px;
}

.why-choose .wrap ul li::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #222;
    opacity: 0.4;
}

.why-choose .wrap .right-col {
    background: #EBC17D;
}

.why-choose .wrap .right-col ul {
    background: #FDF9F2;
}

.why-choose .wrap .right-col ul li::before {
    /* background: #222;
   opacity: 1; */
    display: none;
}

.why-choose .wrap .right-col ul li {
    padding-left: 0px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.why-choose .wrap .right-col ul li img {
    margin: 0;
    height: 20px;
    width: 20px;
    min-width: 20px;
}


.why-choose .wrap img.vs-icon {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: 29rem;
    z-index: 9;
}

.vs-icon-mobile {
    display: none;
}

.add-ons h2.center {
    margin-bottom: 2.5rem;
}

.add-ons .wrap {
    display: grid;
    grid-template-columns: 27rem auto;
    gap: 7rem;
    align-items: center;
    position: relative;
}

.add-ons .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1rem;
}

.add-ons .list .single {
    background: #FFF;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 0.9rem 1.5rem;
    align-items: center;
    gap: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.add-ons .list .single:last-child {
    margin-bottom: 0;
}

.add-ons .list .single img {
    margin: 0;
}

.add-ons .wrap::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #E5E5E5;
    left: 30.4rem;
}

.add-ons .wrap::after {
    position: absolute;
    content: "";
    height: 3.5rem;
    width: 3.5rem;
    background: url(../images/round-plus-icon-01.svg) no-repeat;
    background-size: contain;
    left: 28.7rem;
}

.how-it-work {
    background: #fff;
}

.how-it-work h2 {
    margin-bottom: 2.5rem;
    z-index: 2;
    position: relative;
}

.how-it-work .container {
    z-index: 5;
}

.how-it-work .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4.5rem;
    text-align: center;
}

.how-it-work p.title {
    font-size: 1.25rem;
    font-weight: 500;
}

.how-it-work p.number {
    border-radius: 35px;
    background: #EBC17D;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.20);
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.25rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.how-it-work p.text {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 137%;
    padding: 0 1.5rem;
}

.how-it-work .single:first-child,
.how-it-work .single:last-child {
    margin-top: 3.2rem;
}

.how-it-work img.bg-image {
    margin-top: -11.5rem;
    margin-bottom: -18.7rem;
    pointer-events: none;
    position: relative;
    z-index: 1;
    width: 100%;
}

.testimonials {
    background: #222;
}

.testimonials h2 {
    color: #fff;
}

.testimonials .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.faq-section h2 {
    margin-bottom: 2.5rem;
}

.faq-section .faq-item {
    padding: 1.5rem;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
    max-width: 50rem;
    margin: 0 auto 10px;
}

.faq-section .faq-item .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    gap: 10px;
}

.faq-section .faq-item .faq-question svg.icon-minus {
    display: none;
}

.faq-section .faq-item .faq-answer {
    margin-top: 1rem;
}

.faq-section .faq-item .faq-answer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 157.143%;
    font-family: "Manrope", sans-serif;
}

.faq-section a.btn-main {
    background: rgb(34 34 34 / 0.1) !important;
    color: #222 !important;
    margin-top: 2.5rem;
}

.faq-section a.btn-main:hover {
    background: #EBC17D !important;
    color: #222 !important;
}

.contact-form {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.contact-form h2 {
    color: #FFF;
    margin-bottom: 2rem;
}

.contact-form .wrap {
    display: grid;
    grid-template-columns: 1fr 35rem;
    align-items: center;
    gap: 9.7rem;
}

.contact-form .left-col p.text {
    color: #fff;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255 255 255 / 0.1);
}

.contact-form .left-col h3 {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 114%;
    margin-bottom: 1.5rem;
}

.contact-form .left-col p.title {
    color: #FFF;
    font-family: Manrope;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 5px;
}

.contact-form .left-col .detail {
    color: #EBC17D;
    font-family: Manrope;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 1.5rem;
}

.contact-form .right-col {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(5px);
    padding: 10px;
}

footer {
    background: #E5E2DC;
    padding-bottom: 5rem !important;
    position: relative;
}

footer .wrap {
    display: grid;
    grid-template-columns: 27.85rem 20rem;
    justify-content: space-between;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(0 0 0 / 0.2);
    margin-bottom: 2.25rem;
}

footer .left-col img {
    margin: 0;
}

footer .left-col p.text {
    padding: 2rem 0;
}

footer .site-footer__socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer p.title {
    color: #000;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 0.9rem;
    margin-bottom: 1.5rem;
    position: relative;
}

footer p.title::before {
    position: absolute;
    content: "";
    background: url(../images/footer-title-bg.svg)no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2px;
    bottom: 0;
}

footer .wrap ul#menu-footers-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

footer .wrap ul#menu-footers-menu li a {
    color: #000;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 137%;
    margin-bottom: 8px;
}

footer .wrap ul#menu-footers-menu li a:hover {
    color: #EBC17D;
}

footer p.copyright {
    color: #000;
    font-size: 0.8rem;
    line-height: 137%;
}

footer img.bottom-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

/* Occasions Modal Styling */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    padding: 20px;
    box-sizing: border-box;
}

.modal-overlay .modal-container {
    background: #FFF;
    width: 100%;
    max-width: 550px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 0;
    box-sizing: border-box;
}

.modal-overlay .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}

.modal-overlay .modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.modal-overlay .modal-close:hover {
    transform: scale(1.1);
}

.modal-overlay h3 {
    color: #222;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 114%;
}

.modal-overlay .modal-body-content-wrap {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 32px;
}

.modal-overlay .modal-body-content-wrap .modal-left-col {
    display: flex;
    flex-direction: column;
}

.modal-overlay .modal-body-content-wrap .modal-icon-container {
    background: #FDF9F2;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    box-sizing: border-box;
}

.modal-overlay .modal-body-content-wrap .modal-icon-container img {
    width: 100%;
    height: auto;
    max-width: 90px;
}

.modal-overlay .modal-body-content-wrap h3 {
    margin-bottom: 20px;
    font-weight: 500;
}

.modal-overlay .modal-body-content-wrap .modal-body-content-wrap .modal-desc {
    font-size: 18px;
    color: #222;
    font-weight: 400;
}

.modal-overlay .modal-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.modal-overlay .modal-bullets li {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
    gap: 12px;
    margin-bottom: 15px;
}

.modal-overlay .modal-buttons {
    display: flex;
    gap: 15px;
}

.modal-overlay .modal-buttons a.grey {
    background: #E7E4DD;
    color: #222;
}

/* .modal-overlay .modal-buttons a.grey:hover {
   background: #EBC17D;
   color: #fff;
} */


/* 25-08-2026 */

.featured-popup-model {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 1100px;
    background-color: #fff;
    padding: 10px 20px 10px 10px;
    z-index: 99999;
    max-height: 500px;
    border-radius: 5px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    overflow-x: hidden;
}

/* width */
.featured-popup-model::-webkit-scrollbar {
    height: 4px;
    width: 7px;
}

/* Track */
.featured-popup-model::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.featured-popup-model::-webkit-scrollbar-thumb {
    background: #222;
}

html.show-form .featured-popup-model.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.featured-popup-model .model-main-wrapper .content .content-scroll-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    height: 230px;
    margin-bottom: 20px;
    padding-right: 10px;
    width: 100%;
}

html.show-form {
    overflow: hidden;
}

html.show-form body:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 9999;
}

.featured-popup-model .close-button {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background-position: center;
    font-size: 0;
    border: 0;
    transition: all 0.5s;
    background: transparent;
    z-index: 5;
}

.featured-popup-model .model-main-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 50px;
    position: relative;
    height: 100%;
}

.featured-popup-model .image {
    height: 100%;
    width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    cursor: pointer;
}

.featured-popup-model .image .imageSwiper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.featured-popup-model .image .imageSwiper .swiper-wrapper,
.featured-popup-model .image .imageSwiper .swiper-slide {
    height: 100%;
}

.featured-popup-model .image .imageSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.featured-popup-model .image .imageSwiper .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-popup-model .model-main-wrapper .content {
    padding: 30px 0px;
}

.featured-popup-model h3 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 15px;
    padding-right: 40px;
}

.featured-popup-model span.small-title {
    font-size: 16px;
    margin-bottom: 25px;
    display: block;
    padding-right: 40px;
}

.featured-popup-model p {
    font-size: 18px;
}

.featured-popup-model ul.modal-bullets {
    list-style: none;
    padding: 0;
    margin: 20px 0 20px 0;
}

.featured-popup-model ul.modal-bullets li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.featured-popup-model ul.modal-bullets li span {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 137%;
}

.featured-popup-model ul.modal-bullets li img {
    margin: 0;
    margin-right: 15px;
}

.featured-popup-model ul.modal-bullets li:last-child {
    margin-bottom: 0px;
}

.featured-popup-model .modal-buttons a.btn-main.grey {
    background: #E7E4DD;
    color: #222;
}

/* .featured-popup-model .modal-buttons a.btn-main.grey:hover {
   background: #EBC17D;
   color: #fff;
} */

.featured-popup-model .modal-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


/* common-inner-banner-section */

.common-inner-banner-section {
    padding: 210px 0px 60px 0px;
    background-color: #222;
}

.page-not-found-section {
    padding: 210px 0px 60px 0px;
}

.common-inner-banner-section h1 {
    color: #ffffff;
    text-align: center;
    font-size: 60px;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.common-content-section {
    padding: 70px 0px 70px 0px;
    position: relative;
}

.common-content-section .common-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.common-content-section .common-content-wrapper h1,
.common-content-section .common-content-wrapper h2,
.common-content-section .common-content-wrapper h3,
.common-content-section .common-content-wrapper h4,
.common-content-section .common-content-wrapper h5,
.common-content-section .common-content-wrapper h6 {
    margin: 15px 0px;
    line-height: 130%;
    text-align: left;
    text-transform: capitalize;
    color: #222;
    letter-spacing: 0.1px;
    font-weight: 600;
}


.common-content-section .common-content-wrapper p b,
.common-content-section .common-content-wrapper p strong {
    color: #222;
}

.common-content-section .common-content-wrapper ol,
.common-content-section .common-content-wrapper ul {
    margin: 15px 0px;
    position: relative;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.common-content-section .common-content-wrapper ol>li,
.common-content-section .common-content-wrapper ul>li {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    list-style: decimal !important;
}

.common-content-section .common-content-wrapper ul>li {
    list-style: disc !important;
}

.common-content-section .common-content-wrapper h1 {
    font-size: 40px;
}

.common-content-section .common-content-wrapper h2 {
    font-size: 37px;
}

.common-content-section .common-content-wrapper h3 {
    font-size: 34px;
}

.common-content-section .common-content-wrapper h4 {
    font-size: 28px;
}

.common-content-section .common-content-wrapper h5 {
    font-size: 24px;
}

.common-content-section .common-content-wrapper h6 {
    font-size: 20px;
}

.common-content-section .common-content-wrapper a {
    color: #222 !important;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: from-font;
}

.common-content-section .common-content-wrapper a b,
.common-content-section .common-content-wrapper a strong {
    color: #222 !important;
}

.common-content-section .common-content-wrapper a:hover,
.common-content-section .common-content-wrapper a b:hover,
.common-content-section .common-content-wrapper a strong:hover {
    color: #222 !important;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0px;
}

.table-responsive table {
    width: 100%;
    position: relative;
}

.table-responsive th,
.table-responsive td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.table-responsive th {
    background: #fff;
    font-weight: 600;
}

.table-responsive tbody tr:nth-child(even) {
    background: #fff;
}

.table-responsive tbody tr:hover {
    background: #fff;
}

.reveal {
    overflow: hidden;
}

.reveal img {
    width: 100%;
    transform: scale(1.3);
}

body.error404 {
    background-color: #222;
}

.page-not-found-section h2 {
    color: #fff;
    margin-bottom: 30px;
}

.contact-form .left-col .single {
    color: #EBC17D;
}

.plus-icon-mobile {
    display: none;
}



.gform-field-label__text {
    color: rgba(255 255 255 / 0.4) !important;
    margin-bottom: 5px !important;
    display: block !important;
    font-size: 16px !important;
    margin-top: 10px !important;
}

form input[type="checkbox"] {
    padding: 0 !important;
    height: 25px !important;
    width: 25px !important;
    border-radius: 3px !important;
    line-height: unset !important;
}

form .ginput_container_checkbox .gform-field-label {
    color: rgba(255 255 255 / 0.4);
    font-size: 16px;
    letter-spacing: 0.5px;
}

form .gchoice {
    cursor: pointer;

}

.modal-overlay .modal-buttons>a.btn-main:first-child::after {
    background-color: #000;
}

.featured-popup-model .modal-buttons>a.btn-main:first-child::after {
    background-color: #000;
}

.featured-popup-model .modal-buttons>a.btn-main:first-child:hover {
    color: #fff;
}

.modal-overlay .modal-buttons>a.btn-main:first-child:hover {
    color: #fff;
}

.featured-popup-model .modal-buttons a.btn-main.grey::after {
    background-color: #EBC17D;
}

.modal-overlay .modal-buttons a.btn-main.grey::after {
    background-color: #EBC17D;
}

.feature-structure .btn-wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.add-ons .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}




.testimonial-box {
    border-radius: 20px;
    background: #FFF;
    padding: 30px 40px 40px 40px;
    position: relative;
    height: auto;
}

.testimonial-box .top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.testimonial-box .left-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-box .left-wrap>.icon {
    width: 51px;
    height: 51px;
    background: #34A853;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.testimonial-box .content {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.testimonial-box.expanded .content {
    max-height: none;
    overflow: visible;
}

.testimonial-box .left-wrap .inner-con {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.testimonial-box span.user-name {
    color: #0A1F1F;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.288px;
}

.testimonial-box span.user-location {
    color: #0A1F1F;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.224px;
    opacity: 0.4;
}

.testimonial-box .star {
    margin: 25px 0px;
}

.testimonial-box .star img {
    margin: 0;
}

.testimonial-box .content p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.testimonial-box span.see-more-btn {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

.testimonials .testimonial-slider-wrapper .swiper-wrapper {
    height: fit-content !important;
}


.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
    margin: 0;
    height: 2rem;
    width: 2rem;
    border: 1px solid #474747;
    background: #222;
    border-radius: 100%;
    cursor: pointer;
    z-index: 10;
}

.testimonials .swiper-button-prev::after,
.testimonials .swiper-button-next::after {
    display: none;
}

.testimonials .swiper-button-prev {
    left: 0;
}

.testimonials .swiper-button-next {
    right: 0;
}

.testimonials .swiper-button-prev img,
.testimonials .swiper-button-next img {
    filter: brightness(0) invert(1);
}