.elementor-2866 .elementor-element.elementor-element-fea072a{--display:flex;--min-height:500px;--overlay-opacity:0.5;}.elementor-2866 .elementor-element.elementor-element-fea072a::before, .elementor-2866 .elementor-element.elementor-element-fea072a > .elementor-background-video-container::before, .elementor-2866 .elementor-element.elementor-element-fea072a > .e-con-inner > .elementor-background-video-container::before, .elementor-2866 .elementor-element.elementor-element-fea072a > .elementor-background-slideshow::before, .elementor-2866 .elementor-element.elementor-element-fea072a > .e-con-inner > .elementor-background-slideshow::before, .elementor-2866 .elementor-element.elementor-element-fea072a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#080808;--background-overlay:'';}.elementor-2866 .elementor-element.elementor-element-6e0801b{--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-2866 .elementor-element.elementor-element-da94aca{margin:100px 100px calc(var(--kit-widget-spacing, 0px) + 100px) 100px;text-align:start;}.elementor-2866 .elementor-element.elementor-element-da94aca .elementor-heading-title{line-height:100px;color:#FFFFFF;}.elementor-2866 .elementor-element.elementor-element-4eddb64{--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-2866 .elementor-element.elementor-element-5a29833{--display:flex;}.elementor-2866 .elementor-element.elementor-element-0d51b0b{--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-2866 .elementor-element.elementor-element-4a34bda{--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-2866 .elementor-element.elementor-element-4324c45{--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;}/* Start custom CSS for heading, class: .elementor-element-da94aca */.elementor-2866 .elementor-element.elementor-element-da94aca .elementor-heading-title {
    line-height: 100px!important;
    color: #FFFFFF!important;
    font-family: "haboro", sans-serif!important;
    font-size: clamp(2rem, 5vw, 3.8rem)!important;
    font-weight: 400 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36565b7 */.container{
  max-width:1100px;
  margin:auto;
  padding:0 20px;
}

/* SECTION SPACING */
section{
  padding:80px 0;
}

/* HEADINGS */
h1,h2{
  font-family:'Playfair Display', serif;
  color:#2b2b2b;
  margin-bottom:20px;
}

h1{
  font-size:42px;
  font-weight:400;
}

h2{
  font-size:32px;
  font-weight:500;
}

/* INTRO SECTION */
.intro{
  background:#f3f3f3;
}

/* LIST */
ul{
  margin-top:15px;
  padding-left:20px;
}

li{
  margin-bottom:10px;
}

/* TEST CARDS */
.test-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(300px,1fr));
  gap:30px;
  margin-top:40px;
}

.test-card{
  background:white;
  padding:30px;
  border-radius:10px;
  box-shadow:0 5px 18px rgba(0,0,0,0.05);
  transition:.3s;
}

.test-card:hover{
  transform:translateY(-5px);
}

.test-card h3{
  font-family:'Playfair Display', serif;
  margin-bottom:15px;
  color:#222;
}

/* SAFE SECTION */
.safe{
  background:#f3f3f3;
  text-align:center;
}

.safe p{
  max-width:800px;
  margin:auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93f5122 *//* SECTION BACKGROUND */
.faq-section{
    
    padding:80px 20px;
}

/* CONTAINER */
.faq-container{
    max-width:1100px;
    margin:auto;
}

/* HEADING */
.faq-container h2{
    font-family: Georgia, "Times New Roman", serif;
    font-size:42px;
    font-weight:400;
    color:#2b2b2b;
    margin-bottom:35px;
}

/* ACCORDION ITEM */
.faq-container details{
    background:#d6cec0;   /* beige tone like screenshot */
    border-radius:14px;
    margin-bottom:18px;
    overflow:hidden;
}

/* SUMMARY (QUESTION BAR) */
.faq-container summary{
    padding:18px 25px 18px 50px;
    font-size:16px;
    cursor:pointer;
    list-style:none;
    position:relative;
        color: #333 !important;
    font-weight: 400;
}

/* REMOVE DEFAULT ARROW */
.faq-container summary::-webkit-details-marker{
    display:none;
}

/* LEFT TRIANGLE ICON */
.faq-container summary::before{
    content:"▶";
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:12px;
    transition:.3s;
}

/* ROTATE WHEN OPEN */
.faq-container details[open] summary::before{
    transform:translateY(-50%) rotate(90deg);
}

/* ANSWER CONTENT */
.faq-content{
    background:white;
    padding:20px 25px;
    border-top:1px solid rgba(0,0,0,0.05);
    line-height:1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c78acb *//* SECTION */
.split-section{
    display:flex;
    height:420px;
}

/* IMAGE CARDS */
.split-card{
    flex:1;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    overflow:hidden;
}

/* BACKGROUND IMAGES */
.left{
    background:url('/wp-content/uploads/2026/02/1521906-scaled.webp') center/cover no-repeat;
}

.right{
    background:url('/wp-content/uploads/2026/02/1521907-scaled.webp') center/cover no-repeat;
}

/* DARK OVERLAY */
.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
}

/* CONTENT */
.content{
    position:relative;
    color:white;
}

/* HEADING */
.content h2{
    font-family: Georgia, "Times New Roman", serif;
    font-size:42px;
    font-weight:400;
        color: #fff;
    margin-bottom:25px;
}

/* BUTTON */
.split-btn{
    display:inline-block;
   padding: 9px 46px;
    border:1.5px solid white;
    border-radius:40px;
    text-decoration:none;
    color:white;
    letter-spacing:2px;
    font-size:12px;
    font-weight:600;
    transition:.3s;
}

/* BUTTON HOVER */
.split-btn:hover{
    background:white;
    color:black;
}

.split-divider{
    width:4px;
    background:white;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-395dde7 *//* SECTION BACKGROUND */
.reviews-section{
    background:#cfc6b6; /* beige tone */
    padding:90px 20px;
    text-align:center;
}

/* CONTAINER */
.reviews-container{
    max-width:900px;
    margin:auto;
}

/* HEADING */
.reviews-container h2{
    font-family: Georgia, "Times New Roman", serif;
    font-size:52px;
    font-weight:400;
    color:#3a3a3a;
    margin-bottom:35px;
}

/* META INFO ROW */
.reviews-meta{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    color:#4b4b4b;
    font-size:16px;
    margin-bottom:40px;
}

/* SMALL LINE DIVIDER */
.divider{
    width:20px;
}

/* STARS */
.stars{
    color:#4b2e22; /* dark brown */
    font-size:24px;
    letter-spacing:5px;
}

/* BUTTON */
.reviews-btn{
    display:inline-block;
    padding:8px 36px;
    border:1.5px solid white;
    border-radius:40px;
    text-decoration:none;
    color:white;
    letter-spacing:2px;
    font-size:12px;
    font-weight:600;
    transition:.3s;
}

/* HOVER */
.reviews-btn:hover{
    background:white;
    color:#333;
}

.elementor-element.elementor-element-4a34bda.e-con-full.e-flex.rt-default-class.e-con.e-parent.e-lazyloaded {
    padding: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6a9a7d *//* HERO SECTION */
.cta-hero{
    position:relative;
    height:420px;
    background:url('/wp-content/uploads/2026/02/1521905-2-scaled.webp') center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

/* DARK OVERLAY */
.cta-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
}

/* CONTENT */
.cta-content{
    position:relative;
    color:white;
}

/* HEADING */
.cta-content h2{
    font-family: Georgia, "Times New Roman", serif;
    font-size:48px;
    color: #fff;
    font-weight:400;
    margin-bottom:25px;
}

/* BUTTON */
.cta-btn{
    display:inline-block;
    padding: 10px 50px;
    border:1.5px solid white;
    border-radius:40px;
    color:white;
    text-decoration:none;
    letter-spacing:2px;
    font-size:13px;
    font-weight:600;
    transition:.3s;
}

/* HOVER */
.cta-btn:hover{
    background:white;
    color:black;
}

.elementor-element.elementor-element-4324c45.e-con-full.e-flex.rt-default-class.e-con.e-parent.e-lazyloaded

 {
    padding: 0;
}/* End custom CSS */