/*--------------------------------------------------------------
# Dubai Page Custom Styles - Fullscreen Slider
--------------------------------------------------------------*/

/* Dubai sayfası için tam ekran slider ayarları */
.dubai-page .main-slider-style3 {
    position: relative;
    height: 100vh;
    min-height: 600px;
    margin-bottom: 0;
    padding: 0;
}

.dubai-page .main-slider-style3 .swiper-slide {
    height: 100vh;
    min-height: 600px;
}

.dubai-page .main-slider-style3 .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.dubai-page .main-slider-style3 .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 30;
}

.dubai-page .main-slider-style3 .row {
    width: 100%;
	margin-left: 0;
}

/* Header'ı slider üzerine absolute konumlandır */
.dubai-page .main-header-style3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
}

.dubai-page .main-menu-style3 {
    margin-bottom: 0;
    background: #1e1e1e;
}

/* Header için gradient overlay - menü görünürlüğü */
.dubai-page .main-header-style3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    z-index: -1;
    pointer-events: none;
}

/* Menü linklerinin görünürlüğü */
.dubai-page .main-menu-style3 .main-menu__list > li > a {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.dubai-page .main-menu-style3 .main-menu__list > li > a:hover {
    color: #999999 !important;
}

/* Aktif sayfa linki */
.dubai-page .main-menu-style3 .main-menu__list > li.current > a,
.dubai-page .main-menu-style3 .main-menu__list > li > a.active {
    color: #999999 !important;
}

/* Logo görünürlüğü */
.dubai-page .logo-box-style1 img {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* Header button görünürlüğü */
.dubai-page .main-menu-style1-right .header-btn-style1 a {
    color: #ffffff !important;
    border: 3px solid #cccccc !important;
    background: transparent !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.dubai-page .main-menu-style1-right .header-btn-style1 a:hover {
    border: 3px solid var(--thm-base) !important;
    background: var(--thm-base) !important;
    color: #ffffff !important;
}

/* Slider içerik alanı düzenlemeleri */
.dubai-page .main-slider-style3 .main-slider-content__inner {
    position: relative;
    text-align: center;
}

.dubai-page .main-slider-style3 .main-slider-content .big-title h2 {
    text-align: center;
}

.dubai-page .main-slider-style3 .main-slider-content .text {
    text-align: center;
}

.dubai-page .main-slider-style3 .main-slider-content .btns-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dubai-page .main-slider-style3 .main-slider-content .round-box {
    left: 50%;
    transform: translateX(-50%);
}

/* Navigation buttons - görünürlük iyileştirme */
.dubai-page .main-slider__nav {
    z-index: 100;
    right: 50px;
}

.dubai-page .main-slider__nav .swiper-button-next,
.dubai-page .main-slider__nav .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.dubai-page .main-slider__nav .swiper-button-next:hover,
.dubai-page .main-slider__nav .swiper-button-prev:hover {
    background-color: var(--thm-base);
    color: #ffffff;
}

/* Mobile hamburger icon - görünürlük */
.dubai-page .mobile-nav__toggler {
    color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* Sticky header için özel ayarlar */
.dubai-page .stricky-header--style3.main-menu {
    background-color: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(10px);
}

.dubai-page .stricky-header--style3 .main-menu__wrapper {
    background-color: transparent;
}

/* Sticky menüde hover ve aktif linkler */
.dubai-page .stricky-header--style3 .main-menu__list > li > a:hover {
    color: #999999 !important;
}

.dubai-page .stricky-header--style3 .main-menu__list > li.current > a,
.dubai-page .stricky-header--style3 .main-menu__list > li > a.active {
    color: #999999 !important;
}


/*--------------------------------------------------------------
# Responsive Ayarları - Dubai Fullscreen Slider
--------------------------------------------------------------*/

/* Tablet landscape ve küçük masaüstü */
@media only screen and (max-width: 1199px) {
    .dubai-page .main-slider-style3 {
        height: 100vh;
        min-height: 550px;
    }
    
    .dubai-page .main-slider-style3 .swiper-slide {
        height: 100vh;
        min-height: 550px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .big-title h2 {
        font-size: 56px;
    }
    
    .dubai-page .main-slider__nav {
        right: 30px;
    }
}

/* Tablet portrait */
@media only screen and (max-width: 991px) {
    .dubai-page .main-slider-style3 {
        height: 100vh;
        min-height: 500px;
    }
    
    .dubai-page .main-slider-style3 .swiper-slide {
        height: 100vh;
        min-height: 500px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .big-title h2 {
        font-size: 46px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .text p {
        font-size: 16px;
        line-height: 30px;
    }
    
    .dubai-page .main-slider__nav {
        right: 20px;
    }
    
    .dubai-page .main-header-style3::before {
        height: 150px;
    }
}

/* Mobile landscape */
@media only screen and (max-width: 767px) {
    .dubai-page .main-slider-style3 {
        height: 100vh;
        min-height: 450px;
    }
    
    .dubai-page .main-slider-style3 .swiper-slide {
        height: 100vh;
        min-height: 450px;
    }
    
    .dubai-page .main-slider-style3 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .big-title h2 {
        font-size: 36px;
        line-height: 1.3em;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .text {
        margin-top: 15px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .text p {
        font-size: 14px;
        line-height: 26px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .btns-box {
        padding-top: 30px;
    }
    
    .dubai-page .main-slider__nav {
        right: 15px;
    }
    
    .dubai-page .main-slider__nav .swiper-button-next,
    .dubai-page .main-slider__nav .swiper-button-prev {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

/* Mobile portrait */
@media only screen and (max-width: 575px) {
    .dubai-page .main-slider-style3 {
        height: 100vh;
        min-height: 400px;
    }
    
    .dubai-page .main-slider-style3 .swiper-slide {
        height: 100vh;
        min-height: 400px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .big-title h2 {
        font-size: 28px;
        line-height: 1.3em;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .text p {
        font-size: 13px;
        line-height: 24px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .btns-box {
        padding-top: 25px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .btns-box a {
        font-size: 14px;
        padding: 12px 25px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .btns-box a + a {
        margin-left: 5px;
        margin-top: 10px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .round-box {
        width: 150px;
        height: 150px;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Küçük mobile cihazlar */
@media only screen and (max-width: 479px) {
    .dubai-page .main-slider-style3 .main-slider-content .big-title h2 {
        font-size: 24px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .btns-box {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .btns-box a {
        width: 100%;
        text-align: center;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .btns-box a + a {
        margin-left: 0;
        margin-top: 0;
    }
}

/* Çok geniş ekranlar için optimizasyon */
@media only screen and (min-width: 1920px) {
    .dubai-page .main-slider-style3 {
        height: 1080px;
        max-height: 100vh;
    }
    
    .dubai-page .main-slider-style3 .swiper-slide {
        height: 1080px;
        max-height: 100vh;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .big-title h2 {
        font-size: 80px;
    }
    
    .dubai-page .main-slider-style3 .main-slider-content .text p {
        font-size: 20px;
        line-height: 38px;
    }
}

/*--------------------------------------------------------------
# Projelerimiz Section - Dubai Page
--------------------------------------------------------------*/

.projects-section {
    padding: 80px 0;
}

.projects-section .sec-title {
    margin-bottom: 60px;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
}

.project-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.project-item .project-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

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

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    display: flex;
    align-items: flex-end;
    padding: 40px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project-item:hover .project-overlay {
    opacity: 1;
}

.project-content {
    color: #ffffff;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.project-item:hover .project-content {
    transform: translateY(0);
}

.project-content h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.project-content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.9);
}

.project-content .btn-one {
    display: inline-block;
    font-size: 14px;
    padding: 12px 30px;
}

/* Responsive Projelerimiz Section */
@media only screen and (max-width: 991px) {
    .projects-section {
        padding: 60px 0;
    }
    
    .project-overlay {
        padding: 30px;
    }
    
    .project-content h4 {
        font-size: 24px;
    }
    
    .project-content p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    
    .projects-section {
        padding: 50px 0;
    }
    
    .project-item {
        border-radius: 8px;
        overflow: hidden;
    }
    
    .project-overlay {
        padding: 20px;
        opacity: 1;
        background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
        align-items: center;
        justify-content: center;
    }
    
    .project-content {
        transform: translateY(0);
        text-align: center;
    }
    
    .project-content h4 {
        font-size: 22px;
        margin-bottom: 0;
    }
    
    /* Mobilde açıklama ve buton gizle */
    .project-content p,
    .project-content .btn-one {
        display: none;
    }
    
    /* Mobil cihazlarda header'a siyah arka plan */
    .dubai-page .main-header-style3 {
        background: #000000 !important;
    }
    
    .dubai-page .main-menu-style3 {
        background: #000000 !important;
    }
    
    .dubai-page .main-header-style3::before {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .projects-grid {
        gap: 15px;
    }
    
    .project-overlay {
        padding: 15px;
    }
    
    .project-content h4 {
        font-size: 20px;
    }
}