/* =====================================================
   Sarıbaşlar Otomotiv - Ana Sayfa Özel Stilleri
   ===================================================== */

:root {
    --sb-gold: #c9a227;
    --sb-dark: #14171c;
    --sb-text: #55585f;
    --sb-whatsapp: #25D366;
}

/* ================= HERO SLIDER ================= */
#slider-0 .sliderJs,
#slider-0 .swiper-wrapper {
    height: auto;
}

#slider-0 .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 660px;
    overflow: hidden;
    background: #fff;
}

.page-breadcrumb {
    width: 100%;
    position: relative;
}

.page-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.page-breadcrumb .container {
    position: relative;
    z-index: 2;
}

#slider-0 .swiper-slide>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 78% center;
    z-index: 1;
}

#slider-0 .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, .98) 0%,
            rgba(255, 255, 255, .92) 32%,
            rgba(255, 255, 255, .55) 52%,
            rgba(255, 255, 255, .05) 70%);
    z-index: 2;
}

#slider-0 #sliderView-1 {
    position: relative;
    z-index: 3;
    width: 100%;
}

#slider-0 .slider-contents {
    max-width: 820px;
    padding: 40px 0;
}

#slider-0 .weta-slider-tag {
    font-size: 60px;
    font-weight: 500 !important;
    line-height: 1.18;
    color: var(--sb-dark);
    margin: 0 0 22px;
}

#slider-0 .slider-description p {
    line-height: 1.75;
    color: var(--sb-text) !important;
    max-width: 550px;
    margin-bottom: 40px;
}

#slider-0 .weta-slider-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 !important;
}

#slider-0 .weta-slider-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 24px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    transition: opacity .2s ease, transform .2s ease;
}

#slider-0 .weta-slider-buttons .btn:hover {
    opacity: .88;
    transform: translateY(-2px);
    color: #fff;
}

#slider-0 .weta-slider-buttons .btn:nth-child(1) {
    background: var(--sb-whatsapp);
    color: #fff;
}

#slider-0 .weta-slider-buttons .btn:nth-child(1)::before {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    content: "\f232";
    font-size: 16px;
}

#slider-0 .weta-slider-buttons .btn:nth-child(2) {
    background: var(--sb-gold);
    color: #fff;
}

#slider-0 .weta-slider-buttons .btn:nth-child(3) {
    background: var(--sb-dark);
    color: #fff;
}

#slider-0 .weta-slider-buttons .btn:nth-child(3)::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 13px;
}

/* ================= FEATURE / GALLERY CARDS ================= */
#gallery-detail-section-1 {
    position: relative;
    z-index: 5;
    margin-top: -78px;
    padding-bottom: 40px;
    padding-top: 0px;
}

#gallery-detail-section-1 .gallery-wrapper {
    display: none;
}

#gallery-detail-section-1 #image-gallery .row {
    background: #fff;
    margin: 0;
    border-radius: 6px;
    box-shadow: 0 25px 55px rgba(20, 23, 28, .14);
    overflow: hidden;
}

#gallery-detail-section-1 #image-gallery .custom-col {
    position: relative;
    padding: 20px 25px 5px;
    border-right: 1px solid #ececec;
}

#gallery-detail-section-1 #image-gallery .custom-col:last-child {
    border-right: none;
}

#gallery-detail-section-1 #image-gallery .img-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}

#gallery-detail-section-1 #image-gallery .gallery-img {
    flex: 0 0 auto;
    margin-bottom: 0;
}

#gallery-detail-section-1 #image-gallery .gallery-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

#gallery-detail-section-1 #image-gallery .gallery-img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

#gallery-detail-section-1 #image-gallery .gallery-info .img-title .weta-icerik-tag {
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: var(--sb-dark);
    margin-bottom: 10px;
}

#gallery-detail-section-1 #image-gallery .gallery-info .img-description p {
    margin: 0;
    font-size: 14px !important;
    line-height: 1.65;
    color: #797d84;
}

/* ================= NEDEN SARIBAŞLAR OTOMOTİV ================= */
#page-detail-section-97,
#page-detail-section-97 .container-fluid {
    padding: 0;
}

#page-detail-section-97 .row {
    align-items: stretch;
    min-height: 540px;
    margin: 0;
}

#page-detail-section-97 .rexa-content.content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 2% 60px 9%;
}

#page-detail-section-97 .weta-icerik-tag {
    position: relative;
    font-weight: 700;
    color: var(--sb-dark);
    padding-bottom: 18px;
    margin: 0 0 8px;
}

#page-detail-section-97 .weta-icerik-tag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background: var(--sb-gold);
}

.why-description {
    max-width: 440px;
    margin: 20px 0 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 24px;
}

.stat-item {
    text-align: left;
}

.stat-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 5px;
    font-size: 28px;
    color: var(--sb-text);
    margin-bottom: 16px;
}

.stat-item h3 {
    font-size: 28px;
    font-weight: 500 !important;
    color: var(--sb-dark);
    margin: 0 0 4px;
}

.stat-item span {
    font-size: 13px;
    color: var(--sb-text);
}

#page-detail-section-97 .rexa-gorseller.gorsel-right {
    padding: 0;
    position: relative;
}

#page-detail-section-97 .rg-wrapper,
#page-detail-section-97 .rgw {
    height: 100%;
}

#page-detail-section-97 .rgw img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}

#page-detail-section-97 .vehicle-sales p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--sb-text);
    max-width: 440px;
    margin: 20px 0 0;
}

#page-detail-section-97 .vehicle-sales p:last-of-type {
    margin-bottom: 32px;
}

#page-detail-section-97 .sales-features {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

#page-detail-section-97 .feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex: 1 1 130px;
}

#page-detail-section-97 .feature-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sb-gold);
    font-size: 28px;
}

#page-detail-section-97 .feature-item h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--sb-dark);
    margin: 0;
}

@media (max-width: 575px) {
    #page-detail-section-97 .sales-features {
        gap: 24px 18px;
    }
}

/* ================= ARAÇLARIMIZI İNCELEYİN (97'NİN AYNASI) ================= */

#page-detail-section-99 .row {
    align-items: stretch;
    min-height: 540px;
    margin: 0;
}

#page-detail-section-99 .rexa-content.content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 9% 60px 2%;
}

#page-detail-section-99 .weta-icerik-tag {
    position: relative;
    font-weight: 700;
    color: var(--sb-dark);
    padding-bottom: 18px;
    margin: 0 0 8px;
}

#page-detail-section-99 .weta-icerik-tag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background: var(--sb-gold);
}

#page-detail-section-99 .sahibinden-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--sb-text);
    max-width: 440px;
    margin: 20px 0 32px;
}

#page-detail-section-99 .weta-buttons p {
    margin: 0;
}

#page-detail-section-99 .weta-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--sb-dark);
    color: #fff;
    padding: 14px 26px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
}

#page-detail-section-99 .weta-buttons .btn:hover {
    opacity: .88;
    transform: translateY(-2px);
    color: #fff;
}

#page-detail-section-99 .weta-buttons .btn::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
}

#page-detail-section-99 .rexa-gorseller.gorsel-left {
    padding: 0;
    position: relative;
}

#page-detail-section-99 .rg-wrapper,
#page-detail-section-99 .rgw {
    height: 100%;
}

#page-detail-section-99 .rgw img {
    width: 100%;
    height: 100%;
    object-position: left;
    object-fit: cover;
    clip-path: polygon(0 0, 75% 0, 85% 100%, 0 100%);
}

/* ================= FİLO ÇÖZÜMLERİ + SERVİS BAKIM (YAN YANA) ================= */
.main {
    display: flex;
    flex-wrap: wrap;
}

.main>.pageDetailContent,
.main>.pageSliderContent {
    flex: 0 0 100%;
    max-width: 100%;
}

#page-detail-section-98 {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 !important;
}

#gallery-detail-section-2 {
    flex: 0 0 40%;
    max-width: 40%;
}

/* --- Sol: Şirketiniz İçin Akıllı Filo Çözümleri --- */
#page-detail-section-98 .container-fluid {
    height: 100%;
    padding: 0;
}

#page-detail-section-98 .row {
    position: relative;
    height: 100%;
    min-height: 560px;
    margin: 0;
    overflow: hidden;
}

#page-detail-section-98 .rexa-gorseller.gorsel-right {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100%;
    flex: none;
    padding: 0;
    z-index: 1;
}

#page-detail-section-98 .rg-wrapper,
#page-detail-section-98 .rgw {
    height: 100%;
}

#page-detail-section-98 .rgw img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page-detail-section-98 .rexa-content.content-left {
    position: relative;
    z-index: 2;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 6%;
    background: linear-gradient(100deg, rgba(10, 10, 10, .94) 0%, rgba(10, 10, 10, .75) 35%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
}

#page-detail-section-98 .weta-icerik-tag {
    color: #fff;
    line-height: 1.3;
    margin: 0 0 18px;
}

#page-detail-section-98 .fleet-description {
    font-size: 14px;
    line-height: 1.7;
    color: #d6d6d6 !important;
    max-width: 440px;
    margin: 0 0 22px;
}

#page-detail-section-98 .fleet-features {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

#page-detail-section-98 .fleet-features li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #eaeaea !important;
}

#page-detail-section-98 .fleet-features li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
    color: var(--sb-gold);
}

#page-detail-section-98 .weta-buttons p {
    margin: 0;
}

#page-detail-section-98 .weta-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--sb-gold);
    color: #fff;
    padding: 14px 26px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
}

#page-detail-section-98 .weta-buttons .btn::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
}

/* --- Sağ: Servis & Bakım Hizmetlerimiz --- */
#gallery-detail-section-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f4f4f4;
    padding: 0 3%;
}

#gallery-detail-section-2 .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

#gallery-detail-section-2 .gallery-wrapper {
    display: contents;
}

#gallery-detail-section-2 .gallery-wrapper>.weta-icerik-tag {
    order: 1;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: var(--sb-dark);
    padding-bottom: 30px;
    margin: 0 0 50px;
}

#gallery-detail-section-2 .gallery-wrapper>.weta-icerik-tag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background: var(--sb-gold);
}

#gallery-detail-section-2 #image-gallery {
    order: 2;
}

#gallery-detail-section-2 .galleryDescription {
    order: 3;
    margin-top: 32px;
}

#gallery-detail-section-2 .galleryDescription .weta-buttons p {
    margin: 0;
}

#gallery-detail-section-2 .galleryDescription .weta-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--sb-dark);
    color: #fff;
    padding: 14px 26px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
}

#gallery-detail-section-2 .galleryDescription .weta-buttons .btn:hover {
    opacity: .88;
    transform: translateY(-2px);
    color: #fff;
}

#gallery-detail-section-2 .galleryDescription .weta-buttons .btn::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
}

#gallery-detail-section-2 #image-gallery .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 30%;
    margin: 0;
}

#gallery-detail-section-2 #image-gallery .custom-col {
    width: auto;
    max-width: none;
    flex: none;
    padding: 0;
    border: none;
    text-align: center;
}

#gallery-detail-section-2 #image-gallery .img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#gallery-detail-section-2 #image-gallery .gallery-img {
    margin-bottom: 14px;
}

#gallery-detail-section-2 #image-gallery .gallery-img img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

#gallery-detail-section-2 #image-gallery .gallery-info .img-title .weta-icerik-tag {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: var(--sb-dark);
    padding: 0;
    margin: 0;
}

#gallery-detail-section-2 #image-gallery .gallery-info .img-title .weta-icerik-tag::after {
    display: none;
}

#gallery-detail-section-2 #image-gallery .img-description {
    display: none;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {

    #page-detail-section-99 .rgw img {
        object-position: 19% 0 !important;
    }

    #gallery-detail-section-2 .galleryDescription .weta-buttons .btn {
        margin-bottom: 30px;
        margin-top: -30px;
    }

    #gallery-detail-section-2 .container {
        align-items: center;
    }

    #slider-0 .swiper-slide {
        min-height: auto;
        padding: 60px 0 220px;
    }

    #slider-0 .swiper-slide::before {
        background: rgba(255, 255, 255, .93);
    }

    #slider-0 .slider-contents {
        max-width: 100%;
    }

    #slider-0 .weta-slider-tag {
        font-size: 34px;
    }

    #gallery-detail-section-1 {
        margin-top: -120px;
    }

    #image-gallery .custom-col {
        border-right: none;
        border-bottom: 1px solid #ececec;
    }

    #image-gallery .custom-col:last-child {
        border-bottom: none;
    }

    #page-detail-section-97 .row {
        min-height: auto;
    }

    #page-detail-section-97 .rexa-gorseller.gorsel-right {
        min-height: 320px;
    }

    #page-detail-section-97 .rgw img {
        clip-path: none;
    }

    #page-detail-section-99 .row {
        min-height: auto;
    }

    #page-detail-section-99 .rexa-gorseller.gorsel-left {
        min-height: 320px;
    }

    #page-detail-section-99 .rgw img {
        clip-path: none;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #page-detail-section-98,
    #gallery-detail-section-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #page-detail-section-98 .row {
        min-height: 420px;
    }

    #page-detail-section-97 .feature-item h4 {
        font-size: 14px;
    }

    #page-detail-section-98 .rexa-content.content-left {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        background: linear-gradient(180deg, rgba(10, 10, 10, .55) 0%, rgba(10, 10, 10, .9) 45%, rgba(10, 10, 10, .95) 100%);
        padding: 40px 2%;
    }

    #gallery-detail-section-2 #image-gallery .row {
        width: 100%;
    }
}

@media (max-width: 575px) {
    #slider-0 .weta-slider-buttons {
        flex-direction: column;
        align-items: center;
    }

    #slider-0 .weta-slider-buttons .btn {
        min-width: 235px;

        justify-content: center;
    }
}

@media (min-width: 1600px) {
    .container {
        min-width: 1620px;
    }
}

.footer-map-section iframe,
.footer-map-section {
    max-height: 200px !important;
}

.footer img {
    height: 200px !important;
}

@media (min-width: 992px) {
    .footer #footer-col:first-of-type {
        align-items: center;
    }

    #page-detail-section-99,
    #page-detail-section-99 .container-fluid {
        padding: 0;
    }

    #page-19 #page-detail-section-99 .row,
    #page-18 #page-detail-section-99 .row {
        max-height: 350px;
    }

    #page-19 #page-detail-section-99 .rgw .img,
    #page-18 #page-detail-section-99 .rgw img {
        height: 62%;
        max-height: 62%;
    }

    #page-19 #page-detail-section-99 .rexa-content.content-right,
    #page-18 #page-detail-section-99 .rexa-content.content-right {
        height: 550px;
        max-height: 550px;
    }

    .logo img {
        max-height: 110px !important;
    }

    .section-header.fixed {
        align-content: center;
        height: 85px !important;
    }

    .section-header.fixed .logo img {
        max-height: 85px !important;
    }

    #allteklifPopup #button-alani {
        margin-top: -120px;
        justify-content: end;
    }
}

#page-detail-section-99 {
    padding: 0 !important;
}

/* ================= MÜŞTERİLERİMİZ NE DİYOR (YORUMLAR) ================= */
#html-section-1 {
    background: #f4f4f4;
    padding: 70px 0;
    overflow: hidden;
}

.testimonials-section {
    position: relative;
}

.testimonials-header {
    position: relative;
    margin-bottom: 40px;
}

.testimonials-header .weta-icerik-tag {
    font-size: 28px;
    font-weight: 700;
    color: var(--sb-dark);
    text-align: left;
    margin: 0;
}

.testimonials-quote-icon {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 70px;
    color: #e3e3e3;
    z-index: 0;
}

.testimonialsSwiper {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.testimonial-card {
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 32px 28px;
    box-shadow: 0 15px 35px rgba(20, 23, 28, .06);
}

.testimonial-stars {
    color: var(--sb-gold);
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.75;
    color: #55585f;
    font-style: italic;
    margin: 0 0 22px;
}

.testimonial-author {
    font-size: 15px;
    font-weight: 700;
    color: var(--sb-dark);
}

.testimonialsSwiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.testimonialsSwiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #d6d6d6;
    opacity: 1;
}

.testimonialsSwiper .swiper-pagination-bullet-active {
    background: var(--sb-gold);
}

@media (max-width: 575px) {
    .testimonials-quote-icon {
        font-size: 46px;
        top: -55px;
    }
}

/* ================= KURUMSAL TEKLİF TALEP ET (FORM) ================= */
#contactForm-2 {
    padding: 70px 0;
}

#contactForm-2 .row {
    margin: 0;
    align-items: stretch;
}

#contactForm-2 .col-md-6.rexa-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 0px 8% 50px 0;
}

#contactForm-2 .rexa-content .weta-icerik-tag {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: var(--sb-dark);
    padding-bottom: 20px;
    margin: 0 0 12px;
}

#contactForm-2 .rexa-content .weta-icerik-tag:not(:empty)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background: var(--sb-gold);
}

#contactForm-2 .contactCenter {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#contactForm-2 .contact-group {
    display: flex;
    flex-direction: column;
    margin-left: 45px;
    gap: 26px;
}

#contactForm-2 .contact-oge p,
#contactForm-2 .contact-oge a {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: var(--sb-dark);
    text-decoration: none;
}

#contactForm-2 .contact-oge .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: #f4f4f4;
    color: var(--sb-gold);
    font-size: 18px;
    margin-left: -45px;
}

#contactForm-2 .contact-oge .icon i {
    margin-right: 0 !important;
}

#contactForm-2 .contact-oge a.whatsapp-contact {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin-top: 6px;
    font-size: 17px;
    color: #55585f !important;
}

#contactForm-2 .contact-oge a.whatsapp-contact span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: #f4f4f4;
    color: var(--sb-gold);
    font-size: 20px;
}

#contactForm-2 .col-md-6.contact-form {
    background: #242424;
    border-radius: 10px;
    padding: 45px 45px 40px;
}

#contactForm-2 .contact-form .weta-icerik-tag {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 30px;
}

#contactForm-2 .form-description:empty {
    display: none;
}

#contactForm-2 form .row {
    margin: 0 -8px;
    justify-content: flex-start;
}

#contactForm-2 form .row>div {
    padding: 0 8px;
}

#contactForm-2 .custom-label {
    display: block;
    transform: none;
    font-size: 12px;
    color: #d6d6d6;
    font-weight: 500;
    margin-bottom: 6px;
}

#contactForm-2 .form-control.form-input {
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 13px 16px;
    color: var(--sb-dark);
    font-size: 14px;
}

#contactForm-2 .form-control.form-input:focus {
    outline: none;
    border-color: var(--sb-gold);
    background: #303030;
    box-shadow: none;
    color: #fff;
}

#contactForm-2 textarea.form-control {
    resize: vertical;
    min-height: 110px;
}

#contactForm-2 form .row br {
    display: none;
}

#contactForm-2 .g-recaptcha {
    display: flex;
    justify-content: flex-start;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
    align-items: center;
}

#contactForm-2 .form-button {
    flex: 1 1 auto;
    max-width: none;
    width: auto;
    margin-left: auto;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

#contactForm-2 .form-button .btn.btn-color {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--sb-gold);
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    transition: opacity .2s ease, transform .2s ease;
}

#contactForm-2 .form-button .btn.btn-color::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
}

#contactForm-2 .form-button .btn.btn-color:hover {
    opacity: .88;
    transform: translateY(-2px);
    color: #fff;
}

@media (max-width: 575px) {
    #contactForm-2 .col-md-6.contact-form {
        padding: 32px 22px;
    }
}

/* ================= HAYALİNİZDEKİ ARACI BİRLİKTE BULALIM (PARALLAX) ================= */
#parallax-1 {
    position: relative;
    display: flex;
    align-items: center;
}

#parallax-1::before {
    background: linear-gradient(100deg, rgba(10, 10, 10, .88) 0%, rgba(10, 10, 10, .6) 45%, rgba(10, 10, 10, .2) 100%) !important;
    opacity: 1 !important;
}

#parallax-1 .container {
    position: relative;
    z-index: 2;
}

#parallax-1 .parallax-title .weta-parallax-tag {
    color: #fff !important;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.28;
    margin: 0 0 20px;
}

#parallax-1 .parallax-description p {
    color: #e6e6e6 !important;
    font-size: 16px;
    max-width: 1000px;
    line-height: 1.8;
    margin: 0 0 30px;
}

#parallax-1 .parallax-description .btn.btn-primary {
    position: absolute;
    right: 1%;
    top: 50%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--sb-gold);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
}

#parallax-1 .parallax-description .btn.btn-primary::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
}

#parallax-1 .parallax-description .btn.btn-primary:hover {
    opacity: .88;
    transform: translateY(-2px);
    color: #fff;
}

@media (max-width: 575px) {
    #parallax-1 {
        min-height: 380px;
    }

    #parallax-1 .parallax-title .weta-parallax-tag {
        font-size: 28px;
        text-align: center;
    }

    #parallax-1 .parallax-description p {
        text-align: center;
    }
}

/* ================= TEKLİF İSTE (SABİT BUTON) ================= */
.product-fixed-element {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}

.product-fixed-element .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 65px;
    padding: 15px 10px;
    background: var(--sb-dark);
    color: #fff;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    transition: background .25s ease, padding .25s ease;
}


.product-fixed-element .content #info {
    font-size: 25px;
    line-height: 1;
}

.product-fixed-element .content .text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.35;
}

.product-fixed-element .content #arrow {
    font-size: 14px;
    line-height: 1;
    transform: rotate(-90deg);
}

.product-fixed-element:hover .content {
    background: var(--sb-gold);
    padding-left: 14px;
    padding-right: 14px;
}

@media (max-width: 575px) {
    .product-fixed-element .content {
        width: 60px;
        padding: 15px 10px;
        gap: 10px;
    }

    .product-fixed-element .content #info {
        font-size: 20px;
    }

    .product-fixed-element .content .text {
        font-size: 12px;
    }

    .product-fixed-element .content #arrow {
        font-size: 16px;
    }
}

/* ================= TEKLİF AL MODAL ================= */
#allteklifPopup .modal-dialog {
    max-width: 700px;
}

#allteklifPopup .modal-content {
    background: #f4f4f4;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

#allteklifPopup .modal-header {
    background: #1c1c1c;
    border-bottom: 1px solid #333;
    padding: 20px 28px;
}

#allteklifPopup .modal-title {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .5px;
}

#allteklifPopup .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: .75;
}

#allteklifPopup .btn-close:hover {
    opacity: 1;
}

#allteklifPopup .modal-body {
    padding: 28px;
}

#allteklifPopup .modal-body::-webkit-scrollbar {
    width: 6px;
}

#allteklifPopup .modal-body::-webkit-scrollbar-thumb {
    background: var(--sb-gold);
    border-radius: 3px;
}

#allteklifPopup .first-text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 0 24px;
}

#allteklifPopup form>.content {
    margin: 0;
}

#allteklifPopup form>.content h3:empty,
#allteklifPopup form>.content p:empty {
    display: none;
    margin: 0;
}

#allteklifPopup form .row {
    margin: 0 -8px;
}

#allteklifPopup form .row>div {
    padding: 0 8px;
}

#allteklifPopup .custom-label {
    display: block;
    font-size: 12px;
    color: var(--sb-dark);
    font-weight: 500;
    margin-bottom: 6px;
    transform: none;
}

#allteklifPopup .form-control.form-input {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 12px 14px;
    color: var(--sb-dark);
    font-size: 14px;
}

#allteklifPopup .form-control.form-input:focus {
    outline: none;
    border-color: var(--sb-gold);
    box-shadow: none;
}

#allteklifPopup textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

#allteklifPopup #approve-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

#allteklifPopup #approve-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: var(--sb-gold);
    cursor: pointer;
}

#allteklifPopup #approve-checkbox label {
    font-size: 13px;
    margin: 0;
    cursor: pointer;
}

#allteklifPopup .g-recaptcha {
    display: flex;
    justify-content: start;
    margin-bottom: 18px !important;
}

#allteklifPopup #button-alani {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

#allteklifPopup #button-alani .btn.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    padding: 13px 26px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
}

#allteklifPopup #button-alani #submitButton {
    background: var(--sb-gold);
    color: #fff;
}

#allteklifPopup #button-alani #submitButton::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
}

#allteklifPopup #button-alani #clearButton {
    background: var(--sb-dark);
    color: #fff;
    border: 1px solid var(--sb-dark) !important;
}

#allteklifPopup #button-alani .btn.btn-primary:hover {
    opacity: .88;
    transform: translateY(-2px);
    color: #fff;
}

#allteklifPopup #button-alani .second-text {
    display: none;
}

@media (max-width: 575px) {
    #allteklifPopup .modal-header {
        padding: 16px 20px;
    }

    #allteklifPopup .modal-body {
        padding: 20px;
    }

    #allteklifPopup #button-alani .btn.btn-primary {
        width: 100%;
        justify-content: center;
    }

    .pageSliderContent#slider-0 .sliderJs,
    .pageSliderContent#slider-0 .sliderJs .swiper-wrapper,
    .pageSliderContent#slider-0 .sliderJs .swiper-slide {
        max-height: 100vh !important;
        height: 100vh !important;
    }
}

/* ================= HEADER "ARAÇLARI İNCELE" BUTONU (JS İLE EKLENİR) ================= */
.section-header #navigation ul.navbar li.header-cta-li {
    display: flex;
    align-items: center;
    line-height: normal;
    margin-left: 20px;
}

.section-header .header-cta-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: var(--sb-gold);
    color: #fff !important;
    border-radius: 4px;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    line-height: normal;
    transition: opacity .2s ease, transform .2s ease;
}

.section-header .header-cta-btn i {
    font-size: 12px;
}

.section-header .header-cta-btn:hover {
    opacity: .88;
    transform: translateY(-2px);
    color: #fff !important;
}

@media (max-width: 991px) {
    .section-header .header-cta-btn {
        margin-left: -20px;
    }

    #parallax-1 .parallax-description .btn.btn-primary {
        position: relative;
        right: -20%;
    }

    #gallery-detail-section-2 {
        padding: 30px 2% 10px 2% !important;
    }

    #contactForm-2,
    #page-detail-section-99 .rexa-content.content-right {
        padding: 0px 2% 60px 2%;
    }

    #slider-0 .slider-description p {
        color: #fff !important;
        text-shadow: 1px 1px 4px rgba(80, 80, 80, 0.45);
    }

    .logo img {
        max-height: 70px !important;
    }

    .section-header.fixed .logo img {
        max-height: 65px !important;
    }
}

.loader img {
    max-height: 150px;
}

.footer .col-md-4 p {
    display: none;
}

/* ================= SERVİS & BAKIM HİZMETLERİ ================= */
#page-detail-section-103 .weta-icerik-tag {
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    color: var(--sb-dark);
    padding-bottom: 18px;
    margin: 0 0 8px;
}

#page-detail-section-103 .weta-icerik-tag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background: var(--sb-gold);
}

#page-detail-section-103 .weta-description p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--sb-text);
    max-width: 480px;
    margin: 20px 0 0;
}

#page-detail-section-103 .rexa-content.content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 2% 60px 9%;
}

#page-detail-section-103 .rgw img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 25px 55px rgba(20, 23, 28, .14);
}

/* ================= NEDEN SARIBAŞLAR SERVİS? ================= */
#page-detail-section-104 .weta-icerik-tag {
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    color: var(--sb-dark);
    padding-bottom: 18px;
    margin: 0 0 8px;
}

#page-detail-section-104 .weta-icerik-tag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background: var(--sb-gold);
}

#page-detail-section-104 .rexa-content.content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 9% 60px 2%;
}

#page-detail-section-104 .rgw img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 25px 55px rgba(20, 23, 28, .14);
}

.why-service {
    margin-top: 20px;
}

.service-list {
    list-style: none;
    margin-bottom: 40px;
    padding: 0;
}

.service-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
}

.service-list li span {
    font-size: 15px;
    line-height: 1.6;
    color: var(--sb-text);
}

.service-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--sb-gold);
}

/* ================= HİZMETLERİMİZ (GALERİ) ================= */
#gallery-detail-section-4 {
    padding: 70px 0;
    background: #f4f4f4;
}

#gallery-detail-section-4 .gallery-wrapper {
    position: relative;
    margin-bottom: 40px;
}

#gallery-detail-section-4 .gallery-wrapper .weta-icerik-tag {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: var(--sb-dark);
    padding-bottom: 18px;
    margin-bottom: 20px;
}

#gallery-detail-section-4 .gallery-wrapper .weta-icerik-tag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background: var(--sb-gold);
}

#gallery-detail-section-4 #image-gallery .row {
    margin: 0 -10px;
}

#gallery-detail-section-4 #image-gallery .custom-col {
    padding: 0 10px;
    margin-bottom: 20px;
}

#gallery-detail-section-4 #image-gallery .img-wrapper {
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 26px 22px;
    box-shadow: 0 15px 35px rgba(20, 23, 28, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}

#gallery-detail-section-4 #image-gallery .img-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(20, 23, 28, .12);
}

#gallery-detail-section-4 #image-gallery .gallery-img {
    margin-bottom: 18px;
}

#gallery-detail-section-4 #image-gallery .gallery-img img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

#gallery-detail-section-4 #image-gallery .gallery-info .img-title .weta-icerik-tag {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .2px;
    color: var(--sb-dark);
    padding: 0;
    margin: 0 0 10px;
}

#gallery-detail-section-4 #image-gallery .gallery-info .img-title .weta-icerik-tag::after {
    display: none;
}

#gallery-detail-section-4 #image-gallery .gallery-info .img-description p {
    margin: 0;
    font-size: 14px !important;
    line-height: 1.65;
    color: #797d84;
}

@media (max-width: 767px) {
    #gallery-detail-section-4 .custom-col.image {
        width: 50% !important;
    }
}

@media (max-width: 480px) {
    #gallery-detail-section-4 .custom-col.image {
        width: 100% !important;
    }
}

@media (max-width: 991px) {

    #page-detail-section-103 .rexa-content.content-left,
    #page-detail-section-104 .rexa-content.content-right {
        padding: 40px 2%;
    }
}