* {
    font-family: "Nunito", sans-serif;
}

body {
    background-color: #fff;
}

@media (min-width: 1200px){
    .container {
        max-width: 1180px;
    }
}

#wowslider-container1 {
    margin-top: 0 !important;
}

.navbar-area {
    background: #bc1825;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 14px 0px;
}

.navbar-area .contact {
    padding: 0;
    float: right;
    color: #fff;
    font-size: 14.5px;
    margin: 0px;
}

.head-social {
    margin: 0;
    padding: 0;
    float: right;
    border-left: 1px solid #fff;
    padding-left: 3px;
    margin-left: 25px;
    padding-top: 3px;
    margin-top: -2px;
    height: 23px;
}

.head-social li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.head-social li a {
    color: #26285a;
    text-decoration: none;
    background-color: #eff0f8;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    display: block;
    margin-left: 13px;
    text-align: center;
    padding-top: 4.5px;
    margin-top: -4px;
    font-size: 15px;
}

/* HAMBURGER NAVIGATION */
.hamburger-navigation {
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    background: #26285a;
    z-index: 99999;
}
.hamburger-navigation .layer {
    width: 100%;
    height: 0;
    background: #141414;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 1s;
}
.hamburger-navigation .container {
    position: relative;
    z-index: 1;
    visibility: hidden;
}
.hamburger-navigation .info-box {
    width: 50vw;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 50px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.hamburger-navigation .info-box span {
    width: 100%;
    display: block;
    font-size: 22px;
    font-family: "Argesta Display";
    margin-bottom: 20px;
}
.hamburger-navigation .info-box .nav-social {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.hamburger-navigation .info-box .nav-social li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.hamburger-navigation .info-box .nav-social li a {
    color: #fff;
    font-size: 22px;
}
.hamburger-navigation .nav-menu {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.hamburger-navigation .nav-menu.mobile-menu {
    display: none;
}
.hamburger-navigation .nav-menu li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.hamburger-navigation .nav-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    margin-top: 5px;
}
.hamburger-navigation .nav-menu li a:hover {
    color: #26285a;
}

/* HAMBURGER NAGIVATION ACTIVE */
.hamburger-navigation-active .scroll-content {
    transform: translate3d(0px, 0px, 0px) !important;
}

.hamburger-navigation-active .hamburger-navigation {
    height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .layer {
    height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .container {
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .nav-menu {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .info-box {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .navbar .logo {
    opacity: 0;
}

.hamburger-navigation-active .navbar .navbar-text {
    opacity: 0;
}

.hamburger-navigation-active .navbar .site-menu {
    opacity: 0;
}

/* NAVBAR */
.navbar {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    position: relative;
    background-color: transparent;
}
.navbar .logo {
    display: inline-block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .logo a {
    display: inline-block;
}
.navbar .logo a img {
    height: 140px;
    margin-top: -43px;
    margin-bottom: -43px;
    z-index: 9999;
    position: relative;
    border-radius: 200px;
}


.navbar .navbar-text {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .site-menu {
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .site-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.navbar .site-menu ul li {
    display: inline-block;
    margin: 0 12px;
    padding: 0;
    list-style: none;
}
.navbar .site-menu ul li a {
    display: inline-block;
    color: #26285a;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.navbar .site-menu ul li a.reservation-btn {
    background-color: #26285a;
    padding: 14px 16px;
    margin-top: -14px;
    border-radius: 11px;
    color: #ffff;
    font-weight: 600;
    margin-right: -12px;
}

.navbar .site-menu ul li a.reservation-btn ion-icon{
    display: block;
    float: left;
    font-size: 21px;
    margin-top: 1px;
    margin-right: 8px;
}

.navbar .site-menu ul li a:hover {
    text-decoration: none;
}
.navbar .hamburger-menu {
    display: inline-block;
    margin-left: auto;
}

.navbar .hamburger-menu button {
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 34px;
    outline: 0;
    margin-top: 5px;
}

.navbar .hamburger-menu button ion-icon {
    float: left;
    font-size: 30px;
    margin-top: 2px;
}

.navbar .hamburger-menu button span {
    font-size: 18px;
    margin-left: 6px;
    margin-top: 3px;
    display: block;
    float: left;
}

.rez-phone-a {
    margin-right: 35px;
}

.page-baslik h2 span {
    color: #1ACFE4;
}



.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #26285a78 !important;
}

.home-box-area img{
    width: 100%;
}

.about-area {
    padding: 45px 0px;
    padding-bottom: 45px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.about-area p {
    font-weight: 400;
    font-size: 16px;
    color: #5a5a5a;
}

.about-area h6 {
    color: #26285a;
    font-weight: 400;
    font-size: 18px;
    margin-top: 7px;
    letter-spacing: 4px;
    margin-bottom: 14px;
}

.about-area h2 {
    font-size: 32px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #26285a;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.about-area img {
    width: 100%;
}

.about-area .rez-yap{
    display: inline-block;
    width: 100%;
}

.about-area .rez-yap ion-icon {
    float: left;
    color: #26285a;
    font-size: 37px;
    margin-right: 16px;
    margin-top: 11px;
}

.about-area .rez-yap a {
    color: #26285a;
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 1px;
}

.about-area .rez-yap a span {
    display: table;
    color: #26285a;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0px;
    margin-bottom: -6px;
}

.servise-box {
    width: 100%;
    padding: 45px 0px;
}

.servise-box .box {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
    text-decoration: none;
}

.servise-box .box .ico {
    background-color: #2291ea;
    display: table;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 5px;
    font-size: 19px;
    padding-top: 7px;
    margin-bottom: 16px;
}

.servise-box .box .ico i{
    color: #fff;
}

.servise-box .text h6 {
    color: #2d2d2d;
    font-size: 17px;
}

.servise-box .text p {
    color: #616161;
    font-size: 15px;
    font-weight: 400;
}


.video-area{
    background-color: #fff;
    display: inline-block;
    align-items: center;
    width: 100%;
    padding: 55px 0px;
}

.video-area .videobox {
    padding: 0px 15px;
    background-size: cover;
    width: 100%;
    display: block;
    height: 260px;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
}

.caro-pad {
    width: 100%;
    padding: 0px 7.5px;
}

.video-area .videobox i {
    text-align: center;
    display: table;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 6px;
    height: 58px;
    width: 58px;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    padding-top: 15px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 43%;
}

.video-area .videobox h6 {
    position: absolute;
    left: 15px;
    bottom: 40px;
    --tw-backdrop-blur: blur(8px);
    background-color: #6b6b6b42;
    color: #fff;
    padding: 7px 16px;
    border-radius: 19px;
    font-size: 15px;
}

.video-area .videobox h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 12px;
    width: 100%;
    left: 0px;
    padding: 0px 15px;
}

.video-area .videoalan {
    width: 100%;
    padding: 0px 5px;
}

.about-home {
    padding: 55px 0px;
    text-align: center;
    background-color: #fff;
    padding-bottom: 35px;
}

.hood-area h3 {
    font-size: 21px;
}

.hood-area h3 span {
    position: relative;
    padding: 0px 6px;
    font-weight: 700;
}

.hood-area h3 span b {
    position: relative;
    z-index: 1;
    font-weight: 700;
}

.hood-area h3 span hr {
    content: "";
    display: block;
    background-color: #c7c8d8;
    height: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    top: -3px;
    z-index: 0;
    opacity: 1;
}

.hood-area-fff h3 span hr {
    background-color: #fff;
}

.hood-area p {
    font-size: 15px;
    color: #494949;
    line-height: 27px;
}


.about-home p {
    font-size: 15px;
    color: #494949;
    line-height: 27px;
}


/*Services 8 */

.services8 {
    display: flex;

}

.services8 .item {
    display: flex;
    flex-direction: column;
    background: #26285a;
    padding: 0;
}

.services8 .item:nth-child(2n) .image{
    order:2;
}

.services8 .image {
    width:100%;
    height: 300px;
    display: flex;
    flex-grow: 2;
}

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



.services8 .texts {
    flex-grow: 2;
    width:300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 2em;
    color:white;
}


.services8 .texts .title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: .5em;

}

.services8 .texts .subtext {
    color:rgb(215,215,215);
    font-size: 1.25em;
}

.services8 .texts a {
    margin-top: 1em;
    color:rgb(192,192,192);
    font-size: 1em;
}



@media (max-width: 767px) {
    .services8 .item {
        flex-direction:row;
        font-size: .8em;
    }

    .services8 .image, .services8 .texts{
        width:50vw;
        height:50vw;
    }

    .services8 .item svg{
        width:120px;
    }

}

.hood-area-ayapa h6 {
    color: #26285a;
    font-weight: 400;
    font-size: 18px;
    margin-top: 35px;
    letter-spacing: 4px;
    margin-bottom: 14px;
}

.hood-area-ayapa h2 {
    font-size: 32px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #26285a;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.rooms .caro {
    margin-bottom: 20px;
}

@media(min-width: 768px){
    .ayapa-rooms .col-md-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

}


.image-duo {
    --fg-blend:          screen;
    --foreground:        #00798f;
    --opacity:           1;
    --spacing:           0px;
}


.image-duo {
    background-color:    #ffffff;
    display:             flex;
    overflow:            hidden;
    padding:             0px;
    position:            relative;
    transition: all ease 500ms;

}
/*
.services8 .item:hover .image::before {
    content:unset;
}

.services8 .item:hover .image img {
    filter:unset;
}
*/
.image-duo  img {
    /*filter:              grayscale(100%) contrast(1) blur(0px);*/
    max-width:           100%;
    mix-blend-mode:      multiply;
    object-fit:          cover;
    opacity:             1;
    position:            relative;
    transition: all ease 1000ms;
}

.services8 .item:hover .image-duo::before {
    background-color:    #26285a;
    bottom:              0;
    content:             '';
    height:              100%;
    left:                0;
    mix-blend-mode:      screen;
    position:            absolute;
    right:               0;
    top:                 0;
    width:               100%;
    z-index:             1;
    transition: all ease 500ms;

}


.services8 .texts {
    position: relative;
}


.services8 svg {
    fill: white;
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .25;
    transition: all ease  400ms
}

.services8 .item:hover svg {
    bottom: 20px;
}

.about-area .stars{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    margin-top: 16px;
}

.about-area .stars li{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 4px;
    font-size: 14px;
}

.about-area .stars li ion-icon {
    color: #e4a853;
}

.rooms .room-area .image {
    width: 100%;
    height: 432px;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.rooms .caro {
    padding: 0px 7.5px;
    width: 100%;
    display: inline-block;
}

.rooms .room-area {
    width: 100%;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.rooms .room-area .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 7.5px;
}

.rooms .room-area .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.rooms .room-area .text::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(0deg, #3e3b3a94 3%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    border-radius: 10px;
    z-index: 7;
    opacity: 0.4;
}


.rooms .room-area .text h6{
    position: absolute;
    bottom: 19px;
    left: 15px;
    color: #fff;
    z-index: 9;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.25em;
    font-family: 'Gilda Display', serif;
}

.rooms .room-area .text p{
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    z-index: 9;
}

.rooms .room-area .text p span{
    width:55px;
    height: 1px;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    float: left;
    margin-top: 11px;
    margin-right: 9px;
    transition: all 500ms;
}

.rooms .room-area:hover .text p span{
    width: 60px;
    transition: all 500ms;
}

.hood-area {
    text-align: center;
}

.hood-area h2 {
    color: #26285a;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0px;
}

.hood-area p {
    margin-bottom: 25px;
}


.hood-two {
    text-align: center;
}

.hood-two h6 {
    color: #000;
    font-weight: 500;
    font-size: 28px;
    margin-top: 0px;
}
.hood-two h5 {
    color: #26285a;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0px;
    font-weight: 400;
}

.hood-two p {
    margin-bottom: 25px;
    font-size: 17px;
}


.instagram-area {
    padding: 35px 2.5px;
    padding-bottom: 115px;
}

.instagram-area .text-area {
    display: inline-block;
    width: 100%;
}

.instagram-area p {
    text-align: left !important;
    font-weight: 300;
    font-size: 16px;
    float: left;
    line-height: 24px;
    color: #636363;
}

.instagram-area h6 {
    font-size: 26px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #26285a;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.25em;
}

.instagram-area .followbtn {
    float: right;
    display: table;
    width: auto;
    background-color: #26285a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 22px;
    margin-right: 3px;
    padding-bottom: 6px;
    margin-top: 13px;
    border-radius: 7px;
    padding-top: 8px;
}

.instagram-area svg {
    width: 100%;
    max-width: 200px;
    display: table;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: -55px;
}

.instagram-area a {
    padding: 0px 3.5px;
    display: block;
    width: 100%;
    position: relative;
}

.instagram-area a ion-icon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    font-size: 28px;
    color: #fff;
}

/* Modern Footer Styles */
footer {
    background-color: #000;
    width: 100%;
    padding: 60px 0 0 0;
    color: #fff;
}

.footer-content {
    padding-bottom: 40px;
}

.footer-about {
    margin-bottom: 40px;
}

.footer-logo-wrapper {
    margin-bottom: 20px;
}

.footer-logo-img {
    max-height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-description {
    color: #aaa;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 300px;
}

.footer-social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.footer-social-link:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

.footer-links {
    margin-bottom: 40px;
}

.footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-menu li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-contact {
    margin-bottom: 40px;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #aaa;
    font-size: 14px;
}

.contact-item ion-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-item a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-item a:hover {
    color: #fff;
}

.contact-item span {
    line-height: 1.6;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding: 25px 0;
    margin-top: 20px;
}

.copyright-text {
    color: #666;
    font-size: 13px;
    margin: 0;
}

.copyright-text a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

.copyright-text a:hover {
    color: #fff;
}

footer .logo {
    width: 100%;
    max-width: 250px;
    display: table;
}

.social {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.social li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.social li a{
    font-size: 20px !important;
    margin-right: 15px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.social li a:hover {
    opacity: 0.7;
}

.instagram-area .owl-dots {
    display: none;
}

footer .tripadvisor-logo {
    margin-top: 25px;
}

footer .text-fot {
    color: #e8e8e8;
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}

.page-hood-area {
    padding: 52px 0;
    width: 100%;
    background-color: #000;
    background-position: center;
    background-size: cover;
}

.page-hood-area h3 {
    color: #fff;
    text-align: center;
    font-size: 23px;
}

.page-hood-area ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #fff;
    width: 100%;
    margin-top: 23px;
    padding-top: 15px;
}

.page-hood-area ul li {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-hood-area ul li a{
    color: #fff;
    text-decoration: none;
}

.page-hood-area ul li a:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}

.page-hood-area ul li a ion-icon {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.page-hood-area ul li a.right-btn ion-icon {
    float: none;
    margin-right: 5px;
    margin-left: 5px;
}

.page-text {
    background-color: #f0f0f0;
    width: 100%;
    padding: 65px 0px;
    text-align: center;
}

.page-text h3 {
    color: #26285a;
    font-weight: 700;
    font-size: 28px;
    margin-top: 35px;
}

.page-text p {
    color: #484747;
    font-size: 16px;
}

.room-list {
    padding: 30px 0px;
}

.room-list .image-room {
    width: 100%;
    height: 520px;
    background-position: center;
    background-size: cover;
}

.room-list .room-text {
    display: table;
    margin: 0 auto;
    width: 100%;
    margin-top: 0;
}

.room-list .room-text h4 {
    font-size: 29px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #26285a;
    position: relative;
    margin-bottom: 0px;
    line-height: 1.25em;
}


.room-list .room-text p {
    font-size: 17px;
    font-weight: 200;
    color: #26285a;
}

.room-list .owl-nav {
    display: block !important;
}

.room-list .owl-dots {
    display: none !important;
}

.owl-dot-left {
    position: relative;
}

.owl-dot-left .owl-nav {
    position: absolute;
    bottom: 0;
    left: 1px;
}

.owl-dot-right {
    position: relative;
}

.owl-dot-right .owl-nav {
    position: absolute;
    bottom: 0;
    right: 1px;
}

.owl-dot-right .owl-nav [class*=owl-], .owl-dot-left .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 14px !important;
    margin: 0 1px !important;
    padding: 11px 17px !important;
    background: #26285a !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 0px !important;
    margin-bottom: 2px !important;
    font-size: 16px !important;
}


.owl-dot-right .owl-nav .owl-prev::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}
.owl-dot-right .owl-nav .owl-next::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}

.owl-dot-left .owl-nav .owl-prev::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}
.owl-dot-left .owl-nav .owl-next::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}

.lezzet-text {
    width: 100%;
    max-width: 520px;
    display: table;
    margin: 0 auto;
    margin-top: 120px;
}

.pages-df {
    padding: 55px 0px;
    font-weight: 300;
    font-size: 17px;
    color: #5f5f5f;
}

.pages-df strong{
    color: #353535;
    font-weight: 600;
}

.pages-df h6{
    color: #353535;
}

.career-area h6{
    margin-bottom: 21px;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px dashed #26285a7d;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: dimgrey;
}

.career-area input, .career-area select {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area input::placeholder {
    color: #5f5f5f;
}

.career-area textarea {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area {
    padding: 55px 0px;
}

.career-area button {
    background-color: #26285a;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    border: 0;
    font-size: 14.5px;
    font-weight: 500;
    position: relative;
    margin-top: -5px;
}



/* ============================================
   CONTACT PAGE STYLES - Based on Reference Design
   ============================================ */

/* Hero Section */
.contact-hero-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.contact-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 46, 0.85);
    backdrop-filter: blur(2px);
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.contact-hero-content h1 {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.contact-hero-content p {
    font-size: 16px;
    color: #e0e0e0;
    max-width: 100%;
    line-height: 1.8;
    text-align: center;
    margin: 0 auto;
}

.project-category-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
    text-align: center;
    backdrop-filter: blur(10px);
}

/* Main Contact Section - Large White Card */
.contact-main-section {
    padding: 50px 0;
    background: #fff;
    position: relative;
    z-index: 3;
}

.contact-main-card {
    background: #f6f6f6;
    box-shadow: none;
    padding: 42px 40px;
    margin: 0 auto;
    border-radius: 10px;
}




.contact-main-card-ozel {
    background: #f6f6f6;
    box-shadow: none;
    padding: 42px 40px;
    margin: 0 auto;
    border-radius: 10px;
    width: 100%;
    max-width: 840px;
}
/* Left Side - Contact Info */
.contact-info-side {
    padding-right: 30px;
}

.contact-info-side h2,
.contact-form-side h2 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 28px;
    letter-spacing: 0.2px;
    background-color: #000;
    padding: 12px 20px;
    border-radius: 5px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 0;
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    background: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-icon ion-icon {
    font-size: 22px;
    color: #fff;
}

.contact-info-text {
    flex: 1;
}

.contact-info-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
    letter-spacing: 0.1px;
}

.contact-info-text p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

.contact-info-text a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 400;
}

.contact-info-text a:hover {
    color: #333;
}

.contact-social-section {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e9ecef;
}

.contact-social-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-social-icon {
    width: 38px;
    height: 38px;
    background: #000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease;
    font-size: 18px;
}

.contact-social-icon:hover {
    background: #333;
}

/* Right Side - Contact Form */
.contact-form-side {
    padding-left: 40px;
    border-left: 1px solid #e9ecef;
}

.contact-form-new .form-group {
    margin-bottom: 18px;
    position: relative;
}

.contact-form-new input,
.contact-form-new textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: border-color 0.2s ease;
    outline: none;
    font-family: inherit;
    font-weight: 400;
}

.contact-form-new input:focus,
.contact-form-new textarea:focus {
    border-color: #000;
}

.contact-form-new input::placeholder,
.contact-form-new textarea::placeholder {
    color: #999;
    font-weight: 400;
}

.contact-form-new textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.contact-submit-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    width: 100%;
    letter-spacing: 0.5px;
}

.contact-submit-btn:hover {
    background: #333;
}

.contact-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contact-submit-btn ion-icon {
    font-size: 18px;
}

/* Quote Form Styles */
.quote-form-wrapper {
    max-width: 100%;
}

.quote-form-wrapper h2 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 0.2px;
    background-color: #000;
    padding: 12px 20px;
    border-radius: 5px;
    text-align: center;
}

.quote-form-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
}

.quote-form-new .form-group {
    margin-bottom: 20px;
    position: relative;
}

.quote-form-new label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
}

.quote-form-new .required {
    color: #dc3545;
    margin-left: 3px;
}

.quote-form-new input,
.quote-form-new textarea,
.quote-form-new select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: border-color 0.2s ease;
    outline: none;
    font-family: inherit;
    font-weight: 400;
}

.quote-form-new select.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

.quote-form-new input:focus,
.quote-form-new textarea:focus,
.quote-form-new select:focus {
    border-color: #000;
}

.quote-form-new input::placeholder,
.quote-form-new textarea::placeholder {
    color: #999;
    font-weight: 400;
}

.quote-form-new textarea {
    resize: vertical;
    min-height: 140px;
    font-family: inherit;
}

/* Map Section - Full Width */
.contact-map-section {
    width: 100%;
    padding: 0;
    background: #fff;
}

.map-container-full {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #f0f0f0;
}

.gallery-area img {
    width: 100%;
    margin-bottom: 25px;
}

.gallery-area {
    padding: 45px 0px;
    padding-top: 35px;
}

.gallery-area h2 {
    color: #26285a;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #26285a;
    padding-bottom: 4px;
    margin-bottom: 13px;
}

.instagram-area p {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -5px;
}

.web-whatsapp, .web-whatsapp:hover {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: green;
    color: #fff;
    height: 52px;
    width: 158px;
    border-radius: 500px;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;
    z-index: 99;
}

.web-whatsapp ion-icon {
    font-size: 26px;
    float: left;
    margin-left: 19px;
    margin-top: 4px;
}

.web-whatsapp span {
    font-size: 16px;
    float: left;
    margin-left: 8px;
    margin-top: 5px;
}

.mobilesticty {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
}

.mobilesticty li{
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.mobilesticty li a {
    width: 100%;
    color: #fff;
    background-color: #191919;
    padding: 9px 0px;
    text-align: center;
    display: block;
    border-top: 1px solid #fff;
    text-decoration: none;
    font-size: 18px;
    padding-top: 12px;
}

.mobilesticty li:last-child a {
    background-color: green;
}

@media(min-width: 768px){
    .mobile-room {
        display: none;
    }

    .mobilesticty {
        display: none !important;
    }
}

@media(max-width: 768px){
    .web-room {
        display: none;
    }

    .site-menu {
        display: none !important;
    }

    .navbar-text span {
        display: none !important;
    }

    footer h4 {
        margin-top: 24px;
    }
    .owl-dot-right .owl-nav {
        position: absolute;
        bottom: 0;
        right: auto;
        left: 1px;
    }

    .web-whatsapp {
        display: none !important;
    }

    .about-area .left-img {
        display: none !important;
    }

    .about-area .right-img {
        display: none !important;
    }

    .room-list .room-text {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .room-list .image-room {
        width: 100%;
        height: 267px;
        background-position: center;
        background-size: cover;
    }
}

.slider  {
    position: relative;
    background-color: #fff;
}

.slider .text-slide {
    position: absolute;
    width: 100%;
    top: 41%;
    text-align: center;
}


.slider .text-slide p {
    position: relative;
    margin-bottom: 20px;
    font-size: 25px;
    color: #fff;
}


.slider .text-slide h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 11px;
}

.slider .text-slide a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 8px 16px;
    border-radius: 3px;
    font-weight: 400;
}
.desktop-logo {
    padding: 0 !important;
}

.desktop-logo img {
    width: 100%;
}

.site-menu ul {
    margin-top: 8px !important;
}

.site-menu ul.right-ul {
    float: right !important;
}

.top-bar-green {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #efefef;
}
.top-bar-green ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
    padding-top: 2px;

}

.top-bar-green ul li{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar-green ul li:first-child a{
    color: #26285a;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: -7px;
    margin-top: -4px;
}

.top-bar-green ul li:last-child{
    float: right;
}

.top-bar-green ul a.language-btn{
    margin-left: 6px !important;
    margin-top: 4px;
    float: right;
    padding: 0;
}

.language-btn img {
    height: 23px;
    width: auto;
}

.navbar .site-menu {
    margin-top: 0px;
}


.language-list {
    margin: 0;
    padding: 0;
}

.language-list li {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.language-list li a{
    margin: 0;
    padding: 10px 5px;
    width: 100%;
    text-decoration: none;
    background-color: #eaeaea;
    display: block;
    margin-bottom: 1px;
    color: #000;
    font-size: 16px;
}

.language-list li a img {
    height: 23px;
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}


.ayapa-paralax h3 {
    font-size: 29px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
    text-align: center;
}

.ayapa-paralax p {
    font-size: 19px;
    text-align: center;
    margin-top: -8px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 27px;
}

.ayapa-paralax a {
    display: table;
    margin: 0 auto;
    border: 1.5px solid #fff;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    padding-top: 14px;
}

@media(max-width: 768px){
    .navbar .logo {
        margin-top: 36px !important;
    }

    .slider .text-slide p {
        position: relative;
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 24px;
        color: #fff;
        font-weight: 400;
        padding: 0px 15px;
    }

    .navbar {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0 0;
        position: absolute;
        left: 0;
        top: -8px;
        z-index: 97;
        background-color: transparent;
    }
}

@media(min-width: 768px) {
    .lang-container {
        max-width: 1540px;
    }

    .mobile-menu-btn {
        display: none !important;
    }

    .navbar .site-menu {
        display: table !important;
        width: auto !important;
        float: right !important;
        margin: 0;
    }
}

.lezzetlerres img {
    width: 100%;
    margin-bottom: 25px;
}

@media(max-width: 768px){
    .about-area img {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .instagram-area .followbtn {
        float: none;
        display: table;
        width: auto;
        background-color: #26285a;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        padding: 6px 22px;
        margin-right: 3px;
        padding-bottom: 9px;
        margin-top: 4px;
        margin-bottom: 25px;
        margin-left: 3px;
    }

    footer .logo {
        margin-top: 36px;
    }

    body {
        padding-bottom: 47px;
    }

    .room-list .room-text h4 {
        font-size: 24px;
    }
    .room-list .room-text p {
        font-size: 16px;
        font-weight: 200;
        color: #26285a;
        margin-bottom: -8px;
    }
}

.qr-menu-header {
    background-image:url('/images/slider/7970/1854.jpg');
    padding: 15px 15px;
    background-position: center;
    background-size: cover;
}

.qr-menu-header .logo img {
    display: table;
    width: 100%;
    margin: 0 auto;
    max-width: 140px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.qr-menu-header h2 {
    color: #fff;
    font-family: 'Gilda Display', serif;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 22px;
    padding-top: 17px;
    margin-bottom: 5px;
}

.qr-menu-header h3 {
    color: #fff;
    font-family: 'Gilda Display', serif;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 22px;
    padding-top: 20px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.qr-menu-header h3 .back-pages {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 35px;
    height: 35px;
    margin-top: -8px;
    text-align: center;
    font-size: 23px;
    border-radius: 4px;
    padding-top: 5px;
    text-decoration: none;
    color: #363636;
}

.qr-lang-area {
    margin: 0 auto;
    padding: 0;
    display: table;
}
.qr-lang-area li {
    padding: 0 8px;
    list-style: none;
    float: left;
}

.qr-lang-area li img {
    height: 25px;
}

.products-area .category-area {
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 42px 10px;
    margin-top: 20px;
    border-radius: 9px;
    position: relative;
    width: 100%;
    text-decoration: none;
    display: block;
}

.products-area .category-area span {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(180, 127, 93, 0.21);
    left: 0;
    top: 0;
    border-radius: 9px;
    z-index: 1;;
}

.products-area .category-area p {
    position: relative;
    z-index: 3;
    color: #fff;
    font-family: 'Gilda Display', serif;
    margin: 0;
}

.products-area .product-area {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    background-color: #f0f0f0;
    padding: 9px;
    border-radius: 5px;
    position: relative;
}

.products-area .product-area .foodimage {
    height: 85px;
    width: 110px;
    background-position: center;
    background-size: cover;
    float: left;
    margin-right: 12px;
    border-radius: 5px;
    position: absolute;
    left: 9px;
    top: 9px;
}

.products-area .product-area .textalan {
    position: relative;
    padding-left: 120px;
}

.products-area .product-area .textalan h6{
    color: #383838;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 5px;
    margin-bottom: 3px;
    font-size: 17px;
}

.products-area .product-area .textalan p{
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}

.products-area .product-area .textalan span{
    color: #252525;
    display: block;
    width: 100%;
    text-align: right;
    font-weight: 500;
    font-size: 17px;
}

.blog-area .videobox {
    margin-bottom: 25px;
    height: 240px;
}

.blog-category {
    width: 100%;
    padding: 0;
    margin: 0;
}

.blog-category li {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-category li a{
    width: 100%;
    text-decoration: none;
    background-color: #f5f5f5;
    display: block;
    margin-bottom: 2px;
    padding: 10px 13px;
    color: #4c4c4c;
}

.blog-category li a.active {
    color: #fff;
    background-color: #112b50;
}

.meet-us {
    width: 100%;
    display: table;
    margin: 0 auto;
    background-color: #26285a;
    z-index: 9;
    position: relative;
    padding: 15px;
    padding-bottom: 30px;
    margin-top: -1px;
}

.meet-us h3 {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 19px;
    text-align: center;
    padding: 0 10px;
    margin-top: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px;
}

.meet-us p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}

.meet-us .container {
    z-index: 2;
    position: relative;
}


.meet-us .form-group {
    width: 100%;
    margin-top: 10px;
}

.meet-us .form-group input {
    width: 100%;
    border: 0;
    background-color: transparent;
    padding: 8px 0px;
    outline: 0;
    color: #fff;
    border-bottom: 1.5px solid #fff;
}

.meet-us .form-group input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: #fff;
}

.meet-us .form-group input::placeholder {
    color: #fff;
}

.meet-us .form-group button {
    width: 100%;
    background: #fff;
    padding: 10px 12px;
    outline: 0;
    color: #26285a;
    border: 0px;
    font-weight: 700;
    border-radius: 500px;
}

.education-area .item {
    padding: 0px 7.5px;
}

.education-area .education{
    background-color: #fff;
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 10px;
}

.education-area .education .images-area{
    background-color: #fff;
    width: 100%;
    height: 160px;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0px 0px;
}

.education-area .education .content {
    width: 100%;
    padding: 10px;
}

.education-area .education .content img {
    width: 48px;
    display: table;
    margin: 0 auto;
    margin-top: -34px;
    margin-bottom: 10px;
}

.education-area .education .book-images-area {
    width: 100%;
    background-color: #e3e4ee;
    border-radius: 10px 10px 0px 0px;
}

.education-area .education .content h4 {
    color: #26285a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
}

.education-area .education .content p {
    color: #26285a;
    font-size: 14.5px;
    text-align: center;
}

.education-area .education .content span {
    background-color: #26285a;
    display: table;
    margin: 0 auto;
    padding: 8px 38px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    border-radius: 50px;
    margin-top: -2px;
}

.paralax-area-home {
    width: 100%;
    display: inline-block;
    background-image: url(../img/paralax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
}

.paralax-area-home h3 {
    display: table;
    margin: 0 auto;
    color: #fff;
    font-size: 23px;
}

.paralax-area-home h3 img{
    display: table;
    width: 100%;
    max-width: 195px;
    margin-top: 8px;
}

.paralax-area-home p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    margin-top: 16px;
}

.home-menu-all {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: 25px;
}

.home-menu-all li {
    width: 25%;
    margin: 0;
    padding: 7.5px;
    list-style: none;
    float: left;
}

.home-menu-all li a{
    width: 100%;
    display: block;
    background-color: #eff0f8;
    text-decoration: none;
    padding: 25px 25px;
    text-align: left;
    color: #212529;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
}

.home-menu-all li a span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 28px;
    height: 28px;
    background-color: #26285a33;
    border-radius: 5px;
}

.home-menu-all li a ion-icon {
    font-size: 25px;
    display: block;
    float: left;
    margin-right: 7px;
    color: #26285a;
}

.about-home h3 {
    margin-bottom: 35px;
}

.about-home p {
    text-align: right;
}

.home-video {
    padding: 0px 15px;
    background-size: cover;
    width: 100%;
    display: block;
    height: 300px;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    background-position: center;
    margin-top: -10px;
}

.home-video i {
    text-align: center;
    display: table;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 6px;
    height: 58px;
    width: 58px;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    padding-top: 15px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 43%;
}

.poadcast-area .videobox {
    height: 154px;
    background-position: center;
    margin-top: 10px;
    text-align: center;
    position: relative;
}

.poadcast-area h4 {
    z-index: 5;
}

.poadcast-area ion-icon {
    text-align: center;
    display: table;
    margin: 0 auto;
    border: 1.5px solid #fff;
    padding: 20px;
    height: 37px;
    width: 32px;
    border-radius: 50px;
    color: #fff;
    font-size: 8px;
    padding-top: 4px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 37px;
    padding-bottom: 5px;
    z-index: 5;
}

.poadcast-area .audio-timer {
    color: #fff;
    font-size: 13px;
    padding-top: 9px;
}

.poadcast-area span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #26285a3d;
    z-index: 1;
    border-radius: 10px;
}

.educations-page .education {
    margin-bottom: 30px;
}

.educations-page {
    margin-bottom: 40px;
}

.education-detail-caro {
    padding-bottom: 95px;
}

.white-page {
    background-color: #fff;
}

.kare-contact-form {
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 30px;
    margin-top: -10px;
}

.kare-contact-form .form-group input {
    margin-bottom: 12px;
    font-size: 15px;
}

.book-order-area  {
    width: 100%;
    padding: 15px;
    background-color: #f4f4f475;
    border-radius: 10px;
}

.book-order-area img {
    width: 100%;
    background-color: #eff0f8;
    border-radius: 10px;
    margin-bottom: 15px;
}
.book-order-area h2 {
    width: 100%;
    font-size: 21px;
    color: #26285a;
}

.book-order-area p {
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #979797;
    padding-bottom: 8px;
}

.book-order-area p span{
    display: table;
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
}

.book-order-area input {
    width: 100%;
    border: 1px solid #ccc;
    height: 48px;
    border-radius: 5px;
    outline: 0;
    padding: 6px 13px;
    margin-top: 1px;
}

.book-order-area button {
    width: 100%;
    background-color: #bc1825;
    color: #fff;
    border: 0px;
    height: 48px;
    border-radius: 5px;
    outline: 0;
}

.podcast-area {
    margin-bottom: -15px;
    padding-bottom: 105px;
}

.podcast-area .videoalan {
    margin-bottom: 15px;
}

.tavsiyeler-area {
    padding-bottom: 85px;
}

.login-area {
    padding: 45px 0px;
}

.login-area .login-box {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    margin-bottom: 65px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.login-area .login-box input {
    width: 100%;
    outline: 0;
    box-shadow: none;
    padding: 12px 15px;
    margin-bottom: 10px;
    background-color: #eff0f8;
    border: 0px;

}

.login-area .login-box button {
    width: 100%;
    background-color: #bc1825;
    color: #fff;
    border: 0px;
    padding: 12px 5px;
    border-radius: 5px;
    margin-top: 8px;
    margin-bottom: 5px;
    outline: 0;
}

.login-area h4 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 12px;
}

@media(max-width: 768px){
    .navbar-area .contact {
        display: none;
    }

    .head-social {
        margin: 0;
        padding: 0;
        float: right;
        border-left: 0px solid #fff;
        padding-left: 3px;
        margin-left: 0px;
        padding-top: 3px;
        margin-top: -2px;
        height: 23px;
    }

    .navbar-area {
        background: #bc1825;
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 17px 0px;
        margin-bottom: -7px;
        padding-top: 32px;
    }

    .head-social li a {
        color: #26285a;
        text-decoration: none;
        background-color: #eff0f8;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        display: block;
        margin-left: 13px;
        text-align: center;
        padding-top: 4.5px;
        margin-top: -6px;
        font-size: 19px;
    }
    .navbar .logo a img {
        margin-top: -15px;
    }

    .navbar .hamburger-menu {
        display: inline-block;
        margin-left: auto;
        margin-top: 85px;
    }

    .hamburger-navigation .nav-menu li a ion-icon {
        display: none;
    }

    .hamburger-navigation .nav-menu li a {
        margin-top: 11px;
    }

    .meet-us .form-group input {
        margin-bottom: 12px;
    }

    .meet-us .form-group button {
        width: 100%;
        background: #fff;
        padding: 11px 12px;
        outline: 0;
        color: #26285a;
        border: 0px;
        font-weight: 700;
        border-radius: 500px;
        margin-top: 5px;
    }

    .about-home p {
        text-align: center;
    }

    .home-menu-all li {
        width: 100%;
    }

    .paralax-area-home h3 {
        text-align: center;
    }

    .paralax-area-home h3 img {
        display: table;
        width: 100%;
        max-width: 195px;
        margin: 0 auto;
        margin-top: 12px;
    }

    .page-hood-area {
        padding-top: 72px;
    }

    .kare-contact-form {
        margin-top: 15px;
    }

    .page-hood-area h3 {
        color: #fff;
        text-align: center;
        padding-top: 41px;
        font-size: 20px;
        line-height: 35px;
    }
}

/* New Header Styles */
.new-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

/* Top Banner */
.header-top-banner {
    background: #000;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.header-top-banner .container {
    max-width: 100%;
    padding: 5px 15px;
}

.banner-text {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Top Dark Gray Bar */
.header-top-bar {
    background: #2c2c2c;
    padding: 10px 0;
    color: #fff;
}

.header-social {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 15px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 50%;
    background: #f8f9fa;
}

.social-icon:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

.social-icon ion-icon {
    font-size: 18px;
}

.header-user-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.user-action-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: opacity 0.3s;
}

.user-action-link:hover {
    opacity: 0.8;
    color: #fff;
}

.user-action-link ion-icon {
    font-size: 18px;
}

.separator {
    color: #666;
    margin: 0 5px;
}

.cart-count {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    margin-left: 3px;
}

/* Main White Header */
.header-main {
    background: #fff;
    padding: 25px 0;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.header-social {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 15px;
}

.search-form {
    width: 100%;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 50px;
    padding: 0 5px 0 20px;
    transition: all 0.3s ease;
    max-width: 350px;
}

.search-wrapper:focus-within {
    border-color: #000;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    left: 20px;
    color: #6c757d;
    font-size: 20px;
    pointer-events: none;
    z-index: 1;
}

.search-wrapper:focus-within .search-icon {
    color: #000;
}

.search-input {
    flex: 1;
    padding: 12px 15px 12px 40px;
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
    color: #333;
}

.search-input::placeholder {
    color: #adb5bd;
}

.search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: #000;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin-left: 5px;
}

.search-btn:hover {
    background: #333;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.search-btn span {
    display: inline-block;
}

.header-logo-center {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header-logo-center .logo-link {
    display: inline-block;
    transition: transform 0.3s ease;
    margin: 0 auto;
}


.header-logo-center .logo-img {
    max-height: 52px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-top: -11px;
}

.header-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    padding-left: 15px;
}

.btn-contact-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 19px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: none;
}

.btn-contact-main:hover {
    background: #333;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.btn-contact-main ion-icon {
    font-size: 18px;
}

.whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}

.whatsapp-link:hover {
    color: #25D366;
}

.whatsapp-link ion-icon {
    font-size: 22px;
    color: #25D366;
}

/* Bottom Navigation Bar */
.header-nav-bottom {
    background: #f5f5f5;
    border-top: 1px solid #e9ecef;
    padding: 0;
}

.nav-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}

.nav-categories li {
    margin: 0;
}

.nav-categories li a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 18px 16px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    white-space: nowrap;
    position: relative;
}

.nav-categories li a:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.05);
}

.nav-categories li a ion-icon {
    font-size: 16px;
    margin-top: 2px;
}

.nav-login-btn {
    background: #28a745 !important;
    color: #fff !important;
    border-radius: 25px !important;
    margin-left: 10px;
}

.nav-login-btn:hover {
    background: #218838 !important;
}

.mobile-menu-toggle {
    display: none;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding: 20px;
}

.mobile-menu-overlay.active {
    left: 0;
}

.mobile-menu-close {
    text-align: right;
    margin-bottom: 20px;
}

.close-menu-btn {
    background: transparent;
    border: none;
    font-size: 32px;
    color: #333;
    cursor: pointer;
    padding: 10px;
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-menu li {
    border-bottom: 1px solid #eee;
}

.mobile-nav-menu li a {
    display: block;
    padding: 15px 0;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.mobile-nav-menu li a ion-icon {
    margin-right: 10px;
    vertical-align: middle;
}

.mobile-social {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.mobile-social span {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}

.mobile-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.mobile-social-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
}

.mobile-social-list li a:hover {
    background: #333;
    transform: scale(1.1);
}

/* Responsive Header */
@media (max-width: 992px) {
    .header-social {
        order: 3;
        width: 100%;
        margin-top: 20px;
        padding-right: 0;
        justify-content: center;
    }
    
    .header-logo-center {
        order: 1;
        margin-bottom: 20px;
        padding: 0;
    }
    
    .header-contact {
        order: 2;
        justify-content: center;
        padding-left: 0;
    }
    
    .nav-categories {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .nav-categories li a {
        padding: 12px 15px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .header-top-bar {
        padding: 8px 0;
    }
    
    .header-top-banner {
        padding: 8px 0;
    }
    
    .banner-text {
        font-size: 13px;
    }
    
    .header-social,
    .header-user-actions {
        justify-content: center;
        gap: 10px;
    }
    
    .social-icon {
        width: 20px;
        height: 20px;
    }
    
    .social-icon ion-icon {
        font-size: 16px;
    }
    
    .user-action-link {
        font-size: 12px;
    }
    
    .user-action-link span {
        display: none;
    }
    
    .header-main {
        padding: 15px 0;
    }
    
    .header-main .row {
        align-items: center;
    }
    
    .header-social {
        display: none;
    }
    
    .header-logo-center {
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        height: 100%;
    }
    
    .header-logo-center .logo-link {
        margin: 0;
        display: flex;
        align-items: center;
    }
    
    .header-logo-center .logo-img {
        max-height: 45px;
        margin: 0;
        display: block;
    }
    
    .header-contact {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0;
        padding-left: 0;
        height: 100%;
    }
    
    .btn-contact-main {
        padding: 11px 22px;
        font-size: 13px;
    }
    
    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 18px;
        background: #000;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
    }
    
    .mobile-menu-toggle:hover {
        background: #333;
        color: #fff;
    }
    
    .mobile-menu-toggle ion-icon {
        font-size: 20px;
    }
    
    .mobile-menu-text {
        font-size: 14px;
        font-weight: 500;
    }
    
    .header-nav-bottom {
        display: none;
    }
}

@media (max-width: 576px) {
    .header-top-bar {
        padding: 6px 0;
    }
    
    .header-top-banner {
        padding: 6px 0;
    }
    
    .banner-text {
        font-size: 14px;
    }
    
    .header-social,
    .header-user-actions {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .separator {
        display: none;
    }
    
    .header-main {
        padding: 22px 9px;
        padding-left: 18px;
    }
    
    .header-logo-center .logo-img {
        max-height: 40px;
    }
    
    .header-social {
        display: none;
    }
    
    .btn-contact-main {
        display: none;
    }
    
    .mobile-menu-toggle {
        padding: 11px 15px;
        gap: 6px;
        height: auto;
        display: flex;
        align-items: center;
        margin-bottom: -3px;
    }
    
    .mobile-menu-toggle ion-icon {
        font-size: 20px;
    }
    
    .mobile-menu-text {
        font-size: 15px;
    }
    
    .header-logo-center .logo-img {
        max-height: 40px;
    }
    
    .header-main .row {
        align-items: center;
    }
    
    .header-logo-center,
    .header-contact {
        display: flex;
        align-items: center;
    }
}

.copyright-hidden {
    display: none;
}

/* Footer Responsive */
@media (max-width: 992px) {
    .footer-content {
        padding-bottom: 30px;
    }
    
    .footer-about,
    .footer-links,
    .footer-contact {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 40px 0 0 0;
    }
    
    .footer-about {
        text-align: center;
    }
    
    .footer-description {
        max-width: 100%;
        margin: 0 auto 25px auto;
    }
    
    .footer-social-icons {
        justify-content: center;
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-contact {
        text-align: center;
    }
    
    .footer-contact-info {
        align-items: center;
    }
    
    .contact-item {
        justify-content: center;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .copyright-text {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 30px 0 0 0;
    }
    
    .footer-logo-img {
        max-height: 40px;
    }
    
    .footer-title {
        font-size: 14px;
    }
    
    .footer-menu li a,
    .contact-item {
        font-size: 13px;
    }
    
    /* Contact Info Mobile Styles */
    .contact-section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .contact-info-box {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    
    .contact-icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .contact-icon-wrapper ion-icon {
        font-size: 24px;
    }
    
    .contact-info-content h5 {
        font-size: 16px;
    }
    
    .contact-info-content p {
        font-size: 14px;
    }
    
    /* Contact Page Responsive */
    .contact-hero-section {
        padding: 60px 0;
    }
    
    .contact-hero-content h1 {
        font-size: 36px;
        text-align: center;
    }
    
    .contact-hero-content p {
        font-size: 16px;
        text-align: center;
        max-width: 100%;
    }
    
    .contact-main-section {
        padding: 40px 0;
    }
    
    .contact-main-card {
        padding: 30px 25px;
        border-radius: 8px;
    }
    
    .contact-info-side {
        padding-right: 0;
    }
    
    .contact-info-side h2,
    .contact-form-side h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .contact-info-item {
        margin-bottom: 18px;
    }
    
    .contact-form-side {
        padding-left: 0;
        padding-top: 30px;
        border-left: none;
        border-top: 1px solid #e9ecef;
    }
    
    .map-container-full {
        height: 400px;
    }
}

/* Tablet Responsive */
@media (max-width: 992px) {
    .contact-hero-content h1 {
        font-size: 42px;
    }
    
    .contact-main-card {
        padding: 35px 30px;
    }
    
    .contact-info-side {
        padding-right: 0;
    }
    
    .contact-form-side {
        padding-left: 0;
        padding-top: 35px;
        border-left: none;
        border-top: 1px solid #e9ecef;
    }
    
    .map-container-full {
        height: 500px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-hero-section {
        padding: 50px 0;
    }
    
    .contact-hero-content h1 {
        font-size: 32px;
    }
    
    .contact-hero-content p {
        font-size: 15px;
    }
    
    .contact-main-section {
        padding: 30px 0;
    }
    
    .contact-main-card {
        padding: 25px 20px;
        border-radius: 8px;
    }
    
    .contact-info-side {
        padding-right: 0;
    }
    
    .contact-info-side h2,
    .contact-form-side h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    .contact-info-item {
        margin-bottom: 16px;
        gap: 12px;
    }
    
    .contact-info-icon {
        width: 36px;
        height: 36px;
    }
    
    .contact-info-icon ion-icon {
        font-size: 18px;
    }
    
    .contact-info-text h4 {
        font-size: 13px;
    }
    
    .contact-info-text p {
        font-size: 13px;
    }
    
    .contact-social-section {
        margin-top: 25px;
        padding-top: 20px;
    }
    
    .contact-social-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .contact-form-side {
        padding-left: 0;
        padding-top: 25px;
        border-left: none;
        border-top: 1px solid #e9ecef;
    }
    
    .contact-form-new input,
    .contact-form-new textarea {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .contact-submit-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .map-container-full {
        height: 350px;
    }
    
    .quote-form-wrapper h2 {
        font-size: 17px;
        padding: 10px 18px;
    }
    
    .quote-form-desc {
        font-size: 13px;
        margin-bottom: 25px;
    }
    
    .quote-form-new .form-group {
        margin-bottom: 18px;
    }
    
    .quote-form-new label {
        font-size: 12px;
        margin-bottom: 6px;
    }
    
    .quote-form-new input,
    .quote-form-new textarea,
    .quote-form-new select {
        padding: 11px 14px;
        font-size: 14px;
    }
}

/* ============================================
   CATEGORY CAROUSEL SECTION
   ============================================ */

.category-carousel-section {
    padding: 25px 0;
    background: #fff;
}

.category-carousel-section .container {
    padding: 0 15px;
}

.category-item {
    text-align: center;
    padding: 0 8px;
}

.category-link {
    display: block;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease;
}


.category-image-wrapper {
    width: 100%;
    max-width: 120px;
    margin: 0 auto 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    background: #f8f9fa;
    border: 3px solid #f0f0f0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-link:hover .category-image-wrapper {
    border-color: #000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.category-link:hover .category-image {
    transform: scale(1.1);
}

.category-title {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: #333;
    line-height: 1.3;
    text-align: center;
    padding: 0 5px;
    transition: color 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.category-link:hover .category-title {
    color: #000;
}

/* Category Carousel Responsive */
@media (max-width: 1199px) {
    .category-image-wrapper {
        max-width: 100px;
    }
    
    .category-title {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .category-carousel-section {
        padding: 30px 0;
        padding-top: 15px;
    }
    
    .category-image-wrapper {
        max-width: 80px;
        border-width: 2px;
    }
    
    .category-title {
        font-size: 11px;
    }
    
    .category-item {
        padding: 0 5px;
    }
}

@media (max-width: 480px) {
    .category-image-wrapper {
        max-width: 70px;
    }
    
    .category-title {
        font-size: 10px;
    }
    
    .category-item {
        padding: 0 3px;
    }
}

/* ============================================
   MAIN CATEGORIES SECTION (Category Page)
   ============================================ */

.main-categories-section {
    padding: 40px 0;
    background: #fff;
}

/* Category Page Styles */
.main-category-card {
    background: #000;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.main-category-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main-category-image-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f0f0f0;
    position: relative;
}

.main-category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.main-category-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #000;
}

.main-category-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}

.main-category-category {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 6px 15px;
    color: #000;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    line-height: 1.4;
}

/* Category Page Responsive */
@media (max-width: 991px) {
    .main-category-image-wrapper {
        height: 220px;
    }
    
    .main-category-content {
        padding: 18px;
    }
    
    .main-category-title {
        font-size: 15px;
    }
    
    .main-category-category {
        font-size: 11px;
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    .main-category-image-wrapper {
        height: 320px;
    }
    
    .main-category-content {
        padding: 15px;
    }
    
    .main-category-title {
        font-size: 14px;
    }
    
    .main-category-category {
        font-size: 10px;
        padding: 4px 10px;
    }
}

@media (max-width: 480px) {
    .main-category-image-wrapper {
        height: 230px;
    }
    
    .main-category-content {
        padding: 15px;
        padding-bottom: 5px;

    }
    
    .main-category-title {
        font-size: 14px;
    }
    
    .main-category-category {
        font-size: 10px;
        padding: 4px 10px;
    }
}

/* ============================================
   HOME PAGE MAIN CATEGORIES SECTION
   ============================================ */

.home-category-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.home-category-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.home-category-image-wrapper {
    width: 100%;
    height: 345px;
    overflow: hidden;
    background: #f0f0f0;
    position: relative;
}

.home-category-image-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.home-category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.home-category-card:hover .home-category-image {
    transform: scale(1.05);
}

.home-category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 82%;
    z-index: 2;
}

.home-category-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px 0;
    padding: 0;
    color: #fff;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.home-category-description {
    font-size: 14px;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 1.6;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.home-category-btn {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 12px 30px;
    border-radius: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.home-category-btn:hover {
    background: #f5f5f5;
    color: #000;
    transform: translateY(-2px);
}

/* Home Categories Responsive */
@media (max-width: 991px) {
    .main-categories-section {
        padding: 40px 0;
    }
    
    .home-category-image-wrapper {
        height: 322px;
    }
    
    .home-category-content {
        padding: 20px 18px;
        max-width: 75%;
    }
    
    .home-category-title {
        font-size: 18px;
    }
    
    .home-category-description {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .home-category-btn {
        padding: 11px 25px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .main-categories-section {
        padding: 30px 0;
    }
    
    .home-category-image-wrapper {
        height: 288px;
    }
    
    .home-category-content {
        padding: 18px 15px;
        max-width: 80%;
    }
    
    .home-category-title {
        font-size: 17px;
        margin-bottom: 6px;
    }
    
    .home-category-description {
        font-size: 13px;
        margin-bottom: 12px;
    }
    
    .home-category-btn {
        padding: 10px 22px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .home-category-image-wrapper {
        height: 253px;
    }
    
    .home-category-content {
        padding: 15px 12px;
        max-width: 85%;
    }
    
    .home-category-title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .home-category-description {
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .home-category-btn {
        padding: 10px 20px;
        font-size: 12px;
    }
}

/* ============================================
   PRODUCTS CAROUSEL SECTION (Home Page)
   ============================================ */

.products-carousel-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.products-carousel-title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #000;
    text-align: center;
    margin: -8px auto 15px auto;
    padding: 12px 33px;
    border-radius: 50px;
    letter-spacing: -0.3px;
    display: block;
    max-width: fit-content;
}

.products-carousel-description {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 0 auto 30px auto;
    max-width: 600px;
    line-height: 1.6;
}

.product-carousel-item {
    padding: 0 10px;
}

/* ============================================
   HOME CTA SECTION
   ============================================ */

.home-cta-section {
    width: 100%;
    background: #000;
    padding: 60px 0;
    margin: 0;
}

.home-cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.home-cta-title {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.home-cta-description {
    font-size: 15px;
    color: #ccc;
    margin: 0 0 25px 0;
    line-height: 1.7;
}

.home-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 35px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.home-cta-button:hover {
    background: #f5f5f5;
    color: #000;
    transform: translateY(-2px);
}

.home-cta-button ion-icon {
    font-size: 20px;
}

/* Home CTA Responsive */
@media (max-width: 991px) {
    .home-cta-section {
        padding: 50px 0;
    }
    
    .home-cta-title {
        font-size: 28px;
    }
    
    .home-cta-description {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .home-cta-button {
        padding: 14px 30px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .home-cta-section {
        padding: 40px 0;
    }
    
    .home-cta-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .home-cta-description {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .home-cta-button {
        padding: 12px 25px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .home-cta-section {
        padding: 35px 0;
    }
    
    .home-cta-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .home-cta-description {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .home-cta-button {
        padding: 11px 22px;
        font-size: 13px;
        width: 100%;
        max-width: 300px;
    }
}

.owl-carousel-products {
    position: relative;
}

.owl-carousel-products .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.owl-carousel-products .owl-nav button {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.owl-carousel-products .owl-nav button:hover {
    background: #333;
}

.owl-carousel-products .owl-nav button.owl-prev {
    left: -50px;
}

.owl-carousel-products .owl-nav button.owl-next {
    right: -50px;
}

@media (max-width: 1200px) {
    .owl-carousel-products .owl-nav button.owl-prev {
        left: -30px;
    }
    
    .owl-carousel-products .owl-nav button.owl-next {
        right: -30px;
    }
}

/* ============================================
   ÜRÜN LİSTESİ SAYFASI
   ============================================ */

.products-list-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.product-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e9ecef;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.product-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f8f9fa;
    border-radius: 5px 5px 0 0;
}

.product-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-card-body {
    padding: 25px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    text-align: center;
}

.product-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: -7px 0 11px 0;
    line-height: 1.4;
    text-align: center;
}

.product-card-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 20px 0;
    flex: 1;
    text-align: center;
}

.product-card-footer {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.product-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 24px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    width: 100%;
    pointer-events: none;
}

.product-card-button ion-icon {
    font-size: 18px;
}

.no-products-message {
    text-align: center;
    padding: 80px 20px;
    grid-column: 1 / -1;
}

.no-products-icon {
    font-size: 80px;
    color: #ddd;
    margin-bottom: 20px;
}

.no-products-message h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.no-products-message p {
    font-size: 16px;
    color: #666;
}

/* ============================================
   ÜRÜN DETAY SAYFASI
   ============================================ */

.product-detail-section {
    padding: 60px 0;
    background: #fff;
}

/* Product Gallery - E-commerce Style */
.product-gallery-wrapper {
    position: sticky;
    top: 20px;
}

.product-main-image-container {
    margin-bottom: 20px;
}

.product-main-image-wrapper {
    position: relative;
    width: 100%;
    background: #f8f9fa;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-main-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 0px;
    transition: opacity 0.3s ease;
}

.product-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product-nav-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.product-nav-btn ion-icon {
    font-size: 24px;
}

.product-nav-prev {
    left: 15px;
}

.product-nav-next {
    right: 15px;
}

.product-thumbnails {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-thumbnail-item {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    border: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-thumbnail-item:hover {
    border-color: #000;
    transform: scale(1.05);
}

.product-thumbnail-item.active {
    border-color: #000;
}

.product-thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Product Info Wrapper */
.product-info-wrapper {
    padding-left: 30px;
}

.product-info-header {
    margin-bottom: 12px;
}

.product-category-badge {
    display: inline-block;
    margin-bottom: 15px;
}

.product-category-badge a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #000;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.product-category-badge ion-icon {
    font-size: 16px;
}

.product-title {
    font-size: 25px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
    letter-spacing: -0.5px;
    margin-bottom: 1px;
    display: inline-block;
    width: 100%;
}

.product-short-description {
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.product-short-description p {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin: 0;
    font-weight: 400;
}

/* Product Action Buttons */
.product-action-buttons {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.product-btn-whatsapp {
    background: #25D366;
    color: #fff;
}

.product-btn-whatsapp:hover {
    background: #20BA5A;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.product-btn-call {
    background: #000;
    color: #fff;
}

.product-btn-call:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.product-action-btn ion-icon {
    font-size: 20px;
}

.product-full-content {
    margin-top: 0px;
}

.content-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 11px 17px;
    background-color: #000;
    margin-bottom: 12px;
}

.product-content {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.product-content p {
    margin-bottom: 20px;
}

.product-content h1,
.product-content h2,
.product-content h3,
.product-content h4 {
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 15px;
}

.product-content ul,
.product-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.product-content li {
    margin-bottom: 10px;
}

/* ============================================
   ÜRÜN GALERİ BÖLÜMÜ
   ============================================ */

.product-gallery-carousel-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.product-gallery-carousel-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9ecef;
}

.product-gallery-carousel-item a {
    display: block;
    text-decoration: none;
}

.product-gallery-carousel-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery-carousel-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    display: block;
}

/* Related Products Section */
.related-products-section {
    padding: 40px 0;
    background: #f3f3f3;
}

.related-product-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.related-product-image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    display: block;
}

.related-product-info {
    padding: 20px;
    text-align: center;
    background: #000;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.related-product-title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.related-product-button {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.related-product-button:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

/* Owl Carousel Navigation */
.owl-carousel-product-gallery .owl-nav,
.owl-carousel-related-products .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel-product-gallery .owl-nav button,
.owl-carousel-related-products .owl-nav button {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.owl-carousel-product-gallery .owl-nav button:hover,
.owl-carousel-related-products .owl-nav button:hover {
    background: #333;
    transform: scale(1.1);
}

.owl-carousel-product-gallery .owl-nav button.owl-prev,
.owl-carousel-related-products .owl-nav button.owl-prev {
    margin-right: 10px;
}

.owl-carousel-product-gallery .owl-nav button.owl-next,
.owl-carousel-related-products .owl-nav button.owl-next {
    margin-left: 10px;
}

.section-header {
    text-align: center;
    margin-bottom: 30px;
}

.section-title-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #000;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.section-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.section-title-icon ion-icon {
    font-size: 20px;
    color: #fff;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.product-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.product-gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #fff;
}

.product-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-gallery-item a {
    display: block;
    text-decoration: none;
}

.product-gallery-image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #f0f0f0;
}

.product-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-gallery-item:hover .product-gallery-image {
    transform: scale(1.1);
}

.product-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-gallery-item:hover .product-gallery-overlay {
    opacity: 1;
}

.gallery-overlay-content {
    text-align: center;
    color: #fff;
}

.gallery-overlay-content ion-icon {
    font-size: 40px;
    margin-bottom: 8px;
    display: block;
}

.gallery-overlay-content span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================
   RESPONSIVE TASARIM
   ============================================ */

@media (max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 25px;
    }
    
    .product-title {
        font-size: 30px;
    }
    
    .product-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .products-carousel-section {
        padding: 40px 0;
    }
    
    .products-carousel-title {
        font-size: 24px;
        margin-bottom: 15px;
        padding: 12px 25px;
        border-radius: 8px;
    }
    
    .products-carousel-description {
        font-size: 13px;
        margin-bottom: 25px;
        max-width: 100%;
    }
    
    .owl-carousel-products .owl-nav button.owl-prev {
        left: -30px;
    }
    
    .owl-carousel-products .owl-nav button.owl-next {
        right: -30px;
    }
    
    .products-list-section {
        padding: 40px 0;
    }
    
    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }
    
    .product-card-image-wrapper {
        height: 220px;
    }
    
    .product-card-body {
        padding: 20px 15px;
    }
    
    .product-card-title {
        font-size: 16px;
    }
    
    .product-card-button {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .product-detail-section {
        padding: 40px 0;
    }
    
    .product-gallery-wrapper {
        position: static;
        margin-bottom: 30px;
    }
    
    .product-info-wrapper {
        padding-left: 0;
    }
    
    .product-title {
        font-size: 26px;
    }
    
    .product-category-badge {
        margin-bottom: 15px;
    }
    
    .product-short-description {
        margin-bottom: 25px;
        padding-top: 15px;
    }
    
    .product-short-description p {
        font-size: 15px;
    }
    
    .product-main-image-wrapper {
        aspect-ratio: 1;
    }
    
    .product-thumbnail-item {
        width: 80px;
        height: 80px;
    }
    
    .product-nav-btn {
        width: 40px;
        height: 40px;
    }
    
    .product-nav-btn ion-icon {
        font-size: 20px;
    }
    
    .product-nav-prev {
        left: 10px;
    }
    
    .product-nav-next {
        right: 10px;
    }
    
    .product-gallery-carousel-section {
        padding: 40px 0;
    }
    
    .related-products-section {
        padding: 40px 0;
    }
    
    .section-title-wrapper {
        padding: 10px 20px;
        gap: 8px;
    }
    
    .section-title-icon ion-icon {
        font-size: 18px;
    }
    
    .section-title {
        font-size: 16px;
    }
    
    .section-header {
        margin-bottom: 25px;
    }
    
    .product-gallery-carousel-image-wrapper {
        height: 180px;
    }
    
    .related-product-image-wrapper {
        height: 200px;
    }
    
    .related-product-info {
        padding: 15px;
    }
    
    .related-product-title {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .related-product-button {
        padding: 10px 15px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .products-carousel-section {
        padding: 30px 0;
    }
    
    .products-carousel-title {
        font-size: 15px;
        margin-bottom: 12px;
        padding: 10px 20px;
        border-radius: 50px;
    }
    
    .products-carousel-description {
        font-size: 12px;
        margin-bottom: 20px;
        max-width: 100%;
    }
    
    .owl-carousel-products .owl-nav {
        display: none;
    }
    
    .product-carousel-item {
        padding: 0 5px;
    }
    
    .product-card-image-wrapper {
        height: 250px;
    }
    
    .product-title {
        font-size: 22px;
    }
    
    .product-gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .product-gallery-image-wrapper {
        height: 250px;
    }
}

/* ============================================
   PROJE DETAY SAYFASI (YENİ TASARIM)
   ============================================ */

.project-detail-section {
    padding: 60px 0;
    background: #fff;
}

.project-images-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-image-item {
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #f8f9fa;
}

.project-full-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.project-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

.project-image-overlay ion-icon {
    font-size: 48px;
    color: #fff;
}

.project-info-section {
    padding-right: 30px;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.project-info-card {
    background: #fff;
}

.project-info-header {
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px dashed #9c9a9a;
}

.project-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: linear-gradient(135deg, #282828 0%, #1d1d1d 100%);
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #e0e0e0;
}

.project-category-badge ion-icon {
    font-size: 16px;
    color: #fff;
}

.project-title {
    font-size: 22px;
    color: #1a1a1a;
    margin: 0;
    font-weight: 600;
}

.project-description {
    margin-top: 5px;
}

.description-content {
    width: 100%;
}

.description-content p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin: 0 0 15px 0;
}

.description-content p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .project-info-section {
        padding-right: 0;
        padding-top: 30px;
        position: static;
    }
    
    .project-info-card {
        padding: 30px;
    }
    
    .project-title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .project-detail-section {
        padding: 40px 0;
    }
    
    .project-images-section {
        gap: 15px;
    }
    
    .project-info-card {
        padding: 25px;
    }
    
    .project-title {
        font-size: 24px;
    }
    
    .project-info-header {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .project-category-badge {
        font-size: 11px;
        padding: 6px 14px;
    }
    
    .description-content p {
        font-size: 14px;
    }
}