.elementor-kit-5{--e-global-color-primary:#372F2C;--e-global-color-secondary:#13ABB9;--e-global-color-text:#FF7133;--e-global-color-accent:#FE5B54;--e-global-color-523b0a2:#FFFFFF;--e-global-color-af79e3a:#FCE04E;--e-global-typography-primary-font-family:"Bropella";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Bropella";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-2affd56-font-family:"Poppins";--e-global-typography-2affd56-font-size:18px;--e-global-typography-2affd56-font-weight:600;--e-global-typography-17460e1-font-family:"Poppins";--e-global-typography-17460e1-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-17460e1-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}
.preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.preloader-inner img {
  width: 180px;
  animation: bounce 2s infinite ease-in-out;
}

.preloader-inner p {
  margin-top: 1rem;
  font-size: 20px;
  color: #333;
  font-family: 'Bropella', sans-serif;
  overflow: hidden;
  border-right: 2px solid #333;
  white-space: nowrap;
  width: 0;
  animation: typing 2.5s steps(30, end) forwards, blink 0.7s step-end infinite;
  text-align: center;
}

@keyframes typing {
  from { width: 0; }
  to { width: 300px; } /* adjust based on text length */
}

@keyframes blink {
  50% { border-color: transparent; }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
/*gradient color*/
/*.g-text-1 h1, .g-text-1 h2, .g-text-1 h3, .g-text-1 h4, .g-text-1 h5, .g-text-1 h6, .g-text-1 p, .g-text-1 a {
	background: -webkit-linear-gradient(120deg, #ffffe1, #08d5cf);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}*/
.equal-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 450px; /* Adjust as needed */
}
.equal-card .elementor-widget-image {
  flex-shrink: 0;
}

.equal-card .elementor-widget-button {
  margin-top: auto;
}

.equal-card h1, 
.equal-card .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bropella';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('http://paplokmane.com/wp-content/uploads/2025/06/Bropella1.ttf') format('truetype');
}
/* End Custom Fonts CSS */