

  
    body {
      font-family: 'Poppins', sans-serif;
      background-color: #F9F9F9;
      color: #222;
    }

    .navbar-custom {
      background-color: #fff;
      border-bottom: 1px solid #eee;
    }

    .navbar-brand {
      color: #5A31F4 !important;
      font-weight: 600;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834, 34, 34, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 1.5em;
      height: 1.5em;
    }


    .nav-link {
      color: #333 !important;
      font-weight: 500;
    }

    .hero {
      background: linear-gradient(to right, #ffffff, #f2f0ff);
      padding: 4rem 1rem;
      text-align: center;
    }

    .hero h1 {
      color: #5A31F4;
      margin-bottom: 2rem;
    }

    .search-box input {
      border-radius: 8px;
    }

    .search-box button {
      background-color: #5A31F4;
      color: #fff;
      border-radius: 8px;
    }

    .search-box button:hover {
      background-color: #4a28d8;
    }
  
    body {
        background-color: linear-gradient(to right, #ffffff, #f2f0ff);
        color: #fff;
    }

    .card-container {
        background-color: #161b22;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        height: 250px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    }

    .card-image {
        width: 40%;
        height: 100%;
        object-fit: cover;
    }

    .card-details {
        padding: 16px;
        width: 60%;
    }

    .badge-group .badge {
        margin-right: 5px;
        font-size: 12px;
    }

    .card-title {
        font-weight: bold;
        font-size: 1.2rem;
        margin-bottom: 0;
        color: #c9d1d9;
    }

    .card-subtitle {
        font-style: italic;
        font-size: 0.9rem;
        color: #c9d1d9;
    }

    .card-meta i {
        margin-right: 6px;
    }

    .card-meta {
        font-size: 14px;
        color: #8b949e;
        margin: 4px 0;
    }

    .card-text {
        font-size: 14px;
        color: #b1bac4;
        margin-top: 8px;
    }

    .card-container {
        background-color: #161b22;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        /* always row */
        height: 250px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    }

    .card-image {
        width: 40%;
        height: 100%;
        object-fit: cover;
    }

    .card-details {
        padding: 16px;
        width: 60%;
    }

    .image-text-section {
        padding: 60px 20px;
        background: linear-gradient(to right, #ffffff, #f2f0ff);
        color: #fff;
        font-family: 'Poppins', sans-serif;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .content-wrapper {
        display: flex;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
    }

    .image-side {
        flex: 1 1 45%;
    }

    .image-side img {
        width: 100%;
        border-radius: 16px;

    }

    .text-side {
        flex: 1 1 50%;
    }

    .section-title {
        font-size: 26px;
        color: #5a31fa;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .section-text {
        font-size: 17px;
        line-height: 1.6;
        margin-bottom: 16px;
        color: #101010;
    }

    .book-now-btn {
        display: inline-block;
        margin-top: 10px;
        padding: 12px 28px;
        background: #5a31fa;
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        font-weight: bold;
        transition: 0.3s;
    }

    .image-text-section {
        padding: 60px 20px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .content-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 40px;
    }

    .image-side {
        flex: 1 1 45%;
        display: flex;
        justify-content: center;
    }

    .image-side img {
        width: 100%;
        max-width: 500px;
        border-radius: 16px;
        box-shadow: 0 0 20px rgba(59, 76, 228, 0.3);
        height: auto;
    }

    .text-side {
        flex: 1 1 50%;
    }


    .book-now-btn {
        display: inline-block;
        margin-top: 10px;
        padding: 12px 28px;
        background: #5a34f4;
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        font-weight: bold;
        transition: 0.3s;
    }

    .book-now-btn:hover {
        background: #2808a8ff;
    }


    @media screen and (min-width: 1200px) {
        .image-side img {
            max-width: 450px;
        }
    }

    .sexy-quote-card-section {
        padding: 4px;
    }

    .card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .quote-card {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-size: cover;
        background-position: center;
        height: 420px;
        border-radius: 16px;
        padding: 20px;
        color: #fff;
        position: relative;
        box-shadow: 0 0 12px #4524d8ff;
        border: 2px solid #5431f4;
        transition: transform 0.3s ease;
    }

    .quote-card:hover {
        transform: scale(1.03);
    }

    .card-top-quote {
        font-size: 16px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.6);
        padding: 12px;
        border-radius: 10px;
    }

    .rainbow-bar {
        height: 4px;
        margin: 10px 0;
        border-radius: 6px;
        background: linear-gradient(90deg, #ff00cc, #ffcc00, #00ffcc, #cc00ff);
    }

    .card-bottom-text {
        font-size: 14.5px;
        background: rgba(0, 0, 0, 0.6);
        padding: 10px;
        border-radius: 10px;
        color: #e0e0e0;
        margin-top: auto;
    }

    .card-footer {
        font-size: 12px;
        text-align: center;
        margin-top: 8px;
        color: #ffcc00;
        font-style: italic;
    }

    @media screen and (max-width: 768px) {
        .card-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .card-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            /* Always 2 columns */
            gap: 20px;
        }

        @media screen and (max-width: 400px) {
            .quote-card {
                padding: 12px;
                height: 360px;
            }

            .card-top-quote,
            .card-bottom-text {
                font-size: 13px;
                padding: 8px;
            }

            .card-footer {
                font-size: 11px;
            }
        }

    }

    body {
        background-color: linear-gradient(to right, #ffffff, #f2f0ff);
        color: #fff;
    }

    .location-heading {
        font-weight: 800;
        font-size: 1.8rem;
        text-align: center;
        border-bottom: 2px solid gold;
        display: inline-block;
        margin-bottom: 1rem;
    }

    .location-box {
        background-color: #5431fa;
        color: white;
        text-align: center;
        padding: 15px;
        border-radius: 5px;
        transition: background-color 0.3s;
    }

    .location-box:hover {
        background-color: #150274ff;
    }

    .escort-pricing-section {
        background: #f3f1ff;
        padding: 60px 20px;
        font-family: 'Poppins', sans-serif;
    }

    .pricing-wrapper {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }


    .price-card {
        background: #fff;
        border-radius: 16px;
        padding: 30px 20px;
        box-shadow: 0 0 10px #270acfff;
        width: 320px;
        height: 500px;
        position: relative;
        text-align: center;
    }

    .plan-title {
        color: #5a34f4;
        font-weight: bold;
        padding: 8px 16px;
        border-radius: 12px;
        display: inline-block;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .price {
        font-size: 28px;
        color: rgb(90 52 244);
        font-weight: 700;
        margin-bottom: 16px;
    }

    .price span {
        font-size: 16px;
        font-weight: normal;
    }

    .features {
        list-style: none;
        padding: 0;
        margin-bottom: 25px;
        text-align: left;
    }

    .features li {
        font-size: 15px;
        padding: 8px 0;
        display: flex;
        align-items: center;
    }

    .features li::before {
        content: "✔️";
        margin-right: 8px;
        color: green;
    }

    .features li.no::before {
        content: "❌";
        color: red;
    }

    .features li.no {
        color: #e10a0a;
    }

    .features li.yes {
        color: #15b423ff
    }

    .call-btn {
        display: inline-block;
        padding: 12px 25px;
        background: #5a34f4;
        color: #fff;
        border-radius: 30px;
        font-weight: 600;
        text-decoration: none;

        transition: 0.3s ease;
    }

    .call-btn:hover {
        background: #4024afff;
    }



    
    @media (max-width: 768px) {
        .pricing-wrapper {
            flex-direction: column;
            align-items: center;
        }
    }

  .floating-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .floating-icons a {
    background-color: #25D366;
    color: #fff;
    font-size: 20px;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .floating-icons a.call-icon {
    background-color: #5a31fa;
  }

  .floating-icons a:hover {
    transform: scale(1.1);
  }

  