.dropdown.open-up .dropdown-menu {
  top: auto !important;        
  bottom: 100% !important;     
  margin-bottom: 5px !important; 
}
.checkbox {
    width: 100%;
    display: flex;
    align-items: center;
}
.checkbox input {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    padding: 0;
}
.checkbox label {
    user-select: none;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding-left: 25px;
    line-height: 16px;
}
.checkbox label::after, .checkbox label::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 5px;
    transition: opacity .3s ease,background-color .3s ease,border-color .3s ease;
    left: 0;
    top: 0;
}
.checkbox input:checked ~ label::before {
    background: var(--theme-color);
}
.checkbox label::before {
    border: 1px solid var(--theme-color);
}
.checkbox input:checked ~ label::after {
    opacity: 1;
}
.checkbox label::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.5' height='5.5' viewBox='0 0 7.5 5.5'%3E%3Cpath id='Path_40' data-name='Path 40' d='M1115.54,550.46a.72.72,0,0,1,0,1.016l-4.05,4.064a.7.7,0,0,1-.5.21.736.736,0,0,1-.51-.21l-2.02-2.032a.72.72,0,0,1,0-1.016.712.712,0,0,1,1.01,0l1.52,1.524,3.54-3.556A.712.712,0,0,1,1115.54,550.46Z' transform='translate(-1108.25 -550.25)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A") no-repeat center/10px;
    opacity: 0;
    pointer-events: none;
}

.form-element-radio .form-check {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
}
.form-element-radio .form-check input {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    padding: 0;
}
.form-element-radio .form-check label {
    user-select: none;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding-left: 25px;
    line-height: 16px;
}
.form-element-radio .form-check label::after, .form-element-radio .form-check label::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    transition: opacity .3s ease,background-color .3s ease,border-color .3s ease;
    left: 0;
    top: 0;
}
.form-element-radio .form-check input:checked ~ label::before {
    background: var(--theme-color);
}
.form-element-radio .form-check label::before {
    border: 1px solid var(--theme-color);
}
.form-element-radio .form-check input:checked ~ label::after {
    opacity: 1;
}
.form-element-radio .form-check label::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.5' height='5.5' viewBox='0 0 7.5 5.5'%3E%3Cpath id='Path_40' data-name='Path 40' d='M1115.54,550.46a.72.72,0,0,1,0,1.016l-4.05,4.064a.7.7,0,0,1-.5.21.736.736,0,0,1-.51-.21l-2.02-2.032a.72.72,0,0,1,0-1.016.712.712,0,0,1,1.01,0l1.52,1.524,3.54-3.556A.712.712,0,0,1,1115.54,550.46Z' transform='translate(-1108.25 -550.25)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A") no-repeat center/10px;
    opacity: 0;
    pointer-events: none;
}
.img1, .img1 img{
    max-height: 445px !important;
    width: 100%;
    aspect-ratio: 16/12;
}
footer .language .btn {
    min-width: 9rem;
}
.dropdown-menu.dropdown-menu-dark {
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    min-width: 9rem;
    padding: 0 !important;
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    top: 100% !important;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu.dropdown-menu-dark::before {
    display: none
}
.dropdown-menu.dropdown-menu-dark a {
    color: var(--white-color) !important;
}
.dropdown-menu.dropdown-menu-dark li {
    background-color: #4d5254;
}
.success-message {
    color: var(--bs-success);
}
.error-message {
    color: var(--bs-danger);
}

.ce-align-left { text-align: left; }
.ce-align-center { text-align: center; }
.ce-align-right { text-align: right; }

.ce-table td, .ce-table th { vertical-align: top; }

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

.ce-left .ce-gallery, .ce-column { float: left; }
.ce-center .ce-outer { position: relative; float: right; right: 50%; }
.ce-center .ce-inner { position: relative; float: right; right: -50%; }
.ce-right .ce-gallery { float: right; }

.ce-gallery figure { display: table; margin: 0; }
.ce-gallery figcaption { display: table-caption; caption-side: bottom; }
.ce-gallery img { display: block; }
.ce-gallery iframe { border-width: 0; }
.ce-border img,
.ce-border iframe {
    border: 2px solid #000000;
    padding: 0px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 10px;
}
.ce-image .ce-gallery { margin-bottom: 0; }
.ce-intext.ce-right .ce-gallery { margin-left: 10px; }
.ce-intext.ce-left .ce-gallery { margin-right: 10px; }
.ce-below .ce-gallery { margin-top: 10px; }

.ce-column { margin-right: 10px; }
.ce-column:last-child { margin-right: 0; }

.ce-row { margin-bottom: 10px; }
.ce-row:last-child { margin-bottom: 0; }

.ce-above .ce-bodytext { clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

.ce-headline-left { text-align: left; }
.ce-headline-center { text-align: center; }
.ce-headline-right { text-align: right; }

.ce-uploads { margin: 0; padding: 0; }
.ce-uploads li { list-style: none outside none; margin: 1em 0; }
.ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
.ce-uploads span { display: block; }

.ce-table { width: 100%; max-width: 100%; }
.ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
.ce-table thead th { border-bottom: 2px solid #dadada; }
.ce-table th, .ce-table td { border-top: 1px solid #dadada; }
.ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
.ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

.frame-space-before-extra-small { margin-top: 1em; }
.frame-space-before-small { margin-top: 2em; }
.frame-space-before-medium { margin-top: 3em; }
.frame-space-before-large { margin-top: 4em; }
.frame-space-before-extra-large { margin-top: 5em; }
.frame-space-after-extra-small { margin-bottom: 1em; }
.frame-space-after-small { margin-bottom: 2em; }
.frame-space-after-medium { margin-bottom: 3em; }
.frame-space-after-large { margin-bottom: 4em; }
.frame-space-after-extra-large { margin-bottom: 5em; }

.frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
.frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
.frame-indent { margin-left: 15%; margin-right: 15%; }
.frame-indent-left { margin-left: 33%; }
.frame-indent-right { margin-right: 33%; }

.last-updated {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-box_link svg {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
}
.property-page-single .img-box2 > img {
        border-radius: 24px;
}
.th-slider .property-card3 {
    background-color: transparent;
    margin-bottom: calc(var(--bs-gutter-x) * 1);
    display: flex;
    flex-direction: column;
    height: auto;
}
.th-slider .property-card3 .property-list-inner {
    background-color: var(--white-color);
    border-radius: 24px;

    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.th-slider .property-card3 .property-card-details {
    flex-grow: 1;
}
.property-card-thumb a,
.property-card-thumb img {
    cursor: pointer !important;
}
.main-map .leaflet-container {
    border-radius: 20px;
    z-index: 1;
}
.leaflet-popup-content {
    font-size: 0.83rem;
    font-weight: 600;
}
.leaflet-popup-content-image-title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}
.leaflet-popup-content-address-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
}
.leaflet-popup-content-address-link .th-btn.style2.th-btn-icon{
    padding: 9px 16px;
}
.leaflet-popup-content-link {
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: center;
}
.leaflet-popup-content-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.video-testimonial video {
    border-radius: 32px;
}
.mySwiperslidermask {
    border-radius: 32px;
}
.mySwiperslidermask video,
.mySwiperslidermask img {
    border-radius: 32px;
}
.mySwiperslidermask .swiper-button-next, .swiper-button-prev {
    color: var(--theme-color2);
}
.mySwiperslidermask .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 55px;
}
.mySwiperslidermask .swiper-button-prev,
.mySwiperslidermask .swiper-button-next {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: rgba(0,0,0,0.35);
    width: 70px;
    height: 100px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40%;
}
.mySwiperslidermask .show-arrow {
    opacity: 1 !important;
    visibility: visible !important;
}
.mySwiperslidermask .swiper-button-prev::after,
.mySwiperslidermask .swiper-button-next::after {
    font-size: 50px;
}
.mySwiperslidermask .swiper-pagination-bullet {
    position: relative;
    width: 60px !important;
    height: 63px !important;
    background: transparent !important;
    margin: 0 5px !important;
}
.mySwiperslidermask .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    transform: translateY(-50%);
    background-color: #1d2b32;
    border-radius: 2px;
}

.mySwiperslidermask .swiper-pagination-bullet-active::after {
    background-color: #e7c23b;
}
.contact-map{
    z-index: 1;
}
@media (max-width: 767px) {
    .mySwiperslidermask .swiper-button-prev, .mySwiperslidermask .swiper-button-next {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        background: rgba(0, 0, 0, 0.35);
        width: 40px;
        height: 40px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 39%;
    }
    .mySwiperslidermask .swiper-button-prev::after,
    .mySwiperslidermask .swiper-button-next::after {
        font-size: 25px;
    }
}
.team-section {
    padding: 80px 0;
}
.team-section .team-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 420px;
    background: #eaeaea;
}
.team-section .team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.team-section .team-overlay {
    position: absolute;
    inset: 0;
    background: rgba(210, 176, 96, 0.92);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}
.team-section .team-card:hover .team-overlay {  
    opacity: 1;
}
.team-section .team-overlay h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}
.team-section .team-overlay p {
    font-size: 14px;
    margin-bottom: 6px;
}
.team-section .team-overlay a {
    color: #fff;
    text-decoration: none;
}
.team-position{
     color: #fff;
     margin-bottom: 12px !important;
}
.team-section .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

@media (max-width: 991px) {
    .team-section .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .team-section .team-grid {
        grid-template-columns: 1fr;
    }
}
.form-group .form-check .inputs-list .form-element-radio .form-check {
    display: inline-block;
    width: auto;
    padding-right: 20px;
}
.powermail_form {
    width: 80%;
    margin: auto;
}
.powermail_fieldwrap.layout1 {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.powermail_fieldwrap.layout2 {
    width: 50%;
    float: right;
    padding-left: 10px;
}

@media (max-width: 767px)
{
    .powermail_fieldwrap.layout1 
    {
        width: 100%;
        padding-right: 0;
    }
    .powermail_fieldwrap.layout2 
    {
        width: 100%;
        padding-left: 0;
    }
}
.powermail-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 2px solid #c9a24d;
    padding-bottom: 10px;
}
.powermail_field input {
    width: 100%;
    padding: 14px;
    border: none;
    background: #f6f6f6;
}
.powermail_input,
.powermail_textarea,
.powermail_select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    padding: 12px 4px;
    font-size: 15px;
    background: #F6F6F6;
    border-radius: 0;
    transition: background-color 0.2s;
    --webkit-transition: background-color 0.2s;
    --moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    --webkit-transition: background-color 0.2s;
    --moz-transition: background-color 0.2s;
}
.powermail_input:hover,
.powermail_textarea:hover,
.powermail_select:hover {
    background-color: #EDEDED;
}

.powermail_input:hover,
.powermail_textarea:hover,
.powermail_select:hover {
    background-color: #EDEDED;
}
.powermail_fieldwrap_type_phone input {
    padding-left: 60px;
}

.powermail_form_error .powermail_field_error{
    border-left: 2px solid #D9534F;
}
.powermail-errors-list {
    list-style-type: none;
    background: #FDEAEA;
    color: #D9534F;
    font-size: 13px;
    margin-top: 6px;
    padding-left: 10px;
}
.powermail_tab_navigation {
    display: flex;
    margin-top: 40px;
}
.submit-button {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 40px;
}
.powermail_tab_navigation .next-button,
.submit-button input[type="submit"]{
    margin-left: auto;
}
.submit-button
{
    float: right;
}
.powermail_tab_navigation .prev-button {
    margin-right: auto;
}

.powermail_tab_navigation button,
.submit-button input[type="submit"],
.powermail_submit input {
    background: #c9a24d;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}
.powermail_tab_navigation button:hover,
.submit-button input[type="submit"]:hover,
.powermail_submit input:hover {
    opacity: 1;
}
.powermail_multistep_navigation {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0 40px; 
    background: none;
}
.powermail_multistep_navigation::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #777;
    z-index: 1;
}
.powermail_multistep_navigation::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 1px;
    background: #c9a24d;
    z-index: 2;
    transition: width 0.4s ease-in-out;
    width: 0%;
}
.powermail_multistep_navigation:has(.btn:nth-child(1).btn-primary)::after {
    width: 25%; 
}
.powermail_multistep_navigation:has(.btn:nth-child(2).btn-primary)::after {
    width: 75%; 
}
.powermail_multistep_navigation .btn {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none !important;
    border: none !important;
    padding: 0;
    color: #777;
    font-size: 13px;
    z-index: 3;
}
.powermail_multistep_navigation .btn::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #777;
    border-radius: 50%;
    margin-top: 12px;
    z-index: 4;
    transition: all 0.3s ease;
}
.powermail_multistep_navigation .btn.btn-primary::after {
    color: #c9a24d;
}

.powermail_multistep_navigation .btn.btn-primary::after {
    background: #c9a24d;
    transform: scale(1.5);
}

.form-title {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #1f3b63;
    margin-top: 70px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.form-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28%;
    height: 3px;
    background: #c9a24d;
}

@media (max-width: 991px)
{
    .form-title
    {
        font-size: 28px;
    }
}

@media (max-width: 767px)
{
    .form-title::after
    {
        width: 75%;
    }
}
.mandatory
{
    color: red;
}
.label
{
    font-size: 12px;
    font-weight: bold;
}
.select2-container
{
    border-right: 1px solid;
    padding-right: 10px;
    width: 100% !important;
}
.select2-container--default .select2-search--dropdown {
    display: none !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 250px;
}
.powermail_form .select2-container--default .select2-selection--single {
    background: #f6f6f6 !important;
    border: none !important;
    border-bottom: 1px solid #d6d6d6 !important;
    border-radius: 0 !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: none !important;
}
.powermail_form .select2-container--default .show2-selection__rendered,
.powermail_form .select2-container--default .select2-selection__rendered {
    color: #333 !important;
    padding-left: 14px !important;
    padding-right: 40px !important;
    line-height: 44px !important;
    font-size: 15px !important;
}
.powermail_form .select2-container--default .select2-selection__arrow {
    height: 44px !important;
    right: 12px !important;
    top: 0 !important;
}
.powermail_form .select2-container--default .select2-selection--single:hover {
    background: #ededed !important;
}
.powermail_form .select2-container--default .select2-dropdown {
    border: 1px solid #d6d6d6 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.powermail_form .select2-results__option {
    font-size: 14px !important;
    padding: 10px 14px !important;
}
.powermail_form .select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
    background: #c9a24d !important;
    color: #fff !important;
}
.select2-container--default .select2-selection--single {
    background: #f2f2f2 !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 0 !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333 !important;
    line-height: 44px !important;
    padding-left: 12px !important;
    padding-right: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
    top: 0 !important;
    right: 12px !important;
    transition: transform 0.25s ease !important;
}
.select2-container--default.select2-container--open
.select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #c9a24d transparent transparent transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #c9a24d transparent transparent transparent !important;
}
.select2-container--default.select2-container--open
.select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #c9a24d transparent !important;
}
.select2-container--default .select2-dropdown {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.select2-container--default .select2-results__option--selectable {
    background: #fff !important;
    color: #777777 !important;
}
.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
    background: #e6e6e6 !important;
    color: #333 !important;
}
.select2-container--default .select2-results__option--selected {
    background: #c9a24d !important;
    color: #fff !important;
}
.select2-container--default
.select2-results__option--selected.select2-results__option--highlighted {
    background: #c9a24d !important;
    color: #fff !important;
}
.powermail_multistep_navigation .btn::after {
    background: #777;
}
.powermail_multistep_navigation .btn.btn-primary::after {
    background: #c9a24d;
    transform: scale(1.4);
}
.powermail_multistep_navigation .btn.btn-primary ~ .btn::after {
    background: #777;
}
.powermail_multistep_navigation .btn:not(.btn-primary) {
    position: relative;
}
.powermail_multistep_navigation .btn.btn-primary {
    position: relative;
}
.powermail_multistep_navigation .btn.btn-primary {
    --active-index: 1;
}
.powermail_multistep_navigation .btn.btn-primary {
    color: #c9a24d;
}
.powermail_multistep_navigation .btn.btn-primary ~ .btn::after {
    background: #777;
}
.powermail_multistep_navigation .btn:not(.btn-primary):has(~ .btn.btn-primary)::after {
    background: #c9a24d;
}

@media (max-width: 767px) {
    .powermail_tab_navigation,
    .submit-button {
        justify-content: center;
        clear: both;
        margin-top: 10px;
    }
    .submit-button {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
    .submit-button .powermail_field {
        width: 100%;
    }
    .powermail_tab_navigation .next-button,
    .powermail_tab_navigation .prev-button,
    .submit-button input[type="submit"] {
        margin: 0;
        width: 100% !important;
    }
    .powermail_multistep_navigation {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 30px 0 30px;
        background: none;
    }
    .powermail_multistep_navigation::before {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #777;
        z-index: 1;
        display: block;
    }
    .powermail_multistep_navigation::after {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 0;
        height: 1px;
        background: #c9a24d;
        z-index: 2;
        transition: width 0.4s ease-in-out;
        width: 0%;
        display: block;
    }
    .powermail_multistep_navigation .btn {
        position: relative;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: end;
        background: none !important;
        border: none !important;
        padding: 0;
        color: #777;
        font-size: 12px;
        z-index: 3;
        white-space: nowrap;
    }
    .powermail_multistep_navigation .btn:first-child {
        align-items: start !important;
    } 
    .powermail_multistep_navigation .btn::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #777;
        border-radius: 50%;
        margin-top: 12px;
        z-index: 4;
        transition: all 0.3s ease;
        transform: none;
    }
    .powermail_multistep_navigation .btn.btn-primary {
        color: #c9a24d;
    }
    .powermail_multistep_navigation .btn.btn-primary::after {
        background: #c9a24d;
        transform: scale(1.4);
    }
    .powermail_multistep_navigation
    .btn:not(.btn-primary):has(~ .btn.btn-primary)::after {
        background: #c9a24d;
    }   
}
.slider-bottom-area {
    background: unset;
}
.frame-min-height-270 {
    min-height: 270px;
}
.header-logo-white {
    display: none;
}
.video-background {
    position:relative;
    overflow:hidden;
    height: 100dvh;
    margin-bottom: 50px;
}
#page-1 .header-layout2 .main-menu > ul > li > a:before {
    background: #ffffff;
}
#page-1 .header-logo-white {
    display: block;
}
#page-1 .header-logo {
    display: none;
}
#page-1 .sideMenuInfo.sidebar-btn .line {
    background: #ffffff;
}
#page-1 .header-layout2 .main-menu ul li.menu-item-has-children > a:after {
    color: #ffffff;
}
#page-1 .th-header .sticky-wrapper .main-menu li a {
    color: #ffffff;
}
#page-1 .th-header {
    position: absolute;
    width: 100%;
    z-index: 1000;
}
#page-1 .th-header .sticky-wrapper .main-menu .sub-menu li a {
    color: #000000;
}
#page-1 .sidemenu-wrapper {
    background: transparent;
}

body:has(.sticky), #page-1 .sticky 
{ 
    .video-background 
    {
        padding-top: 100px;
    }
    .header-logo-white
    {
        display: none;
    }
    .header-logo
    {
        display: block;
    }
    .th-header .sticky-wrapper .main-menu li a 
    {
        color: #000000;
    }
    .sideMenuInfo.sidebar-btn .line
    {
        background: var(--title-color);
    }
    .header-layout2 .main-menu ul li.menu-item-has-children > a:after
    {
        color: #000000;
    }
    .header-layout2 .main-menu > ul > li > a:before
    {
        background: var(--title-color);
    }
}

.video-background .video-bg {
    position:absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.video-background .video-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: transparent;
    background: radial-gradient(
        at center center,
        rgba(28, 20, 90, 0.45) 41%,
        rgba(13, 10, 32, 0.75) 120%
    );
}

.video-bg video {
    width:100%;
    height:100%;
    object-fit:cover;
    pointer-events: none;
}
.video-bg iframe {
    width:100%;
    height:100%;
}
.video-background .vb-content {
    padding: 0 50px;
    position: relative;
    height: 100%;
    z-index:2;
}
.video-background .vb-content .vb-title {
    padding: 40px 0 0 0;
    position: absolute;
    top: 17vh;
    left: 3vw;
}
.video-background .vb-content .vb-title .vb-toplabel {
    padding: 3px 20px;
    border-radius: 20px;
    color: #D4B36A;
    background: rgba(255, 255, 255, 0.35);
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
}
.video-background .vb-content .vb-header {
    margin-top: 10px;
    width: 50%;
    font-weight: bold;
}
.video-background .vb-content .vb-header h1 {
    font-size: 75px;
    color: #ffffff;
    line-height: 1.0;
    margin-bottom: 5px;
}
.video-background .vb-content .vb-subheader {
    color: #ffffff;
    width: 100%;
    font-size: 18px;
}
.video-background .vb-content .vb-button ul {
    margin-top: 20px;
    margin-bottom: 0;
    list-style:none;
    display: flex;
    padding: 0;
}
.video-background .vb-content .vb-button li {
    margin-right: 5px;
}
.vb-button .th-btn.style2.th-btn-icon:after {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
  color: var(--white-color);
  width: 22px;
  height: 22px;
}
.vb-team-box {
    text-align: right;
}
.video-background .vb-content .vb-team {
    text-align: left;
    border-radius: 20px;
    margin: 30px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.35);
    display: inline-block;
    width: auto;
    height: auto;
    color: #ffffff;
    border: 2px solid rgba(201, 167, 93, 0.25);
    position: absolute;
    right: 3vw;
    bottom: 150px;
}
.video-background .vb-content .team-header h3 {
    color: #ffffff;
    margin-bottom: 0;
}
.video-background .vb-content .team-members ul {
    margin-top: 10px;
    color: #ffffff;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
}
.video-background .vb-content .vb-team-box .team-member .member-name {
    font-size: 15px;
}
.video-background .vb-content .team-members li {
    width: 50px;
    margin: 5px;
}
.video-background .vb-content .team-member {
    display: inline-block;
    text-align: center;
    margin: 5px 0;
}
.video-background .vb-content .vb-team .team-members .row .col-3 {
    padding: 0;
}
.video-background .vb-content .team-member a {
    color: #ffffff;
    text-decoration: none;
}
.video-background .vb-content .team-member img 
{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #b8b894;
}
.video-background .vb-content .vb-ratings
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    display: flex;
    color: #ffffff;
    width: 30%;
    margin: 10px auto;
    background-color: rgba(0, 0, 0, 0.35);
    border: 3px solid rgba(201, 167, 93, 0.25);
    border-radius: 20px;
}
.video-background .vb-content .vb-ratings h4 {
    color: #ffffff;
}

.video-background .vb-content .row
{
    padding: 0;
    margin: 0;
}
.video-background .vb-content .row > .vb-ratings
{
    padding: 0;
} 
.video-background .vb-content .vb-ratings .rating-wrapper 
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.video-background .vb-content .vb-ratings .rating-wrapper .g-logo, 
.video-background .vb-content .vb-ratings .rating-wrapper .stars-outer, 
.video-background .vb-content .vb-ratings .rating-wrapper .reviews
{
    margin: 0 10px;
}
.video-background .vb-content .vb-ratings .google
{
    padding: 20px;
    margin: 20px;
}
.video-background .vb-content .vb-ratings .rating-wrapper .review 
{
    display: flex;
    margin-top: 5px;
}
.video-background .vb-content .vb-ratings .rating-wrapper .review p
{
    color: #F2EFE8;
    margin-bottom: 0;
}
.video-background .vb-content .vb-ratings .rating-wrapper .ratings 
{
    border-right: solid 2px #ffffff;
    padding-right: 5px;
    margin-right: 5px;
}

.video-background .vb-modal
{
    padding: 10px;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9999;
}
.video-background .vb-modal iframe
{
    height: 100vh;
}
.video-background .vb-modalbutton 
{
    margin-top: 10px;
    border-radius: 50px;
}

.video-background .vb-modal .vb-close
{
    position: absolute;
    right: 30px;
    top: 50px;
    color: #000;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    background: transparent url('../Icons/cross.svg') center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: 0.5;
}

.video-background .vb-content .vb-ratings .stars-outer {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.video-background .vb-content .vb-ratings .stars-outer::before {
    content: "★★★★★";
    color: #e0e0e0;
}

.video-background .vb-content .vb-ratings .stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.video-background .vb-content .vb-ratings .rating-number {
    font-weight: 600;
    font-size: 18px;
}

.video-background .vb-content .vb-ratings .google .stars-inner::before {
    content: "★★★★★";
    color: #fbbc04;
}

@media (max-width: 1799px)
{
    .video-background .vb-content .vb-ratings
    {
        margin: 30px auto;
    }
}

@media (max-width: 1699px)
{
    .video-background .vb-content 
    {
        margin-bottom: 20px;
    }
    .video-background .vb-content .vb-ratings
    {
        margin: 30px auto;
        width: 40%;
    }
    body:has(.sticky) .video-background {
    padding-top: 110px;
    }
}

@media (max-width: 1599px)
{
    .video-background .vb-content .vb-header 
    {
        width: 50%;
    }
}
@media (max-width: 1499px)
{
    .video-background .vb-content .vb-ratings
    {
        margin: 10px auto;
    }
    .video-background .vb-content .vb-subheader
    {
        width: 50%;
    }
}
@media (max-width: 1399px)
{
    .video-background .vb-content .vb-ratings
    {
        margin: 10px auto;
        width: 40%;
    }
    .video-background .vb-content .vb-team
    {
        padding: 10px 20px;
    }    
}
@media (max-width: 1299px)
{
    .video-background .vb-content .vb-header h1 
    {
        font-size: 60px;
    }
    .video-background .vb-content .vb-team
    {
        padding: 10px;
    }
    .video-background .vb-content .vb-ratings
    {
        bottom: 20px;
    }
    .vb-button .th-btn 
    {
        padding: 10px 15px;
    }
    .video-background .vb-content .vb-title
    {
        top: 16vh;
    }
    .video-background .vb-content .vb-title .vb-toplabel 
    {
        padding: 5px 15px;
    }
    .video-background .vb-content .vb-button ul, .video-background .vb-content .team-members ul
    {
        margin-bottom: 0;
    }
    .video-background .vb-content .vb-ratings .google, .video-background .vb-content .vb-ratings .trustpilot
    {
        padding: 10px;
    }
    .video-background .vb-content .vb-ratings .google, .video-background .vb-content .vb-ratings .trustpilot p {
        margin-bottom: 0;
    }
    .menu-area .header-button {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px)
{
    .video-background .vb-content .vb-header h1 
    {
        font-size: 50px;
    }
    .video-background .vb-content .vb-title
    {
        top: 8vh;
    }
    .video-background .video-bg video 
    {
        height: 100%;
    }
    .video-background .vb-content .vb-ratings
    {
        margin: 20px auto;
        bottom: 40px;
        width: 50%;
    }
    .video-background .vb-content .vb-team-box
    {
        margin: 50px 0;
    }
    .video-background .vb-content .vb-title 
    {
        margin: 20px 0;
    }

}
@media (max-width: 991px)
{
    .video-background .vb-content .team-member img 
    {
        height: 60px;
        width: 60px;
    }
    .video-background .vb-content .vb-team
    {
        width: 45%;
    }
     .video-background .vb-content .vb-header h1 
    {
        font-size: 40px;
    }
     .video-background .vb-content .vb-ratings
    {
        bottom: 10px;
        width: 60%;
    }
    .video-background .vb-content .vb-title
    {
        top: 12vh;
    }
    .video-background .vb-content .vb-team-box
    {
        margin: 15px 0;
    }
}
@media (max-width:767px)
{
    .video-background .vb-content .vb-team
    {
        width: 40%;
    }
    .video-background .vb-content .vb-header h1 
    {
        font-size: 40px;
    }
    .video-background .vb-content .vb-button ul
    {
        flex-direction: column;
        align-items: flex-start;
    }
    .video-background .vb-content .vb-button li 
    {
        margin: 10px 0;
    }
    .video-background .vb-content .vb-ratings
    {
        width: 80%;
    }
    .video-background .vb-content .vb-ratings .rating-wrapper .ratings 
    {
        padding-top: 0px;
    }
    .video-background .vb-content .vb-ratings .rating-wrapper .review p
    {
        font-size: 17px;
    }
}
@media  (max-width: 576px)
{
    .video-background .vb-content .vb-title
    {
        top: 10vh;
        padding: 0 10px;
    }
    .video-background .vb-content .vb-button ul
    {
        flex-direction: row;
    }
    .video-background .vb-content .vb-team
    {
        bottom: 200px;
        width: 95%;
    }
    .video-background .vb-content .vb-ratings .rating-wrapper .g-logo, 
    .video-background .vb-content .vb-ratings .rating-wrapper .stars-outer, 
    .video-background .vb-content .vb-ratings .rating-wrapper .reviews
    {
        margin: 0 5px;
    }
    .video-background .vb-content .vb-title .vb-header
    {
        width: 100%;
    }
    .video-background .vb-content .vb-title .vb-subheader
    {
        width: 100%;
    }
    .video-background .vb-content .vb-ratings
    {
        margin: 20px auto;
        width: 90%;
    }
    .video-background .vb-content .vb-team-box .team-header
    {
        h3 
        {
            font-size: 20px;
        }
    }
    .video-background .vb-content .vb-team-box .team-subheader
    {
        font-size: 15px;
    }

    .video-background .vb-content .vb-team-box .team-member .member-name
    {
        font-size: 12px;
    }
}
@media  (max-width: 480px)
{    
    .video-background .vb-content .vb-team
    {
        width: 90%;
        bottom: 20px;
    }
    .video-background .vb-content .vb-team-box .team-header h3
    {
        font-size: 20px;
    }
    .video-background .vb-content .vb-team-box .team-subheader
    {
        font-size: 12px;
    }
    .video-background .vb-content .vb-team-box
    {
        text-align: center;
        margin: 15px 0;
    }
    .video-background .vb-content .vb-team-box .team-member
    {
        font-size: 10px;
    }
    .video-background .vb-content .vb-team-box .team-member a {
        font-size: 10px;
    }
    .video-background .vb-content .vb-team-box .vb-team 
    {
        padding: 5px;
    }
    .video-background .vb-content .vb-title 
    {
        padding-left: 0;
    }
    .video-background .vb-content .vb-team-box 
    {
        padding: 5px;
    }
    .video-background .vb-content .vb-ratings
    {
        display: none;
    }
    .video-background .vb-modal .vb-close
    {
        right: 10px;
        top: 10px;
    }
}
@media (max-width: 360px)
{
    .video-background .vb-content .vb-team
    {
        right: 5vw;
        width: 90%;
    }
    .video-background .vb-content .team-members li
    {
        width: 45px;
    }
    .video-background .vb-content .vb-ratings .rating-wrapper .review p
    {
        font-size: 15px;
    }
    .video-background .vb-modal iframe
    {
        width: 100%;
    }
}
@media (max-width: 320px) 
{
    .video-background .vb-content .vb-button .th-btn
    {
        font-size: 12px;
    }
    .video-background .vb-content .vb-button .th-btn a {
        font-size: 12px;
    }
}

.partner-logo-outer .swiper-wrapper a {
    height: 98px;
}
.partner-logo-outer .swiper-wrapper a img {
    filter: grayscale(100%);
}