.elementor-147 .elementor-element.elementor-element-d631d1a{--display:flex;}.elementor-147 .elementor-element.elementor-element-7224294{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-147 .elementor-element.elementor-element-624c31d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-147 .elementor-element.elementor-element-afcdd19{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-147 .elementor-element.elementor-element-b71d1d7 img{border-radius:7px 7px 7px 7px;}.elementor-147 .elementor-element.elementor-element-7e06ebc{--display:flex;--justify-content:flex-start;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-147 .elementor-element.elementor-element-2c769f2 .elementskit-section-title-wraper .elementskit-section-title{font-family:"Inter Tight", Sans-serif;font-weight:600;}.elementor-147 .elementor-element.elementor-element-2c769f2 .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-147 .elementor-element.elementor-element-2c769f2 .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}body.elementor-page-147:not(.elementor-motion-effects-element-type-background), body.elementor-page-147 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a56761f );}@media(min-width:768px){.elementor-147 .elementor-element.elementor-element-afcdd19{--width:50%;}.elementor-147 .elementor-element.elementor-element-7e06ebc{--width:50%;}}@media(max-width:767px){.elementor-147 .elementor-element.elementor-element-d631d1a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-147 .elementor-element.elementor-element-2c769f2 .elementskit-section-title-wraper .elementskit-section-title{color:#000000;font-size:21px;}.elementor-147 .elementor-element.elementor-element-2c769f2 .elementskit-section-title-wraper .elementskit-section-title > span{color:var( --e-global-color-a8080b4 );}}/* Start custom CSS for html, class: .elementor-element-7224294 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Poppins:wght@400;500;600;700&display=swap');

.ny-heading{
    width:100%;
    max-width:900px;
    margin:0 auto;
    padding:70px 15px 50px;
    text-align:center;
}

.review-title{
    margin:0;
    font-family:'Cormorant Garamond',serif;
    font-size:px;
    font-weight:700;
    line-height:1.15;
    color:#111;
}

.review-title span{
    color:#00853F;
}

.review-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-top:22px;
}

.review-divider span{
    width:90px;
    height:2px;
    background:linear-gradient(to right,transparent,#00853F,transparent);
}

.divider-icon{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#F4FBF6;
    border:2px solid #00853F;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    box-shadow:0 10px 25px rgba(0,133,63,.15);
}

/* Tablet */

@media(max-width:991px){

.ny-heading{
padding:60px 15px 45px;
}

.review-title{
font-size:46px;
}

}

/* Mobile */

@media(max-width:767px){

.ny-heading{
padding:10px 1px 10px;
}

.review-title{
font-size:34px;
line-height:1.2;
}

.review-divider{
margin-top:18px;
gap:12px;
}

.review-divider span{
width:45px;
}

.divider-icon{
width:38px;
height:38px;
font-size:16px;
}

}

/* Small Mobile */

@media(max-width:480px){

.ny-heading{
padding:10px 1px 10px;
}

.review-title{
font-size:28px;
}

.review-divider span{
width:30px;
}

.divider-icon{
width:34px;
height:34px;
font-size:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14dbf7e */.ny-whatsapp-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:16px 34px;
  background:linear-gradient(135deg,#0b7a3b,#25d366);
  color:#ffffff !important;
  text-decoration:none !important;
  font-size:17px;
  font-weight:700;
  line-height:1.2;
  border-radius:50px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(37,211,102,.35);
  transition:all .35s ease;
  border:2px solid rgba(255,255,255,.45);
}

.ny-whatsapp-btn span{
  position:relative;
  z-index:2;
}

.ny-wa-icon{
  width:30px;
  height:30px;
  border-radius:50%;
  background:#ffffff;
  color:#0b7a3b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  flex-shrink:0;
}

.ny-whatsapp-btn:before{
  content:"";
  position:absolute;
  top:0;
  left:-80px;
  width:55px;
  height:100%;
  background:rgba(255,255,255,.45);
  transform:skewX(-25deg);
  transition:.6s;
}

.ny-whatsapp-btn:hover:before{
  left:120%;
}

.ny-whatsapp-btn:hover{
  transform:translateY(-4px);
  background:linear-gradient(135deg,#086b34,#1ebe5d);
  box-shadow:0 16px 35px rgba(37,211,102,.5);
  color:#ffffff !important;
}

@media(max-width:600px){
  .ny-whatsapp-btn{
    width:100%;
    padding:15px 18px;
    font-size:16px;
  }
}/* End custom CSS */