@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #454545;
    overflow-x: hidden;
    letter-spacing: 0.5px
}
.bg-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-wrapper {
    overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #324c22;
    font-family: 'Montserrat', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1, .h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 0;
}

h2, .h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

h3, .h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
    font-weight: 600;
}

h4, .h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 34px;
}

h5, .h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 26px;
}

h6, .h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.7;
}

.lead {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 9;
    position: relative;
}

section {
    padding: 80px 0;
}

.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}

.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}

/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #83c342;
}

.text-hover {
    color: #324c22;
}

.text-black {
    color: #324c22;
}

.text-grey {
    color: #454545;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}

/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff;
}

.dark-bg {
    background-color: #324c22;
}

.light-bg {
    background-color: #f5f8fd;
}

.theme-bg {
    background-color: #192520;
}

.transparent-bg {
    background-color: inherit !important;
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    height: 100vh;
    top: -80px;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item {
    height: 100%;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

.bg-repeat {
    background-repeat: repeat;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
    width: 100%;
}

.countdown > li {
    list-style-type: none;
    text-align: center;
}

.countdown > li span {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 60px;
    font-weight: 500;
    display: inline-block;
    color: #1a2622;
}

.countdown > li p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
    color: #ffffff;
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Contact
------------------------*/
.contact-media a {
    color: #ffffff;
}

.contact-media a:hover {
    color: #1a2622;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #324c22
}

.form-control {
    font-size: 14px;
    height: 50px;
    color: #454545;
    border: 1px solid #e9eaed;
    border-radius: 0;
}

textarea.form-control {
    height: 120px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #324c22;
}

select.form-control {
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.form-control::-webkit-input-placeholder {
    color: #454545;
}

.form-control::-moz-placeholder {
    color: #454545;
}

.form-control:-ms-input-placeholder {
    color: #454545;
}

.form-control:-moz-placeholder {
    color: #454545;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    width: 100%;
    font-size: 0.8rem;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    width: 100%;
    font-size: 0.8rem;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #324c22 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.map {
    height: 400px;
    z-index: 999;
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* ------------------------
    Video
------------------------*/
.video-btn {
    position: relative;
    display: inline-block;
}

.video-btn-pos {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99;
}

.video-btn .play-btn {
    width: 80px;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    position: relative;
}

.video-btn .play-btn::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #1a2622;
    left: 0px;
    top: 0px;
    transform: scale(.6);
    transition: .5s ease;
    border-radius: 50%;
    opacity: 0;
}

.video-btn .play-btn:hover::after {
    transform: scale(1);
    opacity: 1;
}

.video-btn .play-btn i {
    z-index: 1;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #1a2622;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .2s ease-out !important;
    transform: translate3d(-50%, -50%, 0);
}

.video-btn .play-btn:hover i {
    transform: translate3d(-50%, -50%, 0) scale(.75);
    color: #ffffff
}

/* ------------------------
    Side Background
------------------------*/
.image-column {
    position: absolute;
    left: 0px;
    top: 50%;
}

.image-column.right {
    left: inherit;
    right: 0;
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    display: flex;
    align-items: center;
}

.list-icon li i {
    margin-right: 10px;
    color: #ffffff;
    font-size: 14px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    background: #324c22;
}

/* ------------------------
    Icon Size
------------------------*/
.ic-1x {
    font-size: 1em;
}

.ic-2x {
    font-size: 2em;
}

.ic-3x {
    font-size: 3em;
}

.ic-5x {
    font-size: 5em;
}

.ic-7x {
    font-size: 7em;
}

/* -------------------------------
 Shop Page
-------------------------------*/
.product-card {
    border: none;
    overflow: hidden;
}

.product-link {
    padding: 20px 15px;
    opacity: 0;
    right: 0;
    top: 2rem;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.product-card:hover .product-link {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-link button {
    color: #324c22;
    font-size: 20px;
    border: none;
    padding: 0.50rem 0.75rem;
    background: #ffffff;
    display: block;
}

.product-link button:hover {
    background: #1a2622;
    color: #ffffff
}

.product-card .card-body {
    padding: 20px;
    position: relative;
    text-align: center;
    background: #fff
}

.product-title a {
    color: #324c22;
    font-size: 18px;
    font-weight: 500
}

.product-title a:hover {
    color: #1a2622;
}

.product-price {
    color: #1a2622;
    font-weight: 600;
}

.product-price del {
    font-size: 0.9rem
}

.product-list.product-card {
    padding: 0;
}

.product-list.product-card .card-body {
    text-align: left;
}

.star-rating {
    color: #FDCC0D
}

.form-check-input:checked {
    background-color: #1a2622;
    border-color: #1a2622;
}

input.form-product {
    -moz-appearance: textfield;
    height: 40px;
    border: none;
    background: #ffffff;
    text-align: center;
    width: 50px;
    border-top: 1px solid #e9eaed;
    border-bottom: 1px solid #e9eaed;
    color: #324c22;
    vertical-align: middle;
}

.btn-product {
    background: none;
    color: #324c22;
    border: 1px solid #e9eaed;
    height: 40px;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
}

.view-filter a.active {
    color: #1a2622;
}

.view-filter a {
    color: #324c22;
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
}

.cart-table thead th {
    padding: 20px;
    vertical-align: middle;
    color: #324c22;
    font-size: 20px;
    font-weight: 600;
}

.cart-table td {
    padding: 10px;
    color: #324c22;
    vertical-align: middle;
}

/* ------------------------
Service Sidebar
------------------------*/
.sidebar-links li {
    margin-bottom: 15px
}

.sidebar-links li:last-child {
    margin-bottom: 0;
}

.sidebar-links li a {
    background-color: #ffffff;
    color: #324c22;
    display: block;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 500;
    position: relative;
    text-transform: none;
    border-left: 3px solid transparent;
}

    .sidebar-links li.active a, .sidebar-links li a:hover {
        color: #83c342;
        padding-left: 25px;
        border-left: 3px solid #83c342;
    }

/* ------------------------
Extra
------------------------*/
.img-border {
    border: 10px solid #ffffff
}

.bg-effect:after {
    background: #dafeff;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 50%;
    border-radius: .25rem
}

.bg-effect.right:after {
    left: inherit;
    right: 0
}

.shape-1 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.shape-1.bottom {
    top: inherit;
    bottom: -1px
}

.round-anim {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 700px;
    height: 700px;
    border: 50px solid #dafeff;
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round-anim.right {
    right: -10%;
    left: inherit;
}

.round-anim.center {
    left: 50%;
    margin-left: -350px
}

/* ------------------------
    Responsive Css
------------------------*/
@media (max-width:1200px) {
    .navbar-nav .nav-item {
        margin: 0 10px;
    }

}



/* ------------------------
    Responsive Css
------------------------*/
@media (max-width:1366px) {
    .logo img {
        height: 50px;
    }

    .navbar-nav .nav-link {
    font-size:15px!important;
    }

}


@media (max-width:800px) {

    .margin-top-mobil {
        margin-top: -165px;
    }
    .social-banner {
        display: none;
    }
    .owl-carousel .owl-dots {
        display: none;
    }
    .featured-item.style-1 {
        font-size: 20px;
    }
    .service-details img{
        width: 100% !important;
        height: auto !important;
    }
    .slider-title {
        display: none;
    }
    .banner-slider {
        margin-top: 80px;
    }
    .no-btn {
        display: none;
    }
    .teklif {
        top: 60%;
    }
    .hero-overlay {
        background-size: contain !important;
        background-position: top center !important;
    }
    .banner {
        height: 220px !important;
    }

}





















@media (max-width:992px) {
    h1, h1 {
        font-size: 60px;
        line-height: 70px;
    }

    h2, h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .custom-mt-0 {
        margin-top: 0 !important
    }

    /*Header*/
    #header-wrap {
        padding: 10px 0;
    }

    .navbar-toggler {
        background: none;
        height: 34px;
        width: 40px;
        padding: 0;
        margin: 0 -155px 0 0;
        border: 1px solid #454545
    }

    .navbar-nav ul {
        position: static;
    }

    .navbar-nav > .nav-item {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px !important;
        color: #454545;
    }

    .navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link.show {
        background: #1a2622;
        color: #ffffff
    }

    .navbar-collapse {
        background: #ffffff;
        max-height: 400px;
        left: 0;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    }

    .navbar-toggler span {
        width: 26px;
        height: 2px;
        margin: 5px auto;
        display: block;
        background: #fff;
    }

    .navbar-nav .dropdown-toggle::after {
        content: '+';
        background: none !important;
        position: absolute;
        border: none;
        top: 50%;
        right: 10px;
        margin: -0.5em 0.5em 0 0;
        border-radius: .25rem;
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
    }

    .navbar-nav .dropdown > .dropdown-toggle.show::after {
        content: '-';
    }

    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        width: auto;
        height: auto;
        margin-right: 0;
    }

    .navbar {
        padding: 0;
    }

    /*Banner*/
    .fullscreen-banner {
        min-height: inherit;
        height: auto !important;
    }

    .fullscreen-banner .align-center {
        position: inherit;
        transform: inherit;
        padding: 150px 0 150px !important
    }

    /*Side Image*/
    .image-column {
        left: 0;
        position: relative;
        top: inherit;
        transform: inherit;
    }

    .image-column-h {
        min-height: 300px;
    }

    /*Countdown*/
    .countdown > li span {
        font-size: 60px;
        line-height: 70px;
    }

    .countdown > li p {
        font-size: 18px;
    }

}

@media (max-width:767px) {
    h1, h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2, h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .section-title p {
        font-size: 16px;
    }

    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    /*Header*/
    .logo img {
        max-height: 40px;
    }

    /*Countdown*/
    .countdown > li span {
        font-size: 40px;
        line-height: 40px;
    }

    .countdown > li p {
        font-size: 16px;
    }

}

@media (max-width:576px) {
    h1, h1 {
        font-size: 44px;
        line-height: 54px;
    }

    h2, h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3, .h3 {
        font-size: 26px;
        line-height: 36px;
    }

    h4, .h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .logo img {
        max-height: 35px;
    }

    /*Banner*/
    .fullscreen-banner p br, .section-title br {
        display: none;
    }

    .breadcrumb-item {
        line-height: 30px;
    }

    /*Banner*/
    .tab .nav-tabs .nav-link {
        display: block;
        width: 100%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

    .page-title {
        position: relative;
        margin-bottom: 0px !important;
    }

    .page-banner {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 45px !important;
        z-index: -9999;
        transform: scale(2) !important;
    }

    .urunTitle h1{
        display: none !important;
    }

    
}




.ozellikler td p {
    margin-bottom: 0 !important;
}

.ozellikler {
    margin: 5px 0;
    text-align: center !important;
}

    .ozellikler h3 {
        margin-bottom: 20px;
    }

    .ozellikler table {
        cursor: pointer;
        margin-bottom: 30px;
    }

        .ozellikler table tr {
            background-color: #324c22;
            border-top: 2px solid #212123;
        }


            .ozellikler table tr td {
                color: #fff;
                font-size: 14px;
                font-weight: normal;
                border-right: 1px solid #212123;
                padding: 5px 10px;
                text-align: center;
                transition: .6s;
                height: 50px;
            }

            .ozellikler table tr:hover {
                background-color: #a25f31;
            }

    .ozellikler p {
        color: #fff;
        float: left;
    }





.haber-listeleme .img-holder img{
    width: 100%;
    margin-bottom: 10px;
}
.haber-listeleme .readmore-button {
    display: none;
}
.haber-listeleme h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
}
.haber-listeleme h3 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
}
.haber-listeleme .single-blog-style1 {
    margin-bottom: 30px;
}
.haber-listeleme .styled-pagination {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.haber-listeleme .styled-pagination li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.haber-listeleme .styled-pagination li a {
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid #d6dbe3;
    background: #ffffff;
    color: #16371d;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    transition: all .2s ease;
}
.haber-listeleme .styled-pagination li a:hover,
.haber-listeleme .styled-pagination li.active a {
    background: #1f7e64;
    border-color: #1f7e64;
    color: #ffffff;
}
.haber-listeleme .styled-pagination li.prev a,
.haber-listeleme .styled-pagination li.next a {
    font-size: 18px;
    line-height: 38px;
}
@media (max-width: 575px) {
    .haber-listeleme .styled-pagination {
        gap: 6px;
    }

    .haber-listeleme .styled-pagination li a {
        min-width: 36px;
        height: 36px;
        line-height: 34px;
        font-size: 14px;
        padding: 0 9px;
    }
}


.post-card h2{
    height:70px;
    overflow:hidden;
}

.mfp-title {
    display:none !important;
}


.page-title {
    position: relative;
    margin-bottom: 0;
    background-position: center top;
    background-repeat: no-repeat;
}
.page-banner {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: -9999;
}
.page-banner img {
    margin: 0 auto;
    width: 100%;
}
.banner {
    position: relative;
}
.social-banner {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 99999999999;
}
.social-banner li {
    list-style: none;
    width: 50px;
    height: 50px;
    background: #a25f31;
    line-height: 50px;
    text-align: center;
    font-size:22px;
    color:#fff;
    margin-bottom: 5px;
}

.social-banner li a {
    color: #fff;
}


.home-info-section {
    padding: 34px 0 18px 0;
}

.home-info-visual-row {
    row-gap: 28px;
}

.home-info-row {
    margin-bottom: 30px;
}

.home-info-row:last-child {
    margin-bottom: 0;
}

.home-info-section .home-info-content-block {
    margin-bottom: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.home-info-section .home-info-content-block .title {
    margin-bottom: 14px;
}

.home-info-section .home-info-content-block p,
.home-info-section .home-info-content-block li {
    margin: 0;
    color: #3a4e5f;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.75;
}

.home-info-section .home-info-content-block ul,
.home-info-section .home-info-content-block ol {
    margin: 0;
    padding-left: 20px;
}

.home-info-section .home-info-content-block img,
.home-info-section .home-info-content-block table {
    max-width: 100%;
}

.home-info-section .home-info-media {
    border-radius: 0;
    overflow: hidden;
}

.home-info-section .home-info-visual-card {
    box-shadow: 0 14px 34px rgba(20, 34, 49, 0.10);
}

.home-info-section .home-info-media img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .home-info-section .home-info-content-block .title {
        margin-bottom: 12px;
    }
}

@media (max-width: 991px) {
    .home-info-section {
        padding: 28px 0 12px 0;
    }

    .home-info-visual-row {
        row-gap: 22px;
    }

    .home-info-row {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .home-info-section .home-info-content-block p,
    .home-info-section .home-info-content-block li {
        font-size: 16px;
        line-height: 1.65;
    }

    .home-info-section .home-info-content-block ul,
    .home-info-section .home-info-content-block ol {
        padding-left: 18px;
    }

    .home-info-section .home-info-content-block .title {
        margin-bottom: 10px;
    }
}

.footer-logo img {
    margin: 0 auto;
}

.hero-overlay video {
    width: 100% !important;
    height: auto !important;
}



.haber-detay h2{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.haber-detay h3{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.haber-detay h42{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.haber-detay h5{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.haber-detay h6{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.haber-detay p {
    margin-bottom: 20px;
}

.home-counters-section {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 26px 0 18px 0;
}

.home-counters-overlay {
    width: 100%;
    min-height: 300px;
    padding: 30px 0 26px 0;
    display: flex;
    align-items: center;
}

.home-counters-row {
    align-items: stretch;
}

.home-counter-card {
    position: relative;
    text-align: center;
    color: #ffffff !important;
    padding: 6px 10px 10px 10px;
}

.home-counter-icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 10px auto;
    border: 2px solid rgba(255, 255, 255, 0.86);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
}

.home-counter-icon i {
    font-size: 50px;
    color: #ffffff !important;
}

.home-counter-number {
    color: #ffffff !important;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.home-counter-title {
    color: #ffffff !important;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.home-counter-desc {
    display: none !important;
}

.home-counters-section h1,
.home-counters-section h2,
.home-counters-section h3,
.home-counters-section h4,
.home-counters-section h5,
.home-counters-section p,
.home-counters-section span,
.home-counters-section i {
    color: #ffffff !important;
}

@media (max-width: 1199px) {
    .home-counters-overlay {
        min-height: 280px;
    }

    .home-counter-number {
        font-size: 31px;
    }

    .home-counter-title {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .home-counters-overlay {
        min-height: 0;
        padding: 28px 0 20px 0;
    }

    .home-counter-card {
        margin-bottom: 18px;
    }

    .home-counter-number {
        font-size: 30px;
    }

    .home-counter-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .home-counters-overlay {
        padding: 24px 0 16px 0;
    }

    .home-counter-icon {
        width: 76px;
        height: 76px;
        margin-bottom: 8px;
    }

    .home-counter-icon i {
        font-size: 41px;
    }

    .home-counter-number {
        font-size: 27px;
    }

    .home-counter-title {
        font-size: 18px;
    }
}

.certificate-slider-section {
    padding: 36px 0 28px 0;
}

.certificate-slider .certificate-item-card {
    background: #fff;
    border: 1px solid #e2eaf3;
    border-radius: 12px;
    padding: 12px;
    transition: all .25s ease;
}

.certificate-slider .certificate-item-card:hover {
    box-shadow: 0 10px 24px rgba(22, 39, 62, .12);
    transform: translateY(-2px);
}

.certificate-slider .certificate-item-card a {
    display: block;
}

.certificate-slider .popup-img {
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-size: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.certificate-slider .popup-img:after {
    display: none !important;
    content: none !important;
}

.certificate-slider .certificate-thumb {
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 8px;
    background-color: #f7fafc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.certificate-slider .certificate-item-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    border-radius: 8px;
    background: #f7fafc;
}

.certificate-slider .owl-dots {
    margin-top: 16px !important;
}

@media (max-width: 991px) {
    .certificate-slider-section {
        padding: 28px 0 22px 0;
    }

    .certificate-slider .certificate-item-card img {
        height: 130px;
    }
    .certificate-slider .certificate-thumb {
        height: 130px;
    }
}

@media (max-width: 767px) {
    .certificate-slider .certificate-item-card {
        padding: 10px;
    }

    .certificate-slider .certificate-item-card img {
        height: 120px;
    }
    .certificate-slider .certificate-thumb {
        height: 120px;
    }
}

.linkedin-slider-section {
    padding: 34px 0 18px 0;
}

.linkedin-post-card {
    padding: 8px 0 18px 0;
}

.linkedin-post-card-inner {
    background: #ffffff;
    border: 1px solid #e2e9f1;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(17, 31, 46, 0.08);
    overflow: hidden;
}

.linkedin-post-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 22px 22px 12px 22px;
}

.linkedin-post-brand {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.linkedin-post-logo {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #1d2d29;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.linkedin-post-logo img {
    width: 82%;
    height: 82%;
    object-fit: contain;
}

.linkedin-post-meta {
    min-width: 0;
}

.linkedin-post-meta h3 {
    margin: 0 0 4px 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #172b3d;
}

.linkedin-post-meta span,
.linkedin-post-meta small {
    display: block;
    color: #66788a;
    line-height: 1.35;
}

.linkedin-post-meta span {
    font-size: 14px;
    margin-bottom: 2px;
}

.linkedin-post-meta small {
    font-size: 13px;
}

.linkedin-post-toplink {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eef4fb;
    color: #0a66c2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.linkedin-post-toplink:hover {
    background: #0a66c2;
    color: #ffffff;
}

.linkedin-post-body {
    padding: 0 22px 16px 22px;
}

.linkedin-post-body p {
    margin: 0;
    color: #243746;
    font-size: 18px;
    line-height: 1.7;
    min-height: 122px;
}

.linkedin-post-image {
    display: block;
    background: #f6f9fc;
}

.linkedin-post-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.linkedin-post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px 22px 22px;
}

.linkedin-post-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
    border: 1px solid transparent;
}

.linkedin-post-btn-ghost {
    background: #ffffff;
    border-color: #d9e3ee;
    color: #0a66c2;
}

.linkedin-post-btn-ghost:hover {
    border-color: #0a66c2;
    color: #0a66c2;
}

.linkedin-post-btn-solid {
    background: #192520;
    color: #ffffff;
}

.linkedin-post-btn-solid:hover {
    background: #24352d;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .linkedin-post-image img {
        height: 320px;
    }

    .linkedin-post-body p {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .linkedin-slider-section {
        padding: 28px 0 10px 0;
    }

    .linkedin-post-header {
        padding: 18px 16px 10px 16px;
    }

    .linkedin-post-body {
        padding: 0 16px 14px 16px;
    }

    .linkedin-post-body p {
        min-height: 0;
        font-size: 16px;
        line-height: 1.65;
    }

    .linkedin-post-image img {
        height: 260px;
    }

    .linkedin-post-footer {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
    }

    .linkedin-post-btn {
        width: 100%;
    }
}

.instagram-slider-section {
    padding: 18px 0 22px 0;
}

.instagram-post-card {
    padding: 8px 0 18px 0;
}

.instagram-post-card-inner {
    background: #ffffff;
    border: 1px solid #eadfef;
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(58, 30, 73, 0.08);
    overflow: hidden;
}

.instagram-post-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 20px 12px 20px;
}

.instagram-post-brand {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.instagram-post-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, #5b2c83 0%, #c13684 58%, #f6a04d 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.instagram-post-meta {
    min-width: 0;
}

.instagram-post-meta h3 {
    margin: 0 0 4px 0;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    color: #172b3d;
}

.instagram-post-meta span,
.instagram-post-meta small {
    display: block;
    color: #6b7b8c;
    line-height: 1.35;
}

.instagram-post-meta span {
    font-size: 14px;
    margin-bottom: 2px;
}

.instagram-post-meta small {
    font-size: 13px;
}

.instagram-post-toplink {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff1f7;
    color: #c13684;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.instagram-post-toplink:hover {
    background: #c13684;
    color: #ffffff;
}

.instagram-post-image {
    display: block;
    background: #f7f2fb;
}

.instagram-post-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.instagram-post-body {
    padding: 16px 20px 8px 20px;
}

.instagram-post-body p {
    margin: 0;
    color: #32485d;
    font-size: 16px;
    line-height: 1.72;
    min-height: 108px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.instagram-post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 20px 20px 20px;
}

.instagram-post-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
    border: 1px solid transparent;
}

.instagram-post-btn-ghost {
    background: #ffffff;
    border-color: #f1cde0;
    color: #c13684;
}

.instagram-post-btn-ghost:hover {
    border-color: #c13684;
    color: #c13684;
}

.instagram-post-btn-solid {
    background: linear-gradient(135deg, #5b2c83 0%, #c13684 60%, #f39b4c 100%);
    color: #ffffff;
}

.instagram-post-btn-solid:hover {
    color: #ffffff;
    opacity: .92;
}

@media (max-width: 1199px) {
    .instagram-post-image img {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .instagram-slider-section {
        padding: 12px 0 16px 0;
    }

    .instagram-post-header {
        padding: 18px 16px 10px 16px;
    }

    .instagram-post-body {
        padding: 14px 16px 8px 16px;
    }

    .instagram-post-body p {
        min-height: 0;
        font-size: 15px;
        line-height: 1.7;
    }

    .instagram-post-image img {
        height: 260px;
    }

    .instagram-post-footer {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
    }

    .instagram-post-btn {
        width: 100%;
    }
}

/* Why Us premium cards (TR + EN) */
.whyus-premium-section .whyus-premium-grid {
    margin-top: 2px;
}

.whyus-premium-section .whyus-premium-card {
    position: relative;
    overflow: hidden;
    min-height: 188px;
    padding: 26px 24px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(130deg, #0f2823 0%, #15382f 55%, #1c4a3c 100%);
    box-shadow: 0 14px 30px rgba(12, 36, 31, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.07);
    transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}

.whyus-premium-section .whyus-premium-card::before {
    content: "";
    position: absolute;
    right: -48px;
    top: -48px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
}

.whyus-premium-section .whyus-premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 38px rgba(12, 36, 31, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    background: linear-gradient(130deg, #102d27 0%, #194438 60%, #235a49 100%);
}

.whyus-premium-section .whyus-premium-badge {
    position: absolute;
    top: 14px;
    left: 16px;
    min-width: 40px;
    height: 24px;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    letter-spacing: .5px;
}

.whyus-premium-section .whyus-premium-card .featured-desc p {
    margin: 0;
    color: #ffffff;
    font-size: clamp(25px, 2.1vw, 33px);
    line-height: 1.32;
    font-weight: 700;
    letter-spacing: .1px;
    max-width: 88%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 1199px) {
    .whyus-premium-section .whyus-premium-card {
        min-height: 176px;
        padding: 24px 20px 20px 20px;
    }

    .whyus-premium-section .whyus-premium-card .featured-desc p {
        font-size: 30px;
        max-width: 90%;
    }
}

@media (max-width: 991px) {
    .whyus-premium-section .whyus-premium-card {
        min-height: 160px;
        border-radius: 16px;
        padding: 22px 16px 18px 16px;
    }

    .whyus-premium-section .whyus-premium-card .featured-desc p {
        font-size: 27px;
        max-width: 92%;
    }
}

@media (max-width: 767px) {
    .whyus-premium-section .whyus-premium-grid > div {
        margin-top: 14px !important;
    }

    .whyus-premium-section .whyus-premium-card {
        min-height: auto;
        border-radius: 14px;
        padding: 22px 14px 16px 14px;
    }

    .whyus-premium-section .whyus-premium-badge {
        top: 12px;
        left: 12px;
        min-width: 36px;
        height: 22px;
        line-height: 22px;
        font-size: 11px;
    }

    .whyus-premium-section .whyus-premium-card .featured-desc p {
        font-size: 18px;
        line-height: 1.35;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .whyus-premium-section .whyus-premium-card .featured-desc p {
        font-size: 16px;
        line-height: 1.35;
    }
}
