.elementor-15 .elementor-element.elementor-element-a7329a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-afdc9c9{--display:flex;}.elementor-15 .elementor-element.elementor-element-c25c34e{--display:flex;}.elementor-15 .elementor-element.elementor-element-89bf40a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--border-radius:10px 10px 10px 10px;--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}.elementor-15 .elementor-element.elementor-element-89bf40a:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-89bf40a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-15 .elementor-element.elementor-element-861ad0a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}.elementor-15 .elementor-element.elementor-element-bcd9584{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-15 .elementor-element.elementor-element-6fca18a .title-after_title, .elementor-15 .elementor-element.elementor-element-6fca18a .title-subtitle, .elementor-15 .elementor-element.elementor-element-6fca18a .woodmart-title-container{max-width:420px;}.elementor-15 .elementor-element.elementor-element-6fca18a .title{font-size:44px;}.elementor-15 .elementor-element.elementor-element-2f09699{--display:flex;}.elementor-15 .elementor-element.elementor-element-9f1e637 > .elementor-widget-container{border-style:solid;border-width:1px 1px 1px 1px;border-color:#0000001C;border-radius:10px 10px 10px 10px;}.elementor-15 .elementor-element.elementor-element-9f1e637 .wd-info-box{padding:40px 40px 40px 40px;}.elementor-15 .elementor-element.elementor-element-9f1e637 .info-box-title{font-size:28px;}@media(max-width:1024px){.elementor-15 .elementor-element.elementor-element-89bf40a{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-15 .elementor-element.elementor-element-6fca18a .title{font-size:32px;}.elementor-15 .elementor-element.elementor-element-9f1e637 .wd-info-box{padding:30px 30px 30px 30px;}.elementor-15 .elementor-element.elementor-element-9f1e637 .info-box-title{font-size:22px;}}@media(max-width:768px){.elementor-15 .elementor-element.elementor-element-89bf40a{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-15 .elementor-element.elementor-element-861ad0a{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15 .elementor-element.elementor-element-6fca18a .title{font-size:20px;}.elementor-15 .elementor-element.elementor-element-9f1e637 .wd-info-box{padding:20px 20px 20px 20px;}.elementor-15 .elementor-element.elementor-element-9f1e637 .info-box-title{font-size:20px;}}/* Start custom CSS for html, class: .elementor-element-e5fcb97 */.zz-about {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(180deg, #ffffff, #fff7f0);
  padding: 80px 8%;
  color: #222;
}

/* HERO */
.zz-about-hero {
  text-align: center;
  margin-bottom: 40px;
  animation: fadeUp 1s ease;
}

.zz-about-hero h1 {
  font-size: 3rem;
  background: linear-gradient(90deg, #ff9f1c, #6c5ce7, #1e90ff);
  -webkit-background-clip: text;
  color: transparent;
}

.zz-about-hero p {
  font-size: 1.1rem;
  margin-top: 12px;
}

/* INTRO */
.zz-about-intro {
  max-width: 900px;
  margin: 0 auto 70px;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.8;
}

/* CARDS */
.zz-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.zz-card {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(14px);
  border-radius: 26px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  animation: fadeUp 1.2s ease;
}

.zz-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}

.zz-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  animation: float 3s ease-in-out infinite;
}

.zz-card h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.zz-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* STORY */
.zz-story {
  margin: 90px auto;
  max-width: 900px;
  text-align: center;
}

.zz-story h2 {
  font-size: 2.2rem;
  margin-bottom: 18px;
}

.zz-story p {
  font-size: 1rem;
  line-height: 1.8;
}

/* VALUES */
.zz-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 20px;
}

.zz-value {
  background: linear-gradient(135deg, #fff, #fdf3eb);
  border-radius: 20px;
  padding: 22px;
  text-align: center;
  font-weight: 500;
  transition: 0.3s;
}

.zz-value span {
  display: block;
  font-size: 1.4rem;
  color: #ff9f1c;
  margin-bottom: 8px;
}

.zz-value:hover {
  transform: scale(1.05);
}

/* ANIMATIONS */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .zz-about-hero h1 {
    font-size: 2.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-655064a *//* ===========================
   FOUNDER SECTION PREMIUM
=========================== */

.zz-founder {
  padding: 90px 8%;
  background: linear-gradient(135deg, #fff7f0, #f4f7ff, #ffffff);
  font-family: 'Poppins', sans-serif;
}

/* LAYOUT */
.zz-founder-inner {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* ================= IMAGE SIDE ================= */

.zz-founder-image-wrap {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
}

/* circular gradient ring */
.zz-founder-image {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(135deg, #ff9f1c, #6c5ce7, #1e90ff);
  box-shadow: 0 25px 70px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* inner image */
.zz-founder-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* badge */
.zz-founder-badge {
  position: absolute;
  bottom: -10px;
  background: linear-gradient(90deg, #ff9f1c, #ff7a18);
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* ================= TEXT SIDE ================= */

.zz-founder-text {
  flex: 1.2;
}

.zz-founder-text h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #ff9f1c, #6c5ce7, #1e90ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zz-founder-text p {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.75;
  margin-bottom: 14px;
}

.zz-founder-highlight {
  font-weight: 600;
  color: #ff7a18;
}

/* ================= ANIMATION ================= */

.zz-founder-image,
.zz-founder-text {
  animation: fadeUp 1s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media(max-width: 1024px){

  .zz-founder-inner {
    gap: 40px;
  }

  .zz-founder-text h2 {
    font-size: 2.2rem;
  }

  .zz-founder-image {
    width: 240px;
    height: 240px;
  }
}

/* Mobile */
@media(max-width: 768px){

  .zz-founder-inner {
    flex-direction: column;
    text-align: center;
  }

  .zz-founder-text {
    flex: unset;
  }

  .zz-founder-text h2 {
    font-size: 1.9rem;
  }

  .zz-founder-image {
    width: 200px;
    height: 200px;
  }

  .zz-founder-badge {
    bottom: -6px;
    font-size: 0.75rem;
  }
}

/* Small phones */
@media(max-width: 480px){

  .zz-founder-image {
    width: 180px;
    height: 180px;
  }

  .zz-founder-text h2 {
    font-size: 1.7rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd3952b */.zz-social-mini {
  padding: 80px 6%;
  background: linear-gradient(135deg,#fff7f0,#f3f7ff,#ffffff);
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.zz-social-mini-inner {
  max-width: 900px;
  margin: auto;
}

/* Heading */
.zz-social-mini h2 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 8px;
  background: linear-gradient(90deg,#ff9f1c,#6c5ce7,#1e90ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zz-social-mini p {
  color: #666;
  margin-bottom: 35px;
  font-size: 1rem;
}

/* ICON ROW */
.zz-social-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* ICON STYLE */
.zz-s-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.25s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* SVG SIZE */
.zz-s-icon svg {
  width: 24px;
  height: 24px;
}

/* BRAND COLORS */
.instagram { background: linear-gradient(135deg,#feda75,#d62976,#962fbf); }
.facebook { background: #1877f2; }
.youtube { background: #ff0000; }
.twitter { background: #111; }
.linkedin { background: #0a66c2; }

/* HOVER */
.zz-s-icon:hover {
  transform: translateY(-5px) scale(1.08);
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

/* MOBILE */
@media(max-width:768px){
  .zz-social-mini h2{
    font-size: 1.9rem;
  }

  .zz-s-icon{
    width: 50px;
    height: 50px;
  }

  .zz-s-icon svg{
    width: 20px;
    height: 20px;
  }
}/* End custom CSS */