.header-top {
    background: #adb9c3;
}

    .header-top a.nav-link {
        color: #fff;
        transition: all .5s;
        padding: 8px 12px;
        display: flex;
        align-items: center;
    }

.custom_sec1 .heading_custom {
    top: 0% !important;
    position: relative !important;
    margin: 29px 0 36px !important;
    text-align: right;
    height: auto !important;
    right: 0px !important;
}

.contact_sec_home {
    padding: 20px 0 15px;
}

    .header-top a.nav-link:first-child, .contact_sec_home p a {
        color: #173ad5;
        font-weight: 700;
        display: flex;
        align-items: center;
    }

    .contact_sec_home p a {
        display: inline-block;
        font-size: 17px;
        line-height: normal;
        margin-left: 10px;
    }

.header-top a.nav-link:first-child svg {
    margin-right: 10px;
}

    .header-top a.nav-link:first-child svg path {
        fill: #173ad5;
    }

.section-header h2 svg path {
    fill: #29a71a;
}

.contact_sec_home p a svg {
    margin-left: 10px;
    margin: -17px 0 0 10px;
    width: 35px;
    height: 35px;
}

.previw_imgbox {
    width: 299px;
    min-height: 185px;
    padding: 2px;
    margin: 15px 0 5px;
    border-radius: 7px;
    border: solid 1px #a7a5a5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .previw_imgbox img {
        border-radius: 5px;
        object-fit: cover;
        width: auto;
    }

.result_label {
    width: 100%;
    min-height: 185px;
    padding: 2px;
    margin: 15px 0 5px;
    border-radius: 7px;
    border: solid 1px #a7a5a5;
    display: flex;
}

.contact_sec_home p {
    display: flex;
    align-items: center;
    margin: 0;
}

.header-top a.nav-link:first-child svg .animate, .section-header h2 a svg .animate {
    -webkit-animation: mymove1 1s linear infinite;
    animation: mymove1 .1s linear infinite;
}




@keyframes mymove1 {
    0% {
        transform: rotate(0);
    }

    40% {
        transform: rotate(6deg) translate(0px, -2px);
    }

    70% {
        transform: rotate(-6deg) translate(0px, 2px);
    }

    100% {
        transform: translate(0, 4px);
    }
}

.footer-info p.focont_se {
    font-weight: 700;
}

ul.home_list1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border: solid 1px #d9d2d2;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

    ul.home_list1 li {
        width: 33.33%;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }

        ul.home_list1 li .icon {
            margin-right: 12px;
        }

ul.service_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    ul.service_list li {
        width: calc(20% - 10px);
        margin: 0;
        margin-right: 10px;
    }

        ul.service_list li:last-child {
            margin-right: 0;
        }

.tab_body {
    padding: 0 20px 20px;
    text-align: center;
}

.border_left_right_0 .tab_body {
    padding: 0 21px 20px;
}

.tab_body a {
    font-size: 15px;
    color: #1937b2;
    margin: 7px 0 0;
    display: inline-block;
}

    .tab_body a:hover {
        color: #dc3545;
    }

    .tab_body a span {
        margin-right: 5px;
    }

.tab_body p {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}

.border_solid {
    border: solid 1px #ccc;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

.border_left_right_0 {
    border-left: 0px;
    border-right: 0px;
}

ul.service_list li a {
    font-size: 16px;
    border: 0 !important;
    border-top: 0 !important;
    border-radius: 0 0 15px 15px !important;
    width: 100%;
    display: block;
    text-align: center;
    background: #F3F3F3 !important;
    padding: 11px 5px;
}

ul.service_list a.border_l_r_0 {
    border-left: 0px !important;
    border-right: 0px !important;
}

.service-item a.text-denger {
    font-weight: 800;
}

.header-top a.nav-link:hover {
    transition: all .5s;
    color: #a8ea40;
}

.header-top a.nav-link:hover {
    transition: all .5s;
    color: #a8ea40;
}

.header-top a.nav-link:last-child {
    background: #87949F;
}

.con_btn .btn {
    padding: 10px 10px;
    color: #fff;
}

.navbar .con_btn a:hover:before {
    width: 0 !important;
    visibility: hidden;
}

.btn-primary {
    background: #003399;
}

.section-bg2 {
    background-color: #F2F2FC;
    padding-bottom: 217px;
}

.blu_color {
    color: #003399;
}

.shap_top {
    position: relative;
}
/*.shap_top::before {
    position: absolute;
    top: -57px;
    content: "";
    right: 0;
    width: 44.66px;
    height: 44.66px;
    background: url(../images/shtop.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    margin: 0 auto;
    text-align: center;
}*/

.line_ben, .contact .info-item::before {
    position: absolute;
    top: 0;
    right: -154px;
    display: none;
}

.about_box_sec .card {
    box-shadow: 0 0 5px #cccccc42;
    border-radius: 20px;
    padding: 20px;
}

section.about_box_sec {
    padding: 20px 0;
    margin: -168px 0;
    position: relative;
    z-index: 3;
    background: transparent;
}

.svg_icon {
    z-index: 2;
    position: relative;
}

.services {
    background: #FEFEFE;
    position: relative;
    z-index: 1;
}

.text-denger {
    color: #dc3545;
    transition: all .5s;
}

a.text-denger:hover {
    color: #003399;
    transition: all .5s;
}

.testimonials .swiper {
    padding: 30px 68px;
    background: transparent !important;
    box-shadow: none !important;
}

.testimonials .swiper-wrapper {
    background: transparent !important;
    box-shadow: none !important;
}


.swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next, .swiper-rtl .swiper-button-prev {
    border: solid 1px #E2E2E2;
    border-radius: 50%;
    padding: 12px;
    height: 47px;
    width: 47px;
}

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        font-size: 20px;
        color: #E14649;
        font-weight: 600;
    }

.mai_mobil_sec {
    background: #2E2C2C;
    padding: 22px;
    align-items: center;
}

    .mai_mobil_sec .mobil_sec {
        flex: none;
    }

    .mai_mobil_sec .containt_sec {
        padding: 0 0 0 20px;
    }

.foote_space_top {
    padding: 45px 0 0;
}

p.focont_se {
    padding: 20px 0;
}

.focont_se a {
    color: #fff;
    transition: all .5s;
}

.focont_se_text a {
    color: #000;
}

article.margin-bottom-xxl {
    display: none;
}

.focont_se a:hover {
    transition: all .5s;
    color: #0097d8;
}

.testimonials {
    padding: 0 0 50px !important;
    background: #fff;
}

.pl-65 {
    padding-left: 65px;
}

.z-index-9 {
    z-index: 9;
}

.shape_sec {
    position: absolute;
    right: 0;
    bottom: -33px;
}

.mobile_secshow {
    display: none;
}

div#togg_l_btn2 {
    position: absolute;
    right: 22px;
    top: 11px;
}

.mobil_secshow {
    display: none;
}

.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 0 5px #c5c5c52b;
}

.check_boxlable .lable_text {
    margin-left: 0 !important;
}
/* bottom modal popup */
.bottom_popup {
    position: fixed;
    z-index: 99999999;
    background: #f2f2fc;
    width: 100%;
    max-width: 284px;
    right: 0;
    top: auto;
    left: auto;
    bottom: 10px;
    box-shadow: 0 0 5px #ccc;
    padding: 0;
    margin: 0;
    border-radius: 5px;
}

    .bottom_popup.sticky {
        bottom: 65px;
    }

.modal_body {
    padding: 15px;
    min-height: 138px;
    display: grid;
    place-items: center;
}

.bottom_popup button.close {
    float: left;
    background: #003399;
    padding: 1.5px;
    color: #fff;
    opacity: 1;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-4px, -11px);
}

.form-group {
    padding: 8px 0 0 !important;
}

.margin_l_20 {
    margin-left: 25px;
}

/* ===== Overlay with blur & fade ===== */
#modalOverlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: overlayFade 0.35s ease-out;
}

/* ===== Alert Container ===== */
#alertBox {
    width: 400px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border-radius: 14px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transform-origin: center;
    animation: alertPop 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* ===== Header ===== */
.alert-header {
    padding: 16px 20px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* ===== Message Body ===== */
.alert-message {
    padding: 22px 20px;
    color: #1f2937;
    font-size: 14.5px;
    line-height: 1.6;
}

/* ===== Footer ===== */
.alert-footer {
    padding: 14px 20px;
    background: #f1f5f9;
    text-align: right;
}

    /* ===== Button ===== */
    .alert-footer button {
        padding: 7px 22px;
        border-radius: 999px;
        border: none;
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        box-shadow: 0 6px 14px rgba(37, 99, 235, 0.35);
        transition: all 0.25s ease;
    }

        .alert-footer button:hover {
            transform: translateY(-1px);
            box-shadow: 0 10px 18px rgba(37, 99, 235, 0.45);
        }

        .alert-footer button:active {
            transform: scale(0.96);
        }

/* ===== Animations ===== */
@keyframes alertPop {
    0% {
        opacity: 0;
        transform: scale(0.85) translateY(20px);
    }

    60% {
        opacity: 1;
        transform: scale(1.03) translateY(-4px);
    }

    100% {
        transform: scale(1) translateY(0);
    }
}

@keyframes overlayFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
