.elementor-4567 .elementor-element.elementor-element-219d55a{--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-4567 .elementor-element.elementor-element-32ae2d1{--display:flex;}.elementor-4567 .elementor-element.elementor-element-c1a2a49{--display:flex;--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-4567 .elementor-element.elementor-element-05344b6 > .elementor-widget-container{margin:-93px 0px 0px 0px;}.elementor-4567 .elementor-element.elementor-element-7bb12a4 > .elementor-widget-container{margin:-93px 0px 0px 0px;}.elementor-4567 .elementor-element.elementor-element-22e25a6 > .elementor-widget-container{margin:-93px 0px 0px 0px;}.elementor-4567 .elementor-element.elementor-element-55da55a > .elementor-widget-container{margin:-93px 0px 0px 0px;}.elementor-4567 .elementor-element.elementor-element-abe69c6 > .elementor-widget-container{margin:-93px 0px 0px 0px;}.elementor-4567 .elementor-element.elementor-element-e2ad2f7{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--position:fixed;top:670px;}body:not(.rtl) .elementor-4567 .elementor-element.elementor-element-e2ad2f7{left:0px;}body.rtl .elementor-4567 .elementor-element.elementor-element-e2ad2f7{right:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-4567 .elementor-element.elementor-element-e2ad2f7{top:618px;}}@media(max-width:767px){body:not(.rtl) .elementor-4567 .elementor-element.elementor-element-e2ad2f7{left:0px;}body.rtl .elementor-4567 .elementor-element.elementor-element-e2ad2f7{right:0px;}.elementor-4567 .elementor-element.elementor-element-e2ad2f7{top:610px;}}/* Start custom CSS for html, class: .elementor-element-ec74d21 *//* Container */
.article-card {
    max-width: 920px;
    margin: 30px auto;
    background: #fff;
    border-radius: 24px;
    padding: 12px;
}

/* Hero Section */
.hero-banner {
    position: relative;
    height: 500px;
    overflow: hidden;
    border-radius: 24px;
}

.hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Dark Overlay */
.hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

/* Overlay Content */
.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 70%;
    color: #fff;
}

.hero-overlay h1 {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 24px;
}

/* Button */
.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s ease;
}

.hero-btn:hover {
    background: #fff;
    color: #111;
}

/* Content */
.article-content {
    padding: 40px 24px 10px;
}

.article-content p {
    font-size: 18px;
    line-height: 2;
    color: #23304d;
    margin-bottom: 28px;
}

.article-content a {
    color: #d38b18;
    text-decoration: none;
    font-weight: 500;
}

.article-content a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {

    .hero-banner {
        height: 350px;
    }

    .hero-overlay {
        width: 90%;
    }

    .hero-overlay h1 {
        font-size: 2rem;
    }

    .article-content p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05c6ea1 */.content-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 32px;
}

.content-block {
    margin-bottom: 40px;
}

.content-block h2 {
    font-size: 18px;
    font-weight: 800;
    color: #071b3d;
    line-height: 1.3;
    margin-bottom: 16px;
}

.content-block p {
    font-size: 16px;
    line-height: 2;
    color: #24324b;
    margin-bottom: 24px;
}

.content-block a {
    color: #d89a2b;
    text-decoration: none;
}

.content-block a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .content-section {
        padding: 20px;
    }

    .content-block h2 {
        font-size: 16px;
    }

    .content-block p {
        font-size: 15px;
        line-height: 1.8;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05344b6 */.content-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 32px;
}

.content-block {
    margin-bottom: 40px;
}

.content-block h2 {
    font-size: 18px;
    font-weight: 800;
    color: #071b3d;
    line-height: 1.3;
    margin-bottom: 16px;
}

.content-block p {
    font-size: 16px;
    line-height: 2;
    color: #24324b;
    margin-bottom: 24px;
}

.content-block a {
    color: #d89a2b;
    text-decoration: none;
}

.content-block a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .content-section {
        padding: 20px;
    }

    .content-block h2 {
        font-size: 16px;
    }

    .content-block p {
        font-size: 15px;
        line-height: 1.8;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bb12a4 */.content-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 32px;
}

.content-block {
    margin-bottom: 40px;
}

.content-block h2 {
    font-size: 18px;
    font-weight: 800;
    color: #071b3d;
    line-height: 1.3;
    margin-bottom: 16px;
}

.content-block p {
    font-size: 16px;
    line-height: 2;
    color: #24324b;
    margin-bottom: 24px;
}

.content-block a {
    color: #d89a2b;
    text-decoration: none;
}

.content-block a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .content-section {
        padding: 20px;
    }

    .content-block h2 {
        font-size: 16px;
    }

    .content-block p {
        font-size: 15px;
        line-height: 1.8;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22e25a6 */.content-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 32px;
}

.content-block {
    margin-bottom: 40px;
}

.content-block h2 {
    font-size: 18px;
    font-weight: 800;
    color: #071b3d;
    line-height: 1.3;
    margin-bottom: 16px;
}

.content-block p {
    font-size: 16px;
    line-height: 2;
    color: #24324b;
    margin-bottom: 24px;
}

.content-block a {
    color: #d89a2b;
    text-decoration: none;
}

.content-block a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .content-section {
        padding: 20px;
    }

    .content-block h2 {
        font-size: 16px;
    }

    .content-block p {
        font-size: 15px;
        line-height: 1.8;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55da55a */.content-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 32px;
}

.content-block {
    margin-bottom: 40px;
}

.content-block h2 {
    font-size: 18px;
    font-weight: 800;
    color: #071b3d;
    line-height: 1.3;
    margin-bottom: 16px;
}

.content-block p {
    font-size: 16px;
    line-height: 2;
    color: #24324b;
    margin-bottom: 24px;
}

.content-block a {
    color: #d89a2b;
    text-decoration: none;
}

.content-block a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .content-section {
        padding: 20px;
    }

    .content-block h2 {
        font-size: 16px;
    }

    .content-block p {
        font-size: 15px;
        line-height: 1.8;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abe69c6 */.content-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 32px;
}

.content-block {
    margin-bottom: 40px;
}

.content-block h2 {
    font-size: 18px;
    font-weight: 800;
    color: #071b3d;
    line-height: 1.3;
    margin-bottom: 16px;
}

.content-block p {
    font-size: 16px;
    line-height: 2;
    color: #24324b;
    margin-bottom: 24px;
}

.content-block a {
    color: #d89a2b;
    text-decoration: none;
}

.content-block a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .content-section {
        padding: 20px;
    }

    .content-block h2 {
        font-size: 16px;
    }

    .content-block p {
        font-size: 15px;
        line-height: 1.8;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0755411 */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.consultation-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#d9d9d9;
    padding:8px;
    border-radius:60px;
}

/* WhatsApp */

.whatsapp-icon{
    width:46px;
    height:46px;
    background:#ffffff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.whatsapp-icon i{
    color:#65c466;
    font-size:24px;
}

/* Center Text */

.consultation-text{
    background:#ffffff;
    color:#0f172a;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    padding:14px 28px;
    border-radius:40px;
    white-space:nowrap;
    transition:.3s;
}

.consultation-text:hover{
    transform:translateY(-2px);
}

/* Phone */

.phone-icon{
    width:46px;
    height:46px;
    background:#ffffff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.phone-icon i{
    color:#0f172a;
    font-size:18px;
}

/* Mobile */

@media(max-width:767px){

    .consultation-text{
        font-size:14px;
        padding:12px 20px;
    }

    .whatsapp-icon,
    .phone-icon{
        width:42px;
        height:42px;
    }
}/* End custom CSS */