/*GOOGLE-FONT*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500&display=swap');

/*GENERAL-SET*/

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", "Poppins", sans-serif;
    overflow-x: hidden;
    background-color: #f6f7f6;
}

.text-primary-green { color: #42b06f !important; }

h1{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
h5{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


/*SECTION-PADDING*/

.section-padding{
    padding-top: 40px;
    padding-bottom: 40px;
}

/*SECTION-TITLE*/

.section-title .line {

    width: 60px;
    height: 4px;
    background-color: #42b06f;
    margin: 16px auto 24px auto;
}

.line{

    width: 80px;
    height: 2px;
    background-color: #42b06f;
    margin: 16px auto 24px auto;
}

.section-title-blue h1{font-size:25px;color: #1d2b39;}
.section-title-blue p{color: #1d2b39;}
.section-title-white h1{font-size:25px;color: white;}
.section-title-white p{color: white}



/*HERO-SECTION-ROW*/

.img-row{

    background-image: url('../img/konukevi_h.png');
    overflow: hidden;

}

/*ROOM-GALERY*/


.iconbox{
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    font-size: 30px;
    background: transparent;
    color: white;
}

.image-zoom{

    position: relative;
    overflow: hidden;
}

.image-zoom-wrapper {

    overflow: hidden;
    position: relative;
}

.image-zoom-wrapper img{

    transition: all 0.5s ease;

}

.image-zoom:hover .image-zoom-wrapper img{

transform: scale(1.1);

}

.portfolio-item .iconbox{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-100%);
    opacity: 0;
}

.portfolio-item line{

    height: 2px;
    width: 80px;

}
.portfolio-item h5{

    font-size: 14px;
    color: white;
}
.portfolio-item:hover .iconbox{

    opacity: 1;

    transition: 0.3s;

}

.portfolio-item:hover img {

    filter: brightness(0.6);


}

/* Odalarımız & Personelimiz (ana sayfa) — aynı yeşil bant; gri bloklardan ayrışır */
.rooms-section,
.personel-section {
    position: relative;
    background: linear-gradient(
        168deg,
        #e8f5e9 0%,
        #f4fbf6 38%,
        #ecf8ef 72%,
        #dff3e3 100%
    );
    border-top: 1px solid rgba(66, 176, 111, 0.28);
    border-bottom: 1px solid rgba(66, 176, 111, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.rooms-section::before,
.personel-section::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, transparent 0%, rgba(66, 176, 111, 0.45) 50%, transparent 100%);
    opacity: 0.9;
    pointer-events: none;
}
.rooms-section .container,
.personel-section .container,
.personel-section .container-fluid {
    position: relative;
    z-index: 1;
}
.rooms-section__lead,
.personel-section__lead {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3d5346 !important;
}
.personel-section .section-heading {
    color: #0f172a;
}
.room-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.room-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(66, 176, 111, 0.12);
}
.room-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e2e8f0;
}
.room-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.room-card:hover .room-card__media img {
    transform: scale(1.06);
}
.room-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.room-card:hover .room-card__overlay {
    opacity: 1;
}
.room-card__body {
    padding: 1.35rem 1.5rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.room-card__title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem !important;
    letter-spacing: -0.02em;
    padding: 0 !important;
}
.room-card__desc {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.55;
    margin-bottom: 1rem;
    flex: 1;
}
.room-card__link {
    font-size: 0.88rem;
    font-weight: 700;
    color: #42b06f;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: gap 0.2s ease, color 0.2s ease;
}
.room-card__link:hover {
    color: #2d9a5f;
    gap: 0.55rem;
}



/*FOOTER*/




.iletisim{ background-color: #2d3e50;}

.iletisim h1{
    color: white ;
    font-size: 25px;

}
.iletisim p{
    color: white;
}
.footer-icon{text-decoration: none;color: white}


/*SLIDE-SETS*/


/* Özel stiller */
.owl-carousel .item {
    margin: 10px;
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Fancybox'taki fotoğraf sayısını ve sırasını gizlemek için */
.fancybox__counter {
    display: none
}

/*fancybox'taki altta çıkan fotoğrafları göstermemek için*/
.fancybox__thumbs {
    display: none;
}



.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 70px;
    width: 70px;
    height: 70px;
    background: none !important;
    border: none;
    border-radius: 0;
    color: #42b06f;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: none !important;
    color: #42b06fad;
}

/* ===================================================
   YENİ TASARIM - HERO & BOOKING & FEATURES & ABOUT
   =================================================== */

/* Hero Section */
.hero-section {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url('../img/konukevi_h.png');
    background-size: cover;
    background-position: center;
}
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 60%, rgba(246,247,246,0.95) 100%);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 1rem;
    max-width: 860px;
    text-align: center;
}
.hero-badge {
    display: inline-block;
    background: rgba(66,176,111,0.18);
    border: 1px solid rgba(66,176,111,0.4);
    color: #42b06f;
    padding: 6px 20px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
}
.hero-title {
    font-size: clamp(2rem, 6vw, 4.5rem) !important;
    font-weight: 900 !important;
    color: white !important;
    line-height: 1.1 !important;
    padding: 0 !important;
    margin-bottom: 1rem !important;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
    letter-spacing: -0.02em;
}
.hero-subtitle {
    color: rgba(255,255,255,0.88) !important;
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 580px;
    margin: 0 auto;
    padding: 0 !important;
}

/* Booking Widget */
.booking-section {
    position: relative;
    z-index: 20;
    margin-top: -70px;
    padding-bottom: 0;
    padding-top: 0;
}
.booking-card {
    background: white;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.06);
    padding: 2rem 2.5rem;
    border: 1px solid #e9ecef;
}
.booking-card__topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eef2f7;
}
.booking-card__topbar--price-only {
    justify-content: flex-end;
}
.booking-card__price-link {
    flex-shrink: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #42b06f;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    background: none;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    text-align: inherit;
}
.booking-card__price-link:hover {
    color: #2d8f56;
    text-decoration: underline;
}
.booking-card__price-link:focus-visible {
    outline: 2px solid rgba(66, 176, 111, 0.45);
    outline-offset: 2px;
}
#fiyatTarifesiModal .konukevi-fiyat-tarifesi {
    margin-bottom: 0 !important;
    box-shadow: none !important;
}
.booking-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.booking-input {
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
    background-color: #f8fafc !important;
    color: #0f172a !important;
    padding: 0.6rem 0.9rem !important;
    font-size: 0.9rem !important;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.booking-input:focus {
    border-color: #42b06f !important;
    box-shadow: 0 0 0 3px rgba(66,176,111,0.15) !important;
    background-color: #fff !important;
}
.booking-btn {
    border-radius: 10px !important;
    padding: 0.65rem 1rem !important;
    background-color: #42b06f !important;
    border-color: #42b06f !important;
    box-shadow: 0 4px 14px rgba(66,176,111,0.35) !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.04em;
    transition: all 0.25s ease !important;
}
.booking-btn:hover {
    background-color: rgba(66,176,111,0.88) !important;
    border-color: rgba(66,176,111,0.88) !important;
    transform: translateY(-1px);
}
.booking-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #334155;
}

/* Features Section */
.features-section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    background-color: #f6f7f6;
}
.section-heading {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.feature-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    height: 100%;
}
.feature-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.feature-card:hover .feature-icon-wrap {
    background-color: #42b06f;
}
.feature-card:hover .feature-icon {
    color: white !important;
}
.feature-icon-wrap {
    width: 60px;
    height: 60px;
    background: rgba(66,176,111,0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: background-color 0.3s ease;
}
.feature-icon {
    font-size: 1.8rem;
    color: #42b06f;
    transition: color 0.3s ease;
}
.feature-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    padding: 0 !important;
}
.feature-text {
    color: #64748b;
    font-size: 0.93rem;
    line-height: 1.65;
    margin: 0;
}

/* About Section */
.about-section {
    background-color: #f1f5f9;
}
.about-images .about-img {
    border-radius: 18px;
    object-fit: cover;
    height: 255px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.about-pretitle {
    font-size: 12px;
    font-weight: 700;
    color: #42b06f;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    display: block;
    margin-bottom: 0.75rem;
}
.about-title {
    font-size: clamp(1.5rem, 3vw, 2.4rem) !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    line-height: 1.15 !important;
    padding: 0 !important;
    margin-bottom: 1rem !important;
    letter-spacing: -0.02em;
}
.about-text {
    font-size: 1rem;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}
.about-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.about-list li {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

/* Footer */
footer { background: #1e293b; }
.footer-main {
    background: #1e293b;
    color: #94a3b8;
    padding: 5rem 0 2rem 0;
}
.footer-brand-name {
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.35;
}
.footer-desc {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #94a3b8;
}
.footer-social {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.2s ease;
}
.footer-social:hover {
    background: #42b06f;
    color: white;
}
.footer-heading {
    color: white !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 1.5rem !important;
    padding: 0 !important;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}
.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}
.footer-links a:hover { color: #42b06f; }
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-contact-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    font-size: 0.875rem;
    color: #94a3b8;
}
.footer-contact-item a { color: #94a3b8; text-decoration: none; }
.footer-contact-item a:hover { color: #42b06f; }
.footer-bottom-divider {
    border-color: rgba(255,255,255,0.1) !important;
    margin: 3rem 0 2rem 0;
}
.footer-copyright {
    color: #64748b;
    font-size: 0.75rem;
    margin: 0;
}
.footer-policy-link {
    color: #64748b;
    text-decoration: none;
    font-size: 0.75rem;
    transition: color 0.2s ease;
}
.footer-policy-link:hover { color: white; }

/* Hakkımızda sayfası */
.page-hero-inner {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/konukevi_h.png');
    background-size: cover;
    background-position: center;
}
.page-hero-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.75) 0%, rgba(66, 176, 111, 0.35) 100%);
}
.page-hero-inner .page-hero-inner__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2.5rem 1rem;
}
.page-hero-inner h1 {
    color: white !important;
    font-weight: 700 !important;
    font-size: clamp(1.75rem, 4vw, 2.25rem) !important;
    font-family: "Inter", "Poppins", sans-serif !important;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem 0 !important;
    padding: 0 !important;
}
.page-breadcrumb {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.85);
    margin: 0;
}
.page-breadcrumb a {
    color: rgba(255,255,255,0.88);
    text-decoration: none;
}
.page-breadcrumb a:hover { color: #fff; text-decoration: underline; }
.hakkimizda-page {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f6f7f6;
}
.hakkimizda-page .content-card,
.personel-page-wrap .content-card,
.iletisim-page-wrap .content-card {
    background: white;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #e9ecef;
    padding: 2.5rem;
    margin-bottom: 2rem;
}
.hakkimizda-page .content-card h2,
.personel-page-wrap .content-card h2,
.iletisim-page-wrap .content-card h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem !important;
    padding: 0 !important;
}
.hakkimizda-page .content-card p,
.personel-page-wrap .content-card p,
.iletisim-page-wrap .content-card p {
    color: #475569;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.hakkimizda-page .content-card p:last-child,
.personel-page-wrap .content-card p:last-child,
.iletisim-page-wrap .content-card p:last-child { margin-bottom: 0; }
.hakkimizda-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.hakkimizda-info-list li {
    padding-left: 1.75rem;
    position: relative;
    color: #334155;
    font-size: 0.95rem;
}
.hakkimizda-info-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #42b06f;
}
.hakkimizda-cta {
    background: linear-gradient(135deg, #42b06f 0%, #2d9a5f 100%);
    border-radius: 18px;
    padding: 2rem 2.5rem;
    color: white;
    text-align: center;
}
.hakkimizda-cta h3 {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.75rem !important;
    color: white !important;
    padding: 0 !important;
}
.hakkimizda-cta p { opacity: 0.95; margin-bottom: 1.25rem; }

/* Galeri sayfası */
.galeri-page-wrap {
    background-color: #f6f7f6;
    padding-top: 3rem;
}
.galeri-masonry-section {
    background: linear-gradient(180deg, #f6f7f6 0%, #eef1ef 50%, #f6f7f6 100%);
    padding-top: 0.5rem;
}
/* Masonry: çok sütunlu düzen, görseller doğal yükseklikle dizilir */
.galeri-masonry {
    column-count: 4;
    column-gap: 1rem;
    column-fill: balance;
}
@media (max-width: 1199px) {
    .galeri-masonry { column-count: 3; }
}
@media (max-width: 767px) {
    .galeri-masonry { column-count: 2; column-gap: 0.75rem; }
}
@media (max-width: 479px) {
    .galeri-masonry { column-count: 1; }
}
.galeri-masonry__item {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    background: #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.galeri-masonry__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(66,176,111,0.18);
}
.galeri-masonry__item img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition: transform 0.4s ease;
}
.galeri-masonry__item:hover img {
    transform: scale(1.02);
}
.galeri-teaser-thumb {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.galeri-teaser-thumb:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(66,176,111,0.2);
}
.galeri-teaser-thumb img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* İletişim sayfası */
.iletisim-page-wrap {
    background-color: #f6f7f6;
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.iletisim-info-card {
    background: white;
    border-radius: 18px;
    padding: 1.75rem 1.25rem;
    height: 100%;
    text-align: center;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.iletisim-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(66,176,111,0.12);
}
.iletisim-info-card__icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 1rem;
    border-radius: 14px;
    background: rgba(66,176,111,0.12);
    color: #42b06f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}
.iletisim-info-card__title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-bottom: 0.5rem !important;
    padding: 0 !important;
}
.iletisim-info-card__link {
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}
.iletisim-info-card__link:hover {
    color: #42b06f;
}
.iletisim-info-card__text {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.55;
}
.iletisim-info-card__hint {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 0.35rem;
}
.iletisim-map-embed {
    height: min(420px, 55vh);
    min-height: 280px;
    background: #e2e8f0;
}
.iletisim-map-embed iframe {
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section { height: 520px; }
    .hero-section::before {
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.3) 60%, rgba(246,247,246,0.95) 100%);
    }
    .booking-section { margin-top: -30px; }
    .booking-card { padding: 1.5rem; }
    .booking-card__topbar {
        flex-direction: column;
        align-items: stretch;
    }
    .booking-card__price-link {
        margin-left: 0;
        align-self: flex-end;
    }
    .feature-card { padding: 1.75rem; }

    [data-aos="fade-left"],
    [data-aos="fade-right"] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

main,
footer,
.top-menu,
nav.navbar {
    max-width: 100vw;
    overflow-x: hidden;
}