body:not(.elementor-editor-active) .ob-unfold .ob-content {
  overflow: hidden;
  height: 200px;
}
body:not(.elementor-editor-active) .ob-unfold .ob-blanket {
  cursor: pointer;
  z-index: 100;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-titles,
.titles-typo {
  font-family: var(--clb-titles-font-family);
  font-weight: var(--clb-titles-font-weight);
  margin: 0;
}

.border-selector .elementor-element-populated {
  border-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      #000000,
      rgba(0, 0, 0, 0)
    )
    1 100%;
}

/*.links-underline a:not(.button):not(.tag):not(.-undash):hover,*/
/*.links-underline a:not(.button):not(.tag):not(.-undash).-dashed {*/
/*  animation: 0.4s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1 normal none running*/
/*    underline;*/
/*  background-image: linear-gradient(currentColor 0px, currentColor 100%);*/
/*}*/
.badge {
  padding: 5px 16px !important;
}

.btn-light-fill a {
  border: solid 1px #000 !important;
  font-size: 16px;
  background: #fec00f !important;
  color: #000 !important;
  padding: 16px 44px !important;
  box-shadow: 0px 30px 50px 0px rgba(40, 28, 55, 0.16);
  border-radius: 999px !important;
}

.btn-light-fill a:hover {
  border: solid 1px #fec00f !important;
  color: #000 !important;
  background: #ffd356 !important;
}

.btn-light-empty a {
  font-size: 16px;
  padding: 16px 32px !important;
  color: white !important;
  border: solid 1px white;
  transition: all 0.3s ease-in-out;
  border-radius: 999px !important;
}

.btn-light-empty a:hover {
  border: solid 1px #fec00f !important;
  background: #fec00f !important;
  color: #000 !important;
  box-shadow: 0px 30px 50px 0px rgba(40, 28, 55, 0.16);
}

.benifit-seletor:hover {
  transform: scale(1.03);
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: linear-gradient(
    111deg,
    #e1aabf -19.41%,
    #f9d3b7 73.89%
  ) !important;
}

.faq-selector .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
  transition: all 0.2s ease-in-out !important;
}
.faq-selector
  .eael-adv-accordion
  .eael-accordion-list
  .eael-accordion-header:hover {
  transform: scale(1.01) !important;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1) !important;
}

.grad-back .elementor-background-overlay {
  background: linear-gradient(
    262deg,
    #e4b1bf 0%,
    #fff 38.7%,
    #eee7f5 100%
  ) !important;
  opacity: 0.4 !important;
}

.review-header {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 3px;
  margin-right: 15px;
}

.review-logos {
  display: flex;
  align-items: center;
}

.review-logos img {
  height: 56px;
  margin-right: 24px;
}

.review-navigation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/*.testimonial-item {*/
/*  background-color: #fff;*/
/*  border: 1px solid #e0e0e0;*/
/*  border-radius: 8px;*/
/*  margin: 0 10px;*/
/*  padding: 20px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*  position: relative;*/
/*  overflow: visible;*/
/*  min-height: 420px !important;*/
/*}*/

.content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.author-name {
  color: #10184f;
  font-size: 28px;
  margin: 0;
}

.author-title {
  color: #525778;
  font-size: 1em;
  margin: 0 0 10px;
}

.testimonial-logo {
  height: 30px;
  margin: 10px 0;
}

.stars img {
  height: 20px;
  margin: 10px 0;
}

.text {
  flex: 1;
  flex-grow: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5em;
  color: #333;
  font-size: 24px;
}

.d-none {
  display: none !important;
}

.footer-test {
  text-align: left;
  margin-top: auto;
}

.see-more {
  background: none;
  border: none;
  color: #ffbb00;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}
.see-more:hover,
.see-more:focus {
  background: none;
  color: #ffbb00;
}

.testimonial-item.expanded .text {
  height: auto;
  -webkit-line-clamp: unset;
}

.slick-prev,
.slick-next {
  background-color: #ffbb00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fec00f;
  outline: none;
  background: #fec00f;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 1;
}

.home-page-form {
  display: flex;
  flex-wrap: wrap;
}
.home-page-form .input-field {
  width: 50%;
}

.home-page-form p {
  margin: 0px 0px 12px 0 !important;
}
.home-page-form input {
    padding: 0px 10px !important;
    background: #fbfbfb;
    font-size: 16px !important;
    border: 1px solid #0000001a !important;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="date"],
input[type="url"],
textarea,
select,
.select2-container--default .select2-selection--single {
  min-height: 56px !important;
  border: 1px solid #000000 !important;
  border-radius: 8px;
  background: #fbfbfb;
}

.home-page-form label {
  font-weight: 500;
  margin: 0 0 5px 0;
  font-size: 0.9rem;
}

.home-page-form textarea {
  width: 100%;
  border: none;
  padding: 10px 10px !important;
}

.home-page-form .vc_col-lg-12 {
  width: 100%;
}

.home-page-form .submit-btn.btn-custom{
    width: 100%;
}

.home-page-form .submit-btn p {
  margin: 0 !important;
}

.home-page-form .wpcf7-spinner{
    display: none !important;
}

.home-page-form .submit-btn input[type="submit"] {
    width: 100% !important;
  padding: 16px 44px !important;
  background: #1b1d21;
  color: #fff;
  border-radius: 99px;
  font-weight: 500;
}

.home-page-form .submit-btn input[type="submit"]:hover {
  background: #fbc02c;
  color: #1b1d21;
}

.home-page-form .btn-custom input[type="submit"] {
  text-transform: uppercase;
}

.vc_row {
    display: flex;
    gap: 10px;
}


#thank-you-message {
    display: block;
    text-align: center;
    background: #feeecc;
    padding: 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    width: 100%;
    max-width: 600px;
    min-height: 150px;
    margin: 50px auto; /* Centers horizontally */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative; /* Ensures positioning within the container */
}

#thank-you-message p {
    margin: 0px !important;
    font-size: 18px;
}
.btn-custom-empty a {
  font-family: "Figtree" !important;
  font-size: 16px;
  padding: 16px 44px !important;
  transition: all 0.3s ease-in-out;
  border-radius: 50px !important;
}
.btn-custom-empty a:hover {
  border-color: #fec00f !important;
  color: #000 !important;
  background: #fec00f;
  box-shadow: 0px 30px 50px 0px rgba(40, 28, 55, 0.16);
}

.elementor-231635
  .elementor-element.elementor-element-265e63b
  .elementor-price-table__heading {
  color: #fff;
}

.ribbon-yellow-sec h3.elementor-price-table__heading {
  text-align: center;
  margin-top: 0px;
  background-color: #fec00f;
  width: 140px;
  color: #000 !important;
  padding-top: 2px !important;
  padding: 5px;
  font-size: 16px;
  font-family: "Figtree";
  border-radius: 200px;
}
.ribbon-yellow-sec .elementor-price-table__header {
  text-align: left;
  padding-left: 20px !important;
}
.elementor-price-table .elementor-price-table__header {
  background: var(--e-price-table-header-background-color, #555);
  padding: 20px 0;
}
.ribbon-yellow-sec span.elementor-price-table__subheading {
  position: absolute;
  top: 40px;
  font-family: "Figtree", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0 0 0;
}
.elementor-231635
  .elementor-element.elementor-element-265e63b
  .elementor-price-table__subheading {
  color: #fff;
}

/*.eael-filter-gallery-control ul li.control.active {*/
/*  background: #333;*/
/*  border-radius: 4px !important;*/
/*}*/

.eael-filter-gallery-control ul li.active {
  color: #fff;
}
.eael-filter-gallery-control ul li.control {
  padding: 8px 44px 8px 44px;
  color: #444;
  background: #f1f1f1;
}
.eael-filter-gallery-control > ul li {
  font-size: 13px;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 15px;
  cursor: pointer;
  margin: 0 5px;
  font-weight: normal;
}
.eael-filter-gallery-control ul li {
  list-style: none;
  font-size: 24px;
  display: inline-block;
  text-align: center;
}
.eael-filter-gallery-control ul,
.eael-filter-gallery-control ul li {
  text-align: center;
}

/*.number-seletor:hover {*/
/*  transform: scale(1.03);*/
/*  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);*/
/*  border-radius: 8px;*/
/*  background-image: url(/wp-content/uploads/2024/08/12.png);*/
/*  background-size: cover;*/
/*}*/

.btn-custom-fill-12-1 a {
  font-family: "Figtree" !important;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  background: #fec00f !important;
  color: #000 !important;
  padding: 12px 38px !important;
  transition: all 0.3s ease-in-out;
  border-radius: 50px !important;
}

.btn-custom-fill-123 a {
  font-family: "Figtree" !important;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #000 !important;
  background: #f1f1f2 !important;
  padding: 12px 38px !important;
  transition: all 0.3s ease-in-out;
  border-radius: 50px !important;
}

.btn-custom-fill-123 a:hover {
  color: #000 !important;
  background: #fec00f !important;
}

.col-spc .elementor-column-gap-custom {
  gap: 25px;
}

a:focus,
button:focus {
  background: #fff;
}

#uc_mega_menu_elementor_c44223d .uc-mega_menu_title:hover,
#uc_mega_menu_elementor_c44223d .uc-mega_menu_title:focus,
#uc_mega_menu_elementor_c44223d a:focus {
  background: transparent;
}

.subscribe-form {
  position: relative;
}

.subscribe-form .btn,
.button,
a.button,
.added_to_cart,
button[type="submit"],
input[type="submit"] {
  min-height: 40px !important;
}
.subscribe-form .wpcf7-form-control-wrap {
  display: block;
}

.subscribe-form .wpcf7-form-control-wrap:last-of-type {
  margin-top: 1rem;
}

.subscribe-form > p {
  margin: 0;
  display: flex;
}

.subscribe-form br {
  display: none;
}

.subscribe-form .button,
.subscribe-form input[type="submit"],
.subscribe-form button[type="submit"] {
  white-space: nowrap;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-100%, 0);
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  border-radius: 8px;
  background-color: #111013;
  border-color: #111013;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.subscribe-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  padding-right: 30%;
  border: 1px solid #fff;
  border-radius: 5px;
}

.page-id-232593
  .elementor-location-footer
  .elementor-top-section.elementor-section-items-middle {
  display: none;
}
.social-iconset li.elementor-icon-list-item span.elementor-icon-list-text {
  display: none;
}

.social-iconset li.elementor-icon-list-item a:focus {
  background: transparent;
}

.peak-slides {
  overflow: hidden;
}

.peak-slides .swiper {
  overflow: visible;
}

/* Elements / Links
--------------------------------------------- */
.d-link a.elementor-button {
  pointer-events: none !important;
  cursor: text !important;
}

a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 100% 0.18em;
  background-position: 0px 110%;
  color: inherit;
}

a:not(.-unlink):not(.tag):not(.button):not(.icon-button):not(
    .elementor-button
  ):hover,
a:not(.-unlink):not(.tag):not(.button):not(.icon-button).-dashed {
  color: #fec00f;
}

a:not(.-unlink):not(.tag):not(.button):not(.icon-button).-undash {
  background-image: none;
}

a.titles-typo {
  letter-spacing: -0.02rem;
}

a:hover,
a .title:hover {
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}

@keyframes underline {
  0% {
    background-size: 100% 0.15em;
    background-position: 0 110%;
  }

  50% {
    background-size: 0% 0.15em;
    background-position: 0 110%;
  }

  50.01% {
    background-size: 0% 0.15em;
    background-position: right 0 top 110%;
  }

  100% {
    background-size: 100% 0.15em;
    background-position: right 0 top 110%;
  }
}

/*.links-underline a:not(.button):not(.tag):not(.-undash):hover,*/
/*.links-underline a:not(.button):not(.tag):not(.-undash).-dashed {*/
/*  animation: 0.4s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1 normal none running*/
/*    underline;*/
/*  background-image: linear-gradient(currentColor 0px, currentColor 100%);*/
/*}*/

/*.links-underline a:not(.button):not(.tag):not(.-undash):hover:focus {*/
/*  background-image: none;*/
/*}*/

.links-underline a:not(.button):not(.tag):not(.-undash):focus {
  color: #000;
}
.links-underline a:not(.button):not(.tag):not(.-undash):focus:hover {
  color: #000;
  animation: 0.4s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1 normal none running
    underline;
}

.subscribe-form span.wpcf7-not-valid-tip {
  display: none;
}

.subscribe-form + .wpcf7-response-output {
  display: none;
}

.slick-slide{
  margin-right: 1px;
}

/*** Responsive CSS  Design ***/

@media (min-width: 1367px) {
  .benifit-seletor h4 {
    font-size: 28px !important;
  }
}

@media (max-width: 1024px) {
  .testimonial-slider {
    width: 100%;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .review-header {
    flex-direction: column;
  }

  .review-logos {
    justify-content: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .review-logos img {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .cust-nav-button {
    font-size: 14px;
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .subscribe-form > p {
    display: inline;
    margin: 0;
    padding: 0;
  }

  .subscribe-form > p span.wpcf7-spinner {
    position: absolute;
  }

  .subscribe-form {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 600px) {
  .testimonial-item {
    padding: 15px;
    min-height: 376px;
  }

  .author-name {
    font-size: 24px;
  }

  .author-title {
    font-size: 16px;
  }

  .stars {
    font-size: 1px;
  }

  .text {
    font-size: 20px;
  }

  .see-more {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .review-logos {
    align-items: center;
  }

  .review-logos img {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .cust-nav-button {
    font-size: 12px;
    padding: 10px;
    margin-left: 5px;
  }
}
