html,
body.temar-home-shell {
    margin: 0 !important;
    padding: 0 !important;
}

body.temar-home-shell {
    background: #fff;
    color: #111827;
    overflow-x: hidden;
}

.temar-home-shell .telefon,
.temar-home-shell .whatsapp {
    position: fixed;
    left: 18px;
    z-index: 1200;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.temar-home-shell .telefon {
    bottom: 88px;
}

.temar-home-shell .whatsapp {
    bottom: 24px;
}

.temar-home-shell .telefon a,
.temar-home-shell .whatsapp a {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.28);
}

.temar-home-shell .telefon a {
    background: #1475ba;
}

.temar-home-shell .whatsapp a {
    background: #25d366;
}

.temar-home-shell .telefon .tooltiptext,
.temar-home-shell .whatsapp .tooltiptext {
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
    background: #0f172a;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    border-radius: 999px;
    padding: 8px 12px;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.temar-home-shell .telefon:hover .tooltiptext,
.temar-home-shell .whatsapp:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.temar-home-shell .site-bosluk-hizala {
    background: #fff;
    overflow: visible;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.temar-home-shell #bd-menu,
.temar-home-shell .header-menu.fixed-top {
    top: 0 !important;
    left: 0;
    right: 0;
}

body.temar-mobile-nav-open,
.temar-home-shell.temar-mobile-nav-open {
    overflow: hidden;
}

.temar-home-shell .header-menu {
    padding-top: 14px;
    padding-bottom: 14px;
}

.temar-home-shell .header-menu .navbar {
    min-height: 76px;
}

.temar-home-shell .header-menu .navbar-brand {
    margin-left: 18px;
}

.temar-home-shell .header-menu .navbar-brand img,
.temar-home-shell .bd-menu .header-menu .navbar-brand img,
.temar-home-shell .header-menu .navbar-brand.iki img,
.temar-home-shell .bd-menu .header-menu .navbar-brand.iki img {
    height: 90px;
    width: auto;
    filter: none !important;
}

.temar-home-shell .bd-menu .header-menu {
    padding-top: 14px;
    padding-bottom: 14px;
}

.temar-home-shell .header-menu .navbar-nav .nav-item:nth-child(2) {
    display: none;
}

.temar-home-shell .header-menu .iletisim {
    margin-left: 18px;
}

.temar-home-shell .header-menu .iletisim a {
    gap: 12px;
    padding: 0 18px !important;
}

.temar-home-shell .header-menu .iletisim .icon::after {
    content: none;
    display: none;
}

.temar-home-shell .header-menu .iletisim span {
    padding-left: 0;
}

.temar-home-shell .header-menu .navbar-nav > .temar-nav-contact-item > .nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
}

.temar-home-shell .header-menu .navbar-nav > .temar-nav-contact-item > .nav-link::before {
    display: none !important;
}

.temar-home-shell .header-menu .navbar-nav > .temar-nav-contact-item .temar-nav-contact__icon {
    font-size: 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.temar-home-shell .header-menu .navbar-nav > .temar-nav-contact-item .temar-nav-contact__icon i {
    transform: rotate(22deg);
    display: inline-block;
}

.temar-home-shell .header-menu .navbar-nav > .temar-nav-contact-item .temar-nav-contact__icon::after {
    content: "..";
    position: relative;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1;
    padding-bottom: 10px;
    color: currentColor;
}

.temar-home-shell .header-menu .navbar-nav > .temar-nav-contact-item .temar-nav-contact__label {
    display: inline-block;
}

.temar-home-shell .header-menu .navbar-nav > .nav-submenu > a::after {
    margin-left: 8px;
    padding-left: 0;
    font-size: 10px;
    line-height: 1;
    position: relative;
    top: -1px;
}

@media (min-width: 1200px) {
    .temar-home-shell .header-menu .navbar-nav > .nav-submenu > ul,
    .temar-home-shell .header-menu .navbar-nav > .nav-submenu:hover > ul,
    .temar-home-shell .header-menu .navbar-nav > .nav-submenu:focus-within > ul {
        display: none !important;
    }

    .temar-home-shell #bd-menu .header-menu .navbar-nav > .nav-submenu {
        position: relative;
    }

    .temar-home-shell #bd-menu .header-menu .navbar-nav > .nav-submenu::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 22px;
    }

    .temar-home-shell #bd-menu .header-menu .navbar-nav > .nav-submenu > ul {
        display: block !important;
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        min-width: 250px;
        width: max-content;
        max-width: 340px;
        margin: 0;
        padding: 10px 0;
        background: #fff;
        border: 1px solid rgba(226, 232, 240, 0.95);
        border-radius: 16px;
        box-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate(-50%, 10px);
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    }

    .temar-home-shell #bd-menu .header-menu .navbar-nav > .nav-submenu:hover > ul,
    .temar-home-shell #bd-menu .header-menu .navbar-nav > .nav-submenu:focus-within > ul {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }

    .temar-home-shell #bd-menu .header-menu .navbar-nav > .nav-submenu > ul li {
        list-style: none;
    }

    .temar-home-shell #bd-menu .header-menu .navbar-nav > .nav-submenu > ul li + li {
        border-top: 1px solid #f1f5f9;
    }

    .temar-home-shell #bd-menu .header-menu .navbar-nav > .nav-submenu > ul li a {
        width: 100%;
        display: block;
        padding: 12px 20px;
        color: #0f172a;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.45;
        white-space: nowrap;
        transition: color 0.18s ease, background-color 0.18s ease, padding-left 0.18s ease;
    }

    .temar-home-shell #bd-menu .header-menu .navbar-nav > .nav-submenu > ul li a:hover,
    .temar-home-shell #bd-menu .header-menu .navbar-nav > .nav-submenu > ul li a:focus {
        color: #e20c18;
        background: #f8fafc;
        padding-left: 24px;
    }
}

.temar-home-shell #yukaricik {
    right: 24px;
    bottom: 24px;
    z-index: 9999;
}

.temar-home-shell .slider1 .swiper-container,
.temar-home-shell .slider1 .swiper {
    width: 100%;
    height: 100vh;
    min-height: 680px;
}

.temar-home-shell .slider1 .swiper-slide {
    height: 100vh;
    min-height: 680px;
}

.temar-home-shell .slider1 .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 18, 36, 0.86) 0%, rgba(7, 39, 72, 0.54) 45%, rgba(0, 0, 0, 0.18) 100%);
    z-index: 1;
}

.temar-home-shell .slider1 .swiper-slide-resim {
    z-index: 0;
}

.temar-home-shell .slider1 .text-bg {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    min-height: 100%;
    padding: 180px 0 120px;
}

.temar-home-shell .slider1 .textic {
    max-width: 780px;
}

.temar-home-shell .slider1 .slidertext1 {
    color: #fff;
    font-size: clamp(42px, 6vw, 86px);
    line-height: 0.96;
    text-transform: uppercase;
    margin-bottom: 0;
}

.temar-home-shell .slider1 .slidertext2 {
    color: rgba(255, 255, 255, 0.86);
    font-size: 20px;
    max-width: 560px;
    margin-top: 24px;
}

.temar-home-shell .temar-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.temar-home-shell .slider1 .swiper-button-next,
.temar-home-shell .slider1 .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    z-index: 3;
}

.temar-home-shell .kurumsal .text22 {
    padding-right: 0;
}

.temar-home-shell .kurumsal .text22 p {
    color: #475569;
    line-height: 1.85;
}

.temar-home-shell .kurumsal.temar-home-intro {
    padding-top: 110px;
    padding-bottom: 110px;
}

.temar-home-shell .kurumsal.temar-home-intro .row {
    align-items: center;
}

.temar-home-shell .kurumsal.temar-home-intro .resim {
    max-width: 540px;
    margin-left: auto;
    aspect-ratio: 900 / 601;
    overflow: hidden;
}

.temar-home-shell .kurumsal.temar-home-intro .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.temar-home-shell .kurumsal.temar-home-intro .resim::after {
    width: 180px;
    height: 240px;
    right: -26px;
    bottom: -26px;
}

.temar-home-shell .kurumsal.temar-home-intro .text22 {
    max-width: 680px;
    margin-left: auto;
    padding: 24px 0 24px 48px;
}

.temar-home-shell .kurumsal.temar-home-intro .text22 h2 {
    display: block;
    margin-bottom: 24px;
    font-size: clamp(42px, 4vw, 58px);
    line-height: 0.98;
}

.temar-home-shell .kurumsal.temar-home-intro .text22 p {
    margin-bottom: 28px;
    font-size: 18px;
}

.temar-home-shell .kurumsal.temar-home-intro .hizmet-liste {
    max-width: 100%;
    margin-bottom: 18px;
}

.temar-home-shell .kurumsal.temar-home-intro .btn-genel2 {
    min-width: 210px;
}

.temar-home-shell .home-hakkimizda1 {
    background-size: cover;
    background-position: center;
}

.temar-home-shell .home-hakkimizda1 .sayac-icerik {
    margin-top: 0;
}

.temar-home-shell .home-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 18px;
}

.temar-home-shell .home-stat-card {
    padding: 26px 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
}

.temar-home-shell .home-stat-card .media_counted {
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
}

.temar-home-shell .home-stat-card span {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.temar-home-shell .referans-slider .logo_liste {
    display: flex;
    align-items: center;
    justify-content: center;
}

.temar-home-shell .referans-slider .logo_liste img {
    width: 100%;
    max-height: 110px;
    object-fit: contain;
}

.temar-home-shell .footer8 .footer_logo {
    height: auto;
}

.temar-home-shell .footer8 .footer_logo img {
    max-width: 220px;
    height: auto;
}

.temar-home-shell .footer8 .footer-orta {
    padding-top: 88px;
    padding-bottom: 64px;
}

.temar-home-shell .footer8 p {
    max-width: 290px;
    color: #334155;
    line-height: 1.85;
}

.temar-home-shell .footer8 .footer-sosyal li a i {
    font-size: 14px;
    line-height: 1;
}

.temar-home-shell .footer8 .footer-sosyal li a .fab,
.temar-home-shell .footer8 .footer-sosyal li a .fa-brands {
    font-family: "Font Awesome 5 Brands" !important;
    font-style: normal;
    font-weight: 400;
}

.temar-home-shell .footer8 .footer-contact li a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.55;
}

.temar-home-shell .footer8 .footer-contact__icon .fas,
.temar-home-shell .footer8 .footer-contact__icon .fa {
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal;
    font-weight: 900;
}

.temar-home-shell .footer8 .footer-contact__icon {
    width: 18px;
    min-width: 18px;
    margin-top: 4px;
    color: #e20c18;
    text-align: center;
}

.temar-home-shell .footer8 .footer-contact li a span:last-child {
    flex: 1 1 auto;
}

.temar-home-shell .footer8 .footer-liste li a {
    transition: color 0.2s ease, transform 0.2s ease;
}

.temar-home-shell .footer8 .footer-liste li a:hover {
    transform: translateX(4px);
}

.temar-home-shell .footer8 .footer-firma {
    border-top: 1px solid #e5e7eb;
}

.temar-home-shell.temar-inner-shell .page-baslik3.temar-inner-hero {
    margin-top: 0;
    background-image:
        linear-gradient(120deg, rgba(8, 17, 29, 0.78), rgba(12, 34, 52, 0.42)),
        var(--temar-about-hero);
    background-size: cover;
    background-position: center;
    min-height: 340px;
}

.temar-home-shell.temar-inner-shell .page-baslik3.temar-about-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 258px;
}

.temar-home-shell.temar-inner-shell .page-baslik3.temar-inner-hero::before {
    opacity: 0;
}

.temar-home-shell.temar-inner-shell .page-baslik3.temar-inner-hero .container {
    margin-top: 110px;
}

.temar-home-shell.temar-inner-shell .temar-inner-hero__content {
    max-width: 900px;
    margin: 0 auto;
}

.temar-home-shell.temar-inner-shell .temar-about-hero .temar-inner-hero__content {
    max-width: 100%;
}

.temar-home-shell.temar-inner-shell .temar-inner-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-family: "Archivo", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.temar-home-shell.temar-inner-shell .temar-about-hero .temar-inner-hero__eyebrow {
    display: none;
}

.temar-home-shell.temar-inner-shell .temar-inner-hero__eyebrow::before,
.temar-home-shell.temar-inner-shell .temar-inner-hero__eyebrow::after {
    content: "";
    width: 38px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.temar-home-shell.temar-inner-shell .temar-inner-hero__title {
    margin: 0;
    font-family: "Clash Display", sans-serif;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 0.95;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
}

.temar-home-shell.temar-inner-shell .temar-about-hero .temar-inner-hero__title {
    font-size: clamp(34px, 3.2vw, 56px);
    line-height: 1;
    letter-spacing: -0.03em;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

.temar-home-shell.temar-inner-shell .page-baslik3.temar-inner-hero .breadcrumb {
    margin-top: 22px;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.temar-home-shell.temar-inner-shell .temar-about-hero .breadcrumb {
    margin-top: 16px;
    gap: 6px;
}

.temar-home-shell.temar-inner-shell .page-baslik3.temar-inner-hero .breadcrumb li,
.temar-home-shell.temar-inner-shell .page-baslik3.temar-inner-hero .breadcrumb li a,
.temar-home-shell.temar-inner-shell .page-baslik3.temar-inner-hero .breadcrumb li span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.temar-home-shell.temar-inner-shell .temar-about-hero .breadcrumb li,
.temar-home-shell.temar-inner-shell .temar-about-hero .breadcrumb li a,
.temar-home-shell.temar-inner-shell .temar-about-hero .breadcrumb li span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.temar-home-shell.temar-inner-shell .temar-about-hero .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.9);
    padding-right: 0.5rem;
}

.temar-home-shell.temar-inner-shell .page-icerik {
    padding: 88px 0 96px;
}

.temar-home-shell.temar-inner-shell .temar-about-page .sol-menu {
    position: sticky;
    top: 132px;
}

.temar-home-shell.temar-inner-shell .temar-about-page__content {
    padding-left: 24px;
}

.temar-home-shell.temar-inner-shell .temar-about-page__intro {
    max-width: 760px;
    margin-bottom: 34px;
}

.temar-home-shell.temar-inner-shell .temar-about-page__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-family: "Archivo", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #e20c18;
}

.temar-home-shell.temar-inner-shell .temar-about-page__headline {
    margin: 0;
    font-family: "Clash Display", sans-serif;
    font-size: clamp(34px, 4vw, 60px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.temar-home-shell.temar-inner-shell .temar-about-page__lead {
    margin: 22px 0 0;
    font-size: 20px;
    line-height: 1.8;
    color: #334155;
}

.temar-home-shell.temar-inner-shell .temar-about-page__media {
    margin: 0 0 36px;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

.temar-home-shell.temar-inner-shell .temar-about-page__media img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.temar-home-shell.temar-inner-shell .temar-about-page__body {
    color: #475569;
    font-size: 17px;
    line-height: 1.95;
}

.temar-home-shell.temar-inner-shell .temar-about-page__body .temar-about-section-title {
    margin: 2.8rem 0 1.1rem;
    font-family: "Clash Display", sans-serif;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.temar-home-shell.temar-inner-shell .temar-about-page__body h1,
.temar-home-shell.temar-inner-shell .temar-about-page__body h2,
.temar-home-shell.temar-inner-shell .temar-about-page__body h3,
.temar-home-shell.temar-inner-shell .temar-about-page__body h4,
.temar-home-shell.temar-inner-shell .temar-about-page__body h5,
.temar-home-shell.temar-inner-shell .temar-about-page__body h6 {
    color: #0f172a;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-family: "Clash Display", sans-serif;
    font-weight: 600;
}

.temar-home-shell.temar-inner-shell .temar-about-page__body p,
.temar-home-shell.temar-inner-shell .temar-about-page__body ul,
.temar-home-shell.temar-inner-shell .temar-about-page__body ol {
    margin-bottom: 1.2rem;
}

.temar-home-shell.temar-inner-shell .temar-about-page__body strong {
    color: #0f172a;
}

.temar-home-shell.temar-inner-shell .temar-documents-page__content {
    padding-left: 24px;
}

.temar-home-shell.temar-inner-shell .temar-documents-page__lead {
    margin: 10px 0 28px;
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}

.temar-home-shell.temar-inner-shell .temar-documents-page__grid .dosya-liste .dosya-icon {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.temar-home-shell.temar-inner-shell .temar-documents-page__grid .dosya-liste .dosya-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

.temar-home-shell.temar-inner-shell .temar-documents-page__grid .temar-documents-card {
    display: block;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.temar-home-shell.temar-inner-shell .temar-documents-page__grid .temar-documents-card:hover {
    transform: translateY(-6px);
    border-color: rgba(226, 12, 24, 0.2);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.14);
}

.temar-home-shell.temar-inner-shell .temar-documents-page__grid .temar-documents-card .dosya-icon {
    min-height: 320px;
    padding: 18px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    border-bottom: 1px solid #e5e7eb;
}

.temar-home-shell.temar-inner-shell .temar-documents-page__grid .temar-documents-card .dosya-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
    background: #fff;
}

.temar-home-shell.temar-inner-shell .temar-documents-page__grid .temar-documents-card .dosya-aciklama {
    padding: 18px 20px 20px;
    background: #fff;
    text-align: left;
}

.temar-home-shell.temar-inner-shell .temar-documents-page__grid .temar-documents-card .dosya-aciklama .baslik {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    color: #0f172a;
    text-transform: none;
}

.temar-home-shell.temar-inner-shell .temar-documents-page__grid .temar-documents-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e20c18;
}

.temar-home-shell.temar-inner-shell .temar-documents-page__grid .temar-documents-card__meta::after {
    content: "\2197";
    font-size: 14px;
    line-height: 1;
}

.temar-home-shell.temar-inner-shell .page-baslik3.temar-services-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 258px;
}

.temar-home-shell.temar-inner-shell .temar-services-hero .temar-inner-hero__eyebrow {
    display: none;
}

.temar-home-shell.temar-inner-shell .temar-services-hero .temar-inner-hero__title {
    font-size: clamp(34px, 3.2vw, 56px);
    line-height: 1;
    letter-spacing: -0.03em;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

.temar-home-shell.temar-inner-shell .temar-services-hero .breadcrumb {
    margin-top: 16px;
    gap: 6px;
}

.temar-home-shell.temar-inner-shell .temar-services-hero .breadcrumb li,
.temar-home-shell.temar-inner-shell .temar-services-hero .breadcrumb li a,
.temar-home-shell.temar-inner-shell .temar-services-hero .breadcrumb li span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.temar-home-shell.temar-inner-shell .temar-services-page__intro {
    max-width: 760px;
    margin: 0 0 42px;
}

.temar-home-shell.temar-inner-shell .temar-services-page__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-family: "Archivo", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #e20c18;
}

.temar-home-shell.temar-inner-shell .temar-services-page__headline {
    margin: 0;
    font-family: "Clash Display", sans-serif;
    font-size: clamp(34px, 4vw, 60px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.temar-home-shell.temar-inner-shell .temar-services-page__lead {
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
}

.temar-home-shell.temar-inner-shell .temar-services-page__section {
    margin-top: 10px;
}

.temar-home-shell.temar-inner-shell .temar-service-listing-card {
    height: 100%;
}

.temar-home-shell.temar-inner-shell .temar-service-listing-card .uretim-liste_ic {
    height: 100%;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.temar-home-shell.temar-inner-shell .temar-service-listing-card:hover .uretim-liste_ic {
    transform: translateY(-8px);
    border-color: rgba(226, 12, 24, 0.2);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.14);
}

.temar-home-shell.temar-inner-shell .temar-service-listing-card .sayi {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #fff;
    border: 2px solid rgba(226, 12, 24, 0.12);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    color: #e20c18;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.temar-home-shell.temar-inner-shell .temar-service-listing-card .baslik {
    padding-top: 4px;
}

.temar-home-shell.temar-inner-shell .temar-service-listing-card .baslik span {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 1;
    color: #0f172a;
}

.temar-home-shell.temar-inner-shell .temar-service-listing-card .baslik small {
    min-height: 62px;
    color: #475569;
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
}

.temar-home-shell.temar-inner-shell .temar-service-listing-card .resim {
    height: 245px;
    margin-top: 18px;
    border-radius: 18px;
    position: relative;
}

.temar-home-shell.temar-inner-shell .temar-services-page__pagination {
    margin-top: 8px;
}

.temar-home-shell.temar-inner-shell .page-baslik3.temar-service-detail-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 290px;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-hero .temar-inner-hero__eyebrow {
    display: none;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page .sol-menu {
    position: sticky;
    top: 132px;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__content {
    padding-left: 24px;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__intro {
    margin-bottom: 40px;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__media {
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
    height: 100%;
    min-height: 420px;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__summary {
    padding: 12px 0 12px 8px;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-family: "Archivo", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #e20c18;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__headline {
    margin: 0;
    font-family: "Clash Display", sans-serif;
    font-size: clamp(32px, 3.5vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__lead {
    margin: 22px 0 0;
    font-size: 19px;
    line-height: 1.8;
    color: #334155;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__actions .btn-genel2 {
    min-width: 196px;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__contact a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #0f172a;
    font-weight: 600;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__contact a i {
    width: 18px;
    color: #e20c18;
    text-align: center;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__body {
    color: #475569;
    font-size: 17px;
    line-height: 1.95;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__share {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__share > span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0f172a;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__share ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__share ul li {
    margin: 0;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__share ul a {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    color: #0f172a;
    background: #fff;
    transition: transform 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.temar-home-shell.temar-inner-shell .temar-service-detail-page__share ul a:hover {
    transform: translateY(-3px);
    border-color: rgba(226, 12, 24, 0.25);
    color: #e20c18;
}

.temar-home-shell.temar-inner-shell .page-baslik3.temar-contact-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 258px;
}

.temar-home-shell.temar-inner-shell .temar-contact-hero .temar-inner-hero__eyebrow {
    display: none;
}

.temar-home-shell.temar-inner-shell .temar-contact-page__intro {
    max-width: 760px;
    margin: 0 auto 46px;
}

.temar-home-shell.temar-inner-shell .temar-contact-page__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-family: "Archivo", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #e20c18;
}

.temar-home-shell.temar-inner-shell .temar-contact-page__headline {
    margin: 0;
    font-family: "Clash Display", sans-serif;
    font-size: clamp(34px, 4vw, 60px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.temar-home-shell.temar-inner-shell .temar-contact-page__lead {
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
}

.temar-home-shell.temar-inner-shell .temar-contact-form-shell {
    height: 100%;
}

.temar-home-shell.temar-inner-shell .temar-contact-form-shell .cms-contact-form-inner {
    height: 100%;
}

.temar-home-shell.temar-inner-shell .temar-contact-form-shell .cms-contact-form-meta h3 {
    font-family: "Clash Display", sans-serif;
    letter-spacing: -0.03em;
}

.temar-home-shell.temar-inner-shell .temar-contact-alert {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 22px;
    border: 0;
    border-radius: 0;
}

.temar-home-shell.temar-inner-shell .temar-contact-alert strong {
    font-weight: 700;
}

.temar-home-shell.temar-inner-shell .temar-contact-form.form1 .form-control:hover {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

.temar-home-shell.temar-inner-shell .temar-contact-form__captcha {
    margin: 8px 0 14px;
}

.temar-home-shell.temar-inner-shell .temar-contact-form__submit {
    margin-top: 4px;
}

.temar-home-shell.temar-inner-shell .temar-contact-submit {
    width: auto;
    min-width: 220px;
    height: 54px;
    padding: 0 32px;
    line-height: 54px;
    border: 1px solid #e61e28;
    background: #e61e28;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.24s ease;
}

.temar-home-shell.temar-inner-shell .temar-contact-submit:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
}

.temar-home-shell.temar-inner-shell .temar-contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 22px;
    height: 100%;
}

.temar-home-shell.temar-inner-shell .temar-contact-info-card {
    padding: 36px 32px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.temar-home-shell.temar-inner-shell .temar-contact-info-card .item--description {
    max-width: 100%;
}

.temar-home-shell.temar-inner-shell .temar-contact-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.temar-home-shell.temar-inner-shell .temar-contact-action-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 22px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    min-height: 170px;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.temar-home-shell.temar-inner-shell .temar-contact-action-card i {
    font-size: 22px;
    color: #e20c18;
}

.temar-home-shell.temar-inner-shell .temar-contact-action-card span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.temar-home-shell.temar-inner-shell .temar-contact-action-card strong {
    font-size: 18px;
    line-height: 1.5;
    color: #0f172a;
    font-weight: 600;
}

.temar-home-shell.temar-inner-shell .temar-contact-action-card:hover {
    transform: translateY(-6px);
    border-color: rgba(226, 12, 24, 0.22);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.14);
}

.temar-home-shell.temar-inner-shell .temar-contact-social {
    padding: 28px 30px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.temar-home-shell.temar-inner-shell .temar-contact-social__title {
    display: block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
}

.temar-home-shell.temar-inner-shell .temar-contact-social .social-profile {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding-left: 0;
}

.temar-home-shell.temar-inner-shell .temar-contact-social .social-profile li {
    margin: 0;
    list-style: none;
}

.temar-home-shell.temar-inner-shell .temar-contact-social .social-profile a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    color: #0f172a;
}

.temar-home-shell.temar-inner-shell .temar-contact-social .social-profile a:hover {
    color: #e20c18;
    border-color: rgba(226, 12, 24, 0.22);
}

.temar-home-shell.temar-inner-shell .temar-contact-map-shell {
    margin-top: 54px;
}

.temar-home-shell.temar-inner-shell .temar-contact-map-shell__head {
    margin-bottom: 18px;
}

.temar-home-shell.temar-inner-shell .temar-contact-map-shell__head h3 {
    margin: 10px 0 0;
    font-family: "Clash Display", sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.temar-home-shell.temar-inner-shell .temar-contact-map-frame {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.temar-home-shell.temar-inner-shell .temar-contact-map-frame iframe,
.temar-home-shell.temar-inner-shell .temar-contact-map-frame #map,
.temar-home-shell.temar-inner-shell .temar-contact-map-frame > div {
    width: 100%;
    min-height: 500px;
}

@media (max-width: 1199px) {
    .temar-home-shell .header-menu .navbar-nav .nav-item:nth-child(2) {
        display: list-item;
    }

    /* Default responsive/mobile akisini kullandir. */
    .temar-home-shell .header-menu,
    .temar-home-shell .bd-menu .header-menu {
        padding: 0 30px;
    }

    .temar-home-shell #bd-menu .header-menu {
        padding-left: 12px;
        padding-right: 8px;
    }

    .temar-home-shell .header-menu .navbar,
    .temar-home-shell .bd-menu .header-menu .navbar {
        min-height: 0;
        height: auto;
        width: 100%;
        padding-right: 0;
        position: relative;
    }

    .temar-home-shell #bd-menu .header-menu .navbar > .d-flex {
        flex-wrap: nowrap !important;
        position: relative;
        padding-right: 44px;
    }

    .temar-home-shell .header-menu .menubuton,
    .temar-home-shell .bd-menu .header-menu .menubuton,
    .temar-home-shell .header-menu .iletisim,
    .temar-home-shell .bd-menu .header-menu .iletisim {
        display: none;
    }

    .temar-home-shell .header-menu .navbar-brand,
    .temar-home-shell .bd-menu .header-menu .navbar-brand,
    .temar-home-shell .header-menu .navbar-brand.iki,
    .temar-home-shell .bd-menu .header-menu .navbar-brand.iki {
        margin-left: 0;
    }

    .temar-home-shell .header-menu .navbar-brand img,
    .temar-home-shell .bd-menu .header-menu .navbar-brand img,
    .temar-home-shell .header-menu .navbar-brand.iki img,
    .temar-home-shell .bd-menu .header-menu .navbar-brand.iki img {
        height: 60px;
        width: auto;
    }

    .temar-home-shell #bd-menu .header-menu .navbar-brand {
        margin-right: auto;
    }

    #bd-menu .header-menu .mobilmenu-ac,
    .temar-home-shell #bd-menu .header-menu .mobilmenu-ac {
        position: fixed !important;
        right: 8px !important;
        left: auto !important;
        top: 18px !important;
        transform: none !important;
        margin: 0 !important;
        order: initial;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        z-index: 1100 !important;
    }

    .temar-home-shell .header-menu .navbar-nav > .temar-nav-contact-item > .nav-link {
        display: block;
    }

    .temar-home-shell .header-menu .navbar-nav > .temar-nav-contact-item .temar-nav-contact__icon {
        display: none;
    }

    .temar-home-shell .header-menu .navbar-nav > .nav-submenu::after,
    .temar-home-shell .header-menu .navbar-nav > .nav-submenu:hover::after,
    .temar-home-shell .header-menu .navbar-nav > .nav-submenu:focus-within::after {
        display: none !important;
    }

    .temar-home-shell .header-menu .navbar-nav > .nav-submenu > ul {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 10px 0 0 !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    .temar-home-shell .kurumsal.temar-home-intro {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .temar-home-shell .kurumsal.temar-home-intro .text22 {
        padding-left: 0;
        max-width: 100%;
    }

    .temar-home-shell .footer8 p {
        max-width: 100%;
    }

    .temar-home-shell .slider1 .swiper-container,
    .temar-home-shell .slider1 .swiper,
    .temar-home-shell .slider1 .swiper-slide {
        min-height: 620px;
    }

    .temar-home-shell .slider1 .text-bg {
        padding: 160px 0 90px;
    }

    .temar-home-shell .home-hakkimizda1 .baslik p {
        max-width: 100%;
        margin-bottom: 32px;
    }

    .temar-home-shell.temar-inner-shell .temar-about-page .sol-menu {
        top: 110px;
    }

    .temar-home-shell.temar-inner-shell .temar-about-page__content {
        padding-left: 0;
    }

    .temar-home-shell.temar-inner-shell .temar-documents-page__content {
        padding-left: 0;
    }

    .temar-home-shell.temar-inner-shell .temar-service-detail-page__content {
        padding-left: 0;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-contact-hero {
        min-height: 230px;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-about-hero {
        min-height: 230px;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-services-hero {
        min-height: 230px;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-service-detail-hero {
        min-height: 250px;
    }
}

@media (max-width: 991px) {
    .temar-home-shell .kurumsal.temar-home-intro {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .temar-home-shell .kurumsal.temar-home-intro .text22 h2 {
        font-size: 38px;
    }

    .temar-home-shell .footer8 .footer_logo {
        margin-bottom: 28px;
    }

    .temar-home-shell .slider1 .swiper-container,
    .temar-home-shell .slider1 .swiper,
    .temar-home-shell .slider1 .swiper-slide {
        min-height: 560px;
    }

    .temar-home-shell .slider1 .text-bg {
        padding: 140px 0 80px;
    }

    .temar-home-shell .slider1 .slidertext2 {
        font-size: 17px;
    }

    .temar-home-shell .home-stat-grid {
        margin-top: 40px;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-inner-hero .container {
        margin-top: 96px;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-about-hero .container {
        margin-top: 92px;
    }

    .temar-home-shell.temar-inner-shell .page-icerik {
        padding: 72px 0 80px;
    }

    .temar-home-shell.temar-inner-shell .temar-about-page__lead {
        font-size: 17px;
    }

    .temar-home-shell.temar-inner-shell .temar-service-listing-card .baslik span {
        font-size: 22px;
    }

    .temar-home-shell.temar-inner-shell .temar-service-detail-page__media,
    .temar-home-shell.temar-inner-shell .temar-service-detail-page__media img {
        min-height: 340px;
    }

    .temar-home-shell.temar-inner-shell .temar-service-detail-page__summary {
        padding-left: 0;
    }

    .temar-home-shell.temar-inner-shell .temar-service-detail-page__lead {
        font-size: 17px;
    }

    .temar-home-shell.temar-inner-shell .temar-contact-action-grid {
        grid-template-columns: 1fr;
    }

    .temar-home-shell.temar-inner-shell .temar-contact-map-frame iframe,
    .temar-home-shell.temar-inner-shell .temar-contact-map-frame #map,
    .temar-home-shell.temar-inner-shell .temar-contact-map-frame > div {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .temar-home-shell .telefon,
    .temar-home-shell .whatsapp {
        left: 12px;
    }

    .temar-home-shell .slider1 .swiper-button-next,
    .temar-home-shell .slider1 .swiper-button-prev {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }

    .temar-home-shell .slider1 .swiper-button-prev {
        left: 16px;
    }

    .temar-home-shell .slider1 .swiper-button-next {
        right: 16px;
    }

    .temar-home-shell .temar-home-hero-actions {
        gap: 10px;
    }

    .temar-home-shell .temar-home-hero-actions .btn-genel2 {
        width: 100%;
    }

    .temar-home-shell .home-stat-grid {
        grid-template-columns: 1fr;
    }

    .temar-home-shell .kurumsal.temar-home-intro .text22 h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .temar-home-shell .kurumsal.temar-home-intro .text22 p {
        font-size: 16px;
        line-height: 1.75;
    }

    .temar-home-shell .footer8 .footer-orta {
        padding-top: 68px;
        padding-bottom: 48px;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-inner-hero {
        height: 240px;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-about-hero {
        min-height: 210px;
        height: 210px;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-services-hero {
        min-height: 210px;
        height: 210px;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-service-detail-hero {
        min-height: 220px;
        height: 220px;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-contact-hero {
        min-height: 210px;
        height: 210px;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-inner-hero .container {
        margin-top: 88px;
    }

    .temar-home-shell.temar-inner-shell .page-baslik3.temar-about-hero .container {
        margin-top: 84px;
    }

    .temar-home-shell.temar-inner-shell .temar-inner-hero__eyebrow::before,
    .temar-home-shell.temar-inner-shell .temar-inner-hero__eyebrow::after {
        width: 20px;
    }

    .temar-home-shell.temar-inner-shell .temar-about-hero .temar-inner-hero__title {
        font-size: 32px;
    }

    .temar-home-shell.temar-inner-shell .temar-services-hero .temar-inner-hero__title {
        font-size: 32px;
    }

    .temar-home-shell.temar-inner-shell .temar-service-detail-hero .temar-inner-hero__title {
        font-size: 32px;
    }

    .temar-home-shell.temar-inner-shell .temar-contact-hero .temar-inner-hero__title {
        font-size: 32px;
    }

    .temar-home-shell.temar-inner-shell .page-icerik {
        padding: 56px 0 64px;
    }

    .temar-home-shell.temar-inner-shell .temar-about-page__body {
        font-size: 16px;
        line-height: 1.85;
    }

    .temar-home-shell.temar-inner-shell .temar-about-page__lead {
        font-size: 17px;
        line-height: 1.75;
    }

    .temar-home-shell.temar-inner-shell .temar-services-page__lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .temar-home-shell.temar-inner-shell .temar-service-detail-page .sol-menu {
        position: static;
    }

    .temar-home-shell.temar-inner-shell .temar-service-detail-page__media,
    .temar-home-shell.temar-inner-shell .temar-service-detail-page__media img {
        min-height: 260px;
    }

    .temar-home-shell.temar-inner-shell .temar-service-detail-page__headline {
        font-size: clamp(30px, 8vw, 42px);
    }

    .temar-home-shell.temar-inner-shell .temar-service-detail-page__lead {
        font-size: 16px;
        line-height: 1.75;
    }

    .temar-home-shell.temar-inner-shell .temar-service-detail-page__actions .btn-genel2 {
        min-width: 100%;
    }

    .temar-home-shell.temar-inner-shell .temar-service-detail-page__share {
        gap: 12px;
    }

    .temar-home-shell.temar-inner-shell .temar-contact-page__lead {
        font-size: 16px;
        line-height: 1.75;
    }

    .temar-home-shell.temar-inner-shell .temar-contact-form-shell {
        padding: 36px 22px;
    }

    .temar-home-shell.temar-inner-shell .temar-contact-info-card,
    .temar-home-shell.temar-inner-shell .temar-contact-social {
        padding: 24px 20px;
    }

    .temar-home-shell.temar-inner-shell .temar-contact-map-shell {
        margin-top: 42px;
    }

    .temar-home-shell.temar-inner-shell .temar-contact-map-frame iframe,
    .temar-home-shell.temar-inner-shell .temar-contact-map-frame #map,
    .temar-home-shell.temar-inner-shell .temar-contact-map-frame > div {
        min-height: 360px;
    }

    .temar-home-shell.temar-inner-shell .temar-service-listing-card .uretim-liste_ic {
        padding: 16px;
    }

    .temar-home-shell.temar-inner-shell .temar-service-listing-card .baslik span {
        font-size: 21px;
    }

    .temar-home-shell.temar-inner-shell .temar-service-listing-card .resim {
        height: 220px;
    }
}

@media (max-width: 1199px) {
    .temar-home-shell .header-top-item.header-dil {
        display: none !important;
    }
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__meta-item {
    border: 1px solid rgba(203, 213, 225, 0.85);
    border-radius: 18px;
    padding: 16px 18px;
    background: #f8fafc;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__meta-item span {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 8px;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__meta-item strong {
    display: block;
    font-size: 17px;
    line-height: 1.45;
    color: #0f172a;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__video {
    margin-top: 36px;
    border-radius: 28px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.18);
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__video iframe {
    display: block;
    width: 100%;
    min-height: 480px;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__gallery {
    margin-top: 42px;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__section-head {
    margin-bottom: 18px;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__section-head span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 10px;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__section-head h3 {
    font-size: 28px;
    line-height: 1.15;
    color: #0f172a;
    margin: 0;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__gallery-item {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__gallery-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform 0.28s ease;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__gallery-item:hover img {
    transform: scale(1.04);
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__tags a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(203, 213, 225, 0.9);
    color: #334155;
    background: #fff;
    font-size: 14px;
    line-height: 1;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__nav-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 22px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid rgba(203, 213, 225, 0.85);
    color: #0f172a;
    min-height: 110px;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__nav-link span {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #64748b;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__nav-link strong {
    font-size: 18px;
    line-height: 1.45;
    color: #0f172a;
}

.temar-home-shell.temar-inner-shell .temar-project-detail-page__nav-link.is-next {
    text-align: right;
    align-items: flex-end;
}

@media (max-width: 991px) {
    .temar-home-shell.temar-inner-shell .temar-project-detail-page__video iframe {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .temar-home-shell.temar-inner-shell .temar-project-detail-page__meta {
        grid-template-columns: 1fr;
    }

    .temar-home-shell.temar-inner-shell .temar-project-detail-page__section-head h3 {
        font-size: 24px;
    }

    .temar-home-shell.temar-inner-shell .temar-project-detail-page__video iframe {
        min-height: 240px;
    }

    .temar-home-shell.temar-inner-shell .temar-project-detail-page__nav-link.is-next {
        align-items: flex-start;
        text-align: left;
    }
}
.temar-home-shell.temar-inner-shell .temar-gallery-detail-page__grid,
.temar-home-shell.temar-inner-shell .temar-video-detail-page__list {
    margin-top: 34px;
}

.temar-home-shell.temar-inner-shell .temar-gallery-detail-page__item {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.temar-home-shell.temar-inner-shell .temar-gallery-detail-page__item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform 0.28s ease;
}

.temar-home-shell.temar-inner-shell .temar-gallery-detail-page__item:hover img {
    transform: scale(1.04);
}

.temar-home-shell.temar-inner-shell .temar-video-detail-page__player-shell {
    margin-top: 34px;
    border-radius: 28px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.18);
}

.temar-home-shell.temar-inner-shell .temar-video-detail-page__player-shell iframe {
    display: block;
    width: 100%;
    min-height: 520px;
}

.temar-home-shell.temar-inner-shell .temar-video-detail-page__section-head {
    margin-bottom: 18px;
}

.temar-home-shell.temar-inner-shell .temar-video-detail-page__section-head span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 10px;
}

.temar-home-shell.temar-inner-shell .temar-video-detail-page__section-head h3 {
    font-size: 28px;
    line-height: 1.15;
    color: #0f172a;
    margin: 0;
}

.temar-home-shell.temar-inner-shell .temar-video-detail-page__related {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid rgba(203, 213, 225, 0.85);
    min-height: 112px;
}

.temar-home-shell.temar-inner-shell .temar-video-detail-page__related-thumb {
    width: 108px;
    min-width: 108px;
    border-radius: 16px;
    overflow: hidden;
}

.temar-home-shell.temar-inner-shell .temar-video-detail-page__related-thumb img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.temar-home-shell.temar-inner-shell .temar-video-detail-page__related-title {
    font-size: 18px;
    line-height: 1.45;
    color: #0f172a;
    font-weight: 600;
}

@media (max-width: 991px) {
    .temar-home-shell.temar-inner-shell .temar-video-detail-page__player-shell iframe {
        min-height: 340px;
    }
}

@media (max-width: 767px) {
    .temar-home-shell.temar-inner-shell .temar-video-detail-page__player-shell iframe {
        min-height: 240px;
    }

    .temar-home-shell.temar-inner-shell .temar-video-detail-page__related {
        padding: 12px;
        gap: 12px;
    }

    .temar-home-shell.temar-inner-shell .temar-video-detail-page__related-thumb {
        width: 88px;
        min-width: 88px;
    }

    .temar-home-shell.temar-inner-shell .temar-video-detail-page__related-title,
    .temar-home-shell.temar-inner-shell .temar-video-detail-page__section-head h3 {
        font-size: 22px;
    }
}