@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ROOT */
:root {
    --renk1: #1f1f1f;
    --renk2: #f15a0b;
    --renk3: #f15a0b;
    --renk4: #ff9d3d;
    --renk5: #121212;
    --renk6: #f6f2ed;
    --font1: "Rajdhani", sans-serif;
    --font-body: "Manrope", sans-serif;
    --surface-soft: #fff5ec;
    --surface-card: rgba(255, 255, 255, 0.92);
    --surface-dark: #202224;
    --border-soft: rgba(255, 122, 0, 0.16);
    --text-main: #1c1d1f;
    --text-muted: #60646d;
    --shadow-card: 0 24px 60px rgba(20, 20, 20, 0.12);
    --gradient1: linear-gradient(135deg, #f15a0b 0%, #ffab49 100%);
    --gradient2: linear-gradient(135deg, #242628 0%, #17181a 100%);
}

::selection {
    background: var(--renk3);
    color: #ffffff;
}

.active5 {
    position: relative;
}

.active5:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--secondary);
    border: 3px solid #ffffff;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 92%;
}




body {

/*    background-image: url("/assets/img/bg.jpeg");*/
    background-repeat: no-repeat;
    background-size: 100% 100% ;
    background-position: center;
    background-attachment: fixed;
    font-size: 14px;
}

body::-webkit-scrollbar-track {
    background-color: transparent
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aaa
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #606060
}

a {
    color: var(--renk3);
}


a:hover {
    text-decoration: none;
    color: var(--renk3);
}

/* SCROLL TOP */
.scrollup {
    position: fixed;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    bottom: 60px;
    right: 20px;
    background-color: var(--renk2);
    border: 1px solid white;
    color: white;
    font-size: 12px;
    z-index: 99;
    border-radius: 10%;
    opacity: 0;
    transform: rotate(-45deg);
    transition: 400ms;
    pointer-events: none;
}

.scrollup.aktif {
    bottom: 48px;
    opacity: 1;
    transition: 400ms;
    pointer-events: all;
}

.scrollup i {
    transform: rotate(45deg);
    transition: 400ms;
}

.scrollup:hover {
    background-color: var(--renk1);
    color: white;
    transform: scale(.9) rotate(0);
    transition: 400ms;
}

.scrollup:hover i {
    transform: rotate(0);
    transition: 400ms;
}
address p {
display: flex;
}

ul {
    list-style-type: none;
}

/* HC-OFFCANVAS */
.hc-nav-trigger {
    right: 25px;
    top: 30px;
    position: fixed;
}
.hc-nav-trigger span {
    background-color: var(--renk2);
}

.yanbasliklar {
    color: #209cd2;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    opacity: .4;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.hc-offcanvas-nav .nav-close-button span::after, .hc-offcanvas-nav .nav-close-button span::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
}

.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
    top: 15px;
    right: 0;
}

.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -11px;
}

.fancybox__container {
    z-index: 9999;
}


/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
    animation: fadeIn linear;
    background-color: rgba(0,0,0,0.5);
    animation-duration: 0.6s;
}



header.is-sticky {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
    animation: fadeInDown linear;
    animation-duration: 0.6s;
}


.navbar-brand {
    position: relative;
}

.hbtlogoGizle {
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: right center;
    transition: .5s;
}

header.is-sticky .hbtlogoGizle {
    transform: scaleX(1);
    transition-delay: .45s;
}

header.is-sticky .headerSosyal {
    display: none !important;
}

header.is-sticky .navbar-brand:hover .hbtlogoGizle {
    transform: scaleX(0);
    transition-delay: 0ms;
    transition: .5s;
}

.hizmetlerimiz-altmenu a {
    color: black;
    transition: 800ms;
    border-bottom: 1px groove slategray;
    padding-bottom: 5px;
}

.hizmetlerimiz-altmenu:hover a {
    transition: 800ms;
    padding-right: 15px;

}
.nav-link{
    color: var(--renk6);
    font-weight: 600;
    position: relative;
    overflow: hidden;
}
.is-sticky .nav-link{
    color: black;
}
.is-sticky .nav-link:hover{
    color: black;
}

.nav-link:hover::before{
    width: 100%;
    left: 0;
}
.nav-link::before{
    content: "";
    width: 0;
    transition: all .4s;
    height: 2px;
    background-color: white;
    position: absolute;
    bottom: 0;
    right: 0;
}
.nav-link:hover{
    color: var(--renk6);
}
.dropdown-menu .nav-link{
    color: black;
}

/* header sosyal medya */
.sosyalMedyaUl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sosyalMedyaUl li:not(:last-of-type) {
    margin-right: 2px;
}

.sosyalMedyaUl li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--renk6);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 5px 2px 5px;
    width: 27px;
    font-size: 14px;
    transform: translateY(-11px);
    transition: .2s ease-in-out;
}
.telefonnumaramiz a , .telefonnumaramiz i{
    color: var(--renk6) !important;
}


.headerTelefon,
.headerTelefon:hover {
    color: #b6bbbe;
}

.headerTelefonIcon {
    display: inline-block;
    min-width: 30px;
    border: 1px solid #b6bbbe;
    border-radius: 50%;
    aspect-ratio: 1/1;
    text-align: center;
    line-height: 28px;
    color: #b6bbbe;
}

/*
* FOOTER
*/


footer .footer-alt-bg {
    border-top: 8px solid var(--renk2);
    background: #fff;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 30;
    padding-bottom: 8px
}

.footer-alt-bg::before{
    content: "";
    width: 100%;
    height: 5px;
    background-color: white;
    position: absolute;
    top: -10px;
    left: 0;
}
.footer-alt{
    position: relative;
    padding-left: 74px;
}
.footer-alt::before{
    content: "";
    position: absolute;
    background-image: url("../img/f-icon.png");
    width: 74px;
    height: 74px;
    left: 0;
    bottom: 0;
}

footer .footer-alt-bg .footer-alt-ic {
    margin-right: auto
}

footer .footer-alt-bg p {
    padding: .8em 0 .4em;
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: #555;
    text-align: right
}

footer .footer-Link{
    transition: all .4s;
}

footer .footer-Link:hover{
    padding-left: 10px;
}

footer .footer-ust-img {
    position: absolute;
    width: 100%;
    height: 55px;
    top: -40px;
    transform: perspective(1px)
}

footer .hakanbt-logo:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -44px;
    left: -16px;
    border-style: solid;
    border-width: 0 30px 35px 30px;
    border-color: transparent transparent #fff transparent
}

footer .hakanbt-logo:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -34px;
    left: -6px;
    border-style: solid;
    border-width: 0 20px 24px 20px;
    border-color: transparent transparent var(--renk2) transparent
}

footer .hakanbt-logo {
    position: absolute;
    bottom: -14px;
    left: 15px;
    height: 35%;
    width: 100%
}

.hakanbt {
    width: 28px !important;
    height: 25px !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 !important;
    transition: all .5s ease-in-out .1s !important
}

.hakanbt img {
    max-width: none !important;
    user-select: none;
}

.hakanbt:hover {
    width: 125px !important
}

.dropdown-menu {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0;
}

.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0 0;
}

.navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 52px;
    transform: rotateX(0deg);
}

.right-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    background-color: #fff;
    list-style: none;
}
.navbar .nav-item.right:hover .right-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: all;
    animation-name: dropdownAnimasyon;
    animation-duration: 1s;
    animation-timing-function: ease;
}

/* .slider {
    margin-top: 110px;
} */

/* Slider */
.swiper {
    width: 100%;
}

.mySwiper {
    height: 100vh;
}


.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sayfaBaslik{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sayfaBaslik h2 {
    text-align: center;
    display: inline-flex;
    position: relative;
    padding: 0 0 10px 0;
    justify-content: center;
    align-items: center;
    font: var(--font1);
    color: var(--renk3);
    font-size: 30px;
}
.sayfaBaslik svg{
    position: absolute;
    width: 40%;
    bottom: -10px;
}

.ortalaX {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.card {
    border-radius: 0 0 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin-top: 30px;
}

.card-body .btn {
    padding: 10px 40px;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--renk3) !important;
}
.swiper-button-next{
    right: -10px;
}
.swiper-button-prev{
    left: -10px;
}

footer {
    background-color: var(--renk1);
    color: white;
    background-size: 100% 100%;
    overflow: hidden;
}

footer a {
    color: white !important;
}
.footer-list h3{
    color: white;
    position: relative;
    margin-bottom: 20px;
}
.footer-list i{
    margin-right: 10px;
    transition: all .4s;
    color: white;
}
.footer-social li i:hover{
    box-shadow: rgba(149, 157, 165, 0.4) 0 8px 24px;
}
.footer-social li i{
    background-color: white;
    color: black;
    transition: all .4s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center; align-items: center;
    margin: 0 5px;
    font-size: 18px;
    padding: 0;
}
.footer-list li:hover i{
    margin-right: 15px;
}
.footer-list li{
    margin: 10px 0;
}

.hizmet-card {
    display: inline-block;
    background-color: transparent;
    margin-top: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    width: 100%;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    position: relative;
}

.hizmet-card-top img {
    width: 100%;
    transition: all .4s;
}
.hizmet-card-top{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hizmet-card-top i{
    display: none;
}

.hakkimizda .img-fluid{
    width: 100%;
    border-radius: 10px;
    transition: all .4s;
}
.hizmet-card-title {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    background-color: var(--renk6);
    padding: 10px !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hizmet-card-title i{
    position: absolute;
    width: 50px;
    height: 50px;
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--renk3);
    color: white;
    border-radius: 10px;
    top: -40px;
    right: 10px;
}
.hizmet-card-title h5{
    font-size: 16px;
    margin-top: 10px;
}
.hizmet-card-title p{
    font-size: 13px;
}

.mySwiperzaman .swiper-slide{
    text-align: left !important;
    cursor: context-menu;
}
.mySwiperzaman hr{
    background-color: black;
    position: relative;
}
.mySwiperzaman hr::before{
    content: "\f111";
    font: var(--fa-font-solid);
    font-size: 15px;
    position: absolute;
    left: 0;
    top: -7.5px;
}

.rakamlarlaBiz {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    align-items: center;
    height: auto;
    color: white;
    background-color: var(--renk1);
}
.rakamlarlaBiz .sayfaBaslik h2, .rakamlarlaBiz .cls-1{
    color: white;
    fill: white !important;
}
.countreup i {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 30px;
    color: white;
    font-size: 40px;
    line-height: 80px;
}

.count {
    font-size: 35px;
    color: #fff;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 1;
    display: inline-block;
}

.countreup p {
    font-size: 18px;
    font-weight: 600;
}



.snip1573 {
    background-color: #fff;
    display: inline-block;
    font-family: sans-serif Poppins-Regular;
    font-size: 10px;
    max-width: 180px;
    height: 135px;
    padding-top: 10px;
    min-width: 180px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    -webkit-box-shadow: 0 6px 14px 0 rgb(215 215 219);
    -moz-box-shadow: 0 6px 14px 0 rgba(215, 215, 219, 1);
    box-shadow: 0 6px 14px 0 rgb(215 215 219);
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

/* Slider Haberler*/

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.modal-content {
 top: 50px;
}

.slider .swiper-button-next{
    right: 10px;
}
.slider .swiper-button-prev{
    left: 10px;
}
.slider{
    overflow: hidden;
}
.slider .swiper-slide::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0,0,0,1) 1%, rgba(0,0,0,0) 100%);
}
.slider svg{
    position: absolute;
    z-index: 10;
    left: -12%;
    width: 40%;
    bottom: -35%;
}
.slogon {

    background-color: var(--renk2);
    color: white;
}
.countreup svg{
    stroke: white;
    width: 50px;
    stroke-width: 20px;
    fill: none;
}
.referans_content {
    background-color: #fff;
    max-width: 200px;
    height: 135px;
    min-width: 180px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    transition: all .4s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.referans_content img{
    width: 90% !important;
}
.referans_content:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
}
.referans_content::before{
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 1), transparent);
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    pointer-events: none;
}

.referans_content:hover::before {
    animation: shine 1s ease-in-out 0.2s forwards;
}

@keyframes shine {
    0% {
        transform: translate(150%, -35%);
        opacity:0.3;
    }
    100% {
        transform: translate(-150%, 35%);
        opacity:0.8;
    }
}

.faaliyetAlaniSlider{
    background-color: var(--renk1);
    position: relative;
}

.hbr-card {
    display: inline-block;
    background-color: white;
    margin-bottom: 5px;
    color: black;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 30px;
    height: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.referans_content img {
    width: auto;
    height: auto;
}

.hbr-card-top img {
    width: 100%;
}

.hbr-card-title {
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    background-color: var(--renk4);
}

.galeri_link {
    display: inline-block;
    background-color: #e0e0e0;
    color: #dc3545;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    width: 100%;
}

.galeri-card-top img {
    width: 100%;
    height: 191px;
}

.galeri-card-title {
    padding-top: 20px;
    height: 80px;
    font-size: 16px;
    font-weight: 500;
}



address a {
    color: black;

}

address {
    font-size: 14px;
}

/* Slider  */
.swiper-slide .title {
    font-size: 30px;
    color: white;
    font: var(--font1);
    font-size: 35px;
    font-weight: 900;
}

.slider-yazi{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left !important;
    top: 0;
    left: 0;
}

.swiper-slide .subtitle {
    font-size: 20px !important;
    color: white;
    font-weight: 650 !important;
    font: var(--font1);
}


.headerSosyal .fa-phone {
    color: var(--renk3)
}

.custom-swipper-wrapper {
    transform: translate(-15px, 0);
    width: 1110px;
}

.buton-sag {
    position: fixed;
    right: -40px;
}

.buton-sol {
    position: fixed;
    left: -40px;

}


.list-unstyled li {
    padding: 5px 0;
}

.short_image {
    padding: 160px 0 100px;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    position: relative;
    background: #101112;
    overflow: hidden;
    z-index: 1;
}

.short_image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: 0.12;
    z-index: -1;
}

.short_image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 122, 0, 0.15), transparent 45%),
        radial-gradient(circle at 85% 30%, rgba(255, 122, 0, 0.1), transparent 40%),
        linear-gradient(180deg, rgba(16,17,18,0.4) 0%, rgba(16,17,18,0.9) 100%);
    z-index: -1;
}

.short-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.short-title h1 {
    font-family: var(--font1);
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
}

.short-title h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: var(--gradient1);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(255, 122, 0, 0.3);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.3);
}

.breadcrumb {
    margin: 25px 0 0;
    background: rgba(255, 255, 255, 0.03);
    padding: 8px 25px;
    border-radius: 999px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.breadcrumb .breadcrumb-item, .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--renk2) !important;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.hk-content {
    padding: 10px;
    text-align: justify;
    min-height: 350px;
}
.hk-content.resimVar{
    min-height: 500px;
}

.hk-img {
    width: 100%;
    max-height: 500px;
    border-radius: 10px;
}

figure.snip0023 {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
}

figure.snip0023 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.snip0023 * {
    box-sizing: border-box;
}

.faaliyetimg {
    width: 100%;
    height: 191px;
}

figure.snip0023 > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.snip0023 > div::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-image: linear-gradient(45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}

figure.snip0023 i {
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    padding: 6px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.05s linear;
    transition: 0.05s linear;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
}

figure.snip0023 .curl {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    transition: all .4s ease;
}

figure.snip0023 .curl:before, figure.snip0023 .curl:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgb(0 0 0 / 30%);
    transform: skew(-10deg) rotate(-6deg);
}

figure.snip0023 .curl:after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg);
}

figure.snip0023:hover > div::before, figure.snip0023.hover > div::before {
    opacity: 1;
}

figure.snip0023:hover i, figure.snip0023.hover i {
    opacity: 0.7;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.snip0023:hover .curl, figure.snip0023.hover .curl {
    width: 90px;
    height: 90px;
}

.alt_baslik {
    height: 60px;
    text-align: center;
    color: black;
    font-weight: 500;
}

.whatsapp_sor {
    color: white;
    bottom: 50px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    left: 30px;
    background: #34AF23;
    text-align: center;
    z-index: 99;
    font-size: 30px;
    text-decoration: none;
    border-radius: 100%;
    transition: all .2s;
}
.whatsapp_sor:hover {
    color: white;
    height: 60px;
    width: 60px;
    left: 25px;
    bottom: 45px;
}
.joinchat__box {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 48px;
    left: 28px;
    z-index: 9999;
    width: calc(100vw - 20px*2);
    max-width: 400px;
    min-height: 170px;
    max-height: calc(100vh - 20px - 20pc);
    border-radius: 32px;
    background: transparent;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 50%);
    text-align: left;
    overflow: hidden;
    transform: scale3d(0,0,0);
    opacity: 0;
    transition: max-height .2s ease-out,opacity .4s ease-out,transform 0s linear .3s;
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: 10% 100%;
}
.joinchat__header {
    display: flex;
    flex-flow: row;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    height: 70px;
    padding: 0 70px 0 26px;
    margin: 0;
    background: rgb(37, 209, 102);
}

.joinchat__powered {
    font-size: 11px;
    line-height: 18px;
    color: inherit!important;
    text-decoration: none!important;
    fill: white;
    opacity: .8;
}
.joinchat__powered svg {
    display: inline-block;
    width: auto;
    height: 18px;
    vertical-align: -30%;
}
.joinchat__close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 34px;
    margin-top: -16px;
    border-radius: 50%;
    background-size: 12px;
    cursor: pointer;
    transition: background-color .3s ease-out;
}
.joinchat__box__scroll {
    padding: 20px 0 calc(60px + 10px) 70px;
    background: #fff linear-gradient(0deg,rgba(37,211,102,0.04),rgba(37,211,102,0.04));
    overflow-x: hidden;
    overflow-y: auto;
    will-change: scroll-position;
}
.joinchat__message {
    position: relative;
    min-height: 60px;
    padding: 17px 20px;
    margin: 0 26px 26px;
    border-radius: 32px;
    background: #fff;
    color: #4a4a4a;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    transform: translateZ(0);
}
.joinchat--show {
    opacity: 1;
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.18,.89,.32,1.28);
}
.wp-btn {
    font-weight: 600;
    transition: all .4s;
    background-color: #25d166;
    color: white;
    border-radius: 30px;
    padding: 15px 20px;
    margin-right: 20px;
    margin-left: 26px;
}

.wp-btn:hover {
    color: white;
    background-color: #3aec7b;
}

.say-list{
    width: 100%;
    text-align: center;
    background-color: var(--renk1);
    padding: 10px 10px;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
}
.say-list:hover{
    background-color: var(--renk2);
}
.btn-style-1{
    background-color: var(--renk1);
    color: white;
    padding: 2px 20px;
    display: inline-flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.btn-style-1:hover{
    color: white;
}
.btn-style-1 span{
    position: relative;
    z-index: 2;
}
.btn-style-1:hover span{
    color: var(--renk1);
}
.btn-style-1:hover{
    background-color: white;
}
.harita iframe{
    width: 100%;
    height: 350px;
}
.z-10{
    position: relative;
    z-index: 10;
}
.logo-2{
    display: none;
}
.is-sticky .logo-2{
    display: block;
}
.is-sticky .logo-1{
    display: none;
}
.sayfaHeader .logo-1{
    display: none;
}
.sayfaHeader .logo-2{
    display: block;
}
.sayfaHeader .is-sticky .logo-2{
    display: none !important;
}
.galeri-kutu{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}
.galeri-kutu:hover{
    transform: scale(1.1) rotate(-3deg);
}
.galeri-kutu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.galeri-kutu::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s;
    pointer-events: none;
}
.galeri-kutu:hover::before{
    opacity: 0.5;
}
.galeri-kutu::after{
    content: "\f424";
    font: var(--fa-font-solid);
    color: white;
    font-size: 20px;
    transform: scale(0);
    transition: all .4s;
    position: absolute;
    z-index: 5;
    pointer-events: none;
}
.galeri-kutu:hover::after{
    transform: scale(1);
}
.galeri-kutu a{
    width: 100%;
    height: 100%;
}
address a {
    color: black;
    transition: all .4s;

}
address p:hover a {
    color: black;
    transform: translateX(10px);
}

address {
    font-size: 14px;
}
address p{
    display: flex;
    justify-content: start;
    align-items: center;
}
address p i{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--renk1);
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
    outline: 1px solid var(--renk1);
    outline-offset: 3px;
    transition: all .4s;
}
address p:hover i{
    transform: rotate(360deg);
    outline-offset: 5px;
}
.hc-offcanvas-nav .nav-back a, .hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a {
    color: var(--renk1);
}

.nav-item-link {
    display: flex !important;
}

.nav-item-link i {
    font-size: 18px;
    margin-right: 10px;
}

.nav-item-link .hbt-icon {
    background-color: var(--renk1);
    width: 20px;
    height: 20px;
}

.hc-offcanvas-nav .nav-close-button span::after, .hc-offcanvas-nav .nav-close-button span::before {
    border-color: var(--renk1);
}
.hbt-card{
    width: 100%;
    margin: 15px 0;
    position: relative;
    border-radius: 10px;
    transition: all .4s;
}
.hbt-card-top{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 17px;
}
.hbt-card:hover .hbt-card-title{
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 17px;
}
.hbt-card-top::before{
    content: "\2b";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: white;
    z-index: 5;
    position: absolute;
    transform: scale(0);
    transition: all .4s;
}
.hbt-card-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.hbt-card:hover .hbt-card-top img{
    filter: brightness(0.5);
}
.hbt-card:hover .hbt-card-top::before{
    transform: scale(1);
}
.hbt-card-title {
    width: 100%;
    height: 80px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    padding: 5px 10px;
    background-color: white;
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 17px;
    transition: all .4s;
}
.kurumsal-img{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    transition: all .4s;
}
.kurumsal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kurumsal-img:hover{
    transform: rotate(-3deg) scale(1.03);
}
main{
    overflow: hidden;
}
.canvasSocial li i{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--gradient1);
    color: white;
    margin-right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.canvasSocial li{
    align-content: center;
    margin: 5px 0;
}
@media screen and (min-width: 998px){
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .swiper-button-next{
        right: -30px;
    }
    .swiper-button-prev{
        left: -30px;
    }
}
@media screen and (min-width: 450px) and (max-width: 998px){
    .swiper-button-next{
        right: -15px;
    }
    .swiper-button-prev{
        left: -15px;
    }
    .bg-container{
        padding: 8px !important;
    }
}
@media screen and (max-width: 450px) {
    .short-title h1{
        text-align: center;
    }
    .breadcrumb {
        padding: 10px 0;
    }
    .hbt-card-title {
        font-size: 14px !important;
    }
    .bg-container{
        padding: 8px !important;
    }
    .sayfaDetay-img{
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 20px 0 !important;
    }
}

.notify {
    width: 400px;
}

.notify.alert-success {
    background-color: white;
    border-radius: 10px;
    text-align: center;
    position: relative;
    display: flex !important;
    z-index: 9999 !important;
    justify-content: center;
    align-items: center;
}

.notify.alert-success span[data-notify="icon"] {
    color: green;
    position: absolute;
    left: 15px;
}

.close {
    top: auto !important;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.notify.alert-danger {
    background-color: white !important;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 9999 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.notify.alert-danger span[data-notify="icon"] {
    color: red;
    position: absolute;
    left: 15px;
}

@media screen and (max-width: 450px) {
    .notify {
        width: 90%;
    }
}

/* popup */


.pop-kutu, .pop-up img {
    width: 100%;
    height: 100%;
}
.pop-up img{
    border-radius: 10px;
}
.pop-kapat{
    cursor: pointer;
}
.pop-kutu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, .7)
}
.pop-up .gosterme{
    position: absolute;
    bottom: 12px;
    border-radius: 5px;
    padding: 3px 20px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.pop-up .kapat{
    position: absolute;
    bottom: 10px;
    border-radius: 5px;
    padding: 3px 20px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.kapat span i, .gosterme span i {
    font-size: 9px;
    position: relative !important;
    left: -9px;
    right: auto;
    float: left;
}
.pop-up .gosterme span, .pop-up .kapat span{
    z-index: 2;
    transition: all .4s;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-up .kapat:hover span i, .pop-up .gosterme:hover span i{
    color: var(--renk1);
}
.pop-up .gosterme:hover span, .pop-up .kapat:hover span{
    color: var(--renk1);
}
.pop-up .gosterme:hover::before, .pop-up .kapat:hover::before{
    width: 120%;
    left: -10%;
}
.pop-up .gosterme::before, .pop-up .kapat::before{
    content: "";
    left: 15px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    width: 0;
    aspect-ratio: 1/1;
    transition: all .4s;
}
.pop{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
}
.pop-up {
    margin: 0 15px;
    z-index: 3000 !important;
    border-radius: 10px;
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
    max-height: 80vh;
    max-width: 1200px;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    aspect-ratio: 1 / 1;
}
.pop-up img{
    border: 10px solid white;
}

.pop-up i {
    position: absolute;
    right: -13px;
    cursor: pointer;
    font-size: 26px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    transition: all .2s;
    opacity: 1 !important;
    color: white;
}
.pop-up i:hover{
    color: white;
    transform: scale(1.1);
}
.pop .fa-circle-xmark{
    top: -13px;
}

/*CONTAINER*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
.instagram-bg {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.facebook-bg {
    background-color: #3b5998;
}
.twitter-bg {
    background-color: #1da1f2;
}
.whatsapp-bg {
    background-color: #25D366;
}
.linkedin-bg {
    background-color: #0A66C2;
}

/* =========================
   HOME REDESIGN
========================= */
body {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text-main);
    background:
        radial-gradient(circle at top left, rgba(255, 122, 0, 0.10), transparent 24%),
        radial-gradient(circle at top right, rgba(35, 37, 39, 0.18), transparent 20%),
        linear-gradient(180deg, #fff8f1 0%, #ffffff 48%, #f4f4f4 100%);
}

main {
    overflow: hidden;
}

p {
    color: var(--text-muted);
}

a,
a:hover {
    text-decoration: none;
}

.btn-style-1 {
    background: var(--gradient1);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 14px 28px;
    font-family: var(--font1);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 18px 40px rgba(255, 122, 0, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.btn-style-1:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(255, 122, 0, 0.33);
}

.btn-style-1 span {
    color: inherit;
}

.section-heading {
    margin-bottom: 38px;
}

.section-heading.text-left {
    align-items: flex-start;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 122, 0, 0.10);
    color: var(--renk2);
    font-family: var(--font1);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.section-title {
    margin: 18px 0 16px;
    color: var(--text-main);
    font-family: var(--font1);
    font-size: clamp(2rem, 2vw + 1.5rem, 3.25rem);
    font-weight: 700;
    line-height: 1.03;
}

.section-copy {
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
}

.text-left .section-copy {
    margin-left: 0;
    margin-right: 0;
}

header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
    background: linear-gradient(180deg, rgba(14, 14, 15, 0.82) 0%, rgba(14, 14, 15, 0.48) 100%);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

header.site-header.is-sticky,
header.site-header.sayfaHeader {
    background: rgba(255, 248, 241, 0.94);
    box-shadow: 0 20px 45px rgba(21, 21, 21, 0.12);
    border-color: rgba(255, 122, 0, 0.10);
}

.site-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

header.site-header.is-sticky .site-topbar,
header.site-header.sayfaHeader .site-topbar {
    border-color: rgba(31, 31, 31, 0.08);
}

.site-topbar-inner,
.site-header-shell,
.site-topbar-meta,
.site-header-info,
.hero-actions,
.hero-band-grid,
.about-actions,
.footer-brand,
.footer-cta-row {
    display: flex;
    align-items: center;
}

.site-topbar-inner {
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
}

.site-topbar-copy span,
.topbar-link,
.site-social-list a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    transition: color 0.25s ease;
}

header.site-header.is-sticky .site-topbar-copy span,
header.site-header.is-sticky .topbar-link,
header.site-header.is-sticky .site-social-list a,
header.site-header.sayfaHeader .site-topbar-copy span,
header.site-header.sayfaHeader .topbar-link,
header.site-header.sayfaHeader .site-social-list a {
    color: rgba(31, 31, 31, 0.78);
}

.site-topbar-copy i,
.topbar-link i {
    color: var(--renk2);
    margin-right: 8px;
}

.site-topbar-meta {
    gap: 18px;
}

.site-social-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-social-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.site-social-list a:hover,
.topbar-link:hover {
    color: #fff;
}

header.site-header.is-sticky .site-social-list a,
header.site-header.sayfaHeader .site-social-list a {
    background: rgba(31, 31, 31, 0.05);
}

.site-header-shell {
    justify-content: space-between;
    gap: 26px;
    min-height: 96px;
}

.site-header-right {
    flex: 1;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: var(--gradient1);
    color: #fff;
    font-size: 22px;
    box-shadow: 0 16px 34px rgba(255, 122, 0, 0.28);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.brand-copy strong {
    color: #fff;
    font-family: var(--font1);
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.brand-copy small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

header.site-header.is-sticky .brand-copy strong,
header.site-header.sayfaHeader .brand-copy strong {
    color: var(--text-main);
}

header.site-header.is-sticky .brand-copy small,
header.site-header.sayfaHeader .brand-copy small {
    color: rgba(31, 31, 31, 0.6);
}

.site-header-info {
    justify-content: flex-end;
    gap: 14px;
    margin-bottom: 16px;
}

.header-info-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    min-width: 230px;
}

.header-info-card i {
    color: var(--renk2);
    font-size: 18px;
}

.header-info-card span {
    display: block;
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.header-info-card strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

header.site-header.is-sticky .header-info-card,
header.site-header.sayfaHeader .header-info-card {
    background: rgba(31, 31, 31, 0.04);
}

header.site-header.is-sticky .header-info-card span,
header.site-header.sayfaHeader .header-info-card span {
    color: rgba(31, 31, 31, 0.48);
}

header.site-header.is-sticky .header-info-card strong,
header.site-header.sayfaHeader .header-info-card strong {
    color: var(--text-main);
}

.site-navbar {
    justify-content: flex-end;
    gap: 16px;
}

.site-navbar .navbar-collapse {
    flex-grow: 0;
}

header.site-header .nav-link {
    color: rgba(255, 255, 255, 0.88);
    padding: 14px 16px;
    font-family: var(--font1);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

header.site-header .nav-link::before {
    height: 3px;
    border-radius: 999px;
    background: var(--gradient1);
}

header.site-header .nav-item.active .nav-link,
header.site-header .nav-link:hover {
    color: #fff;
}

header.site-header.is-sticky .nav-link,
header.site-header.sayfaHeader .nav-link {
    color: rgba(31, 31, 31, 0.84);
}

header.site-header.is-sticky .nav-item.active .nav-link,
header.site-header.is-sticky .nav-link:hover,
header.site-header.sayfaHeader .nav-item.active .nav-link,
header.site-header.sayfaHeader .nav-link:hover {
    color: var(--text-main);
}

.dropdown-menu {
    margin-top: 12px;
    border: 1px solid rgba(255, 122, 0, 0.14);
    border-radius: 18px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(28, 29, 31, 0.16);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--text-main);
    font-size: 14px;
    font-weight: 600;
}

.dropdown-item i {
    color: var(--renk2);
}

.dropdown-item:hover {
    background: rgba(255, 122, 0, 0.08);
}

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    font-family: var(--font1);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-cta i {
    color: var(--renk2);
}

.header-cta:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

header.site-header.is-sticky .header-cta,
header.site-header.sayfaHeader .header-cta {
    background: rgba(31, 31, 31, 0.06);
    color: var(--text-main);
}

.heroSlider {
    position: relative;
    overflow: hidden;
    background: #101112;
}

.heroSlider .mySwiper {
    height: 100vh;
    min-height: 760px;
}

.hero-grid-backdrop {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 90px 90px;
    opacity: 0.16;
    z-index: 1;
}

.hero-slide,
.hero-media,
.hero-overlay,
.hero-content {
    position: absolute;
    inset: 0;
}

.hero-slide {
    position: relative;
}

.hero-media {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.05);
}

.hero-media-fallback {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 122, 0, 0.34), transparent 24%),
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.06), transparent 16%),
        linear-gradient(115deg, #1d1f22 0%, #0d0e10 42%, #1d1f22 100%);
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(15, 15, 16, 0.92) 10%, rgba(15, 15, 16, 0.74) 54%, rgba(15, 15, 16, 0.62) 100%),
        radial-gradient(circle at right center, rgba(255, 122, 0, 0.16), transparent 26%);
}

.hero-content {
    z-index: 2;
}

.hero-content .container {
    position: relative;
    z-index: 2;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 122, 0, 0.14);
    color: #ffc382;
    font-family: var(--font1);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-title {
    margin: 22px 0 18px;
    color: #fff;
    font-family: var(--font1);
    font-size: clamp(3rem, 4.5vw, 5.6rem);
    font-weight: 700;
    line-height: 0.92;
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.hero-description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.66);
}

.hero-actions {
    gap: 16px;
    margin-top: 34px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-primary {
    min-width: 220px;
}

.hero-secondary,
.about-secondary-link,
.cta-outline-link,
.footer-secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.hero-secondary:hover,
.about-secondary-link:hover,
.cta-outline-link:hover,
.footer-secondary-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-2px);
}

.hero-secondary i,
.about-secondary-link i,
.cta-outline-link i,
.footer-secondary-link i {
    color: var(--renk2);
}

.hero-panel {
    position: relative;
    margin-left: auto;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    max-width: 420px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.hero-panel::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 22px;
    width: 80px;
    height: 80px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    opacity: 0.5;
}

.hero-panel-label {
    display: inline-flex;
    color: #ffc382;
    font-family: var(--font1);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-panel h2 {
    margin: 12px 0 14px;
    color: #fff;
    font-family: var(--font1);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.hero-panel p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.72);
}

.hero-panel-meta,
.hero-panel-points {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.hero-mini-card,
.hero-point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
}

.hero-mini-card i,
.hero-point i {
    color: var(--renk2);
    font-size: 18px;
    margin-top: 4px;
}

.hero-mini-card span,
.hero-point span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.64);
}

.hero-mini-card strong,
.hero-point strong {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.hero-band {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38px;
    z-index: 3;
}

.hero-band-grid {
    gap: 18px;
}

.hero-band-card {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-band-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255, 122, 0, 0.18);
    color: var(--renk2);
    font-size: 19px;
}

.hero-band-card strong {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.hero-band-card span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.68);
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.slider .swiper-button-next::after,
.slider .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 700;
}

.hero-pagination {
    bottom: 150px !important;
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 0.28);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--renk2);
    transform: scale(1.15);
}

.home-about,
.service-section,
.trust-section,
.process-section,
.cta-section {
    position: relative;
    padding: 110px 0;
}

.home-about {
    padding-top: 140px;
}

.about-points {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.about-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--text-main);
    font-weight: 600;
}

.about-point i {
    color: var(--renk2);
    margin-top: 3px;
}

.about-actions {
    gap: 16px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.about-secondary-link {
    border-color: rgba(31, 31, 31, 0.10);
    color: var(--text-main);
    background: #fff;
}

.about-secondary-link:hover {
    color: var(--text-main);
    background: #fff8f1;
    border-color: rgba(255, 122, 0, 0.18);
}

.about-media img,
.about-visual {
    border-radius: 30px;
    box-shadow: var(--shadow-card);
}

.about-media img {
    min-height: 520px;
    object-fit: cover;
}

.about-visual {
    position: relative;
    min-height: 520px;
    padding: 34px;
    background:
        radial-gradient(circle at top right, rgba(255, 122, 0, 0.18), transparent 28%),
        linear-gradient(180deg, #232528 0%, #161719 100%);
    overflow: hidden;
}

.about-visual::before,
.about-visual::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.about-visual::before {
    width: 220px;
    height: 220px;
    top: -80px;
    left: -80px;
}

.about-visual::after {
    width: 180px;
    height: 180px;
    bottom: -60px;
    right: -60px;
}

.about-visual-card {
    position: relative;
    z-index: 1;
    border-radius: 26px;
    padding: 26px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.about-card-primary {
    max-width: 360px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.about-card-primary .visual-label,
.about-card-accent span,
.about-card-dark span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #ffc382;
    font-family: var(--font1);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-card-primary strong,
.about-card-accent strong,
.about-card-dark strong {
    display: block;
    color: #fff;
    font-family: var(--font1);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.04;
}

.about-card-primary p,
.about-card-accent p,
.about-card-dark p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.74);
}

.about-card-accent,
.about-card-dark {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    width: max-content;
    max-width: 100%;
}

.about-card-accent {
    margin-left: auto;
    background: var(--gradient1);
}

.about-card-dark {
    background: rgba(255, 255, 255, 0.08);
}

.about-card-accent i,
.about-card-dark i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 20px;
}

.service-section {
    background:
        radial-gradient(circle at left center, rgba(255, 122, 0, 0.10), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fff5ec 100%);
}

.service-grid > div {
    margin-bottom: 30px;
}

.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 28px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(255, 122, 0, 0.10);
    box-shadow: var(--shadow-card);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 122, 0, 0.24);
    box-shadow: 0 30px 70px rgba(20, 20, 20, 0.15);
}

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: rgba(255, 122, 0, 0.10);
    color: var(--renk2);
    font-size: 24px;
}

.service-count {
    color: rgba(31, 31, 31, 0.22);
    font-family: var(--font1);
    font-size: 42px;
    font-weight: 700;
}

.service-card h3 {
    margin-bottom: 12px;
    color: var(--text-main);
    font-family: var(--font1);
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.service-card p {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 1.8;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: var(--text-main);
    font-family: var(--font1);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.service-link i {
    color: var(--renk2);
    transition: transform 0.25s ease;
}

.service-link:hover {
    color: var(--text-main);
}

.service-link:hover i {
    transform: translateX(4px);
}

.trust-section {
    background:
        radial-gradient(circle at center top, rgba(255, 122, 0, 0.22), transparent 24%),
        linear-gradient(135deg, #232528 0%, #151618 100%);
}

.trust-section .section-title,
.trust-section .section-copy,
.trust-section .section-kicker {
    color: #fff;
}

.trust-section .section-kicker {
    background: rgba(255, 255, 255, 0.10);
    color: #ffc382;
}

.trust-stat-card {
    width: 100%;
    padding: 28px 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    text-align: center;
    margin: 15px 0;
}

.trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
    border-radius: 22px;
    background: rgba(255, 122, 0, 0.12);
    color: var(--renk2);
    font-size: 26px;
}

.trust-value {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
    margin-bottom: 12px;
    color: #fff;
    font-family: var(--font1);
    font-weight: 700;
}

.trust-value .count {
    margin: 0;
    color: #fff;
    font-size: 56px;
    line-height: 0.9;
}

.count-suffix {
    font-size: 24px;
    margin-bottom: 10px;
}

.trust-stat-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
}

.process-section {
    background: #fff;
}

.process-card {
    position: relative;
    width: 100%;
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #fff6ee 100%);
    border: 1px solid rgba(255, 122, 0, 0.10);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    margin: 15px 0;
}

.process-card::before {
    content: "";
    position: absolute;
    inset: auto -60px -60px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 122, 0, 0.08);
}

.process-number {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--renk2);
    font-family: var(--font1);
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
}

.process-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    color: var(--text-main);
    font-family: var(--font1);
    font-size: 28px;
    font-weight: 700;
}

.process-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
}

.cta-section {
    padding-top: 0;
}

.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 44px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 18%),
        linear-gradient(135deg, #242628 0%, #17181a 100%);
    box-shadow: 0 30px 70px rgba(16, 16, 16, 0.22);
}

.cta-box .section-kicker {
    background: rgba(255, 255, 255, 0.10);
    color: #ffc382;
}

.cta-copy h2 {
    margin: 16px 0 14px;
    color: #fff;
    font-family: var(--font1);
    font-size: clamp(2rem, 2vw + 1.1rem, 3rem);
    font-weight: 700;
    line-height: 1.04;
}

.cta-copy p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-outline-link {
    border-color: rgba(255, 255, 255, 0.16);
}

.site-footer {
    background:
        radial-gradient(circle at top left, rgba(255, 122, 0, 0.20), transparent 20%),
        linear-gradient(180deg, #1b1d1f 0%, #121315 100%);
    color: #fff;
}

.site-footer .footer-top {
    padding-top: 100px;
    padding-bottom: 56px;
}

.site-footer .brand-copy strong,
.site-footer .brand-copy small {
    color: #fff;
}

.footer-copy {
    margin: 24px 0 24px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    line-height: 1.8;
}

.footer-note-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-note-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-note-list i {
    color: var(--renk2);
    margin-top: 4px;
}

.footer-note-list span,
.contact-box span {
    color: rgba(255, 255, 255, 0.70);
}

.footer-list h3 {
    margin-bottom: 24px;
    color: #fff;
    font-family: var(--font1);
    font-size: 28px;
    font-weight: 700;
}

.footer-list li {
    margin: 0 0 16px;
}

.footer-list li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.76) !important;
    transition: transform 0.25s ease, color 0.25s ease;
}

.footer-list li a:hover {
    color: #fff !important;
    transform: translateX(4px);
}

.footer-list li a i {
    margin-right: 0;
    color: var(--renk2);
}

.contact-box li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-box li:last-child {
    border-bottom: none;
}

.contact-box i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 16px;
    background: rgba(255, 122, 0, 0.14);
    color: var(--renk2);
    font-size: 18px;
    margin-right: 0;
}

.contact-box h6 {
    margin-bottom: 6px;
    color: #fff;
    font-family: var(--font1);
    font-size: 18px;
    font-weight: 700;
}

.contact-box a {
    color: rgba(255, 255, 255, 0.82) !important;
}

.footer-cta-row {
    gap: 16px;
    margin-top: 26px;
    flex-wrap: wrap;
}

.footer-secondary-link {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
}

.footer-mini-text {
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact_float {
    position: fixed;
    left: 26px;
    bottom: 32px;
    z-index: 99;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease;
}

.contact_float:hover {
    color: #fff;
    transform: translateY(-4px);
}

.whatsapp_float {
    background: linear-gradient(135deg, #2dbf63 0%, #1fa74f 100%);
}

.call_float {
    background: var(--gradient1);
}

.scrollup {
    right: 22px;
    bottom: 32px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: var(--gradient2);
    color: #fff;
    transform: none;
}

.scrollup.aktif {
    bottom: 32px;
}

.scrollup i,
.scrollup:hover i {
    transform: none;
}

.scrollup:hover {
    background: var(--gradient1);
    transform: translateY(-4px);
}

@media screen and (max-width: 1199px) {
    .heroSlider .mySwiper {
        min-height: 820px;
    }

    .hero-band {
        position: relative;
        bottom: auto;
        margin-top: -50px;
        padding-bottom: 40px;
    }

    .hero-band-grid {
        flex-wrap: wrap;
    }

    .hero-band-card {
        min-width: calc(50% - 9px);
    }

    .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {

    .site-header-shell {
        min-height: 88px;
        align-items: center;
    }

    .site-header-right {
        display: flex;
        justify-content: flex-end;
        flex: 0 0 auto;
    }

    .brand-mark {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .brand-copy strong {
        font-size: 24px;
    }

    header.site-header {
        background: rgba(255, 248, 241, 0.94);
        box-shadow: 0 18px 40px rgba(21, 21, 21, 0.10);
        border-color: rgba(255, 122, 0, 0.10);
    }

    header.site-header .brand-copy strong {
        color: var(--text-main);
    }

    header.site-header .brand-copy small {
        color: rgba(31, 31, 31, 0.58);
    }

    .heroSlider .mySwiper {
        height: auto;
        min-height: 0;
    }

    .hero-slide {
        min-height: 930px;
    }

    .hero-content {
        position: relative;
        padding: 160px 0 60px;
    }

    .hero-panel {
        margin-top: 36px;
    }

    .slider .swiper-button-next,
    .slider .swiper-button-prev,
    .hero-pagination {
        display: none;
    }

    .home-about {
        padding-top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .site-header-shell {
        gap: 10px;
        min-height: 82px;
    }

    .brand-lockup {
        gap: 10px;
        max-width: calc(100% - 60px);
    }

    .brand-mark {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .brand-copy strong {
        font-size: 20px;
    }

    .brand-copy small {
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    .hero-slide {
        min-height: 980px;
    }

    .hero-content {
        padding-top: 140px;
    }

    .hero-title {
        font-size: 52px;
    }

    .hero-subtitle {
        font-size: 18px !important;
    }

    .hero-band {
        margin-top: -26px;
    }

    .hero-band-card {
        min-width: 100%;
    }

    .home-about,
    .service-section,
    .trust-section,
    .process-section,
    .cta-section {
        padding: 88px 0;
    }

    .about-visual,
    .about-media img {
        min-height: 420px;
    }

    .cta-box {
        padding: 32px 24px;
        border-radius: 28px;
    }

    .site-footer .footer-top {
        padding-top: 80px;
    }
}

@media screen and (max-width: 575px) {
    .hero-title {
        font-size: 44px;
    }

    .hero-actions,
    .about-actions,
    .cta-actions,
    .footer-cta-row {
        align-items: stretch;
    }

    .hero-primary,
    .hero-secondary,
    .about-secondary-link,
    .cta-outline-link,
    .footer-secondary-link,
    .btn-style-1 {
        width: 100%;
        justify-content: center;
    }

    .hero-panel {
        padding: 24px;
    }

    .about-visual,
    .about-media img {
        min-height: 380px;
        padding: 22px;
    }

    .service-card,
    .process-card,
    .trust-stat-card {
        padding: 24px;
    }

    .contact_float {
        left: 18px;
        bottom: 20px;
        width: 54px;
        height: 54px;
    }

    .scrollup {
        right: 18px;
        bottom: 20px;
        width: 48px;
        height: 48px;
    }

    .scrollup.aktif {
        bottom: 20px;
    }
}

/* Page Header Styles */
.page-header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-header-content .hero-title {
    font-size: clamp(3.5rem, 6vw, 7rem);
    line-height: 0.85;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.page-header-content .header-line {
    width: 120px;
    height: 6px;
    margin-top: 25px;
    background: var(--gradient1);
    box-shadow: 0 10px 25px rgba(255, 122, 0, 0.4);
    border-radius: 100px;
}

.page-header-content .section-kicker {
    font-size: 16px;
    padding: 10px 24px;
    backdrop-filter: blur(10px);
}

/* ==========================================================================
   NEW PAGE DESIGN STYLES (SAYFA.PHP & GALERI.PHP)
   ========================================================================== */

/* Page Area General Wrapper */
.page-area-wrapper {
    padding: 80px 0;
    position: relative;
}

/* General Container for Content */
.bg-container {
    background: var(--surface-card);
    border: 1px solid var(--border-soft);
    border-radius: 30px;
    padding: 40px;
    box-shadow: var(--shadow-card);
    transition: all 0.4s ease;
    margin-bottom: 40px;
}

/* Sub-page & Sidebar Cards */
.hbt-card {
    background: #fff;
    border: 4px solid #fff;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 1;
}

.hbt-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 60px rgba(255, 122, 0, 0.15);
}

.hbt-card-top {
    position: relative;
    aspect-ratio: 16/11;
    overflow: hidden;
    border-radius: 22px;
}

.hbt-card-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hbt-card:hover .hbt-card-top img {
    transform: scale(1.15);
}

.hbt-card-title {
    padding: 22px 15px;
    font-family: var(--font1);
    font-size: 20px;
    font-weight: 700;
    color: var(--text-main);
    text-align: center;
    background: #fff;
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
}

/* Gallery Specific Styling (galeri.php) */
.galeri-page-section {
    padding: 60px 0 100px;
}

.galeri-kutu {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    border: 5px solid #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.07);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.galeri-kutu:hover {
    transform: scale(1.08) rotate(2deg);
    box-shadow: 0 25px 50px rgba(255, 122, 0, 0.2);
    border-color: var(--renk2);
    z-index: 5;
}

.galeri-kutu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.4s ease, transform 0.6s ease;
}

.galeri-kutu:hover img {
    filter: brightness(0.9);
    transform: scale(1.1);
}

/* Gallery Zoom Icon */
.galeri-kutu::after {
    content: '\f00e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 24px;
    background: var(--gradient1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.galeri-kutu:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

/* Column 1-5 support for Gallery */
@media screen and (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* Page Header (short_image) */
.short_image {
    padding: 180px 0 30px;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    position: relative;
    background: #101112;
    overflow: hidden;
    z-index: 1;
}

.short_image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: 0.12;
    z-index: -1;
}

.short_image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 122, 0, 0.15), transparent 45%),
        radial-gradient(circle at 85% 30%, rgba(255, 122, 0, 0.1), transparent 40%),
        linear-gradient(180deg, rgba(16,17,18,0.4) 0%, rgba(16,17,18,0.9) 100%);
    z-index: -1;
}

.short-title h1 {
    font-family: var(--font1);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.short-title h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--gradient1);
    border-radius: 10px;
}

.breadcrumb {
    margin: 25px 0 0;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px 30px;
    border-radius: 999px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.breadcrumb .breadcrumb-item, .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--renk2) !important;
}

.breadcrumb-item.active {
    color: #fff !important;
}

/* ==========================================================================
   CONTACT PAGE DESIGN (ILETISIM.PHP)
   ========================================================================== */

.contact-page {
    position: relative;
    background: radial-gradient(circle at bottom right, rgba(255, 122, 0, 0.05), transparent 40%);
}

.contact-info-item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateX(10px);
    border-color: var(--renk2);
    box-shadow: 0 15px 40px rgba(255, 122, 0, 0.1);
}

.contact-info-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    background: var(--surface-soft);
    color: var(--renk2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 22px;
    transition: all 0.3s ease;
}

.contact-info-item:hover .contact-info-icon {
    background: var(--gradient1);
    color: #fff;
    transform: rotate(-10deg);
}

.contact-info-text a {
    transition: color 0.3s ease;
}

.contact-info-text a:hover {
    color: var(--renk2) !important;
}

/* Contact Form Enhancements */
.contact-form-card {
    background: #fff;
    border-radius: 30px;
    border: 1px solid var(--border-soft);
    position: relative;
    overflow: hidden;
}

.contact-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient1);
}

.custom-input {
    height: 55px;
    background: #f8f9fa;
    border: 1px solid #edf0f2;
    border-radius: 12px;
    padding: 15px 20px;
    font-family: var(--font-body);
    font-weight: 500;
    transition: all 0.3s ease;
}

.custom-input:focus {
    background: #fff;
    border-color: var(--renk2);
    box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.1);
    outline: none;
}

textarea.custom-input {
    height: auto;
    padding-top: 15px;
}

/* Map Section */
.harita-section {
    margin-top: 50px;
    border-top: 1px solid #eee;
}

.map-wrapper {
    overflow: hidden;
    position: relative;
    background: #eee;
    filter: drop-shadow(0 -10px 30px rgba(0,0,0,0.05));
}

.map-wrapper iframe {
    transition: all 0.5s ease;
}

.map-wrapper:hover iframe {
    filter: grayscale(0) opacity(1) !important;
}
.nav-content{
    background-color: white;
}