/* ===================================
   BESI AUTO SERVICES & COLLISION
   Premium Automotive Website Styles
   =================================== */

/* CSS RESET & BASE */

html, body { overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0a0a0a;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

/* CONTAINER */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* TYPOGRAPHY */
h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.75rem;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

/* HEADER */
.header {
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.98) 0%, rgba(10, 10, 10, 0.95) 100%);
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 174, 255, 0.2);
    backdrop-filter: blur(10px);
}

.header-content {
    width: min(1200px, 92vw);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.logo h2 {
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: #00aeff;
    text-shadow: 0 0 20px rgba(0, 174, 255, 0.5);
}

.nav {
    display: flex;
    gap: 2rem;
}

.nav-link {
    color: #ffffff;
    font-weight: 500;
    padding: 0.5rem 0;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #00aeff;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #00aeff;
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.header-calls {
    display: flex;
    gap: 1rem;
}

.header-btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-auto {
    background: linear-gradient(135deg, #00aeff 0%, #0088cc 100%);
    color: #ffffff;
}

.btn-auto:hover {
    background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
    box-shadow: 0 4px 15px rgba(0, 174, 255, 0.4);
    transform: translateY(-2px);
}

.btn-collision {
    background: transparent;
    color: #00aeff;
    border: 2px solid #00aeff;
}

.btn-collision:hover {
    background: #00aeff;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 174, 255, 0.4);
    transform: translateY(-2px);
}

/* MOBILE MENU */
.menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #00aeff;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* HERO SECTION */
.hero {
    height: 100vh;
    min-height: 700px;
    background: 
        linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%),
        url('../assets/garage-hero.jpg') center center/cover no-repeat;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 80px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 40, 60, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 2rem;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.hero-subtitle {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #00aeff;
    font-weight: 600;
}

.hero-services {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    color: #cccccc;
    letter-spacing: 1px;
}

.cta-btn {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: linear-gradient(135deg, #00aeff 0%, #0088cc 100%);
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 6px 20px rgba(0, 174, 255, 0.4);
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
    box-shadow: 0 8px 30px rgba(0, 174, 255, 0.6);
    transform: translateY(-3px);
}

.cta-btn.large {
    padding: 1.5rem 3.5rem;
    font-size: 1.1rem;
}

.hero-phones {
    margin-top: 2.5rem;
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}

.phone-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.phone-label {
    font-size: 0.9rem;
    color: #aaaaaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.phone-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #00aeff;
}

.phone-number:hover {
    color: #ffffff;
}

/* PAGE HEADER */
.page-header {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    padding: 8rem 0 4rem;
    margin-top: 80px;
    text-align: center;
    border-bottom: 2px solid #00aeff;
}

.page-header h1 {
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.2rem;
    color: #cccccc;
}

/* SECTION STYLES */
section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 1rem;
    color: #ffffff;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #aaaaaa;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* SERVICES PREVIEW */
.services-preview {
    background: #0f0f0f;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.service-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 2.5rem 2rem;
    border-radius: 8px;
    text-align: center;
    border: 1px solid rgba(0, 174, 255, 0.1);
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: #00aeff;
    box-shadow: 0 8px 30px rgba(0, 174, 255, 0.2);
    transform: translateY(-5px);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.service-card h3 {
    margin-bottom: 1rem;
    color: #00aeff;
}

.service-card p {
    color: #cccccc;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-call {
    color: #00aeff;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding-bottom: 2px;
}

.service-call:hover {
    border-bottom-color: #00aeff;
}

.center-btn {
    text-align: center;
}

.secondary-btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    color: #00aeff;
    border: 2px solid #00aeff;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.secondary-btn:hover {
    background: #00aeff;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 174, 255, 0.4);
}

/* CALL STRIP */
.call-strip {
    background: linear-gradient(135deg, #00aeff 0%, #0088cc 100%);
    padding: 2.5rem 0;
    text-align: center;
}

.call-strip .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.call-strip p {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}

.call-strip .cta-btn {
    background: #ffffff;
    color: #0088cc;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.call-strip .cta-btn:hover {
    background: #f0f0f0;
    transform: translateY(-3px);
}

/* WHY CHOOSE */
.why-choose {
    background: #0a0a0a;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.5rem;
}

.feature {
    text-align: center;
}

.feature h3 {
    margin-bottom: 1rem;
    color: #00aeff;
}

.feature p {
    color: #cccccc;
    line-height: 1.7;
}

/* LOCATIONS PREVIEW */
.locations-preview {
    background: #0f0f0f;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.location-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 3rem 2rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
    text-align: center;
}

.location-card h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #00aeff;
}

.location-type {
    color: #aaaaaa;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.location-address {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.location-hours {
    color: #cccccc;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.location-hours strong {
    color: #ffffff;
}

/* REVIEWS */
.reviews-preview {
    background: #0a0a0a;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.review-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
}

.review-stars {
    color: #ffa500;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.review-text {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-style: italic;
}

.review-author {
    color: #aaaaaa;
    font-size: 0.95rem;
    font-weight: 600;
}

/* FAQ */
.faq {
    background: #0f0f0f;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
}

.faq-question {
    color: #00aeff;
    margin-bottom: 1rem;
}

.faq-answer p {
    color: #cccccc;
    line-height: 1.7;
}

/* FINAL CTA */
.final-cta {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    text-align: center;
    padding: 5rem 0;
}

.final-cta h2 {
    margin-bottom: 1rem;
}

.final-cta p {
    font-size: 1.2rem;
    color: #aaaaaa;
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* FOOTER */
.footer {
    background: #000000;
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(0, 174, 255, 0.2);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h3 {
    color: #00aeff;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-section p,
.footer-section a {
    color: #aaaaaa;
    line-height: 1.8;
}

.footer-section a:hover {
    color: #00aeff;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #666666;
}

/* MOBILE CALL BAR */
.mobile-call-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(10, 10, 10, 0.98);
    padding: 0.5rem;
    z-index: 999;
    border-top: 2px solid #00aeff;
    backdrop-filter: blur(10px);
}

.mobile-call-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.8rem;
    background: linear-gradient(135deg, #00aeff 0%, #0088cc 100%);
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
    flex: 1;
}

.mobile-call-btn span {
    font-size: 0.8rem;
}

.mobile-number {
    font-size: 1.1rem;
    margin-top: 0.3rem;
}

/* SERVICES PAGE */
.services-section {
    background: #0f0f0f;
}

.collision-bg {
    background: #0a0a0a;
}

.location-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(0, 174, 255, 0.2);
}

.location-header h2 {
    color: #00aeff;
    margin-bottom: 0.5rem;
}

.location-info {
    color: #aaaaaa;
    font-size: 1.1rem;
}

.location-info a {
    color: #00aeff;
    font-weight: 600;
}

.service-category {
    margin-bottom: 4rem;
}

.category-title {
    color: #ffffff;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 174, 255, 0.2);
}

.service-list {
    display: grid;
    gap: 1.5rem;
}

.service-item {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
    display: flex;
    flex-direction: column;
}

.service-item h4 {
    color: #00aeff;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.service-item p {
    color: #cccccc;
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

.service-btn {
    align-self: flex-start;
    padding: 0.7rem 1.5rem;
    background: transparent;
    color: #00aeff;
    border: 2px solid #00aeff;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-btn:hover {
    background: #00aeff;
    color: #ffffff;
}

.service-areas {
    background: #0a0a0a;
    text-align: center;
    padding: 4rem 0;
}

.areas-text {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.2rem;
    color: #cccccc;
    line-height: 1.8;
}

/* LOCATIONS PAGE */
.location-detail {
    background: #0f0f0f;
}

.location-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.location-info-box {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 3rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
}

.location-info-box h2 {
    color: #00aeff;
    margin-bottom: 0.5rem;
}

.location-tagline {
    color: #aaaaaa;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-block {
    margin-bottom: 2.5rem;
}

.info-block h3 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.large-text {
    font-size: 1.3rem;
    line-height: 1.8;
}

.large-text a {
    color: #00aeff;
    font-weight: 600;
}

.hours-table {
    width: 100%;
    border-collapse: collapse;
}

.hours-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hours-table td {
    padding: 0.8rem 0;
    color: #cccccc;
}

.hours-table td:first-child {
    font-weight: 600;
    color: #ffffff;
}

.services-list-simple {
    list-style: none;
}

.services-list-simple li {
    padding: 0.6rem 0;
    color: #cccccc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.services-list-simple li:before {
    content: '✓ ';
    color: #00aeff;
    font-weight: bold;
    margin-right: 0.5rem;
}

.map-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-box {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    border: 2px dashed rgba(0, 174, 255, 0.3);
    border-radius: 8px;
    padding: 3rem;
    text-align: center;
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.map-label {
    color: #00aeff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.map-address {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.map-note {
    color: #aaaaaa;
    font-size: 0.9rem;
    font-style: italic;
}

.service-areas-detail {
    background: #0a0a0a;
    text-align: center;
}

.intro-text {
    max-width: 700px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.7;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
}

.area-column {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
}

.area-column h3 {
    color: #00aeff;
    margin-bottom: 1rem;
}

.area-column p {
    color: #cccccc;
    line-height: 1.7;
}

/* ABOUT PAGE */
.about-content {
    background: #0f0f0f;
}

.about-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.lead-text {
    font-size: 1.2rem;
    color: #cccccc;
    line-height: 1.8;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.about-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
}

.about-card h3 {
    color: #00aeff;
    margin-bottom: 1rem;
}

.about-card p {
    color: #cccccc;
    line-height: 1.7;
}

.divisions {
    background: #0a0a0a;
}

.division-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.division-block {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 3rem 2.5rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
    text-align: center;
}

.division-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.division-block h3 {
    font-size: 2rem;
    color: #00aeff;
    margin-bottom: 0.5rem;
}

.division-location {
    color: #aaaaaa;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.division-block > p {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.division-services {
    list-style: none;
    margin-bottom: 2rem;
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.division-services li {
    padding: 0.6rem 0;
    color: #cccccc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.division-services li:before {
    content: '• ';
    color: #00aeff;
    font-weight: bold;
    margin-right: 0.5rem;
}

.why-choose-detailed {
    background: #0f0f0f;
}

.features-detailed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.feature-detail {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
}

.feature-number {
    font-size: 3rem;
    color: #00aeff;
    font-weight: 700;
    margin-bottom: 1rem;
    opacity: 0.3;
}

.feature-detail h3 {
    color: #00aeff;
    margin-bottom: 1rem;
}

.feature-detail p {
    color: #cccccc;
    line-height: 1.7;
}

.philosophy {
    background: #0a0a0a;
}

.philosophy-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.philosophy-content h2 {
    margin-bottom: 2rem;
}

.philosophy-text {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* REVIEWS PAGE */
.reviews-main {
    background: #0f0f0f;
}

.reviews-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.reviews-intro h2 {
    margin-bottom: 1rem;
}

.reviews-intro p {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.7;
}

.reviews-category {
    margin-bottom: 5rem;
}

.reviews-category-title {
    text-align: center;
    color: #00aeff;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid rgba(0, 174, 255, 0.2);
}

.reviews-list {
    display: grid;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto 3rem;
}

.review-card-full {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.call-strip-inline {
    background: linear-gradient(135deg, #00aeff 0%, #0088cc 100%);
    padding: 2.5rem;
    text-align: center;
    border-radius: 8px;
    margin: 4rem 0;
}

.call-strip-inline p {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.testimonial-summary {
    background: #0a0a0a;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
}

.value-item {
    text-align: center;
}

.value-item h3 {
    color: #00aeff;
    margin-bottom: 1rem;
}

.value-item p {
    color: #cccccc;
    line-height: 1.7;
}

/* CONTACT PAGE */
.contact-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    text-align: center;
    padding: 4rem 0;
}

.contact-subtitle {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.2rem;
    color: #cccccc;
    line-height: 1.7;
}

.contact-cards {
    background: #0f0f0f;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
}

.contact-card-large {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 3rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
    text-align: center;
}

.contact-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.contact-card-large h2 {
    color: #00aeff;
    margin-bottom: 0.5rem;
}

.contact-type {
    color: #aaaaaa;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-details {
    margin-bottom: 2.5rem;
}

.contact-detail-item {
    margin-bottom: 2rem;
}

.contact-detail-item h3 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}

.contact-phone-large {
    font-size: 2rem;
    font-weight: 700;
}

.contact-phone-large a {
    color: #00aeff;
}

.contact-services {
    margin-top: 2.5rem;
    text-align: left;
    padding: 2rem;
    background: rgba(0, 174, 255, 0.05);
    border-radius: 6px;
}

.contact-services p {
    color: #ffffff;
    margin-bottom: 1rem;
}

.contact-services ul {
    list-style: none;
}

.contact-services li {
    padding: 0.4rem 0;
    color: #cccccc;
}

.contact-services li:before {
    content: '✓ ';
    color: #00aeff;
    font-weight: bold;
    margin-right: 0.5rem;
}

.why-call {
    background: #0a0a0a;
    text-align: center;
}

.call-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
}

.call-benefit {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
}

.call-benefit h3 {
    color: #00aeff;
    margin-bottom: 1rem;
}

.call-benefit p {
    color: #cccccc;
    line-height: 1.7;
}

.faq-contact {
    background: #0f0f0f;
}

.faq-contact-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-contact-item {
    background: linear-gradient(135deg, #1a1a1a 0%, #151515 100%);
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 174, 255, 0.1);
}

.faq-contact-item h3 {
    color: #00aeff;
    margin-bottom: 1rem;
}

.faq-contact-item p {
    color: #cccccc;
    line-height: 1.7;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .nav {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        background: rgba(10, 10, 10, 0.98);
        flex-direction: column;
        padding: 2rem;
        transition: left 0.3s ease;
        border-top: 1px solid rgba(0, 174, 255, 0.2);
        backdrop-filter: blur(10px);
    }
    
    .nav.active {
        left: 0;
    }
    
    .header-calls {
        display: none;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    .mobile-call-bar {
        display: flex;
        gap: 0.5rem;
    }
    
    .location-content {
        grid-template-columns: 1fr;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.3rem;
    }
    
    .hero-services {
        font-size: 1rem;
    }
    
    .hero-phones {
        gap: 1.5rem;
    }
    
    .cta-btn {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    section {
        padding: 3rem 0;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 600px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .phone-number {
        font-size: 1.2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .cta-btn.large {
        width: 100%;
        padding: 1.2rem 2rem;
    }

}


/* ===== HERO (Clean / Modern) ===== */
.hero{
  min-height: 72vh;
  display: grid;
  place-items: center;
  padding: 70px 16px;
  text-align: center;
  
  /* Background profesional: gradient + foto */
  background:
    linear-gradient(180deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.20) 100%),
    url("../Images/Besi.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Box i lehtë pas tekstit (kjo e bën gjithmonë të lexueshëm) */
.hero-content{
  max-width: 980px;
  padding: 28px 26px;
  border-radius: 18px;

  background: rgba(0,0,0,0.28);
  backdrop-filter: blur(6px);

  border: 1px solid rgba(255,255,255,0.12);
}

/* Titulli */
.hero-title{
  margin: 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.3px;
  line-height: 1.1;
  font-size: clamp(28px, 4vw, 54px);

  text-shadow: 0 8px 24px rgba(0,0,0,0.55);
}

/* Nëntitulli + services */
.hero-subtitle,
.hero-services{
  margin: 12px 0 0;
  color: rgba(255,255,255,0.9);
  font-size: clamp(15px, 1.5vw, 20px);
}

/* Button */
.cta-btn{
  display: inline-block;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;

  background: #ffffff;
  color: #111;
  font-weight: 800;
  letter-spacing: 0.4px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}



/* ===== HERO (Clean / Modern) ===== */
.hero{
  min-height: 72vh;
  display: grid;
  place-items: center;
  padding: 70px 16px;
  text-align: center;

  background:
    linear-gradient(180deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.20) 100%),
    url("../Images/Besi.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Box pas tekstit */
.hero-content{
  width: min(980px, 94vw);   /* ✅ mos del kurrë jashtë në mobile */
  margin: 0 auto;
  padding: 28px 26px;
  border-radius: 18px;

  background: rgba(0,0,0,0.28);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.12);
}

/* Titulli */
.hero-title{
  margin: 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.3px;
  line-height: 1.1;
  font-size: clamp(28px, 4vw, 54px);
  text-shadow: 0 8px 24px rgba(0,0,0,0.55);
}

/* Nëntitulli + services */
.hero-subtitle,
.hero-services{
  margin: 12px 0 0;
  color: rgba(255,255,255,0.9);
  font-size: clamp(15px, 1.5vw, 20px);
}

/* Button */
.cta-btn{
  display: inline-block;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;

  background: #ffffff;
  color: #111;
  font-weight: 800;
  letter-spacing: 0.4px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

@media (max-width: 768px){

  .hero{
    min-height: auto;     /* ❗ mos e detyro të mbush ekranin */
    padding: 90px 14px 40px;  /* 90px lart për header */
    background-position: center top;
  }

  .hero-content{
    width: 100%;
    max-width: 420px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .hero-title{
    font-size: 22px;
    line-height: 1.2;
  }

  .hero-subtitle{
    font-size: 14px;
  }

  .hero-services{
    font-size: 13px;
  }

  .phone-number{
    font-size: 16px;
  }

}