:root {
    --mavi: #5f8f8f;
    --yazirenk: #ffeac3;
    --yazibeyaz: #fff;
    --dark-text: #212529;
    --light-gray: #f8f9fa;
    --yazirenk2: #7e7e7e;
    --font1: "Open Sans", Helvetica, Arial, sans-serif;
    --font2: "Open Sans SemiCondensed", Helvetica, Arial, sans-serif;
    --font3: "Bodoni Moda 18pt"
}
.mobilbuttonlar{
    display: none !important;
}
a {
    text-decoration: none
}

.main-nav .social-icons {
    display: none
}

a.WhatsApp1 {
    display: flex;
    font-size: 18px;
    background: #2EB843;
    font-weight: 600;
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -ms-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    animation: whatsapp infinite 2s linear;
    z-index: 9999
}

@keyframes whatsapp {
    0% {
        box-shadow: 0 0 0 0 #2EB843
    }

    50% {
        box-shadow: 0 0 0 10px #015dc700
    }

    100% {
        box-shadow: 0 0 0 0 #015dc700
    }
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: var(--font1)
}

body.menu-open {
    overflow: hidden
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    transition: background-color .3s ease;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #00000021;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow .3s;
    padding: 0;
    z-index: 99
}

.site-header.scrolled {
    background-color: #fffffff2;
    box-shadow: 0 2px 10px #0000001a;
    border-bottom: 1px solid #ccc
}

.logo {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    flex-shrink: 0;
    line-height: 1;
    display: flex;
    align-items: center
}

.logo img {
    width: auto;
    height: 69px
}

.main-nav {
    flex-grow: 1;
    display: flex;
    justify-content: end;
    margin-right: 55px
}

.main-nav ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    align-items: center;
    margin-top: 0
}

.main-nav ul li {
    height: 100px;
    display: flex;
    align-items: center
}

.main-nav ul li a {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    padding: 0 0 0 35px;
    position: relative;
    transition: color .3s ease;
    text-transform: uppercase;
    color: var(--dark-text);
    font-family: var(--font2);
    letter-spacing: 2px
}

.main-nav ul li a.active {
    color: var(--mavi)
}

.main-nav a:hover {
    color: var(--primary-orange)
}

.has-dropdown>a {
    display: flex;
    align-items: center;
    gap: 5px
}

.has-dropdown>a::after {
    content: "∨";
    font-size: 12px
}

.header-right {
    display: flex;
    align-items: center;
    gap: 14px
}

.contact-info {
    font-size: 15px;
    white-space: nowrap;
    display: flex
}

.contact-info .telefon-name {
    font-family: var(--font3);
    font-size: 20px;
    color: var(--dark-text)
}

.contact-info .telefon-text {
    display: flex;
    color: #7e7e7e
}

.contact-info .telefon-text a {
    color: #7e7e7e
}

.contact-info .telefon-text strong {
    padding-left: 5px;
    font-weight: 500
}

.contact-info .telefon-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--mavi);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.contact-info .telefon-icon svg {
    width: 17px;
    height: 17px;
    fill: #fff
}

.contact-info a {
    font-weight: 700;
    text-decoration: none;
    color: #fff
}

.cart-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    border-left: 1px solid #ffffff1f
}

.cart-icon svg {
    width: 22px;
    height: 22px
}

.cart-count {
    margin-left: 5px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center
}

.cta-button {
    background-color: var(--primary-orange);
    color: #fff;
    padding: 12px 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color .3s ease;
    white-space: nowrap;
    text-decoration: none
}

.cta-button:hover {
    background-color: #b84d12;
    color: #fff
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001
}

.menu-toggle .bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: all .4s
}

.menu-toggle.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
}

.menu-toggle.is-active .bar:nth-child(2) {
    opacity: 0
}

.menu-toggle.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s ease
}

.nav-overlay.is-active {
    opacity: 1;
    visibility: visible
}

.satis-sonrasi-circle-logo {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 150px;
    height: 150px
}

.satis-sonrasi-logo-svg {
    width: 100%;
    height: 100%;
    animation: satis-sonrasi-rotate 20s linear infinite;
    overflow: visible
}

.satis-sonrasi-logo-svg text {
    font-size: 8px;
    letter-spacing: 1.5px;
    fill: var(--satis-sonrasi-white)
}

@keyframes satis-sonrasi-rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.satis-sonrasi-logo-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    line-height: 1
}

.satis-sonrasi-logo-inner img {
    height: 90px;
    object-fit: contain;
    width: auto;
    margin-top: -3px
}

.slider-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 8;
    background-color: #5f8f8f;
    overflow: hidden
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .8s ease-in-out;
    display: flex;
    align-items: center
}

.slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.slide.active {
    opacity: 1
}

.slide.active img {
    z-index: 1
}

.slide .textic {
    max-width: 600px;
    position: relative;
    z-index: 9;
    color: #fff
}

.slide .textic .text1 {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 35px
}

.slide .textic .text2 {
    display: block;
    font-size: 16px;
    font-weight: 500
}

.slide.active {
    opacity: 1
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #00000080;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 23px;
    display: flex;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10;
    transition: background-color .3s ease;
    height: 42px;
    width: 42px
}

.slider-btn:hover {
    background-color: #000c
}

.prev-btn {
    left: 15px
}

.next-btn {
    right: 15px
}

.slider-text {
    width: 100%;
    height: auto;
    padding: 200px 0 0;
    position: relative
}

.slider-text .container {
    position: relative;
    z-index: 9
}

.slider-text .elementor-widget-container {
    margin: -15% 0 -22%;
    padding: 0;
    display: flex;
    justify-content: center
}

.parallax-image {
    transition: transform .6s cubic-bezier(0.23, 1, 0.32, 1)
}

.slider-text .text {
    width: 100%;
    height: auto;
    color: var(--mavi);
    font-family: var(--font3);
    font-size: 160px
}

.slider-text .text.text2 {
    width: 100%;
    height: auto;
    text-align: right;
    position: relative;
    z-index: 9
}

.elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #fffaf1c2;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity .3s
}

.promo-banner {
    display: flex;
    max-width: 590px;
    width: 100%;
    background-color: var(--mavi);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px #0000001a
}

.promo-banner .image-section {
    flex: 0 0 40%;
    background-image: url(../images/video2.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: end;
    height: 238px
}

.promo-banner .play-button {
    width: 56px;
    height: 56px;
    background-color: #f3eadf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 0 6px #f3eadf33;
    transition: transform .3s ease, box-shadow .3s ease;
    margin-left: 25px;
    margin-bottom: 25px
}

.promo-banner .play-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px #f3eadf4d
}

.promo-banner .play-button svg {
    width: 22px;
    height: 22px;
    fill: #0d2344;
    margin-left: 5px
}

.promo-banner .text-section {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.promo-banner .text-section h2 {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 700;
    color: #fff;
    font-family: var(--font3)
}

.promo-banner .text-section p {
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 25px;
    color: #c9c9c9;
    max-width: 350px;
    font-weight: 300
}

.promo-banner .read-more-link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 5px;
    align-self: flex-start
}

.promo-banner .read-more-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
    background-color: #ffffff80
}

.promo-banner .read-more-link svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-left: 8px
}

.elementor-widget2 {
    margin: 100px 150px -23px 0;
    display: flex;
    justify-content: end
}

.elementor-widget2 .svgIcon {
    fill: #fff;
    width: 25px;
    height: 25px
}

.elementor-icon {
    background-color: var(--mavi);
    color: var(--yazirenk);
    font-size: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.about-section {
    padding: 150px 0 100px;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

.about-section .container {
    position: relative
}

.about-section .sol-resim1 {
    margin-left: auto;
    margin-top: 120px
}

.about-section .sol-resim-small {
    margin-left: auto;
    position: absolute;
    top: 210px
}

.about-section .about-text {
    margin: 0 40px 0 0;
    display: flex;
    flex-wrap: wrap
}

.about-section .about-text h1 {
    font-size: 50px;
    color: var(--mavi);
    text-align: right;
    margin-top: 0;
    line-height: 1.3;
    font-family: var(--font3);
    font-weight: 500
}

.about-section .about-text h2.title1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--dark-text)
}

.about-text2 {
    margin: 0 0 0 40px
}

.about-text2 .title1 {
    margin-top: 0;
    font-weight: 400;
    color: var(--yazirenk2);
    font-family: var(--font2);
    font-size: 19px;
    font-style: italic
}

.about-section .about-text2 p {
    margin-bottom: 50px;
    color: var(--yazirenk2);
    font-family: var(--font2);
    font-weight: 300;
    text-align: justify
}

.about-section h2.title2 {
    font-family: var(--font3);
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 35px;
    color: var(--mavi);
    margin-bottom: 25px
}

.video-bolum .video-container small {
    padding-left: 0;
    font-size: 34px
}

.btn-genel {
    padding: 20px 30px;
    border-radius: 0 0 0 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--yazirenk);
    background-color: var(--mavi);
    text-transform: uppercase;
    display: inline-flex
}

.neden-biz {
    padding: 0 0 100px
}

.neden-biz-item {
    display: flex;
    align-items: center;
    padding: 0
}

.neden-biz-item .icon {
    margin-right: 20px;
    color: var(--yazirenk);
    background-color: var(--mavi);
    border-radius: 40px 40px 40px 40px;
    padding: 12px;
    height: 60px;
    width: 60px
}

.neden-biz-item .text h3 {
    font-size: 20px;
    color: var(--mavi);
    font-family: var(--font3);
    margin: 0;
    font-weight: 500;
    margin-bottom: 10px
}

.neden-biz-item .text p {
    font-size: 16px;
    color: var(--yazirenk2);
    margin: 0;
    font-weight: 300
}

.video-bolum {
    width: 100%;
    height: auto;
    position: relative
}

.video-bolum .video-container {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow .3s;
    padding: 200px 0 250px;
    position: relative
}

.video-bolum .video-container .play-icon {
    color: #fff;
    font-size: 28px
}

.video-bolum .video-container small {
    padding-left: 20px;
    font-size: 45px;
    color: var(--yazibeyaz);
    font-family: var(--font3)
}

.video-bolum .video-overlay {
    background-color: #041027;
    opacity: .5;
    transition: background 0.3s, border-radius 0.3s, opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.video-bolum .video-play-button {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 800px;
    align-items: center;
    justify-content: center
}

.video-bolum .video-play-button .video-popup {
    height: 110px;
    width: 110px;
    background-color: transparent;
    border: 1px solid var(--yazirenk);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.video-bolum .video-play-button .video-popup::before,
.video-bolum .video-play-button .video-popup::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 95%;
    height: 95%;
    border-radius: 50%;
    border: 3px solid var(--yazirenk);
    opacity: 0;
    animation: pulse 2s ease-out infinite
}

.video-bolum .video-play-button .video-popup::after {
    animation-delay: 1s
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .8
    }

    70% {
        transform: scale(1.8);
        opacity: 0
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

.video-bolum .video-text {
    background: var(--mavi);
    color: var(--yazibeyaz);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow .3s;
    padding: 50px;
    margin-top: -110px;
    position: relative;
    z-index: 9
}

.video-bolum .video-text .section-title {
    font-family: var(--font3);
    font-size: 27px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 35px
}

.video-bolum .video-text p {
    font-family: var(--font3);
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px
}

.video-bolum .video-text small {
    color: var(--yazirenk);
    font-size: 15px
}

.home-urun {
    width: 100%;
    height: auto;
    position: relative;
    padding: 100px 0
}

.section-header {
    text-align: center;
    margin-bottom: 70px
}

.section-header .section-title {
    font-family: var(--font3);
    font-size: 46px;
    font-weight: 500;
    color: var(--mavi);
    margin: 0;
    line-height: 1.2;
    margin-bottom: 22px
}

.section-header .section-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: var(--yazirenk2);
    margin: 0;
    line-height: 1.3;
    padding: 0 26%
}

:root {
    --gradient-start: #0d6efd;
    --gradient-end: #0a58ca;
    --text-inactive: #6c757d;
    --text-active: #212529;
    --line-faint: #dee2e6
}

.tab-pane {
    display: none
}

.tab-pane.active {
    display: block
}

.tab-pane.fade {
    transition: opacity .3s ease-in-out;
    opacity: 0
}

.tab-pane.fade.show {
    opacity: 1
}

.nav-tabs {
    border-bottom: 2px solid var(--line-faint);
    border-bottom: 2px solid var(--line-faint);
    display: flex;
    margin-top: 0;
    justify-content: center;
    padding: 0
}

.nav-tabs .nav-item {
    list-style: none
}

.nav-tabs .nav-link {
    border: none;
    padding: 10px 5px;
    margin: 0 1rem;
    color: var(--mavi);
    font-weight: 500;
    position: relative;
    background: transparent !important;
    transition: color .3s ease;
    font-family: var(--font3);
    cursor: pointer;
    font-size: 18px
}

.nav-tabs .nav-link:hover {
    color: var(--text-active)
}

.nav-tabs .nav-link.active {
    color: var(--text-active);
    font-weight: 600
}

.nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--mavi);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(0.19, 1, 0.22, 1)
}

.nav-tabs .nav-link.active::after {
    transform: scaleX(1)
}

.tab-content {
    padding-top: 2rem;
    color: #343a40
}

.uurn-listeg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

.menu-list-item {
    width: 100%;
    height: auto;
    text-align: center
}

.menu-list-item .card-body {
    width: 100%;
    height: auto;
    text-align: center
}

.menu-list-item .card-body .card-title {
    width: 100%;
    height: auto;
    font-family: var(--font3);
    font-size: 22px;
    color: var(--mavi);
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2
}

.menu-list-item .card-body .card-text {
    width: 100%;
    height: auto;
    font-family: var(--font2);
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.alt-menuler {
    margin-top: 70px
}

.alt-menuler .alt-menuler-liste {
    margin: 0
}

.alt-menuler .alt-menuler-liste img {
    width: 100%;
    object-fit: contain;
    height: auto
}

.galeri-kalip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
    padding: 20px
}

.galeri-oge {
    height: 500px;
    position: relative;
    overflow: hidden
}

.galeri-oge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.resimsmall {
    height: 250px
}

.galeri-oge .item-hover-bg {
    opacity: 0;
    transition: opacity .5s ease;
    background-color: #1f2030b3;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.galeri-oge:hover .item-hover-bg {
    content: "";
    transition: opacity .5s ease;
    opacity: .7
}

.resim-2 {
    grid-row: span 2
}

.resim-6 {
    grid-row: span 1
}

.resim-5 {
    grid-row: span 2
}

.resim-7 {
    grid-column: span 2;
    grid-row: span 2
}

.testimonials-section {
    padding: 100px 0;
    background-color: #fff
}

.container {
    position: relative;
    z-index: 1;
    max-width: 1200px !important
}

.testimonials-section .section-header .section-subtitle {
    padding: 0
}

.testimonials-wrapper {
    display: flex;
    gap: 60px
}

.testimonial-intro {
    flex: 0 0 45%
}

.testimonial-slider-container {
    flex: 0 0 55%
}

.testimonial-card {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    position: relative;
    overflow: hidden
}

.quote-text {
    font-size: 18px;
    font-style: italic;
    color: #495057;
    line-height: 1.6;
    margin-bottom: 25px;
    position: relative;
    z-index: 2
}

.rating {
    color: #ffc107;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2
}

.author {
    height: 60px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2;
    font-family: var(--font3)
}

.author-initial {
    width: 50px;
    height: 50px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    color: #fff
}

.author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover
}

.author-info {
    display: flex;
    flex-direction: column
}

.author .name {
    font-weight: 700;
    font-size: 18px;
    color: #0a2556
}

.author .title {
    font-size: 14px;
    color: #6c757d
}

.quote-icon {
    position: absolute;
    bottom: -120px;
    right: 20px;
    font-size: 280px;
    font-family: var(--font3);
    color: #e9ecef;
    line-height: 1;
    z-index: 1;
    user-select: none
}

.custom-slider {
    position: relative;
    min-height: 350px
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-in-out, visibility .8s
}

.slide.active {
    opacity: 1;
    visibility: visible
}

.custom-quote-icon {
    position: absolute;
    bottom: -10px;
    right: 20px;
    z-index: 1;
    width: 180px;
    color: #e9ecef;
    user-select: none;
    line-height: 1
}

.custom-quote-icon svg {
    width: 100%;
    height: auto;
    fill: currentColor
}

.news-container {
    width: 100%;
    padding: 100px 0
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.article-card {
    background-color: #fff
}

.article-image-wrapper {
    position: relative;
    margin-bottom: 25px
}

.article-image-wrapper img {
    width: 100%;
    display: block
}

.article-category {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    color: #0d2344
}

.article-card h2 {
    font-size: 20px;
    color: var(--mavi);
    line-height: 1.4;
    margin: 0 0 15px;
    font-family: var(--font3);
    font-weight: 500
}

.article-card p {
    font-size: 14px;
    color: var(--yazirenk2);
    line-height: 1.5;
    margin: 0 0 25px;
    font-weight: 300
}

.read-more-link {
    display: inline-block;
    color: var(--mavi);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 3px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d8d8d8
}

.read-more-link:hover {
    border-color: var(--mavi)
}

.bolum-resim {
    width: 100%;
    height: 600px;
    object-fit: cover;
    position: relative
}

.bolum-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bolum-resim img.logoo {
    width: auto;
    height: 260px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.cover {
    object-fit: cover
}

.footer-container {
    background-color: #fef8ea;
    background-repeat: repeat;
    padding: 80px 50px 30px;
    color: #5c5c5c;
    position: relative;
    font-size: 15px;
    line-height: 1.8
}

.back-to-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: var(--mavi);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.back-to-top svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px
}

.footer-column {
    flex: 1;
    text-align: center
}

.footer-column.center {
    flex: 1.2;
    text-align: center;
    padding: 0 20px
}

.footer-column h3 {
    font-family: var(--font3)
}

.footer-Instagram {
    margin-left: 50px
}

.footer-column h3,
.logo-text {
    color: var(--mavi);
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 25px
}

.logo-text {
    margin-bottom: 10px;
    display: block
}

.logo-text img {
    width: auto;
    height: 150px
}

.logo-subtext {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    color: #0d2344;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.logo-subtext svg {
    width: 24px;
    height: 24px;
    fill: #0d2344
}

.footer-column p {
    margin: 5px 0;
    color: #7e7e7e
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #e0dccc;
    text-decoration: none;
    transition: background-color .3s
}

.social-icon svg {
    width: 18px;
    height: 18px;
    fill: #0d2344
}

.social-icon:hover {
    background-color: #0d2344;
    border-color: #0d2344
}

.social-icon:hover svg {
    fill: #ffeac3
}

.social-icon:hover rect,
.social-icon:hover circle,
.social-icon:hover path {
    stroke: #ffeac3
}

.instagram_resim {
    position: relative;
    position: relative;
    display: block;
    height: 80px;
    overflow: hidden
}

.instagram_resim::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #091c3f;
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    opacity: 0
}

.instagram_resim:hover::before {
    opacity: .8
}

.instagram_resim .icon {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    opacity: 0
}

.instagram_resim .icon rect,
.instagram_resim .icon circle,
.instagram_resim .icon path {
    stroke: #ffeac3
}

.instagram_resim:hover .icon {
    opacity: 1
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.instagram-grid img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover
}

.footer-divider {
    border: none;
    height: 1px;
    background-color: #e0dccc;
    max-width: 1200px;
    margin: 0 auto 30px
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #7a7a7a;
    max-width: 1200px;
    margin: 0 auto
}

.pt-0 {
    padding-top: 0 !important
}

.pb {
    padding-bottom: 0 !important
}

.page-icerik {
    padding: 100px 0
}

.page-baslik1 {
    width: 100%;
    padding: 200px 0 100px;
    height: auto;
    position: relative;
    text-align: center
}

.page-baslik1 h1 {
    margin-top: 0;
    font-family: var(--font3);
    color: var(--mavi);
    font-size: 50px;
    line-height: 1.2
}

.breadcrumb {
    font-size: 14px;
    color: var(--yazirenk2);
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center
}

.breadcrumb li {
    color: #7e7e7e;
    list-style: none
}

.breadcrumb li:nth-child(1):before {
    display: none
}

.breadcrumb li::before {
    content: "";
    margin: 0 8px;
    color: #7e7e7e;
    font-weight: 700;
    content: /
}

.breadcrumb li.active a {
    color: #7e7e7e
}

.iletisim1 {
    width: 100%;
    height: auto
}

.iletisim1 .maps {
    width: 100%;
    height: 400px
}

.iletisim1 .maps iframe {
    width: 100%;
    height: 100%
}

.iletisim-bolumu {
    padding: 80px 0;
    text-align: center
}

.iletisim-bolumu .section-title {
    font-size: 36px;
    color: var(--mavi);
    margin-bottom: 20px;
    font-family: var(--font3);
    text-align: left
}

.iletisim-bolumu .section-subtitle {
    font-size: 16px;
    color: var(--yazirenk2);
    margin-bottom: 40px;
    text-align: left
}

.iletisim-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.iletisim-kutu {
    text-align: left;
    padding: 0
}

.iletisim-kutu .ikon-alan {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--mavi);
    color: var(--yazibeyaz);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: absolute
}

.iletisim-kutu .ikon {
    width: 30px;
    height: 30px
}

.iletisim-kutu .ikon-text {
    padding-left: 80px
}

.iletisim-kutu h3 {
    font-size: 20px;
    color: var(--dark-text);
    margin-bottom: 10px;
    font-family: var(--font3);
    margin-top: 0
}

.iletisim-kutu p {
    font-size: 15px;
    color: var(--yazirenk2);
    margin-top: 0
}

form.form1 {
    background: #f2f2f2;
    padding: 40px
}

.mb-3 {
    margin-bottom: 1rem !important
}

form.form1 .basliklabel {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: none;
    text-align: left
}

form.form1 .basliklabel span {
    color: #e63946;
    margin-right: 4px
}

form.form1 .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 10px 14px 10px 0;
    font-size: 15px;
    transition: all .3s ease;
    width: 100%;
    background: transparent
}

form.form1 .form-control:focus {
    box-shadow: none;
    outline: none
}

form.form1 textarea.form-control {
    resize: none;
    min-height: 120px;
    width: 100%
}

form.form1 .guvenlik_input {
    display: flex;
    flex-direction: column
}

form.form1 .guvenlik_input .guvenlik_resim {
    margin-top: 10px
}

form.form1 .guvenlik_input .guvenlik_resim img {
    border: #ffdead;
    border-radius: 6px;
    padding: 4px;
    background: transparent
}

form.form1 button#submit_1 {
    padding: 20px 30px;
    border-radius: 0 0 0 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--yazirenk) !important;
    background-color: var(--mavi) !important;
    text-transform: uppercase;
    display: inline-flex;
    border: none
}

form.form1 button#submit_1:hover {
    transform: translateY(-2px)
}

form.form1 .help-block {
    font-size: 13px;
    color: #e63946;
    margin-top: 4px
}

form.form1 .formAlert_1 {
    margin-top: 15px;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px
}

@media (max-width: 768px) {
    form.form1 {
        padding: 20px
    }

    form.form1 button#submit_1 {
        font-size: 15px;
        padding: 10px
    }

    .iletisim-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 992px) {
    a.WhatsApp1 {
        bottom: 60px
    }

    .btn {
        border-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        width: 100%
    }

    .btn svg {
        width: 24px;
        height: 24px;
        fill: currentColor
    }

    .mobilbuttonlar {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999
    }

    .btn1 {
        background: #5f8f8f;
        border-color: #5f8f8f;
        color: #fff
    }

    .btn2 {
        background: #497676;
        border-color: #497676;
        color: #fff
    }

    .btn3 {
        background: #375f5f;
        border-color: #375f5f;
        color: #fff
    }

    .footer-main {
        flex-direction: column;
        align-items: center;
        text-align: center;
        display: none
    }

    .footer-divider {
        display: none
    }

    .footer-container {
        background-color: #fef8ea;
        background-repeat: repeat;
        padding: 50px 50px 30px;
        margin-bottom: 40px
    }

    .footer-column {
        margin-bottom: 0;
        width: 100%;
        max-width: 400px
    }

    .footer-column:last-child {
        margin-bottom: 0
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px
    }
}

@media (max-width: 1200px) {
    .articles-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .news-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .news-header h1 {
        font-size: 48px
    }

    .articles-grid {
        grid-template-columns: 1fr
    }

    .testimonials-wrapper {
        flex-direction: column;
        text-align: center
    }

    .galeri-kalip {
        grid-template-columns: repeat(2, 1fr)
    }

    .galeri-oge {
        grid-column: auto;
        grid-row: auto;
        height: 180px
    }

    .resim-6 {
        display: none
    }

    .menu-toggle {
        display: block;
        color: var(--mavi)
    }

    .main-nav {
        justify-content: flex-end;
        margin-right: 0
    }

    .main-nav ul {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background-color: #fff5e2;
        padding: 60px 40px 50px;
        align-items: flex-start;
        gap: 25px;
        transition: left .5s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: 999
    }

    .main-nav ul.is-active {
        left: 0
    }

    .main-nav ul li {
        height: auto
    }

    .main-nav ul a {
        font-size: 20px;
        padding-left: 0
    }
}

html {
    scroll-behavior: smooth
}

@media (max-width: 767px) {
    .main-nav .social-icons {
        display: block
    }

    .about-section {
        padding: 70px 0
    }

    .logo img {
        width: auto;
        height: 49px
    }

    .header-right .contact-info {
        display: none
    }

    .about-section .about-text h1 {
        font-size: 38px;
        line-height: 1.1;
        text-align: left
    }

    .slider-text .text {
        font-size: 70px;
        line-height: 1
    }

    .slider-text .elementor-widget-container {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center
    }

    .parallax-image {
        width: 100% !important;
        height: auto
    }

    .nav-tabs {
        flex-wrap: wrap
    }

    .promo-banner {
        margin-top: 25px;
        display: block;
        max-width: 100%;
        width: 100%
    }

    .satis-sonrasi-circle-logo {
        display: none
    }

    .about-section .sol-resim1 {
        margin-left: auto;
        margin-top: 120px;
        width: 80%;
        height: 351px
    }

    .about-section .sol-resim-small {
        margin-left: auto;
        position: absolute;
        top: 170px;
        width: 170px;
        height: 255px
    }

    .about-section .about-text {
        margin: 0;
        display: flex;
        flex-wrap: wrap
    }

    .about-text2 {
        margin: 40px 0 0
    }

    .about-text2 img {
        width: 100%
    }

    .neden-biz-item {
        display: flex;
        align-items: center;
        padding: 0;
        margin-top: 25px
    }

    .video-bolum .video-container {
        padding: 110px 0 190px;
        background-attachment: inherit
    }

    .col-xs-12 {
        width: 100% !important
    }

    .section-header .section-title {
        font-size: 30px
    }

    .video-bolum .video-play-button {
        flex-direction: column
    }

    .section-header .section-subtitle {
        font-size: 15px;
        margin: 0;
        padding: 0
    }

    .bolum-resim {
        width: 100%;
        height: 400px;
        object-fit: cover;
        position: relative
    }

    .bolum-resim img.logoo {
        height: 200px
    }

    .testimonial-intro {
        text-align: left
    }

    .section-header {
        text-align: left;
        margin-bottom: 50px
    }

    .news-container {
        width: 100%;
        padding: 50px 0
    }

    .footer-Instagram {
        margin-left: 0
    }

    .menu-list-item img {
        width: 100%;
        height: auto
    }

    .home-urun {
        padding: 50px 0
    }

    .testimonials-section {
        padding: 50px 0 80px;
        background-color: #fff
    }

    .site-header {
        padding: 10px 0
    }

    .menu-toggle .bar {
        display: block;
        width: 25px;
        height: 3px;
        background-color: var(--mavi);
        margin: 5px 0;
        transition: all .4s
    }

    .slider-text {
        width: 100%;
        height: auto;
        padding: 80px 0 0;
        position: relative
    }

    .mobilbuttonlar{
        display: flex !important;
    }
}