p, li {
    font-family: "Inter", sans-serif !important;
}
.t_orange {
    color: var(--primary-color) !important;
}
.categories {
    padding: 60px 0 60px !important;
}
.testimonial {
    padding: 60px 0 60px !important;
}
.contact-details-icon{
    background-color: #ffffff !important;
    border: 1px solid var(--border-color-1);
}
.contact-details-content:hover .contact-details-icon{
    background-color: var(--bg-1) !important;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color-1) !important;
}
.contact-details-content:hover .contact-details-icon i {
    color: var(--primary-color);
}
/* Breadcrumb */
.common-banner .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: background-image 1s ease-in-out;
}
.bg-layer:before{
    background: rgba(0, 0, 0, 0.5) !important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.common-banner-content h3 {
    color: #ffffff;
}

.breadcrumb-item.active a {
    color: #ffffff;
}
.banner-section {
    padding: 60px 0px 40px 0px !important;
}
.banner-right-image {
    height: auto !important;
}
.common-title h3 {
    font-size: 42px;
    line-height: 50px;
}
.form-control{
    padding: 10px 16px !important;
    font-family: "Inter", sans-serif !important;
}
.form-control:focus{
    color: #000 !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.2rem rgba(204, 99, 0, 0.25) !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    padding: 10px 16px !important;
}
textarea.cmn-input::placeholder {
    font-size: 14px !important;
}
.blog-two-image{
    background: #fff !important;
}
.blog-two-image:hover{
    background-color: #fff9f9 !important;
}
.header-right-btn-area .btn-1:first-child {
    color: var(--white-color) !important;
    background-color: var(--primary-color) !important;
}
.banner-btn-area .btn-1:last-child {
    color: var(--white-color) !important;
    background-color: var(--primary-color) !important;
}
.cmn-input {
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-family: "Inter", sans-serif !important;
}
input.cmn-input::placeholder {
    font-size: 14px !important;
    font-family: "Inter", sans-serif !important;
}
input .cmn-input {
    font-size: 14px !important;
    font-family: "Inter", sans-serif !important;
}
.banner-section .banner-content-box h2 {
    font-size: 60px;
    line-height: 68px;
}
.gradient-button {
    background: linear-gradient(to right, #008bcc, #00a1ac, #4bbb84);
    color: white;
    padding: 12px 24px;
    border: none !important;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.gradient-button:hover {
    opacity: 0.85;
}

@media only screen and (max-width: 767px) {
    .mobile-menu .nav-logo {
        margin-bottom: 0px !important;
    }
    .mobile-menu .social-links {
        margin-top: 0px !important;
    }
    .rewards {
        padding: 0px 0 10px !important;
    }
    .about-widget p {
        max-width: 100% !important;
    }
}

.cmn-input {
    border-radius: 8px;
    border: 1px solid var(--border-color-1);
    background: var(--white-color);
    padding: 17px 17px;
    width: 100%;
    margin-bottom: 8px !important;
}
.common-banner {
    padding: 60px 0px 60px !important;
}
.profile-exprience{
    flex-direction: column;
    align-items: baseline;
}
.profile-exprience span {
    font-size: 15px !important;
}
.main-footer {
    padding-top: 20px !important;
}
.provider-carousel-item .service-tow-single-img {
    height: 320px !important;
}
.contact-details {
    padding: 50px 0 70px !important;
}
.works-profile-description {
    margin-top: 75px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    color: #333;
}

.works-profile-description h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.works-profile-description p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.works-profile-description ul {
    list-style: none;
    /* Remove default bullets */
    padding-left: 0;
}

.works-profile-description ul li {
    position: relative;
    padding-left: 25px;
    /* Space for icon */
    margin-bottom: 10px;
    line-height: 1.8;
    /* Line height for better readability */
    font-size: 1rem;
}

/* Custom icon using ::before */
.works-profile-description ul li::before {
    content: "✔";
    /* Checkmark icon */
    position: absolute;
    left: 0;
    top: 0;
    color: #2a9d8f;
    /* A pleasant green color */
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1;
}
.profile-image img {
    width: 85% !important;
    height: 100% !important;
    border-radius: 24px !important;
}
.works-profile {
    padding: 50px 0 50px !important;
}
