.elementor-702 .elementor-element.elementor-element-ea2d2d0:not(.elementor-motion-effects-element-type-background), .elementor-702 .elementor-element.elementor-element-ea2d2d0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-702 .elementor-element.elementor-element-ea2d2d0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:90px;margin-bottom:0px;padding:70px 0px 70px 0px;}.elementor-702 .elementor-element.elementor-element-ea2d2d0 > .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-702 .elementor-element.elementor-element-d09fd3a{text-align:center;}.elementor-702 .elementor-element.elementor-element-d09fd3a .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:34px;font-weight:600;text-transform:capitalize;line-height:46px;color:#FFFFFF;}.elementor-702 .elementor-element.elementor-element-2759732:not(.elementor-motion-effects-element-type-background), .elementor-702 .elementor-element.elementor-element-2759732 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E9E9E9;}.elementor-702 .elementor-element.elementor-element-2759732{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-702 .elementor-element.elementor-element-2759732 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}: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 );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-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 );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}/* Start custom CSS for html, class: .elementor-element-19ff94e */.why-visit-list{
    padding:90px 0;
   
}

.container{
    max-width:1100px;
    margin:auto;
    padding:0 20px;
}

.section-head{
    text-align:center;
    max-width:800px;
    margin:0 auto 50px;
}

.section-head span {
    color: #0284c7;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 55px;
    font-family: 'Montserrat';
}

.section-head h2 {
    font-size: 27px;
    font-weight: 600;
    margin: 10px 0;
    color: #0f172a;
}

.section-head p{
    color:#000;
    font-size:17px;
    line-height:1.6;
}

.visit-list{
    list-style:none;
    padding:0;
    margin:0;
}

.visit-list li{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:20px 18px;
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:14px;
    margin-bottom:15px;
    transition:all .3s ease;
}

.visit-list li:hover{
    transform:translateX(6px);
    border-color:#38bdf8;
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.visit-list i{
    font-size:22px;
    color:#0284c7;
    min-width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(2,132,199,0.08);
    border-radius:10px;
}

.visit-list h4{
    font-size:18px;
    font-weight:700;
    margin-bottom:5px;
    color:#0f172a;
}

.visit-list p{
    font-size:15px;
    color:#64748b;
    line-height:1.5;
    margin:0;
}

/* Responsive */
@media(max-width:768px){
    .section-head h2{
        font-size:30px;
    }

    .visit-list li{
        flex-direction:column;
        gap:10px;
    }
}/* End custom CSS */