@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arima:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
:root {
  --theme-primary-color: #0a0908;
  --theme-secondary-color: #101010;
  --theme-text-color: #B8B6B6;
  --theme-texture-color: #C9A96E;
  --theme-border-color: #c9a96e24;
  --colorBlack: #000000;
  --colorWhite: #ffffff;
}

:root {
  scroll-padding-top: 100px;
  --swiper-wrapper-transition-timing-function: linear !important;
}

html {
  margin: 0;
  padding: 0;
  scroll-padding-top: 100px;
}

body {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  margin-bottom: 0px !important;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  margin-block-start: 0;
  -ms-margin-block-start: 0;
  -moz-margin-block-start: 0;
  -o-margin-block-start: 0;
  margin-block-end: 0;
  -ms-margin-block-end: 0;
  -moz-margin-block-end: 0;
  -o-margin-block-end: 0;
  padding-inline-start: 0;
  -ms-padding-inline-start: 0;
  -moz-padding-inline-start: 0;
  -o-padding-inline-start: 0;
}

li {
  text-decoration: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
}
p:last-child {
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
}
button:focus {
  box-shadow: none;
  outline: none;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

:focus-visible {
  outline: none;
}

::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

:focus {
  box-shadow: none !important;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

::selection {
  background: #C8A96A;
  color: #ffffff;
}

.mx-0-auto {
  margin: 0 auto;
}

.w-90 {
  width: 90%;
}

.btn.focus,
btn.focus,
.btn:focus,
btn:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

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

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

select:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  resize: none !important;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}

.custom-spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .custom-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .custom-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .custom-spacing {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.custom-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0px 15px;
}

.custom-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.col-lg-12 {
  flex: 0 0 auto;
  width: 100%;
}

.elementor-icon i, .elementor-icon svg, .elementor-icon-list-item i, .elementor-icon-list-item svg {
  height: 1em;
  position: relative;
  width: 1em;
}

.d-i-b {
  display: inline-block;
  width: max-content;
}

.color-gold {
  color: #C8A96A;
}

.br-mobile-none br {
  display: none;
}

.theme-button.varient-one {
  border: 1px solid var(--theme-primary-color);
  border-radius: 24px;
  padding: 5px 6px 5px 16px;
  font-size: 16px;
  color: var(--theme-primary-color);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-family: "Mulish", sans-serif;
  transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
  -moz-transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  -ms-transition: all 0.34s ease-in-out;
}
.theme-button.varient-one .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--theme-primary-color);
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
  -moz-transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  -ms-transition: all 0.34s ease-in-out;
}
.theme-button.varient-one .icon i, .theme-button.varient-one .icon svg {
  fill: var(--colorWhite);
  width: 30px;
  height: 30px;
  transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
  -moz-transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  -ms-transition: all 0.34s ease-in-out;
}
.theme-button.varient-one:hover {
  background-color: var(--theme-primary-color);
  transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
  -moz-transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  -ms-transition: all 0.34s ease-in-out;
  color: var(--colorWhite);
}
.theme-button.varient-one:hover .icon {
  background-color: var(--colorWhite);
}
.theme-button.varient-one:hover .icon i, .theme-button.varient-one:hover .icon svg {
  color: var(--theme-primary-color);
  fill: var(--theme-primary-color);
}
.theme-button.varient-two {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  background-color: var(--theme-primary-color);
  border: 1px solid var(--theme-primary-color);
  color: var(--colorWhite);
  border-radius: 50px;
  padding: 8px 14px;
  display: inline-block;
  text-align: center;
}
.theme-button.varient-two:hover {
  background-color: var(--colorWhite);
  border-color: var(--theme-primary-color);
  transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
  -moz-transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  -ms-transition: all 0.34s ease-in-out;
  color: var(--theme-primary-color);
}

.secondary-btn {
  border-radius: 6px;
  padding: 8px 30px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  color: var(--colorWhite);
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid;
}
.secondary-btn:hover {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.breadcrumb-wrapper {
  position: relative;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(rgba(10, 9, 8, 0.85), rgba(16, 16, 16, 0.95)), url("../images/breadcrumb.jpg");
  background-size: cover;
  background-position: center;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: -150px;
  right: -150px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.25), transparent 70%);
  filter: blur(70px);
}
.breadcrumb-wrapper .context {
  position: relative;
  max-width: 300px;
  margin: auto;
  padding: 50px 40px 30px 40px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(201, 169, 110, 0.25);
  border-radius: 14px;
}
.breadcrumb-wrapper .context h2 {
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.breadcrumb-wrapper .context::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  margin: 20px auto 25px;
  background: linear-gradient(90deg, transparent, var(--theme-texture-color), transparent);
  background-size: 200%;
  animation: goldShine 3s linear infinite;
}
.breadcrumb-wrapper .context .breadcrumb-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
.breadcrumb-wrapper .context .breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #888;
  margin-right: 10px;
}
.breadcrumb-wrapper .context .breadcrumb-list .breadcrumb-item a {
  color: #C9A96E;
  text-decoration: none;
  transition: all 0.3s ease;
}
.breadcrumb-wrapper .context .breadcrumb-list .breadcrumb-item a:hover {
  color: #fff;
}
.breadcrumb-wrapper .context .breadcrumb-list .breadcrumb-item.active {
  color: #ddd;
}

@keyframes goldShine {
  0% {
    background-position: -200%;
  }
  100% {
    background-position: 200%;
  }
}
.common-form {
  background-color: var(--colorWhite);
}

.appoinment-form h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 800;
  padding-bottom: 15px;
  text-align: center;
}
.appoinment-form p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #7f8284;
  text-align: center;
  padding-bottom: 30px;
}
.appoinment-form .gform_validation_errors {
  display: none;
}
.appoinment-form .gform_heading {
  display: none;
}
.appoinment-form .gform-theme--foundation .gform_fields {
  grid-row-gap: 30px;
}
.appoinment-form .gform-theme--foundation .gfield .datepicker {
  height: 45px;
  background-color: var(--theme-secondary-color);
  border-radius: 0px;
  padding: 0px 15px;
  border: 1px solid rgba(201, 169, 110, 0.14);
  color: var(--colorWhite);
  font-size: 14px;
  line-height: 45px;
  font-weight: 400;
  box-shadow: none;
  font-family: "Mulish", sans-serif;
  width: 100%;
}
.appoinment-form .gform-theme--foundation .gfield .datepicker::placeholder {
  color: var(--colorWhite);
}
.appoinment-form .gform-theme--foundation .gfield .datepicker:focus {
  outline: none;
}
.appoinment-form .ginput_container_date::after {
  color: #ffffff !important;
}
.appoinment-form #field_1_19 {
  display: none;
}
.appoinment-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .appoinment-form .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.appoinment-form .gform-theme--foundation .gfield .ginput_password.large, .appoinment-form .gform-theme--foundation .gfield input.large, .appoinment-form .gform-theme--foundation .gfield select.large {
  height: 45px;
  background-color: var(--theme-secondary-color);
  border-radius: 0px;
  padding: 0px 15px;
  border: 1px solid rgba(201, 169, 110, 0.14);
  color: var(--colorWhite);
  font-size: 14px;
  line-height: 45px;
  font-weight: 400;
  box-shadow: none;
  font-family: "Mulish", sans-serif;
}
.appoinment-form .gform-theme--foundation .gfield .ginput_password.large::placeholder, .appoinment-form .gform-theme--foundation .gfield input.large::placeholder, .appoinment-form .gform-theme--foundation .gfield select.large::placeholder {
  color: var(--colorWhite);
}
.appoinment-form .gform-theme--foundation .gfield .ginput_password.large:focus, .appoinment-form .gform-theme--foundation .gfield input.large:focus, .appoinment-form .gform-theme--foundation .gfield select.large:focus {
  outline: none;
}
.appoinment-form .gform-theme--foundation .gfield textarea {
  background-color: var(--theme-secondary-color);
  border-radius: 0px;
  padding: 0px 15px;
  border: 1px solid rgba(201, 169, 110, 0.14);
  color: var(--colorWhite);
  font-size: 14px;
  line-height: 45px;
  font-weight: 400;
  box-shadow: none;
  font-family: "Mulish", sans-serif;
  width: 100%;
}
.appoinment-form .gform-theme--foundation .gfield textarea::placeholder {
  color: var(--colorWhite);
}
.appoinment-form .gform-theme--foundation .gfield textarea:focus {
  outline: none;
}
.appoinment-form .gform-theme--foundation .gfield select {
  background-image: url(https://www.larastyles.com/wp-content/uploads/2026/03/down-arrow.png);
  background-size: 32px;
  background-position: right;
}
.appoinment-form .gform-theme--framework .gfield_list_group_item:before, .appoinment-form .gform-theme--framework .gform-field-label {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--colorWhite);
  letter-spacing: 0.4px;
}
.appoinment-form .gform_footer {
  justify-content: center;
}
.appoinment-form #gform_submit_button_1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #552968;
  background-color: #552968;
  border-radius: 0px;
  padding: 8px 20px;
}
.appoinment-form #gform_submit_button_1:focus {
  outline: none;
}
.appoinment-form #gform_submit_button_2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  background-color: var(--theme-primary-color);
  border: 1px solid var(--theme-primary-color);
  color: var(--colorWhite);
  border-radius: 50px;
  padding: 8px 14px;
  display: inline-block;
  padding: 8px 20px;
}
.appoinment-form #gform_submit_button_2:hover {
  background-color: var(--colorWhite);
  border-color: var(--theme-primary-color);
  transition: all 0.34s ease-in-out;
  -o-transition: all 0.34s ease-in-out;
  -moz-transition: all 0.34s ease-in-out;
  -webkit-transition: all 0.34s ease-in-out;
  -ms-transition: all 0.34s ease-in-out;
  color: var(--theme-primary-color);
}
.appoinment-form #gform_submit_button_2:focus {
  outline: none;
}
.appoinment-form #gform_submit_button_3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #552968;
  background-color: #552968;
  border-radius: 0px;
  padding: 8px 20px;
}
.appoinment-form #gform_submit_button_3:focus {
  outline: none;
}
.appoinment-form #gform_submit_button_4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #552968;
  background-color: #552968;
  border-radius: 0px;
  padding: 8px 20px;
}
.appoinment-form #gform_submit_button_4:focus {
  outline: none;
}
.appoinment-form .gfield_checkbox {
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
  background-color: #101010;
  padding: 10px;
  flex-direction: row !important;
  border: 1px solid rgba(201, 169, 110, 0.14);
}
.appoinment-form .gchoice {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  cursor: pointer;
  line-height: 0;
}
.appoinment-form .gchoice .gfield-choice-input input[type=checkbox] {
  background-color: #0a0908;
}
.appoinment-form .gchoice .gfield-choice-input input[type=checkbox]::before {
  color: var(--colorWhite);
}
.appoinment-form fieldset .gfield_radio {
  flex-direction: row !important;
}
.appoinment-form fieldset .gfield_radio .gchoice label {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-text-color);
}
.appoinment-form.reach-us-form {
  box-shadow: 0 16px 32px -2px rgba(32, 33, 36, 0.1), 0 8px 16px -2px rgba(32, 33, 36, 0.06);
  padding: 30px;
  border: 1px solid #e9ebf1;
  border-radius: 10px;
  position: relative;
}
.appoinment-form.reach-us-form .gform-theme--foundation .gfield .ginput_password.large, .appoinment-form.reach-us-form .gform-theme--foundation .gfield input.large, .appoinment-form.reach-us-form .gform-theme--foundation .gfield select.large {
  background-color: #F3EBFF;
}
.appoinment-form.reach-us-form .gform-theme--foundation .gfield textarea {
  background-color: var(--theme-secondary-color);
  border-radius: 0px;
  padding: 0px 15px;
  border: 1px solid rgba(201, 169, 110, 0.14);
  color: var(--colorWhite);
  font-size: 14px;
  line-height: 45px;
  font-weight: 400;
  box-shadow: none;
  font-family: "Mulish", sans-serif;
  width: 100%;
}
.appoinment-form.reach-us-form .gform-theme--foundation .gfield textarea::placeholder {
  color: var(--colorWhite);
}
.appoinment-form.reach-us-form .gform-theme--foundation .gfield textarea:focus {
  outline: none;
}
.appoinment-form.reach-us-form::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  z-index: -1;
  background-image: linear-gradient(90deg, #FF9BAA 0%, #FFB804 100%);
}

.contact-form h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 800;
  padding-bottom: 15px;
  text-align: center;
}
.contact-form p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #7f8284;
  text-align: center;
  padding-bottom: 30px;
}
.contact-form .gform_validation_errors {
  display: none;
}
.contact-form .gform_heading {
  display: none;
}
.contact-form .gform-theme--foundation .gform_fields {
  grid-row-gap: 30px;
}
.contact-form .gform-theme--foundation .gfield .datepicker {
  height: 45px;
  background-color: var(--theme-secondary-color);
  border-radius: 0px;
  padding: 0px 15px;
  border: 1px solid rgba(201, 169, 110, 0.14);
  color: var(--colorWhite);
  font-size: 14px;
  line-height: 45px;
  font-weight: 400;
  box-shadow: none;
  font-family: "Mulish", sans-serif;
  width: 100%;
}
.contact-form .gform-theme--foundation .gfield .datepicker::placeholder {
  color: var(--colorWhite);
}
.contact-form .gform-theme--foundation .gfield .datepicker:focus {
  outline: none;
}
.contact-form #field_1_19 {
  display: none;
}
.contact-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .contact-form .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.contact-form .gform-theme--foundation .gfield .ginput_password.large, .contact-form .gform-theme--foundation .gfield input.large, .contact-form .gform-theme--foundation .gfield select.large {
  height: 45px;
  background-color: var(--theme-secondary-color);
  border-radius: 0px;
  padding: 0px 15px;
  border: 1px solid rgba(201, 169, 110, 0.14);
  color: var(--colorWhite);
  font-size: 14px;
  line-height: 45px;
  font-weight: 400;
  box-shadow: none;
  font-family: "Mulish", sans-serif;
}
.contact-form .gform-theme--foundation .gfield .ginput_password.large::placeholder, .contact-form .gform-theme--foundation .gfield input.large::placeholder, .contact-form .gform-theme--foundation .gfield select.large::placeholder {
  color: var(--colorWhite);
}
.contact-form .gform-theme--foundation .gfield .ginput_password.large:focus, .contact-form .gform-theme--foundation .gfield input.large:focus, .contact-form .gform-theme--foundation .gfield select.large:focus {
  outline: none;
}
.contact-form .gform-theme--foundation .gfield textarea {
  background-color: var(--theme-secondary-color);
  border-radius: 0px;
  padding: 0px 15px;
  border: 1px solid rgba(201, 169, 110, 0.14);
  color: var(--colorWhite);
  font-size: 14px;
  line-height: 45px;
  font-weight: 400;
  box-shadow: none;
  font-family: "Mulish", sans-serif;
  width: 100%;
}
.contact-form .gform-theme--foundation .gfield textarea::placeholder {
  color: var(--colorWhite);
}
.contact-form .gform-theme--foundation .gfield textarea:focus {
  outline: none;
}
.contact-form .gform-theme--foundation .gfield select {
  background-image: url(https://www.larastyles.com/wp-content/uploads/2026/03/down-arrow.png);
  background-size: 32px;
  background-position: right;
}
.contact-form .gform-theme--framework .gfield_list_group_item:before, .contact-form .gform-theme--framework .gform-field-label {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-primary-color);
  letter-spacing: 0.4px;
}
.contact-form .gform_footer {
  justify-content: center;
}
.contact-form #gform_submit_button_2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #552968;
  background-color: #552968;
  border-radius: 0px;
  padding: 8px 20px;
}
.contact-form #gform_submit_button_2:focus {
  outline: none;
}
.contact-form fieldset .gfield_radio {
  flex-direction: row !important;
}
.contact-form fieldset .gfield_radio .gchoice label {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-text-color);
}
.contact-form.reach-us-form {
  box-shadow: 0 16px 32px -2px rgba(32, 33, 36, 0.1), 0 8px 16px -2px rgba(32, 33, 36, 0.06);
  padding: 30px;
  border: 1px solid #e9ebf1;
  border-radius: 10px;
  position: relative;
}
.contact-form.reach-us-form .gform-theme--foundation .gfield .ginput_password.large, .contact-form.reach-us-form .gform-theme--foundation .gfield input.large, .contact-form.reach-us-form .gform-theme--foundation .gfield select.large {
  background-color: #F3EBFF;
}
.contact-form.reach-us-form .gform-theme--foundation .gfield textarea {
  background-color: var(--theme-secondary-color);
  border-radius: 0px;
  padding: 0px 15px;
  border: 1px solid rgba(201, 169, 110, 0.14);
  color: var(--colorWhite);
  font-size: 14px;
  line-height: 45px;
  font-weight: 400;
  box-shadow: none;
  font-family: "Mulish", sans-serif;
  width: 100%;
}
.contact-form.reach-us-form .gform-theme--foundation .gfield textarea::placeholder {
  color: var(--colorWhite);
}
.contact-form.reach-us-form .gform-theme--foundation .gfield textarea:focus {
  outline: none;
}
.contact-form.reach-us-form::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  z-index: -1;
  background-image: linear-gradient(90deg, #FF9BAA 0%, #FFB804 100%);
}

#gform_wrapper_1 .gfield--type-checkbox .gfield_checkbox {
  display: none;
}

#gform_wrapper_1 .gfield_checkbox {
  display: none;
}

.gform_confirmation_message {
  color: #ffffff !important;
}

.services-dropdown {
  position: relative;
  width: 100%;
  background-color: var(--theme-secondary-color);
  border-radius: 0px;
  border: 1px solid rgba(201, 169, 110, 0.14);
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  font-weight: 400;
  box-shadow: none;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.services-dropdown .services-btn {
  cursor: pointer;
  padding: 0px 15px;
}
.services-dropdown.active .services-options {
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
}
.services-dropdown .services-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--theme-secondary-color);
  border: 1px solid rgba(201, 169, 110, 0.14);
  display: none;
  z-index: 999;
}
.services-dropdown .services-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
  line-height: 0;
}
.services-dropdown .services-options label input[type=checkbox] {
  background-color: #0a0908;
}
.services-dropdown .services-options label input[type=checkbox]::before {
  color: var(--colorWhite);
}

.blog-archive .blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.blog-archive .blog-archive-grid .blog-card .blog-thumbnail {
  display: block;
  line-height: 0;
}
.blog-archive .blog-archive-grid .blog-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.blog-archive .blog-archive-grid .blog-card .blog-content {
  padding-top: 20px;
}
.blog-archive .blog-archive-grid .blog-card .blog-content .blog-meta {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
.blog-archive .blog-archive-grid .blog-card .blog-content .blog-meta .blog-category a {
  color: var(--theme-text-color);
}
.blog-archive .blog-archive-grid .blog-card .blog-content .blog-meta .blog-date {
  color: var(--theme-text-color);
}
.blog-archive .blog-archive-grid .blog-card .blog-content .blog-title {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 10px;
}
.blog-archive .blog-archive-grid .blog-card .blog-content .blog-title a {
  color: var(--theme-primary-color);
}
.blog-archive .blog-archive-grid .blog-card .blog-content .blog-read-more {
  color: var(--theme-primary-color);
}
@media (max-width: 992px) {
  .blog-archive .blog-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .blog-archive .blog-archive-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.content-area {
  padding-right: 15px;
  padding-left: 15px;
}

.blog-single-breadcrumb {
  position: relative;
  line-height: 0;
  overflow-x: hidden;
}
.blog-single-breadcrumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.blog-single-breadcrumb .image img {
  width: 100%;
}
.blog-single-breadcrumb .overlay {
  color: #fff;
  position: absolute;
  height: 100%;
  bottom: 40px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  flex-direction: column;
  padding: 0px 20px;
}
.blog-single-breadcrumb .overlay h1 {
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .blog-single-breadcrumb h1 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 992px) {
  .blog-single-breadcrumb h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .blog-single-breadcrumb h1 {
    font-size: 38px;
    line-height: 58px;
  }
}
@media (max-width: 576px) {
  .blog-single-breadcrumb h1 {
    font-size: 34px;
    line-height: 46px;
  }
}

.blog-single h3 {
  font-size: 32px;
  line-height: 40px;
}
.blog-single p {
  padding-bottom: 10px;
}
.blog-single p:last-child {
  padding-bottom: 0;
}
.blog-single ul li b {
  font-weight: 600;
  color: #232323;
}
@media (max-width: 992px) {
  .blog-single h3 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .blog-single h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 576px) {
  .blog-single h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

.sidebar {
  padding-right: 15px;
  padding-left: 15px;
  position: sticky;
  top: 50px;
}
.sidebar .sidebar-widget {
  padding-bottom: 20px;
}
.sidebar .sidebar-widget .widget-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: var(--theme-primary-color);
  padding-bottom: 20px;
}
.sidebar .sidebar-widget .recent-post-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.sidebar .sidebar-widget .recent-post-item:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-widget img {
  min-width: 82px;
  max-width: 82px;
  width: 82px;
  height: 82px;
  display: flex;
  object-fit: cover;
  border-radius: 5px;
}
.sidebar .sidebar-widget .post-info a {
  font-size: 16px;
  line-height: 26px;
  color: var(--colorBlack);
  text-decoration: none;
  font-family: "Arima", system-ui;
  font-weight: 700;
}
.sidebar .sidebar-widget .post-info a:hover {
  color: var(--theme-primary-color);
}
.sidebar .sidebar-widget .date {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--theme-text-color);
  text-transform: uppercase;
}
.sidebar .categories-widget ul .cat-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.sidebar .categories-widget ul .cat-item a {
  color: var(--colorBlack);
  font-family: "Arima", system-ui;
  font-weight: 600;
}
.sidebar .tags-widget .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar .tags-widget .tagcloud .tag-cloud-link {
  font-size: 14px !important;
  font-weight: 600;
  border: 1px solid #ddd;
  padding: 5px 14px;
  border-radius: 50px;
  display: inline-block;
  font-family: "Arima", system-ui;
  color: var(--colorBlack);
}

.col-lg-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-lg-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-lg-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-lg-9 {
  flex: 0 0 auto;
  width: 75%;
}

@media (max-width: 1200px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 35%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.call-widget {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 9999;
}
.call-widget .call-popup {
  position: absolute;
  bottom: 75px;
  right: 0;
  width: 240px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: 0.3s;
}
.call-widget .call-popup.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.call-widget .call-popup .call-header {
  background: #007bff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  color: white;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.call-widget .call-popup .call-option {
  display: block;
  padding: 12px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  transition: transform 0.3s;
}
.call-widget .call-popup .call-option:hover {
  background: #f6f6f6;
}
.call-widget .call-popup .call-option:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.call-widget .call-button {
  width: 60px;
  height: 60px;
  background: #007bff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s;
}
.call-widget .call-button:hover {
  transform: scale(1.08);
}

.wa-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.wa-container .wa-popup {
  position: absolute;
  bottom: 75px;
  right: 0;
  width: 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  pointer-events: none;
  transition: all 0.35s ease;
}
.wa-container .wa-popup.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.wa-container .wa-popup .wa-header {
  background: #25D366;
  color: white;
  padding: 12px 15px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
}
.wa-container .wa-popup .wa-branch {
  display: flex;
  flex-direction: column;
  padding: 12px 15px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: background 0.25s;
}
.wa-container .wa-popup .wa-branch:last-child {
  border-bottom: none;
}
.wa-container .wa-popup .wa-branch:hover {
  background: #f6f6f6;
}
.wa-container .wa-popup .branch-name {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}
.wa-container .wa-button {
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s;
}
.wa-container .wa-button:hover {
  transform: scale(1.08);
}

@media (max-width: 576px) {
  .call-widget {
    bottom: 70px;
    right: 10px;
  }
  .call-widget .call-button {
    width: 40px;
    height: 40px;
  }
  .call-widget .call-button svg {
    width: 20px;
    height: 20px;
  }
  .wa-container {
    bottom: 20px;
    right: 10px;
  }
  .wa-container .wa-popup {
    width: 220px;
  }
  .wa-container .wa-button {
    width: 40px;
    height: 40px;
  }
  .wa-container .wa-button svg {
    width: 20px;
    height: 20px;
  }
}
.about-features .image-card {
  height: 100%;
}
.about-features .image-card .elementor-image-box-img img {
  width: 100%;
}

.image-reveal {
  position: relative;
  overflow: hidden;
}
.image-reveal img {
  width: 100%;
  display: block;
  transform: scale(1.2);
  transition: transform 0.3s ease;
  will-change: transform;
}
.image-reveal .reveal-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-primary-color);
  transform-origin: left;
  z-index: 2;
}

.image-reveal-wrapper {
  position: relative;
  overflow: hidden;
}
.image-reveal-wrapper img {
  width: 100%;
  display: block;
  transform: scale(1.2);
}
.image-reveal-wrapper .reveal-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-secondary-color);
  transform-origin: left;
  z-index: 2;
}

.parallax-img {
  overflow: hidden;
}
.parallax-img img {
  width: 100%;
  display: block;
  transform: scale(1.15);
  will-change: transform;
}

.bridal-cards {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s, background 0.35s;
}
.bridal-cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--theme-texture-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.bridal-cards:hover {
  background: #1c1917;
  transform: translateY(-4px);
}
.bridal-cards:hover::before {
  transform: scaleX(1);
}

.transparent-header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  background: transparent;
}

.sticky-theme-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(-110%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
  box-shadow: none;
  background: var(--theme-primary-color);
  will-change: transform, opacity;
}

.sticky-theme-header.is-sticky {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid rgba(231, 230, 230, 0.2392156863);
}

.menu-bar {
  position: relative;
  z-index: 999;
}

.theme-menu #menu-primary-menu {
  display: flex;
  gap: 10px;
}
.theme-menu #menu-primary-menu li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.theme-menu #menu-primary-menu li a:first-child {
  padding: 6px 8px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
}

.sticky-theme-header .theme-menu #menu-primary-menu-1 {
  display: flex;
  gap: 10px;
}
.sticky-theme-header .theme-menu #menu-primary-menu-1 li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.sticky-theme-header .theme-menu #menu-primary-menu-1 li a:first-child {
  padding: 6px 8px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
}
.sticky-theme-header .header-image img {
  width: 50%;
}

/* ===============================
   TOGGLE BUTTON
================================ */
.mobile-menu-toggle {
  display: none;
  position: relative;
  width: 26px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.4px;
  background: var(--colorWhite);
  transition: 0.4s ease;
}

.mobile-menu-toggle span:nth-child(1) {
  top: 0;
}

.mobile-menu-toggle span:nth-child(2) {
  top: 9px;
}

.mobile-menu-toggle span:nth-child(3) {
  top: 18px;
}

/* Active */
.mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

/* ===============================
   OVERLAY + PANEL
================================ */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 1000;
}

.mobile-menu-inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  max-width: 380px;
  height: 100%;
  background: var(--theme-primary-color);
  padding: 30px 0px;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.18, 1);
}

/* Active */
.mobile-menu-open .mobile-menu {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-open .mobile-menu-inner {
  transform: translateX(0);
}

/* ===============================
   MENU (YOUR EXISTING MARKUP)
================================ */
.mobile-menu-inner nav {
  all: unset;
}

.mobile-menu-inner ul.menu {
  list-style: none;
  padding: 30px 0px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.mobile-menu-inner ul.menu > li {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.45s ease;
}

.mobile-menu-open .mobile-menu-inner ul.menu > li {
  opacity: 1;
  transform: translateX(0);
}
.mobile-menu-open .mobile-menu-inner ul.menu > li a {
  border-bottom: 1px solid rgba(231, 230, 230, 0.2392156863);
  padding: 10px 10px;
  display: block;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1200px) {
  .theme-menu {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
.theme-menu #menu-header-menu li {
  position: relative;
}
.theme-menu #menu-header-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.theme-menu #menu-header-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  background: #fff;
  padding: 10px;
  min-width: 220px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.theme-menu #menu-header-menu .menu-item-has-children .sub-menu li a {
  background-color: transparent;
  color: var(--theme-primary-color);
  padding: 6px;
  padding-left: 20px;
  position: relative;
  display: block;
}
.theme-menu #menu-header-menu .menu-item-has-children .sub-menu li a::before {
  position: absolute;
  content: "";
  left: 5px;
  width: 6px;
  height: 2px;
  background-color: #666;
  border-radius: 50px;
  top: 20px;
}
.theme-menu #menu-header-menu .menu-item-has-children .sub-menu li a:hover {
  transform: translateX(5px);
  color: var(--colorBlack);
}

.mobile-menu .mobile-menu-inner nav ul li.menu-item-has-children a {
  position: relative;
}
.mobile-menu .mobile-menu-inner .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.mobile-menu .mobile-menu-inner .sub-menu li a {
  padding: 3px 3px 3px 40px !important;
  position: relative;
  display: block;
  color: var(--colorBlack);
}
.mobile-menu .mobile-menu-inner .sub-menu li a::before {
  position: absolute;
  content: "";
  left: 25px;
  width: 6px;
  height: 2px;
  background-color: #666;
  border-radius: 50px;
  top: 15px;
}
.mobile-menu .mobile-menu-inner .sub-menu li a:hover {
  transform: translateX(5px);
  color: var(--colorBlack);
}
.mobile-menu .mobile-menu-inner li.submenu-open > .sub-menu {
  max-height: 500px;
}

.about-image-slider-wrapper {
  position: relative;
  padding: 30px 0;
}
.about-image-slider-wrapper .swiper-wrapper {
  transition-timing-function: linear;
}
.about-image-slider-wrapper .swiper-slide {
  height: auto;
}
.about-image-slider-wrapper .swiper-slide .slide-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.about-image-slider-wrapper .swiper-pagination-bullet {
  background: #666;
}
.about-image-slider-wrapper .swiper-pagination-bullet-active {
  background: #000;
}
.about-image-slider-wrapper .swiper-button-next,
.about-image-slider-wrapper .swiper-button-prev {
  color: #000 !important;
  background: rgba(255, 255, 255, 0.75);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  backdrop-filter: blur(4px);
}
.about-image-slider-wrapper .swiper-button-next:after,
.about-image-slider-wrapper .swiper-button-prev:after {
  font-size: 20px;
}

.masonry-service-gallery-wrapper {
  width: 100%;
}
.masonry-service-gallery-wrapper .masonry-grid {
  column-fill: balance;
}
.masonry-service-gallery-wrapper .masonry-grid .service-item {
  break-inside: avoid;
  padding: 15px;
}
.masonry-service-gallery-wrapper .masonry-grid .service-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  margin-bottom: 15px;
  transform-origin: top center;
  transition: 0.75s all ease;
}
.masonry-service-gallery-wrapper .masonry-grid .service-item h3 {
  font-weight: 500;
  color: var(--colorWhite);
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.masonry-service-gallery-wrapper .masonry-grid .service-item:hover img {
  transform: translateY(-20px) scale(1.05);
}

.slider-fancybox-gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}
.slider-fancybox-gallery .swiper-wrapper .swiper-slide img {
  height: 100%;
}

.custom-faq-wrapper {
  background: #0c0c0c;
  color: #fff;
  padding: 50px 40px;
}
.custom-faq-wrapper .faq-small-title {
  color: #c8a96a;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
}
.custom-faq-wrapper .faq-main-title {
  font-weight: 500;
  margin-bottom: 10px;
}
.custom-faq-wrapper .faq-items .faq-item {
  border-bottom: 1px solid #2a2a2a;
  padding: 20px 0;
}
.custom-faq-wrapper .faq-items .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
}
.custom-faq-wrapper .faq-items .faq-item .faq-question .faq-icon {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-faq-wrapper .faq-items .faq-item .faq-answer-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.custom-faq-wrapper .faq-items .faq-item .faq-answer-wrapper .faq-answer {
  overflow: hidden;
  color: var(--theme-text-color);
}
.custom-faq-wrapper .faq-items .faq-item.active .faq-answer-wrapper {
  grid-template-rows: 1fr;
}
.custom-faq-wrapper .faq-items .faq-item.active .faq-icon {
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .custom-faq-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .custom-faq-wrapper {
    padding: 30px 20px;
  }
  .custom-faq-wrapper .faq-items .faq-item .faq-question {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .custom-faq-wrapper {
    padding: 20px 20px;
  }
  .custom-faq-wrapper .faq-items .faq-item .faq-question {
    font-size: 16px;
    line-height: 24px;
  }
}

.client-testimonial-wrapper .swiper-slide {
  height: auto;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card {
  background: #0c0c0c;
  border: 1px solid rgba(201, 169, 110, 0.14);
  border-radius: 2px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s, transform 0.4s;
  animation: fadeUp 0.8s ease both;
  cursor: default;
  height: 100%;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  right: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #8a6f42, transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.12) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card:hover {
  border-color: rgba(201, 169, 110, 0.35);
}
.client-testimonial-wrapper .swiper-slide .testimonial-card:hover::before {
  opacity: 1;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card:hover::after {
  opacity: 1;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card:hover .testimonial-footer .client-initial {
  border-color: #8a6f42;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card .quote {
  margin-bottom: 15px;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card .quote img {
  width: 50px;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 22px;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card .stars span {
  color: var(--theme-texture-color);
  filter: drop-shadow(0 0 3px rgba(201, 169, 110, 0.5));
}
.client-testimonial-wrapper .swiper-slide .testimonial-card .testimonial-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--theme-text-color);
  margin-bottom: 32px;
  letter-spacing: 0.01em;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card .divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 169, 110, 0.25), transparent);
  margin-bottom: 28px;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card .testimonial-footer {
  display: flex;
  align-items: center;
  gap: 14px;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card .testimonial-footer .client-initial {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(201, 169, 110, 0.14);
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  background: #1a1714;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  color: var(--theme-texture-color);
  letter-spacing: 0;
  transition: border-color 0.3s;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card .testimonial-footer .client-info {
  flex: 1;
  min-width: 0;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card .testimonial-footer .client-info .client-name {
  font-size: 13px;
  font-weight: 700;
  color: #F5F0E8;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.client-testimonial-wrapper .swiper-slide .testimonial-card .testimonial-footer .client-info .client-designation {
  font-size: 11.5px;
  font-weight: 400;
  color: #8a6f42;
  margin-top: 3px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  .client-testimonial-wrapper .swiper-slide .testimonial-card {
    padding: 30px 30px;
  }
}
@media (max-width: 576px) {
  .client-testimonial-wrapper .swiper-slide .testimonial-card {
    padding: 20px 30px;
  }
  .client-testimonial-wrapper .swiper-slide .testimonial-card .testimonial-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .client-testimonial-wrapper .swiper-slide .testimonial-card .divider {
    margin-bottom: 20px;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.brand-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.brand-slider .swiper-wrapper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-slider .swiper-wrapper .swiper-slide img {
  height: 60px;
  width: auto;
}

.about-features-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.about-features-wrapper .about-feature-card {
  border-radius: 5px;
  position: relative;
  border: 1px solid var(--theme-border-color);
}
.about-features-wrapper .about-feature-card .feature-number {
  top: -20px;
  position: absolute;
  content: "";
  background: #1a1714;
  color: #fff;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  border-radius: 5px;
}
.about-features-wrapper .about-feature-card .feature-number span {
  color: #fff;
  display: block;
  transform: rotate(-45deg);
  padding-left: 10px;
}
.about-features-wrapper .about-feature-card .feature-title {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.about-features-wrapper .about-feature-card .feature-image {
  transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.about-features-wrapper .about-feature-card .feature-image img {
  transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  height: 120px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.about-features-wrapper .about-feature-card .feature-desc {
  margin-top: 15px;
}
@media (max-width: 992px) {
  .about-features-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .about-features-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.lara-gallery-wrapper {
  width: 100%;
}

.lara-gallery-filter {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.lara-filter-btn {
  display: inline-block;
  padding: 10px 25px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background-color: #f0f0f0;
  color: #C9A96E;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.15s ease;
  outline: none;
  border: 1px solid #c7aa72;
}

.lara-filter-btn:hover {
  background-color: #e0e0e0;
  color: #1a1a1a;
  transform: translateY(-1px);
}

.lara-filter-btn.is-checked {
  color: #000000;
  background-color: #C9A96E;
}

.lara-gallery-grid {
  width: 100%;
}

.lara-gallery-grid:not(.lara-masonry) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.lara-gallery-grid:not(.lara-masonry)[data-columns="1"] {
  grid-template-columns: repeat(1, 1fr);
}

.lara-gallery-grid:not(.lara-masonry)[data-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}

.lara-gallery-grid:not(.lara-masonry)[data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}

.lara-gallery-grid:not(.lara-masonry)[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}

.lara-gallery-grid:not(.lara-masonry)[data-columns="5"] {
  grid-template-columns: repeat(5, 1fr);
}

.lara-gallery-grid.lara-masonry {
  display: block;
  position: relative;
}

.lara-gallery-grid .lara-grid-sizer,
.lara-gallery-grid .lara-gutter-sizer {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none;
}

.lara-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/* ---- Thumb ---- */
.lara-gallery-thumb {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.lara-gallery-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lara-gallery-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: flex-end;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
}

.lara-gallery-overlay span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  transform: translateY(8px);
  transition: transform 0.3s ease;
  display: block;
}

.lara-gallery-item:hover .lara-gallery-img {
  transform: scale(1.06);
}

.lara-gallery-item:hover .lara-gallery-overlay {
  opacity: 1;
}

.lara-gallery-item:hover .lara-gallery-overlay span {
  transform: translateY(0);
}

.lara-gallery-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: zoom-in;
}

.lara-gallery-grid .lara-gallery-item {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

@media (max-width: 1024px) {
  .lara-gallery-grid:not(.lara-masonry) {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .lara-gallery-grid:not(.lara-masonry) {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .lara-gallery-filter {
    justify-content: flex-start;
  }
  .lara-filter-btn {
    font-size: 13px;
    padding: 7px 16px;
  }
}
.elementor-editor-active .lara-gallery-grid {
  display: flex;
  flex-wrap: wrap;
}

.elementor-editor-active .lara-gallery-item {
  position: relative !important;
}

.lara-gallery-grid {
  min-height: 200px;
}

.funfacts-grid {
  display: grid;
  width: 100%;
  border: 1px solid var(--theme-border-color);
}
.funfacts-grid .funfacts-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.35s ease;
  overflow: hidden;
  border-right: 1px solid var(--theme-border-color);
  padding: 32px 20px;
}
.funfacts-grid .funfacts-card:hover {
  background-color: rgba(201, 169, 110, 0.04);
}
.funfacts-grid .funfacts-card .image {
  margin-bottom: 20px;
  line-height: 1;
  border-radius: 50%;
  display: none;
}
.funfacts-grid .funfacts-card .image img, .funfacts-grid .funfacts-card .image i, .funfacts-grid .funfacts-card .image svg {
  display: block;
  margin: 0 auto;
}
.funfacts-grid .funfacts-card .context .number {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
.funfacts-grid .funfacts-card .context h4 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.funfacts-grid .funfacts-card .context p {
  margin: 0;
  color: var(--theme-text-color);
  font-size: 1rem;
  line-height: 1.5;
  display: none;
}
.funfacts-grid .funfacts-card .prefix, .funfacts-grid .funfacts-card .suffix {
  font-size: 0.7em;
  vertical-align: super;
}

.ew-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.ew-popup-content {
  position: relative;
  background: #0A0908;
  max-width: 90%;
  margin: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.ew-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #fff;
}

.ew-popup-close:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ew-popup-title {
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
}

.ew-popup-body {
  line-height: 1.6;
}

.ew-popup-wrapper {
  margin: 20px 0;
}

.ew-popup-trigger {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.ew-popup-trigger:hover {
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .ew-popup-content .ew-popup-body .appoinment-form .gform-theme--foundation .gform_fields {
    grid-row-gap: 15px;
  }
}
.services-hero {
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(201, 169, 110, 0.1) 0%, transparent 60%), radial-gradient(ellipse 50% 80% at 20% 80%, rgba(201, 169, 110, 0.05) 0%, transparent 50%);
}
.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 60px, rgba(201, 169, 110, 0.025) 60px, rgba(201, 169, 110, 0.025) 61px);
}
.services-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #9a7a48, transparent);
}

.service-cards {
  transition: transform 0.35s, background 0.35s;
}
.service-cards::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #c9a96e;
  transition: width 0.5s ease;
}
.service-cards .service-icon .elementor-divider .elementor-divider-separator {
  transition: width 0.4s ease;
}
.service-cards .service-number {
  transition: 0.4s ease;
}
.service-cards:hover {
  background: #1E1E1E;
}
.service-cards:hover::after {
  width: 100%;
}
.service-cards:hover .service-icon .elementor-divider .elementor-divider-separator {
  width: 52px;
  transition: width 0.4s ease;
}
.service-cards:hover .service-number {
  color: rgba(201, 169, 110, 0.14);
  transition: 0.4s ease;
}

.service-location {
  position: relative;
}
.service-location::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #9a7a48, transparent);
}
.service-location::after {
  content: "COIMBATORE";
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(60px, 14vw, 160px);
  font-weight: 300;
  color: rgba(201, 169, 110, 0.04);
  white-space: nowrap;
  pointer-events: none;
}

/*# sourceMappingURL=main.css.map */
