:root {
            --dark-blue: #1a2a44;l
            --accent-orange: #d35400;
            --text-gray: #64748b;
            --light-bg: #f1f5f9;
            --white: #ffffff;
        }

       body { 
    margin: 0; 
    font-family: 'Roboto Condensed', sans-serif; 
    color: var(--dark-blue); 
    line-height: 1.6;

    background-color:#f3f5f7;
    background-image:
        radial-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
        radial-gradient(rgba(0,0,0,0.04) 1px, transparent 1px);
    background-size:18px 18px;
    background-position:0 0,9px 9px;
}

       /* --- STICKY HEADER AYARI (60px & Saydam) --- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; /* İstediğin net yükseklik */
    z-index: 1000;
    /* Mavi tonu koruyarak %85 opaklık verdik, arkası hafif görünür */
    background: rgba(26, 42, 68, 0.85); 
    /* Arkadaki resmi hafif flulaştırarak daha premium bir hava katar */
    backdrop-filter: blur(8px); 
    box-shadow: 0 2px 15px rgba(0,0,0,0.3);
    display: flex;
    align-items: center; /* İçindekileri dikeyde ortalar */
}

.page-bg {
    position: relative;
    background-color: #f1f3f6;
    background-image: url('/images/concrete-wall.png');
    background-repeat: repeat;
    background-size: 540px auto;
}

.page-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        rgba(255,255,255,0.10),
        url('/images/concrete-wall.png') repeat;
    background-size: auto, 540px auto;
    mix-blend-mode: multiply;
    opacity: 0.38;
    z-index: 0;
}

.page-bg > * {
    position: relative;
    z-index: 1;
}

nav { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    width: 100%;
    padding: 0 10%; 
}

.logo { 
    font-size: 26px; 
    font-weight: 800; 
    font-family: 'Montserrat', sans-serif; 
    color: #fff; 
    text-decoration: none; 
    display: flex;
    align-items: center;
}
.logo span { color: var(--accent-orange); }

.nav-links a { 
    color: white; 
    text-decoration: none; 
    font-size: 16px; 
    margin-left: 25px; 
    text-transform: none; 
    font-weight: 600; 
    transition: color 0.3s;
    line-height: 60px; /* Header yüksekliği ile eşitleyerek tam hizaladık */
}

.nav-links a:hover { color: #b12000; }

/* --- HERO (SLIDER) ALANI --- */
.hero {
    background: url('/images/hizmetler/ry-consultancy-slider-v2.jpg') no-repeat center center/cover;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    /* Margin-top'u sıfırlayıp padding-top verdik ki resim en tepeden başlasın, 
       header'ın altından hafifçe gözüksün */
    margin-top: 0; 
    padding-top: 60px; 
}

.hero-content { 
    margin: auto 0; 
    max-width: 650px; 
    text-shadow: 2px 2px 15px rgba(0,0,0,0.8);
    color: white;
}
.hero-content h1 { font-size: 50px; font-weight:bold;line-height:1.1; }
.hero-content p { font-size: 24px;line-height:1.1; }

        /* --- BUTON HOVER EFEKTLERİ --- */
        .btn-group { display: flex; gap: 15px; }
        .btn { padding: 14px 28px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 14px; text-transform: uppercase; transition: all 0.3s ease; }
        
        .btn-primary { background: var(--dark-blue); color: white; border: 2px solid var(--dark-blue); }
        .btn-primary:hover { background: transparent; color: white; border-color: white; }

        .btn-secondary { background: white; color: var(--dark-blue); border: 2px solid white; }
        .btn-secondary:hover { background: var(--accent-orange); border-color: var(--accent-orange); color: white; }

        
/* Üst Ara Yazı Section */
.top-bar-shadow {
    background: transparent;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,0.15); /* Boydan boya gölge */
    position: relative;
    z-index: 5;
}
.top-bar-shadow p {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-blue);
}

/* Ana Servisler Section */
.services-main {
    padding: 60px 10%;
    text-align: center;
    background-image:
        linear-gradient(rgba(255,255,255,0.18), rgba(255,255,255,0.18)),
        url('images/services-bg.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

/* OUR SERVICES Başlığı ve Çizgiler */
.services-main {
    position: relative;
    overflow: hidden;
    padding: 70px 10%;
    text-align: center;
    background: transparent;
}

.services-main .container {
    position: relative;
    z-index: 2;
}

.services-main-bg {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    left: 0;
    background-image:
        radial-gradient(circle at center, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.22) 58%, rgba(255,255,255,0.40) 100%),
        url('images/services-bg.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
    filter: blur(2px);
    pointer-events: none;
    z-index: 1;

    -webkit-mask-image:
        linear-gradient(to bottom,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0.18) 10%,
            rgba(0,0,0,0.92) 24%,
            rgba(0,0,0,0.92) 76%,
            rgba(0,0,0,0.18) 90%,
            rgba(0,0,0,0) 100%);
    mask-image:
        linear-gradient(to bottom,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,0.18) 10%,
            rgba(0,0,0,0.92) 24%,
            rgba(0,0,0,0.92) 76%,
            rgba(0,0,0,0.18) 90%,
            rgba(0,0,0,0) 100%);
}
/* TÜM BÖLÜM BAŞLIKLARI İÇİN STANDART ÇİZGİLİ YAPI */
.services-main h2, 
.why-us h2, 
.contact h2 { 
    font-size: 28px; 
    margin-bottom: 50px; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--dark-blue);
}

/* Standart Çizgiler */
.services-main h2::before, .services-main h2::after,
.why-us h2::before, .why-us h2::after,
.contact h2::before, .contact h2::after {
    content: '';
    height: 1px;
    background: var(--dark-blue);
    width: 80px; /* Çizgi uzunluğu */
    opacity: 0.4;
}

/* Contact bölümü başlığı için özel renk ayarı (arka plan koyuysa diye) */
.contact h2 {
    margin-top: 0;
}

/* Kart Dizilimi */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

/* Servis Kartı Yapısı */
.service-card {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

/* Başlık ve Alt Kısım Varsayılan Mavi */
.service-title,
.service-desc {
    background: linear-gradient(to top, #1a2a44 0%, #2d578b 100%);
    color: #fff;
    transition: 0.3s ease;
}
.service-title { padding: 18px 10px; font-weight: 700; line-height:1.2;font-size: 22px; min-height: 45px; display: flex; align-items: center; justify-content: center; }
.service-desc { padding: 18px 10px; font-size: 18px; line-height:1.4; border-top: 1px solid rgba(255,255,255,0.1); }

.service-img { height: 200px; background-size: cover; background-position: center; }

/* --- HOVER VE ACTIVE (TURUNCU) --- */
.service-card:hover .service-title,
.service-card.active .service-title {
    background: linear-gradient(to top, #5f0f00 0%, #b12000 100%);
}


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

        /* Why Choose Us */
        .why-us { padding: 0px 10%; text-align: center; }
        .check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 850px; margin: 40px auto; text-align: left; }
        .check-item { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 18px; }
        .check-box { width: 22px; height: 22px; background: var(--dark-blue); color: white; display: flex; align-items: center; justify-content: center; border-radius: 2px; font-size: 12px; }

        /* Contact Form */
        .contact { padding: 80px 10%; background: transparent; text-align: center; }
        .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; max-width: 800px; margin: 30px auto; }
        input, textarea { 
    padding: 14px 16px;
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 2px 10px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}
input:focus,
textarea:focus {
    outline: none;
    border-color: rgba(177,32,0,0.22);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05), 0 10px 28px rgba(177,32,0,0.10);
}
        textarea { grid-column: span 2; height: 120px; }
        
        .submit-btn { 
            background: #b12000; 
            color: white; 
            border: none; 
            padding: 16px 40px; 
            border-radius: 4px; 
            font-weight: 800; 
            cursor: pointer; 
            text-transform: uppercase; 
            transition: all 0.3s;
        }
        .submit-btn:hover { background: #b12000; transform: scale(1.05); }

        /* Footer */
        .site-footer {
    position: relative;
    overflow: hidden;
    background: #132238;
    color: rgba(255,255,255,0.86);
    margin-top: 0px;
}

.footer-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(19,34,56,0.88), rgba(19,34,56,0.92)),
        url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?q=80&w=1600');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(6px);
    transform: scale(1.06);
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.footer-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 70px 10% 35px;
}

.footer-col h4 {
    margin: 0 0 18px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.footer-logo {
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 18px;
    color: #fff;
}

.footer-logo span {
    color: #b12000;
}

.footer-brand p {
    margin: 0 0 22px;
    max-width: 340px;
    color: rgba(255,255,255,0.72);
    font-size: 15px;
    line-height: 1.8;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-badges span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.84);
    font-size: 12px;
    font-weight: 600;
}

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

.footer-col li {
    margin-bottom: 12px;
}

.footer-col a {
    color: rgba(255,255,255,0.74);
    text-decoration: none;
    transition: 0.25s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.footer-contact li {
    color: rgba(255,255,255,0.74);
}

.footer-social a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 0;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.footer-social a:hover {
    background: #b12000;
    border-color: #b12000;
    color: #fff;
    transform: none;
}

.footer-social a:hover {
    background: #b12000;
    border-color: #b12000;
    transform: translateY(-2px);
}

.footer-bottom-modern {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255,255,255,0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 10% 26px;
    color: rgba(255,255,255,0.64);
    font-size: 13px;
}

.footer-bottom-right {
    display: flex;
    gap: 18px;
}

.footer-bottom-right a {
    color: rgba(255,255,255,0.64);
    text-decoration: none;
    transition: 0.25s ease;
}

.footer-bottom-right a:hover {
    color: #ffffff;
}

@media (max-width: 992px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .footer-inner {
        grid-template-columns: 1fr;
        padding: 55px 8% 30px;
    }

    .footer-bottom-modern {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 8% 24px;
    }

    .footer-bottom-right {
        flex-wrap: wrap;
        gap: 12px;
    }
}

        @media (max-width: 768px) {
            .hero-content h1 { font-size: 32px; }
            .check-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
            .nav-links { display: none; }
        }
        /* Mobil Menü Butonu (Hamburger) */
.mobile-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
}
.mobile-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    transition: 0.3s;
}

@media (max-width: 992px) {
    .mobile-btn { display: flex; }
    
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%; /* Biraz genişlettik daha rahat görünsün */
        height: 100vh;
        background: var(--dark-blue);
        flex-direction: column;
        justify-content: flex-start; /* İçeriği en tepeye yasladık */
        padding-top: 20px; /* Üstten biraz boşluk */
        transition: 0.4s ease-in-out;
        box-shadow: -10px 0 30px rgba(0,0,0,0.5);
        display: flex !important;
    }

    .nav-links.active { right: 0; }

    /* Linklerin mobildeki duruşu */
    .nav-links a { 
        padding: 15px 30px; /* Daha kolay tıklanması için padding ekledik */
        font-size: 16px; 
        width: 100%; /* Çizgi boyunca tıklanabilir alan */
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255,255,255,0.05); /* Aralara hafif ayırıcı */
        margin-left: 0; /* Masaüstünden kalan boşluğu sıfırladık */
        text-align: left;
    }

    /* Mobil Paneldeki Logo Gizleme (Sadece mobilde görünsün) */
    .mobile-nav-logo { display: block; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 10px; }
}

/* Masaüstünde mobil logosunu gizle */
@media (min-width: 993px) {
    .mobile-nav-logo { display: none; }
}

/* ABOUT SAYFASI */

.page-hero-sm {
    padding-top: 90px;
    padding-bottom: 10px;
    text-align: center;
}

.page-hero-sm-inner h1 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 54px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-blue);
    text-transform: uppercase;
}

.about-cover {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(26, 42, 68, 0.18);
    border-bottom: 1px solid rgba(26, 42, 68, 0.18);
}

.about-cover img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.about-content-section {
    padding: 70px 40px 90px;
}

.about-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.about-content h2 {
    text-align: center;
}

.about-content p {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size:18px;
}

.about-content strong {
    font-weight: 700;
    color: #1d2f4c;
}

@media (max-width: 992px) {
    .page-hero-sm-inner h1 {
        font-size: 42px;
    }

    .about-cover img {
        height: 460px;
    }

    .about-content h2 {
        font-size: 42px;
    }

    .about-content p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .page-hero-sm {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .page-hero-sm-inner h1 {
        font-size: 34px;
    }

    .about-cover img {
        height: 300px;
    }

    .about-content-section {
        padding: 50px 8% 70px;
    }

    .about-content h2 {
        font-size: 34px;
        margin-bottom: 25px;
    }

    .about-content p {
        font-size: 17px;
        line-height: 1.75;
        margin-bottom: 22px;
    }
}
/* PROJECTS */

.projects-cover {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(26, 42, 68, 0.18);
    border-bottom: 1px solid rgba(26, 42, 68, 0.18);
}

.projects-cover img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.projects-intro {
    padding: 40px 20px 30px;
    text-align: center;
}

.projects-intro-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.projects-intro h2 {
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: var(--dark-blue);
    line-height: 1.25;
}

.projects-intro p {
    margin: 0;
    font-size: 20px;
    line-height: 1.7;
    color: #3a4860;
}

.projects-list-section {
    padding: 35px 20px 90px;
}

.projects-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.project-card {
    display: grid;
    grid-template-columns: 390px 1fr;
    align-items: stretch;
    background: rgba(255,255,255,0.35);
    border: 1px solid rgba(26, 42, 68, 0.08);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 36px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.project-image img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.project-info {
    padding: 34px 34px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-info h3 {
    margin: 0 0 18px;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--dark-blue);
    position: relative;
    padding-left: 34px;
}

.project-info h3::before {
    content: "📍";
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 22px;
    line-height: 1;
    opacity: 0.65;
}

.project-info p {
    margin: 0 0 20px;
    font-size: 19px;
    color: #3f4a5f;
    position: relative;
    padding-left: 34px;
}

.project-info p::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 24px;
    line-height: 1;
    color: #8e8a96;
    font-weight: 700;
}

.project-info span {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-blue);
    position: relative;
    padding-left: 34px;
}

.project-info span::before {
    content: "🚛";
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 20px;
    line-height: 1;
    opacity: 0.7;
}

@media (max-width: 992px) {
    .projects-intro h2 {
        font-size: 36px;
    }

    .projects-intro p {
        font-size: 18px;
    }

    .project-card {
        grid-template-columns: 1fr;
    }

    .project-image img {
        min-height: 240px;
    }

    .project-info {
        padding: 28px 24px 24px;
    }

    .project-info h3 {
        font-size: 24px;
    }

    .project-info p,
    .project-info span {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .projects-intro {
        padding: 28px 20px 24px;
    }

    .projects-intro h2 {
        font-size: 30px;
    }

    .projects-intro p {
        font-size: 17px;
        line-height: 1.6;
    }

    .projects-list-section {
        padding: 25px 20px 70px;
    }

    .project-image img {
        min-height: 210px;
    }

    .project-info h3 {
        font-size: 22px;
        padding-left: 30px;
    }

    .project-info p,
    .project-info span {
        font-size: 17px;
        padding-left: 30px;
    }
}
/* Services */
.services-intro-page {
    padding: 30px 20px 34px;
    text-align: center;
    border-top: 1px solid rgba(26, 42, 68, 0.10);
    border-bottom: 1px solid rgba(26, 42, 68, 0.10);
    background: rgba(255,255,255,0.10);
}

.services-intro-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.services-intro-page p {
    margin: 0;
    font-size: 24px;
    line-height: 1.6;
    color: #2e3b54;
}

.services-intro-page strong {
    color: var(--dark-blue);
    font-weight: 700;
}

.services-cards-section {
    padding: 55px 20px 40px;
}

.services-cards-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.service-box {
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(26, 42, 68, 0.08);
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.service-box-image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
}

.service-box-content {
    padding: 24px 24px 28px;
}

.service-box-content h3 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--dark-blue);
}

.service-box-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #34435c;
}

.service-box-content strong {
    color: #1d2f4c;
    font-weight: 700;
}

.services-highlight {
    position: relative;
    overflow: hidden;
    padding: 30px 20px 0;
    margin-bottom: 0;
    margin-top:60px;
}

.services-highlight-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    min-height: 250px;
    display: flex;
    align-items: center;
}

.services-highlight-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62%;
    height: 100%;
    background: url('/images/services-bg.jpg') center center / cover no-repeat;
    pointer-events: none;
    z-index: 1;
    opacity: 0.95;
    filter: blur(0.6px);

    -webkit-mask-image: linear-gradient(
        to left,
        rgba(0,0,0,1) 45%,
        rgba(0,0,0,0.75) 62%,
        rgba(0,0,0,0.35) 78%,
        rgba(0,0,0,0.08) 92%,
        rgba(0,0,0,0) 100%
    );
    mask-image: linear-gradient(
        to left,
        rgba(0,0,0,1) 45%,
        rgba(0,0,0,0.75) 62%,
        rgba(0,0,0,0.35) 78%,
        rgba(0,0,0,0.08) 92%,
        rgba(0,0,0,0) 100%
    );
}

.services-highlight-badge {
    display: flex;
    align-items: center;
    gap: 22px;
    background: transparent;
    padding: 10px 0;
}

.services-highlight-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--dark-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    flex-shrink: 0;
    box-shadow: 0 8px 22px rgba(26, 42, 68, 0.14);
}

.services-highlight-text h4 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.4;
    color: var(--dark-blue);
    font-weight: 400;
}

.services-highlight-text h4 strong {
    font-weight: 800;
}

.services-highlight-text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #2e3b54;
    font-weight: 600;
}

@media (max-width: 992px) {
    .services-intro-page p {
        font-size: 20px;
    }

    .services-cards-wrap {
        grid-template-columns: 1fr;
    }

    .service-box-image img {
        height: 260px;
    }

    .service-box-content h3 {
        font-size: 24px;
    }

    .service-box-content p {
        font-size: 17px;
    }

    .services-highlight-bg {
        width: 100%;
        opacity: 0.28;
    }

    .services-highlight-inner {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .services-intro-page {
        padding: 24px 20px 26px;
    }

    .services-intro-page p {
        font-size: 18px;
        line-height: 1.7;
    }

    .services-cards-section {
        padding: 35px 20px 24px;
    }

    .service-box-image img {
        height: 220px;
    }

    .service-box-content {
        padding: 20px 20px 24px;
    }

    .service-box-content h3 {
        font-size: 22px;
    }

    .service-box-content p {
        font-size: 16px;
        line-height: 1.75;
    }

    .services-highlight {
        padding: 20px 20px 55px;
    }

    .services-highlight-badge {
        align-items: flex-start;
        gap: 16px;
    }

    .services-highlight-icon {
        width: 68px;
        height: 68px;
        font-size: 28px;
    }

    .services-highlight-text h4 {
        font-size: 20px;
    }

    .services-highlight-text p {
        font-size: 16px;
    }
}
/* Contact */

.contact-intro-page {
    padding: 35px 20px 30px;
    text-align: center;
    border-top: 1px solid rgba(26, 42, 68, 0.10);
    border-bottom: 1px solid rgba(26, 42, 68, 0.10);
    background: rgba(255,255,255,0.10);
}

.contact-intro-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-intro-page h2 {
    margin: 0 0 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: var(--dark-blue);
    line-height: 1.25;
}

.contact-intro-page p {
    margin: 0;
    font-size: 20px;
    line-height: 1.7;
    color: #3a4860;
}

.contact-page-section {
    padding: 50px 20px 90px;
}

.contact-page-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 34px;
}

.contact-info-card {
    background: rgba(255,255,255,0.28);
    border: 1px solid rgba(26, 42, 68, 0.08);
    padding: 30px 24px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.contact-info-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--dark-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.contact-info-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: var(--dark-blue);
}

.contact-info-card p,
.contact-info-card a {
    margin: 0;
    font-size: 17px;
    color: #3a4860;
    text-decoration: none;
}

.contact-main-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}

.contact-form-box,
.contact-map-box {
    background: rgba(255,255,255,0.22);
    border: 1px solid rgba(26, 42, 68, 0.08);
    padding: 30px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.contact-form-box h3,
.contact-map-box h3 {
    margin: 0 0 22px;
    font-size: 28px;
    color: var(--dark-blue);
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-page-form input,
.contact-page-form textarea {
    padding: 14px 16px;
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 15px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 2px 10px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.contact-page-form textarea {
    grid-column: span 2;
    height: 160px;
    resize: vertical;
}

.contact-page-form input:focus,
.contact-page-form textarea:focus {
    outline: none;
    border-color: rgba(177,32,0,0.22);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05), 0 10px 28px rgba(177,32,0,0.10);
}

.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
    color: #7b7b7b;
}

.contact-page-form .submit-btn {
    margin-top: 20px;
}

.contact-map-frame {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    line-height: 0;
}

.contact-map-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.contact-map-box {
    height: auto;
}

@media (max-width: 992px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-main-grid {
        grid-template-columns: 1fr;
    }

    .contact-intro-page h2 {
        font-size: 36px;
    }

    .contact-intro-page p {
        font-size: 18px;
    }
}

.contact-social-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 20px 0 34px;
    flex-wrap: wrap;
}

.contact-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 170px;
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-blue);
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(26, 42, 68, 0.10);
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    transition: all 0.25s ease;
}

.contact-social-link i {
    font-size: 20px;
    line-height: 1;
}

.contact-social-link span {
    line-height: 1;
}

.contact-social-link.whatsapp:hover {
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}

.contact-social-link.instagram:hover {
    background: #E1306C;
    color: #fff;
    border-color: #E1306C;
}

@media (max-width: 768px) {
    .contact-intro-page {
        padding: 28px 20px 24px;
    }

    .contact-intro-page h2 {
        font-size: 30px;
    }

    .contact-intro-page p {
        font-size: 17px;
        line-height: 1.6;
    }

    .contact-page-section {
        padding: 35px 20px 70px;
    }

    .contact-form-box,
    .contact-map-box {
        padding: 22px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-page-form textarea {
        grid-column: span 1;
        height: 140px;
    }

    .contact-map-frame {
        height: 300px;
        min-height: unset;
    }
}
/* FORM */
.form-alert {
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 14px 18px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    box-sizing: border-box;
}

.form-alert.success {
    background: rgba(40, 167, 69, 0.10);
    color: #1f7a34;
    border: 1px solid rgba(40, 167, 69, 0.25);
}

.form-alert.error,
.form-alert.invalid_email,
.form-alert.mail_error {
    background: rgba(177, 32, 0, 0.08);
    color: #8f1f0b;
    border: 1px solid rgba(177, 32, 0, 0.20);
}
