.basliklar {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0px;
}

.bakim-card,
.bakim-card img {
    aspect-ratio: 2/1.33 !important;
    object-fit: cover;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #f7f6f4;
    color: #1d1e25;
}

.services-section {
    width: 100%;
    padding: 0 6px 14px;
}

/* BAŞLIK */

.services-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -1px;
}

.services-description {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.55;
    color: #686a70;
    margin-bottom: 28px;
}

/* BUTON */

.all-services-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1d1e25;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.all-services-btn:hover {
    background: #30313a;
}

/* GRID */

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/* KART */

.service-card {
    min-height: 205px;
    border: 1px solid #d8d6d2;
    border-radius: 16px;
    padding: 20px;
    background: #f8f7f5;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

/* ICON */

.service-icon {
    width: 45px;
    height: 45px;
    border: 1px solid #d7d5d1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-bottom: 18px;
    background: #f2f1ef;
}

/* KART BAŞLIK */

.service-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

/* KART AÇIKLAMA */

.service-card p {
    font-size: 15px;
    line-height: 1.5;
    color: #666870;
    max-width: 500px;
    margin-bottom: 16px;
}

/* LINK */

.appointment-link {
    margin-top: auto;
    text-decoration: none;
    color: #2a2b31;
    font-size: 15px;
    font-weight: 700;
}

.appointment-link span {
    margin-left: 5px;
}

/* KOYU KART */

.service-card.dark-card {
    background: #1d1e25;
    border-color: #1d1e25;
    color: #ffffff;
}

.dark-card .service-icon {
    background: #25262e;
    border-color: #393a42;
    color: #d7a62a;
}

.dark-card h3 {
    color: #ffffff;
}

.dark-card p {
    color: #b7b8bf;
}

.dark-card .appointment-link {
    color: #d7a62a;
}


/* TABLET */

@media (max-width: 768px) {

    .services-title {
        font-size: 30px;
    }

    .services-description {
        font-size: 16px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

}


/* MOBİL */

@media (max-width: 480px) {

    .services-section {
        padding: 20px 15px;
    }

    .services-title {
        font-size: 27px;
    }

    .service-card {
        min-height: 200px;
    }

}

.banner-bilgi {
    color: #dddddd;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.bakim-card {
    position: relative;
    transition: .4s;
}

.bakim-card:hover {
    transition: .4s;
}

.bakim-card-title {
    position: absolute;
    bottom: 1rem;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-left: 1rem;
}

.carousel-item.active {
    border-bottom: #FCC737 6px solid;
}

.mainCarousel .carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.mainCarousel img {
    width: 100%;
    aspect-ratio: 1204/594;
    object-fit: cover;
}

.slider-card {
    backdrop-filter: blur(6px);
    position: absolute;
    padding: 40px;
    bottom: 0;
    width: 50%;
    background-color: #F4F8FB80;
}

.slider-detail {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #383838;
}

.slider-title {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
}

.slider-title span {
    color: #F79009;
}

.carousel-indicators {
    position: absolute;
    right: 4rem !important;
    bottom: 1rem !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end !important;
    padding: 0;
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
    margin-left: 0 !important;
}

.carousel-indicators {
    position: absolute;
    right: 1rem !important;
    bottom: 0rem !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end !important;
    padding: 0;
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
    margin-left: 0 !important;
}

.hizmet-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #344054;
}

.sigorta-banner {
    padding: 50px;
    background-color: #FBFBFB;
}

.sigorta-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #344054;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.sigorta-title2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #f8f9fc;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.carousel-wrap {
    position: relative;
}


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
}


/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.item {
    cursor: pointer;
    transition: .3s !important;
    padding: 40px 0px 40px 0px;
}

.item img {
    padding-bottom: 1rem;
    width: 190px;
    height: 56px;
    transition: .3s !important;
    object-fit: contain;
}

.item img.user {
    padding-bottom: unset !important;
    width: 56px !important;
    border: 4px solid white;
    height: 56px;
    transition: .3s !important;
    object-fit: contain;
    border-radius: 7rem;
}

.slider-hover:hover {
    transition: .3s !important;
    background-color: white;
    box-shadow: 0px 0px 38.23820114135742px 0px #1746A20F;
}

.card-sigorta-title {
    display: none;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    transition: .3s !important;
    padding-bottom: 10px;
}

.slider-hover:hover .card-sigorta-title {
    display: block;
    transition: .3s !important;
}

.tumunu-gor {
    margin-top: 3rem;
    cursor: pointer;
    width: 141px;
    height: 52px;
    padding: 15px, 24px, 15px, 24px;
    gap: 10px;
    background-color: #FCC737;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.tumunu-gor:hover {
    border: 1px solid #FDB827;
    background: transparent !important;
    transition: .4s;
}

.tumunu-gor2 {
    margin-top: 3rem;
    cursor: pointer;
    width: 141px;
    height: 52px;
    padding: 15px, 24px, 15px, 24px;
    gap: 10px;
    background-color: #FCC737;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.tumunu-gor2:hover {
    border: 1px solid #FDB827;
    background: #ffffff !important;
    transition: .4s;
    color: white;
}

.haber-card {
    box-shadow: 0px 0px 107.80000305175781px 0px #15203714;
    background-color: white;
    border: 2px solid #E6EBF1;
    padding: 15px;
    position: relative;
    transition: .4s;
}

.haber-card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: .4s;
}

.hizmet img {
    width: 79.08px;
    height: 66.92px;
}

.hizmet {
    align-items: center;
    display: flex;
    justify-content: center;
    column-gap: 70px;
}

.anlasma-row {
    row-gap: 2rem;
    margin-top: 3rem !important;
    margin-bottom: 5rem !important;
}

.haber-yazi-button {
    position: relative;
    padding-left: 3rem;
}

.haber-yazi-button::before {
    position: absolute;
    content: "";
    left: 0;
    width: 40px;
    height: 2px;
    background: #FCC737;
    top: 50%;
}

.hizmet::before {
    content: '';
    width: 50% !important;
    border: 1px solid #BABCBF !important;
    height: 1px;
}

.hizmet::after {
    content: '';
    width: 50% !important;
    border: 1px solid #BABCBF !important;
    height: 1px;
}

.card-tarih {
    margin-bottom: -4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.015em;
    color: #7E7E7E;
    margin-top: -10px;
}

.card-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    color: #152037;
}

.card-detail {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #707B93;
}

.haber-yazi {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 3rem !important;
}

.haber-yazi-button {
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
    text-decoration: none;
    color: #000000;
}

.fa-arrow-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.fa-arrow-right:before {
    line-height: 30px;
    vertical-align: middle;
    color: #fff;
}

.owl-nav {
    display: none !important;
}

.yorum-card {
    box-shadow: 0px 0px 12px 0px #1520370a;
    background-color: white;
    height: 194px;
    display: flex;
    align-items: center;
    position: relative;
}

.yorum-card::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 8%;
    transform: translateX(0%);
    border-width: 20px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    filter: drop-shadow(0px 0px 12px #1520370a) !important;
    transform: rotate(135deg);
    -webkit-filter: drop-shadow(0px 0px 12px #1520370a) !important;
}

.yorum-bg {
    background-color: #FBFBFB;
}

.yorum {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #344054;
}

.yorum-title {
    margin-top: 4rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #344054;
}

.haber-bg {
    background-color: white;
    padding: 6rem;
    padding-bottom: 3rem;
}

.user-card {
    padding-top: 25px;
    display: flex;
    align-items: center;
}

.user-card img {
    margin-right: 1rem;
}

.user-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
}

.tumunu-gor-iki {
    margin-top: 4rem;
    background-color: #FDB827 !important;
    border: 1px solid #E6EBF1;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #152037;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 141px;
    height: 52px;
    transition: .4s;
}

.tumunu-gor-iki:hover {
    border: 1px solid #FDB827;
    background: transparent !important;
    transition: .4s;
}

#navbar-phone a {
    display: flex;
    column-gap: 8px;
}

#navbar-email a {
    display: flex;
    column-gap: 8px;
}

.haber-row {
    row-gap: 2rem;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset !important;
}

.hizmet {
    display: flex !important;
}

.hizmets {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .bakim-card:hover {
        transform: unset !important;
        transition: .4s;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
    }

    .haber-yazi {
        margin-top: 2rem !important;
    }

    .basliklar {
        margin-top: 3rem !important;
    }

    .haber-bg {
        padding-top: 0rem;
    }
}

@media only screen and (max-width:768px) {
    .anlasma-row {
        margin-bottom: 3rem !important;
    }

    .hizmet-carousel .item {
        padding-top: 2rem !important;
    }

    .hizmet-carousel .item img {
        height: 6rem !important;
    }

    .anlasma-row {
        row-gap: 0 !important;
    }

    .hizmet {
        display: none !important;
    }

    .hizmets {
        display: block !important;
    }

    .hizmet::before {
        width: 0 !important;
        content: '';
        border: unset !important;
    }

    .hizmet::after {
        width: 0 !important;
        content: '';
        border: unset !important;
    }

    .slider-detail {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        color: #383838;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .slider-card {
        backdrop-filter: blur(6px);
        position: absolute;
        padding: 20px;
        bottom: 0;
        width: 100%;
        background-color: #F4F8FB80;
    }

    .carousel-item img {
        aspect-ratio: 2/1.5 !important;
        object-fit: cover;
    }

    .bakim-card,
    .bakim-card img {
        aspect-ratio: 2/1 !important;
        object-fit: cover;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -3rem !important;
        width: 100%;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: flex-end !important;
        padding: 0;
        margin-right: 0 !important;
        margin-bottom: 1rem !important;
        margin-left: 0 !important;
        justify-content: center !important;
        margin-bottom: 0rem !important;
    }
}


.mainCarousel .carousel-item {
    position: relative;
}

.mainCarousel .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.50) 50%,
            rgba(0, 0, 0, 0.25) 100%);
    z-index: 1;
    pointer-events: none;
}

.mainCarousel .carousel-item img {
    display: block;
    width: 100%;
}

.mainCarousel .carousel-indicators {
    z-index: 2;
}

nav#navbar-fix {
    background-color: rgba(0, 0, 0, 0.1);
}

a.nav-link {
    font-weight: 400 !important;
}

@media (max-width: 768px) {
    .slider-content {
        left: 7%;
        right: 7%;
        max-width: 90%;
    }

    .slider-content h1 {
        font-size: 30px;
    }

    .slider-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .slider-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

.mainCarousel {
    position: relative;
    width: 100%;
}

/* SLIDER */
.mainCarousel .carousel-item {
    position: relative;
}

.mainCarousel .anasayfa-slider-img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    display: block;
}


/* SİYAH GRADIENT OVERLAY */
.mainCarousel .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.90) 0%,
            rgba(0, 0, 0, 0.65) 45%,
            rgba(0, 0, 0, 0.25) 100%);

    z-index: 1;
}


/* SLIDER ÜZERİNDEKİ YAZI */
.slider-content {
    position: absolute;

    top: 50%;
    left: 8%;

    transform: translateY(-50%);

    z-index: 10;

    max-width: 650px;

    color: #fff;
}


/* SLOGAN */
.slider-content h1 {
    margin: 0 0 20px 0;

    font-family: "Montserrat", sans-serif;

    font-size: 52px;
    font-weight: 700;

    line-height: 1.15;

    color: #fff;
}


/* AÇIKLAMA */
.slider-content p {
    margin: 0 0 30px 0;

    font-family: "Poppins", sans-serif;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.6;

    color: #fff;

    max-width: 550px;
}

.slider-btn {
    display: inline-block;
    padding: 13px 30px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    /* border-radius: 4px; */
    transition: all 0.3s ease;
}

.slider-btn2 {
    display: inline-block;
    padding: 13px 30px;
    background: #fac83f;
    color: #000000;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    /* border-radius: 4px; */
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: #000;
    color: #fff;
}

.slider-btn2:hover {
    background: #000;
    color: #d8a20e;
}

/* INDICATORS YAZININ ALTINDA KALMASIN */
.mainCarousel .carousel-indicators {
    z-index: 20;
}


/* MOBİL */
@media (max-width: 768px) {

    .mainCarousel .anasayfa-slider-img {
        height: 500px;
    }

    .slider-content {
        left: 6%;
        right: 6%;
        max-width: 90%;
    }

    .slider-content h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .slider-content p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .slider-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

.google-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    width: 100%;
    padding: 10px 20px;

    background: #f4f3f2;
    color: #2f3338;

    font-family: Arial, sans-serif;
}

/*HEADER*/

.custom-button {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FDB827;
    text-decoration: none;
    /* Remove underline */
    color: black;
    /* Set text color to black */
    border: none;
    /* Remove border */
    cursor: pointer;
}


/*GRİ CONTAİNER*/

.grey-container {
    margin-top: 80px;
    position: relative;
    background: #F4F8FB;
    flex-shrink: 0;
}

.serviceCard {
    aspect-ratio: 2 / 1.5;
}

.grey-container h1 {
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: var(--Neutrals-700, #344054);
    font-kerning: none;
    font-variant-numeric: slashed-zero;
    font-feature-settings: 'ss01'on, 'cv02'on;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.grey-container p {
    padding-bottom: 2rem;
    text-align: center;
    color: var(--Neutrals-500, #707B93);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.otoekspertiz {
    width: 432px;
    height: 432px;
    flex-shrink: 0;
}

.button-container {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.serviceCard {
    position: relative;
    overflow: hidden;
}

.cardOverlay {
    position: absolute;
    bottom: -5rem;
    left: 5%;
    width: 90%;
    background: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .4s;
}

.serviceCard:hover .cardOverlay {
    bottom: 17px;
    transition: .4s;
}

.serviceCardLink {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #152037;
}

.serviceCard:hover {
    transition: .4s;
}

@media only screen and (max-width: 1330px) {
    .cardOverlay {
        position: absolute;
        bottom: -90px;
        left: 5%;
        width: 90%;
        background: white;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: .4s;
    }
}

@media only screen and (max-width:991px) {
    .cardOverlay {
        bottom: 1rem;
    }
}

.stars {
    display: flex;
    gap: 3px;

    font-size: 20px;
    color: #d99a00;
}

.google-rating strong {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.review-text {
    font-size: 14px;
    color: #5f6368;
}

.btns {
    display: flex;
    gap: 15px !important;
}

/* Mobil */

@media (max-width: 600px) {
    .google-rating {
        gap: 8px;
        padding: 10px;
    }

    .stars {
        font-size: 16px;
    }

    .google-rating strong {
        font-size: 16px;
    }

    .review-text {
        font-size: 12px;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #333333;
}

.gallery-section {
    padding: 60px 20px;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Başlık ve Açıklama */
.gallery-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0b1f3a;
    /* Koyu lacivert/mavi tonu */
    margin-bottom: 12px;
}

.gallery-subtitle {
    font-size: 1.1rem;
    color: #666666;
    margin-bottom: 40px;
}

/* Görsel Izgarası (Grid) */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item {
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    aspect-ratio: 4 / 5;
    /* Görsellerin dikey oranını korur */
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Görselin bozulmadan alanı doldurmasını sağlar */
    display: block;
    transition: transform 0.3s ease;
}

/* Hafif büyütme efekti (Opsiyonel) */
.gallery-item:hover img {
    transform: scale(1.03);
}

/* Mobil ve Tablet Uyumlu (Responsive) Ayarlar */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-title {
        font-size: 1.6rem;
    }

    .gallery-subtitle {
        font-size: 1rem;
    }
}

.container-fluid.markalar {
    background-color: #1E1E1C;
    padding: 40px;
}


@media (max-width: 576px) {

    .anasayfa-slider-img {
        height: 500px;
    }

    .slider-content h1 {
        font-size: 26px;
    }

    .slider-content p {
        font-size: 13px;
    }

    .slider-btn,
    .slider-btn2 {
        width: 100%;
        text-align: center;
    }

    .google-rating {
        flex-direction: column;
        text-align: center;
        gap: 5px;
        padding: 15px;
    }

    .sigorta-title,
    .sigorta-title2 {
        font-size: 26px;
        text-align: center;
    }

    .basliklar img {
        max-width: 80px;
    }

    .hizmet {
        display: none;
    }

    .hizmets {
        display: block;
    }

    .yorum-card {
        min-height: auto;
    }

    .footerBottomLinks ul {
        flex-direction: column;
        padding: 0;
        gap: 10px;
    }
}