* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

/* Navbar Styles */
.navbar {
    margin-top: -12px;
    margin-bottom: -10px;
    padding: 0px 6px;
    height: 96px;
}

.logo-text img {
    width: 100%;
}

/* Nav Item Styles */
.nav-item .nav-link {
    font-size: 15px;
    font-weight: 600 !important;
    color: rgb(66, 93, 116) !important;
    padding: 8px 15px;
    transition: color 0.2s ease;
}

.nav-item .nav-link:hover {
    color: green !important;
}

.nav-item.active .nav-link {
    color: green !important;
}

.select-dropdown {
    margin-right: 9px;
}

.select-dropdown .btn-custom-dropdown {
    padding: 0;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: transparent;
    box-shadow: none !important;
}

.lang-text {
    background-color: rgb(94, 100, 100);
    color: white;
    padding: 8px 16px;
    font-size: 18px;
}

.lang-arrow {
    background-color: #343a40;
    color: white;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.select-dropdown .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #343a40;
    margin-top: 5px;
    padding: 0;
    min-height: auto;
    width: 70px;
}

.select-dropdown .dropdown-item {
    color: white;
    font-weight: 500;
    padding: 10px 20px;
    display: block;
    width: 100%;
    clear: both;
    background-color: transparent;
}

.select-dropdown .dropdown-item:hover,
.select-dropdown .dropdown-item:focus,
.select-dropdown .dropdown-item:active,
.select-dropdown .dropdown-item.active {
    background-color: #495057 !important;
    color: white !important;
}

.google {
    border: 0.9px solid rgb(180, 174, 174);
    border-radius: 5px;
    width: 170px;
    height: 38px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.google:hover {
    background-color: rgb(222, 233, 240);
    color: rgb(43, 41, 41);
    transition: all 0.3s ease;
    cursor: pointer;
}

.google img {
    height: 26px;
    margin-right: 10px;
}

.google .h {
    font-weight: bold;
    font-size: 13px;
    font-family: sans-serif;
    margin: 0;
}

/* User Profile Dropdown Styles */
#userProfileDropdown {
    transition: transform 0.2s ease;
}

#userProfileDropdown:hover {
    transform: scale(1.05);
}

#userProfileDropdown img {
    transition: border-color 0.2s ease;
}

#userProfileDropdown:hover img {
    border-color: #6fbf52;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.carousel-caption {
    position: absolute;
    bottom: initial;
    left: 15%;
    top: 50%;
    padding: 30px;
    color: #fff;
    text-align: center;
    backdrop-filter: blur(5px);
    border-radius: 15px;
}

.carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.carousel-caption h5 {
    font-family: sans-serif;
    margin-bottom: 0rem;
    font-size: 1.8rem;
    margin-top: -141px;
}

.carousel-caption p {
    font-family: sans-serif;
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.carousel-caption button {
    color: white;
    border: 2px solid white;
    padding: 9px 27px;
    font-size: 1.2rem;
    border-radius: 50px;
    cursor: pointer;
    font-family: sans-serif;
    background: rgba(255, 255, 255, 0.1);
}

.carousel-caption button:hover {
    background-color: #2f91d7;
    border-color: #2f91d7;
    color: #fff;
}

@media (max-width: 768px) {
    .carousel-caption {
        right: 5%;
        left: 5%;
        padding: 20px;
    }

    .carousel-caption h5 {
        font-size: 2rem;
    }

    .carousel-caption p {
        font-size: 1.1rem;
    }

    .carousel-item img {
        height: 400px;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    background-size: 20px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1 !important;
    width: 12% !important;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.8 !important;
}

.newsletter-content {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    width: 70%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* Our Maids Section Styles */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Filter Dropdown Styles */
.filter-dropdown .btn-custom-dropdown {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 0;
    height: 45px;
    width: 100%;
}

.filter-dropdown .lang-text {
    background-color: rgb(100, 100, 100);
    /* Match previous filter background */
    color: white;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 16px;
    flex-grow: 1;
    height: 100%;
}

.filter-dropdown .lang-arrow {
    background-color: #000;
    color: #fff;
    width: 40px;
    /* Fixed width for arrow area */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.filter-dropdown .dropdown-menu {
    background-color: #000;
    border: 1px solid #333;
    margin-top: 0;
}

.filter-dropdown .dropdown-menu .dropdown-item {
    color: #fff !important;
    background-color: transparent !important;
    padding: 8px 16px;
}

.filter-dropdown .dropdown-menu .dropdown-item:hover,
.filter-dropdown .dropdown-menu .dropdown-item:focus,
.filter-dropdown .dropdown-menu .dropdown-item.active,
.filter-dropdown .dropdown-menu .dropdown-item:active {
    background-color: #2f91d7 !important;
    color: #fff !important;
}

/* Ensure all dropdown items have the same styling */
.filter-dropdown .dropdown-menu a.dropdown-item {
    background-color: transparent !important;
}

.filter-dropdown .dropdown-menu a.dropdown-item:hover,
.filter-dropdown .dropdown-menu a.dropdown-item:focus,
.filter-dropdown .dropdown-menu a.dropdown-item.active {
    background-color: #2f91d7 !important;
    color: #fff !important;
}

.we_at {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 36px;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgb(75, 160, 232);
    text-align: center;
    font-weight: 600;
    margin: auto;
}

.maid-card {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    height: auto;
    border: 1px solid rgb(237, 237, 237);
}

.maid-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.maid-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -30%;
}

h6 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #4393e0;
    padding: 0px 10px;
    width: 224px;
}

.font-weight-bold {
    font-weight: 729 !important;
}

.maid-info {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

.maid-status {
    margin: 0px 0px 20px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

.btn-outline-primary {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    min-width: 64px;
    background-color: rgb(111, 191, 82);
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    padding: 5px 15px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(111, 191, 82);
    border-image: initial;
    border-radius: 50px;
}

.rounded-pill-card {
    width: 80% !important;
}

.btn-outline-primary:hover {
    color: #2f91d7;
    border-color: #2f91d7;
    background: #fff;
}

.btn-outline {
    color: #fff;
    border-color: rgb(111, 191, 82);
    background: rgb(111, 191, 82);
    padding-left: 25px !important;
    width: 137px;
    height: 42px;
    padding: 7px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: -12px;
    margin-left: 48px;
}

.btn-outline:hover {
    color: #2f91d7;
    border-color: #2f91d7;
    background: #FFF;
}

.maid-name {
    font-weight: 500 !important;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 10px 0px 0px;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    background-color: #2f91d7;
    border-color: #2f91d7;
}

.btn-primary:hover {
    background-color: #2573aa;
    border-color: #2573aa;
}

button.button {
    height: 50px;
    width: 155px;
    font-size: 16px;
    border: 2px solid white;
    border-radius: 47px;
    background-color: rgb(111, 191, 82);
    color: white;
    font-size: 14px;
    font-weight: 600;
}

button.button:hover {
    background-color: white;
    color: #2f91d7;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #2f91d7;
    height: 48px;
    width: 153px;
}

/* Service Lines Section Styles */
.service-lines-section {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f9f9fa;
}

.service-lines-section h4 {
    line-height: 1.4;
}

.section_title {
    margin: 0px;
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgb(75, 160, 232);
    font-family: sans-serif;
    font-weight: 600;
}


.service-lines-section img {
    transition: transform 0.3s ease;
}

/* Happy Clients Section Styles */
.happy-clients-section {
    padding-top: 20px;
    padding-bottom: 50px;
}

/* Newsletter Section Styles */
.newsletter-section {
    background-color: #f8f9fa;
}

.newsletter-section .form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

#logo {
    width: 315px;
    height: auto;
}

@media (max-width: 390px) {
    #logo {
        width: 150px;
    }
}

@media (max-width: 576px) {
    .maid-image {
        margin-top: -14%;
    }
}

@media (max-width: 490px) {
    .maid-image {
        margin-top: -18%;
    }
}

@media (max-width: 380px) {
    .maid-image {
        margin-top: -22%;
    }
}

@media (max-width: 310px) {
    .maid-image {
        margin-top: -26%;
    }
}

@media (max-width: 280px) {
    .maid-image {
        margin-top: -30%;
    }
}

@media (max-width: 235px) {
    .navbar-toggler {
        font-size: 12px;
    }

    #logo {
        width: 120px;
    }
}

@media (max-width: 200px) {
    .navbar-toggler {
        font-size: 10px;
    }

    #logo {
        width: 90px;
    }
}

.mr-3 {
    left: 13px;
    position: relative;
    top: 13px;
    width: 50px;
    cursor: pointer;
    height: 50px;
    border-radius: 50%;
    background-color: #ebebef;
}


.text-muted {
    color: #292b2d !important;
    font-size: 20px;
}

#container {
    height: 40px;
}

