/********** Template CSS **********/
:root {
    --primary: #fdb91b;
    --light: #F1F8FF;
    --dark: #000000;
}

.navbar-brand img.navbar-logo {
    height: 70px;
    width: 200px;
    object-fit: contain;
}

.navbar-toggler {
    padding: 8px 12px;
}

.navbar-nav .nav-link {
    padding: 12px 15px;
    color: #fff !important;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #fdb91b !important;
}

.dropdown-menu {
    background-color: #111;
    min-width: 220px;
}

.dropdown-menu .dropdown-item {
    color: #fff;
    padding: 10px 18px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #fdb91b;
    color: #000;
}

@media (max-width: 991.98px) {
    .navbar {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .navbar-brand img.navbar-logo {
        height: 50px;
    }

    .navbar-collapse {
        background: #111;
        margin-top: 15px;
        padding: 15px;
        border-radius: 12px;
    }

    .navbar-nav .nav-link {
        padding: 12px 0;
        text-align: center;
    }

    .dropdown-menu {
        background-color: #1a1a1a;
        border: none;
        text-align: center;
    }

    .dropdown-menu .dropdown-item {
        padding: 12px;
    }
}

.navbar {
    background: rgba(0, 0, 0, 0.95) !important;
    position: relative;
    z-index: 9999;
}

.navbar-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.navbar-toggler {
    border: 1px solid rgba(255, 176, 0, 0.7);
    padding: 8px 12px;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav .nav-link {
    color: #fff !important;
    padding: 12px 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ffb400 !important;
}

.dropdown-menu {
    background: #111 !important;
    border: 1px solid rgba(255, 176, 0, 0.2);
}

.dropdown-item {
    color: #fff !important;
}

.dropdown-item:hover {
    background: #ffb400 !important;
    color: #000 !important;
}

@media (max-width: 991.98px) {
    .navbar {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .navbar-logo {
        height: 50px;
    }

    .navbar-collapse {
        background: #111;
        margin-top: 15px;
        padding: 15px;
        border-radius: 14px;
    }

    .navbar-nav .nav-link {
        text-align: center;
        padding: 12px 0;
    }

    .dropdown-menu {
        text-align: center;
        background: #1a1a1a !important;
        border: none;
    }
}







.menu-subtitle {
    font-size: 5px;
    letter-spacing: 2px;
    opacity: 1;
}

/* LIGHTBOX GENEL */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox.active {
    display: flex;
}

/* GÖRSEL TAŞMASINI ENGELLEYEN KISIM */
.lightbox img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 30px rgba(255, 180, 0, 0.3);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}




.section-title h5,
.section-title h2 {
    font-family: "Times New Roman", Times, serif;
}

.text-center h1 {
    font-family: "Times New Roman", Times, serif;
}

.hero-content h1 {
    font-family: "Times New Roman", Times, serif;
}

.section-title {
    font-family: "Times New Roman", Times, serif;
}

.cta-box h2 {
    font-family: "Times New Roman", Times, serif;
}

.col-lg-6 h1,
.col-lg-6 h3 {
    font-family: "Times New Roman", Times, serif;
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
    font-size: 30px;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

/***ARKAPLAN***/
.body {
    .container,
    .container-xxl
    background-color : #000 !important;
    padding-top: 100px; /* navbar yüksekliği */
    background-color: #000;
    margin: 0;
}

.about-section .container {
    position: relative;
    z-index: 2;
}

.hero-dark {
    background-color: #000 !important;
}

.hero-dark .section-title {
    background-color: transparent !important;
}

.hero-dark .breadcrumb {
    background-color: transparent !important;
}

.back-to-top {
    position: absolute;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
/* about arka yazı */
.about-section {
    position: relative;
    overflow: hidden;
}

.about-bg-text {
    position: fixed;   /* 🔥 en kritik değişiklik */

    top: 50%;
    left: 0;

    transform: translateY(-50%);

    font-family: 'Playfair Display', serif;
    font-weight: 600; /* 🔥 kalınlık buradan geliyor */

    font-size: 250px;
    line-height: 2;

    color: transparent; /* içi boş */
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.342); /* 🔥 çizgi */
    letter-spacing: 10px;

    z-index: -100;
    pointer-events: none;

}

/* reference arka yazı */
.reference-section {
    position: relative;
    overflow: hidden;
}

.reference-bg-text {
    position: fixed;   /* 🔥 en kritik değişiklik */

    top: 50%;
    left: 0;

    transform: translateY(-50%);

    font-family: 'Playfair Display', serif;
    font-weight: 600; /* 🔥 kalınlık buradan geliyor */

    font-size: 250px;
    line-height: 2;

    color: transparent; /* içi boş */
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.342); /* 🔥 çizgi */
    letter-spacing: 10px;

    z-index: 1;
    pointer-events: none;

}
/* reference arka yazı */

        .reference-page {
            background: #00000000;
            min-height: 100vh;
            position: relative;
        }

        .reference-hero {
            padding: 55px 0 20px;
            position: relative;
            background: #00000000;
        }

        .section-title {
            position: relative;
            z-index: 2;
        }

        .section-title h5 {
            color: #ffbd08 !important;
            font-size: 20px;   /* Hakkımızda küçük */
            letter-spacing: 1px;
        }

        .container .section-title h5 {
            color: #ffbd08 !important;
            font-size: 14px;
            letter-spacing: 1px;
            opacity: 1 !important;
        }

        .section-title h2 {
            color: #ffffff;
            font-size: 36px;
            font-weight: 800;
            margin-bottom: 15px;
        }

        .section-title h5 {
            color: #fdb91b !important; /* sarı */
        }

        .section-title h2 {
            color: #ffffff !important; /* beyaz */
        }

        .breadcrumb-item a {
            color: #ffbd06 !important;
            text-decoration: none;
        }

        .breadcrumb-item.active {
            color: #fff !important;
        }

        .section-title {
            position: relative;
            z-index: 2;
        }

        .title-box {
            position: relative;
            z-index: 2;
        }
        .reference-intro {
            max-width: 700px;
            margin: 0 auto 20px;
            text-align: center;
        }

        .reference-intro p {
            color: rgb(255, 255, 255);
            font-size: 25px;
            line-height: 1.9;
            max-width: 720px;
            margin: 0 auto;
            text-align: center;
            letter-spacing: 0.3px;
            position: relative;
        }
        .reference-intro p::after {
            content: "";
            display: block;
            width: 500px;
            height: 2px;
            background: linear-gradient(90deg, #ffbd06, #ffbd06);
            margin: 50px auto 0;
            border-radius: 2px;
        }
        .reference-intro {
            margin: 20px auto 40px; /* boşluğu azalttık */
        }

        .reference-grid {
            padding: 30px 0 80px;
        }

        .reference-logo-card {
            height: 120px;
            border-radius: 18px;
            background:linear-gradient(
            145deg,
            rgba(10,10,10,0.95),
            rgba(5,5,5,0.98)
        );
            border: 1px solid rgba(255,180,0,0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 18px;
            transition: all 0.35s ease;
            backdrop-filter: blur(10px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.35);
            position: relative;
            overflow: hidden;
        }

        .reference-logo-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255,180,0,0.08), transparent);
            opacity: 0;
            transition: 0.3s;
        }

        .reference-logo-card:hover {
            transform: translateY(-6px) scale(1.02);
            border-color: rgb(255, 196, 0);
            box-shadow:
                0 15px 35px rgba(0,0,0,0.5),
                0 0 20px rgba(255,180,0,0.15);
        }

        .reference-logo-card:hover::after {
            opacity: 1;
        }

        .reference-logo-card img {
            max-width: 100%;
            max-height: 60px;
            object-fit: contain;
            opacity: 0.85;
            transition: all 0.3s ease;
            filter: grayscale(100%);
        }

        .reference-logo-card:hover img {
            opacity: 1;
            filter: grayscale(0%);
            transform: scale(1.05);
        }


        .menu-section .container {
            position: relative;
            z-index: 2;
        }

        /* about arka yazı bitiş*/

        /* menü arka yazı */
        .menu-section {
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .menu-bg-text {
            position: fixed;
            z-index: 0;

            top: 50%;
            left: 0;

            transform: translateY(-50%);

            font-family: 'Playfair Display', serif;
            font-weight: 600; /* 🔥 kalınlık buradan geliyor */

            font-size: 250px;
            line-height: 2;

            color: transparent; /* içi boş */
            -webkit-text-stroke: 2px rgba(255, 255, 255, 0.342); /* 🔥 çizgi */
            letter-spacing: 10px;

            z-index: 1;
            pointer-events: none;

        }


/***ARKAPLAN***/
body {
    padding-top: 50px; /* navbar yüksekliği */
    background-color: #000 !important;
    margin: 0;
}
.service-section .container {
    position: relative;
    z-index: 2;
}
.back-to-top {
    position: absolute;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
/* service arka yazı */
.service-section {
    position: relative;
    overflow: hidden;
}

.service-bg-text {
    position: fixed;   /* 🔥 en kritik değişiklik */

    top: 50%;
    left: 0;

    transform: translateY(-50%);

    font-family: 'Playfair Display', serif;
    font-weight: 600; /* 🔥 kalınlık buradan geliyor */

    font-size: 250px;
    line-height: 2;

    color: transparent; /* içi boş */
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.342); /* 🔥 çizgi */
    letter-spacing: 10px;

    z-index: 0;
    pointer-events: none;

}
.container, .container-xxl {
    position: relative;
    z-index: 9999;
}
/* sevice arka yazı bitiş*/

/* contact arka yazı */
.contact-section {
    position: relative;
    overflow: hidden;
    background: rgba(20, 20, 20, 0.95);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 40px rgba(255, 193, 7, 0.1);
}

.contact-bg-text {
    position: fixed;   /* 🔥 en kritik değişiklik */

    top: 50%;
    left: 0;

    transform: translateY(-60%);

    font-family: 'Playfair Display', serif;
    font-weight: 600; /* 🔥 kalınlık buradan geliyor */

    font-size: 250px;
    line-height: 2;

    color: transparent; /* içi boş */
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.342); /* 🔥 çizgi */
    letter-spacing: 10px;

    z-index: 1;
    pointer-events: none;

}
.container, .container-xxl {
    position: relative;
    z-index: 9999;
}
/* contact arka yazı bitiş*/

/* booking arka yazı */

/*** BOOKING ***/
.booking-section {
    position: relative;
    overflow: hidden;
    background: rgb(0, 0, 0);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 40px rgba(255, 193, 7, 0.1);
}

.booking-bg-text {
    position: fixed;   /* 🔥 en kritik değişiklik */

    top: 50%;
    left: 0;

    transform: translateY(-60%);

    font-family: 'Playfair Display', serif;
    font-weight: 600; /* 🔥 kalınlık buradan geliyor */

    font-size: 250px;
    line-height: 2;

    color: transparent; /* içi boş */
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.342); /* 🔥 çizgi */
    letter-spacing: 10px;

    z-index: 1;
    pointer-events: none;

}
.container, .container-xxl {
    position: relative;
    z-index: 9999;
}
/* booking arka yazı bitiş*/

.booking-card {
    background: rgba(10, 10, 10, 0.92);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(246, 189, 1, 0.992);
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

.custom-input {
    background: black;
    border: 1px solid #ffbd06;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
}
.custom-input::placeholder {
    color: rgba(255,255,255,0.65);
}

.custom-input:focus {
    border-color: #ffaa00;
    box-shadow: none;
    background: black;
    color: #ffbd06;
}

.booking-btn {
    background: linear-gradient(45deg, #ffbd06, #ff6a00);
    border: none;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s;
}

.booking-btn:hover {
    background: linear-gradient(45deg, #ffaa00, #ffbd06);
    color: #000;
}

select.custom-input {
    color: #fff;
}

select.custom-input option {
    background: #000;
    color: #fff;
}

select.custom-input:invalid {
    color: rgb(255, 196, 19);
}

/*** BOOKING ***/

/*** CAT ***/
.cat {
    position: fixed;
    bottom: 20px;
    right: -100px; /* başlangıçta ekran dışında */
    width: 200px;
    z-index: 10;

    animation: catMove 40s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Animasyon */
@keyframes catMove {
    0% {
        right: -150px;
        opacity: 0;
    }
    20% {
        right: 20px;
        opacity: 1;
    }
    50% {
        right: 20px;
        opacity: 1;
    }
    80% {
        right: -150px;
        opacity: 0;
    }
    100% {
        right: -150px;
        opacity: 0;
    }
}

/*** Spinner ***/
#spinner {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

#spinner:not(.show) {
    opacity: 0;
    visibility: hidden;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*** Contact box ***/
.contact-section{
position:relative;
padding:100px 0;
background:transparent;
overflow:hidden;
}

.contact-container{
width:90%;
max-width:1400px;
margin:auto;
position:relative;
z-index:2;
}

.contact-top{
display:flex;
justify-content:space-between;
margin-bottom:50px;
flex-wrap:wrap;
gap:20px;
display: flex;
gap: 30px;
align-items: stretch; /* 🔥 önemli */
}

.contact-item{
    transition:.3s;
    background: rgba(0, 0, 0, 0.75); /* koyu arka plan */
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    border: 2px solid rgba(255, 192, 4, 0.912);
    transition: 0.3s ease;

    flex: 1; /* 🔥 hepsi eşit genişlik */
    
    background: rgba(0,0,0,0.8);
    border-radius: 15px;
    padding: 25px;
    
    border: 2px solid #ffbd06;

    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 180px; /* 🔥 hizalama fix */
}

.contact-item:hover{
    box-shadow: 0 15px 35px rgba(253, 200, 7, 0.834);
}

.contact-item h5{
    color: #ffbd06;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 30px;
}

.contact-item p{
    color: #ffffff;
    margin: 5px 0;
    font-size: 17px;
}

.contact-content{
display:flex;
gap:30px;
}

.map{
flex:1;
}

.map iframe{
width:100%;
height:420px;
border:none;
filter:grayscale(0%) contrast(100%);
}

.contact-form{
flex:1;
display:flex;
flex-direction:column;
gap:15px;
background:#000;
padding:20px;
}

/* GLASS INPUT */

.contact-form input,
.contact-form textarea{
background:#0b0b0b;
border:1px solid #ffbd06;
color:white;
border:1px solid #ffbd06;
padding:15px;
color:white;
outline:none;
transition:.3s;
}

.contact-form input:focus,
.contact-form textarea:focus{
border-color:#ffbd06;
box-shadow:0 0 15px rgba(255,193,7,0.3);
}

.contact-form textarea{
height:160px;
resize:none;
}

/* BUTTON ANIMATION */

.contact-form button{
background:#ffbd06;
color:black;
border:none;
padding:16px;
font-weight:600;
cursor:pointer;
position:relative;
overflow:hidden;
transition:.3s;
}

.contact-form button::before{
content:"";
position:absolute;
top:0;
left:-100%;
width:100%;
height:100%;
background:linear-gradient(
120deg,
rgba(255,255,255,0.6),
transparent
);
transition:.6s;
}

.contact-form button:hover::before{
left:100%;
}

.contact-form button:hover{
box-shadow:0 0 25px #ffbd06;
transform:translateY(-2px);
}

/* responsive */

@media(max-width:992px){

.contact-content{
flex-direction:column;
}

.contact-bg-text{
font-size:120px;
}

}

@media(max-width:600px){

.contact-top{
flex-direction:column;
}

.contact-bg-text{
font-size:70px;
}

}
/* responsive */

@media(max-width:992px){

.contact-content{
    flex-direction: column;
}

.contact-bg-text{
    font-size: 120px;
}

}

@media(max-width:600px){

.contact-top{
    flex-direction: column;
}

.contact-bg-text{
    font-size: 70px;
}

}

/* Western Union Strip */
.wu-strip{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    width:100%;
    margin:0 0 30px 0;
    padding:18px 26px;
    background: linear-gradient(90deg, rgba(0,0,0,0.92), rgba(18,18,18,0.96));
    border: 3px solid rgb(255, 179, 0);
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.35);
    position: relative;
    overflow: hidden;
}

.wu-strip::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(120deg, rgba(255,180,0,0.08), transparent 35%, rgba(255,106,0,0.08));
    pointer-events:none;
}

.wu-strip-left,
.wu-strip-right{
    position:relative;
    z-index:1;
}

.wu-strip-left{
    flex: 0 0 auto;
    display:flex;
    align-items:center;
}

.wu-strip-logo{
    width: 220px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display:block;
    filter: drop-shadow(0 0 10px rgb(249, 194, 12));
}

.wu-strip-right{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.wu-mini-badge{
    display:inline-block;
    align-self:flex-start;
    margin-bottom:10px;
    padding:6px 14px;
    border-radius:999px;
    background: linear-gradient(90deg, #ffb400, #ffae00);
    color:#111;
    font-size:11px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
    box-shadow: 0 6px 18px rgba(255, 166, 0, 0.93);
}

.wu-strip-right h4{
    color:#fff;
    font-size:28px;
    font-weight:800;
    margin-bottom:10px;
    line-height:1.3;
}

.wu-strip-right p{
    color:rgb(255, 255, 255);
    font-size:16px;
    margin:0;
    line-height:1.8;
    max-width:760px;
}

.wu-strip:hover{
    transform: translateY(-2px);
    transition: 0.3s ease;
    box-shadow: 0 16px 38px rgba(255, 166, 0, 0.716);
    border-color: rgb(247, 174, 4);
    
}

@media(max-width:992px){
    .wu-strip{
        flex-direction:column;
        align-items:flex-start;
        padding:20px;
    }

    .wu-strip-logo{
        width:180px;
    }

    .wu-strip-right h4{
        font-size:24px;
    }
}

@media(max-width:600px){
    .wu-strip{
        gap:18px;
        padding:18px;
    }

    .wu-strip-logo{
        width:150px;
    }

    .wu-strip-right h4{
        font-size:20px;
    }

    .wu-strip-right p{
        font-size:14px;
        line-height:1.7;
    }

    .wu-mini-badge{
        font-size:10px;
        padding:5px 12px;
    }
}

/*** KATALOG ***/
.catalog-card {
    background: rgb(0, 0, 0);
    border-radius: 20px;
    backdrop-filter: blur(0px);
    border: 1px solid rgb(246, 179, 11);
    transition: all 0.3s ease;
}

.catalog-card:hover {
    box-shadow: 0 15px 40px rgba(172, 118, 11, 0.607);
}

.btn-primary {
    background: linear-gradient(45deg, #f6b80f, #ff9900);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(45deg, #ffc70e, #ff9900);
}
/*** KATALOG ***/

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #000000;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
/* Navbar ana arka plan */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.96) !important;
    z-index: 99999;
    min-height: 90px;
}

.navbar-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
    display: block;
}

.navbar-toggler {
    border: 1px solid rgba(255, 180, 0, 0.7);
    padding: 8px 12px;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.navbar-nav .nav-link {
    color: #fff !important;
    padding: 12px 16px;
    text-transform: uppercase;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #fdb91b !important;
}

.dropdown-menu {
    background: #111 !important;
    border: 1px solid rgba(255, 176, 0, 0.2);
    min-width: 220px;
}

.dropdown-item {
    color: #fff !important;
    padding: 10px 18px;
}

.dropdown-item:hover {
    background: #fdb91b !important;
    color: #000 !important;
}

body {
    padding-top: 90px;
    background-color: #000 !important;
    margin: 0;
    overflow-x: hidden;
}

@media (max-width: 991.98px) {
    .navbar {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        min-height: auto;
    }

    .navbar-logo {
        height: 48px;
    }

    .navbar-collapse {
        background: #111;
        margin-top: 15px;
        padding: 15px;
        border-radius: 14px;
    }

    .navbar-nav .nav-link {
        text-align: center;
        padding: 12px 0;
        margin-left: 0 !important;
    }

    .dropdown-menu {
        text-align: center;
        background: #1a1a1a !important;
        border: none;
    }
}


/*** Hero Header ***/
.hero-header {
    margin-top: 90px; /* navbar yüksekliğine göre ayarla */
    background-color: #000 !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*** sonradan eklendi ***/
    position: relative;
    z-index: 1;
}
.hero-header h1 {
    margin-top: 90px; /* navbar yüksekliğine göre ayarla */
    position: relative;
    z-index: 2;
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255, 255, 255);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background-color: #000 !important;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.title-box {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    padding: 25px 50px;
    border-radius: 20px;
    backdrop-filter: blur(0px);
}

.services-section {
    background: #0a0a0a;
    padding: 120px 0;
    color: #fff;
}

/* TITLE */
.section-title {
    text-align: letf;
    margin-bottom: 100px;
}

.section-title h5 {
    color: #ffbd06;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-size: 30px;
}

.section-title h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}

/* GRID */
.services-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.service-card {
    position: relative;
    padding: 40px;
    background: rgba(20, 20, 20, 0.95) !important;
    border: 1px solid rgba(243, 170, 34, 0.89);
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid rgba(243, 170, 34, 0.89);
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: #fdb91b;
    box-shadow: 0 0 20px rgba(253, 185, 27, 0.753);
}

.service-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}
/* ÜST ÇİZGİ */
.service-card .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #fdb91b;
    transition: 0.4s;
}

/* BAŞLIK (SENİN İSTEDİĞİN RENK) */
.service-card h3 {
    color: #fdb91b;
    font-size: 22px;
    margin-bottom: 15px;
}

/* TEXT */
.service-card p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

/* LINK */
.service-card a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.service-card a:hover {
    color: #fdb91b;
}

.services-section {
    position: relative;
    z-index: 1;
}

/* HOVER EFEKT */
.service-card:hover {
    transform: translateY(-10px);
    border-color: #fdb91b;
    box-shadow: 0 10px 30px rgba(253, 185, 27, 0.907);
}

.service-card:hover .line {
    width: 100%;
}

/* RESPONSIVE */
@media(max-width: 992px){
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 576px){
    .services-grid {
        grid-template-columns: 1fr;
    }
}

/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 15px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 120px;
}

/* Sol taraftaki çoklu resim alanı */
.menu-gallery {
    min-width: 95px;
    max-width: 95px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    align-content: flex-start;
}

.menu-img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-img:hover {
    transform: scale(1.08);
    border-color: #fdb91b;
    box-shadow: 0 6px 18px rgba(253, 185, 27, 0.20);
}

.menu-item:hover {
    transform: translateY(-6px);
    border-color: #fdb91b;
    box-shadow: 0 10px 30px rgba(253, 185, 27, 0.25);
}

.menu-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #fdb91b, transparent);
    opacity: 0;
    transition: 0.3s;
}

.menu-item:hover::before {
    opacity: 1;
}

.menu-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.08), transparent);
    transition: 0.6s;
}

.menu-item:hover::after {
    left: 100%;
}

.menu-header {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.nav-pills small {
    color: #fdb91b !important;
    font-weight: 700;
    font-size: 13px;
}

.menu-header h5 {
    color: #fdb91b;
    font-size: 30px;
}

.menu-item h5,
.menu-item span:first-child {
    color: #fdb91b !important;
    font-size: 22px;
    line-height: 1.35;
}

.menu-header h5 {
    color: #fff;
    font-weight: 600;
}

.menu-header span {
    color: #fdb91b;
    font-weight: bold;
}

.menu-content {
    flex: 1;
    min-width: 0;
}

.menu-content small {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
    display: block;
}

.price {
    color: rgb(255, 166, 0);
    font-weight: bold;
}

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.92);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.lightbox.active {
    display: flex;
}

/* Responsive */
@media (max-width: 767.98px) {
    .menu-item {
        align-items: flex-start;
        padding: 14px;
    }

    .menu-gallery {
        min-width: 80px;
        max-width: 80px;
        gap: 5px;
    }

    .menu-img {
        width: 36px;
        height: 36px;
    }

    .menu-item h5,
    .menu-item span:first-child {
        font-size: 18px;
    }

    .menu-content small {
        font-size: 14px;
    }
}

/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.cupro-sign {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.623); /* artırdık */
    letter-spacing: 0.5px;
}

.cupro-sign span {
    color: #ffb400;
    font-weight: 700;
    letter-spacing: 2px;
    transition: 0.3s;
}

/* Altına ince ışıklı çizgi */
.cupro-sign span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #ffb400, #ff6a00);
    transform: translateX(-50%);
    transition: 0.3s ease;
}

/* Hover efekti */
.cupro-sign span:hover {
    color: #ff6a00;
    text-shadow: 0 0 12px rgba(255, 180, 0, 0.4);
}

.cupro-sign span:hover::after {
    width: 100%;
}

/* Üst çizgiyi daha premium yap */
.border-top {
    border-top: 2px solid rgba(247, 188, 61, 0.944) !important;
}

/* Üstte hafif glow efekti */
.text-center.pt-4 {
    position: relative;
}

.text-center.pt-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffb400, transparent);
    transform: translateX(-50%);
    opacity: 0.5;
}

/* Western Union Footer Box */
.wu-box {
    background: linear-gradient(145deg, rgba(22, 22, 22, 0.96), rgba(8, 8, 8, 0.98));
    border: 1px solid rgba(255, 180, 0, 0.35);
    border-radius: 18px;
    padding: 22px 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.35s ease;
}

.wu-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 180, 0, 0.08), transparent 45%, rgba(255, 106, 0, 0.08));
    pointer-events: none;
}

.wu-box:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 180, 0, 0.85);
    box-shadow: 0 18px 45px rgba(255, 140, 0, 0.12);
}

.wu-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.wu-logo {
    width: 250px; /* büyüttük */
    height: auto;
    object-fit: contain;
    filter: brightness(1.1) contrast(1.1);
}

/* Badge artık ayrı */
.wu-badge {
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 14px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
    background: linear-gradient(90deg, #ffb400, #ffb700);
    border-radius: 50px;
    box-shadow: 0 6px 18px rgba(255, 166, 0, 0.25);
}

.wu-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.wu-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.wu-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.wu-features span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #f3f3f3;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 180, 0, 0.15);
}

.wu-features i {
    color: #ffb400;
}

@media (max-width: 991.98px) {
    .wu-box {
        margin-top: 10px;
    }

    .wu-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .wu-logo {
        max-width: 115px;
    }
}





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #0a0a0a;
  --bg-soft: #111111;
  --card: rgba(255, 255, 255, 0.05);
  --card-border: rgba(255, 180, 0, 0.18);
  --text: #ffffff;
  --text-soft: rgba(255, 255, 255, 0.72);
  --primary: #ffb400;
  --primary-2: #ff9900;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --container: 1200px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Heebo', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  display: block;
}

.container {
  width: min(92%, var(--container));
  margin: 0 auto;
}

.section {
  padding: 90px 0;
  position: relative;
}

.section-dark {
  background: linear-gradient(to bottom, #0a0a0a, #101010);
}

.contact-section {
  padding-top: 0;
}

.section-title-wrap {
  max-width: 650px;
  margin-bottom: 38px;
}

.section-subtitle {
  color: #ffb710;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  display: inline-block;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffffff;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 14px;
    background: linear-gradient(45deg, #ffb400, #ff6a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-text {
  color: #ffffff;
  font-size: 1rem;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 28px;
}

.btn-group.center {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.35s ease;
  border: 1px solid transparent;
}

.btn-primary {
  background: linear-gradient(45deg, var(--primary), var(--primary-2));
  color: #111;
  box-shadow: 0 10px 30px rgba(255, 187, 0, 0.638);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(255, 200, 0, 0.45);
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  border-color: rgba(255, 180, 0, 0.55);
  background: rgba(255, 180, 0, 0.07);
  transform: translateY(-3px);
}

.glass-card {
  background: var(--card);
  text-color: rgb(255, 179, 0);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 180, 0, 0.13), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(255, 106, 0, 0.12), transparent 25%),
    linear-gradient(rgba(5, 5, 5, 0.55), rgba(5, 5, 5, 0.86)),
    url('../img/carousel-1.jpg') center/cover no-repeat;
}

.hero::before {
  content: "NERO REKLAM";
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(4rem, 13vw, 11rem);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.03);
  letter-spacing: 10px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 179, 0, 0.721);
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 22px;
  backdrop-filter: blur(12px);
}

.hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  color: #ffb700;
  line-height: 1.02;
  font-weight: 800;
  margin-bottom: 20px;
  max-width: 780px;
}

.hero p {
  max-width: 620px;
  color: #ffffff;
  font-size: 1.08rem;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 35px;
}

.stat-box {
  min-width: 150px;
  padding: 18px 20px;
}

.stat-box h3 {
  font-size: 1.8rem;
  color: #f2a219;
  margin-bottom: 4px;
}

.stat-box span {
  color: #f2a219;
  font-size: 0.95rem;
}

.hero-visual {
  position: relative;
  min-height: 550px;
}

.floating-card {
  position: absolute;
  overflow: hidden;
  transition: 0.35s ease;
}

.floating-card:hover {
  transform: translateY(-8px) scale(1.02);
}

.floating-card img {
  height: 100%;
  object-fit: cover;
}

.card-large {
  inset: 40px 0 80px 70px;
}

.card-small-top {
  width: 240px;
  height: 170px;
  top: 0;
  left: 0;
}

.card-small-bottom {
  width: 220px;
  height: 170px;
  right: 0;
  bottom: 20px;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 60%);
}

.card-caption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
}

.card-caption h4 {
  color: #fdb91b;
  font-size: 1rem;
  margin-bottom: 4px;
}

.card-caption p {
  font-size: 0.88rem;
  color: rgb(255, 255, 255);
}

/* GRIDS */
.quick-links-grid,
.services-grid,
.why-grid,
.gallery-grid,
.contact-grid {
  display: grid;
  gap: 24px;
}

.quick-links-grid {
  grid-template-columns: repeat(4, 1fr);
}

.services-grid {
  grid-template-columns: repeat(3, 1fr);
}

.why-grid {
  grid-template-columns: repeat(4, 1fr);
}

.contact-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* QUICK CARDS */
.quick-card,
.service-card,
.why-card,
.contact-box,
.gallery-item {
  transition: 0.35s ease;
}

.quick-card:hover,
.service-card:hover,
.why-card:hover,
.contact-box:hover,
.gallery-item:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 180, 0, 0.35);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.quick-card {
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
}

.quick-card::before {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 180, 0, 0.18), transparent 70%);
}

.quick-card i,
.service-card i,
.why-card i,
.contact-box i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(255, 180, 0, 0.18), rgba(255, 106, 0, 0.18));
  color: var(--primary);
  margin-bottom: 18px;
  font-size: 1.2rem;
}

.quick-card h3,
.service-card h3,
.why-card h3,
.contact-box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #f2a219;
}

.quick-card p,
.service-card p,
.why-card p,
.contact-box p,
.portfolio-content p,
.cta-box p {
  color: white;
}

/* SERVICES */
.service-card {
  padding: 30px;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 700;
  margin-top: 18px;
}

/* PORTFOLIO */
.portfolio-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.portfolio-image {
  min-height: 520px;
  overflow: hidden;
  position: relative;
  z-index: 9999999;
}

.portfolio-image img {
  height: 100%;
  object-fit: cover;
}

.portfolio-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.portfolio-content {
  padding: 40px;
}

.feature-list {
  list-style: none;
  margin-top: 24px;
  display: grid;
  gap: 14px;
}

.feature-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--text-soft);
}

.feature-list i {
  color: var(--primary);
  margin-top: 5px;
}

/* WHY */
.why-card {
  padding: 28px 22px;
  text-align: center;
}

/* GALLERY */
.gallery-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(4) {
  grid-row: span 2;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  padding: 22px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 55%);
}

.gallery-overlay h4 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.gallery-overlay p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

/* CTA */
.cta-box {
  padding: 55px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(255, 180, 0, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 106, 0, 0.12), transparent 25%),
    rgba(255, 255, 255, 0.04);
}

.cta-box h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color:#f2bc19;
  margin-bottom: 14px;
}

.cta-box p {
  max-width: 650px;
  margin: 0 auto;
}

/* CONTACT */
.contact-box {
  padding: 28px;
}

/* FOOTER */
footer {
  padding: 28px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

footer strong {
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .hero-grid,
  .portfolio-wrap,
  .quick-links-grid,
  .services-grid,
  .why-grid,
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    min-height: auto;
    padding: 120px 0 90px;
  }

  .hero-visual {
    min-height: 470px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 75px 0;
  }

  .hero-grid,
  .portfolio-wrap,
  .quick-links-grid,
  .services-grid,
  .why-grid,
  .gallery-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 420px;
  }

  .card-large {
    inset: 60px 0 70px 35px;
  }

  .card-small-top {
    width: 180px;
    height: 140px;
  }

  .card-small-bottom {
    width: 170px;
    height: 140px;
  }

  .portfolio-content,
  .cta-box {
    padding: 28px;
  }

  .gallery-grid {
    grid-auto-rows: 260px;
  }

  .gallery-item:nth-child(1),
  .gallery-item:nth-child(4) {
    grid-row: span 1;
  }
}