/* select {
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none;
    -ms-appearance: none; 
} */
.styling-inputs {
    padding: 8px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 14px;
}

.custom-primary-btn {
    background-color: #d90b38;
    color: #ffffff;
    border-color: #d90b38;
}

.custom-primary-btn:hover {
    background-color: #1d224c;
    color: #ffffff;
    border-color: #1d224c;
}

.page-banner {
    width: 100%;
    height: 260px;
    object-fit: cover;
    background-size: cover;
    border-radius: 20px;
}

#navbarNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-inline-end: 100px;
}

.navbar-brand {
    margin-right: 0;
}

.navbar-nav {
    margin-left: 0;
}

.navbar-nav .nav-item {
    margin-right: 10px;
}

a {
    text-decoration: none !important;
    color: #d90b38 !important;
}

.main-text-color {
    color: #d90b38 !important;
}

.dp_footer {
    background-color: #1d224c;
    color: white !important;
    padding-top: 100px;
    margin-top: 50px;
}

.dp_footer_content {
    text-align: center;
}

.dp_footer_title {
    color: white;
    font-size: 24px;
    font-weight: 700;
    word-wrap: break-word
}

.dp_footer_text {
    color: #AAA5AB;
    font-size: 18px;
    word-wrap: break-word
}

.dp_footer_form input {
    background: white;
    box-shadow: -8px 8px 24px rgba(0, 0, 0, 0.05);
    width: 30%;
    border: none;
    padding: 5px 10px;
    border-radius: 16px;
}

.dp_footer_form button {
    background: #d90b38;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.05);
    border: none;
    min-width: 130px !important;
    padding: 6px;
    color: #fff;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}

.dp_footer_btm {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    padding-bottom: 20px;
    border-bottom: 1px #AAA5AB solid;
}

.dp_footer_menu ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.dp_footer_menu ul li {
    margin: 0 10px;
}

.dp_footer_menu ul li a {
    color: white !important;
    font-size: 16px;
}

@media (max-width: 767px) {
    .dp_footer_cp_social {
        display: none !important;
    }

    .dp_footer_btm {
        display: block;
    }

    .dp_footer_lego {
        display: none;
    }

    .dp_footer_menu ul li a {
        font-size: 12px;
    }

    .dp_footer_contact {
        display: flex;
        justify-content: center;
    }

    .service-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mockupPlaceholder {
        display: none;
    }

    .dp_footer_form input {
        width: 80% !important;
    }

    .dp_footer_form button {
        min-width: 80% !important;
        display: block !important;
        margin: 10px auto 0px auto !important;
    }

    .dp_footer_btm {
        margin-top: 30px;
    }

    .instaBg,
    .telegBg,
    .websiteBg {
        width: 123px;
        margin: 2px;
    }
}

@media (max-width: 855px) {
    .Services_boxs .row .col-lg-3 {
        margin-top: 100px !important;
    }
}

.dp_footer_contact a {
    color: white !important;
    font-size: 16px;
    font-weight: 500;
    word-wrap: break-word;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px 10px;
    background: #d90b38;
}

.dp_footer_cp_social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
}

.social_list {
    list-style: none;
    display: flex;
    padding: 0;
}

.social_list li {
    margin-inline-end: 10px;
}

.Services_box {
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 0px 0px 30px rgba(64, 64, 82, 0.08);
    border-radius: 32px;
    text-align: center;
}

.Services_box_icon {
    display: inline-block;
    transform: translateY(-65%);
    background: #D3EDFA;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 0 50px 50px;
}

.Services_box_icon_content {
    display: flex;
    justify-content: center;
}

.Services_box h6 {
    color: #111111;
    font-size: 24px;
    font-weight: 700;
    margin-top: -40px;
}

.Services_box h5 {
    color: #24A5E4;
    font-size: 24px;
    font-weight: 600;

}

.Services_box {
    padding: 16px;
}

.Services_box a {
    color: #24A5E4 !important;
}

.Services_boxs .row .col-lg-3:nth-child(odd) {
    margin-top: 100px;
}

.radius-16 {
    border-radius: 16px;
}

/* @media (max-width: 860px) {
    .image-caption {
        left: 70% !important;
    }
} */

.instaBg {
    background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color: white !important;
    box-shadow: 0 2px 4px #fd1d1d !important;
    border-radius: 6px;
    font-size: 12px;
}

.telegBg {
    background: linear-gradient(45deg, #0088cc, #00aaff) !important;
    color: white !important;
    box-shadow: 0 2px 4px #00aaff !important;
    border-radius: 6px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
}

.websiteBg {
    background: linear-gradient(90deg, #d90b38, #46485b) !important;
    color: white !important;
    box-shadow: 0 2px 4px #1d224c !important;
    border-radius: 6px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
}

.icon-tick-circle {
    width: 19px;
    margin-right: 5px;
    margin-left: 5px;
}

/* For Webkit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 4px;
    /* Adjust the width as needed */
}

::-webkit-scrollbar-thumb {
    background-color: red;
    /* Change to the desired color */
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: red transparent;
}

.cpFooter {
    font-family: Arial, sans-serif;
}