.elementor-11 .elementor-element.elementor-element-509a0e8{--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-11 .elementor-element.elementor-element-509a0e8:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-509a0e8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7EAE4;}/* Start custom CSS for container, class: .elementor-element-509a0e8 */.about-section{
  display:grid;
  grid-template-columns:42% 58%;
  gap:70px;
  align-items:center;
  padding: 30px 0 50px;
  position:relative;
}

.about-label{
  display:block;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:4px;
  color:#b8863b;
  font-weight:600;
  margin-bottom:18px;
}

.about-line{
  width:70px;
  height:1px;
  background:#b8863b;
  margin:18px 0 30px;
}

.about-content h2{
  font-family:Georgia, serif;
  font-size:72px;
  line-height:1.05;
  font-weight:400;
  color:#102d28;
  margin:0;
  max-width:560px;
}

.about-content p{
  font-size:17px;
  line-height:1.85;
  color:#333;
  max-width:540px;
  margin-bottom:22px;
}

.about-signature{
  font-family:cursive;
  color:#b8863b !important;
  font-size:26px !important;
  margin-top:28px;
}

.about-actions{
  display:flex;
  align-items:center;
  gap:34px;
  margin-top:32px;
}

.about-btn{
  display:flex;
  align-items:center;
  gap:24px;
  padding:16px 26px;
  background:#102d28;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:13px;
  transition:.35s ease;
}

.about-btn span{
  color:#d2a45b;
  font-size:18px;
}

.about-btn:hover{
  transform:translateY(-4px);
  background:#0b211d;
}

.about-video{
  display:flex;
  align-items:center;
  gap:12px;
  color:#102d28;
  text-decoration:none;
  text-transform:uppercase;
  font-size:13px;
  border-bottom:1px solid #b8863b;
  padding-bottom:8px;
  transition:.3s ease;
}

.play-icon{
  width:28px;
  height:28px;
  border:1px solid #102d28;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
}

.about-video:hover{
  color:#b8863b;
  transform:translateX(4px);
}

.about-photo-wrap{
  position:relative;
  min-height:680px;
}

.paper-bg{
  position:absolute;
  right:40px;
  top:120px;
  width:360px;
  height:430px;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(184,134,59,.08) 0,
      rgba(184,134,59,.08) 1px,
      transparent 1px,
      transparent 32px
    ),
    #f8f4ec;
  transform:rotate(4deg);
  opacity:.9;
  box-shadow:0 20px 50px rgba(0,0,0,.06);
}

.polaroid-main{
  position:absolute;
  right:110px;
  top:40px;
  width:520px;
  background:#fff;
  padding:20px 20px 48px;
  transform:rotate(-3deg);
  box-shadow:0 28px 70px rgba(0,0,0,.14);
  transition:.45s ease;
  z-index:2;
}

.polaroid-main:hover{
  transform:rotate(0deg) translateY(-8px);
}

.polaroid-main img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
}

.polaroid-main p{
  font-family:cursive;
  color:#7c5a2d;
  font-size:20px;
  margin:22px 0 0;
  text-align:center;
}

.tape{
  position:absolute;
  top:-26px;
  left:50%;
  transform:translateX(-50%);
  width:150px;
  height:48px;
  background:rgba(198,150,88,.32);
  backdrop-filter:blur(3px);
  z-index:3;
}

.stamp{
  position:absolute;
  top:70px;
  right:0;
  width:135px;
  height:135px;
  border:1px solid #b8863b;
  border-radius:50%;
  color:#b8863b;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:11px;
  line-height:2;
  letter-spacing:3px;
  text-transform:uppercase;
  animation:rotateStamp 18s linear infinite;
  z-index:4;
}

.flower-line{
  position:absolute;
  right:60px;
  bottom:130px;
  width:1px;
  height:220px;
  background:#b8863b;
  opacity:.45;
  transform:rotate(12deg);
}

.flower-line::before,
.flower-line::after{
  content:"";
  position:absolute;
  width:45px;
  height:1px;
  background:#b8863b;
  left:-6px;
  opacity:.7;
}

.flower-line::before{
  top:50px;
  transform:rotate(-35deg);
}

.flower-line::after{
  top:100px;
  transform:rotate(35deg);
}

.about-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  padding:35px 0;
  border-top:1px solid rgba(184,134,59,.22);
  border-bottom:1px solid rgba(184,134,59,.22);
}

.stat-item{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  border-right:1px solid rgba(184,134,59,.22);
}

.stat-item:last-child{
  border-right:none;
}

.stat-icon{
  font-size:38px;
  color:#b8863b;
}

.stat-item h3{
  font-family:Georgia, serif;
  font-size:38px;
  color:#102d28;
  margin:0;
}

.stat-item p{
  font-size:12px;
  letter-spacing:1px;
  text-transform:uppercase;
  margin:2px 0 0;
  color:#222;
}

.about-quote{
  text-align:center;
  padding:35px 0 70px;
}

.about-quote p{
  font-family:Georgia, serif;
  font-size:28px;
  font-style:italic;
  color:#102d28;
}

@keyframes rotateStamp{
  from{ transform:rotate(0deg); }
  to{ transform:rotate(360deg); }
}

@media(max-width:1100px){
  .about-section{
    grid-template-columns:1fr;
  }

  .about-photo-wrap{
    min-height:680px;
  }

  .polaroid-main{
    position:relative;
    right:auto;
    top:auto;
    margin:auto;
  }

  .paper-bg,
  .stamp,
  .flower-line{
    display:none;
  }
}

@media(max-width:768px){
  .about-content h2{
    font-size:46px;
  }

  .about-actions{
    flex-direction:column;
    align-items:flex-start;
  }

  .polaroid-main{
    width:90%;
  }

  .polaroid-main img{
    height:420px;
  }

  .about-stats{
    grid-template-columns:1fr 1fr;
  }

  .stat-item{
    border-right:none;
  }
}

@media(max-width:500px){
  .about-stats{
    grid-template-columns:1fr;
  }

  .polaroid-main img{
    height:340px;
  }
}/* End custom CSS */