.elementor-784 .elementor-element.elementor-element-fc0a115:not(.elementor-motion-effects-element-type-background), .elementor-784 .elementor-element.elementor-element-fc0a115 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-784 .elementor-element.elementor-element-fc0a115{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:90px;margin-bottom:0px;padding:60px 0px 60px 0px;}.elementor-784 .elementor-element.elementor-element-fc0a115 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-784 .elementor-element.elementor-element-f673acb{text-align:center;}.elementor-784 .elementor-element.elementor-element-f673acb .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:35px;font-weight:600;text-transform:capitalize;line-height:20px;color:var( --e-global-color-text );}.elementor-784 .elementor-element.elementor-element-048f219 > .elementor-container{max-width:1280px;}.elementor-784 .elementor-element.elementor-element-51da9e7:not(.elementor-motion-effects-element-type-background), .elementor-784 .elementor-element.elementor-element-51da9e7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0AB0EC2B;}.elementor-784 .elementor-element.elementor-element-51da9e7 > .elementor-container{max-width:1280px;}.elementor-784 .elementor-element.elementor-element-51da9e7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:60px;margin-bottom:0px;padding:30px 0px 30px 0px;}.elementor-784 .elementor-element.elementor-element-51da9e7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-7302535 */.visitor-profile{
    padding:100px 5%;
}

.section-title{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.section-title span{
    color:#0b5ed7;
    font-size:13px;
    letter-spacing:2px;
    font-weight:600;
}

.section-title h2{
      font-size: 32px;
    margin: 15px 0;
    color: #111827;
    font-family: 'Montserrat';
}

.section-title p{
    color:#6b7280;
    line-height:1.8;
}

.categories-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:20px;
}

.category-box{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:25px;
    display:flex;
    align-items:center;
    gap:15px;
    transition:.3s ease;
}

.category-box:hover{
    transform:translateY(-5px);
    border-color:#0b5ed7;
    box-shadow:0 15px 35px rgba(11,94,215,.08);
}

.category-box i{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:14px;
    background:#eef4ff;
    color:#0b5ed7;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.category-box h4{
    font-size:16px;
    font-weight:600;
    color:#111827;
    margin:0;
    line-height:1.5;
}

@media(max-width:768px){
    .section-title h2{
        font-size:34px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a4cd2a */.why-visit{
    padding:100px 5%;
    background:#f8fafc;
}

.container{
    max-width:1200px;
    margin:auto;
}

.section-header{
    text-align:center;
    margin-bottom:50px;
}

.section-header span{
    display:inline-block;
    color:#0057ff;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.section-header h2{
    font-size: 32px;
    margin: 15px 0;
    color: #111827;
    font-family: 'Montserrat';
}

.section-header p{
    max-width:700px;
    margin:auto;
    color:#6b7280;
    line-height:1.8;
}

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:20px;
}

.benefit-item{
    background:#fff;
    padding:22px 25px;
    border-radius:14px;
    border:1px solid #e5e7eb;
    font-size:16px;
    line-height:1.6;
    color:#111827;
    transition:.3s ease;
}

.benefit-item:hover{
    transform:translateY(-4px);
    border-color:#0057ff;
    box-shadow:0 10px 25px rgba(0,87,255,.08);
}

.visitor-description{
    margin-top:30px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:30px;
    text-align:center;
}

.visitor-description p{
    max-width:900px;
    margin:auto;
    color:#6b7280;
    line-height:1.8;
}

@media(max-width:768px){

    .section-header h2{
        font-size:34px;
    }

    .benefits-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */