
.home-page-card {
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    background: #F3F6FF;
    border-radius: 16px;
    padding: 12px 28px;
}

.cardaciklama {
    color: #000000;
    margin-bottom: 12px;
}
.compare-container {
    position: relative;
    width: 1516px;
    max-width: 100%;
    overflow: hidden;
    touch-action: pan-y;
    margin: auto;
}

    .compare-container img {
        display: block;
        width: 1516px;
        height: 750px;
        object-fit: cover;
        max-width: 100vw;
    }

.compare-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    pointer-events: none;
}

    .compare-overlay img {
        position: absolute;
        top: 0;
        left: 0;
        height: 750px;
        width: 1516px;
        object-fit: cover;
        max-width: 100vw;
        margin: auto;
    }

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background-color: #00C851;
    transform: translateX(-50%);
    pointer-events: all;
}

    .slider::before {
        content: "\f053  \f054";
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        background: #003BAF;
        left: 50%;
        border-radius: 50px;
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(4px);
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Font Awesome 6 Free';
        color: #fff;
    }






.maintext {
    color: black;
    font-size: 46px;
    margin-bottom: 20px;
    font-family: "Mulish";
    font-weight: 600;
}

.aciklamatext {
    margin-bottom: 35px !important;
    margin-top: 35px;
    font-family: "Mulish";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}

.baslikpurthene {
    font-family: "Mulish";
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #00194A;
    margin-top: 50px !important;
}

.container-fluid.polimerarka {
    padding: 106px 0px !important;
}

span.greenpoint {
    color: #00C851;
    font-family: "Mulish";
}

span.guventext {
    font-family: "Mulish" !important;
    font-weight: 700;
    font-size: 46px;
    color: #00194A;
    line-height: 100%;
    vertical-align: middle;
}

img.arrow-right {
    width: 23px;
    margin-left: 18px;
}

.container .b {
    margin-top: 20px;
    margin-bottom: 20px;
}

.homebutton2 {
    display: flex;
    justify-content: center;
    padding-bottom: 43px;
}

.col-lg-6.p-4 {
    padding: 35px !important;
}

button.btn.btn-primary.iletisim {
    background-color: #00C851;
    border: none;
    border-radius: 55pc;
    padding: 16px 32px;

}

button.btn.btn-primary.iletisim-3 {
    background-color: #00C851;
    border: none;
    border-radius: 55pc;
    padding: 16px 32px;
    font-size: 14px;
    margin-top: 23px;
}

button.btn.btn-primary.iletisim2 {
    background-color: #00C851;
    border: none;
    border-radius: 55pc;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.bannerfoto {
    width: 100%;
}

.row.g-3.align-items-stretch.foto {
    padding-bottom: 50px;
}

h2.polimerdeguven {
    margin-bottom: 25px;
}

.product-tabs {
    padding-right: 79px;
}

.product-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.tab-number {
    font-weight: bold;
    color: #0d1c4d;
}

.card-body {
    background-color: #f4f7fc;
}

.blogimg-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 16px;
}

    .blogimg-container, .blogimg-container > img {
        aspect-ratio: 2/1.25;
        object-fit: cover;
    }


.blogimg-container img.blogimg {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
    border-radius: 16px;
}

.blogimg-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #003BAF6B;
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    border-radius: 16px;
}

h5.card-date {
    color: #00C851;
    font-size: 16px;
    font-family: "Mulish";
}

h5.card-title {
    font-family: "Mulish";
    font-weight: 600;
    font-size: 24px;
}

.card {
    border: none !important;
}

.card {
    margin-bottom: 22px;
}

img.blogimg {
    width: 100%;
}

.blogimg-container .hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blogimg-container .hover-icon img {
    border-radius: 50%;
    background: white;
    padding: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.blogimg-container:hover::before,
.blogimg-container:hover .hover-icon {
    opacity: 1;
}

.tab-text {
    flex-grow: 1;
    color: #0d1c4d;
}

.tab-arrow {
    font-weight: bold;
    color: #0d1c4d;
    font-size: 1.2rem;
}

.product-tab.active {
    background: #001233;
}

.product-tab.active .tab-text {
    color: #ffffff;
}

.product-tab.active .tab-number,
.product-tab.active .tab-arrow {
    color: #00cc66;
}

.hakkimizda-title {
    font-size: 16px;
}

.hakkimizda-box {
    aspect-ratio: 1 / 1 !important;
}

.backgroundpolimer {
    margin-top: 20px;
    background-color: #F3F6FF;
}

img.hakkimizda2 {
    width: 100%;
}

.hakkimzda {
    display: flex;
    gap: 27px;
    margin-top: 20px;
}

.image-container {
    position: relative;
    width: fit-content;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

a {
    color: white;
}

.product-tab {
    padding: 22px 29px !important;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    color: #0d1c4d;
    font-weight: 500;
}

.container.yazi {
    margin-bottom: 21px;
}

.product-tab.active {
    background: #001233;
    color: #00cc66;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-content {
    border-radius: 16px;
}

.d-none {
    display: none;
}

.scroll-container {
    overflow-x: auto;
    display: flex;
    gap: 20px;
    padding: 20px 0;
}

.card-custom {
    width: 100%;
    height: 100%;
    max-height: 300px;
    padding: 50px;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    transition: transform 0.3s ease;
    justify-content: center !important;
    text-align: start !important;
    align-items: start !important;
    padding-left: 31px !important;
}

svg.icon-card {
    width: 100%;
    height: 100%;
    max-height: 42px;
}

.icon-circle {
    width: 70px;
    height: 70px;
    background-color: #00D46F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.accordion-button:not(.collapsed) {
    color: var(--mavi-text) !important;
    background-color: unset !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

img.img-fluid.rounded {
    height: 239px;
    object-fit: cover;
}

.basari-accordion .accordion-item.active {
    border-bottom: 1px solid var(--yesil-bg) !important;
}

.soru .accordion-item.active {
    border-bottom: 0 !important;
}

.basari-row {
    margin-top: 120px !important;
}

.aco-row .accordion-item {
    margin-bottom: 20px !important;
    border-color: #F3F6FF !important;
}

.accordion-item.active {
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
}

.sag-acor .accordion-item {
    border-radius: 12px !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    background-color: unset !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.sag-acor .accordion-button {
    background-color: unset !important;
}

.row.align-items-center.texting {
    padding-top: 24px;
    margin-bottom: 24px;
}

.soru .accordion-button {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.soru .accordion-body {
    padding-left: 1rem !important;
}

.accordion-item {
    border-radius: 12px !important;
    border: 1px solid #E8EAEB !important;
    background-color: #F8FAFC !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    overflow: hidden !important;
}



.card-custom.dark:hover {
    background-color: #00194A;
    transition: background-color 0.8s ease;
}

.card-custom.dark:hover .icon-circle {
    background-color: #ffffff;
    transition: background-color 0.8s ease;
}

.card-custom.dark:hover .icon-card path {
    fill: #000000;
    transition: fill 0.8s ease;
}

.card-custom.dark:hover .cardtitle {
    color: white;
    transition: color 0.8s ease;
}

.card-custom.dark:hover .cardaciklama {
    color: white;
    transition: color 0.8s ease;
}

.card-custom.dark:hover .card-link {
    color: #00C851;
    transition: color 0.8s ease;
}

.icon-circle img {
    width: 30px;
    height: 30px;
}

.card-custom h5 {
    font-size: 18px;
    color: #140032;
    margin: 0 0 10px 0;
}

.card-custom p {
    font-size: 14px;
    color: #6c6c6c;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.card-link {
    font-size: 14px;
    color: #00296B;
    text-decoration: none;
    font-weight: bold;
}

.card-custom:hover {
    transform: scale(1.02);
}


.scroll-container::-webkit-scrollbar {
    height: 8px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-track {
    background: transparent;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.card-custom {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.card-custom:hover {
    transform: scale(1.02);
}

.blogtarih {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 15px;
    color: #00C851 !important;
    padding-top: 12px;
    padding-bottom: 12px;
}

.blogtext {
    font-family: "Mulish";
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #00194A;
}

.container.blogg {
    padding-bottom: 56px;
}

h1.hakkimizda-number.mb-0 {
    font-size: 70px;
}

.container-fluid.py-5.px-3.px-md-4.arkaplan {
    padding-left: 38px !important;
    padding-right: 38px !important;
}

.mySwiper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 100%;
    background: linear-gradient(270deg, #f4f7fc, #f4f7fc, transparent);
    z-index: 1;
}

.sss-row .accordion .accordion-button svg rect {
    transition: .4s;
}

.sss-row .accordion .accordion-button:not(.collapsed) svg rect {
    fill: #fff;
    transition: .4s;
}

/* div#product-0 {
    margin-left: -19px;
} */

.acco-btn::after {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border-radius: 50px;
    color: #003BAF;
}

span.text-white.yuz {
    font-size: 50px;
}

span.plus {
    font-size: 36px !important;
}

.gelecek {
    font-size: 35px;
    letter-spacing: 13px;
}

.hakkimizda-box-item {
    padding: 22px;
}

.hakkimizda-upper {
    margin-left: 26px;
    margin-top: 15px;
}

.container.hakkimizdabtn {
    align-items: center;
    justify-content: center;
    display: flex;
    padding-top: 30px;
}

.hakkimizdaaciklama {
    padding: 0px 0px 0px 136px;
}

.urun-icerik {
    margin-top: 80px;
}

@media (max-width: 992px) {
    .hakkimizda-box {
        aspect-ratio: 2 / 1.5 !important;
    }

    .aciklamatext {
        font-size: 14px;
    }

    .product-tabs {
        padding-right: 0px;
    }

    .hakkimizdaaciklama {
        padding: 0px 0px !important;
    }

    .hakkimizda-box-item {
        padding: 0px !important;
    }

    .hakkimizda-upper {
        margin-left: 0px !important;
    }

    .main-text {
        font-size: 36px;
    }

    div#product-0 {
        margin-left: 0px;
    }

    .mySwiper::after {
        display: none;
    }

    h2.polimerdeguven {
        margin-bottom: 25px;
        font-size: 32px !important;
    }

    h2.urunlerbaslik {
        font-size: 32px !important;
    }

    h2.baslikblog {
        font-size: 32px !important;
    }

    .col-lg-4.blogss {
        margin-bottom: 20px;
    }

    .guven-text {
        font-size: 36px;
    }

    .container-fluid.py-5.px-3.px-md-4.arkaplan {
        padding: 14px !important;
    }

    h1.hakkimizda-number.mb-0 {
        font-size: 50px;
    }

    span.text-white.yuz {
        font-size: 40px;
    }

    .maintext {
        font-size: 32px;
        margin-top: 10px;
    }

    span.guventext {
        font-size: 31px;
    }

    .header .custom-container {
        padding: 0px 0px !important;
    }

    span.plus {
        font-size: 28px !important;
    }

    .gelecek {
        font-size: 17px;
    }

    .compare-overlay img {
        height: 500px;
    }

    .compare-container img {
        height: 500px;
    }

}