@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&family=Poppins:wght@400;600;700&display=swap');

body {
    margin: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Philosopher', sans-serif;
    margin: 0;
}

p {
    margin: 0;
    line-height: 28px;
    font-size: 15px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #c77f39;
}

/* Header Top */
.hed-top {
    background: #6d1012;
    padding: 8px 0;
    border-bottom: 2px solid #c77f39;
}

.top-contact {
    color: #fff;
    font-size: 14px;
}

.top-contact a {
    color: #fff;
    font-weight: 600;
}

.top-contact h1 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.top-contact-social {
    display: flex;
    justify-content: flex-end;
}

.brouchr {
    display: inline-block;
    padding: 6px 12px;
    background: #c77f39;
    width: 220px;
    border-radius: 3px;
}

.brouchr select {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}

.brouchr select option {
    background: #6d1012;
    color: #fff;
}

/* Header Main */
.menu-sec {
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.lgo a {
    font-family: 'Philosopher', sans-serif;
    font-size: 26px;
    color: #6a1010;
    font-weight: 700;
    display: block;
    padding: 15px 0;
}

.lgo a span {
    color: #c48139;
}

/* Banner Slider */
.main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-slider img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.main-slider .desk {
    display: block;
}

.main-slider .mob {
    display: none;
}

/* Banner Bottom Call to Action */
.bnr-bottom {
    background: #6d1011;
    padding: 20px 0;
    color: #fff;
}

.bnr-bottom h3 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.bnr-bottom h3 a {
    color: #c77f39;
}

.bnr-bottom .btn-whatsapp {
    background: #c77f39;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.bnr-bottom .btn-whatsapp:hover {
    background: #e09245;
}

/* About Us Section */
.hm-about {
    padding: 80px 0;
    background: #fff;
}

.sec-title {
    margin: 0 0 5px 0;
    color: #c77f39;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hm-about h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 15px;
}

.hm-about h2 span {
    color: #c77f39;
}

.haed-underline {
    width: 140px;
    height: 5px;
    background: #c77f39;
    margin-bottom: 25px;
}

.text-cont p {
    color: #444;
    margin-bottom: 20px;
}

.hm-abt-text ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.hm-abt-text ul li {
    line-height: 28px;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.hm-abt-text ul li a {
    color: #000;
    font-weight: 600;
}

.hm-abt-text ul li::before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #c77f39;
    border-radius: 50%;
    content: '';
}

.hm-about h4 {
    font-size: 20px;
    margin-top: 25px;
    color: #333;
}

.hm-about h4 span a {
    color: #c77f39;
    font-weight: bold;
}

.hm-abt-img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Escorts Service Hub */
.hm-service {
    background: #6a1010;
    padding: 80px 0;
    color: #fff;
}

.hm-service .sec-title {
    color: #c77f39;
}

.hm-service h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hm-service p {
    color: #f1f1f1;
}

.service-cont {
    margin-top: 40px;
}

.service-sec-box {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #a30000;
    padding: 8px;
    box-shadow: 0 11px 21px #3a0505;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.service-sec-box:hover {
    transform: translateY(-5px);
}

.service-img img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    aspect-ratio: 3/4;
}

.service-text-box {
    padding: 15px 0;
    text-align: center;
}

.service-text-box h3 {
    margin: 0;
    font-size: 20px;
    color: #6a1010;
    font-weight: 700;
}

.service-text-box h5 {
    margin: 8px 0 0 0;
    font-size: 14px;
    color: #c77f39;
    font-weight: 600;
    text-transform: uppercase;
}

/* Opportunities Section (Dual Banner cards) */
.oppertunity {
    padding: 50px 0;
    background: #fdfdfd;
}

.oprt-box, .oprt-box-2 {
    width: 100%;
    height: 380px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.oppertunity-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.7));
}

.oppertunity-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: #fff;
    z-index: 2;
}

.oppertunity-text h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.oppertunity-text a {
    display: inline-block;
    background: #c77f39;
    color: #fff;
    padding: 10px 25px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.oppertunity-text a:hover {
    background: #fff;
    color: #c77f39;
}

/* Rates Page */
.rates-header {
    padding: 50px 0;
    text-align: center;
    background: #f8f9fa;
}

.rates-grid {
    padding: 60px 0;
}

.rate-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.rate-card:hover {
    transform: translateY(-5px);
    border-color: #c77f39;
}

.rate-card.featured {
    border: 2px solid #6d1012;
    box-shadow: 0 10px 25px rgba(109, 16, 18, 0.15);
}

.rate-card.featured .badge {
    background: #6d1012;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.rate-card h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}

.rate-price {
    font-size: 36px;
    color: #6d1012;
    font-weight: 700;
    margin-bottom: 20px;
}

.rate-card ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    text-align: left;
}

.rate-card ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.rate-card ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #c77f39;
    position: absolute;
    left: 0;
}

.rate-card .btn-book {
    display: block;
    background: #6d1012;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.rate-card .btn-book:hover {
    background: #c77f39;
}

/* Contact Us Form Page */
.contact-container {
    padding: 80px 0;
}

.contact-info-box {
    background: #6a1010;
    color: #fff;
    padding: 40px;
    border-radius: 8px;
    height: 100%;
}

.contact-info-box h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #c77f39;
}

.info-item {
    display: flex;
    margin-bottom: 25px;
}

.info-item i {
    font-size: 24px;
    color: #c77f39;
    margin-right: 20px;
    margin-top: 5px;
}

.info-item h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-form-box {
    padding: 20px;
}

.contact-form-box h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #6a1010;
}

.contact-form-box .form-control {
    background: #f2f2f3;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #333;
}

.contact-form-box .form-control:focus {
    background: #fff;
    border-color: #c77f39;
    box-shadow: none;
}

.contact-form-box button {
    background: #c77f39;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
}

.contact-form-box button:hover {
    background: #6a1010;
}

/* Profile Details Page */
.profile-detail-sec {
    padding: 80px 0;
}

.profile-detail-img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.profile-detail-info {
    padding-left: 20px;
}

.profile-detail-info h2 {
    font-size: 42px;
    color: #6a1010;
    margin-bottom: 10px;
}

.profile-detail-info .category {
    font-size: 18px;
    color: #c77f39;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.profile-attrs {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.attr-item {
    font-size: 16px;
    color: #555;
}

.attr-item strong {
    color: #000;
}

.detail-actions {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.btn-call-profile {
    background: #6d1012;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-whatsapp-profile {
    background: #25d366;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Footer Section */
footer {
    background: #111;
    color: #aaa;
    padding: 40px 0 20px 0;
    font-size: 14px;
}

footer h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

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

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

footer ul li a {
    color: #aaa;
}

footer ul li a:hover {
    color: #c77f39;
    padding-left: 5px;
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #222;
    text-align: center;
}

/* Floating Bottom Actions for Mobile View */
.mobile-action-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
}

.mobile-action-bar a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    flex: 1;
}

.mobile-action-bar .mobile-call {
    background: #fd275a;
}

.mobile-action-bar .mobile-whatsapp {
    background: #009999;
}

/* Gallery styling */
.gallery-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.gallery-card img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-card:hover img {
    transform: scale(1.05);
}

.gallery-card .gallery-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
    text-align: center;
}

.gallery-info h4 {
    font-size: 18px;
    margin: 0;
}

/* Responsive styling */
@media screen and (max-width: 991px) {
    .main-slider .desk {
        display: none;
    }
    .main-slider .mob {
        display: block;
        min-height: 380px;
        object-position: center;
    }
    .hm-about h2, .hm-service h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .bnr-bottom {
        text-align: center;
    }
    .bnr-bottom h3 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .hm-about {
        padding: 50px 0;
    }
    .hm-service {
        padding: 50px 0;
    }
    .contact-container {
        padding: 50px 0;
    }
    .profile-detail-sec {
        padding: 50px 0;
    }
    .profile-detail-info {
        padding-left: 0;
        margin-top: 30px;
    }
    body {
        padding-bottom: 50px; /* Leave room for mobile action bar */
    }
    .mobile-action-bar {
        display: flex;
    }
}

/* Custom Hero Dark Banner */
.hero-dark-banner {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.85)), url('/images/slider_1.jpg') center/cover no-repeat;
    padding: 90px 0;
    color: #fff;
}

.hero-dark-banner h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    line-height: 50px;
}

.hero-dark-banner .btn-contact-white {
    background: #fff;
    color: #111;
    font-weight: 700;
    padding: 12px 35px;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-dark-banner .btn-contact-white:hover {
    background: #c77f39;
    color: #fff;
}

/* Category Cards Section */
.cat-carousel-sec {
    padding: 60px 0;
    background: #fafafa;
}

.cat-carousel-sec h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.cat-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    margin-bottom: 25px;
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}

.cat-card:hover {
    transform: translateY(-4px);
}

.cat-card-img {
    width: 45%;
    flex-shrink: 0;
}

.cat-card-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.cat-card-body {
    padding: 20px;
}

.cat-card-body h4 {
    font-size: 18px;
    font-weight: 700;
    color: #6a1010;
    margin-bottom: 15px;
}

.btn-view-more {
    background: #c77f39;
    color: #fff;
    padding: 8px 22px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
}

.btn-view-more:hover {
    background: #a86221;
    color: #fff;
}

/* Dark Maroon Details Section with Hand Pointer Icons */
.maroon-details-sec {
    background: #6a1010;
    color: #fff;
    padding: 70px 0;
}

.maroon-details-sec h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 42px;
}

.maroon-details-sec p {
    color: #f5e6e6;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
}

.maroon-details-sec ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.maroon-details-sec ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #fff;
    padding-left: 32px;
    position: relative;
}

.maroon-details-sec ul li::before {
    content: "👉";
    position: absolute;
    left: 0;
    top: 0;
}
