.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50px;
}

.icon {
    width: 20px;
}

.bg-white {
    background-color: white
}

.text-white {
    color: white;
}

.services-transition > i, .services-transition > h5, .services-transition > p {
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.image-contain {
    background-size: contain;
}

.pt-0 {
    padding-top: 0;
}

.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.div-contact-info-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 45px;
}

.contact-info-box {
    padding: 0px 0px 0px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #E9204F;
}

.mx-contact {
    margin-left: 50px;
    margin-right: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.contact-box-title {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.m-0 {
    margin: 0 !important;
}

.mb-1 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 1.5rem !important;
}

.contact-title {
    font-size: 35px;
    margin-bottom: 0;
}

.contact-main-desc {
    margin-top: 8px;
}

.pt-70 {
    padding-top: 70px;
}

.contact-address {
    display: flex;
    margin-top: 50px;
}

.contact-visit-desc, .contact-map {
    width: 100%;
}

.contact-visit-desc h3 {
    margin-top: 12px;
}

.contact-visit-desc {
    padding-right: 50px;
}

.contact-visit-desc span {
    font-weight: 700;
    color: #bfb8b8;
}

.mt-0 {
    margin-top: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.flex-item-center {
    display: flex;
    align-items: center;
}

.img-grayscale-0 {
    filter: grayscale(0%);
}

@media (max-width: 600px) {
    .d-flex {
        display: block;
    }

    .ul-adress {
        display: block !important;
    }

    .ul-adress li {
        margin-top: 5% !important;
    }

    .contact-address {
        display: block;
    }

    .contact-info-box {
        margin-bottom: 20px !important;
    }

    .contact-visit-desc {
        margin-bottom: 30px;
    }
}

.service-box:nth-child(odd) .inner .service_icon {
    color: #FFFFFF;
}

.item.service-box.style-two:nth-child(odd):hover .service_icon  {
    color: #E9204F;
}

.item.service-box.style-two:nth-child(odd) .title  {
    color: white;
}

.item.service-box.style-two:nth-child(even):hover .service_icon  {
    color: white;
}

.item.service-box.style-two:nth-child(odd):hover .title, .item.service-box.style-two:nth-child(odd):hover .description, .item.service-box.style-two:nth-child(odd):hover .more   {
    color: black !important;
}

.item.service-box.style-two:nth-child(odd):hover .inner {
    background-color: #FFFFFF !important; /* Alternate light color */
    color: #E9204F !important;
}

.about-box img {
    height: 400px;
    object-fit: cover;
    object-position: center center;
}

.about_description, .about_img {
    width: 100%;
}

.about_description {

}

.about_description p {
    text-align: left;
}

.about_img img {
    width: 100%;
    height: 348px;
    object-fit: cover;
    object-position: center center;
}

.about-section {
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 3%;
}

.about-main-section .about-section:nth-child(odd) .about_description {
    padding-left: 5%;
}

.about-main-section .about-section:nth-child(even) .about_img {
    padding-left: 5%;
}

@media (max-width: 800px) {
    .about-section {
        flex-direction: column;
    }

    .about_content {
        padding: 2em 10%;
    }

    .about_img {
        width: 100%;
        padding: 0;
    }

    .about-main-section:nth-child(odd) .about_description {
        padding-left: 0 !important;
        margin-top: 5%;
        order: 1;
    }

    .about-main-section .about-section:nth-child(even) .about_img {
        padding-left: 0 !important;
    }

}

.bg-gray {
    background-color: #f7f7f7;
}

.text-center {
    text-align: center;
}

.article_details_category {
    background-repeat: no-repeat;
    background-size: 100% 950px;
    background-position-y: calc(-61px);
    width: 100%;
    height: 70%;
    color: white;
    filter: grayscale(75%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding-top: 3%;
    padding-bottom: 3%;
}

.service_details_description {
    padding: 5% 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.big-icon {
    width: 35px;
}

.p-since {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.04em;
    font-family: "Avant Grade", "Poppins", sans-serif;
    margin-top: 40px;
}

#site-hero {
    background-image: url("../images/slider-medium2.webp");
    /*aspect-ratio: 16/9;*/
}

.error-div {
    height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

strong {
    font-family: "Trade Gothic","Roboto Condensed",sans-serif;
}

.div-button-center {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.display-none {
    display: none;
}

.submenu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    background: #fff;
    /*border-radius: 8px;*/
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10);
    text-decoration: none;
    /*color: #e9204f;*/
    color: black !important;
    font-weight: normal;
    height: 100%;
    transition: all 0.3s ease;
    white-space: normal; /* ✅ allow wrapping */
    font-family: "Trade Gothic","Roboto Condensed",sans-serif !important;
}

.submenu-item i {
    font-size: 16px;
    margin-bottom: 8px;
    color: #e9204f;
}

.submenu-item span {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    word-break: break-word; /* ✅ handle long words */
}

.submenu-item:hover {
    background-color: #f3f3f3;
    color: black !important;
}

.submenu-item:hover i {
    color: black;
}

.servicesHeader {
    position: relative;
    display: inline-block;
}

/* Force the submenu to touch the header bottom */
.uk-dropdown {
    margin-top: 25px !important;
    top: 100% !important;     /* Aligns submenu directly below the <a> */
    left: 50% !important;
    transform: translateX(-50%);
    width: 80vh;
    /*border-radius: 10px;*/
}

.pr__header .inner .navbar .menu>ul>li.servicesHeader a:after {
    border-bottom: 0 solid !important;
}
