     .navbar-custom {
            background-color: #ff0085;
        }
        span.badge.bg-secondary,.service-badge {
    background: #ffeff7 !important;
    color: black;
    padding: 10px;
}
.about-me-section {
    padding: 20px !important;
}


        .navbar-brand img {
            height: 50px;
        }

        .nav-link {
            color: white !important;
            margin: 0 10px;
            font-weight: 500;
        }

        .nav-link:hover {
            color: #f8f9fa !important;
            text-decoration: underline;
        }

        .btn-custom {
            background-color: #f8f9fa;
            color: #ff0085;
            border-radius: 20px;
            font-weight: 500;
            margin-left: 10px;
            transition: all 0.3s ease;
        }

        .btn-custom:hover {
            background-color: #e2e6ea;
            color: #ff0085;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transform: translateY(-2px);
        }
        #profile .card {
            max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 8px;
    overflow: hidden;
        }
        .wtsp {
                background: #ff0085;
    border: none;
        }

        @media (max-width: 576px) {
            .nav-link {
                font-size: 14px;
            }

            .btn-custom {
                font-size: 14px;
                margin: 5px 0;
                width: 100%;
            }
        }

        .search-section {
    background-color: #ffeff7 !important;            padding: 60px 0;
            text-align: center;
        }

        .search-section h1 {
            margin-bottom: 30px;
            font-size: 2rem;
            color: #ff0085;
            font-weight: 700;
        }

        .search-bar {
            max-width: 600px;
            margin: 0 auto;
        }

        .search-bar input[type="text"] {
            border-radius: 20px 0 0 20px;
            border: 1px solid #ced4da;
            padding: 10px 20px;
            font-size: 1rem;
        }

        .search-bar button {
            border-radius: 0 20px 20px 0;
            border: 1px solid #ff0085 !important;
            background-color: #ff0085;
            color: white;
            padding: 10px 20px;
            font-size: 1rem;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .search-bar button:hover {
            background-color: #ff0085;
        }

        img.d-block.w-100 {
            /* width: 200px !important; */
            height: 230px;
            object-fit: cover;
        }

        #profile .card .card-title {
            font-size: 24px;
            font-weight: bold;

        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        #cities-covered {
            background-color: #f8f9fa;
        }

        #cities-covered h2 {
            font-size: 2.5rem;
                text-align: center !important;
    color: #ff0085 !important;
        }
        .city-box svg {
            color: #ff0085 !important;
        }
        .city-box:hover {
            transform: translateY(-10px);
            transition: transform 0.3s ease-in-out;
        }
        .city-box {
            background: white !important;
        }
        

        .city-box-link {
            text-decoration: none;
            color: inherit;
        }
        @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }
}
        @media (max-width: 992px) {
    .search-section {
    background-color: #ffeff7 !important;
    padding: 60px 10px;
    text-align: center;
}
#profile .card .col-md-2 {
    width: 30% !important;
}
#profile .card .col-md-7 {
    width: 70% !important;
}
#profile .card .col-md-7 .card-body {
    padding: 10px;
}
#profile p.card-text {
    font-size: 12px;
}
.col-md-3.d-flex.flex-column.justify-content-center.pe-3.button-options {
    flex-direction: row !important;
}
.col-md-3.d-flex.flex-column.justify-content-center.pe-3.button-options a {
    width: 50% !important;
}

        #profile .card .card-title {
            font-size: 14px;
            font-weight: bold;

        }
        #profile .card .flex-colunm {
            flex-direction: row !important;
        }
                #profile .card .flex-colunm a {
           width: 50%;
        }
.search-section h1 {
    margin-bottom: 30px;
    font-size: 1.5rem;
    color: #ff0085;
    font-weight: 700;
}
#profile .col-md-3 {
padding: 10px;
}
img.d-block.w-100 {
    /* width: 200px !important; */
    height: 344px;
    object-fit: cover;
    object-position: top;
}
}
#city-suggestions{
        margin-top: 2.9rem !important;
    border-radius: 20px;
    z-index: 10;
}
      .gallery-container {
            padding: 50px 0;
        }
        .gallery-item {
            overflow: hidden;
            position: relative;
        }
        .gallery-item img {
            width: 100%;
              height: 500px !important;
            transition: transform 0.3s ease-in-out;
        }
        .gallery-item:hover img {
            transform: scale(1.1);
        }
            .services-section {
            padding: 40px 0;
            background-color: #f8f9fa;
            text-align: center;
        }
        .services-heading {
            margin-bottom: 30px;
            font-size: 1.8rem;
            color: #ff0085;
            font-weight: bold;
        }
        .services-badges {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
        }
        .service-badge {
           border: 1px solid lightgrey;
           padding: 15px;
        }    .contact-section {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 40px 0;
            background-color: #f8f9fa;
        }

        a.card-anchor-title {
    text-decoration: none;
    color: black;
}
#profile p.card-text {
    /*margin-bottom: 20px;*/
    text-overflow: ellipsis;
    -webkit-line-clamp: 3 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}