/* Home  Service */
.service-dis span {
    display: none;
}
.service-dis.more {
    display: block;
}
.read-more {
    display: block;
    color: #fff !important;
    background: #058dc3;
    font-weight: bolder;
    padding: 6px 10px;
    width: fit-content;
    border-radius: 20px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.admin-main.container-fluid {
    margin: 0;
    padding: 0;
}
a {
    list-style-type: none !important;
    text-decoration: none !important;
}
.topmenu li {
    font-size: 18px;
    font-weight: 600;
}
.navbar {
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px,
        rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
.nav-link {
    color: #2d2d2d !important;
}
.nav-link.active {
    color: rgb(4, 132, 104) !important;
}

img.mainbanner {
    width: 100% !important;
}

/*  */
.service .service-item {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

/*  */
.service-img img {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 250px;
}

/* app features */

section#features {
    background-color: rgb(214, 214, 214);
}

.cwx-img-box {
    padding: 0.5rem !important;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}
.app-image-container {
    max-width: 100%;
    height: auto;
    position: relative;
    transition: transform 0.3s;
    background-color: rgb(210, 208, 205);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
        rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    border-radius: 10px;
}
.app-image-container:hover {
    transform: scale(1.1);
}
.app-image-container img {
    width: 100%;
    height: 220px !important;
    border-radius: 5px;
}

.img-title {
    text-align: center;
    background-color: rgb(70, 154, 46);
    border-radius: 27px;
    border: 1px solid rgb(70, 154, 46);
    width: 80%;
    margin-top: 1rem;
    font-weight: 600;
    height: 35px;
    color: #fff;
    transition: transform 0.3s;
}
.img-title:hover {
    background-color: rgb(187, 17, 93);
    border: 1px solid rgb(187, 17, 93);
    transform: scale(1.1);
}

/* footer */
footer#footer\ {
    background-color: #153b4a !important;
    color: #ffff;
}

#footer .footer-top {
    padding: 60px 0 0px 0;
    background: #024e79;
    color: #fff;
}
#footer .footer-top a {
    color: #fff;
}

/* Payment Gatway Model  */
.payment-option {
    cursor: pointer; /* Add cursor pointer to indicate selection */
}
.selected {
    background-color: #f0f0f0; /* Add a background color to indicate selection */
}

.payment-icon {
    width: 40px; /* Set the desired width */
    height: 40px; /* Set the desired height */
    margin-right: 10px;
}

.modal-dialog {
    max-width: 800px; /* Set the desired maximum width */
    margin: 1.75rem auto; /* Adjust margin as needed */
}

/* Optional: Increase the width of modal-content if needed */
.modal-content {
    width: 100%; /* Ensure the content takes full width */
}

/* Notisfication icon  */
.notification {
    position: relative;
    display: inline-block;
}

.badge {
    position: absolute !important;
    top: -10px !important;
    right: -15px !important;
    background-color: #ff7800;
    color: white;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 10px;
}

/* Contact Us page Start  */

.cs-contact {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.cs-contact h5 {
    color: #0aa0be;
}
.cs-contact a {
    color: #0aa0be;
    text-decoration: none;
}
.cs-contact p {
    color: #a0a0a0;
}
input.btn.cs-cusubmit {
    border: 1px solid #0aa0be;
    color: #fff;
    background-color: #0aa0be;
    font-weight: 700;
}
/* Contact Us page End  */

/* footer design*/
.footer-top.py-4 h4 {
    font-size: 16px;
    font-weight: 600;
}
.footer-top.py-4 a {
    list-style-type: none;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.footer-top ul {
    list-style-type: none;
}

.copyright {
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Position children on opposite sides */
    align-items: center; /* Align items vertically center */
    padding: 10px; /* Optional padding for better appearance */
}

.copyright span {
    margin: 0;
    font-size: 0.75rem; /* Remove default margin */
}
.copyright a {
    text-decoration: none;
    color: inherit;
}

/* services container*/
h4.service-title {
    font-size: 18px;
}
.content-service.my-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.5rem;
}

/* blog page  */
.bg-box .nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #024e79;
}
.bg-box .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    margin-right: 10px;
    border-radius: 0.25rem;
    border: 1px solid #024e79;
    cursor: pointer;
}
.blogimage img {
    height: 250px;
    width: 100%;
    object-fit: fill;
}

.blogcontent h5 {
    font-size: 16px !important;
    color: #000;
    text-decoration: none;
}
.blogimageview .blogcontent p {
    margin-bottom: 0;
}

.blogimageview .blogcontent {
    padding: 15px;
    background: #fff;
}
.blogimageview {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* about us page */
section.aboutus-box {
    background-color: #f3f3f3;
}
/* divider  */

/* testimonial  */
.testimonial {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tes-box {
    background-color: #f3f3f3; /* Light grey background */
    width: 100%;
}

/*   UserLogin Form */
.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(
        to right,
        #129f8c,
        #36afd8,
        #243ea7,
        #a654c9
    );

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #129f8c, #36afd8, #243ea7, #a654c9);
}
