*,
:after,
:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #fff;
    background-color: #000;
    overflow-x: hidden;
}
h1,
h2,
h3 {
    line-height: 1.3;
}
h1 {
    font-size: clamp(24px, 4vw, 60px) !important;
    font-weight: 700 !important;
    text-align: center;
}
h2 {
    font-size: clamp(22px, 4vw, 35px);
    font-weight: 600;
    text-align: center;
}
h3 {
    font-size: clamp(20px, 3vw, 25px) !important;
    font-weight: 600;
    margin: 25px 0;
}
p {
    font-size: clamp(15px, 2.5vw, 18px);
    text-align: justify;
    margin-bottom: 1rem;
}
img {
    display: block;
    margin: 10px auto;
}
ol,
ul {
    padding-left: 1.2rem;
}
ul > li {
    font-size: clamp(16px, 3vw, 18px) !important;
    margin: 1rem 0;
    font-weight: 400;
    padding: 0;
}
ol:not(.breadcrumb) li {
    font-size: clamp(16px, 3vw, 22px);
    font-weight: 600;
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
}
.site-breadcrumb .breadcrumb {
    background: transparent;
    padding-top: 90px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.site-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
}
.site-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #ff6b6b;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.site-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #ff3838;
    text-decoration: underline;
}
.site-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #6c757d;
}
.site-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #adb5bd;
    padding: 0 10px;
}
.tag-search-section {
    background: #fff;
}
.tag-search-section h2 {
    font-weight: 600;
}
.tags-wrapper {
    max-width: 100%;
    padding: 0 1rem;
}
.tag {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tag:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.tag-blue {
    background: #eaf2ff;
    color: #3b82f6;
}
.tag-purple {
    background: #f1eaff;
    color: #7c3aed;
}
.tag-pink {
    background: #ffe9f1;
    color: #ec4899;
}
.tag-orange {
    background: #fff1e6;
    color: #f97316;
}
.tag-yellow {
    background: #fff7d6;
    color: #ca8a04;
}
.tag-indigo {
    background: #eef2ff;
    color: #6366f1;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
}

/* Table */
table {
    width: 100%;
    min-width: 900px; /* important */
    border-collapse: collapse;
    background: #010a14;
    color: #fff;
    font-family: Arial, sans-serif;
}

/* Header */
table thead {
    background: #ff6b6b;
}

table thead th {
    padding: 15px;
    text-align: left;
    font-size: 15px;
    white-space: nowrap;
}

/* Body */
table tbody td {
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 14px;
    vertical-align: top;
}

/* Hover */
table tbody tr:hover {
    background: rgba(255,255,255,0.03);
}

/* Rounded */
table thead th:first-child {
    border-top-left-radius: 10px;
}

table thead th:last-child {
    border-top-right-radius: 10px;
}

/* Mobile */
@media (max-width: 768px) {

    .table-responsive {
        overflow-x: auto;
    }

    table {
        min-width: 900px;
    }

}
a {
    text-decoration: none !important;
    color: #ff6b6b;
}
@media (max-width: 576px) {
    body {
        font-size: 14px;
    }
    ol,
    ul {
        padding-left: 1rem;
    }
}
#header {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    padding: 20px 0;
}
.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 90vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    text-align: center;
}
.hero .overlay {
    width: 100%;
    height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5254901961);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

main .popular-locations ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
main .popular-locations a {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
main .popular-locations a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #ff6b6b;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
main .popular-locations a:hover {
    color: #ff6b6b;
}

@media (max-width: 768px) {
    main .popular-locations {
        text-align: center;
    }
    main .popular-locations ul {
        margin-bottom: 20px;
    }
    main .popular-locations a {
        padding-left: 16px;
        font-size: 15px;
    }
    main .popular-locations a:before {
        width: 7px;
        height: 7px;
    }
}

main .faq-accordion {
    padding: 10px 0;
}
main .accordion-item {
    margin: 15px 0;
    border: none;
}
main .accordion-button {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 16px;
    border-radius: 6px;
}
main .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
main .accordion-button:not(.collapsed) {
    background-color: #ff6b6b;
    color: #fff;
}
main .accordion-button.collapsed {
    background-color: rgba(0, 0, 0, 0.9254901961);
    color: #fff;
}
main .accordion-body {
    background: #000;
    color: #fff;
    color: #000;
    padding: 18px;
    border: 1px solid #000;
    border-top: none;
}
main .accordion-body p {
    color: #fff;
}
main .accordion-body ul li {
    list-style-type: none;
    font-weight: 500;
}
main .accordion-body ul li a {
    color: #ff6b6b;
}

@media (max-width: 768px) {
    main .accordion-button {
        font-size: 14px;
        padding: 14px;
    }
}
main .available-girls {
    width: 100%;
}
main .available-girls .girl-card {
    background-color: rgba(246, 246, 246, 0.9647058824);
    border-radius: 14px;
    overflow: hidden;
    margin: 20px 0;
}
main .available-girls .girl-card h3 {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}
main .available-girls .girl-card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #222;
}
main .available-girls .girl-card ul {
    padding: 0;
    margin: 0;
}
main .available-girls .girl-card ul li {
    list-style: none;
    font-size: 15px;
}
main .available-girls .girl-card ul li strong {
    font-weight: 600;
}
main .available-girls .girl-card__image {
    padding: 20px;
}
main .available-girls .girl-card__image img {
    border-radius: 12px;
    max-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}
main .available-girls .girl-card__content {
    padding: 24px;
}
@media (max-width: 767px) {
    main .available-girls .girl-card {
        text-align: center;
    }
    main .available-girls .girl-card__image {
        padding-bottom: 0;
    }
    main .available-girls .girl-card__image img {
        max-height: 220px;
    }
    main .available-girls .girl-card__content {
        padding: 20px;
    }
}

main .blog-listing {
    background: #fff;
}

main .blog-card {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
main .blog-card:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
main .blog-card img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0;
    margin: 0;
}
main .blog-card .card-body {
    padding: 16px;
}
main .blog-card .card-body .badge {
    background: #38c476 !important;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
}
main .blog-card .card-body h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
    line-height: 1.3;
}
main .blog-card .card-body p {
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
}
main .blog-card .card-footer {
    padding: 12px 16px;
    font-size: 13px;
    color: #777;
}

main .sidebar {
    position: sticky;
    top: 20px;
}
main .sidebar-box {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}
main .sidebar-box .sidebar-title {
    background: #38c476 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 10px;
}
main .sidebar-box ul {
    padding: 0;
    margin: 0;
}
main .sidebar-box ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
}
main .sidebar-box ul li:last-child {
    border-bottom: none;
}
main .sidebar-box ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #111;
    text-decoration: none;
    background: #f9f9f9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
main .sidebar-box ul li a:hover {
    background: #38c476;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    main .sidebar {
        position: static;
        margin-top: 30px;
    }
    main .blog-card img {
        height: 180px;
    }
}
@media (max-width: 575px) {
    main .blog-listing h1 {
        font-size: 28px;
    }
    main .blog-card img {
        height: 160px;
    }
    main .blog-card .card-body h3 {
        font-size: 16px;
    }
}
main .single-post p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}
main .single-post ul {
    padding-left: 18px;
}
main .single-post ul li {
    font-size: 15px;
    margin-bottom: 6px;
}
main .single-post a {
    color: #1aa84b;
    text-decoration: none;
}
main .single-post a:hover {
    text-decoration: underline;
}

main .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
}
main .social-share .share {
    font-size: 16px;
    color: white;
    padding: 8px 23px;
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #333;
}

main .sidebar .sidebar-box {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
main .sidebar .sidebar-box h4 {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin: 10px;
}
main .sidebar .sidebar-box ul {
    list-style: none;
    padding: 5px 0;
}
main .sidebar .sidebar-box ul li {
    margin-bottom: 10pxpx;
}
main .sidebar .sidebar-box ul li a {
    font-size: 14px;
    color: #333;
}
main .sidebar .sidebar-box ul li a:hover {
    color: #1aa84b;
}

main .post-meta .tag {
    display: inline-block;
    background: #f1f1f1;
    padding: 5px 10px;
    font-size: 13px;
}
.btn-sec a {
    background-color: #ff6b6b;
    border: none;
}
.btn-sec a:hover {
    background-color: #ff3838;
}

.profile-card {
    background: #1a1a2e;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.card-image-wrapper {
    position: relative;
}
.verified-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #28a745;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
}
.card-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}
/* Location Message Card */
.location-message-card {
    background: #1a1a2e;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 50px 30px;
    max-width: 600px;
    margin: 0 auto;
}
.location-message-card i {
    opacity: 0.8;
}
.location-message-card h3 {
    color: #fff;
    margin-bottom: 15px;
}
.location-message-card p {
    color: #a0a0b0;
    margin-bottom: 10px;
}
.contact-fixed {
    position: fixed;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
  }
  
  .contact-fixed a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .contact-fixed a:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  }
  
  .contact-fixed a i {
    line-height: 1;
  }
  
  .contact-fixed .call-btn {
    background-color: #0d6efd;

  }
  
  .contact-fixed .whatsapp-btn {
    background-color: #25d366;
  }
  
  .mobile-social-buttons {
    display: none;
  }
  
  @media (max-width: 768px) {
    .mobile-social-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      z-index: 9999;
    }
  
    .mobile-social-buttons a {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 14px 0;
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }
  
    .mobile-social-buttons a i {
      font-size: 18px;
    }
  
    .mobile-social-buttons a:hover {
      transform: translateY(-2px);
    }
  
    .mobile-social-buttons .call-btn {
      background-color: #0088cc;
    }
  
    .mobile-social-buttons .call-btn:hover {
      background-color: #0077b3;
    }
  
    .mobile-social-buttons .whatsapp-btn {
      background-color: #25d366;
    }
  
    .mobile-social-buttons .whatsapp-btn:hover {
      background-color: #1ebe5d;
    }
  }


  