body {
    font-family: AvertaPE;
}


* {
    scroll-behavior: smooth;
}

* {
    transition: all ease .4s;
}

header {
    text-align: center;
}

strong {
    font-weight: bold;
}


.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

:focus {
    outline: none;
}

header nav {
    display: flex;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-items: center;
    width: 1000px;
    gap: 50px;
}

header nav a {
    color: #fff;
    text-decoration: none;

    font-weight: bold;
    font-size: 20px;


    text-shadow: 3px 1px 2px #474747;
}
header nav a:hover{
    text-shadow: none;
}

header nav a img {
    height: 250px;
}

header .swiper {
    width: 100%;
}

.main-slider-wrapper .main-slider {
    aspect-ratio: 1922 / 1078;
    overflow: hidden;
}

.main-slider-wrapper .main-slider .swiper-wrapper,
.main-slider-wrapper .main-slider .swiper-slide {
    height: 100%;
}

.main-slider-wrapper .main-slider .swiper-slide {
    overflow: hidden;
}

.main-slider-wrapper .main-slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider-wrapper .main-slider img[src$="home-banner-2.png"] {
    width: 101%;
    margin-left: -0.8%;
}

header .home-social {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 5;
}

header .home-social a {
    color: #fff;
    margin: 0px 5px;
    text-decoration: none;
}
header .home-social a:hover {
   opacity: .3;
}

    header .home-social a {}
    header .home-social a span{
        text-shadow: 1px 1px 2px #474747;
        font-weight: bold;
    }


footer {
    margin-top: 200px;
}

footer .footer-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #18aa64;
    padding: 30px 60px;
}

footer .footer-section .footer-sa-logo {
    height: 150px;
}

footer .footer-section .footer-surdurulebilir-logo {
    height: 150px;
    position: relative;
    top: -115px;
}

footer .footer-section .footer-text {
    text-align: center;
}

footer .footer-section .footer-text img {
    display: block;
}

footer .footer-section .footer-text .footer-address {
    font-size: 20px;
    line-height: 30px;
}


.home-section {
    padding: 50px 0px;
    background: #e5f6f2;
}

.home-section-room {
    background: #fff;
}

.home-section h2 {
    color: #00a25f;
    font-size: 36px;
    font-weight: bold;
    text-transform: none !important;
    padding: 0px 100px 40px 100px;
}

.home-section h2::before {
    content: '';
    height: 6px;
    background: #00a25f;
    display: block;
    width: 233px;
    margin-bottom: 4px;
}

.home-section h2::after {
    content: '';
    height: 6px;
    background: #00a25f;
    display: block;
    width: 233px;
    margin-top: 3px;
}



.home-section h2.contact-title::before {

    width: 165px;

}

.home-section h2.contact-title::after {

    width: 165px;

}

.home-section .home-content {
    display: flex;
    gap: 50px;
}

.home-section .home-content .aboutus-image {
    width: 40%;
}

.home-section .home-content .home-content-info {
    margin-top: -100px;
    width: 100%;
}



.home-section .home-content .home-content-text {
    display: flex;
    margin-top: 40px;
    font-size: 22px;
    line-height: 30px;
    gap:50px;

}

.home-section .home-content .home-content-text p {
    width: 100%;
    max-width: 100%;
}

.home-section .home-content .home-room-thumb {
    width: 1000px;
    height: 500px;
}

.home-section .home-content .home-room-thumb .mySwiper2 {
    width: 100%;
}

.home-section .home-content .home-room-thumb .mySwiper2 img {
    width: 920px !important;
}


.home-section .home-content .home-room-thumb .mySwiper2 .swiper-slide {
    width: 100%;
    height: 500px;
}

.home-section .home-content .home-room-thumb .mySwiper2 .swiper-wrapper {
    height: 500px;
}

.home-section .home-content .home-room-thumb .mySwiper {
    margin-top: 10px;
}

.home-section .home-content .home-room-thumb .mySwiper img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.home-section .home-content .home-room-thumb .mySwiper .swiper-slide {
    width: 100px !important;
    cursor: pointer;
}

.home-section .home-content .home-room-thumb .mySwiper .swiper-slide:hover img {
    opacity: .85;
}



.home-content-room {
    padding: 0px 100px;
}


.home-section .home-content-room .home-room-info p {

    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;


}

.home-section .home-content-room .home-room-info .primary-text {
    background: #00a25f;
    color: #fff;
    margin: 100px 0px 40px;
    display: block;
    padding: 12px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
    width: fit-content;
}


.home-section .home-content-room .home-room-info .our-prices h4 {
    font-size: 26px;
    font-weight: bold;
}

.home-section .home-content-room .home-room-info .our-prices label {
    color: #00a57f;
    display: block;
    margin: 25px 0px 5px;
    font-size: 18px;
}

.home-section .home-content-room .home-room-info .our-prices span {
    font-size: 18px;
    font-weight: bold;
}


.home-section .home-content-room .home-room-info .room-info-more {
    margin-top: 40px;
}

.home-section .home-content-room .home-room-info .room-info-more a {

    color: #00a25f;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    border: solid 3px #00a25f;
    padding: 4px 6px;
    transition: all .4s ease;
    min-width: 320px;
    display:inline-block;
}

.home-section .home-content-room .home-room-info .room-info-more a i {
    margin-right: 5px;
}

.home-section .home-content-room .home-room-info .room-info-more a:hover {

    background: #00a25f;
    color: #fff;
}



.home-section .home-content-room .home-room-thumb .room-thumb-info {
    margin-top: 40px;
    line-height: 30px;
    font-size: 20px;
    width: 70%;
}


.sustainability-section.home-section .home-content {

    margin: 0px 90px;


}

.sustainability-section.home-section h3 {

    font-family: AvertaPE !important;
    font-size: 30px !important;
    margin-top: 100px !important;
}


.sustainability-document-list li {

    background: #00a25f;

    margin-bottom: 20px;
    border-radius: 15px;
    color: #00a25f;
    border: solid 1px #206448;
    transition: all .6s ease;
    width: 500px;
}

.sustainability-document-list li:hover {

    background: #fff;
    color: #00a25f;
}

.sustainability-document-list li:hover a {


    color: #00a25f;
}

.sustainability-document-list li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 10px 15px;
    position: relative;
}

.sustainability-document-list li a .sustainability-document-text-name {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.sustainability-document-list li a .sustainability-document-text-name .document-lang {
    border: solid 1px #00a57f;
    border-radius: 15px;
    padding: 4px 10px;
    font-size: 15px;
    flex-shrink: 0;
    white-space: nowrap;
}



.sustainability-section.home-section .home-content .home-content-text{
    flex-direction: column;
}



.sustainability-links {
    margin-top: 20px;
}

.sustainability-links-title {
    font-family: AvertaPE !important;
    font-size: 22px !important;
    color: #00a25f;
    margin-bottom: 15px !important;
}


.short-header {
    height: 400px;
    overflow: hidden;
}


.contact-section.home-section .home-content {
    padding: 0px 90px;
}

.contact-section .contact-form {
  
    margin: 0 auto;
        background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 50%;
}
.contact-section .contact-map{
      margin: 30px auto;
    display: block;
    width: 50%;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}

.contact-section .contact-form .form-line {
    position: relative;
    margin: 30px 0px;
}

.contact-section .contact-form .form-line input,
.contact-section .contact-form .form-line textarea {

    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    color: #00a57f;
    width: 100%;
}



.contact-section .contact-form .form-line input::placeholder {
    color: #00a25f;
    font-family: AvertaPE;
    font-size: 14px;
}

.contact-section .contact-form .form-line input::-moz-placeholder {
    color: #00a25f;
    font-family: AvertaPE;
    font-size: 14px;
}

.contact-section .contact-form .form-line input::-webkit-input-placeholder {
    color: #00a25f;
    font-family: AvertaPE;
    font-size: 14px;
}

.contact-section .contact-form .form-line textarea::placeholder {
    color: #00a25f;
    font-family: AvertaPE;
    font-size: 14px;
}

.contact-section .contact-form .form-line textarea::-moz-placeholder {
    color: #00a25f;
    font-family: AvertaPE;
    font-size: 14px;
}

.contact-section .contact-form .form-line textarea::-webkit-input-placeholder {
    color: #00a25f;
    font-family: AvertaPE;
    font-size: 14px;
}



.contact-section .contact-form .form-line a {

    background: #00a57f;
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 18px;
    border: solid 2px #00a57f;
    transition: all .4s ease;


}

.contact-section .contact-form .form-line a:hover {

    border: solid 2px #00a57f;
    background: transparent;
    color: #00a57f;
}


.comment-section .home-content {
    justify-content: space-around;
}

.comment-section .comment-info {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width:45%;
}
.comment-section .comment-info .contact-form{
    width:100%;
}

.comment-section .comment-list {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width:45%;
}


.comment-section .comment-list ul li {
   
    border: solid 1px #ccc;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    padding: 20px;
}

.comment-section .comment-list ul li h3 {
    font-family: 'AvertaPE';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.comment-section .comment-list ul li h4 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #7e7e7e;
}


.comment-section .comment-list ul li .comment-action {
    position: absolute;
    right: 5px;
    top: 10px;
}

.comment-section .comment-list ul li .comment-action a {
    margin-right: 5px;
}

.comment-section .comment-list ul li .comment-action a i {
    color: #00a25f;
}

.comment-section .comment-list ul li .comment-action a i:hover {
    color: #000;
}

.lightbox-gallery{
    padding:10px 100px 30px 80px;
}
.lightbox-gallery a{
    margin:20px;
    display: inline-block;
    cursor: pointer;
}
.lightbox-gallery a img{
    height:300px;
    cursor: pointer;
}

.lightbox-gallery a:hover img {
    opacity: .85;
    transform: scale(1.02);
}


.home-section-room .gallery-wrapper .gallery-section h3{
        font-weight: bold;
    margin-left: 100px;
    background: #00a25f;
    border-radius: 15px;
    color: #fff;
    border: solid 1px #206448;
    padding: 10px 15px;
    width: fit-content;
}



/* TODO: BU IMPORTANTLAR NE BUKADAR ? NEDEN BÖYLE YAZILDI ? */

.contact-section .contact-form .form-line a, 
.contact-section .contact-form .form-line .send-button {
    background: #00a57f !important;
    color: #fff !important;
    padding: 10px 16px !important;
    text-decoration: none !important;
    font-size: 18px !important;
    border: solid 2px #00a57f !important;
    transition: all .4s ease !important;
    display: inline-block;
    cursor: pointer;
    outline: none;
}


.contact-section .contact-form .form-line a:hover, 
.contact-section .contact-form .form-line .send-button:hover {
    background: transparent !important;
    color: #00a57f !important;
}


.contact-section .contact-form .form-line .send-button:disabled {
    background: #ccc !important;
    border-color: #ccc !important;
    cursor: not-allowed;
}

.comment-rating-display .emoji-face svg {
    width: 20px !important; 
    height: auto !important;
    position: absolute !important;
    display: block !important;
    fill: none !important;
    stroke: #444 !important;
    stroke-width: 1px !important;
}


.comment-rating-display .emoji-face .eye {
    top: 10px !important;
}

.comment-rating-display .emoji-face .eye.left {
    left: 8px !important;
}

.comment-rating-display .emoji-face .eye.right {
    right: 8px !important;
}

.comment-rating-display .emoji-face .mouth {
    bottom: 8px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 14px !important;
}

.home-section .home-content h3 {
    font-family: Ephesis;
    font-size: 72px;
    color: #00a25f;
}


.comment-section .comment-list ul li h3,
.comment-section .comment-list ul li p {
    max-width: 85% !important; 
}

select.custom-select-reset {
    display: block !important;
    visibility: visible !important;
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    color: #333;
    cursor: pointer;
    appearance: auto !important;
}


.form-line {
    position: relative;
    margin-bottom: 20px;
}

select.no-custom {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    width: 100% !important;
    height: 40px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #00a25f !important;
    appearance: auto !important;
    -webkit-appearance: menulist !important;
    z-index: 999 !important;
}

.form-line .select, 
.form-line .select-styled, 
.form-line .select-options {
    display: none !important;
}
/* Kapsayıcı hizalaması */
.form-line:has(.select-styled-fix) {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}


select.select-styled-fix {
    display: block !important;
    width: 100% !important;
    height: 45px !important;
    background-color: #fff !important;
    color: #00a25f !important;
    border: 1px solid #00a25f !important;
    padding: 0 15px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    outline: none !important;
}


.form-line:has(.select-styled-fix)::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #00a25f;
    position: absolute;
    top: 19px;
    right: 15px;
    pointer-events: none;
    z-index: 10;
}

.select-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}


select.custom-green-select {
    display: block !important;
    width: 100% !important;
    height: 45px !important;
    background-color: #fff !important;
    color: #00a25f !important;
    border: 1px solid #00a25f !important;
    padding: 0 15px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    transition: all 0.3s ease;
    outline: none !important;
}


select.custom-green-select:hover {
    background-color: #00a25f !important;
    color: #fff !important; 
}


.select-wrapper::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #00a25f;
    position: absolute;
    top: 19px;
    right: 15px;
    pointer-events: none;
    transition: all 0.3s ease;
}


.select-wrapper:hover::after {
    border-top-color: #fff;
}


select.custom-green-select option {
    background-color: #fff !important;
    color: #00a25f !important;
    padding: 10px;
}


select.custom-green-select option:checked {
    background-color: #00a25f !important;
    color: #fff !important;
}


select.custom-green-select::-ms-expand {
    display: none;
}
.comment-section .home-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 60px !important;
    padding: 0 50px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.comment-section .comment-info, 
.comment-section .comments-card-container {
    width: 48% !important;
    box-sizing: border-box !important;
}

.comment-section .comment-info {
    background: white !important;
    padding: 25px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
}

.comment-section .comments-card-container {
    background: white !important;
    padding: 25px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.comment-section .comment-scroll-area {
    flex-grow: 1 !important;
    overflow-y: auto !important;
    padding-right: 8px !important;
    margin-bottom: 15px !important;
    height: 0 !important;
}

.comment-section .comment-scroll-area ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.comment-section .comment-scroll-area ul li {
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    background: #fff !important;
}

.comment-section .comment-scroll-area ul li.no-comment {
    border: none !important;
    text-align: center !important;
    color: #888 !important;
    margin-top: 50px !important;
}

.comment-section .comment-scroll-area ul li h3 {
    color: #00a57f !important;
    margin: 0 0 8px 0 !important;
    font-size: 1.1rem !important;
    font-weight: bold !important;
}

.comment-section .comment-scroll-area ul li p {
    color: #555 !important;
    line-height: 1.5 !important;
    margin: 0 0 10px 0 !important;
    word-break: break-word !important;
}

.comment-section .comment-scroll-area ul li h4 {
    position: absolute !important;
    bottom: 15px !important;
    right: 20px !important;
    color: #999 !important;
    font-size: 0.85rem !important;
    font-weight: normal !important;
    margin: 0 !important;
}

.comment-section .pagination-container {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 6px !important;
    padding-top: 15px !important;
    border-top: 1px solid #f0f0f0 !important;
    background: white !important;
    width: 100% !important;
}

.comment-section .page-btn {
    border: 1px solid #e0e0e0 !important;
    background: white !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-size: 13px !important;
    color: #333 !important;
    transition: all 0.2s ease;
}

.comment-section .page-btn:disabled {
    color: #ccc !important;
    cursor: not-allowed !important;
    border-color: #f0f0f0 !important;
}

.comment-section .page-num-btn {
    border: 1px solid #e0e0e0 !important;
    background: white !important;
    color: #333 !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-size: 13px !important;
    min-width: 35px !important;
    text-align: center !important;
    transition: all 0.2s ease;
}

.comment-section .page-num-btn.active {
    border-color: #00a57f !important;
    background: #00a57f !important;
    color: white !important;
    font-weight: bold !important;
}

.comment-section .read-more-toggle {
    color: #00a57f !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin-left: 5px !important;
    font-size: 13px !important;
    text-decoration: underline !important;
}

.comment-section .read-more-toggle:hover {
    color: #007358 !important;
}

.comment-section .message-container {
    margin-top: 15px !important;
    width: 100% !important;
}

.status-alert {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02) !important;
    animation: fadeInBox 0.3s ease-in-out !important;
}

.alert-success {
    background-color: #e6f6f2 !important;
    border: 1px solid #b3e3d6 !important;
    color: #007358 !important;
}

.alert-error {
    background-color: #fdf2f2 !important;
    border: 1px solid #fbd5d5 !important;
    color: #9b1c1c !important;
}

.alert-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.alert-success .alert-icon {
    background-color: #00a57f !important;
    color: white !important;
}

.alert-error .alert-icon {
    background-color: #e02424 !important;
    color: white !important;
}

.alert-text {
    flex-grow: 1 !important;
}

@keyframes fadeInBox {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}
.comment-user-name {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #00a25f !important;
}



.gallery-video{
    width:100%;
    padding:0px 100px 40px 100px;
}


.page-top-image{
    object-fit: cover;
}

.mobile-logo{
    display:none;
        height: 100px;
    position: relative;
    z-index: 999;
    padding: 10px;
}