.elementor-5615 .elementor-element.elementor-element-08eb0c0{--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-5615 .elementor-element.elementor-element-d6bc0e9{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5615 .elementor-element.elementor-element-c7b9689{--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-5615 .elementor-element.elementor-element-a97b11b{color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-a97b11b *//* Force white text on dark sections */

.aj-author-hero,
.aj-author-hero p,
.aj-author-hero h1,
.aj-author-hero h2,
.aj-author-hero h3,
.aj-author-hero h4,
.aj-author-hero h5,
.aj-author-hero h6,
.aj-author-hero li,
.aj-author-hero span,
.aj-author-hero a {
    color: #ffffff !important;
}

.aj-contact,
.aj-contact p,
.aj-contact h1,
.aj-contact h2,
.aj-contact h3,
.aj-contact h4,
.aj-contact h5,
.aj-contact h6,
.aj-contact li,
.aj-contact span,
.aj-contact a {
    color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS */.aj-container{
max-width:1200px;
margin:auto;
padding:0 30px;
}

.aj-author-hero{
background:linear-gradient(135deg,#0B72E7,#003366);
padding:100px 0;
color:#fff;
text-align:center;
}

.aj-author-hero h1{
font-size:54px;
font-weight:800;
margin-bottom:15px;
color:#fff;
}

.aj-author-hero h2{
font-size:28px;
font-weight:400;
margin-bottom:35px;
color:#d9ecff;
}

.hero-intro{
font-size:20px;
line-height:1.8;
max-width:900px;
margin:auto;
}

.aj-section{
padding:90px 0;
}

.aj-section h2{
font-size:42px;
color:#003366;
margin-bottom:25px;
}

.aj-section p,
.aj-section li{
font-size:19px;
line-height:1.9;
color:#333;
}

.aj-blue{
background:#f4f9ff;
}

.aj-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
margin-top:40px;
}

.aj-card{
background:#fff;
padding:30px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
font-size:18px;
font-weight:600;
transition:.3s;
}

.aj-card:hover{
transform:translateY(-5px);
}

.aj-card h3{
color:#0B72E7;
margin-bottom:10px;
}

.aj-contact{
background:#003366;
color:#fff;
text-align:center;
padding:100px 0;
}

.aj-contact h2{
color:#fff;
font-size:42px;
margin-bottom:25px;
}

.aj-contact p{
font-size:20px;
margin-bottom:10px;
}

.aj-btn{
display:inline-block;
margin-top:25px;
padding:16px 35px;
background:#0B72E7;
color:#fff;
font-weight:700;
border-radius:50px;
text-decoration:none;
transition:.3s;
}

.aj-btn:hover/* End custom CSS */