.max-width-100 {
    max-width: 100%;
}

/* =========================== */
/* ========Header============ */
/* =========================== */

.switsh-translate-page-holder .trp-shortcode-switcher {
    padding: 0 !important;
    background: #F8F8F8;
    border-radius: 40px;
    border: none;
}

.switsh-translate-page-holder .trp-shortcode-switcher__wrapper:hover .trp-shortcode-switcher {
    border-radius: 6px;
}

.switsh-translate-page-holder img.trp-flag-image {
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    object-fit: cover;
}
@media(max-width:600px){
    .switsh-translate-page-holder span.trp-language-item-name{
        display: none;
    }
}
/* ==================== */
.carrousel-banner-home-page {
    height: 100%;
}

.carrousel-banner-home-page>div {
    height: 100%;
    padding-bottom: 0 !important;
}

.carrousel-banner-home-page .swiper-pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.carrousel-banner-home-page .swiper-pagination span.swiper-pagination-bullet {
    background: transparent !important;
    border-radius: 50% !important;
    border: solid 2px #fff !important;
    width: 9px !important;
    height: 9px !important;
    transition: 0.3s;
    opacity: 1 !important;
}

.carrousel-banner-home-page .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 30px !important;
    transition: 0.3s;
    border-radius: 11px !important;
    background: #fff !important;
}

@media (min-width:769px) {
    .reverse-icon li {
        flex-direction: row-reverse !important;
        justify-content: flex-start !important;
    }
}

@media(max-width:768px) {
    .carrousel-banner-home-page .swiper-pagination {
        right: auto;
        left: 0 !important;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        top: auto;
        bottom: -23px !important;
        padding-left: 15px;
        gap: 0;
    }
    .carrousel-banner-home-page .swiper-pagination span.swiper-pagination-bullet{
            border: solid 2px #0049FF !important;
    }
    .carrousel-banner-home-page .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 9px !important;
        width: 30px !important;
        transition: 0.3s;
        border-radius: 11px !important;
        background: #0049FF !important;
        margin: 0 !important;
    }
    
}

/* ====================== */
.under-line-holder {
    color: #0049FF;
    position: relative;
}

.under-line-holder::after {
    content: "";
    width: 100%;
    height: 7px;
    background: url(/wp-content/uploads/2025/11/Vector-under-line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -7px;
}
.under-info-contact {
    position: relative;
}
.under-info-contact::after {
    content: "";
    width: 100%;
    height: 7px;
    background: url(/wp-content/uploads/2025/11/Vector-under-line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -7px;
}
.services-slide-holder .swiper-pagination span.swiper-pagination-bullet {
    background: transparent !important;
    border-radius: 50% !important;
    border: solid 2px hsla(0, 0%, 0%, 0.481) !important;
    width: 8px !important;
    height: 8px !important;
    transition: 0.3s;
    opacity: 1 !important;
}

.services-slide-holder .swiper-pagination span.swiper-pagination-bullet:hover,
.services-slide-holder .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0049FF !important;
    border: solid 2px #0049FF !important;
    position: relative;
}

.services-slide-holder .swiper-pagination span.swiper-pagination-bullet:hover::before,
.services-slide-holder .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    width: 13px;
    height: 13px;
    border: solid 1px #0049FF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.counter-chifer .elementor-counter-title {
    text-align: center !important;
}

.counter-chifer span.elementor-counter-number-suffix {
    color: #06ED06 !important;
    margin-left: 6px;
}

/* =========Contact=========== */
.contact-form-modern {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.contact-form-modern .half {
    flex: 1 1 calc(50% - 15px);
    min-width: 200px;
}

.contact-form-modern .full {
    flex: 1 1 100%;
}

.contact-form-modern input,
.contact-form-modern select,
.contact-form-modern textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
}

.contact-form-modern textarea {
    min-height: 120px;
    resize: none;
}

.contact-form-modern input:focus,
.contact-form-modern select:focus,
.contact-form-modern textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

/* Submit button */
.contact-form-modern input[type="submit"] {
    background-color: #004eff;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 40px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.contact-form-modern input[type="submit"]:hover {
    background-color: #0039cc;
}

/* === Blue Inline Form Style === */
.inline-form {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    flex-wrap: wrap;
}

.inline-form span.wpcf7-form-control-wrap {
    width: calc(100% - 200px);
}

.inline-form input[type="email"] {
    flex: 1;
    border: none;
    padding: 14px 18px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #222;
    border-radius: 7px 0 0 7px;
    width: 100%;
    max-width: 100%;
}

.inline-form input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.inline-form input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.6);
}

/* Button */
.inline-form input[type="submit"] {
    background-color: #fff;
    color: #004eff;
    font-weight: 600;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-radius: 0 7px 7px 0;
    width: 200px;
    text-align: center;
}

.inline-form input[type="submit"]:hover {
    background-color: #e6e6e6;
}

@media(max-width:500px) {
    .inline-form input[type="email"] {
        border-radius: 7px 7px 0 0;
        text-align: center;
    }

    .inline-form span.wpcf7-form-control-wrap {
        width: 100%;
    }

    .inline-form input[type="submit"] {
        width: 100%;
        border-radius: 0 0 7px 7px;
    }
}

/* ================ */
.review-holder-all .swiper-pagination span.swiper-pagination-bullet {
    background: transparent !important;
    border-radius: 50% !important;
    border: solid 2px hsla(0, 0%, 0%, 0.481) !important;
    width: 8px !important;
    height: 8px !important;
    transition: 0.3s;
    opacity: 1 !important;
}

.review-holder-all .swiper-pagination span.swiper-pagination-bullet:hover,
.review-holder-all .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0049FF !important;
    border: solid 2px #0049FF !important;
    position: relative;
}

.review-holder-all .swiper-pagination span.swiper-pagination-bullet:hover::before,
.review-holder-all .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    width: 13px;
    height: 13px;
    border: solid 1px #0049FF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

/* ============Blog============= */
.categories-in-blog .elementor-post-info__terms-list-item {
    background: rgba(0, 73, 255, 0.6);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(9px);
    border-radius: 40px;
    padding: 6px 16px;
}

.articles-slide-holder .swiper-pagination span.swiper-pagination-bullet {
    background: transparent !important;
    border-radius: 50% !important;
    border: solid 2px hsla(0, 0%, 0%, 0.481) !important;
    width: 8px !important;
    height: 8px !important;
    transition: 0.3s;
    opacity: 1 !important;
}

.articles-slide-holder .swiper-pagination span.swiper-pagination-bullet:hover,
.articles-slide-holder .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0049FF !important;
    border: solid 2px #0049FF !important;
    position: relative;
}

.articles-slide-holder .swiper-pagination span.swiper-pagination-bullet:hover::before,
.articles-slide-holder .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    width: 13px;
    height: 13px;
    border: solid 1px #0049FF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* ===========service page============= */
.service-contact {}

.service-contact .contact-form-modern input,
.service-contact .contact-form-modern select {
    background-color: #ffffffcf;
}

.service-contact .contact-form-modern textarea {
    background-color: #ffffffcf;
    height: 150px;
}

.service-contact .contact-form-modern input[type="submit"] {
    background-color: #ffff!important;
    color: #0039cc!important;
}

.single-sirvice-slide-in-all .elementor-swiper-button {
    width: 45px;
    height: 45px;
    background: transparent;
    border: solid 1px #0049FF !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 21px !important;
    position: absolute !important;
    top: -61px !important;
    left: auto !important;
    right: 10px !important;
}

.single-sirvice-slide-in-all .elementor-swiper-button.elementor-swiper-button-prev {
    right: 80px !important;
}

.single-sirvice-slide-in-all .elementor-swiper-button svg {
    fill: #0049FF !important;
}

.single-sirvice-slide-in-all .elementor-swiper-button:hover {
    background: #0049FF !important;
}

.single-sirvice-slide-in-all .elementor-swiper-button:hover svg {
    fill: #fff !important;
}

@media(max-width:768px) {
    .single-sirvice-slide-in-all .elementor-swiper-button {
        width: 35px;
        height: 35px;
        top: -36px !important;
    }
    .single-sirvice-slide-in-all .elementor-swiper-button.elementor-swiper-button-prev {
        right: 60px !important;
    }

}
/* ======================= */
.categories-list-holder .elementor-post__thumbnail.elementor-fit-height{
    padding: 0!important;
}
.categories-list-holder .elementor-post__thumbnail.elementor-fit-height img{
    position: unset !important;
    transform: translate(0, 0) !important;
    object-fit: cover !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
}
.categories-list-holder article{
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
border-radius: 11px;
}
.categories-list-holder article .elementor-post__text{
    padding: 15px;
    
}
/* ==============post=============== */
.content-pub-holder h2{
    font-size: 32px;
    color: #0049FF;
    font-family: "Gilroy", Sans-serif;
    font-weight: 700;
}
.content-pub-holder h3{
    font-family: "Gilroy", Sans-serif;
    font-size: 26px;
    color: #4D80FF;
    font-weight: 600;
}