 .footer-category-widget .category-list {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 .footer-category-widget .category-list>li {
     margin-bottom: 18px;
 }

 .footer-category-widget .category-list>li:last-child {
     margin-bottom: 0;
 }
.top-product-img{
    height: 470px !important;
    object-fit: contain !important;
    width: 100% !important;
    padding: 40px !important;
    background-color: #f8f8f7 !important;
    border: 1px solid #ececec !important;
}
 .footer-category-widget .category-list>li>a {
     display: block;
     font-size: 22px;
     font-weight: 600;
     line-height: 1.4;
     color: var(--white);
     margin-bottom: 18px;
 }
.referansdiv {
    display: flex !important;
    align-items: stretch !important;
    gap: 32px !important;
    margin-bottom: 40px !important;
}

    .referansdiv .tdborder {
        width: 220px !important;
        min-width: 220px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: stretch !important;
        background: #fff !important;
        border-radius: 20px !important;
        border: 1px solid rgba(0,0,0,0.06) !important;
        box-shadow: 0 10px 28px rgba(0,0,0,0.06) !important;
        padding: 24px !important;
    }
 
.pdf-gallery {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    margin-top: 30px;
}

.pdf-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-decoration: none !important;
    transition: all .35s ease;
    overflow: hidden;
}

    .pdf-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.10);
    }

.pdf-card-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 18px;
    background: #ba092a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

.pdf-card-content {
    flex: 1;
}

    .pdf-card-content h3 {
        margin: 0 0 8px 0;
        font-size: 20px;
        line-height: 1.4;
        color: #111;
        font-weight: 700;
    }

    .pdf-card-content span {
        font-size: 15px;
        color: #666;
        transition: all .3s ease;
    }

.pdf-card:hover .pdf-card-content span {
    color: #ba092a;
}

.pdf-card-arrow {
    font-size: 20px;
    color: #ba092a;
    transition: all .3s ease;
}

.pdf-card:hover .pdf-card-arrow {
    transform: translateX(6px);
}

@media(max-width:768px) {

    .pdf-gallery {
        grid-template-columns: 1fr;
    }

    .pdf-card {
        padding: 20px;
        gap: 16px;
    }

    .pdf-card-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        font-size: 24px;
    }

    .pdf-card-content h3 {
        font-size: 17px;
    }
}

 
.referansdiv .referansimg {
    width: 100% !important;
    max-width: 160px !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}

    .referansdiv table {
        flex: 1 !important;
        margin: 0 !important;
        height: 100% !important;
    }
 
.contact-page-custom *:not(i) {
    font-family: "Barlow", sans-serif !important;
}

.contact-page-section {
    padding: 80px 0;
    background: #fff;
}

.contact-page-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 35px;
    align-items: stretch;
}

.contact-info-box {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 22px;
    padding: 42px;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
}

.contact-small-title {
    display: inline-flex;
    margin-bottom: 12px;
    color: #e98712;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
}

.contact-info-box h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    color: #111;
    margin-bottom: 16px;
}

.contact-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 32px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-info-item {
    display: flex;
    gap: 16px;
    padding: 18px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
}

.contact-info-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: #e98712;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.contact-info-item strong {
    display: block;
    font-size: 15px;
    color: #111;
    margin-bottom: 5px;
}

.contact-info-item span,
.contact-info-item a {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    text-decoration: none;
}

    .contact-info-item a:hover {
        color: #e98712;
    }

.contact-map-box {
    min-height: 560px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    border: 1px solid #eeeeee;
}

@media(max-width:991px) {
    .corporate-services-section  .service-card-image img{
        object-fit: cover !important;
        height: 260px !important;
    }

    .service-card-image img{
        object-fit: contain !important;
        height: 260px !important;
    }
    .contact-page-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-info-box {
        padding: 28px;
    }

        .contact-info-box h2 {
            font-size: 30px;
        }

    .contact-map-box {
        min-height: 420px;
    }
}

.service-card-link {
    text-decoration: none !important;
    display: block;
    height: 100%;
}

.modern-service-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;
    transition: all .35s ease;
    height: 100%;
    box-shadow: 0 4px 18px rgba(0,0,0,.04);
}

    .modern-service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 35px rgba(0,0,0,.10);
        border-color: #dcdcdc;
    }

.modern-image-area {
    height: 260px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

    .modern-image-area img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: all .4s ease;
    }

.modern-service-card:hover .modern-image-area img {
    transform: scale(1.04);
}

.modern-service-body {
    padding: 28px;
}

    .modern-service-body h3 {
        font-size: 28px;
        line-height: 1.35;
        font-weight: 700;
        color: #111;
        margin-bottom: 16px;
        font-family: 'Barlow', sans-serif;
    }

    .modern-service-body p {
        font-size: 15px;
        line-height: 1.8;
        color: #666;
        margin-bottom: 24px;
        min-height: 72px;
    }

.service-detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #ba092a;
    transition: all .3s ease;
}

.modern-service-card:hover .service-detail-btn {
    gap: 14px;
}

@media(max-width:991px) {

    .modern-image-area {
        height: 220px;
        padding: 25px;
    }

    .modern-service-body {
        padding: 22px;
    }

        .modern-service-body h3 {
            font-size: 22px;
        }
}

 
.footer-category-widget .category-list > li > a:hover {
    color: var(--theme-color);
}

 .footer-category-widget .sub-category {
     list-style: none;
     margin: 0;
     padding-left: 14px;
     border-left: 1px solid rgba(255, 255, 255, 0.12);
 }

 .footer-category-widget .sub-category li {
     margin-bottom: 6px;
 }

 .footer-category-widget .sub-category li:last-child {
     margin-bottom: 0;
 }

 .footer-category-widget .sub-category li a {
     font-size: 17px;
     line-height: 1.6;
     color: rgba(255, 255, 255, 0.68);
     transition: all 0.3s ease;
 }

 .footer-category-widget .sub-category li a:hover {
     color: var(--theme-color);
     padding-left: 4px;
 }

 @media (max-width: 1199px) {
     .footer-category-widget .category-list>li>a {
         font-size: 15px;
     }

     .footer-category-widget .sub-category li a {
         font-size: 13px;
     }
 }

 
.hero-section-6 {
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    position: relative !important;
    z-index: 99 !important;
}

.header-6 {
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: 0 2px 18px rgba(0,0,0,.03) !important;
}

.mega-menu-wrapper {
    width: 100% !important;
    background: #fff !important;
}

/* ÜST ALAN */
.header-main {
    min-height: 92px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #f1f1f1 !important;
    background: #fff !important;
    padding: 0 !important;
}

.header-logo {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

    .header-logo img {
        width: 255px !important;
        max-height: 65px !important;
        object-fit: contain !important;
    }

/* SAĞ TARAF */
.header-right {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
}

.header-contact-box {
    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
}

.header-contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all .25s ease !important;
}

    .header-contact-item:hover {
        color: #f28c13 !important;
    }

    .header-contact-item i {
        width: 46px !important;
        height: 46px !important;
        border-radius: 50% !important;
        background: #f4f4f4 !important;
        color: #f28c13 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 17px !important;
    }

/* SEARCH + CTA */
.header-right-icon {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
}

.main-header__search {
    width: 56px !important;
    height: 56px !important;
    background: #f5f5f5 !important;
    color: #111 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-size: 18px !important;
    transition: all .25s ease !important;
}

    .main-header__search:hover {
        background: #ededed !important;
    }

.contacts-btn {
    height: 56px !important;
    padding: 0 30px !important;
    background: #1f2328 !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    letter-spacing: .3px !important;
    transition: all .25s ease !important;
}

    .contacts-btn:hover {
        background: #f28c13 !important;
        color: #fff !important;
    }

/* ALT MENÜ */
.mean__menu-wrapper {
    width: 100% !important;
    background: #fff !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 30 !important;
}

.main-menu {
    width: 100% !important;
}

    .main-menu nav > ul {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 42px !important;
        margin: 0 !important;
        padding: 18px 0 !important;
        list-style: none !important;
    }

        .main-menu nav > ul > li {
            position: relative !important;
            list-style: none !important;
        }

            .main-menu nav > ul > li > a {
                color: #151515 !important;
                font-size: 17px !important;
                font-weight: 500 !important;
                line-height: 1.2 !important;
                display: flex !important;
                align-items: center !important;
                gap: 6px !important;
                text-decoration: none !important;
                white-space: nowrap !important;
                transition: all .25s ease !important;
                padding: 0 !important;
                letter-spacing: -.1px !important;
            }

                .main-menu nav > ul > li > a:hover {
                    color: #f28c13 !important;
                }

    /* SUBMENU */
    .main-menu nav ul li .submenu {
        position: absolute !important;
        left: 0 !important;
        top: calc(100% + 18px) !important;
        min-width: max-content !important;
        background: #fff !important;
        padding: 10px 0 !important;
        margin: 0 !important;
        list-style: none !important;
        border-radius: 0 !important;
        box-shadow: 0 14px 35px rgba(0,0,0,.10) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(10px) !important;
        transition: all .25s ease !important;
        z-index: 999 !important;
    }

    .main-menu nav ul li:hover > .submenu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    .main-menu nav ul li .submenu li {
        list-style: none !important;
    }

        .main-menu nav ul li .submenu li a {
            display: block !important;
            padding: 12px 20px !important;
            color: #111 !important;
            font-size: 15px !important;
            font-weight: 500 !important;
            text-decoration: none !important;
            transition: all .2s ease !important;
        }

            .main-menu nav ul li .submenu li a:hover {
                background: #f28c13 !important;
                color: #fff !important;
            }

/* HEADER ALT BOŞLUK SIFIRLA */
header.hero-section-6 + *,
.hero-section-6 + section,
.hero-section-6 + div {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* BANNER BOŞLUKLARI */
.banner,
.hero-banner,
.page-title,
.breadcrumb-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* MOBİL */
@media (max-width: 1399px) {

    .main-menu nav > ul {
        gap: 28px !important;
    }

        .main-menu nav > ul > li > a {
            font-size: 15px !important;
        }

    .header-contact-box {
        gap: 12px !important;
    }

    .header-contact-item {
        font-size: 13px !important;
    }
}

@media (max-width: 1199px) {

    .mean__menu-wrapper,
    .header-contact-box,
    .header-right-icon {
        display: none !important;
    }

    .header-main {
        min-height: 78px !important;
    }

    .header-logo img {
        width: 190px !important;
    }
}

@media (max-width: 575px) {

    .header-main {
        min-height: 72px !important;
    }

    .header-logo img {
        width: 165px !important;
    }
}

 
.product-detail-section {
    background: #ffffff;
}

.product-detail-content {
    padding-right: 10px;
}

.product-detail-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    color: #1e2023;
    margin-bottom: 20px;
}

.product-detail-subtitle {
    font-size: 24px;
    line-height: 1.7;
    color: #6f7680;
    margin-bottom: 24px;
}

.product-detail-text {
    font-size: 17px;
    line-height: 1.9;
    color: #1e2023;
}

    .product-detail-text p {
        margin-bottom: 18px;
    }

.product-detail-image {
    background: #f5f5f5;
    border: 1px solid #ececec;
    border-radius: 24px;
    overflow: hidden;
    padding: 18px;
}

    .product-detail-image img {
        width: 100%;
        display: block;
        border-radius: 18px;
        object-fit: cover;
    }

.product-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sidebar-box {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 10px 35px rgba(30, 32, 35, 0.05);
}

.sidebar-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e2023;
    margin-bottom: 22px;
}

/* Logo Box */
.logo-box-inner {
    background: #f7f7f7;
    border: 1px solid #ededed;
    border-radius: 18px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .logo-box-inner img {
        max-width: 100%;
        max-height: 70px;
        object-fit: contain;
    }

/* PDF Box */
.pdf-file-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #f7f7f7;
    border: 1px solid #ededed;
    border-radius: 18px;
    padding: 18px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .pdf-file-card:hover {
        border-color: #e98712;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(233, 135, 18, 0.10);
    }

.pdf-file-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 14px;
    background: rgba(233, 135, 18, 0.12);
    color: #e98712;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.pdf-file-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .pdf-file-info strong {
        font-size: 24px;
        font-weight: 700;
        color: #1e2023;
        line-height: 1.3;
    }

    .pdf-file-info span {
        font-size: 17px;
        color: #7a8088;
        line-height: 1.4;
    }



@media (max-width: 991.98px) {
    .product-detail-title {
        font-size: 34px;
    }

    .product-detail-subtitle {
        font-size: 20px;
    }

    .sidebar-title {
        font-size: 26px;
    }

    .pdf-file-info strong {
        font-size: 20px;
    }
}

 
.why-us-section {
    padding: 100px 0;
    background: #f4f4f4;
}

 .why-us-intro {
     padding-right: 20px;
 }

 .why-us-badge {
     display: inline-block;
     padding: 8px 16px;
     background-color: #e9edf3;
     color: #1f2937;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 1.6px;
     text-transform: uppercase;
     margin-bottom: 18px;
 }

 .why-us-intro h2 {
     margin-bottom: 20px;
     font-size: 42px;
     line-height: 1.2;
     font-weight: 700;
     color: #111827;
 }
 
.page-header {
    padding: 60px 0 60px;
    background: #f4f4f4;
    color: #000;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.85;
}

    .breadcrumb a {
        color: #000;
        text-decoration: none;
        transition: 0.3s;
    }

        .breadcrumb a:hover {
            opacity: 0.7;
        }

    .breadcrumb span {
        margin: 0 6px;
    }

    .breadcrumb .active {
        font-weight: 600;
        opacity: 1;
    }

.page-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.page-desc {
    max-width: 800px;
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
}

 

.why-us-intro p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.95;
    color: #6b7280;
}

 .why-us-main-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     margin-top: 12px;
     padding: 15px 28px;
     background-color: #111827;
     border: 1px solid #111827;
     color: #ffffff;
     font-size: 14px;
     font-weight: 600;
     letter-spacing: 0.3px;
     text-decoration: none;
     transition: all 0.3s ease;
 }

 .why-us-main-btn:hover {
     background-color: transparent;
     color: #111827;
 }

 .why-us-card-link {
     display: block;
     text-decoration: none;
     color: inherit;
     height: 100%;
 }

 .why-us-card {
     height: 100%;
     min-height: 290px;
     padding: 34px 30px;
     background-color: #ffffff;
     border: 1px solid #dbe2ea;
     box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
     transition: all 0.35s ease;
 }

 .why-us-card-link:hover .why-us-card {
     transform: translateY(-8px);
     box-shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
     border-color: #cfd8e3;
 }

 .why-us-icon {
     width: 68px;
     height: 68px;
     margin-bottom: 26px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #111827;
     color: #ffffff;
     font-size: 24px;
 }

 .why-us-card h3 {
     margin-bottom: 15px;
     font-size: 24px;
     line-height: 1.3;
     font-weight: 700;
     color: #111827;
 }

 .why-us-card p {
     margin-bottom: 24px;
     font-size: 15px;
     line-height: 1.9;
     color: #6b7280;
 }

 .why-us-link-text {
     display: inline-flex;
     align-items: center;
     font-size: 14px;
     font-weight: 600;
     color: #e98712;
     border-bottom: 1px solid #e98712;
     padding-bottom: 4px;
     transition: all 0.3s ease;
 }

 .why-us-card-link:hover .why-us-link-text {
     color: #e98712;
     border-color: #e98712;
 }

 @media (max-width: 991.98px) {
     .why-us-section {
         padding: 80px 0;
     }

     .why-us-intro {
         padding-right: 0;
     }

     .why-us-intro h2 {
         font-size: 34px;
     }
 }

 @media (max-width: 767.98px) {
     .why-us-section {
         padding: 70px 0;
     }

     .why-us-intro h2 {
         font-size: 28px;
     }

     .why-us-intro p {
         font-size: 15px;
         line-height: 1.85;
     }

     .why-us-card {
         min-height: auto;
         padding: 28px 24px;
     }

     .why-us-card h3 {
         font-size: 21px;
     }

     .why-us-icon {
         width: 60px;
         height: 60px;
         font-size: 21px;
         margin-bottom: 22px;
     }
 }

 .brand-text {
     padding: 20px 10px;
     background-color: #f4f4f4;
     display: inline-block;
     text-align: center;
     color: #000;

     box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
     border-right: 1px solid #dbe2ea;
     border-bottom: 1px solid #dbe2ea;

 }

 .corporate-services-section {
     padding: 90px 0;
     background: linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
 }

 .section-heading {
     max-width: 850px;
     margin: 0 auto 55px;
 }

 .section-badge {
     display: inline-block;
     padding: 8px 16px;
     background-color: #e9edf3;
     color: #1f2937;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 1.6px;
     text-transform: uppercase;
     margin-bottom: 18px;
 }

 .section-heading h2 {
     font-size: 42px;
     font-weight: 700;
     color: #111827;
     margin-bottom: 18px;
 }

 .section-heading p {
     font-size: 17px;
     line-height: 1.9;
     color: #6b7280;
 }

 .service-card-link {
     text-decoration: none;
     display: block;
     color: inherit;
 }

 .service-card {
     height: 100%;
     background-color: #ffffff;
     border: 1px solid #dbe2ea;
     box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
     transition: all 0.3s ease;
 }

 .service-card-link:hover .service-card {
     transform: translateY(-8px);
     box-shadow: 0 20px 45px rgba(17, 24, 39, 0.12);
 }
#yarimsag{
    display: none !important;
}

.desc .top-category-img{
    width: 25% !important;
    height: 300px !important;
    object-fit: contain !important  ;
    border: 1px solid #ececec !important;
     border-radius: 18px !important;
     background: #fff !important;
     padding: 20px !important;
}
@media (max-width: 991px) {
    .desc .top-category-img {
        width: 100% !important;
        height: 130px !important;
    }
}
 .service-card-image {
     position: relative;
     overflow: hidden;
 }
.desc img{
    width: auto !important;
}
 .service-card-image img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     max-height: 370px !important;
 }

 .service-card-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(to top, rgba(17, 24, 39, 0.7), rgba(17, 24, 39, 0.2));
 }

 .service-card-icon {
     position: absolute;
     left: 20px;
     bottom: 20px;
     width: 60px;
     height: 60px;
     background: rgba(255, 255, 255, 0.15);
     border: 1px solid rgba(255, 255, 255, 0.2);
     color: #ffffff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 22px;
 }

 .service-card-body {
     padding: 28px;
 }

 .service-card-body h3 {
     font-size: 24px;
     font-weight: 700;
     margin-bottom: 15px;
     color: #111827;
 }

 .service-card-body p {
     font-size: 15px;
     line-height: 1.9;
     color: #6b7280;
     margin-bottom: 25px;
 }

 .service-detail-btn {
     display: inline-flex;
     align-items: center;
     font-size: 14px;
     font-weight: 600;
     color: #111827;
     border-bottom: 1px solid #111827;
     padding-bottom: 4px;
     transition: all 0.3s ease;
 }

 .service-card-link:hover .service-detail-btn {
     color: #000;
     border-color: #000;
 }

 .hero-banner-wrapper {
     padding-top: 20px;
 }

 /* Banner */
 .hero-banner {
     height: calc(100vh - 150px);
     min-height: 600px;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     ;
     overflow: hidden;

     /* overlay + image */
     background-image:
         linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.55)),
         url("../images/banner-1.png");

     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 /* İçerik */
 .hero-banner-content {
     max-width: 1400px;
     color: #fff;
     padding: 40px 20px;
 }

 .hero-banner-content h1 {
     font-size: 72px;
     font-weight: 600;
     color: #fff;
     line-height: 1.1;
     margin-bottom: 25px;
 }

 .hero-banner-content h2 {
     font-size: 32px;
     color: #fff;
     font-weight: 600;
     margin-bottom: 25px;
 }

 .hero-banner-content p {
     font-size: 18px;
     line-height: 1.8;
     margin-bottom: 35px;
 }

 /* Buton */
 .hero-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     height: 56px;
     padding: 0 34px;
     background: #fff;
     color: #111;
     text-decoration: none;
     font-weight: 600;
     font-size: 15px;
     transition: 0.3s;
 }

 .hero-btn:hover {
     background: transparent;
     color: #fff;
     border: 1px solid #fff;
 }

 /* Responsive */
 @media (max-width: 1200px) {
     .hero-banner-content h1 {
         font-size: 56px;
     }

     .hero-banner-content h2 {
         font-size: 32px;
     }
 }

 @media (max-width: 768px) {
     .hero-banner {
         border-radius: 25px;
     }

     .hero-banner-content h1 {
         font-size: 34px;
     }

     .hero-banner-content h2 {
         font-size: 22px;
     }

     .hero-banner-content p {
         font-size: 15px;
     }
 }