.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;
}

@media (max-width: 479px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    hyphens: auto;
    word-wrap: break-word;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit !important;
  font-family: inherit !important;
}

body .gform_wrapper .gform_fields {
  gap: 30px !important;
}
body .gform_wrapper p.gform_required_legend, body .gform_wrapper .gform_validation_errors {
  display: none;
}
body .gform_wrapper .gfield .ginput_password,
body .gform_wrapper .gfield input:not([type=checkbox]),
body .gform_wrapper .gfield input:not([type=radio]),
body .gform_wrapper .gfield select,
body .gform_wrapper .gfield textarea {
  background-color: transparent !important;
}
body .gform_wrapper .gfield .ginput_password:focus, body .gform_wrapper .gfield .ginput_password:focus-visible, body .gform_wrapper .gfield .ginput_password:active, body .gform_wrapper .gfield .ginput_password:hover, body .gform_wrapper .gfield .ginput_password:target, body .gform_wrapper .gfield .ginput_password:focus-within,
body .gform_wrapper .gfield input:not([type=checkbox]):focus,
body .gform_wrapper .gfield input:not([type=checkbox]):focus-visible,
body .gform_wrapper .gfield input:not([type=checkbox]):active,
body .gform_wrapper .gfield input:not([type=checkbox]):hover,
body .gform_wrapper .gfield input:not([type=checkbox]):target,
body .gform_wrapper .gfield input:not([type=checkbox]):focus-within,
body .gform_wrapper .gfield input:not([type=radio]):focus,
body .gform_wrapper .gfield input:not([type=radio]):focus-visible,
body .gform_wrapper .gfield input:not([type=radio]):active,
body .gform_wrapper .gfield input:not([type=radio]):hover,
body .gform_wrapper .gfield input:not([type=radio]):target,
body .gform_wrapper .gfield input:not([type=radio]):focus-within,
body .gform_wrapper .gfield select:focus,
body .gform_wrapper .gfield select:focus-visible,
body .gform_wrapper .gfield select:active,
body .gform_wrapper .gfield select:hover,
body .gform_wrapper .gfield select:target,
body .gform_wrapper .gfield select:focus-within,
body .gform_wrapper .gfield textarea:focus,
body .gform_wrapper .gfield textarea:focus-visible,
body .gform_wrapper .gfield textarea:active,
body .gform_wrapper .gfield textarea:hover,
body .gform_wrapper .gfield textarea:target,
body .gform_wrapper .gfield textarea:focus-within {
  outline: none !important;
  box-shadow: none !important;
  border-width: 0 0 1px 0 !important;
}
body .gform_wrapper ::-moz-placeholder {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.1px;
  color: #121212;
}
body .gform_wrapper ::placeholder {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.1px;
  color: #121212;
}
body .gform_wrapper .ginput_container_textarea textarea {
  border: 0;
  box-shadow: none;
  padding: 0;
  min-block-size: 3rem !important;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.1px;
  color: var(--e-global-color-secondary);
  accent-color: var(--e-global-color-f5ad03b);
  box-shadow: none !important;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #CCCCCC;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 16px 16px 16px;
  background-color: transparent !important;
}
body .gform_wrapper .gform_button,
body .gform_wrapper input[type=submit] {
  font-family: var(--poppins);
  font-weight: 500 !important;
  font-size: 16px !important;
  color: var(--white) !important;
  text-align: center;
  text-transform: none;
  padding: 20px 28px !important;
  margin-block-start: 40px !important;
  border-radius: 44px !important;
  background-color: var(--brown) !important;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
body .gform_wrapper .gform_button:focus,
body .gform_wrapper input[type=submit]:focus {
  outline: none !important;
  box-shadow: none !important;
}
body .gform_wrapper .gform_button:hover,
body .gform_wrapper input[type=submit]:hover {
  background-color: var(--pink) !important;
  color: var(--brown) !important;
}

.gform-theme--foundation:where(:not(.gform_editor)) .gf_hidden, .gform-theme--foundation:where(:not(.gform_editor)) .gform_hidden {
  display: none !important;
}

.gform-footer.gform_footer.top_label font {
  width: 100%;
}

/*
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;
}

[hidden] {
  display: none;
}

header .top-language-switcher {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}
header .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;
}
header .top-language-switcher .current-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: none;
  color: #121212 !important;
  position: relative;
}
header .top-language-switcher a.current-lang:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
header .top-language-switcher img {
  width: 16px;
  height: 16px !important;
  border-radius: 16px !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
header .top-language-switcher .arrow {
  margin-left: 4px;
  transition: transform 0.2s ease;
}
header .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;
}
header .top-language-switcher:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .top-language-switcher:hover .arrow {
  transform: rotate(180deg);
}
header .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-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}
header .top-language-switcher .lang-dropdown li a:hover {
  background: rgba(199, 161, 161, 0.3);
  color: #121212 !important;
}
@media (max-width: 1200px) {
  header .top-language-switcher {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  header .top-language-switcher {
    padding-left: 0px;
  }
  header .top-language-switcher::before {
    display: none;
  }
}

footer .footer-menu .elementor-nav-menu li {
  padding-left: 24px;
  position: relative;
  transition: all 0.3s;
}
footer .footer-menu .elementor-nav-menu li:hover {
  padding-left: 30px;
}
footer .footer-menu .elementor-nav-menu li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  background-image: url(../images/pinkAerrow.svg);
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
  background-size: contain;
}

.brown-btn-ele .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.brown-btn-ele .elementor-button:hover::after {
  transform: scale(1);
}
.brown-btn-ele .elementor-button:after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: -20%;
  width: 250%;
  height: 180%;
  background-color: var(--pink);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: bottom left;
  z-index: -1;
  transition: transform 2s cubic-bezier(0.34, 1.56, 0.64, 1);
}/*# sourceMappingURL=style.css.map */