.footer p {
    font-size: 16px !important;
}

p {
    font-size: 16px;
    color: #595959;
    font-family: "Inter", Sans-serif !important;
}

body {
    font-family: "Inter", Sans-serif !important;
}
.elementor-heading-title {
    font-family: "Inter", Sans-serif !important;
}
.badge-danger {
    margin: 0px 0px 16px 0px;
    padding: 6px 10px 6px 10px;
    background-color: #EB6A5F;
    border-radius: 8px 8px 8px 8px;
    font-family: "Inter", Sans-serif !important;
}

.badge-danger a {
    color: #fff !important;
    font-family: "Inter", Sans-serif !important;
}

.badge-danger a:hover {
    color: #fff !important;
}

.container {
    max-width: 980px;
    display: block;
    justify-content: center;
    margin: 0 auto;
    padding: 0px 15px;
}

.headpage {
    text-align: center;
}

.headpage h1 {
    color: #333;
    font-weight: 600;
    font-family: "Inter", Sans-serif;
    font-size: 1.9rem;
}

.headpage p {}

.btn-primary {
    background-color: #0C7B93;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: None;
    line-height: 1em;
    letter-spacing: 0em;
    color: #ffffff;
    border-style: none;
}

.btn-linko {
    color: #eb6a5f;
    padding: 12px 18px;
    border: 2px solid;
    border-radius: 0.8rem;
    font-family: "Inter", Sans-serif;
}

a:hover {
    color: #0C7B93 !important;
}

.btn-linko i {
    padding: 3px 5px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: 1rem;
}

.bg-white {
    background-color: #ffffff !important;
}

.aboutdesc strong {
    color: #0C7B93;
}

.aboutdesc p {
    font-size: 32px !important;
    text-align: left !important;
}

.elementor-icon-list-text {
    color: #595959 !important;
    font-family: "Inter", Sans-serif !important;
}

.footer-title {
    color: #EB6A5F !important;
    font-family: "Inter", Sans-serif !important;
    font-size: 1.3rem !important;
    margin-bottom: 0.8rem !important;

}

.elementor-widget-container p {
    font-size: 1.2rem;
    /* font-weight: 600; */
}

.btn-primary:hover {
    background-color: #12a0bf;
    color: #ffffff;
}

.your-claims {
    color: #EB6A5F !important;
    font-style: italic !important;
    font-size: 3.5rem !important;
    font-weight: 500 !important;
}

.ui-e--highlighted-text {
    margin: 0;
    line-height: 1;
}

.logobannerhome {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 135px !important;
    max-width: 100%;
}

.elementor-widget-uicore-advanced-post-grid .ui-e-item article {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: var(--ui-e-border-radius);
    padding: 15px;
    background-color: #2D2D2D;
    border-radius: 14px !important;
}

.servicebox {
    position: absolute;
    padding: 10rem 2rem 2rem;
    bottom: 0;
    height: 100%;
}
.servicebox h2{
    font-family: "Inter", Sans-serif;
}
.servicebox p {
    color: #f5f5f5;
    font-size: 1.3rem !important;
    text-align: left !important;
    font-weight: 500;
}

.faq-container {
    background-color: #2d3748;
    /* dark gray */
    color: white;
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    max-width: 600px;
    margin: auto;
    font-family: sans-serif;
    margin-top: 3rem;
}

.faq-item {
    border-bottom: 1px solid #4a5568;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    cursor: pointer;
}

.faq-toggle {
    background-color: #e53e3e;
    color: white;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-content {
    display: none;
    padding: 0 0 16px 0;
    color: #cbd5e0;
    font-size: 14px;
}

.faq-content p {
    color: #cbd5e0 !important;
    font-size: 16px !important;

}
.ui-e-post-img-wrapp .servicebox:hover{
    background-color: #424242;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.faq-content img{
    width: 100%;
}

.faq-item.active .faq-content {
    display: block;
}

.badge-info {
    margin-right: 10px !important;
    background-color: #d5deea !important;
    border: 1px solid #eb6a5f !important;
    color: #333 !important;
    font-family: "Inter", Sans-serif !important;
}

.badge-info a {
    color: #333 !important;
    font-family: "Inter", Sans-serif !important;
}

.title-service {
    color: #0c7b93;
    font-size: 2.5rem;
    margin: 1rem 0rem;
    padding: 0px;
    font-weight: 600;
    font-family: "Inter", Sans-serif;
}

.contact-section {
    padding: 40px 20px;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #e6effa; */
    padding: 10px;
    border-radius: 10px;
}

.contact-info {
    flex: 1;
    min-width: 280px;
    margin-right: 40px;
    font-family: "Inter", Sans-serif;
    color: #595959;
}

.contact-button {
    background-color: #f35b51;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.addresscp {
    display: flex !important;
}

.contact-info h1 {
    font-size: 60px;
    color: #007298;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.contact-info p a {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #595959;
}

.contact-details p {
    margin: 8px 0;
}

.contact-form {
    background-color: #eff1f4;
    padding: 25px;
    border-radius: 12px;
    flex: 1;
    min-width: 280px;
    margin: 10px 50px;
}

.contact-form p {
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #D3E0F1;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #D3E0F1;
    font-family: "Inter", Sans-serif !important;
    color: #595959;
}

.contact-form button {
    background-color: #f35b51 !important;
    color: white !important;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}

.map-section {
    margin-top: 50px;
    text-align: center;
}

.map-section h2 {
    margin-bottom: 20px;
    color: #333;
    font-family: "Inter", Sans-serif !important;
    font-size: 1.2rem;
    font-weight: 500;
}

.map-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #eff1f4;
    padding: 20px;
}

.uicore-navbar.uicore-transparent:not(.uicore-scrolled) .uicore-header-wrapper {
    box-shadow: 0 0 0 1px transparent;
    /* background-color: #d3e0f1; */
}

.uicore-ham .bar,
#mini-nav .uicore-ham .bar {
    background-color: #595959 !important;
}

.uicore-menu .ui-menu-item-wrapper,
.ui-flip-anim-wrapp {
    font-size: 16px !important;
}

.uicore-menu .ui-menu-item-wrapper {
    position: relative;
    color: #595959;
    font-family: "Inter", Sans-serif !important;
}

.menu-item .uicore-visible a {
    color: #595959 !important;
}

.uicore-navigation-wrapper span.bar {
    background: #595959 !important;
}
.uicore-navbar .uicore-branding a .uicore-logo {
    position: absolute;
    top: -11px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .2s cubic-bezier(.68, .01, .58, .75);
    height: inherit;
    max-width: unset;
    width: auto;
    min-height: 55px;
}
@media screen and (max-width: 720px) {
    .uicore-navbar .uicore-branding a .uicore-logo {
        top: 0px;
        min-height: 28px;
    }
    .servicebox{
        padding: 2rem;
    }
    .elementor-546 .elementor-element.elementor-element-d8381c9:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
    .elementor-546 .elementor-element.elementor-element-d8381c9>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        /* background-color: var(--e-global-color-uicore_light); */
        background-image: url(../foot-mobile.png) !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .elementor-546 .elementor-element.elementor-element-f1756b1>.elementor-widget-container {
        padding: 45px 23px 40px 22px;
        /* font-size: 1.5rem; */
        text-align: left;
    }
    .elementor-546 .elementor-element.elementor-element-f1756b1>.elementor-widget-container p {
        color: #fff !important;
        font-size: 1.2rem;
    }
    .elementor-546 .elementor-element.elementor-element-728b4f3 ,.elementor-widget-container{
        text-align: left !important;
    }
    .servicebox p {
        color: #ffffff;
        font-size: 1rem !important;
    }
    .title-service {
        color: #0c7b93;
        font-size: 2rem;
        text-align: center;
    }
    .elementor-widget-container p ,.elementor-footer{
        font-size: 1rem;
        text-align: center;
    }

    .elementor-546 .elementor-element.elementor-element-468e017 img {
        width: 80px !important;
    }

    .contact-form {
        margin: 4rem 0px 10px;
    }
    .leffer p{
        text-align: left !important;
    }
    .map-container {
        width: 95%;
    }

    .elementor-widget.elementor-list-item-link-full_width a {
        width: 100%;
        text-align: left;
        justify-content: left;
    }
    .footer-contact h3,.footer-title,.footer p{
        text-align: left;
    }
    .elementor-546 .elementor-element.elementor-element-8d39ca5>.elementor-element-populated {
        margin: 0px 0px -60px 0px !important;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }
    .elementor-icon-list-text {
        color: #595959 !important;
        font-family: "Inter", Sans-serif !important;
        text-align: center;
        margin-top: 2rem;
        font-weight: 500;
    }
    .aboutdesc p {
        font-size: 18px !important;
    }
    .elementor-546 .elementor-element.elementor-element-411e3e1 {
        padding: 25px 0px 0px 0px;
        margin-top: 2rem;
    }
    .elementor-13 .elementor-element.elementor-element-b62948d img {
        width: 90%;
        margin-bottom: 4rem;
    }
    .elementor-13 .elementor-element.elementor-element-b69a270 .ui-e-highlight-icon, .elementor-13 .elementor-element.elementor-element-b69a270 .ui-e-headline-text {
        font-size: 2rem;
    }
    .your-claims {
        font-size: 2.5rem !important;
    }
    .logobannerhome {
        height: 100px !important;
    }
    .elementor-widget-uicore-advanced-post-grid .ui-e-item article{
        padding: 10px !important;
    }
    .contact-info h1 {
        font-size: 23px;
        margin-bottom: 10px;
        text-align: center;
    }
    .contact-info{
        margin-right: 0;
    }
}
