/* Bold font face (TTF only) */
@font-face {
    font-family: "Gilroy";
    src: url("/fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Urbanist", sans-serif;
    background-color: #f8f8f8;
}

.container-fluid.header-color {
    background-color: #ffffff;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.card {
    border-radius: 10px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

/* .card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  } */

.card-img-top {
    height: 150px;
    object-fit: cover;
}

.card-body {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.card-text {
    font-size: 14px;
    color: #555;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.btn-primary {
    background-color: #7f2149 !important;
    /* Search button color */
    border-color: #7f2149 !important;
    color: #fff !important;
}

.custom-heading {
    height: 80px;
    width: 1210px;
}

.custom-div {
    width: 70%;
    /* Full width of the container */
    height: 40px;
    /* Set height to 300px, adjust as needed */
    margin-bottom: 20px;
    margin-top: 50px;
    margin-left: 150px;
    text-size-adjust: 80px;
}

.custom-row {
    background-color: #f8f9fa;
    /* Light background color */
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-link {
    color: #2e152b;
    /* Bootstrap primary color */
    font-weight: bold;
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

.custom-link:hover {
    color: #ffffff;
    /* White text on hover */
    background-color: #7f2149;
    /* Bootstrap primary hover background */
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}

.custom-links a {
    color: #333333;
    /* Text color */
    text-decoration: none;
    /* Remove underline */
    font-family: "Urbanist", sans-serif;
    /* Optional: Apply Urbanist font */
    font-size: 15px;
    /* Optional: Font size */
    font-weight: 400;
    /* Optional: Font weight */
    line-height: 26.4px;
    /* Optional: Line height */
}

.custom-links a:hover {
    text-decoration: none;
    /* Ensure no underline on hover */
}

.logo {
    height: 50px;
}

.navbar-nav {
    margin-left: 0 !important;
    /* Ensures the navbar aligns to the left */
    margin-right: 40;
    /* Optional: Removes any right alignment */
    justify-content: flex-start;
    /* Align items to the left */
}

.collapse.navbar-collapse {
    text-align: left;
    /* Ensures the content aligns to the left */
}

/* General Footer Styles */
.footer {
    background-color: #333333;
    color: white;
    padding: 100px 0 10px 0;
    font-size: 14px;
    z-index: 99;
}

.footer h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #d9d9d9;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #d9d9d9;
}

.footer p {
    margin: 0;
    line-height: 1.8;
    color: #d9d9d9;
}

.footer-logo {
    margin-bottom: 20px;
}

/* Newsletter Styles */
.newsletter {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #806132;
    color: white;
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
}

.newsletter.row {
    position: relative;
    top: 48px;
}

.newsletter h4 {
    font-size: 23px;
    float: left;
}

.our_subscribe {
    margin-left: 65px;
    font-family: "Gilroy";
}

.newsletter input[type="email"] {
    border: none;
    padding: 10px;
    width: 70%;
    border-radius: 20px 0px 0px 20px;
}

.newsletter button {
    background-color: #7f2149;
    font-size: 16px;
    line-height: 24px;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 0px;
}

.newsletter button:hover {
    background-color: #7f2149;
}

.news {
    background-color: #8b6a3a;
    padding: 10px;

    z-index: 9999 !important;
}

.bottom {
    background-color: #333333;
    padding: 50px;
}

/* css Santosh */

/*** continue button Start ***/
button.btn.bg-5a102a.text-white.btn-block {
    background-color: #7f2149;
    border-radius: 0px;
    font-size: 15px;
}

.bg-5a102a {
    height: 100vh;
}

.form-control {
    border-radius: 0px;
    border-color: #b3b3b3;
    color: #b3b3b3 !important;
}

.form-select {
    border-radius: 0px;
    border-color: #b3b3b3;
    color: #b3b3b3 !important;
}

.form-control::placeholder {
    color: #b3b3b3;
}

.notice {
    font-weight: 600;
}

.sellorgive {
    color: #7f2149;
}

p.valid_email {
    padding: 0;
    margin-bottom: 5px;
}

.client_login {
    font-weight: 600 !important;
    font-size: 30px;
}

.copyrights {
    padding-bottom: 1rem;
    display: block;
    color: #f4f4f4;
}

.error {
    color: #ff0000;
}

li.nav-item.dropdown {
    margin-left: 15px;
}

.register_ebb {
    padding: 0 36px;
}

.buyer_program {
    color: #7f2149;
    text-decoration: none;
}

.container-padding {
    padding: 0 65px;
}

.column-divider {
    border-right: 1px solid #d9d9d9;
    padding-right: 35px;
}

/*** continue button  end ***/

/* css date 16/12/2024*/
.bus_cat a {
    color: #7f2149 !important;
    display: block;
    padding: 10px 12px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.bus-cat-link:hover {
    background: #7f2149;
    color: #fff !important;
    border-color: #7f2149;
    text-decoration: none;
    transform: translateY(-2px);
}

/* LEADING AGENTS */
h2.section-title-agents {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.leading-agents {
    background-color: #7f2149;
    /* Dark pink background */
    padding: 40px 20px;
    height: 280px;
}

.agent-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    padding: 15px;
    /* Reduce padding */
    height: 120px;
    /* Reduce height */
}

.agent-card a {
    flex-shrink: 0;
    /* Prevent shrinking of the <a> tag */
    display: block;
}

.agent-card a img.agent-image {
    object-fit: cover;
    margin-right: 15px;
    width: 80px;
    /* Set a fixed width for the image */
    height: 80px;
    /* Set a fixed height to avoid stretching */
    display: block;
    /* Ensure the image behaves correctly */
}

.section-title {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}

.see-all-brokers {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.see-all-brokers:hover {
    text-decoration: underline;
}

/* SELLER & BUYER */

.custom-section {
    background-size: cover;
    padding: 40px 20px;
    border-radius: 10px;
    height: 450px;
}

/* General Section Styling */
.section-title {
    font-size: 34px;
    font-weight: Urbanist;
    color: #000;
}

.divider {
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: 15px 0;
}

.list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.list-item-icon {
    font-size: 24px;
    color: #812652;
    /* Dark pink check icon */
}

.list-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #835f33;
    /* Dark brown for titles */
}

.list-item-description {
    font-size: 16px;
    color: #000;
}

.list-item-description a {
    color: #835f33;
    /* Link color */
    text-decoration: underline;
}

.list-item-description a:hover {
    text-decoration: none;
}

/* OUR SERVICES CSS */
.services-section {
    padding: 60px 15px;
    text-align: center;
}

.services-section h2 {
    margin-bottom: 0%;
    margin-left: 3px;
    margin-right: 1px;
    float: left;
}

@media (max-width: 767px) {
    .services-section h2 {
        text-align: center !important;
        display: contents;
    }
}

.services-section p {
    color: #666;
    margin-bottom: 40px;
}

.service-card {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 93%;
    margin: 0px;
    padding: 20px;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.service-content {
    padding: 20px;
}

.service-title {
    font-size: 1.25rem;
    /* font-weight: bold; */
    margin-bottom: 15px;
}

.service-description {
    color: #666;
}

.view-services {
    margin-top: 40px;
    font-weight: bold;
    color: #8a6534;
    text-decoration: none;
}

.view-services:hover {
    text-decoration: underline;
}

/* WHY EBB CSS */
.image-container {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: brightness(0.5); */
}

.image-container .overlay {
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(128, 0, 64, 0.6);
    /* Add a reddish overlay */
}

.text-container {
    padding: 8rem;
    display: flex;
}

.text-container .title {
    font-size: 2.5rem;
    color: #7b5d2a;
    margin-bottom: 1rem;
}

.text-container .subtitle {
    font-size: 1.75rem;
    color: #000;
    margin-bottom: 1rem;
}

.text-container .description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.text-container .learn-more-btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: #7f2149;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.text-container .learn-more-btn:hover {
    background-color: #5e441f;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .listing_search .form-control,
    .listing_search .form-select {
        margin-bottom: 10px;
    }

    .prefect_bus .border-right {
        border-right: none;
    }

    .image-container img {
        height: auto;
    }
}

/* PHASES */
/* Custom Card Styles */
section.phases-section {
    margin-top: 70px;
}
.phase_complex_center {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
    margin-bottom: 70px;
}

.custom-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #eaeaea;
    /* Light border */
    border-radius: 8px;
    /* Rounded corners */
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
    text-align: left;
    /* Align text */
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    width: 100%;
    max-width: 282px;
    height: 167px;
}

.custom-card:hover {
    transform: translateY(-5px);
    /* Slight lift effect on hover */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    /* Stronger shadow */
}

/* Number Badge Styles */
.number-badge {
    position: absolute;
    top: -15px;
    left: 15px;
    background-color: #7b5d2a;
    /* Gold-like color */
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 8px 8px 0 0;
    /* Rounded top corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
}

/* Card Text Styles */
.card-title-slider {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
}

.custom-card .card-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
    margin-top: 2rem;
}

.example-link {
    position: absolute;
    /* Position relative to the parent card */
    bottom: 16px;
    /* Distance from the bottom */
    right: 16px;
    /* Distance from the right */
    color: #806132;
    /* Link color */
    text-decoration: none;
    font-size: 1rem;
}

.example-link:hover {
    color: #5e441f;
    /* Darker gold on hover */
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .number-badge {
        font-size: 1.2rem;
    }

    .card-title {
        font-size: 1rem;
    }

    .example-link {
        font-size: 0.8rem;
    }
}

/* css end date 16/12/2024*/
.breadcrumb-item + .breadcrumb-item::before {
    content: "•";
    /* Use a dot instead of slash */
    color: #999;
    /* Dot color */
    font-weight: bold;
}

.bus_listing {
    background-color: #f2e9ed;
}

a.btn.btn.view_all_services {
    font-weight: 600;
    text-decoration: underline;
    color: #806132;
}

.phase_title {
    color: #806132 !important;
}

.leading_agent p {
    font-size: 13px;
    font-family: "Mulish";
    color: #333333;
}

.leading_agent h5 {
    font-family: "Gilroy";
}

.leading_agent a {
    text-decoration: none;
    color: #000;
}

/* .container-fluid-footer {
  background-color: #f8f8f8 !important;
} */

/*pagination css*/
/* General Pagination Container */
.pagination-wrapper {
    text-align: center;
    /* Center pagination */
    margin-top: 20px;
    /* Space above the pagination */
}

/* Pagination List */
.pagination {
    display: inline-flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Pagination Links (Individual items) */
.pagination li {
    margin: 0 5px;
    /* Space between pagination items */
}

/* Pagination Links Styling */
.pagination a {
    display: inline-block;
    padding: 8px 16px;
    /* Size of the pagination links */
    font-size: 16px;
    /* Font size for the links */
    text-decoration: none;
    /* Remove underline */
    color: #7f2149;
    /* Default link color */
    background-color: #fff;
    /* Background color */
    border: 1px solid #ddd;
    /* Border color */
    border-radius: 4px;
    /* Rounded corners */
    transition: all 0.3s ease;
    /* Smooth transition for hover and active states */
}

/* Active Pagination Link */
.pagination li.active a {
    background-color: #7f2149;
    /* Background color for the active page */
    color: white;
    /* Text color for the active page */
    border-color: #7f2149;
    /* Border color for the active page */
}

/* Disabled State for Previous and Next Links */
.pagination li.disabled a {
    color: #6c757d;
    /* Disabled link color */
    pointer-events: none;
    /* Disable clicking */
    cursor: not-allowed;
    /* Change cursor to indicate disabled state */
    border-color: #ddd;
    /* Light border for disabled */
}

/* Hover Effects */
.pagination a:hover {
    background-color: #f0f0f0;
    /* Light background color on hover */
    border-color: #ccc;
    /* Darken the border on hover */
}

/* Custom Arrows (Left and Right) */
.pagination a:before {
    font-family: "Arial", sans-serif;
}

/* Customize "Previous" and "Next" Text */
.pagination a:first-child {
    padding-left: 12px;
    /* Add padding to the left for the previous arrow */
}

.pagination a:last-child {
    padding-right: 12px;
    /* Add padding to the right for the next arrow */
}

/* Add space for the dots separator */
.pagination .disabled span {
    padding: 8px 16px;
    font-size: 16px;
    color: #6c757d;
    /* Grey color for "..." */
}

/* Ensure proper spacing for the arrows */
.pagination li a {
    font-weight: bold;
}
.EBB-team-title ul li {
    font-size: 14px;
    line-height: 22px;
    color: #5d5d5d;
}
/* Responsive Design - Adjust for smaller screens */
@media (max-width: 767px) {
    .pagination a {
        padding: 6px 12px;
        /* Reduce padding on smaller screens */
        font-size: 14px;
        /* Smaller font size on mobile */
    }

    .pagination li {
        margin: 0 3px;
        /* Less margin on mobile */
    }
}

/*pagination css end*/
.subscribe-form {
    /* Optional: set a maximum width for the form */
    max-width: 680px;
    margin: 0 auto;
}

.subscribe-form input,
.subscribe-form button {
    display: inline-block;
    /* Make both input and button inline */
    vertical-align: middle;
    /* Align the items vertically */
}

.subscribe-form button {
    padding: 11px 0px;
}

.subscribe-form input {
    width: 70%;
    /* Adjust width of the email input */
}

.subscribe-form button {
    width: 25%;
    border-radius: 0px 20px 20px 0px;
    /* Adjust width of the submit button */
}

.newserror {
    margin-top: 10px;
}
@media screen and (max-width: 990px) {
    .custom-links {
        display: grid;
    }
    .custom-links {
        display: grid;
        margin-left: 15px;
    }
    li.nav-item.simple_menu {
        margin-left: 15px;
    }
    .custom-links a {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 600px) {
    .profile_content h3 {
        text-align: center;
        margin-top: 20px;
        font-size: 30px;
        text-transform: capitalize;
    }

    .con_img.d-inline-block {
        margin-bottom: 10px;
    }

    .lis_search .form-control,
    .lis_search .form-select {
        margin-bottom: 10px;
    }

    /*   .container-padding {
    padding: 0px 10px;
  } */

    .agent_search input.form-control {
        width: 100% !important;
        margin-bottom: 10px;
    }

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

    .contact_agent {
        margin-top: 10px !important;
    }

    a.agent_btn {
        padding: 10px 35px !important;
        font-size: 14px !important;
    }

    .newsletter.row {
        top: 85px;
    }

    .our_subscribe {
        margin-left: 0px;
    }

    .newsletter h4 {
        font-size: 20px;
        float: none;
        display: inline-block;
    }

    .subscribe-form button {
        width: 50%;
        border-radius: 20px;
    }

    .newsletter input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 20px;
    }

    .footer p,
    .footer h4 {
        text-align: center;
    }

    .footer ul li {
        text-align: center;
    }

    .footer-logo {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 180px;
    }
    .remove-mobile-padding {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .remove-mobile-padding .img-fluid {
        height: 200px;
        width: 100%;
    }
    .main-container {
        padding: 30px 10px !important;
    }
    .buyer_tool h1 {
        font-size: 20px !important;
        margin-bottom: 15px;
    }
    .buyer_tool .card-container {
        margin-top: 0px;
    }
    .buyer_tool .card-custom {
        padding: 20px 10px;
        margin-bottom: 10px;
        max-width: 100%;
    }
    .buyer_tool br {
        display: none;
    }
    .buyer_tool .card-container {
        display: inherit;
    }
    .services_financing .Content-text {
        margin-right: 0px;
    }
    .Content-text .section-heading,
    .Content-text p {
        text-align: center;
        padding: 0 10px;
    }
    .services_consulting .Content-text {
        margin-right: 0px;
    }
    .ab_ebb .Content-text {
        margin-right: 0px;
    }
    .mar_acq .Content-text {
        margin-right: 0px;
    }
    .bus_valu .Content-text {
        margin-right: 0px;
    }
    .col-md-8.border-right-contact {
        border-right: none !important;
        padding-right: 12px !important;
    }
    .con_submit .btn-custom.px-5.py-2 {
        margin-left: 0;
    }
    .con_submit {
        text-align: center;
    }
    .contact-right-part {
        padding-left: 0 !important;
        text-align: center;
    }
    .box-container {
        padding: 65px 12px !important;
    }
    .card-EBB {
        margin: 18px 0px 0px 0px !important;
    }
    .EBB-border {
        border-right: none !important;
    }
    .content-box {
        padding: 30px 0px !important;
    }
    .testimonial-card {
        height: auto !important;
    }
    .section-heading-join {
        font-size: 25px !important;
        text-align: center;
    }
    .column-divider {
        border-right: none;
    }
    .RegisterWithEbb button.btn.bg-5a102a.text-white.btn-block {
        margin-bottom: 10px;
    }
    .container-padding {
        padding: 0 15px;
    }
    .content-box-ebb {
        padding: 20px 10px !important;
    }
    h2.align_your_self {
        text-align: center;
        font-size: 22px;
    }
    hr.pursuit_hr {
        margin-left: 10px;
        margin-right: 10px;
    }
    .our_services_sec h3,
    .our_services_sec p {
        text-align: center;
    }
    .our_services_sec img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; /* Ensures the image resizes to fit its container */
        height: auto; /* Keeps the aspect ratio of the image */
    }
    .main-container-service {
        padding: 45px 0px !important;
    }
    .main-container-service .subtext {
        margin-left: 10px;
        margin-right: 10px;
    }
    section.phases-section {
        margin-top: 0px;
    }
    .agent-info {
        height: 125px !important;
    }
    .Content-text.question h3,
    .Content-text.question p {
        text-align: inherit;
    }
    .adove_img {
        text-align: center;
    }
}

/* Tablets (portrait and landscape) */
@media screen and (min-width: 601px) and (max-width: 768px) {
    .profile_content h3 {
        margin-top: 20px;
        font-size: 30px;
        text-transform: capitalize;
    }

    .navbar .container {
        max-width: 100%;
    }

    .lis_search .form-control,
    .lis_search .form-select {
        margin-bottom: 10px;
    }

    .agent_search input.form-control {
        width: 100% !important;
        margin-bottom: 10px;
    }

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

    .container-padding {
        padding: 0;
    }

    .newsletter.row {
        top: 70px;
    }

    .newsletter h4 {
        font-size: 25px;
        float: none;
        display: inline-block;
    }

    .our_subscribe {
        margin-left: 0px;
    }

    .footer p,
    .footer h4 {
        text-align: center;
    }

    .footer ul li {
        text-align: center;
    }

    .footer-logo {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 200px;
    }
    .buyer_tool .card-custom {
        margin-bottom: 10px;
    }

    .buyer_tool .card-container {
        display: inherit;
    }
    .buyer_tool .card-custom {
        max-width: 100%;
    }
    .services_financing .Content-text {
        margin-right: 0px;
    }
    .Content-text .section-heading,
    .Content-text p {
        text-align: center;
        padding: 0 10px;
    }
    .services_consulting .Content-text {
        margin-right: 0px;
    }
    .ab_ebb .Content-text {
        margin-right: 0px;
    }
    .mar_acq .Content-text {
        margin-right: 0px;
    }
    .bus_valu .Content-text {
        margin-right: 0px;
    }
    .col-md-8.border-right-contact {
        border-right: none !important;
        padding-right: 12px !important;
    }
    .con_submit .btn-custom.px-5.py-2 {
        margin-left: 0;
    }
    .con_submit {
        text-align: center;
    }
    .contact-right-part {
        padding-left: 0 !important;
        text-align: center;
    }
    .EBB-border {
        border-right: none !important;
    }
    .card-EBB {
        margin: 18px 0px 0px 0px !important;
    }
    .testimonial-card {
        height: auto !important;
    }
    .column-divider {
        border-right: none;
    }
    .RegisterWithEbb button.btn.bg-5a102a.text-white.btn-block {
        margin-bottom: 10px;
    }
    .container-padding {
        padding: 0 20px;
    }
    .content-box-ebb {
        padding: 30px 20px !important;
    }
    hr.pursuit_hr {
        margin-left: 10px;
        margin-right: 10px;
    }
    .our_services_sec h3,
    .our_services_sec p {
        text-align: center;
    }
    .our_services_sec img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; /* Ensures the image resizes to fit its container */
        height: auto; /* Keeps the aspect ratio of the image */
    }
    .main-container-service {
        padding: 45px 0px !important;
    }
    .main-container-service .subtext {
        margin-left: 10px;
        margin-right: 10px;
    }
    .Content-text.question h3,
    .Content-text.question p {
        text-align: inherit;
    }
    .adove_img {
        text-align: center;
    }
}

/* Tablets (portrait and landscape) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .agent-info {
        height: 150px !important;
    }
    .navbar .container {
        max-width: 100%;
    }

    .container-padding {
        padding: 0;
    }

    a.agent_btn {
        padding: 10px 50px !important;
        font-size: 18px !important;
    }

    .newsletter.row {
        top: 70px;
    }

    .newsletter h4 {
        font-size: 25px;
        float: none;
        display: inline-block;
    }

    .our_subscribe {
        margin-left: 0px;
    }

    .footer p,
    .footer h4 {
        text-align: center;
    }

    .footer ul li {
        text-align: center;
    }

    .footer-logo {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 220px;
    }
    .card-title-color {
        color: #806132;
        font-size: 26px;
    }
    .btn.reg {
        font-size: 11px;
    }
    hr.pursuit_hr {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .agent-info {
        height: 150px !important;
    }
    a.agent_btn {
        font-size: 15px !important;
    }
}

/* Buyer dashboard Styling */
.sidebar {
    background-color: #5a102a;
    padding: 20px;
    border-radius: 10px;
    color: white;
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0; /* This defines the distance from the top of the viewport */
    overflow-y: auto;
}

.sidebar-header {
    margin-bottom: 20px;
}
.sidebar-header h4 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
}

.sidebar-menu li {
    padding: 10px 0;
}

.sidebar-menu li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.sidebar-menu li a i {
    margin-right: 10px;
}

/* Hover Effect */
.sidebar-menu li a:hover {
    background-color: #806132;
    border-radius: 5px;
}

/* Content Section */
.content {
    background-color: #f8f9fa;
    padding: 20px;
    /*  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
}

.content h2 {
    color: #5a102a;
    font-weight: bold;
}

/* Dashboard Cards */
.dashboard-card {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.dashboard-card h5 {
    font-size: 18px;
    color: #5a102a;
    font-weight: bold;
}

.dashboard-card i {
    font-size: 20px;
    margin-right: 5px;
    color: #7f2149;
}

/* Responsive Design */
@media (max-width: 992px) {
    .sidebar {
        margin-bottom: 20px;
    }
}
.save_buyer_info {
    text-align: center;
}
.btn-save {
    background-color: #5a102a;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.btn-save:hover {
    background-color: #806132;
    color: #fff;
}
/* End Buyer dashboard Styling */

/* Style the custom radio buttons */
.custom-radio {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}

/* Hide the default radio button */
.custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

/* Create the custom circle for the radio button */
.custom-radio label {
    position: relative;
    padding-left: 30px; /* Add space for custom radio button */
    cursor: pointer;
    font-weight: 600;
}

/* Create the circle */
.custom-radio label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #5a102a; /* Blue color */
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* Style when radio button is checked */
.custom-radio input[type="radio"]:checked + label::before {
    background-color: #5a102a;
    border-color: #5a102a;
}

/* Add the check mark when the radio button is checked */
.custom-radio input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

/* Hover effect on radio button */
.custom-radio label:hover::before {
    border-color: #5a102a; /* Darker blue */
}

/* Focus effect for accessibility */
.custom-radio input[type="radio"]:focus + label::before {
    border-color: #5a102a;
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}

/* Style for the labels (text) */
.custom-radio label {
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
}
/* Style the custom radio buttons */
/* Search Bar Container */
.search-bar-container {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
}

/* Search Input Style */
.search-input {
    border-radius: 50px 0 0 50px; /* Rounded corners on left side */
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    flex-grow: 1; /* Makes the input field take the remaining space */
}

.search-input:focus {
    border-color: #7f2149;
    box-shadow: 0 0 8px rgba(127, 33, 73, 0.5);
    outline: none;
}

/* Search Button Style */
.search-btn {
    background-color: #7f2149;
    border-radius: 0 50px 50px 0; /* Rounded corners on right side */
    padding: 10px 20px;
    color: white;
    border: none;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.search-btn i {
    font-size: 18px;
}

.search-btn:hover {
    background-color: #5e1839; /* Darker shade for hover */
}

.search-btn:focus {
    box-shadow: none;
}

/* Mobile Responsive Design */
@media (max-width: 576px) {
    .search-bar-container {
        max-width: 100%;
    }
}
/*end css for search bar*/
.sidebar-menu .active {
    background-color: #806132;
    border-radius: 5px;
}
ul.list-unstyled.buyer-dash li {
    margin: 0;
    padding: 0;
}
form#registerEbb .form-control-lg,
form#registerEbb .form-select-lg {
    font-size: 16px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #626262;
}

.breadcrumb-item.active {
    color: #626262;
}
.content-box {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.main-heading {
    font-size: 20px;
    font-weight: bold;
    font-family: Urbanist;
    margin-bottom: 20px;
    color: #000;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.dropdown-item:active {
    background-color: #806132 !important;
}
.bus_lis_search input.form-control {
    border-radius: 20px 0px 0px 20px;
}
@media (max-width: 768px) {
    .bus_lis_search button.btn {
        border-radius: 10px !important;
    }
}
.bus_lis_search button.btn {
    border-radius: 0px 20px 20px 0px;
}
