.elementor-icon-wrapper {
  line-height: 0;
}

#bottom-to-top-btn {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bottom-to-top-btn.visible {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}

.title_gradient .elementor-heading-title {
  background: linear-gradient(180.34deg, rgba(255, 255, 255, 0) 7.08%, #FFFFFF 99.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.2;
}

@media (max-width: 479px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    hyphens: auto;
    word-wrap: break-word;
  }
}

@media (max-width: 1239px) and (min-width: 1025px) {
  .number_grid_col {
    --e-con-grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 1439px) and (min-width: 1025px) {
  .number_grid_col > .elementor-element {
    padding: 20px !important;
  }
}
@media (max-width: 1439px) and (min-width: 1025px) {
  .number_grid_col > .elementor-element .elementor-heading-title.elementor-size-default {
    font-size: 26px;
  }
}

@media (max-width: 1639px) and (min-width: 1025px) {
  .price__title .elementor-heading-title {
    font-size: 40px !important;
  }
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .price__title .elementor-heading-title {
    font-size: 26px !important;
  }
}

@media (max-width: 1639px) and (min-width: 1025px) {
  .price_card__col {
    padding: 30px !important;
  }
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .price_card__col {
    padding: 20px !important;
  }
}

@media (max-width: 1439px) and (min-width: 1025px) {
  .timing_grid_col {
    --e-con-grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (min-width: 768px) {
  .img-move-bottom img {
    height: auto !important;
    position: relative;
    animation: bottommove 10s infinite;
  }
}

@media (min-width: 768px) {
  .img-move-top img {
    height: auto !important;
    position: relative;
    animation: topmove 10s infinite;
  }
}

@keyframes topmove {
  0% {
    top: 0px;
  }
  50% {
    top: 50px;
  }
  90% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@keyframes bottommove {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 50px;
  }
  90% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}
.cky-notice-group .cky-notice-btn-wrapper {
  gap: 10px !important;
}
.cky-notice-group .cky-notice-btn-wrapper button {
  padding: 10px 15px;
}
.e-con-inner .elementor-widget-text-editor ul, .e-con-inner .elementor-widget-text-editor ol {
  margin-left: 20px !important;
}

.elementor-widget-theme-post-content ol, .elementor-widget-theme-post-content ul {
  margin-block-end: 10px !important;
  margin-block-start: 10px !important;
  margin-left: 20px !important;
}
.elementor-widget-theme-post-content ol li, .elementor-widget-theme-post-content ul li {
  margin-bottom: 10px;
}
.elementor-widget-theme-post-content a {
  font-weight: 500;
  color: #D4AF37;
}
.elementor-widget-theme-post-content .wp-block-list.ol, .elementor-widget-theme-post-content .wp-block-list.ul {
  margin-block-end: 10px !important;
  margin-block-start: 10px !important;
  margin-left: 10px !important;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

.top-language-switcher {
  position: relative;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  padding-left: 40px;
}

.top-language-switcher::before {
  content: "";
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, 0.5019607843);
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  margin: auto 0;
}

.top-language-switcher .current-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  position: relative;
}

.top-language-switcher a.current-lang:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2026/03/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.top-language-switcher img {
  width: 16px;
  height: 16px !important;
  border-radius: 16px !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.top-language-switcher .arrow {
  margin-left: 4px;
  transition: transform 0.2s ease;
}

.top-language-switcher .lang-dropdown {
  position: absolute;
  top: 120%;
  right: 0;
  background: #fff;
  min-width: 70px;
  padding: 6px 0;
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 999;
}

.top-language-switcher:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.top-language-switcher:hover .arrow {
  transform: rotate(180deg);
}

.top-language-switcher .lang-dropdown li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: #121212;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.top-language-switcher .lang-dropdown li a:hover {
  background: #F7F7F7;
  color: #D4AF37;
}

@media (max-width: 1200px) {
  .top-language-switcher {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .top-language-switcher {
    padding-left: 0px;
  }
  .top-language-switcher::before {
    display: none;
  }
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
  border-inline-start: 0 !important;
}

.current_page_parent .elementor-item, .current-menu-parent .elementor-item {
  color: #D4AF37 !important;
}
@media (max-width: 991px) {
  .current_page_parent .elementor-item, .current-menu-parent .elementor-item {
    color: #ffffff !important;
  }
}
.current_page_parent .elementor-item .sub-arrow, .current-menu-parent .elementor-item .sub-arrow {
  fill: #D4AF37 !important;
}
.current_page_parent .elementor-item::after, .current-menu-parent .elementor-item::after {
  background-color: #D4AF37 !important;
  opacity: 1 !important;
}

@media (max-width: 1699px) {
  .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) > a {
    margin-inline-end: 0px !important;
  }
  .top-language-switcher {
    padding-left: 10px;
  }
}
.footer-top-wrap {
  position: relative;
  overflow-x: clip;
}
.footer-top-wrap .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.footer-top-wrap .e-con-full {
  position: relative;
}
.footer-top-wrap .e-con-full::after {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  right: -54px;
  width: 1px;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.1215686275);
}
@media (max-width: 1200px) {
  .footer-top-wrap .e-con-full::after {
    right: -20px;
  }
}
@media (max-width: 1024px) {
  .footer-top-wrap .e-con-full::after {
    display: none;
  }
}
.footer-top-wrap .e-con-full:last-child::after {
  display: none;
}
.footer-top-wrap .footer-menu-col .elementor-nav-menu {
  grid-row-end: span 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  width: 100%;
}
.footer-top-wrap .footer-menu-col .elementor-nav-menu li {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 20px;
}
.footer-top-wrap .footer-menu-col .elementor-nav-menu li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/uploads/2026/03/arrow-right.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 8px;
}

.copyright-wrap .elementor-icon i, .copyright-wrap .elementor-icon svg {
  height: auto;
}
.copyright-wrap p:last-child {
  margin-bottom: 0;
}

.elementor-button {
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out !important;
  z-index: 1;
  background-color: transparent !important;
}
.elementor-button:hover {
  background-color: transparent !important;
}
.elementor-button:hover::before, .elementor-button:hover::after {
  width: 0;
}
.elementor-button:before {
  position: absolute;
  content: "";
  width: 51%;
  left: 0;
  height: 100%;
  background-color: var(--e-global-color-primary);
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.elementor-button::after {
  position: absolute;
  content: "";
  width: 51%;
  right: 0;
  height: 100%;
  background-color: var(--e-global-color-primary);
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.btn-white .elementor-button:before, .btn-white .elementor-button::after {
  background-color: #ffffff;
}

.method-right-sec .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child:hover .e-con-full.e-flex.e-con.e-child {
  border-top-right-radius: 0;
}
.method-right-sec .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child:hover .e-con-full.e-flex.e-con.e-child .elementor-widget-button {
  right: 0;
}
.method-right-sec .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child {
  transition: all 0.5s;
}
.method-right-sec .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .elementor-widget-button {
  right: -90%;
  transition: all 0.5s;
}
.method-right-sec .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .elementor-widget-button .elementor-button:hover {
  background-color: var(--e-global-color-primary);
}
.method-right-sec .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .elementor-widget-button .elementor-button:hover::before, .method-right-sec .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .elementor-widget-button .elementor-button:hover::after {
  width: 50%;
}
.method-right-sec .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .elementor-widget-button .elementor-button:before, .method-right-sec .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .elementor-widget-button .elementor-button::after {
  width: 50%;
}
@media (max-width: 991px) {
  .method-right-sec .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .e-con-full.e-flex.e-con.e-child .elementor-widget-button {
    right: 0;
  }
}

.services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease;
  border-radius: 50%;
}
.services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg {
  fill: none;
}
.services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
  font-weight: 500;
}
.services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true], .services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover {
  background-color: transparent !important;
}
.services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-icon, .services-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon {
  clip-path: inset(0 0 0 0);
}
.services-tabs .e-n-tabs .e-n-tabs-content {
  position: relative;
}
.contact-form .gform_validation_errors {
  display: none !important;
}
.contact-form .gform_fields {
  gap: 20px !important;
}
.contact-form input:not([type=submit]),
.contact-form textarea {
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #CCCCCC !important;
  border-radius: 10px 10px 10px 10px !important;
  padding: 13px !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
  color: #121212 !important;
  box-shadow: none !important;
  min-height: 50px !important;
}
.contact-form input:not([type=submit])::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  font-family: "Raleway", Sans-serif;
  font-weight: 500 !important;
  font-style: Medium;
  font-size: 16px;
  line-height: 22px !important;
  letter-spacing: 0;
  color: #121212 !important;
}
.contact-form input:not([type=submit])::placeholder,
.contact-form textarea::placeholder {
  font-family: "Raleway", Sans-serif;
  font-weight: 500 !important;
  font-style: Medium;
  font-size: 16px;
  line-height: 22px !important;
  letter-spacing: 0;
  color: #121212 !important;
}
.contact-form input:not([type=submit]):focus-visible, .contact-form input:not([type=submit]):focus, .contact-form input:not([type=submit]):hover,
.contact-form textarea:focus-visible,
.contact-form textarea:focus,
.contact-form textarea:hover {
  outline: none;
  box-shadow: none !important;
}
.contact-form .gform-footer.gform_footer.top_label input[type=submit] {
  background: #121212 !important;
  border: 1px solid #121212 !important;
  color: #ffffff;
  border-radius: 14px !important;
  padding: 16px 20px !important;
  font-weight: 700 !important;
}
.contact-form .gform-footer.gform_footer.top_label input[type=submit]:hover {
  background-color: transparent !important;
  color: #121212 !important;
}
.contact-form .gform-theme--foundation .gfield textarea.small {
  min-block-size: auto !important;
  height: 80px !important;
}

.inner-banner-sec .inner-banner-content h1 {
  font-weight: 600;
}
.inner-banner-sec .inner-banner-content h1 span {
  color: #D4AF37;
  font-weight: 900;
}/*# sourceMappingURL=style.css.map */