.elementor-1660 .elementor-element.elementor-element-5f2f416{--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;--margin-top:128px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1660 .elementor-element.elementor-element-8b9e478{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1660 .elementor-element.elementor-element-c2a3e89{margin:24px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-1660:not(.elementor-motion-effects-element-type-background), body.elementor-page-1660 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF9F5;}/* Start custom CSS for html, class: .elementor-element-8bb4ad2 *//* REMOVE GAP */
body, html{
margin:0;
padding:0;
overflow-x:hidden;
}

/* FULL WIDTH SECTION */

.page-title-section{
width:100vw;
margin-left:calc(-50vw + 50%);
background:#FFC107;
padding:15px; /* reduced */
box-sizing:border-box;
}

/* INNER BOX (REDUCED SIZE ~40%) */

.page-title-box{
background:#800000;
border-radius:20px;
padding:50px 40px; /* reduced from 90px */
color:#ffffff;
position:relative;
}

/* YELLOW BOTTOM LINE */

.page-title-box::after{
content:"";
position:absolute;
left:0;
bottom:0;
width:100%;
height:5px;
background:#FFC107;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
}

/* TITLE */

.page-title-box h1{
font-size:40px; /* reduced */
font-weight:700;
margin-bottom:10px;
}

/* BREADCRUMB */

.breadcrumb{
font-size:16px;
color:#ffffff;
}

.breadcrumb a{
color:#ffffff;
text-decoration:none;
}

/* MOBILE */

@media (max-width:768px){

.page-title-box{
padding:40px 20px;
}

.page-title-box h1{
font-size:28px;
}

.breadcrumb{
font-size:14px;
}

}/* End custom CSS */