/* .custom-button {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    background-image: linear-gradient(to left, #00c8b2, #0289c0);
} */
:root {
    --image-border-radius: 12px;
    --footer-layout-padding-inline: 100px;
}

@media screen and (max-width: 768px) {
    :root {
        --footer-layout-padding-inline: 16px;
    }
}

body {
    font-family: "IBM Plex Sans Arabic" !important;
    background: #f8f9fc !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar-expand-lg .navbar-nav .nav-link {
    box-shadow: none !important;
}
.container.layout-container{
    max-width: 1440px;
    padding: 0;
    }
.footer-hr {
    margin: 0 70px;
    background-color: #dfe7ff !important;
}
.ress-person-data {
    min-height: 100vh;
    background-color: #f8f9fc;
}
.dropdown-item {
    font-size: 16px;
}
.dropdown-item span {
    margin-inline: 16px;
    color: #1e1f24;
}
.head-cont{
    max-width: 1300px !important;
}
.navbar-light .navbar-brand {
    margin: 0;
}
.navbar-nav .dropdown-menu {
    border-radius: 20px;
    border: 1px;
    border: 1px solid #d8d9e0;
}
.alertmessage{
    position: absolute !important;
    left: 0;
    display: flex;
    right: 0;
    gap: 12px;
    z-index: 999;
    justify-content: center;
    flex-direction: row-reverse;
}
.navbar-nav .dropdown-menus {
    border-radius: 20px;
    border: 1px;
    border: 1px solid #d8d9e0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 278px;
    /* display: flex; */
    flex-direction: column;
    padding: 8px 0;
    text-align: start;
    scrollbar-width: none;
}
.main-head {
    font-family: IBM Plex Sans Arabic;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #34363b;
    padding: 20px 0px;
}
.main-desc {
    font-family: IBM Plex Sans Arabic;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 22px 0 18px;

    color: #34363b;
}
.pd-bredcrumb {
    padding: 0 70px;
}
.navbar-expand-lg .navbar-nav .dropdown-menus .dropdown-item {
    padding: 0.25rem 1rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menus {
    position: absolute;
    /* right: 500px; */
    width: 278px;
    padding: 8px 0;
    /* display: flex; */
    flex-direction: column;
    text-align: start;
    scrollbar-width: none;
    background-color: #ffffff;
    left: -212px;
}
.noti-head > a {
    background: linear-gradient(to right, #0277C4, #00CFB1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.noti-head > p {
    color: #34363b !important;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}
.resp-custom {
    display: none !important;
}
.dropdown-header {
    display: flex !important;
    flex-direction: row;
    padding: 8px 16px 12px 16px !important;
    gap: 8px;
}
.dropdown-header > div > h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #1e1f24;
}
.dropdown-header > div > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1e1f24;
}
.resp-custom2 {
    display: flex !important;
}
.navbar {
    background-color: #ffffff !important;
    padding: 20px;
    padding-inline: 70px;
    text-align: center;
}
.navbar-nav {
    gap: 10px;
    align-items: center;
}
.custom-container .row {
    width: 100%;
}
.nav-eng {
    color: #0277c4 !important;
    font-size: 16px;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link {
    color: #1a1c1e;
    font-size: 16px;
    font-weight: 400;
}
.footer {
    background: #f1fcfa;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(63.43deg, #0277c4 0%, #00cfb1 87%);
    z-index: 0;
    padding: 3px;
}
.modal-header > h5 > i {
    font-size: 48px;
}
.footer-row {
    background: #f1fcfa;
    border-radius: 8px;
    padding: 50px 16px 23px;
    padding-inline: 70px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 20px; */
}

.footer-col {
    flex: 1;
    margin: 0 10px;
}

.footer-col img {
    max-width: 100%;
    height: auto;
}

.footer-heading {
    color: #1f1b4f;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: inline-block;
}

.footer-heading::after {
    content: "";
    display: block;
    width: 21px;
    height: 4px;
    border-radius: 19px;
    background-color: #35b4c8;
    position: absolute;
    right: 0;
    bottom: 0;
}
.step-counter {
    display: none;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 5px;
    font-size: 14px;
}

.social-icons {
    display: flex;
    flex-direction: column;
}
.head-align{
    padding: 0 70px;
    display: flex;
    width: 100%;
}
.hiden-lan {
    display: none;
}
.social-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.social-icon {
    text-decoration: none;
    color: #333;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    border-radius: 12px;
    background: #ffffff;
}
.navv-rsp {
    display: none;
}
.social-icon i {
    font-size: 24px;
}
.footer-bottom {
    /* text-align: right; */
    font-size: 14px;
    background-color: #f1fcfa;
}
.footer-bottom > p {
    margin-bottom: 0rem;
    padding: 15px 70px;
    color: #1f1b4f;
    font-size: 14px;
    font-weight: 400;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 5px;
    font-size: 14px;
}

.footer-link {
    text-decoration: none; /* Remove underline from links */
    color: #1f1b4f; /* Adjust color as needed */
    display: block; /* Ensure the link takes the full width of the list item */
    font-size: 14px;
    font-weight: 400;
}

.footer-link:hover {
    color: #35b4c8; /* Adjust color on hover */
    text-decoration: none; /* Add underline on hover */
}
.carousel-image img {
    object-fit: cover;
    /* height: 100% !important; */
}

.notification-block {
    transition: background-color 0.3s;
}

.bread_crump_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #f9fafb;
    opacity: 0.65;
}

.bread_crump_main_heading {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    padding: 12px 0px;
}

.service_provider_header_description {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #f9fafb;
}

.notification-block.unseen {
    background-color: #f1f1f1;
}
.footer_logo_image {
    max-height: 140px;
    display: block;
}
.footer_logo_image_phone {
    max-height: 130px;
    display: none;
}
@media (max-width: 768px) {
    .footer_logo_image {
        max-height: 120px;
        display: none;
    }
    .footer_logo_image_phone {
        max-height: 130px;
        display: block;
    }
}

.blue-dot {
    width: 10px;
    height: 10px;
    background-color: #007bff;
    border-radius: 50%;
}
.select2-container .select2-selection--single {
    height: 40px;
    border: none !important;
    border-radius: 20px;
    padding: 5px 10px;
    display: flex !important;
    font-size: 16px;
    box-shadow: none !important;
}

.custom-follow-us::after {
    background-color: #b6cb5b !important;
}

.custom-address-1::after {
    background-color: #0277c4 !important;
}

.custom-address-2::after {
    background-color: #00c1a5 !important;
}

.custom-address-3::after {
    background-color: #7e88fb !important;
}

@media (max-width: 1500px) {
    .carousel-image img {
        height: 100% !important;
    }
}
@media (max-width: 1440px) {
    .head-cont{
        max-width: 1440px !important;
    }
}
@media (max-width: 1400px) {
    
    .navbar-nav {
        gap: 10px;
    }

    .navbar-nav .nav-item {
        margin-right: 0px !important;
        padding: 0px !important;
    }
}
@media (max-width: 1250px) {
    .navbar-nav {
        gap: 5px;
        padding: 0;
    }
    .navbar-nav .nav-item {
        margin-left: 5px !important;
    }
}
@media (max-width: 1100px) {
    .navbar-light .navbar-nav .nav-link {
        color: #1a1c1e;
        font-size: 14px;
        font-weight: 400;
    }
    .navbar-nav {
        gap: 2px;
        padding: 0;
    }
}
@media (max-width: 1020px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media (max-width: 992px) {
    .plus-btns {
        background-color: #FFFFFF !important;
        border-color: #FFFFFF !important;
    }
    .hiden-lan {
        display: flex;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menus {
        left: auto;
        right: 30px;
        top: 86px;
    }
    .navv-rsp {
        display: flex;
    }
    .increase-width-mobile {
        width: fit-content !important;
    }
    .navbar-collapse .navbar-nav {
        position: fixed !important;
        width: 278px;
        height: fit-content;
        top: 72px;
        align-items: start !important;
        background: white;
        flex-direction: column;
        justify-content: end;
        z-index: 999;
        text-align: justify;
        padding: 16px;
        gap: 0px;
        border-radius: 20px;
        border: 1px;
        border: 1px solid #d8d9e0;
    }
    .navbar-collapse .navbar-nav-right {
        right: 34px;
    }

    .navbar-collapse .navbar-navs {
        right: unset !important;
        left: 20px !important;
    }
    .resp-custom {
        display: flex !important;

        flex-direction: row !important;
    }
    .resp-custom2 {
        display: none !important;
    }
    .navbar {
        padding: 24px 15px;
    }
    .navbar-guest {
        width: 90% !important;
        position: absolute;
        justify-content: center;
        display: flex;
    }
    .navbar-nav {
        flex-direction: unset;
    }
    .navbar-nav .dropdown-menu {
        position: absolute !important;
        width: 278px;
        height: fit-content;
        top: 50px;
        /* left: 34px; */
        flex-direction: column;
        justify-content: end;
        text-align: justify;
        gap: 0px;
        border-radius: 20px;
        border: 1px;
        border: 1px solid #d8d9e0;
    }
    .navbar-nav .dropdown-menus {
        position: fixed !important;
        width: 278px;
        height: fit-content;
        top: 78px;
        left: 34px;
        flex-direction: column;
        justify-content: end;
        text-align: justify;
        /* padding: 16px; */
        gap: 0px;
        border-radius: 20px;
        border: 1px;
        border: 1px solid #d8d9e0;
    }
    
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        font-size: 16px;
        border: none !important;
        position: relative;
        z-index: 1;
    }
    .guest-header {
        flex-direction: column-reverse !important;
    }
}
@media (max-width: 768px) {
    .pd-bredcrumb {
        padding: 10px 20px;
    }
    .step-counter {
        display: flex;
    }
    .subsection-font {
        font-size: 15px;
    }
    .arrow {
        width: 40px !important;
        height: 40px !important;
    }
    .footer-hr {
        margin: 0 20px;
    }
    .footer-bottom > p {
        padding: 20px;
    }
    .footer-row {
        flex-direction: column; /* Stack columns vertically */
    }

    .footer-col {
        margin-inline-end: auto;
        margin: 0 0 20px 0; /* Adjust spacing between stacked columns */
        margin-inline-end: auto;
    }

    .footer-col img {
        height: 83px; /* Adjust image height for smaller screens if needed */
    }

    .custom-icons {
        height: 50px !important;
        width: 50px !important;
    }

    .footer-heading::after {
        width: 40%; /* Adjust the width of the underline for smaller screens if needed */
    }
    .social-icons {
        display: flex;
        flex-direction: row; /* Ensure icons are in one row */
        flex-wrap: nowrap; /* Prevent wrapping of icons */
        overflow-x: auto; /* Allow horizontal scrolling if icons overflow */
    }
    .social-row {
        margin-right: 10px;
    }

    /*.button-container{*/
    /*    bottom: -15px !important;*/
    /*}*/
    /*.sub-btn{*/
    /*    padding: 0px !important;*/
    /*    font-size: 11px !important;*/
    /*}*/
    .two-sided-section {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 50px 0px !important;
    }
    .left-side {
        display: None !important;
    }
    .right-side {
        text-align: center !important; /* Center the text inside the right-side */
        width: 100%; /* Make sure the section takes full width */
    }

    .right-side h2 {
        display: block;
        font-size: 24px; /* Adjust font size if needed */
        line-height: 1.5;
        margin-bottom: 10px; /* Add some space below the heading */
    }

    .right-side h2 span {
        display: block;
        color: #0277c4 !important; /* Ensures the colored text is still blue */
        margin-top: 5px; /* Add space between the lines */
    }

    .right-side p {
        margin: 20px 0 !important; /* Adjust the margin around the paragraph */
        text-align: center !important; /* Center align the text */
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .main-btn {
        display: block;
        margin: 20px auto 0 auto; /* Center the button and add margin */
        text-align: center;
    }

    .left-side {
        display: none !important; /* Hide the left side on mobile */
    }
    .header-arrows-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .header-content h2,
    .header-content p {
        text-align: center;
    }

    .arrows-content {
        margin-top: 20px; /* Add some space between the paragraph and the arrows */
        display: flex;
        justify-content: center;
    }
    .image-carousel-section {
        display: flex;
        flex-direction: column;
        align-items: center; /* Center the content horizontally */
        justify-content: center; /* Center the content vertically */
    }

    .carousel-images {
        display: flex;
        gap: 10px; /* Adds space between the images */
        justify-content: center; /* Center the images horizontally */
        align-items: center; /* Center the images vertically */
        margin-top: -22px; /* Adjust this value to perfectly align images with the line */
    }

    .carousel-image {
        flex: 0 0 auto;
        width: 100px; /* Adjust the width of each image */
        height: 100px; /* Adjust the height of each image */
        background-color: transparent; /* Ensure the background is transparent */
    }

    .carousel-image img {
        width: 100%;
        /*height: auto; !* Maintain aspect ratio *!*/
        display: block;
        object-fit: cover;
    }
    .who-we-are h1 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .who-we-are p {
        text-align: center;
        margin: 0 auto; /* Center the paragraph */
        max-width: 90%; /* Optional: Limit the width of the paragraph */
        margin-bottom: 30px; /* Space between the text and the next section */
    }

    .service-box {
        margin-bottom: 20px; /* Add space between the stacked boxes */
        width: 100% !important;
    }

    /* Optional: Adjust the image size to fit mobile screens better */
    .image-content img {
        max-width: 100%; /* Ensure images don’t overflow */
        height: auto; /* Maintain aspect ratio */
    }

    .navbar-collapse .navbar-nav li {
        width: 100%;
    }
    .project-card {
        height: 100% !important;
    }
    .fav-card {
        height: 100% !important;
    }
    .custom-container .row {
        width: 100%;
        margin-right: 0;
    }
    /* .info-block div {
        padding: 0 10px;
    } */
}
@media (max-width: 576px) {
   
    .footer-row {
        padding-inline: 20px;
    }
}
@media (max-width: 420px) {
    
    .main-desc {
        padding: 5px 0px;
        font-size: 16px;
    }
    .main-head {
        font-size: 24px;
        padding: 5px 0px;
    }
    .navbar-light .navbar-brand {
        width: -webkit-fill-available !important;
    }
    .navbar-nav .nav-item {
        margin-left: 0px !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 12px !important;
    }
    /* .select2-container .select2-selection--single .select2-selection__placeholder {
        display: none;
    } */
    .container {
        padding: 0px 15px;
    }
    .right-side {
        width: 85% !important;
    }
    .header-content {
        width: 85% !important;
    }
    .two-sided-section {
        padding: 20px 0px !important;
    }
}
@media (max-width: 400px) {
    .custom-notif-popup{
        max-height: 330px !important;
    }
    .resspp {
        flex-direction: column;
    }
    .resspp > button {
        width: 100% !important;
    }
    .increase-width-mobile {
        width: fit-content !important;
    }

    .social-row {
        display: flex;
        gap: 6px;
        margin-bottom: 10px;
    }
    /* .custom-left-align {
        display: none !important;
    } */
    .navbar-nav .dropdown-menu {
        width: 280px !important;
        height: fit-content;
        /* top: 70px; */
        left: 10px;
    }
    .navbar-nav .dropdown-menus {
        position: fixed !important;
        width: fit-content !important;
        height: fit-content;
        top: 82px;
        left: 15px;
    }
    .notificationpopup {
        transform: none !important;
        width: fit-content !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 0px !important;
        position: relative !important;
        z-index: 2;
    }
    .navbar-nav {
        gap: 0px;
    }
    .navbar-toggler {
        padding: 0.25rem 8px !important;
    }
    .navbar {
        padding: 24px 0px !important;
    }
    .navbar-guest {
        width: 93% !important;
        position: absolute;
    }

    /* .navbar {
        flex-wrap: nowrap;
    } */
}
@media (max-width: 350px) {
    .social-row {
        gap: 2px;
    }
    .social-row {
        margin-right: 2px;
    }
}
@media (max-width: 330px) {
    .social-row {
        gap: 0px;
    }
    .social-row {
        margin-right: 0px;
    }
}
