/* XTATE - Professional Construction Website */

:root {
    --gold-color: #D2A55B;
    --gold-dark: #B8954F;
    --dark-color: #0a0a0a;
    --dark-light: #1a1a1a;
    --white-color: #FFFFFF;
    --gray-light: #f8f9fa;
    --gray-dark: #6c757d;
    --kashmir-accent: #8B4513;
    --kashmir-maroon: #800020;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--dark-color);
    line-height: 1.7;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.section-padding {
    padding: 100px 0;
}

.gold-text {
    color: var(--gold-color);
}

.gradient-text {
    background: linear-gradient(135deg, var(--gold-color) 0%, #e8c288 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Section Headers */
.section-header {
    margin-bottom: 3rem;
}

.section-subtitle {
    display: inline-block;
    color: var(--gold-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.title-underline {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, var(--gold-color), transparent);
    margin-top: 1rem;
}

.section-description {
    color: var(--gray-dark);
    font-size: 1.1rem;
    margin-top: 1rem;
}

/* ===== NAVBAR WITH LOGO ===== */
.navbar {
    padding: 1rem 0;
    transition: var(--transition);
    background: transparent;
}

.navbar.scrolled {
    background: rgba(10, 10, 10, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    padding: 0.5rem 0;
}

.navbar-logo {
    height: 60px;
    width: auto;
    transition: var(--transition);
}

.navbar.scrolled .navbar-logo {
    height: 50px;
}

.navbar-toggler {
    border: 2px solid var(--gold-color);
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    transition: var(--transition);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 165, 91, 0.3);
    outline: none;
}

.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(210, 165, 91, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:hover {
    background: rgba(210, 165, 91, 0.1);
    border-color: var(--gold-color);
}

.nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    padding: 0.5rem 1.2rem !important;
    transition: var(--transition);
    position: relative;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--gold-color);
    transition: var(--transition);
}

.nav-link:hover::before,
.nav-link.active::before {
    width: 70%;
}

.nav-link:hover {
    color: var(--gold-color) !important;
}

/* ===== HERO SECTION ===== */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2a2a2a 100%);
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path d="M0,50 Q300,150 600,50 T1200,50 L1200,600 L0,600 Z" fill="rgba(210,165,91,0.03)"/></svg>');
    background-size: cover;
}

.kashmir-pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><path d="M30 0 L35 15 L50 15 L37 24 L42 39 L30 30 L18 39 L23 24 L10 15 L25 15 Z" fill="rgba(210,165,91,0.05)" /></svg>');
    background-repeat: repeat;
    opacity: 0.3;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.hero-badge {
    display: inline-block;
    background: rgba(210, 165, 91, 0.1);
    border: 1px solid rgba(210, 165, 91, 0.3);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    color: var(--gold-color);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.gradient-text{
    font-size: 44px !important;
}
.hero-tagline {
    line-height: 1.3;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
}

.location-text {
    color: var(--gold-color);
    font-size: 1rem;
    font-weight: 500;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold-color) 0%, var(--gold-dark) 100%);
    color: var(--dark-color);
    border: none;
    padding: 14px 40px;
    font-weight: 600;
    transition: var(--transition);
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(210, 165, 91, 0.3);
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(210, 165, 91, 0.4);
    color: var(--dark-color);
}

.btn-outline-gold {
    background: transparent;
    color: var(--gold-color);
    border: 2px solid var(--gold-color);
    padding: 14px 40px;
    font-weight: 600;
    transition: var(--transition);
    border-radius: 50px;
}

.btn-outline-gold:hover {
    background: var(--gold-color);
    color: var(--dark-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(210, 165, 91, 0.3);
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.scroll-indicator a {
    color: var(--gold-color);
    font-size: 2rem;
    text-decoration: none;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

/* ===== ABOUT SECTION ===== */
.about-image-wrapper {
    position: relative;
}

.about-image-real {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.experience-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: var(--gold-color);
    color: var(--dark-color);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(210, 165, 91, 0.3);
}

.experience-badge h3 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
}

.experience-badge p {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

.about-features .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.about-features .feature-item i {
    color: var(--gold-color);
    font-size: 1.5rem;
    margin-right: 1rem;
}

.custom-quote {
    border-left: 4px solid var(--gold-color);
    padding-left: 1.5rem;
    font-style: italic;
    color: var(--gold-color);
    position: relative;
}

.custom-quote i {
    font-size: 2rem;
    opacity: 0.3;
    position: absolute;
    left: -10px;
    top: -10px;
}

/* ===== SERVICES SECTION ===== */
.service-card-advanced {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    height: 100%;
    transition: var(--transition);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.service-card-advanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--gold-color), transparent);
    transform: scaleX(0);
    transition: var(--transition);
}

.service-card-advanced:hover::before {
    transform: scaleX(1);
}

.service-card-advanced:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-color: var(--gold-color);
}

.service-card-advanced.featured {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    color: white;
    transform: translateY(-10px);
}

.service-card-advanced.featured .service-icon-wrapper i {
    color: var(--gold-color);
}

.featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--gold-color);
    color: var(--dark-color);
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.service-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(210, 165, 91, 0.1), rgba(210, 165, 91, 0.05));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-icon-wrapper i {
    font-size: 2.5rem;
    color: var(--gold-color);
}

.service-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.service-description {
    color: var(--gray-dark);
    margin-bottom: 1.5rem;
}

.service-card-advanced.featured .service-description {
    color: rgba(255,255,255,0.8);
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
}

.service-list li i {
    color: var(--gold-color);
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

/* ===== STATS SECTION ===== */
.stats-section {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(10,10,10,0.95), rgba(26,26,26,0.9)), url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1920&h=600&fit=crop');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.stats-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10,10,10,0.9), rgba(26,26,26,0.85));
}

.stats-section .container {
    position: relative;
    z-index: 2;
}

.stat-item {
    color: white;
}

.stat-item i {
    font-size: 3.5rem;
    color: var(--gold-color);
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--gold-color);
    margin-bottom: 0.5rem;
}

.stat-number::after {
    content: '+';
    margin-left: 5px;
}

.stat-label {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
}

/* ===== PROJECTS SECTION ===== */
.project-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.filter-btn {
    background: transparent;
    border: 2px solid var(--gray-dark);
    color: var(--gray-dark);
    padding: 0.7rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: var(--transition);
    cursor: pointer;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--gold-color);
    border-color: var(--gold-color);
    color: var(--dark-color);
}

.category-title {
    font-size: 2rem;
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
}

.category-title i {
    position: absolute;
    left: 0;
    color: var(--gold-color);
    font-size: 2rem;
}

.category-subtitle {
    color: var(--gray-dark);
    font-size: 1.05rem;
}

.project-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}


.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.project-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    background: #f5f5f5;
}


.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;  
    transition: var(--transition);
}


.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(210, 165, 91, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.btn-view {
    background: white;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--gold-color);
    cursor: pointer;
    transition: var(--transition);
}

.btn-view:hover {
    transform: scale(1.1);
}

.project-info {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.project-info h5 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.4;
}
.project-info p {
    margin: 0;
}

/* Different image heights for different layouts */
.project-category[data-category="architectural"] .project-image,
.project-category[data-category="mep"] .project-image {
    height: 280px;
}

.project-category[data-category="civil"] .project-image,
.project-category[data-category="exterior"] .project-image {
    height: 220px;
}

.project-category[data-category="interior"] .project-image {
    height: 350px;
}


/* ===== REVIEWS CAROUSEL SECTION ===== */
.testimonials-section {
    background: white;
}

.reviews-carousel-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.reviews-carousel {
    display: flex;
    gap: 2rem;
    overflow: hidden;
    scroll-behavior: smooth;
}

.review-card {
    min-width: calc(33.333% - 1.4rem);
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: var(--transition);
    border: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.review-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(210, 165, 91, 0.2), rgba(210, 165, 91, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--gold-color);
    margin-right: 1rem;
    flex-shrink: 0;
}

.review-meta {
    flex: 1;
}

.reviewer-name {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    font-weight: 600;
    color: var(--dark-color);
}

.review-stars {
    color: #FFA500;
    font-size: 0.9rem;
}

.review-stars i {
    margin-right: 2px;
}

.review-text {
    color: var(--gray-dark);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.review-date {
    font-size: 0.85rem;
    color: #999;
}

/* Carousel Controls */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: var(--gold-color);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-color);
    font-size: 1.5rem;
    cursor: pointer;
    transition: var(--transition);
    z-index: 10;
    box-shadow: 0 4px 15px rgba(210, 165, 91, 0.3);
}

.carousel-control:hover {
    background: var(--gold-dark);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(210, 165, 91, 0.4);
}

.carousel-control.prev {
    left: 0;
}

.carousel-control.next {
    right: 0;
}

.carousel-control:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* ===== REVIEW MODAL ===== */
.modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 50px rgba(0,0,0,0.2);
}

.modal-header {
    border-bottom: 2px solid var(--gold-color);
    padding: 1.5rem 2rem;
}

.modal-title {
    color: var(--dark-color);
    font-size: 1.5rem;
}

.modal-body {
    padding: 2rem;
}

.modal-footer {
    border-top: 1px solid #e0e0e0;
    padding: 1.5rem 2rem;
}

/* Star Rating */
.star-rating {
    display: flex;
    gap: 0.5rem;
    font-size: 2rem;
}

.star-rating i {
    color: #ddd;
    cursor: pointer;
    transition: var(--transition);
}

.star-rating i:hover,
.star-rating i.active {
    color: #FFA500;
    transform: scale(1.1);
}

/* ===== WHY CHOOSE SECTION ===== */
.why-choose-section {
    background: var(--gray-light);
}

.why-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    height: 100%;
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.why-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(210, 165, 91, 0.1), rgba(210, 165, 91, 0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.why-icon i {
    font-size: 2.5rem;
    color: var(--gold-color);
}

.why-card h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.why-card p {
    color: var(--gray-dark);
    font-size: 0.95rem;
    margin: 0;
}

/* ===== CONTACT SECTION ===== */
.contact-info-box {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    height: 100%;
}

.contact-item {
    display: flex;
    margin-bottom: 2rem;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(210, 165, 91, 0.1), rgba(210, 165, 91, 0.05));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.5rem;
    color: var(--gold-color);
}

.contact-details h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.contact-details a {
    color: var(--gray-dark);
    text-decoration: none;
    transition: var(--transition);
}

.contact-details a:hover {
    color: var(--gold-color);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(210, 165, 91, 0.1), rgba(210, 165, 91, 0.05));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-color);
    text-decoration: none;
    transition: var(--transition);
}

.social-link:hover {
    background: var(--gold-color);
    color: white;
    transform: translateY(-3px);
}

.contact-form-wrapper {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.form-floating > .form-control {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 1rem 1.2rem;
    font-size: 1rem;
}

.form-floating > .form-control:focus {
    border-color: var(--gold-color);
    box-shadow: 0 0 0 0.2rem rgba(210, 165, 91, 0.15);
}

.form-floating > label {
    padding: 1rem 1.2rem;
    color: var(--gray-dark);
}

.form-select {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 1rem 1.2rem;
}

.form-select:focus {
    border-color: var(--gold-color);
    box-shadow: 0 0 0 0.2rem rgba(210, 165, 91, 0.15);
}

/* ===== FOOTER ===== */
.footer-modern {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: white;
}

.footer-top {
    padding: 80px 0 40px;
}

.footer-logo {
    height: 60px;
    width: auto;
    /* filter: brightness(0) invert(1); */
}

.footer-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: var(--gold-color);
    font-weight: 600;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
}

.footer-links a::before {
    content: '→';
    margin-right: 0.5rem;
    opacity: 0;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--gold-color);
    padding-left: 10px;
}

.footer-links a:hover::before {
    opacity: 1;
}

.footer-bottom {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
    color: rgba(255,255,255,0.6);
    margin: 0;
}

.footer-social {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(210, 165, 91, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-color);
    text-decoration: none;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--gold-color);
    color: var(--dark-color);
    transform: translateY(-3px);
}

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--gold-color);
    color: var(--dark-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: 0 4px 15px rgba(210, 165, 91, 0.3);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(210, 165, 91, 0.4);
    color: var(--dark-color);
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(10, 10, 10, 0.98);
        padding: 1.5rem;
        margin-top: 1rem;
        border-radius: 15px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.3);
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    .collapsing {
        overflow-y: hidden;
        overflow-x: hidden;
    }
    
    .navbar.scrolled .navbar-collapse {
        background: rgba(26, 26, 26, 0.98);
    }
    
    .navbar-nav {
        gap: 0.5rem;
    }
    
    .nav-link {
        padding: 1rem 1.5rem !important;
        border-radius: 10px;
        text-align: center;
        font-size: 1.1rem;
    }
    
    .nav-link::before {
        display: none;
    }
    
    .nav-link:hover,
    .nav-link.active {
        background: rgba(210, 165, 91, 0.15);
    }
    
    .navbar-logo {
        height: 50px;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero-section h1 {
        font-size: 3rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .about-image-real {
        height: 400px;
        margin-bottom: 2rem;
    }
    
    .service-card-advanced.featured {
        transform: translateY(0);
    }
    
    .contact-info-box {
        margin-bottom: 2rem;
    }
    
    .reviews-carousel-wrapper {
        padding: 0 40px;
    }
    
    .review-card {
        min-width: calc(50% - 1rem);
    }
}

@media (max-width: 767px) {
    .hero-section {
        min-height: 100vh;
        padding: 90px 0 50px;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-tagline p.display-5 {
        font-size: 1.5rem;
    }
    
    .hero-tagline p.display-4 {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .about-image-real {
        height: 300px;
    }
    
    .experience-badge {
        padding: 1rem;
    }
    
    .experience-badge h3 {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-item i {
        font-size: 2.5rem;
    }
    
    .filter-btn {
        padding: 0.5rem 1.2rem;
        font-size: 0.9rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .contact-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-top {
        padding: 60px 0 30px;
    }
    
    .footer-brand,
    .footer-links {
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
        margin-top: 1rem;
    }
    
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .reviews-carousel-wrapper {
        padding: 0 20px;
    }
    
    .review-card {
        min-width: 100%;
    }
    
    .carousel-control {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

@media (max-width: 575px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-tagline p.display-5 {
        font-size: 1.2rem;
    }
    
    .hero-tagline p.display-4 {
        font-size: 1.6rem;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .btn-gold,
    .btn-outline-gold {
        padding: 12px 30px;
        font-size: 0.9rem;
    }
    
    .about-image-real {
        height: 250px;
    }
    
    .service-card-advanced {
        padding: 2rem 1.5rem;
    }
    
    .contact-form-wrapper,
    .contact-info-box {
        padding: 1.5rem;
    }
    
    .category-title {
        font-size: 1.5rem;
        padding-left: 40px;
    }
    
    .category-title i {
        font-size: 1.5rem;
    }
    
    .navbar-logo {
        height: 60px;
    }
}

@media (max-width: 991px) and (orientation: landscape) {
    .hero-section {
        min-height: auto;
        padding: 120px 0 60px;
    }
    
    .scroll-indicator {
        display: none;
    }
}

@media (hover: none) and (pointer: coarse) {
    .service-card-advanced:hover,
    .project-card:hover {
        transform: none;
    }
    
    .btn-gold:hover,
    .btn-outline-gold:hover {
        transform: none;
    }
}


/* test */
/* ===== REVIEWS CAROUSEL SECTION ===== */
.testimonials-section {
    background: white;
}

.reviews-carousel-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 70px;
}

.reviews-carousel {
    display: flex;
    gap: 1.5rem;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 10px 0;
}

.review-card {
    min-width: calc((100% - 3rem) / 3);
    max-width: calc((100% - 3rem) / 3);
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: var(--transition);
    border: 1px solid #f0f0f0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.review-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(210, 165, 91, 0.2), rgba(210, 165, 91, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--gold-color);
    margin-right: 1rem;
    flex-shrink: 0;
}

.review-meta {
    flex: 1;
    min-width: 0;
}

.reviewer-name {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    font-weight: 600;
    color: var(--dark-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-stars {
    color: #FFA500;
    font-size: 0.85rem;
}

.review-stars i {
    margin-right: 2px;
}

.review-text {
    color: var(--gray-dark);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.review-date {
    font-size: 0.8rem;
    color: #999;
    margin-top: auto;
}

/* Carousel Controls */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: var(--gold-color);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-color);
    font-size: 1.5rem;
    cursor: pointer;
    transition: var(--transition);
    z-index: 10;
    box-shadow: 0 4px 15px rgba(210, 165, 91, 0.3);
}

.carousel-control:hover {
    background: var(--gold-dark);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(210, 165, 91, 0.4);
}

.carousel-control.prev {
    left: 0;
}

.carousel-control.next {
    right: 0;
}

.carousel-control:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

/* ===== TEAM/LEADERSHIP SECTION ===== */
.team-section {
    background: var(--gray-light);
}

.team-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: var(--transition);
    height: 100%;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.team-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: linear-gradient(135deg, rgba(210, 165, 91, 0.1), rgba(210, 165, 91, 0.05));
}

.team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.team-card:hover .team-image {
    transform: scale(1.05);
}

.team-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: var(--gold-color);
}

.team-info {
    padding: 2rem;
    text-align: center;
}

.team-name {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
}

.team-position {
    color: var(--gold-color);
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-description {
    color: var(--gray-dark);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.team-social-link {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(210, 165, 91, 0.1), rgba(210, 165, 91, 0.05));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-color);
    text-decoration: none;
    transition: var(--transition);
}

.team-social-link:hover {
    background: var(--gold-color);
    color: white;
    transform: translateY(-3px);
}

/* ========================================
   RESPONSIVE STYLES - REVIEWS & TEAM
   ======================================== */

@media (max-width: 991px) {
    .reviews-carousel-wrapper {
        padding: 0 60px;
    }
    
    .review-card {
        min-width: calc((100% - 1.5rem) / 2);
        max-width: calc((100% - 1.5rem) / 2);
    }
}

@media (max-width: 767px) {
    .reviews-carousel-wrapper {
        padding: 0 50px;
    }
    
    .review-card {
        min-width: 100%;
        max-width: 100%;
    }
    
    .carousel-control {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .team-image-wrapper {
        height: 250px;
    }
    
    .team-info {
        padding: 1.5rem;
    }
}

@media (max-width: 575px) {
    .reviews-carousel-wrapper {
        padding: 0 45px;
    }
    
    .review-card {
        padding: 1.5rem;
    }
    
    .review-text {
        font-size: 0.85rem;
    }
    
    .carousel-control {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .team-image-wrapper {
        height: 200px;
    }
}




