.section-top-bar #left-bar .search-click-1,
.section-top-bar #right_end-bar .search-click-1 {
    display: none !important;
}

.section-header .logo img {
    max-height: 60px !important;
}

.section-top-bar {
    border-bottom: 1px solid #ddd;
}

/* Slider ana container stilleri */
#slider-1 .slider-contents {
    margin-top: -100px;
    padding: 20px;
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out;
}

/* Başlık stilleri */
#slider-1 .weta-slider-tag {
    font-size: 2.5rem;
    font-weight: 800 !important;
    color: #fff;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    position: relative;
    animation: slideInLeft 1s ease-out;
}

#slider-1 .weta-slider-tag::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 4px;
    background: var(--site-color);
    transform: scaleX(0);
    transform-origin: left;
    animation: lineGrow 1s ease-out forwards;
    animation-delay: 0.5s;
}

#slider-1 .weta-slider-buttons {
    gap: 20px;
    animation: fadeInUp 1s ease-out;
    animation-delay: 0.3s;
}

#slider-1 .weta-slider-buttons .btn-color {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 35px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    min-width: 180px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#slider-1 .weta-slider-buttons .btn-color::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

#slider-1 .weta-slider-buttons .btn-color:hover::before {
    left: 0;
}

#slider-1 .weta-slider-buttons .btn-color:first-child:hover {
    color: var(--site-color) !important;
}

#slider-1 .weta-slider-buttons .btn-color:last-child {
    background: var(--site-color) !important;
    border-color: var(--site-color) !important;
}

#slider-1 .weta-slider-buttons .btn-color:last-child:hover {
    color: #000 !important;
    border-color: #fff;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.section-top-bar #left-bar .search-click-1,
.section-top-bar #right_end-bar .search-click-1 {
    display: none !important;
}

.btn-color:not(#slider-1 .btn-color):after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.btn-color:not(#slider-1 .btn-color):hover:after {
    transform: translateX(5px);
}

#page-detail-section-1 .rexa-content,
#page-detail-section-2 .rexa-content,
#page-detail-section-3 .rexa-content {
    position: relative;
}

#page-detail-section-1 .weta-icerik-tag,
#page-detail-section-2 .weta-icerik-tag,
#page-detail-section-3 .weta-icerik-tag {
    font-size: 3rem;
    font-weight: 800 !important;
    margin-bottom: 30px;
    background: linear-gradient(45deg, var(--site-color), #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

#page-detail-section-1 .weta-description,
#page-detail-section-2 .weta-description,
#page-detail-section-3 .weta-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    position: relative;
    padding-left: 30px;
    border-left: 4px solid var(--site-color);
    margin-bottom: 30px;
}

#gallery-detail-section-1 .gallery-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-img img {
    transform: scale(1.1);
}

#gallery-detail-section-1 .gallery-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px;
    background: linear-gradient(to top, rgba(190, 160, 106, 0.95), rgba(190, 160, 106, 0.6), transparent) !important;
    transform: translateY(0);
    transition: all 0.3s ease;
}

#gallery-detail-section-1 .img-wrapper:hover .gallery-info {
    bottom: 0;
}

#gallery-detail-section-1 .img-title h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    padding-bottom: 10px;
}

#gallery-detail-section-1 .img-title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #fff;
}

#gallery-detail-section-1 .gallery-wrapper .weta-icerik-tag {
    text-align: center;
    margin-bottom: 50px;
}

#parallax-1 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    border-radius: 30px;
}

#parallax-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
}

#parallax-1 .container {
    position: relative;
    z-index: 2;
}

#parallax-1 .rg-wrapper {
    position: relative;
    padding-left: 50px;
}

#parallax-1 .rg-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--site-color);
    box-shadow: 0 0 15px var(--site-color);
}

#parallax-1 .weta-parallax-tag {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800 !important;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#parallax-1 .parallax-description {
    position: relative;
}

#parallax-1 .parallax-description p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 800px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#parallax-1 .btn-color {
    background: transparent;
    border: 2px solid var(--site-color);
    color: #fff;
    padding: 15px 35px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

#parallax-1 .btn-color:hover {
    background: var(--site-color);
    color: #fff;
}

.page-breadcrumb {
    height: 50px;
    background: #f5f5f5 !important;
    margin-bottom: 0;
    position: relative;
}
.page-breadcrumb .relative-title .page-name{
    display: none !important;
}

.page-breadcrumb .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.page-breadcrumb .title-holder {
    width: 100%;
}

.page-breadcrumb .relative-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-breadcrumb .page-name span {
    color: #333 !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 14px !important;
}

.page-breadcrumb .page-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-breadcrumb .relative-title .page-list .arrow-breadcrumb {
    color: #333 !important;
}

.page-breadcrumb .relative-title .page-name span {
    display: none;
}

.page-breadcrumb .page-list a {
    color: #333 !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-breadcrumb .page-list a:hover {
    color: #666 !important;
}

.page-breadcrumb .arrow-breadcrumb {
    color: #333 !important;
    font-size: 12px !important;
    opacity: 0.7;
}

#page-detail-section-2 .rgw video {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

#page-detail-section-2 .rgw video:hover {
    transform: translateY(-5px);
}
#bottom-footer #legal-policy,
.section-top-bar #right_end-bar{
    display: none !important;
}

.section-top-bar #left-bar,
.section-top-bar #right-bar{
    width: 50% !important;
}

@media(min-width:768px){
    #bottom-footer .col-md-3.text-start{
        width: 75% !important;
    }
    #page-detail-section-1 .rexa-content,
    #page-detail-section-2 .rexa-content,
    #page-detail-section-3 .rexa-content {
        padding: 50px 0;
    }
    #page-detail-section-2 .rexa-gorseller{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:768px){
    #slider-1 .weta-slider-tag{
        text-align: left !important;
    }
    #slider-1 .weta-slider-buttons{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    #slider-1 .weta-slider-buttons .btn-color{
        font-size: 15px !important;
        min-width: 160px !important;
        margin: 0px !important;
    }
    #gallery-detail-section-1 #image-gallery .custom-col,
    #gallery-detail-section-3 #image-gallery .custom-col{
        width: 100% !important;
    }
    #parallax-1 .rg-wrapper {
    padding-left: 20px;
    }
    #parallax-1 .weta-parallax-tag{
        font-size: 1.5rem !important;
    }
    #parallax-1 .parallax-description p{
        font-size: 13px !important;
    }
    #parallax-1 .btn-color{
        font-size: 15px !important;
    }
    #parallax-1{
        margin: 10px !important;
        max-height: 500px !important;
        height: 500px !important;
    }
}

#gallery-detail-section-3 .img-wrapper{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#gallery-detail-section-3 .gallery-info{
    padding: 0px 20px;
}
.form-section .rexa-content .pageContent-Body{
    margin-top: 10px;
}