/* ================================================= */
/* ------------------ General CSS ------------------ */
/* ================================================= */

:root {
    --primary-color: #1a3a5b;
    --secondary-color: #2a5a8b;
    --accent-color: #d4af37;
    --light-accent: #f1c40f;
    --dark-accent: #b38f2b;
    --text-color: #555;
    --light-text: #f8f9fa;
    --dark-text: #333;
    --bg-color: #f8f5f2;
    --section-bg: #f0f5fa;
    --border-color: #e0d6c2;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: var(--text-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: var(--bg-color);
    line-height: 1.6;
}

a {
    color: var(--secondary-color);
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: var(--primary-color);
    outline: none;
}

p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: var(--dark-text);
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    line-height: 1.3;
}

/* ================================================= */
/* ---------------- Nav Header CSS ----------------- */
/* ================================================= */

#header {
    background: linear-gradient(135deg, #1a3a5b 0%, #2a5a8b 100%);
    position: relative;
    height: 105px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.15);
    border-bottom: 3px solid #d4af37; /* Altın çizgi */
}
#header .logo {
    padding-left: 25px;
    left: 0;
    display: inline-block;
    position: absolute;
    line-height: 55px;
   
}

#header .logo img {
    width: 140px;
    height: 140px;
padding-bottom: 30px;

}

.main-menu {
    padding: 0 140px ;
    width: 100%;
    text-align: center;
 
  
}

.main-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  padding-top: 10px;
  
    
}

.main-menu ul li {
    display: inline-block;
    margin-top: 8px;
    margin-top: 15px;
   
}

.main-menu ul li:hover a,
.main-menu ul li.active a {
    color: #d4af37; /* Altın rengi */
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}

.main-menu ul li a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 15px;
    line-height: 60px;
    display: block;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.mobile-menu-btn {
   
    color: #FFD700;
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    display: none;
 
}

.mobile-menu-btn i {
    cursor: pointer;
}

.mobile-menu {
  padding-top: 10px;
    
    display: none;
    background: #0f4c81;
    border-top: #343434;
}

.mobile-menu .top-menu {
    display: block;
}

.mobile-menu .top-menu ul {
    padding: -1;
}

.mobile-menu .top-menu ul li {
    display: block;
    text-align: center;
}

.mobile-menu .top-menu ul li a {
    padding: 0;
    line-height: 40px;
}

.mobile-menu .top-menu ul li a:hover {
    text-decoration: none;
}

.phone {
    position: absolute;
    padding-right: 25px;
    padding-left: 10px;
    right: 0;
    color: #FFD700;
    line-height: 20px;
    cursor: pointer;
    transition: color .25s ease;
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
}
.phone a {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.phone i.fa-phone {
    margin-right: 3px;
    font-size: 14px;
}
.phone:hover {
    color: #ffffff;
}

.phone i {
    padding-right: 10px;
    font-size: 20px;
}
@media (max-width: 575.98px) {
    #header {
         background: linear-gradient(135deg, #2ee6d7 50%, #20446B  50%);

    }
    .phone a {
    display: blo;
    align-items: center;
    padding: 0;
    margin: 0;
    line-height: 1;
}
    .wptel{
        display:block;
        width: 100px;
        height: 100px;
    }
    #header .logo {
        padding-left: 5px;
    }

    #header .phone {
        display: none;
         margin-top: 35px;
    }

    #header .mobile-menu-btn {
        padding-right: 40px;
        display: block;
        text-align: right;
        font-size: 30px;
        line-height: 55px;
        
    }

    .main-menu {
        padding: 0 30px;
    }
}
@media (max-width: 1199.98px) {
    .main-menu {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }
}
/* WhatsApp butonu için stil */
.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.whatsapp-button:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}



.whatsapp-bt {
    display: none;
    margin-left: 15px;
    color: #25D366;
    font-size: 20px;
    vertical-align: middle;
}

.mobile-booking-bt{
    display: none;
    margin-left: 15px;
    padding: 5px 10px;
    background: #FFD700;
    color: #0f4c81;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

/* Mobil görünümde göster */
@media (max-width: 1199.98px) {
    .whatsapp-bt {
        display: inline-block;
    }
    .mobile-booking-bt {
        display: inline-block;
    }
}
.phone{
    height: 100px;
}
.phone a{
    display: none;
    text-decoration: none;
     color: inherit;
     display: contents;
     align-items: center;
}

@media (max-width: 575.98px) {
    .phone {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        padding-right: 15px;
    }
    .phone i.fa-phone {
        margin-right: 5px;
    }
    .whatsapp-bt {
        display: flex;
        margin-left: 10px;
        font-size: 18px;
    }
    .mobile-booking-bt {
        margin-left: 10px;
        padding: 3px 8px;
        font-size: 12px;
    }
}

/* ================================================= */
/* --------------- Header Slider CSS --------------- */
/* ================================================= */

#headerSlider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#headerSlider .carousel-inner {
    position: relative;
    width: 100%;
}

#headerSlider .carousel-item {
    position: relative;
    height: 85vh;
    min-height: 500px;
}

#headerSlider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#headerSlider .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 30px;
    background: rgba(26, 58, 91, 0.7);
    border-radius: 5px;
   height:10dvi;
   
}

#headerSlider .carousel-caption h1 {
    color: var(--accent-color);
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 70px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    animation: fadeInDown 1s ease;
    
    

}

#headerSlider .carousel-caption p {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 30px;
    animation: fadeInUp 1s ease;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    #headerSlider .carousel-item {
        height: 70vh;
    }
    
    #headerSlider .carousel-caption h1 {
        font-size: 2.5rem;
    }
    
    #headerSlider .carousel-caption p {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    #headerSlider .carousel-item {
        height: 50vh;
    }
    
    #headerSlider .carousel-caption h1 {
        font-size: 2.5rem;
    }
    
    #headerSlider .carousel-caption p {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
 #headerSlider .carousel-item {
        height: 40vh;
    }
    
    #headerSlider .carousel-caption h1 {
        font-size: 2.5rem;
    }
    
    #headerSlider .carousel-caption p {
        font-size: 1rem;
    }
}

/* ================================================= */
/* ----------------- Search Style ------------------ */
/* ================================================= */

#search {
    position: relative;
    background: white;
    padding: 40px 0;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    margin-top: -50px;
    z-index: 10;
    border-radius: 5px;
}

#search .container {
    max-width: 1200px;
}

#search .form-group {
    margin-bottom: 20px;
}

#search label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--primary-color);
}

#search .form-control {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: none;
}

#search .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(26, 58, 91, 0.25);
}

#search .btn {
    width: 100%;
    height: 45px;
    background: var(--primary-color);
    color: white;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 4px;
}

#search .btn:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

@media (max-width: 991.98px) {
    #search {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    #search {
        padding: 30px 0;
    }
    
    #search .btn {
        margin-top: 10px;
    }
}

/* ================================================= */
/* ---------------- Welcome Section ---------------- */
/* ================================================= */

#welcome {
    position: relative;
    padding: 80px 0;
    background: var(--bg-color);
    text-align: center;
}

#welcome .container {
    max-width: 900px;
}

#welcome h3 {
    color: var(--primary-color);
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

#welcome h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--accent-color);
}

#welcome p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 35px;
    color: var(--text-color);
}

#welcome .btn {
    display: inline-block;
    padding: 12px 40px;
    background: var(--primary-color);
    color: white;
    border: 2px solid var(--accent-color);
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 15px;
}

#welcome .btn:hover {
    background: var(--accent-color);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

@media (max-width: 767.98px) {
    #welcome {
        padding: 60px 0;
    }
    
    #welcome h3 {
        font-size: 2.2rem;
    }
    
    #welcome p {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    #welcome h3 {
        font-size: 1.8rem;
    }
    
    #welcome .btn {
        padding: 10px 30px;
    }
}


/* ================================================= */
/* -------------- Section Header Style ------------- */
/* ================================================= */

.section-header {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 45px;
}

.section-header h2 {
    color: #1a3a5b;
    position: relative;
    padding-bottom: 15px;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #0f4c81;
}

.section-header h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #d4af37;
}

.section-header p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 35px;
        font-weight: 700;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0;
    }
}

/* ================================================= */
/* ----------------- Amenities Style --------------- */
/* ================================================= */

#amenities {
    position: relative;
    padding: 15px 0 15px 0;
    text-align: center;
}

#amenities.home-amenities {
    max-height: 100%;
     background-image: linear-gradient(rgba(26, 58, 91, 0.9), rgba(26, 58, 91, 0.9));
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

#amenities.home-amenities:after {
    content: '';
    position: absolute;
    background: rgba(15,76,129,0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#amenities .container {
    position: relative;
    z-index: 1;
}

#amenities.home-amenities h2,
#amenities.home-amenities h3,
#amenities.home-amenities p {
    color: #ffffff;
}

#amenities h3 {
    color: #060605;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

#amenities .icons {
    margin-bottom: 30px;
}

#amenities .icon {
   width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
}

#amenities .icon.icon-1 {
    background-image: url(../img/icon/shield.svg);
}



#amenities .icon.icon-2 {
    background-image: url(../img/icon/air-conditioner.svg);
}



#amenities .icon.icon-3 {
    background-image: url(../img/icon/bathtub.svg;);
}



#amenities .icon.icon-4 {
    background-image: url(../img/icon/shower.svg);
}



#amenities .icon.icon-5 {
    background-image: url(../img/icon/towel.svg);
}



#amenities .icon.icon-6 {
    background-image: url(../img/icon/television.svg);
}



#amenities .icon.icon-7 {
    background-image: url(../img/icon/wifi-connection-signal-symbol.svg);
}



#amenities .icon.icon-8 {
    background-image: url(../img/icon/call-hover.png);
}



#amenities .icon.icon-9 {
    background-image: url(../img/icon/minibar-hover.png);
}



#amenities .icon.icon-10 {
    background-image: url(../img/icon/kitchen.svg);
}



/* ================================================= */
/* ------------------ About Style ------------------ */
/* ================================================= */

#about {
    position: relative;
    padding: 45px 0 60px 0;
    background: #f0f5fa;
}

#about hr {
    width: 50%;
    margin: 45px auto;
}

#about .img-cols,
#about .content-cols {
    padding: 0;
}

#about .content-cols {
    background: #0f4c81;
}

#about .img-col,
#about .content-col {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#about .content-col {
    background: #0f4c81;
    padding: 30px
}

#about .img-col {
    overflow: hidden;
}

#about .img-col img {
    transition: 0.3s;
    width: 100%;
}

#about .img-col:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#about .content-col h3 {
    color: #FFD700;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    #about .content-col {
        text-align: center;
    }

    #about .content-col h3 {
        font-weight: 400;
        margin-top: 15px;
    }
}

#about .content-col p {
    color: #e0e9f2;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}

#about .content-col a {
    display: inline-block;
    background: #FFD700;
    font-weight: 400;
    color: #0f4c81;
    padding: 10px 30px;
}

#about .content-col a:hover {
    background: #ffffff;
    color: #0f4c81;
}

#about .content-col a:focus {
    color: #fff;
}


/* ================================================= */
/* ----------------- Booking Style ----------------- */
/* ================================================= */

#booking {
    position: relative;
    padding: 45px 0 60px 0;
}

#booking .container {
    max-width: 990px;
}

#booking label {
    font-size: 14px;
    font-weight: 600;
}

#booking .form-control {
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 0;
    line-height: 24px;
    padding: 5px 20px;
    background-color: transparent;
    color: #222222;
    font-size: 16px;
    font-weight: 200;
}

#booking .form-control:focus {
    border-color: #0f4c81;
    box-shadow: none;
    outline: 0 none;
}

#booking .button button {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding: 10px 30px 8px 30px;
    border-radius: 0;
    background: #0f4c81;
    border: none;
    font-weight: 400;
    cursor: pointer;
    transition: all .3s;
}

#booking .button button:hover {
    color: #ffffff;
    background: #2a5a8b;
}

#booking .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#booking .dropdown-menu {
    width: 230px;
}

/* ================================================= */
/* ------------------ Tesislerimiz ----------------- */
/* ================================================= */

.facility-card {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background: white;
    
}

.facility-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.facility-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.5s ease;
    
}

.facility-card:hover img {
    
    transform: scale(1.05);
}

.facility-card .card-body {
    padding: 25px;
    
}

.facility-card h3 {
    color: var(--primary-color);
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.facility-card p {
    font-size: 0.95rem;
    margin-bottom: 20px;
    color: var(--text-color);
}

.facility-card .btn {
    display: inline-block;
    padding: 8px 25px;
    background: var(--primary-color);
    color: white;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid var(--accent-color);
}

.facility-card .btn:hover {
    background: var(--accent-color);
    color: var(--primary-color);
    transform: translateY(-3px);
}

/* Modal Styles */
.facility-modal .modal-content {
    border-radius: 5px;
    border: none;
    
}

.facility-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.facility-modal .modal-title {
    color: var(--primary-color);
    font-weight: 700;
}

.facility-modal .modal-body {
    padding: 30px;
}

.facility-slider .slider-main img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
}

.facility-slider .slider-nav img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.facility-slider .slider-nav img:hover,
.facility-slider .slider-nav .slick-current img {
    opacity: 1;
    border: 2px solid var(--accent-color);
}

.facility-info {
    margin-top: 20px;
}

.facility-info h4 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.facility-info p {
    font-size: 1rem;
    line-height: 1.7;
}

.facility-location {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.facility-location iframe {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

@media (max-width: 767.98px) {
    .facility-card img {
        height: 200px;
    }
    
    .facility-slider .slider-main img {
        height: 300px;
    }
}


@media (max-width: 575.98px) {
    .facility-card {
        margin-bottom: 20px;
        
    }

    
    
    .facility-card .card-body {
        padding: 20px;
    }
    
    .facility-slider .slider-main img {
        height: 200px;
    }
    
    .facility-slider .slider-nav img {
        height: 60px;
    }
}

   

/* ================================================= */
/* ----------------- Call Us Style ----------------- */
/* ================================================= */

#call-us {
    position: relative;
    text-align: center;
    padding: 45px 0 60px 0;
    background: #f0f5fa;
}

#call-us .section-header::after {
    background: #f0f5fa;
}

#call-us a {
    display: inline-block;
    padding: 15px 30px;
    background: #0f4c81;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 2px;
}

#call-us a:hover {
    color: #ffffff;
    background: #2a5a8b;
}

@media (max-width: 575.98px) {
    #call-us a {
        padding: 10px 30px;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 1px;
    }
}




/* ================================================= */
/* ------------------ Contact Style ---------------- */
/* ================================================= */

#contact {
    position: relative;
    padding: 45px 0;
}

#contact .container {
    max-width: 900px;
}

#contact .contact-info {
    margin-bottom: 30px;
}

#contact .contact-info .info-item {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

#contact .contact-info .info-item p {
    font-size: 18px;
    font-weight: 600;
}

#contact .contact-info .info-item i {
    color: #0f4c81;
    font-size: 22px;
    margin-right: 8px;
}

#contact .contact-info .info-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

#contact .contact-info .info-item p {
    margin: 0;
}

#contact .contact-form {
    position: relative;
}

#contact label {
    font-size: 14px;
    font-weight: 600;
}

#contact .contact-form input[type="text"],
#contact .contact-form input[type="email"] {
    height: 35px;
    font-size: 16px;
    font-weight: 200;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
}

#contact .contact-form textarea {
    font-size: 16px;
    font-weight: 200;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    textarea:focus,
    input:focus {
        font-size: 16px;
        background: #fff;
    }
}

#contact .contact-form input[type="text"]:focus,
#contact .contact-form input[type="email"]:focus,
#contact .contact-form textarea:focus {
    border-color: #0f4c81;
}

#contact .contact-form button {
    display: inline-block;
    padding: 8px 30px;
    background: #0f4c81;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    border: none;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 15px;
}

#contact .contact-form button:hover {
    color: #ffffff;
    background: #2a5a8b;
}

#contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/* ================================================= */
/* ------------------ Footer Style ----------------- */
/* ================================================= */

#footer {
   background: #1a3a5b;
    border-top: 3px solid #d4af37;
    position: relative;
    padding: 30px 0 25px 0;
    text-align: center;
}

#footer .social {
    position: relative;
    margin-bottom: 20px;
}

#footer a {
    color: #FFD700;
}

#footer a:hover {
    color: #ffffff;
}

#footer .social a {
   background: #d4af37;
    color: #1a3a5b;
    width: 45px;
    height: 45px;
    padding: 10px;
    margin: 0 10px;
    display: inline-block;
    font-size: 20px;
}

#footer .social a:hover {
  color: #0f4c81;
    background: #fff;
    transform: translateY(-3px);
}

#footer p {
    margin: 0;
    font-size: 18px;
    color: #e0e9f2;
}
/* Header Logoları */
.header-icon {
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    height: 60px;
 
}
.header-icon #a{
    margin-left: 0px;
   
   
}
.header-logo {
    margin-left: -10px;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.header-icon:hover .header-logo {
    opacity: 1;
    transform: scale(1.1);
}


@media (max-width: 768px) {
  .header-icon {
    display: inline-flex !important;
    margin-left: 10px;
    margin-top: 5px;
  }

  #footer p {
    margin: 0;
    font-size: 15px;
    color: #e0e9f2;
}

  .header-logo {
    width: 28px;
    height: 28px;
    margin-left: 3px;
  }
}
 /* SSS Butonu stil */
    .sss-button {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 25px;
        background-color: #FF8C00;
        background: linear-gradient(135deg, #FF8C00, #FFA500);
        color: white !important;
        font-size: 18px;
        font-weight: 600;
        border-radius: 30px;
        text-decoration: none;
        box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        margin: 15px 0;
        font-family: 'Montserrat', sans-serif;
        position: relative;
        overflow: hidden;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-shadow: none;
        line-height: 1.5;
    }

    /* */
    .sss-button {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
        -moz-box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
    }

    .sss-button:hover {
        background: linear-gradient(135deg, #FFA500, #FF8C00);
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
        -webkit-box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
        -moz-box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
        text-decoration: none;
    }

    .sss-button:active {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .sss-icon {
        background: white;
        color: #FF8C00;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        font-weight: bold;
        font-size: 20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    /* IE ve Edge için özel stiller */
    @supports (-ms-ime-align:auto) {
        .sss-button {
            background: #FF8C00;
        }
    }

    /* Firefox için ince ayar */
    @-moz-document url-prefix() {
        .sss-button {
            padding: 13px 25px;
        }
    }

    /* Safari için ince ayar */
    @media not all and (min-resolution:.001dpcm) { 
        @supports (-webkit-appearance:none) {
            .sss-button {
                padding: 14px 25px;
            }
        }
    }
    /* SSS buton konteyneri */
.sss-button-container {
    text-align: center;
    margin: 15px 0;
    padding: 0 10px;
}

/* Eski tarayıcılar için yedek */
.no-cssgradients .sss-button {
    background: #FF8C00;
}

.no-flexbox .sss-button {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.no-flexbox .sss-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}


/* ================================================= */
/* ------------------ Buton Stilleri --------------- */
/* ================================================= */

.btn-primary {
    background: var(--primary-color);
    border: 2px solid var(--accent-color);
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: var(--accent-color);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.btn-secondary {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-3px);
}

/* SSS Butonu */
.sss-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: linear-gradient(135deg, var(--accent-color), var(--light-accent));
    color: var(--primary-color) !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    margin: 15px 0;
}

.sss-button:hover {
    background: linear-gradient(135deg, var(--light-accent), var(--accent-color));
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
    color: var(--primary-color) !important;
}

.sss-icon {
    background: var(--primary-color);
    color: var(--accent-color);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

   .rezervasyon-btn {
        display: inline-block;
        padding: 14px 32px;
        background: linear-gradient(135deg, #d4af37 0%, #f1c40f 100%);
        color: #1a3a5b !important;
        font-weight: 700;
        text-decoration: none !important;
        border-radius: 50px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
        position: relative;
        overflow: hidden;
        text-align: center;
        margin: 15px 0;
    }
    
    .rezervasyon-btn:hover {
        background: linear-gradient(135deg, #f1c40f 0%, #d4af37 100%);
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
        color: #1a3a5b !important;
    }
    
    .rezervasyon-btn:active {
        transform: translateY(1px);
        box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
    }
    
    .rezervasyon-btn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
        opacity: 0;
        transition: all 0.3s ease;
    }
    
    .rezervasyon-btn:hover::after {
        opacity: 1;
    }
    
    /* Responsive ayarlar */
    @media (max-width: 768px) {
        .rezervasyon-btn {
            padding: 12px 24px;
            font-size: 14px;
        }
    }

/* ================================================= */
/* ------------------ Responsive ------------------- */
/* ================================================= */

@media (max-width: 767.98px) {
    #header {
        height: 80px;
    }
    
    #headerSlider .carousel-caption h1 {
        font-size: 28px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    #header {
        background: linear-gradient(135deg, #1a3a5b 0%, #2a5a8b 100%);
    }
    
    #headerSlider .carousel-caption h1 {
        font-size: 22px;
    }
}

/* ================================================= */
/* ------------------ Animations ------------------- */
/* ================================================= */

.fade-in {
    animation: fadeIn 1s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.slide-up {
    animation: slideUp 1s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

