@media screen and (min-width:1920px){

}
@media (min-width:1600px) and (max-width:1920px){
	

}
@media (min-width:1440px) and (max-width:1600px){

}
@media (min-width:1280px) and (max-width:1440px){

}
@media (min-width:1024px) and (max-width:1281px){

}
@media (min-width:768px) and (max-width:1024px){
	
}
@media (max-width:768px){
    body{
        overflow-x: hidden;
    }
    .header {
        padding: 0px 0px;
        background-color: white;
    }
	.content-box {
        margin-top: 20px;
        padding: 40px 25px;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
    }
    .green-bg .content-text>h2 {
        font-size: 28px;
        font-weight: 700;
        color: white;
        margin-bottom: 20px;
    }
    .content-text>a.btn.btn-green {
        display: flex;
        height: 48px;
        width: 100%;
        max-width: 100%;
        background-color: #61B539;
        color: white;
        font-size: 14px;
        font-weight: 400;
        padding: 0px 35px;
        border-radius: 4px;
        align-items: center;
        justify-content: center;
    }
    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: transform .6s ease-in-out;
        height: 600px;
    }
    .carousel-item>img{
        position: absolute;
        height: 100%;
        width: 100%;
        inset: 0;
        object-fit: cover;
        object-position: center center;
        color: transparent;
    }
    .carousel-caption {
        position: absolute;
        right: 10%;
        bottom: 10%;
        left: 15%;
        text-align: left;
        top: 10%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .carousel-caption>h3 {
        font-size: 36px;
        font-weight: 600;
        color: white;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .carousel-caption>a.btn.btn-white {
        display: flex;
        width: 100%;
        max-width: 100%;
        height: 48px;
        align-items: center;
        justify-content: center;
        padding: 0px 35px;
        font-weight: 500;
        background-color: white;
        color: #81BC22;
        font-size: 14px;
        border-radius: 4px;
        margin-top: 20px;
        transition: all .4s;
    }
    .home-form>form.form-area {
        display: flex;
        width: 96%;
        background-color: white;
        border-radius: 7px;
        box-shadow: 0px 0px 40px rgba(0, 0, 0, .16);
        padding: 45px 20px;
        margin-top: -60px;
        margin-bottom: 50px;
    }
    .home-form>form.form-area>.row {
        display: flex;
        width: auto;
    }
    .home-products-intro>h1 {
        font-size: 40px;
        font-weight: 700;
        color: #6F6F6F;
        text-align: center;
        margin-bottom: 20px;
    }
    ul.nav-tabs>li {
        margin: 5px;
    }
    .products-tab-intro>h2 {
        font-size: 32px;
        font-weight: 700;
        color: #6F6F6F;
        margin-bottom: 20px;
        text-align: center;
        width: 90%;
    }
    .products-tab-intro>p {
        width: 90%;
        text-align: center;
        color: #6F6F6F;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        display: inline;
    }
    .content-box>.row {
        width: auto;
    }
    .content-text {
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .content-text>a.btn.btn-white{
        width: 100%;
        justify-content: center;
    }
    .content-text>h2 {
        font-size: 26px;
        font-weight: 700;
        color: #6F6F6F;
        margin-bottom: 20px;
    }
    .footer-logo-social {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .copyright>.container {
        font-size: 12px;
        font-weight: 400;
        color: #6F6F6F;
        text-align: center;
    }
    ul.product-spec > li {
        position: relative;
    }

  /* Listenin ilk elemanının tooltip'i için ince ayar */
    ul.product-spec>li:first-child>.tooltip-btn .tooltip-text {
        left: 0;
        transform: translateX(-10px);
    }
    ul.product-spec>li:nth-child(2)>.tooltip-btn .tooltip-text{
        transform: translateX(-30px);
    }
    ul.product-spec>li>.tooltip-btn .tooltip-text {
        /* Temel Stil Ayarları */
        width: 240px;
        max-width: calc(100vw - 40px); /* Ekran genişliğinden kenarlarda 20px boşluk bırak */
        
        /* Gelişmiş Konumlandırma */
        position: absolute;
        z-index: 10; /* Diğer elementlerin üzerinde kalması için */
        top: 115%; /* Butonun biraz altında başlasın (değeri ayarlayabilirsiniz) */
        
        /* SAĞA ve SOLA TAŞMAYI ENGELLEYEN SİHİRLİ KISIM */
        left: 50%;
        transform: translateX(-30px);

        /* Ekranın sol kenarından taşmasını engelle */
        margin-left: 0px;
        /* Ekranın sağ kenarından taşmasını engelle */
        margin-right: 20px;
    }


    /* Listenin son elemanının tooltip'i için ince ayar */
   ul.product-spec>li:nth-child(3)>.tooltip-btn .tooltip-text{
    left: auto;
    right: 0;
        transform: translateX(87%);

    }
    ul.product-spec>li:nth-child(4)>.tooltip-btn .tooltip-text{
        left: auto;
        right: 0;
        transform: translateX(70%);
    }
    ul.product-spec>li:nth-child(4)>.tooltip-btn .tooltip-text .tooltip-arrow {
        position: absolute;
        top: -10px;
        left: 65px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        filter: drop-shadow(0px -1px 2px rgba(0, 0, 0, 0.1));

    }
      ul.product-spec>li:nth-child(5)>.tooltip-btn .tooltip-text{
        left: auto;
        right: 0;
        transform: translateX(50%);
    }
    ul.product-spec>li:nth-child(5)>.tooltip-btn .tooltip-text .tooltip-arrow {
        position: absolute;
        top: -10px;
        left: 112px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        filter: drop-shadow(0px -1px 2px rgba(0, 0, 0, 0.1));

    }
    ul.navbar-nav.right-menu{
        flex-direction: row;
    }
    .content-box>.row>.content-text-area {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-bottom: 20px;
    }
    .content-box>.row>.content-img-area{
        margin-top:10px;
    }
    .content-box.ltr-img>.row {
        position: relative;
        display: flex;
        width: auto;
        height: 100%;
        flex-direction: row;
    }
    .aboutus-intro>h5 {
        font-size: 18px;
        font-weight: 600;
        color: #6F6F6F;
        margin-bottom: 10px;
    }
    .aboutus-intro>h1 {
        font-size: 34px;
        font-weight: 700;
        color: #6F6F6F;
        margin-bottom: 15px;
    }
    .content-box.white-text h2 {
        font-size: 30px;
        font-weight: 600;
        color: white;
        margin-bottom: 25px;
    }
    .content-box.white-text a.btn.btn-no-bg {
        height: 46px;
        display: flex;
        align-items: center;
        padding: 0px 20px;
        border-radius: 4px;
        transition: all .4s;
        width: 100%;
        justify-content: center;
    }
    .aboutus-intro>h3 {
        font-size: 24px;
        font-weight: 600;
        color: #6F6F6F;
        margin-bottom: 15px;
    }
    .aboutus-intro a.btn.btn-no-bg {
        display: flex;
        height: 46px;
        align-items: center;
        padding: 0px 80px;
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
    .content-box.white-text h6 {
        font-size: 20px;
        font-weight: 600;
        color: white;
        margin-bottom: 20px;
    }
    .content-box.white-text h3 {
        font-size: 18px;
        font-weight: 600;
        color: white;
        margin-bottom: 25px;
    }
    .content-box a.btn.btn-no-bg {
        display: flex;
        height: 46px;
        align-items: center;
        padding: 0px 20px;
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
    .content-box.rtl-img>.row{
        width: auto;
    }
    .content-box.grey-text h6 {
        font-size: 20px;
        font-weight: 600;
        color: #6F6F6F;
        margin-bottom: 0px;
    }
    .content-box.grey-text h3 {
        font-size: 30px;
        font-weight: 600;
        color: #6F6F6F;
        margin-bottom: 25px;
    }
    .bottom-content-area>.row>div>h2 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: 600;
        color: #6F6F6F;
    }
    .chain-box>.chain-intro-area {
        padding: 80px 15px 30px;
        position: relative;
    }
    .chain-intro-text>h1>strong {
        font-size: 33px;
        font-weight: 600;
        line-height: 33px;
    }
    .chain-intro-text>h1 {
        font-size: 30px;
        font-weight: 400;
        position: relative;
        display: flex;
        flex-direction: column;
        color: white;
        text-align: center;
        align-items: center;
        margin-bottom: 20px;
        line-height: 33px;
    }
    .chain-intro-text>h4 {
        font-size: 21px;
        text-align: center;
        font-weight: 400;
        color: white;
    }
    .chain-box {
        position: relative;
        padding: 0px 15px;
        border-radius: 0px;
    }
    .chain-inside h6 {
        width: 80%;
        font-size: 20px;
        font-weight: 700;
        color: white;
        margin-bottom: 0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .chain-inside h3 {
        font-size: 30px;
        font-weight: 600;
        color: white;
        margin-bottom: 25px;
        line-height: 27px;
    }
    .chain-box>img {
        position: absolute;
        height: 100%;
        width: 100%;
        inset: 0px;
        object-fit: cover;
        object-position: center center;
        color: transparent;
        z-index: -2;
    }
    .chain-inside .filter {
        position: absolute;
        z-index: -1;
    }
    .chain-inside .btn.btn-no-bg.outline-white {
        display: flex;
        height: 46px;
        padding: 0px 80px;
        font-weight: 500;
        font-size: 16px;
        color: white;
        border-radius: 4px;
        align-items: center;
        width: 100%;
        max-width: 100%;
        transition: all .4s;
        justify-content: center;
    }
    .left-filter>form{
        overflow: hidden;
        height:0px;
        transition: all .4s;
    }
    .left-filter>div>.btn.btn-white.btn-outline-green{
        display: flex;
        height: 48px;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        color: #81BC22;
        font-weight: 400;
        border: 2px solid #80BD22;
        border-radius: 4px;
        transition: all .4s;
        padding-left:20px;
        padding-right:10px;
    }
    .left-filter>div>.btn.btn-white.btn-outline-green:hover{
        background-color: #81BC22;
        color:white;
        transition: all .4s;
    }
    .left-filter>form.open{
        height:100%;
    }
    .product-info>h1 {
        font-size: 28px;
        font-weight: 600;
        color: #6F6F6F;
        margin-bottom: 15px;
    }
    ul.spec-list>li {
        display: flex;
        width: 100%;
        margin-bottom: 10px;
        align-items: flex-start;
        flex-direction: column;
    }
    ul.spec-list>li>.spec-title {
        display: flex;
        width: 100%;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        color: #6F6F6F;
        margin-right: 10px;
    }
    ul.spec-list>li>.spec-details {
        font-size: 16px;
        font-weight: 400;
        color: #6F6F6F;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .pageBrandcrumb-area>.BradCrumb {
        display: flex;
        padding: 10px 0px;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .pageBrandcrumb-area>.BradCrumb>ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .google-maps {
        position: relative;
        padding-bottom: 100%;
        overflow: hidden;
    }
}