/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 16 2025 | 18:05:14 */
@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/uploads/2025/04/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("/wp-content/uploads/2025/04/Quicksand-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.no-scroll {
  overflow: hidden !important;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 700;
  text-transform: capitalize;
}
.dialog-message footer .elementor-slideshow__title {
  display: none;
}
.page-heading-block::before {
  height: 50%;
}
.elementor-element .light-bg-links.elementor-element a {
  color: #231F20;
  position: relative;
  transition: all 0.5s;
}
.elementor-element .light-bg-links.elementor-element a:before {
  content: "";
  background: #231F20;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  position: absolute;
  transition: width 0.5s;
  opacity: 1;
}
.elementor-element .light-bg-links.elementor-element a:hover:before {
  width: 100%;
}
.inst-carousel .swiper-slide:nth-child(odd) figure img {
  aspect-ratio: 1;
  max-height: 250px;
}
.inst-carousel .swiper-slide:nth-child(even) figure img {
  aspect-ratio: 0.642;
  max-height: 400px;
}
.inst-carousel figure {
  padding: 10px 0;
}
.inst-carousel figure img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.inst-carousel figure img:hover {
  box-shadow: 0px 0px 10px #0000007a;
}
.gform_wrapper .gfield_consent_label .gfield_required.gfield_required_text {
  display: none;
}
.gform_wrapper .gform-body .gfield_required {
  display: none;
}
.gform_wrapper .gform-body .gform_fields {
  grid-row-gap: 25px;
  grid-column-gap: 25px;
}
.gform_wrapper .gform-body .ginput_container--name {
  gap: 10px;
}
.gform_wrapper .gform-body .ginput_container--name span {
  padding: 0 !important;
}
.gform_wrapper .gform-body input, .gform_wrapper .gform-body textarea {
  border: 1px solid #231F20;
  background: #FFF;
  padding: 10px;
  color: #282828;
  font-family: "Quicksand";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0;
}
.gform_wrapper .gform-body textarea {
  max-height: 58px;
  resize: none;
}
.gform_wrapper .gform-body #field_submit.gfield.gfield--type-submit {
  grid-column: span 5;
  justify-content: flex-end;
}
.gform_wrapper .gform-body #field_submit.gfield.gfield--type-submit input {
  width: 193px;
  padding: 15px 25px;
  color: #000;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 10px;
  background: #F08829;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
.gform_wrapper .gform-body #field_submit.gfield.gfield--type-submit input:hover {
  background: #FFA95B;
}
.gform_wrapper .gform-body .gfield--type-consent.gfield.gfield--type-choice {
  grid-column: span 7;
  align-items: center;
  display: flex;
  width: calc(100% + 20px);
}
.gform_wrapper .gform-body .gfield--type-consent.gfield.gfield--type-choice .gform-field-label {
  color: #282828;
  font-size: 16px;
  font-family: "Quicksand";
  line-height: 1.5;
}
.gform_wrapper .gform-body .gfield--type-consent.gfield.gfield--type-choice .gform-field-label a {
  color: #F08829;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: underline;
  transition: all 0.3s;
}
.gform_wrapper .gform-body .gfield--type-consent.gfield.gfield--type-choice .gform-field-label a:hover {
  text-decoration: none;
  color: #111;
}
.gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
#field_2_6 {
  margin-bottom: -6px;
}
#gform_2 input::placeholder {
  color: #28282890;
}
#gform_2 textarea::placeholder {
  color: #28282890;
}
.gfield--type-consent input[type="checkbox"] {
  display: none;
}
.gfield--type-consent label {
  vertical-align: middle;
}
.gfield--type-consent label:before {
  content: " ";
  color: #111;
  margin-right: 8px;
  position: relative;
  text-align: center;
  text-indent: 0px;
  line-height: 1;
  width: 16px;
  height: 16px;
  background: transparent;
  outline: 1px solid #111;
  border-image: initial;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
  font-weight: 800;
}
.gfield--type-consent input:checked + label:before {
  content: "✓";
}
.gfield--type-consent input:disabled + label:before {
  background: #EEE;
  color: #AAA;
}
.gform_confirmation_message {
  color: #000;
  font-family: "Quicksand";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: 15px 0 25px;
}
@media screen and (max-width: 767px) {
  .gform_wrapper .gform-body .gform_fields {
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
  .gform_wrapper .gform-body .gform_fields .ginput_container--name {
    gap: 15px;
  }
  .gform_wrapper .gform-body .gform_fields input, .gform_wrapper .gform-body .gform_fields textarea {
    padding: 5px 10px;
    line-height: 1.5;
  }
  .gform_wrapper .gform-body .gfield.gfield--type-submit {
    justify-content: center;
    grid-column: 1/-1;
  }
  .gform_wrapper .gform-body .gfield.gfield--type-submit input.gform-button.button {
    line-height: 1.5;
  }
  .gform_wrapper .gform-body .gfield--type-consent.gfield.gfield--type-choice {
    grid-column: 1/-1;
    justify-content: center;
    width: 100%;
  }
}
body.admin-bar .sticky-header-block.elementor-element {
  top: 32px;
}
.header-fixed .sticky-header-block > div.e-con-inner {
  padding-top: 5px;
  transition: all 0.3s;
}
.elementor-3374.header-fixed .elementor-element.elementor-element-ee0c8eb .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  margin-top: 56px !important;
}
header .elementor-widget-nav-menu .elementor-nav-menu {
  align-items: center;
}
header .elementor-widget-nav-menu .elementor-nav-menu .menu-item.current_page_item > a {
  transition: all 0.3s;
  text-shadow: 0px 0px #111;
}
header .elementor-widget-nav-menu .elementor-nav-menu .menu-item.current_page_item > a:before {
  content: "";
  background: #231F20;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 1px;
  position: absolute;
  transition: width 0.5s;
  opacity: 1;
}
header .elementor-widget-nav-menu .elementor-nav-menu .menu-custom-btn.menu-item a.elementor-item {
  font-weight: 800;
  padding: 15px 25px;
  color: #000000;
  border-radius: 10px;
  background: #F08829;
  transition: all 0.3s;
}
header .elementor-widget-nav-menu .elementor-nav-menu .menu-custom-btn.menu-item a.elementor-item:hover {
  background: #FFA95B;
}
header .elementor-widget-nav-menu .elementor-nav-menu .menu-item a:not(.menu-custom-btn a) {
  position: relative;
  transition: all 0.3s;
}
header .elementor-widget-nav-menu .elementor-nav-menu .menu-item a:not(.menu-custom-btn a):before {
  content: "";
  background: #111;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  position: absolute;
  transition: width 0.3s;
  opacity: 1;
}
header .elementor-widget-nav-menu .elementor-nav-menu .menu-item a:not(.menu-custom-btn a):hover:before {
  width: 100%;
}
header .elementor-widget-nav-menu .elementor-nav-menu .menu-item a:not(.menu-custom-btn a):hover {
  text-shadow: 0px 0px #111;
}
header .elementor-widget-nav-menu .elementor-widget-container .elementor-menu-toggle {
  padding: 13.5px 15px;
}
header .elementor-widget-nav-menu .elementor-widget-container .elementor-menu-toggle span.elementor-menu-toggle__icon--close, header .elementor-widget-nav-menu .elementor-widget-container .elementor-menu-toggle span.elementor-menu-toggle__icon--open {
  line-height: 0.6;
}
@media (min-width: 1025px) {
  header.elementor-location-header.header-fixed .sticky-header-block {
    box-shadow: 0px 5px 15px #0C0C0C1F;
  }
}
@media screen and (max-width: 767px) {
  body.admin-bar .sticky-header-block.elementor-element {
    top: 45px;
  }
  header .elementor-widget-nav-menu .elementor-nav-menu--dropdown {
    padding: 11px 15px 0;
    background: url(/wp-content/uploads/2025/04/bg_d.webp);
    background-size: 100px;
    height: calc(100vh - 110px);
  }
  header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul {
    padding-top: 12vh;
    border-top: 3px solid #231F20;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }
  header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul .menu-custom-btn.menu-item a.elementor-item {
    font-size: 16px;
    min-width: 281px;
  }
  header .elementor-widget-nav-menu span.elementor-menu-toggle__icon--close, header .elementor-widget-nav-menu span.elementor-menu-toggle__icon--open {
    line-height: 0.5;
  }
}
.menu-block.elementor-element .e-n-tabs-heading {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.menu-block.elementor-element .e-n-tabs-heading .e-n-tab-icon {
  display: none;
}
.menu-block.elementor-element .e-n-tabs-heading button {
  padding: 12px 25px 12px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border: 5px solid #F3EADC;
  border-bottom: none;
  background: url(/wp-content/uploads/2020/12/bg01.webp) !important;
}
.menu-block.elementor-element .e-n-tabs-heading button:hover {
  background: url(/wp-content/uploads/2025/04/bg_d.webp) !important;
}
.menu-block.elementor-element .e-n-tabs-heading button .e-n-tab-title-text {
  line-height: 1.2;
}
.menu-block.elementor-element .e-n-tabs-heading button img {
  width: 150px;
  border-radius: 100px;
  display: inline-block;
  object-fit: cover;
  aspect-ratio: 1;
}
.menu-block.elementor-element .e-n-tabs-heading button[aria-selected="true"] {
  background: url(/wp-content/uploads/2025/04/bg_d.webp) !important;
}
.menu-block.elementor-element .e-n-tabs-content div[role="tabpanel"] {
  background: url(/wp-content/uploads/2025/04/bg_d.webp);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.menu-block.elementor-element .e-n-tabs-content div[role="tabpanel"] .elementor-price-list-description {
  max-width: 82%;
}
.menu-block.elementor-element .e-n-tabs-content > .e-child {
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  transform: translateY(10px);
}
.menu-block.elementor-element .e-n-tabs-content .e-active {
  opacity: 1;
  transform: translateY(0);
}
.about-block .elementor-element a:not(.elementor-widget-button a) {
  color: #111;
  position: relative;
  transition: all 0.3s;
}
.about-block .elementor-element a:not(.elementor-widget-button a):before {
  content: "";
  background: #111;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  position: absolute;
  transition: width 0.3s;
  opacity: 1;
}
.about-block .elementor-element a:not(.elementor-widget-button a):hover:before {
  width: 100%;
}
.about-block .elementor-icon-box-title span {
  font-weight: 700;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .about-block div.home-contacts-block.elementor-element {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-block .elementor-icon-box-title {
    font-size: 14px !important;
  }
  div.menu-block.elementor-element .e-con-inner .e-n-tabs div.e-n-tabs-heading {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 30px;
  }
  div.menu-block.elementor-element .e-con-inner .e-n-tabs div.e-n-tabs-heading button {
    padding: 15px 25px 0;
    min-height: 200px;
  }
  div.menu-block.elementor-element .e-con-inner .e-n-tabs div.e-n-tabs-heading button.e-n-tab-title[role="tab"] {
    margin-top: -30px;
  }
  div.menu-block.elementor-element .e-con-inner .e-n-tabs div.e-n-tabs-heading button[aria-selected="true"] {
    --n-tabs-title-order: 5!important;
    z-index: 5;
  }
}
@media screen and (max-width: 389px) {
  .home .main-title .elementor-heading-title {
    font-size: 30px !important;
  }
  .home-btns-block a.elementor-button {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .about-page .elementor-widget-image img, .about-block .elementor-widget-image img {
    max-width: 400px;
    margin: auto;
  }
}
.menu-page .elementor-widget-image-box .elementor-image-box-description strong, .menu-block .elementor-widget-image-box .elementor-image-box-description strong {
  display: block;
  font-family: "Poppins";
  font-size: 20px;
  margin-top: 5px;
  color: #111;
}
.menu-page .elementor-widget-price-list .elementor-price-list-item .elementor-price-list-header, .menu-block .elementor-widget-price-list .elementor-price-list-item .elementor-price-list-header {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .menu-page .elementor-widget-image-box .elementor-image-box-description strong {
    font-size: 18px;
  }
}
.privacy-policy-page .elementor-widget-text-editor p {
  margin-bottom: 0;
}
.privacy-policy-page .elementor-widget-text-editor a {
  color: inherit;
  font-weight: 700 !important;
  text-decoration: underline;
}
.privacy-policy-page .elementor-widget-text-editor a:hover {
  text-decoration: none;
}
.blog-page div[data-elementor-type="loop"] {
  height: 100%;
}
.blog-page .elementor-pagination {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.blog-page .elementor-pagination a {
  transition: all 0.3s;
}
.blog-page .elementor-pagination a:hover {
  text-shadow: 0 0 black;
}
.blog-page .elementor-pagination .page-numbers.prev {
  margin-right: 25px !important;
}
.blog-page .elementor-pagination .page-numbers.prev:hover svg path {
  fill: #F08829 !important;
}
.blog-page .elementor-pagination .page-numbers.next {
  margin-left: 25px !important;
}
.blog-page .elementor-pagination .page-numbers.next:hover svg path {
  fill: #F08829 !important;
}
.blog-page .elementor-pagination .page-numbers {
  display: inline-block;
}
.blog-page .elementor-pagination .page-numbers.current {
  border-radius: 5px;
  background: #FAC768;
  padding: 0 16px;
}
.blog-loop-item .elementor-widget-theme-post-featured-image a {
  width: 100%;
  overflow: hidden;
  border-radius: 27px;
}
.blog-loop-item .elementor-widget-theme-post-featured-image a img {
  transition: all 0.3s;
}
.blog-loop-item .elementor-widget-theme-post-featured-image a img:hover {
  transform: scale(1.007);
}
.blog-loop-item .elementor-widget-heading a {
  transition: all 0.3s;
}
.blog-loop-item .elementor-widget-heading a:hover {
  color: #F08829 !important;
}
.blog-loop-item ul.elementor-post-info {
  flex-wrap: wrap;
  gap: 15px;
}
.blog-loop-item ul.elementor-post-info span, .blog-loop-item ul.elementor-post-info svg path {
  transition: all 0.3s;
}
.blog-loop-item ul.elementor-post-info a {
  transition: all 0.3s;
}
.blog-loop-item ul.elementor-post-info a:hover span {
  color: #F08829 !important;
}
.blog-loop-item ul.elementor-post-info a:hover svg path {
  fill: #F08829 !important;
}
.blog-loop-item ul.elementor-post-info li[itemprop="datePublished"] {
  width: 110px;
}
.blog-loop-item .more-btn {
  margin-top: auto;
}
.social-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  min-height: 33px;
}
.social-icons a {
  transition: color 0.3s;
  position: relative;
  min-height: 33px;
  min-width: 33px;
}
.social-icons a:hover {
  transform: scale(1.05);
}
.icon-envelope:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/2025/04/email.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-facebook:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/2025/04/fb-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-x:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/2025/04/x-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-instagram:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/2025/04/ins-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-whatsapp:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/2025/04/wa-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-link:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/2025/04/link-2.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.fake-breacrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 11px;
  padding: 0;
}
.fake-breacrumbs a {
  color: #FFF;
}
.fake-breacrumbs a:hover {
  text-shadow: 0 0 #FFF;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .three-blogs-block .ecs-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .three-blogs-block .ecs-posts article {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .blog-mob-img img {
    max-height: 390px;
  }
}
footer .elementor-element a:not(.elementor-widget-social-icons a, .elementor-widget-image a) {
  color: #FFF;
  position: relative;
  transition: all 0.5s;
}
footer .elementor-element a:not(.elementor-widget-social-icons a, .elementor-widget-image a):before {
  content: "";
  background: #FFF;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  position: absolute;
  transition: width 0.5s;
  opacity: 1;
}
footer .elementor-element a:not(.elementor-widget-social-icons a, .elementor-widget-image a):hover:before {
  width: 100%;
}
footer .elementor-widget-social-icons a.elementor-icon {
  transition: all 0.3s;
}
footer .elementor-widget-social-icons a.elementor-icon:hover {
  transform: scale(1.1);
}
.cstm-footer {
  overflow: hidden;
}
.cstm-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.cstm-footer__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
