/* ========================================
   StyleOn Salon - Complete CSS Styles
   Version: 2.0
   Description: Merged styles for all pages
======================================== */

/* ========================================
   BASE STYLES & RESET
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* ========================================
   TYPOGRAPHY
======================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.highlight-text {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
}

.text-center {
    text-align: center;
}

/* ========================================
   LAYOUT & CONTAINERS
======================================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.gender-sections .section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
        color: #ebc419;
}
.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
        color: #222;
}
.section-title p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Dark section title styles */
.dark-section .section-title h2 {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dark-section .section-title p {
    color: #ccc;
}
.brand-item img{
    width: 200px;
    height: 100px;
}
/* ========================================
   HEADER & NAVIGATION
======================================== */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
}
.logo img{
    width: 140px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
    position: relative;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #d4af37;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%;
}

/* ========================================
   BUTTONS
======================================== */
.btn {
    display: inline-block;
    padding: 1rem 2rem;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #000;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}

.btn-secondary {
    background: transparent;
    color: #d4af37;
    border: 2px solid #d4af37;
}

.btn-secondary:hover {
    background: #d4af37;
    color: #000;
    transform: translateY(-2px);
}

.btn-large {
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    border-radius: 30px;
}

.book-btn {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #000;
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.book-btn:hover {
    transform: translateY(-2px);
}

.cta-btn {
    display: inline-block;
    background: linear-gradient(45deg, #60e5ea, #367c7d);
    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}

/* ========================================
   HERO SECTIONS
======================================== */
.hero {
    height: 90vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(212,175,55,0.3)), 
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23222" width="1200" height="800"/><circle fill="%23d4af37" opacity="0.1" cx="200" cy="200" r="100"/><circle fill="%23ffd700" opacity="0.1" cx="800" cy="400" r="150"/><circle fill="%23d4af37" opacity="0.1" cx="1000" cy="600" r="80"/></svg>');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

/* Alternative hero for other pages */
.hero-alt {
    height: 82vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(212,175,55,0.3)), 
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23222" width="1200" height="800"/><circle fill="%23d4af37" opacity="0.1" cx="200" cy="200" r="100"/><circle fill="%23ffd700" opacity="0.1" cx="800" cy="400" r="150"/><circle fill="%23d4af37" opacity="0.1" cx="1000" cy="600" r="80"/></svg>');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

/* About page hero */
.hero-about {
    height: 60vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.8), rgba(212,175,55,0.4)), 
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23222" width="1200" height="600"/><circle fill="%23d4af37" opacity="0.2" cx="300" cy="150" r="80"/><circle fill="%23ffd700" opacity="0.1" cx="900" cy="300" r="120"/><circle fill="%23d4af37" opacity="0.15" cx="600" cy="450" r="60"/></svg>');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease;
}

.hero-alt .hero-content h1 {
    font-size: 3rem;
}

.hero-about .hero-content h1 {
    font-size: 3.5rem;
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    max-width: 600px;
    animation: fadeInUp 1s ease 0.3s both;
}

.hero-alt .hero-content p {
    font-size: 18px;
}

.hero-about .hero-content p {
    font-size: 1.2rem;
}

.breadcrumb {
    margin-top: 1rem;
    animation: fadeInUp 1s ease 0.6s both;
}

.breadcrumb a {
    color: #d4af37;
    text-decoration: none;
}

.breadcrumb span {
    color: #ccc;
    margin: 0 0.5rem;
}
.story-img img{
    width: 536px;
}
.mission-vision .section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}
.mission-vision .section-title p {
    font-size: 1.1rem;
    color: #e5e5e5;
    max-width: 600px;
    margin: 0 auto;
}

/* Hero images grid */
.hero6 {
    display: flex;
    gap: 15px;
    margin-top: 70px;
}

.hero6 .hero-image img {
    border-radius: 12px;
    box-shadow: 0px 5px 18px #000;
    height: 450px;
    object-fit: cover;
}

/* ========================================
   CARDS & COMPONENTS
======================================== */
.card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card-header {
    padding: 1.5rem;
    border-bottom: 1px solid #eee;
}

.card-body {
    padding: 1.5rem;
}

.card-footer {
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

/* Dark cards */
.card-dark {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: white;
}

.card-dark .card-footer {
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ========================================
   LADIES & GENTS SECTION
======================================== */
.gender-sections {
    padding: 5rem 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
}

.gender-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

.gender-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
}

.gender-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
}

.gender-image {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ladies-bg {
    background: linear-gradient(135deg, #ff6b9d, #c44569, #f8b500);
}

.gents-bg {
    background: linear-gradient(135deg, #4a69bd, #1e3799, #d4af37);
}

.gender-icon {
    font-size: 4rem;
    position: relative;
    z-index: 2;
}

.gender-icon img {
    width: 545px;
}

.image-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.gender-content {
    padding: 2rem;
}

.gender-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gender-content p {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.gender-services {
    list-style: none;
    margin-bottom: 2rem;
}

.gender-services li {
    padding: 0.5rem 0;
    color: #ddd;
    font-size: 0.95rem;
}

.gender-btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.ladies-btn {
    background: linear-gradient(45deg, #ff6b9d, #c44569);
    color: white;
}

.gents-btn {
    background: linear-gradient(45deg, #60e5ea, #367c7d);
    color: white;
}

.gender-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.ladies-btn:hover {
    box-shadow: 0 10px 25px rgba(255, 107, 157, 0.4);
}

.gents-btn:hover {
    box-shadow: 0 10px 25px rgba(74, 105, 189, 0.4);
}

/* ========================================
   SERVICES SECTION
======================================== */
.services {
    padding: 5rem 0;
    background: #f8f9fa;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.services-category {
    margin-bottom: 4rem;
}

.category-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    border-radius: 15px;
    font-weight: bold;
}

.ladies-title {
    background: linear-gradient(135deg, #ff6b9d, #c44569);
    color: white;
}

.gents-title {
    background: linear-gradient(135deg, #4a69bd, #1e3799);
    color: white;
}

.service-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(45deg, #d4af37, #ffd700);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
}

.service-icon img {
    width: 85px;
    border-radius: 50%;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #222;
}

.service-card p {
    color: #666;
    line-height: 1.6;
}

/* ========================================
   PARTNER BRANDS SECTION
======================================== */
.partner-brands {
    padding: 5rem 0;
    background: #f8f9fa;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.brand-item {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.brand-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-color: #d4af37;
}

/* ========================================
   TERMS AND CONDITIONS SECTION
======================================== */
.terms-section {
    padding: 5rem 0;
    background: white;
}

.terms-content {
    max-width: 800px;
    margin: 3rem auto 0;
    background: #f8f9fa;
    padding: 3rem;
    border-radius: 15px;
    border-left: 5px solid #d4af37;
}

.terms-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #222;
    text-align: center;
}

.terms-list {
    list-style: none;
    padding: 0;
}

.terms-list li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #e0e0e0;
    color: #666;
    line-height: 1.6;
    position: relative;
    padding-left: 2rem;
}

.terms-list li:last-child {
    border-bottom: none;
}

.terms-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #d4af37;
    font-weight: bold;
    font-size: 1.1rem;
}

/* ========================================
   ABOUT SECTIONS
======================================== */
.about {
    padding: 5rem 0;
    background: #222;
    color: white;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #ccc;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.stat {
    text-align: center;
    padding: 1rem;
    border: 1px solid #d4af37;
    border-radius: 10px;
}

.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #d4af37;
    display: block;
    margin-bottom: 0.5rem;
}
.stats .stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    display: block;
    margin-bottom: 0.5rem;
}
.why-choose .section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #fff;
}
.stat-label {
    font-size: 0.9rem;
    color: #ccc;
}

.about-image {
    position: relative;
}

.about-image::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    opacity: 0.2;
    border-radius: 15px;
    z-index: -1;
}

.about-img {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #333, #555);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #d4af37;
}

.about-img img {
    width: 544px;
    border-radius: 15px;
    box-shadow: 0pc 5px 15px #000;
}

/* Our Story Section */
.our-story {
    padding: 5rem 0;
    background: #f8f9fa;
}

.story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.story-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #222;
}

.story-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #666;
}

.story-image {
    position: relative;
}

.story-img {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #d4af37, #ffd700);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.story-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}

/* ========================================
   MISSION & VISION
======================================== */
.mission-vision {
    padding: 5rem 0;
    background: #222;
    color: white;
}

.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

.mv-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: transform 0.3s ease;
}

.mv-card:hover {
    transform: translateY(-10px);
}

.mv-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mv-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #d4af37;
}

.mv-card p {
    color: #ccc;
    line-height: 1.7;
}

/* ========================================
   TEAM SECTION
======================================== */
.team {
    padding: 5rem 0;
    background: #f8f9fa;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.team-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.team-image {
    height: 250px;
    background: linear-gradient(135deg, #d4af37, #ffd700);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    position: relative;
}

.team-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}

.team-info {
    padding: 1.5rem;
    text-align: center;
}

.team-info h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #222;
}

.team-role {
    color: #d4af37;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.team-info p {
    color: #666;
    font-size: 0.9rem;
}

/* ========================================
   WHY CHOOSE US SECTION
======================================== */
.why-choose {
    padding: 5rem 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #d4af37;
}

.feature-card p {
    color: #ccc;
    line-height: 1.6;
}

/* ========================================
   STATS SECTION
======================================== */
.stats {
    padding: 3rem 0;
      background: #d92f98;
    color: #000;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.stats .stat {
    padding: 1rem;
}

.stats .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5rem;
}

.stats .stat-label {
    font-size: 0.9rem;
    font-weight: 500;
}

/* ========================================
   AWARDS SECTION
======================================== */
.awards {
    padding: 5rem 0;
    background: #f8f9fa;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.award-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-top: 3px solid #d4af37;
}

.award-icon {
    font-size: 2rem;
    color: #d4af37;
    margin-bottom: 1rem;
}

.award-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #222;
}

.award-year {
    color: #666;
    font-size: 0.9rem;
}

/* ========================================
   GALLERY SECTION
======================================== */
.gallery {
    padding: 5rem 0;
    background: #f8f9fa;
}

.gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.gallery-item {
    height: 250px;
    background: linear-gradient(135deg, #ddd, #bbb);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: 250px;
}

/* ========================================
   CONTACT SECTION
======================================== */
.contact {
    padding: 5rem 0;
    background: #222;
    color: white;
}

.contact .contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.contact-info h3 {
    color: #d4af37;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.contact-item {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.contact-item span {
    margin-right: 1rem;
    font-size: 1.2rem;
}

.contact-form {
    background: #333;
    padding: 2rem;
    border-radius: 15px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    background: #444;
    color: white;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #d4af37;
}

.submit-btn {
    width: 100%;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #000;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
}

/* ========================================
   CTA SECTION
======================================== */
.cta {
    padding: 4rem 0;
    background: #222;
    color: white;
    text-align: center;
}

.cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #ccc;
}

/* ========================================
   FOOTER
======================================== */
.footer {
    background: #111;
    color: #ccc;
    text-align: center;
    padding: 2rem 0;
}

.footer p {
    margin-bottom: 0.5rem;
}

.social-links {
    margin-top: 1rem;
}

.footer-links {
    margin-top: 1rem;
}

.footer-links a {
    color: #d4af37;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffd700;
}

.social-links a {
    color: #d4af37;
    text-decoration: none;
    margin: 0 1rem;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #ffd700;
}

/* ========================================
   ANIMATIONS
======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease forwards;
}

.fade-in-delayed {
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.3s forwards;
}

/* ========================================
   UTILITY CLASSES
======================================== */
.bg-light { background-color: #f8f9fa; }
.bg-dark { background-color: #222; }
.bg-primary { background: linear-gradient(45deg, #d4af37, #ffd700); }
.text-light { color: #f8f9fa; }
.text-dark { color: #222; }
.text-primary { color: #d4af37; }
.text-muted { color: #666; }

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mt-5 { margin-top: 3rem; }

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mb-5 { margin-bottom: 3rem; }

.p-1 { padding: 0.5rem; }
.p-2 { padding: 1rem; }
.p-3 { padding: 1.5rem; }
.p-4 { padding: 2rem; }
.p-5 { padding: 3rem; }

/* ========================================
   MOBILE RESPONSIVE DESIGN
======================================== */

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(10px);
    padding: 2rem;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    z-index: 999;
}

.mobile-menu.active {
    transform: translateY(0);
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
}

.mobile-nav-menu li {
    margin-bottom: 1rem;
}

.mobile-nav-menu a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}

.mobile-nav-menu a:hover,
.mobile-nav-menu a.active {
    color: #d4af37;
}

/* Large Tablets and Small Desktops */
@media (max-width: 1024px) {
    .container {
        padding: 0 1.5rem;
    }

    .nav-container {
        padding: 0 1.5rem;
    }

    .hero-content h1 {
        font-size: 3.5rem;
    }

    .hero-alt .hero-content h1,
    .hero-about .hero-content h1 {
        font-size: 3rem;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .service-icon {
        width: 80px;
        height: 80px;
        font-size: 1.8rem;
    }

    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .awards-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

/* Tablets */
@media (max-width: 768px) {
    /* Header & Navigation */
    .nav-menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .nav-container {
        padding: 0 1rem;
    }

    .logo {
        font-size: 1.8rem;
    }

    /* Hero Sections */
    .hero,
    .hero-alt {
        height: 70vh;
        padding: 0 1rem;
    }

    .hero-about {
        height: 50vh;
    }

    .hero-content h1,
    .hero-alt .hero-content h1 {
        font-size: 2.5rem;
        margin-bottom: 0.8rem;
    }

    .hero-about .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p,
    .hero-alt .hero-content p {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .cta-btn,
    .book-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    /* Sections */
    .section {
        padding: 3rem 0;
    }

    .section-title h2 {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }

    .section-title p {
        font-size: 1rem;
    }

    /* Grid Layouts */
    .about-content,
    .contact-content,
    .story-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .gender-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .gender-image {
        height: 200px;
    }

    .gender-icon {
        font-size: 3rem;
    }

    .gender-content {
        padding: 1.5rem;
    }

    .mv-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .mv-card {
        padding: 2rem 1.5rem;
    }

    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .awards-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 0.8rem;
    }

    .gallery-item {
        height: 200px;
    }

    /* Partner Brands */
    .brands-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }

    .brand-item {
        padding: 1.2rem;
        font-size: 0.9rem;
    }

    /* Cards */
    .service-card,
    .team-card,
    .feature-card {
        padding: 1.5rem;
    }

    .service-icon {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
    }

    /* Images */
    .about-img {
        height: 300px;
        font-size: 2.5rem;
    }

    .story-img {
        height: 300px;
        font-size: 3rem;
    }

    .team-image {
        height: 200px;
        font-size: 2.5rem;
    }

    /* Contact Form */
    .contact-form {
        padding: 1.5rem;
    }

    .form-group input,
    .form-group textarea {
        padding: 0.8rem;
        font-size: 0.9rem;
    }

    /* Footer */
    .footer {
        padding: 1.5rem 0;
    }

    .social-links a {
        margin: 0 0.5rem;
        font-size: 1rem;
    }

    /* Hero Images */
    .hero6 {
        flex-direction: column;
        gap: 10px;
        margin-top: 40px;
    }

    .hero6 .hero-image img {
        width: 100%;
        max-width: 300px;
    }
}

/* Mobile Phones */
@media (max-width: 480px) {
    /* Container */
    .container {
        padding: 0 1rem;
    }

    .nav-container {
        padding: 0 1rem;
    }

    /* Header */
    .header {
        padding: 0.8rem 0;
    }

    .logo {
        font-size: 1.5rem;
    }

    .mobile-menu {
        padding: 1.5rem;
    }

    /* Hero Sections */
    .hero,
    .hero-alt {
        height: 60vh;
    }

    .hero-about {
        height: 45vh;
    }

    .hero-content h1,
    .hero-alt .hero-content h1,
    .hero-about .hero-content h1 {
        font-size: 2rem;
        line-height: 1.1;
    }

    .hero-content p,
    .hero-alt .hero-content p,
    .hero-about .hero-content p {
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }

    .cta-btn,
    .book-btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }

    /* Typography */
    h1 { font-size: 2rem; }
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.5rem; }
    h4 { font-size: 1.3rem; }
    h5 { font-size: 1.1rem; }

    .section-title h2 {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .section-title p {
        font-size: 0.95rem;
    }

    /* Sections */
    .section {
        padding: 2.5rem 0;
    }

    /* Cards & Content */
    .service-card,
    .team-card,
    .feature-card,
    .award-card {
        padding: 1.2rem;
    }

    .service-card h3,
    .team-info h3,
    .feature-card h3 {
        font-size: 1.2rem;
    }

    .service-card p,
    .team-info p,
    .feature-card p {
        font-size: 0.9rem;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.4rem;
    }

    /* Gender Section */
    .gender-content {
        padding: 1.2rem;
    }

    .gender-content h3 {
        font-size: 1.4rem;
    }

    .gender-content p {
        font-size: 0.9rem;
    }

    .gender-services li {
        font-size: 0.85rem;
        padding: 0.3rem 0;
    }

    .gender-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.8rem;
    }

    .gender-image {
        height: 180px;
    }

    .gender-icon {
        font-size: 2.5rem;
    }

    /* Stats */
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stat {
        padding: 0.8rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    /* Team Section */
    .team-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .team-image {
        height: 180px;
        font-size: 2rem;
    }

    .team-info {
        padding: 1.2rem;
    }

    /* About & Story */
    .about-img {
        height: 250px;
        font-size: 2rem;
    }

    .story-img {
        height: 250px;
        font-size: 2.5rem;
    }

    .about-text p,
    .story-text p {
        font-size: 1rem;
        line-height: 1.6;
    }

    /* Mission & Vision */
    .mv-card {
        padding: 1.5rem 1rem;
    }

    .mv-icon {
        font-size: 2.5rem;
    }

    .mv-card h3 {
        font-size: 1.4rem;
    }

    .mv-card p {
        font-size: 0.9rem;
    }

    /* Contact */
    .contact-content {
        gap: 2rem;
    }

    .contact-form {
        padding: 1.2rem;
    }

    .contact-info h3 {
        font-size: 1.2rem;
    }

    .contact-item {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .contact-item span {
        font-size: 1rem;
    }

    .form-group {
        margin-bottom: 1.2rem;
    }

    .form-group input,
    .form-group textarea {
        padding: 0.7rem;
        font-size: 0.9rem;
    }

    /* Gallery */
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 0.5rem;
    }

    .gallery-item {
        height: 150px;
    }

    /* Partner Brands Mobile */
    .brands-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .brand-item {
        padding: 1rem;
        font-size: 0.85rem;
    }

    /* Terms Section Mobile */
    .terms-content {
        padding: 2rem;
        margin-top: 2rem;
    }

    .terms-content h3 {
        font-size: 1.3rem;
    }

    .terms-list li {
        padding: 0.6rem 0;
        padding-left: 1.5rem;
        font-size: 0.9rem;
    }

    .gallery-item::before {
        font-size: 1.5rem;
    }

    /* Awards */
    .awards-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .award-card {
        padding: 1.2rem;
    }

    .award-icon {
        font-size: 1.5rem;
    }

    /* Footer */
    .footer {
        padding: 1.2rem 0;
        font-size: 0.9rem;
    }

    .social-links {
        margin-top: 0.8rem;
    }

    .social-links a {
        margin: 0 0.3rem;
        font-size: 0.9rem;
    }

    /* Buttons */
    .gender-btn,
    .btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.85rem;
    }

    .btn-large {
        padding: 0.9rem 1.8rem;
        font-size: 1rem;
    }

    /* Utility Classes - Mobile */
    .mobile-hidden {
        display: none !important;
    }

    .mobile-text-center {
        text-align: center !important;
    }

    .mobile-full-width {
        width: 100% !important;
    }

    /* Images - Mobile Optimization */
    .service-icon img,
    .gender-icon img,
    .about-img img,
    .gallery-item img {
        max-width: 100%;
        height: auto;
    }

    .gender-icon img {
        width: 100%;
        max-width: 300px;
    }

    .about-img img {
        width: 100%;
        max-width: 400px;
    }

    .hero6 .hero-image img {
        max-width: 280px;
    }
}

/* Extra Small Devices */
@media (max-width: 320px) {
    .container {
        padding: 0 0.8rem;
    }

    .hero-content h1 {
        font-size: 1.7rem;
    }

    .section-title h2 {
        font-size: 1.6rem;
    }

    .service-card,
    .team-card,
    .feature-card {
        padding: 1rem;
    }

    .gender-content {
        padding: 1rem;
    }

    .contact-form {
        padding: 1rem;
    }

    .btn,
    .gender-btn,
    .cta-btn,
    .book-btn {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .stats-grid {
        gap: 0.8rem;
    }

    .stat-number {
        font-size: 1.8rem;
    }
}

/* Landscape Mobile Phones */
@media (max-width: 768px) and (orientation: landscape) {
    .hero,
    .hero-alt {
        height: 90vh;
    }

    .hero-about {
        height: 70vh;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .section {
        padding: 2rem 0;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .service-card:hover,
    .team-card:hover,
    .feature-card:hover,
    .gender-card:hover,
    .gallery-item:hover {
        transform: none;
    }

    .btn:hover,
    .cta-btn:hover,
    .book-btn:hover,
    .gender-btn:hover {
        transform: none;
        box-shadow: none;
    }

    /* Increase touch targets */
    .nav-menu a,
    .mobile-nav-menu a,
    .btn,
    .cta-btn,
    .book-btn,
    .gender-btn {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form-group input,
    .form-group textarea {
        min-height: 44px;
    }
}

/* ========================================
   PRINT STYLES
======================================== */
@media print {
    .header,
    .footer,
    .cta,
    .book-btn {
        display: none;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.4;
    }
    
    .section {
        page-break-inside: avoid;
        padding: 1rem 0;
    }
}
