/*
Theme Name: My Custom HTML Theme
Author: HireYouNow
Version: 1.0
Description: My responsive HTML website converted to WordPress.
*/

/* 📑 यूनिवर्सल बेसिक सेटिंग्स */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #ffffff;
    color: #333333;
    padding: 15px;
}

/* 🎨 हेडर स्टाइल */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-ad {
    background-color: #d1127d;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

.login-link {
    color: #000000;
    text-decoration: none;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    width: 24px;
}

.menu-icon span {
    height: 3px;
    width: 100%;
    background-color: #000000;
    border-radius: 2px;
}

/* 📐 मुख्य लेआउट कंटेनर */
.details-container {
    max-width: 600px;
    margin: 15px auto;
    text-align: left;
}

.back-link {
    display: inline-block;
    color: #d1127d;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.details-breadcrumbs {
    font-size: 15px;
    color: #444444;
    margin-bottom: 20px;
}

.details-breadcrumbs a {
    color: #333333;
    text-decoration: underline;
}

/* 🏷️ छोटे टैग्स रो (उम्र, शहर) */
.tags-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.info-tag, .service-tag, .city-tag {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #666666;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
}

/* 🔤 टाइटल और डिस्क्रिप्शन */
.details-main-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 20px;
}

.image-gallery-box {
    width: 100%;
    background-color: #000000;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.gallery-placeholder {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-img-icon {
    font-size: 64px;
    color: #444444;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
}

.arrow-left { left: 10px; }
.arrow-right { right: 10px; }

.btn-show-all {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border: 1px dashed #ffffff;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
}

.ad-description-section, .ad-services-section, .footer-cities-section {
    margin-top: 25px;
    margin-bottom: 25px;
}

.section-title {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.description-text p {
    font-size: 15px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 12px;
}

.services-tags, .footer-cities-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* 📞 बड़े ऐक्शन बटन्स */
.sticky-action-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}

.btn-large-call, .btn-large-chat {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
}

.btn-large-call { background-color: #b00e66; }
.btn-large-chat { background-color: #25d366; }

/* 🏢 फुटर और डिस्क्लेमर बॉक्स सेटिंग्स */
.footer-cities-section h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.disclaimer-box {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 25px 20px;
    margin-bottom: 25px;
    text-align: center;
}

.disclaimer-box h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.disclaimer-box p {
    font-size: 14px;
    color: #444444;
    line-height: 1.6;
}

.footer-links {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-bottom: 15px;
}

.footer-links a {
    color: #333333;
    text-decoration: none;
    margin: 0 5px;
}

.copyright-text {
    font-size: 14px;
    color: #444444;
    text-align: center;
    margin-bottom: 20px;
}
.profile-container {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-family: Arial, sans-serif;
}

h2 {
    margin-bottom: 5px;
    color: #333;
}

.subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 13px;
    color: #444;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* इनपुट को बॉक्स से बाहर जाने से रोकता है */
    font-size: 14px;
}

/* मोबाइल पर नाम वाले दोनों बॉक्स को एक लाइन में या व्यवस्थित करने के लिए */
.form-row {
    display: flex;
    gap: 15px;
}

.form-row .form-group {
    flex: 1;
}

.divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 25px 0;
}

/* आपके पसंदीदा गुलाबी/मैजेंटा थीम जैसा बटन */
.submit-btn {
    width: 100%;
    background-color: #ba005d; 
    color: white;
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #94004a;
}
