

header .header-mid-one-wrapper.wrapper-two {
    padding-left: 14px;
    padding-right: 14px;
}

header .header-top.overflow-visible {
    padding-left: 14px;
    padding-right: 14px;
}

header .header-top .right a,
header .header-top .right .menu-item,
header .header-top .right .info {
    color: var(--color-white);
}

header .header-main-2 .header-mid-one-wrapper.wrapper-two {
    background: rgba(255, 255, 255, 0.80);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
    backdrop-filter: blur(22px) saturate(150%);
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.65),
                inset 1px 0 0 0 rgba(255, 255, 255, 0.65),
                inset -1px 0 0 0 rgba(255, 255, 255, 0.65);
}

header.header--sticky.sticky .header-main-2 .header-mid-one-wrapper.wrapper-two {
    background: #ffffff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    /* Sticky halde baslik, sayfanin ustunde yuzen yuvarlak koseli bir
       kutuya donusuyor (tema: border-radius 6px, top 10px). Beyaz zeminli
       sayfalarda beyaz kutu zemine karisip siniri kayboluyordu.

       Cerceve "border" ile DEGIL, "inset" golgeyle ciziliyor: gercek bir
       kenarlik kutuyu 2px buyutur ve baslik sticky'ye gecerken icerik
       yerinden oynar. Inset golge olcuyu hic degistirmez ve yuvarlak
       koseleri kendiliginden takip eder.

       Ikinci ve ucuncu katman derinlik veriyor: genis-yumusak golge kutuyu
       sayfadan ayirir, dar-koyu olan alt kenari netlestirir.

       NOT: Burada onceden "box-shadow: none" yaziyordu; temanin kendi
       --shadow-1 golgesini de o iptal ediyordu. Sinirin belirsiz
       gorunmesinin sebebi buydu. */
    box-shadow: inset 0 0 0 1px rgba(31, 36, 46, 0.11),
                0 6px 22px rgba(31, 36, 46, 0.10),
                0 1px 3px rgba(31, 36, 46, 0.07);
}

@media only screen and (min-width: 1600px) {
    header .header-mid-one-wrapper.wrapper-two,
    header .header-top.overflow-visible {
        padding-left: 24px;
        padding-right: 24px;
    }
}

header .header-mid-one-wrapper.wrapper-two .logo-area {
    flex-basis: auto;
    flex-shrink: 0;
}

header .header-mid-one-wrapper.wrapper-two .logo-area img {
    max-height: 38px;
    width: auto;
}

header .header-mid-one-wrapper.wrapper-two .left {
    flex: 1 1 auto;
    min-width: 0;
}

header .header-mid-one-wrapper.wrapper-two .header-right {
    flex: 0 0 auto;
}

header .header-mid-one-wrapper.wrapper-two .nav-area {
    flex: 1 1 auto;
    margin-left: 0;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1199px) {
    header .header-mid-one-wrapper.wrapper-two .nav-area {
        display: none;
    }
}

header .header-mid-one-wrapper.wrapper-two .mainmenu {
    justify-content: center;
}

header .header-mid-one-wrapper.wrapper-two .mainmenu > li.main-nav > a {
    white-space: nowrap;
    font-weight: 700 !important;
    font-size: 16px;
    letter-spacing: 0;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9),
                 0 1px 4px rgba(0, 0, 0, 0.14);
}

header .header-mid-one-wrapper.wrapper-two .mainmenu {
    gap: 10px;
}

header .header-mid-one-wrapper.wrapper-two .mainmenu > li.main-nav {
    padding-right: 10px;
}

header .header-mid-one-wrapper.wrapper-two .mainmenu > li.main-nav:last-child {
    padding-right: 0;
}

header .header-mid-one-wrapper.wrapper-two .mainmenu > li.main-nav.has-dropdown > a {
    position: relative;
    padding-right: 22px;
}

header .header-mid-one-wrapper.wrapper-two .mainmenu > li.main-nav.has-dropdown > a::after {
    right: 0;
}

header .header-mid-one-wrapper.wrapper-two .tmp-btn.has-phone-icon {
    gap: 9px;
}

header .header-mid-one-wrapper.wrapper-two .tmp-btn.has-phone-icon > i {
    font-size: 14px;
    line-height: 1;
    position: relative;
    z-index: 3;
    flex-shrink: 0;
}

header .header-mid-one-wrapper.wrapper-two .tmp-btn.has-phone-icon span::after {
    content: none;
}

header .header-mid-one-wrapper.wrapper-two .tmp-btn.has-phone-icon:hover span {
    transform: none;
}

header .header-mid-one-wrapper.wrapper-two .mainmenu .submenu {
    min-width: 268px;
}

header .header-mid-one-wrapper.wrapper-two .mainmenu .submenu > li > a {
    white-space: nowrap;
}

.banner-area-slider-classic {
    background-image: url(../images/slider/slider1.webp);
}

.banner-area-slider-classic.image-two {
    background-image: url(../images/slider/slider2.webp);
}

.banner-area-slider-classic .banner-main-wrapper-one .title {
    font-size: 60px;
}

@media only screen and (max-width: 1199px) {
    .banner-area-slider-classic .banner-main-wrapper-one .title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-area-slider-classic .banner-main-wrapper-one .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area-slider-classic .banner-main-wrapper-one .title {
        font-size: 32px;
    }
    .banner-area-slider-classic .banner-main-wrapper-one .title br,
    .banner-area-slider-classic .banner-main-wrapper-one p.disc br {
        display: none;
    }
    .banner-area-slider-classic .banner-main-wrapper-one p.disc {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 479px) {
    .banner-area-slider-classic .banner-main-wrapper-one .title {
        font-size: 27px;
    }
    .banner-area-slider-classic .banner-main-wrapper-one .pre-title p {
        font-size: 14px;
        margin-bottom: 14px;
    }
}

.banner-area-slider-classic::after {
    background: linear-gradient(90deg,
                rgba(0, 0, 0, 0.85) 0%,
                rgba(0, 0, 0, 0.50) 45%,
                rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: normal;
}

.tmp-solar-energy-area {
    background-color: #FCFCFD;
    background-image: url(../images/shape/world.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.tmp-solar-energy-area .energy-wrapper .icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tmp-solar-energy-area .section-inner .row {
    counter-reset: islem-adimi;
}

.tmp-solar-energy-area .energy-wrapper {
    counter-increment: islem-adimi;
    overflow: hidden;
}

.tmp-solar-energy-area .energy-wrapper::before {
    content: counter(islem-adimi);
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 112px;
    font-weight: 800;
    line-height: 1;
    color: rgba(31, 36, 46, 0.055);
    pointer-events: none;
    transition: color .3s ease;
}

.tmp-solar-energy-area .energy-wrapper .content .title {
    font-size: 24px;
    line-height: 1.35;
}

@media only screen and (max-width: 1199px) {
    .tmp-solar-energy-area .energy-wrapper .content .title {
        font-size: 21px;
    }
}

.tmp-solar-energy-area .energy-wrapper:hover .icon {
    transform: none;
}

.tmp-solar-energy-area .energy-wrapper:hover {
    background: #F2F3F5;
}

.tmp-solar-energy-area .energy-wrapper:hover::before {
    color: rgba(31, 36, 46, 0.13);
}

@media only screen and (max-width: 479px) {
    .tmp-solar-energy-area .energy-wrapper .icon img {
        width: 56px;
        height: 56px;
    }
}

.tmp-blog-area2 {
    background:
        radial-gradient(circle at 8% 100%, rgba(234, 25, 34, 0.06) 0%, rgba(234, 25, 34, 0) 42%),
        linear-gradient(180deg, #F4F6F9 0%, #E7EBF1 100%);
}

.tmp-blog-area2 .blog-card-style-two {
    box-shadow: 0 6px 24px rgba(31, 36, 46, 0.10);
}

.tmp-blog-area2 .blog-card-style-two:hover {
    box-shadow: 0 14px 34px rgba(31, 36, 46, 0.16);
}

.tmp-blog-area2 .tmpBlogSlider {
    padding-bottom: 4px;
}

.tmpBlogSlider .swiper-wrapper {
    align-items: stretch;
}

.tmpBlogSlider .swiper-slide {
    height: auto;
}

.tmpBlogSlider .blog-card-style-two {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tmpBlogSlider .blog-card-style-two .blog-content-area-2 {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.tmpBlogSlider .blog-card-style-two .blog-card-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    line-height: 0;
    pointer-events: none;
    transition: var(--transition);
}

.tmpBlogSlider .blog-card-style-two .blog-card-dots img {
    display: block;
    width: 92px;
    height: auto;
}

.blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.blog-head .section-title-area-4 {
    flex: 1 1 auto;
    min-width: 0;
}

.tmp-blog-slider-nav {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
}

.tmp-blog-all-btn {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

@media only screen and (max-width: 767px) {
    .blog-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.tmp-blog-slider-nav .swiper-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    background: var(--color-white);
    color: var(--color-heading-1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}

.tmp-blog-slider-nav .swiper-btn:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

.tmp-blog-slider-nav .swiper-btn:hover .custom-overfolow-btn .invers-icon {
    transform: translateX(300%);
}

.tmp-blog-slider-nav .swiper-btn:hover .custom-overfolow-btn .invers-icon-top {
    transform: translateX(0);
}

.tmp-blog-slider-nav .swiper-btn.swiper-button-disabled {
    opacity: .4;
    pointer-events: none;
}

.tmp-footer-area .single-footer-inner.logo-area .logo img {
    max-width: 210px;
    width: 100%;
    height: auto;
}

.tmp-footer-area .single-footer-inner.newsletter .newsletter-area .desc {
    line-height: 1.9;
}

.tmp-footer-area .contactus-link-wrapper .single:last-child .phone {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.tmp-footer-area .contactus-link-wrapper .phone .number {
    word-break: break-word;
}

.tmp-get-in-touch-area.area-2 .section-inner {
    background: linear-gradient(120deg, #2F3742 0%, #3D4655 100%);
}

.tmp-get-in-touch-area.area-2 .section-inner .shape {
    z-index: 0;
}

.tmp-get-in-touch-area.area-2 .section-inner .content {
    position: relative;
    z-index: 1;
}

.tmp-get-in-touch-area.area-2 .section-inner .content .text {
    order: 1;
}

.tmp-get-in-touch-area.area-2 .section-inner .content .icon {
    order: 2;
    flex-shrink: 0;
}

@media only screen and (min-width: 1200px) {
    .tmp-get-in-touch-area.area-2 .section-inner .left-image {
        height: 100%;
    }

    .tmp-get-in-touch-area.area-2 .section-inner .left-image img {
        width: 560px;
        height: 100%;
        object-fit: cover;
        object-position: center 32%;
        display: block;
    }

    .tmp-get-in-touch-area.area-2 .section-inner .content {
        justify-content: space-between;
        align-items: center;
        margin-left: 560px;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (max-width: 1199px) {
    .tmp-get-in-touch-area.area-2 .section-inner .left-image {
        display: block;
        position: static;
        z-index: auto;
        width: 100%;
    }

    .tmp-get-in-touch-area.area-2 .section-inner .left-image img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: center 32%;
        display: block;
    }

    .tmp-get-in-touch-area.area-2 .section-inner .content {
        margin-left: 0;
        justify-content: space-between;
        align-items: center;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .tmp-get-in-touch-area.area-2 .section-inner .left-image img {
        height: 170px;
    }

    .tmp-get-in-touch-area.area-2 .section-inner .content {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        padding-left: 28px;
        padding-right: 28px;
    }
}

.tmp-get-in-touch-area.area-2 .section-inner .content .icon a {
    width: 60px;
    height: 60px;
    min-width: 60px;
    line-height: 1;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tmp-get-in-touch-area.area-2 .section-inner .content .icon a i {
    font-size: 20px;
    line-height: 1;
}

.tmp-get-in-touch-area.area-2 .section-inner .content .text .title {
    color: #FFFFFF;
}

.tmp-get-in-touch-area.area-2 .section-inner .content .text .desc {
    color: rgba(255, 255, 255, 0.70);
}

.tmp-get-in-touch-area.area-2 .section-inner .content .text .phone {
    color: #FF5B62;
}

.tmp-get-in-touch-area.area-2 .section-inner .shape img {
    filter: brightness(0) invert(1);
    opacity: .55;
    width: 155px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .tmp-get-in-touch-area.area-2 .section-inner .content {
        padding-right: 20px;
    }
}

.tmp-about-area.area-4 {
    background-color: #FCFCFD;
    background-image: url(../images/shape/pattern-6.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.about-lead {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color-heading-1);
}

.tmp-about-area.area-4 .left-side-content .desc {
    max-width: 570px;
}

@media only screen and (max-width: 991px) {
    .about-lead {
        font-size: 18px;
    }
}

.tmp-service-area.area-3 .section-title-area-4 .right-side-text {
    max-width: 100%;
}

.tmp-service-area.area-3 {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 10%, rgba(234, 25, 34, 0.16) 0%, rgba(234, 25, 34, 0) 42%),
        linear-gradient(140deg, #151920 0%, #232935 52%, #181C24 100%);
}

.tmp-service-area.area-3 .section-title-area-4 .section-title {
    color: #FFFFFF;
}

.tmp-service-area.area-3 .section-title-area-4 .right-side-text .desc {
    color: rgba(255, 255, 255, 0.72);
}

.tmp-service-area.area-3 .service-grid-9 .service-wrapper-3 {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

.tmp-service-area.area-3 .service-grid-9 .service-wrapper-3:hover {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
}

.tmp-service-area.area-3::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 40px;
    width: 506px;
    height: 520px;
    background: url(../images/shape/banner_shape.webp) no-repeat center center;
    background-size: contain;
    filter: brightness(0) invert(1);
    opacity: .10;
    pointer-events: none;
    z-index: 0;
}

.tmp-service-area.area-3 > * {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .tmp-service-area.area-3::before {
        width: 380px;
        height: 390px;
        top: 20px;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .tmp-service-area.area-3::before {
        width: 260px;
        height: 267px;
        opacity: .35;
    }
}

.service-grid-9 .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 50px;
}

.service-grid-9 .service-wrapper-3 {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 18px rgba(31, 36, 46, 0.09);
    transition: box-shadow .35s ease;
}

.service-grid-9 .service-wrapper-3:hover {
    box-shadow: 0 10px 28px rgba(31, 36, 46, 0.16);
}

.service-grid-9 .service-wrapper-3 .top-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
}

.service-grid-9 .service-wrapper-3 .top-content h3 {
    font-size: 22px;
    line-height: 1.3;
    padding: 12px 14px;
    margin-bottom: 0;
}

.service-grid-9 .service-wrapper-3 .image-area {
    flex: 1 1 auto;
}

.service-grid-9 .service-wrapper-3 .image-area::after {
    bottom: 0;
    opacity: 1;
    z-index: 1;
    background: linear-gradient(180.06deg,
                rgba(0, 0, 0, 0) 0.05%,
                rgba(0, 0, 0, 0.35) 48.5%,
                rgba(0, 0, 0, 0.88) 99.95%);
}

.service-grid-9 .service-wrapper-3 .image-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: var(--transition);
    background: linear-gradient(180.06deg,
                rgba(234, 25, 34, 0) 0.05%,
                rgba(234, 25, 34, 0.25) 48.5%,
                #EA1922 99.95%);
}

.service-grid-9 .service-wrapper-3:hover .image-area::before {
    bottom: 0;
    opacity: 1;
}

.service-grid-9 .service-wrapper-3 .image-area .content {
    bottom: 40px;
    opacity: 1;
    z-index: 3;
    gap: 12px;
}

.service-grid-9 .service-wrapper-3 .image-area .content .tmp-icon-overlay-link-btn.btn-xxl {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    flex: 0 0 46px;
}

.service-grid-9 .service-wrapper-3 .image-area .content .tmp-icon-overlay-link-btn.btn-xxl i {
    font-size: 15px;
}

@media only screen and (max-width: 991px) {
    .service-grid-9 .service-wrapper-3 .image-area .content .tmp-icon-overlay-link-btn.btn-xxl {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
        flex: 0 0 42px;
    }
    .service-grid-9 .service-wrapper-3 .image-area .content .tmp-icon-overlay-link-btn.btn-xxl i {
        font-size: 14px;
    }
}

.service-grid-9 .service-wrapper-3 .image-area a img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

@media only screen and (max-width: 1399px) {
    .service-grid-9 .service-wrapper-3 .top-content {
        min-height: 82px;
    }
    .service-grid-9 .service-wrapper-3 .top-content h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .service-grid-9 .service-wrapper-3 .top-content {
        min-height: 76px;
    }
    .service-grid-9 .service-wrapper-3 .top-content h3 {
        font-size: 19px;
    }
}

@media only screen and (max-width: 767px) {
    .service-grid-9 .service-wrapper-3 .top-content {
        min-height: 0;
    }
    .service-grid-9 .service-wrapper-3 .top-content h3 {
        font-size: 20px;
        padding: 15px 14px;
    }
}

.tmp-bread-crumb-area.sayfa-basligi {
    background-image: url(../images/bg/header.webp);
}

.tmp-bread-crumb-area.sayfa-basligi::after {
    background: linear-gradient(180deg,
        rgba(8, 12, 20, 0.78) 0%,
        rgba(8, 12, 20, 0.65) 48%,
        rgba(8, 12, 20, 0.72) 100%);
    opacity: 1;
}

.tmp-bread-crumb-area.sayfa-basligi .breadcrumb-inner {
    padding-top: 150px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .tmp-bread-crumb-area.sayfa-basligi .breadcrumb-inner {
        padding-top: 120px;
        padding-bottom: 70px;
    }
}

header .header-mid-one-wrapper.wrapper-two .mainmenu > li.main-nav.active > a {
    color: var(--color-primary) !important;
}

.tmp-working-process-area .working-process-wrapper6 .content {
    max-width: 100%;
}

.tmp-working-process-area .working-process-wrapper6 .content .number {
    font-size: 110px;
    margin-bottom: -28px;
}

.tmp-working-process-area .working-process-wrapper6 .content .title {
    font-size: 24px;
    line-height: 1.25;
}

.harita-kutusu {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(31, 36, 46, 0.10);
}

.harita-kutusu iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media only screen and (max-width: 991px) {
    .harita-kutusu {
        height: 330px;
    }
}

.iletisim-bilgi-listesi {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.iletisim-bilgi-listesi .get-in-touch-wrapper {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    background: var(--color-white);
    padding: 24px 27px;
    box-shadow: var(--shadow-1);
    transition: var(--transition);
}

.iletisim-bilgi-listesi .get-in-touch-wrapper:hover {
    transform: scale(1.02);
}

.iletisim-bilgi-listesi .get-in-touch-wrapper:hover .icons i {
    animation: bounceIn 0.8s ease;
}

.iletisim-bilgi-listesi .get-in-touch-wrapper .icons {
    height: 58px;
    width: 58px;
    border-radius: 50%;
    margin: 0 auto 14px;
    box-shadow: var(--shadow-1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.iletisim-bilgi-listesi .get-in-touch-wrapper .icons i {
    font-size: 28px;
    color: var(--color-primary);
}

.iletisim-bilgi-listesi .get-in-touch-wrapper .title {
    margin-bottom: 15px;
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
}

.iletisim-bilgi-listesi .get-in-touch-wrapper p {
    margin-bottom: 0;
}

.iletisim-bilgi-listesi .get-in-touch-wrapper p:last-child {
    margin-top: 3px;
}

.iletisim-bilgi-listesi .get-in-touch-wrapper p a {
    font-size: 18px;
}

.iletisim-bilgi-listesi .get-in-touch-wrapper p a:hover {
    color: var(--color-primary-2);
}

@media only screen and (max-width: 991px) {
    .iletisim-bilgi-listesi {
        height: auto;
    }

    .iletisim-bilgi-listesi .get-in-touch-wrapper {
        flex: 0 0 auto;
    }
}

.tmp-contact-area.contact input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    line-height: 28px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.tmp-contact-area.contact input[type="tel"]:focus {
    border-color: var(--color-primary);
    outline: none;
}

.tmp-service-details-area .right-content-area ul.kontrol-listesi {
    display: block;
    padding-left: 0;
    list-style: none;
}

.tmp-service-details-area .right-content-area ul.kontrol-listesi li {
    position: relative;
    max-width: 100%;
    padding-left: 30px;
    margin-bottom: 12px;
    color: var(--color-body);
}

.tmp-service-details-area .right-content-area ul.kontrol-listesi li:last-child {
    margin-bottom: 0;
}

.tmp-service-details-area .right-content-area ul.kontrol-listesi li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 13px;
    color: var(--color-primary);
}

.left-sidebar .service-list ul li.aktif a {
    color: var(--color-primary);
    font-weight: 600;
}

.tmp-service-details-area .right-content-area .desc {
    margin-bottom: 18px;
}

.tmp-service-details-area .left-sidebar .single-wrapper .content .text .title {
    font-size: 20px;
    line-height: 1.35;
    white-space: nowrap;
}

.tmp-service-details-area .right-content-area .sub-title.hizmet-adi {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

.hizmet-butonlari-alani {
    padding-bottom: 32px;
}

.hizmet-bolum-basligi {
    text-align: center;
    margin-bottom: 30px;
}
.hizmet-bolum-basligi .sub-title {
    margin-bottom: 6px;
}
.hizmet-bolum-basligi h2 {
    font-family: var(--font-primary);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: var(--color-heading-1);
}
@media (max-width: 767px) {
    .hizmet-bolum-basligi h2 { font-size: 24px; }
}

.hizmet-butonu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    height: 100%;
    padding: 16px 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--color-heading-1);
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(8, 12, 20, .05);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease,
                border-color .3s ease, background .3s ease;
}

.hizmet-butonu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--color-primary);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease;
}
.hizmet-butonu:hover::before,
.hizmet-butonu.aktif::before {
    transform: scaleY(1);
}

.hizmet-butonu .hb-ikon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(234, 25, 34, .08);
    color: var(--color-primary);
    font-size: 16px;
    transition: background .3s ease, color .3s ease;
}
.hizmet-butonu .hb-metin {
    flex: 1 1 auto;
}
.hizmet-butonu .hb-ok {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(8, 12, 20, .05);
    color: var(--color-body);
    font-size: 12px;
    transition: background .3s ease, color .3s ease, transform .3s ease;
}

.hizmet-butonu:hover {
    transform: translateY(-3px);
    border-color: rgba(234, 25, 34, .35);
    box-shadow: 0 12px 26px rgba(8, 12, 20, .10);
}
.hizmet-butonu:hover .hb-ikon {
    background: var(--color-primary);
    color: var(--color-white);
}
.hizmet-butonu:hover .hb-ok {
    background: var(--color-primary);
    color: var(--color-white);
    transform: translateX(2px);
}

.hizmet-butonu.aktif {
    color: var(--color-primary);
    border-color: rgba(234, 25, 34, .35);
    background: rgba(234, 25, 34, .04);
}
.hizmet-butonu.aktif .hb-ikon,
.hizmet-butonu.aktif .hb-ok {
    background: var(--color-primary);
    color: var(--color-white);
}

.tmp-service-details-area.tam-genislik .right-content-area {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (min-width: 992px) {
    .tmp-service-details-area.tam-genislik .right-content-area {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .tmp-service-details-area.tam-genislik .right-content-area {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media (min-width: 1400px) {
    .container-3 {
        max-width: 1366px;
    }
}

@media (min-width: 1500px) {
    .container-3 {
        max-width: 1470px;
    }
}

.tmp-footer-area .container-3 > .row > .col-lg-12.p-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}

.blog-details-with-sidebar .left-content-area ul.kontrol-listesi {
    display: block;
    padding-left: 0;
    list-style: none;
    margin-top: 6px;
}
.blog-details-with-sidebar .left-content-area ul.kontrol-listesi li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: var(--color-body);
}
.blog-details-with-sidebar .left-content-area ul.kontrol-listesi li:last-child {
    margin-bottom: 0;
}
.blog-details-with-sidebar .left-content-area ul.kontrol-listesi li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 13px;
    color: var(--color-primary);
}

.blog-details-with-sidebar .left-content-area .top-area .right .tag {
    text-transform: none;
}

.tmp-blog-details-area .right-sidebar .popular-post .blog-wrapper .image {
    flex: 0 0 96px;
}
.tmp-blog-details-area .right-sidebar .popular-post .blog-wrapper .image img {
    width: 96px;
    height: 72px;
    object-fit: cover;
    border-radius: 6px;
}
.tmp-blog-details-area .right-sidebar .popular-post .blog-wrapper .blog-content p i {
    margin-right: 4px;
}

.resimli-menu h4 {
    margin-bottom: 18px;
}
.resimli-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.resimli-menu li {
    margin-bottom: 22px;
}
.resimli-menu li:last-child {
    margin-bottom: 0;
}
.resimli-menu li a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: var(--color-white);
    box-shadow: 0 6px 22px rgba(8, 12, 20, .07);
    transition: transform .3s ease, box-shadow .3s ease;
}
.resimli-menu li a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(8, 12, 20, .12);
}
.resimli-menu .baslik {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    background: #12181f;
    color: #ffffff;
    transition: background .3s ease;
}
.resimli-menu li a.aktif .baslik {
    background: var(--color-primary);
}
.resimli-menu .baslik .ok {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    color: #ffffff;
    font-size: 12px;
    transition: transform .3s ease;
}
.resimli-menu li a:hover .baslik .ok {
    transform: translateX(2px);
}
.resimli-menu .resim {
    display: block;
    line-height: 0;
    position: relative;
}
.resimli-menu .resim::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 12, 20, .38);
    transition: background .3s ease;
}
.resimli-menu li a:hover .resim::after {
    background: rgba(12, 40, 82, .6);
}
.resimli-menu .resim img {
    width: 100%;
    height: auto;
    display: block;
}
.resimli-menu .tumunu-gor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    padding: 13px 18px;
    border-radius: 8px;
    background: #0c2852;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    transition: background .3s ease;
}
.resimli-menu .tumunu-gor:hover {
    background: #16417d;
    color: #ffffff;
}
.resimli-menu .tumunu-gor i {
    font-size: 12px;
}

.tmp-blog-area .blog-card-style-five .content-area .blog-ozet {
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--color-body);
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tmp-blog-area .blog-card-style-five .image-area {
    align-self: stretch;
}
.tmp-blog-area .blog-card-style-five .image-area a,
.tmp-blog-area .blog-card-style-five .image-area a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tmp-blog-area .blog-card-style-five .blog-meta li i {
    color: var(--color-primary);
    margin-right: 5px;
}

.tmp-blog-area2 .blog-card-style-two .blog-ozet {
    margin-top: 12px;
    margin-bottom: 0;
    color: var(--color-body);
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tmp-blog-area2 .blog-card-style-two .blog-meta li i {
    color: var(--color-primary);
    margin-right: 5px;
}

.tmp-blog-area2 .row.g-5,
.tmp-blog-area .row.g-5 {
    --bs-gutter-x: 3.5rem;
    --bs-gutter-y: 3.5rem;
}

.side-bar2 .header-area-wrapper .logo img {
    max-height: 46px;
    width: auto;
}
.side-bar2 .sidebar-baslik {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-heading-1);
    margin: 0 0 16px;
    padding-bottom: 8px;
    position: relative;
}
.side-bar2 .sidebar-baslik::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 3px;
    background: var(--color-primary);
    border-radius: 2px;
}
.side-bar2 .header-bottom-qhick-action .sidebar-hakkimizda {
    padding-bottom: 28px;
    border-bottom: 1px dashed #E7E7E7;
}
.side-bar.side-bar2 .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .sidebar-hakkimizda p.disc {
    font-size: 14px;
    line-height: 1.75;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 12px;
    color: var(--color-body);
}
.side-bar.side-bar2 .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .sidebar-hakkimizda p.disc:last-child {
    margin-bottom: 0;
}
.side-bar2 .header-bottom-qhick-action .info-list-wrapper {
    margin-top: 28px;
    padding-bottom: 0;
    border-bottom: none;
}
.side-bar.side-bar2 .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
}
.side-bar.side-bar2 .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul li,
.side-bar.side-bar2 .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul li a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--color-heading-1);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
}
.side-bar.side-bar2 .inner-main-wrapper-desk.style-one-sidebar .header-bottom-qhick-action .info-list-wrapper ul li a[href*="maps"] {
    font-weight: 500;
}
.side-bar2 .header-bottom-qhick-action .info-list-wrapper ul li i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #F6F6F6;
    color: var(--color-primary);
    font-size: 14px;
    flex: 0 0 auto;
}
.side-bar2 .header-bottom-qhick-action .info-list-wrapper ul li span {
    padding-top: 6px;
}

.blog-details-with-sidebar .left-content-area .sub-title.icerik-adi {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

.blog-details-with-sidebar .left-content-area h2.title {
    font-size: 26px;
    line-height: 1.35;
    margin-top: 34px;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .blog-details-with-sidebar .left-content-area h2.title {
        font-size: 22px;
    }
}

.blog-details-with-sidebar .left-content-area h3.adim-baslik {
    font-family: var(--font-primary);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-heading-1);
    margin-top: 26px;
    margin-bottom: 8px;
}

.blog-details-with-sidebar .left-content-area .blog-tablo-sarmal {
    overflow-x: auto;
    margin: 10px 0 30px;
    border-radius: 8px;
    box-shadow: 0 6px 22px rgba(8, 12, 20, .06);
}
.blog-details-with-sidebar .left-content-area table.blog-tablo {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    background: var(--color-white);
    font-size: 15px;
}
.blog-details-with-sidebar .left-content-area table.blog-tablo th,
.blog-details-with-sidebar .left-content-area table.blog-tablo td {
    text-align: left;
    padding: 12px 16px;
    border-bottom: 1px solid var(--color-border);
    vertical-align: top;
    line-height: 1.5;
}
.blog-details-with-sidebar .left-content-area table.blog-tablo thead th {
    background: #12181f;
    color: #ffffff;
    font-weight: 600;
    border-bottom: none;
}
.blog-details-with-sidebar .left-content-area table.blog-tablo tbody tr:last-child td {
    border-bottom: none;
}
.blog-details-with-sidebar .left-content-area table.blog-tablo tbody tr:nth-child(even) td {
    background: rgba(8, 12, 20, .03);
}

.hp-alan {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.guvenlik-sorusu {
    margin-bottom: 18px;
}
.guvenlik-sorusu label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}
.guvenlik-sorusu label i {
    color: var(--color-primary);
    margin-right: 6px;
}
.success-msg p {
    color: #1a7f37;
    font-weight: 500;
    margin-top: 14px;
}
.error-msg p {
    color: var(--color-primary);
    font-weight: 500;
    margin-top: 14px;
}

.float-text.yukari-cik {
    width: 42px;
}
.float-text.yukari-cik span {
    display: block;
    writing-mode: horizontal-tb;
    transform: none;
    margin: 0;
    letter-spacing: normal;
}
.float-text.yukari-cik a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    font-size: 15px;
    transition: background .3s ease, color .3s ease;
}
.float-text.yukari-cik a:hover {
    background: var(--color-primary);
    color: #ffffff;
}

.yasal-sayfa .right-content-area h2.title {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 36px;
    margin-bottom: 12px;
}
.yasal-sayfa .right-content-area h2.title:first-child {
    margin-top: 0;
}
.yasal-sayfa .right-content-area h3.alt-baslik {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-heading-1);
    margin-top: 24px;
    margin-bottom: 10px;
}
.yasal-sayfa .yasal-tarih {
    display: inline-block;
    font-size: 14px;
    color: var(--color-body);
    background: rgba(8, 12, 20, .04);
    border: 1px solid var(--color-border);
    border-radius: 20px;
    padding: 7px 16px;
    margin-bottom: 26px;
}

.wa-buton {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1003;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.wa-buton .wa-etiket {
    background: #25D366;
    color: #ffffff;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    padding: 13px 34px 13px 16px;
    margin-right: -24px;
    border-radius: 30px 0 0 30px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .22);
    pointer-events: none;
}

.wa-buton .wa-daire {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease;
}

.wa-buton .wa-daire svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
    display: block;
}

.wa-buton:hover .wa-daire {
    transform: scale(1.08);
}

.wa-buton .wa-daire::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25D366;
    z-index: -1;
    animation: wa-dalga 2s infinite;
}

@keyframes wa-dalga {
    0%   { transform: scale(1);   opacity: .7; }
    70%  { transform: scale(1.7); opacity: 0; }
    100% { transform: scale(1.7); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .wa-buton .wa-daire::before { animation: none; }
    .wa-buton:hover .wa-daire   { transform: none; }
}

@media only screen and (max-width: 767px) {
    .wa-buton {
        right: 16px;
        bottom: 16px;
    }
    .wa-buton .wa-daire {
        width: 52px;
        height: 52px;
    }
    .wa-buton .wa-daire svg {
        width: 29px;
        height: 29px;
    }
    .wa-buton .wa-etiket {
        display: none;
    }
}

.side-bar .mobil-iletisim {
    margin-top: auto;
    padding-top: 26px;
    border-top: 1px solid rgba(8, 12, 20, .10);
}

.side-bar .mobil-iletisim .baslik {
    font-family: var(--font-primary);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--color-body);
    margin: 0 0 12px;
}

.side-bar .mobil-iletisim .telefon-buton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 52px;
    padding: 15px 18px;
    border-radius: 8px;
    background: var(--color-primary);
    color: #ffffff;
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: background .3s ease, transform .15s ease;
}

.side-bar .mobil-iletisim .telefon-buton i {
    font-size: 16px;
}

.side-bar .mobil-iletisim .telefon-buton:hover,
.side-bar .mobil-iletisim .telefon-buton:focus-visible {
    background: #c5121a;
    color: #ffffff;
}

.side-bar .mobil-iletisim .telefon-buton:active {
    transform: scale(.98);
}


.dil-secici a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.dil-secici i {
    font-size: 13px;
    line-height: 1;
}
