@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;600;800&display=swap");
@import url("all.min.css");

:root {
    --ice-blue: #0ea5e9;
    --dark-navy: #0f172a;
    --soft-bg: #f8fafc;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: var(--soft-bg);
    color: rgb(51, 65, 85);
    overflow-x: hidden;
}

.navbar-custom {
    transition: 0.3s;
    padding: 20px 0px;
}

.nav-container {
    background: rgb(255, 255, 255);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 10px 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
}

.navbar-brand {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -1px;
    color: var(--dark-navy) !important;
}

.navbar-brand span {
    color: var(--ice-blue);
}

.nav-link {
    font-weight: 600;
    margin: 0px 10px;
    transition: 0.3s;
    color: rgb(100, 116, 139) !important;
}

.nav-link:hover {
    color: var(--ice-blue) !important;
}

.btn-vurgulu {
    background: var(--ice-blue);
    border-radius: 12px;
    font-weight: 700;
    box-shadow: rgba(14, 165, 233, 0.3) 0px 8px 20px;
    transition: 0.3s;
    color: white !important;
    padding: 12px 30px !important;
}

.btn-vurgulu:hover {
    transform: translateY(-3px);
    box-shadow: rgba(14, 165, 233, 0.4) 0px 12px 25px;
}

.hero {
    padding-top: 150px;
    padding-bottom: 100px;
    background: linear-gradient(135deg, rgb(224, 242, 254) 0%, rgb(255, 255, 255) 100%);
    position: relative;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--dark-navy);
}

.hero-title span {
    color: var(--ice-blue);
}

.hero-swiper {
    width: 100%;
    height: 450px;
}

.hero-swiper img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 20px 40px);
}

.about-section {
    padding: 100px 0px;
    background: white;
}

.about-img-box img {
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 30px 60px;
}

.products-section {
    padding: 100px 0px;
    background: rgb(14, 21, 32);
}

.product-card {
    display: block;
    background: rgba(255, 255, 255, 0.09);
    padding: 40px;
    border-radius: 25px;
    border: 1px solid rgba(226, 232, 240, 0.24);
    text-align: center;
    transition: 0.3s;
    backdrop-filter: blur(10px);
}

.product-card h4,
.product-card p {
    color: rgb(255, 255, 255);
}

.product-card img {
    height: 250px;
    object-fit: contain;
    width: 100%;
    margin-bottom: 20px;
}

.product-card figure {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card:hover {
    transform: translateY(-10px);
}

.accordion-item {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: rgb(224, 242, 254);
    color: var(--ice-blue);
}

footer {
    background: var(--dark-navy);
    color: white;
    padding: 60px 0px;
}

.slider_section {
    position: relative;
}

.slider_section .bg {
    background-position: center center;
    background-size: cover;
    position: relative;
}

.slider_products {}

.slider_products img {
    width: 100%;
    object-fit: cover;
    min-height: 240px;
}

.slider_section .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.slider_section .container>div {
    width: 700px;
    max-width: 100%;
}

.slider_section h2 {
    color: var(--dark-navy);
    font-weight: 800;
    font-size: 64px;
}

.slider_section p {
    color: var(--dark-navy);
    font-size: 24px;
    margin: 30px 0px 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.slider_section ul {
    display: flex;
    margin-top: 40px;
    gap: 15px;
}

.slider_section ul li a {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    height: 60px;
    border-radius: 16px;
    font-size: 16px;
    color: var(--dark-navy);
    border: 2px solid var(--dark-navy);
    font-weight: 700;
}

.slider_section ul li:nth-child(2) a {
    background: var(--ice-blue);
    box-shadow: rgba(14, 165, 233, 0.3) 0px 8px 20px;
    border-color: transparent;
    color: rgb(255, 255, 255);
}

.menu_logo {
    width: 220px;
    position: relative;
    height: 40px;
    display: flex;
}

.menu_logo img {
    width: 160px;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(255, 255, 255);
    padding: 5px 15px 15px;
    border-radius: 0px 0px 30px 30px;
}

.fixed-top {
    position: absolute;
}

.mainSwiper {
    overflow: hidden;
    position: relative;
}

.nav-link.active {
    color: var(--ice-blue) !important;
}

#urunler {
    position: relative;
    overflow: hidden;
}

#urunler>img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 500px;
    opacity: 0.4;
}

.faq_section137 {
    padding: 80px 0px;
}

.faq_section137 .faq_img img {
    width: 100%;
    border-radius: 20px;
}

.faq_section137 .faq_cont {
    padding-left: 40px;
}

.faq_section137 {
    padding: 90px 0px;
}

.faq_section137 .faq_content {
    margin-top: 36px;
}

@media (max-width: 768px) {
    .faq_section137 {
        padding: 40px 0px;
    }
}

.faq_section137 .accordion-item {
    margin-bottom: 10px;
}

.faq_section137 .accordion-title {
    color: rgb(0, 0, 0);
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    background: transparent;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: none;
    padding: 0px;
}

.faq_section137 .accordion-title::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}

.faq_section137 .accordion-title.active::after {
    content: "";
}

.faq_section137 .accordion-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s;
}

.faq_section137 .accordion-content p {
    margin: 15px 0px 0px;
}

.faq_section137 .accordion-item {
    align-content: normal;
    padding-bottom: 15px;
}

.faq_section137 .accordion-item:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.faq_section137 .section_title1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 30px;
}

.faq_section137 .section_title1 h3 {
    margin: 0px;
    color: rgb(30, 30, 30);
    font-weight: 400;
    font-size: 40px;
}

.faq_section137 .section_title1 h3 span {
    font-weight: 700;
}

#iletisim .col-auto a {
    color: rgb(255, 255, 255);
}

.for_order {
    padding-top: 30px;
    border-top: 1px solid rgba(221, 221, 221, 0.21);
    width: 600px;
    max-width: 100%;
    margin: 40px auto 30px;
    display: flex;
    flex-direction: column;
}

.for_order span {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
}

.for_order a {
    color: rgb(255, 255, 255);
    font-size: 32px;
}

.eventSwiper {
    overflow: hidden;
}

.news_section44 .section_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.news_section44 .section_title a {
    border: 2px solid var(--dark-navy);
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0px 40px;
    color: var(--dark-navy);
    font-size: 16px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.news_section44 .section_title h3 {
    margin: 0px;
    font-size: 48px;
    font-weight: 500;
}

.news_section44 .section_title {
    margin: 0px 0px 40px;
}

.news_section44 .section_title a.btn_component1 {
    margin-top: 0px;
}

.news_section44 .section_title div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.news_section44 .section_title div ul {
    display: flex;
    gap: 10px;
}

.news_section44 .section_title div ul li button {
    font-size: 32px;
    color: var(--dark-navy);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 2px solid var(--dark-navy);
    border-radius: 50%;
    pointer-events: all;
}

.news_section44 {
    padding: 80px 0px;
    overflow: hidden;
    background: rgb(213, 237, 250);
}

.news_section44 .nws_item>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.news_section44 .nws_item>a>div {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}

.news_section44 .nws_item>a>div:first-child {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.news_section44 .nws_item>a img {
    width: 100%;
    border-radius: 20px;
    transition: 1s;
    height: 250px;
    object-fit: cover;
}

.news_section44 .nws_item:hover img {
    transform: scale(1.2);
}

.news_section44 .nws_item div span {
    font-weight: 500;
    font-size: 14px;
    color: rgb(164, 176, 167);
    display: block;
}

.news_section44 .nws_item div strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: rgb(30, 30, 30);
    margin: 10px 0px;
    display: block;
}

.news_section44 .nws_item div p {
    font-size: 14px;
    font-weight: 500;
    color: rgb(164, 176, 167);
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    display: none;
}

footer {
    position: relative;
}

#iletisim>img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 400px;
    opacity: 0.3;
}

.mobile_logo {
    display: none;
}

.navbar-toggler {
    outline: none;
    box-shadow: none;
}

#hakkimizda {
    overflow: hidden;
    padding-top: 40px;
}

.inner_breadcrumb {
    background-color: var(--ice-blue);
    height: 300px;
    background-position: center top;
    background-size: cover;
}

@media (max-width: 992px) {
    .faq_section137 .faq_cont {
        padding-left: 15px;
        margin-top: 40px;
    }

    .mobile_logo {
        display: block;
    }

    .mobile_logo img {
        height: 70px;
    }

    .menu_logo_item {
        display: none;
    }

    .navbar-collapse {
        padding-top: 15px;
    }

    .nav-link {
        margin: 0px;
    }
}

@media (max-width: 1200px) {
    .faq_section137 .section_title1 h3 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .slider_section ul li a {
        padding: 0px 15px;
        height: 50px;
        font-size: 14px;
    }

    .products-section,
    .about-section {
        padding: 40px 0px;
    }

    #iletisim>img,
    #urunler>img {
        opacity: 0.1;
    }

    .slider_section h2 {
        font-size: 36px;
    }

    .slider_section p {
        font-size: 18px;
    }

    .news_section44 .section_title h3 {
        font-size: 28px;
    }

    .news_section44 .section_title div ul {
        display: none;
    }

    .news_section44 .section_title a {
        padding: 0px 15px;
        height: 40px;
        font-size: 14px;
    }

    .news_section44 {
        padding: 40px 0px;
    }

    .news_section44 .section_title div ul li button {
        width: 40px;
        height: 40px;
    }

    .faq_section137 .section_title1 h3 {
        width: 100%;
        margin: 0px;
    }

    .faq_section137 .section_title1 h3 {
        font-size: 24px;
    }

    .faq_section137 .faq_cont .section_title1 {
        margin-bottom: 0px;
    }

    .faq_section137 .accordion-title {
        font-size: 16px;
    }

    .faq_section137 {
        padding: 40px 0px;
    }
}

.contact_component89 {
    padding: 80px 0px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.contact_component89 .container {
    position: relative;
    z-index: 2;
}

.contact_component89 .contactForm h2 {
    margin-bottom: 10px;
    font-size: 36px;
    color: rgb(0, 0, 0);
}

.contact_component89 .contactForm p {
    font-size: 13px;
    margin: 0px 0px 30px;
}

.contact_component89 .cs_left {
    display: flex;
    align-items: center;
}

.contact_component89 .cs_left>div>h1 {
    font-weight: 700;
    color: rgb(30, 30, 30);
    margin: 0px 0px 30px;
    font-size: 60px;
}

.contact_component89 .cs_left>div>p {
    font-size: 24px;
}

.contact_component89 .cs_left>div>ul:not(.social_sh) {
    margin: 50px 0px 15px;
}

.contact_component89 a.c_support {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    color: rgb(30, 30, 30);
    text-decoration: underline;
}

.contact_component89 .cs_left {
    padding-right: 30px;
}

.contact_component89 .contactForm input,
.contact_component89 .contactForm button {
    height: 52px;
}

.contact_component89 .contactForm p.ta_line {
    font-size: 14px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin: 24px 0px 0px;
    display: block;
}

.contact_component89 .ta_line a {
    font-weight: 600;
    color: inherit;
}

.contact_component89 .ta_line a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contact_component89 {
        padding: 40px 0px;
    }
}

.contact_component89 .gap60 {
    row-gap: 60px;
}

.contact_component89 .cs_left iframe {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    margin: 30px 0px 0px;
}

.contact_component89 .w_blueIcons {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact_component89 .w_blueIcons li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact_component89 .w_blueIcons li div {
    line-height: 1.2;
}

.contact_component89 .w_blueIcons li i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    background-color: rgb(7, 134, 255);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    font-size: 24px;
}

.contact_component89 .w_blueIcons li div strong {
    display: block;
    font-size: 24px;
    color: rgb(36, 67, 98);
    font-weight: 600;
}

.contact_component89 .w_blueIcons li div a {
    font-size: 14px;
    color: rgb(36, 67, 98);
    font-weight: 600;
}

.contact_component89 .social_sh {
    border-top: 1px solid rgba(36, 67, 98, 0.2);
    margin-top: 36px;
    padding-top: 36px;
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    flex-direction: unset;
    margin-bottom: 0px;
}

.contact_component89 .social_sh li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(7, 134, 255);
    width: 40px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    font-size: 18px;
    border-radius: 50%;
    transition: 0.3s;
    background: rgb(198, 227, 255);
}

.contact_component89 .social_sh li a:hover {
    background-color: rgb(7, 134, 255);
    color: rgb(198, 227, 255);
}

@media (max-width: 768px) {
    .contact_component89 .w_blueIcons li i {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .contact_component89 .w_blueIcons li div strong {
        font-size: 18px;
    }

    .contact_component89 .cs_left>div>h1 {
        font-size: 32px;
    }

    .contact_component89 .cs_left>div>p {
        font-size: 16px;
    }

    .contact_component89 .map_rgt {
        padding-left: 0px;
    }

    .contact_component89 .map_section {
        padding: 40px 0px;
    }

    .contact_component89 .cs_left {
        padding-right: 15px;
    }
}

.contact_component89 .contactForm {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
    padding: 36px;
    border-radius: 5px;
    width: 800px;
    max-width: 100%;
    margin: 0px auto;
}

.contact_component89 .contactForm h2 {
    color: rgb(7, 134, 255);
    font-weight: 700;
    font-size: 24px;
    margin: 0px 0px 24px;
}

.contact_component89 .indexForm .if_texts {
    padding-right: 80px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.contact_component89 .if_texts * {
    color: rgb(7, 134, 255);
}

.contact_component89 .contactForm .row {
    row-gap: 30px;
}

.contact_component89 .contactForm input,
.contact_component89 .contactForm textarea {
    border: 1px solid rgb(217, 217, 217);
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    transition: 0.3s;
}

.contact_component89 .contactForm input:focus,
.contact_component89 .contactForm textarea:focus {
    border-color: rgb(7, 134, 255);
}

.contact_component89 .contactForm textarea {
    padding: 15px;
    height: 90px;
    resize: none;
}

.contact_component89 .contactForm button {
    border-radius: 5px;
    background-color: rgb(7, 134, 255);
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    transition: 0.3s;
}

.contact_component89 .contactForm button:hover {
    background-color: rgb(198, 227, 255);
    color: rgb(7, 134, 255);
}

.contact_component89 .indexForm .row {
    row-gap: 30px;
}

@media (max-width: 768px) {
    .contact_component89 .indexForm .if_texts {
        padding-right: 0px;
    }

    .contact_component89 .indexForm {
        padding: 40px 0px;
    }

    .contact_component89 .contactForm {
        padding: 30px;
    }
}

.faq_section139 .faq_section {
    padding: 90px 0px;
}

.faq_section139 .faq_content {
    margin-top: 36px;
}

@media (max-width: 768px) {
    .faq_section139 .faq_section {
        padding: 40px 0px;
    }
}

.faq_section139 .accordion-item {
    margin-bottom: 10px;
    position: relative;
}

.faq_section139 .accordion-title {
    color: rgb(71, 99, 107);
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    background: transparent;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: none;
    padding: 0px;
    letter-spacing: 0.3px;
}

.faq_section139 .accordion-title h3 {
    font-size: inherit;
    font-weight: inherit;
}

.faq_section139 .accordion-title.active::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(0, 179, 231);
}

.faq_section139 .accordion-title::after {
    content: "";
    font-family: FontAwesome;
}

.faq_section139 .accordion-title.active::after {
    content: "";
}

.faq_section139 .accordion-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s;
}

.faq_section139 .accordion-content p {
    margin: 15px 0px 0px;
}

.faq_section139 .accordion-item {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.faq_section139 .accordion-title.active {
    color: rgb(0, 179, 231);
}

.faq_section139 .iframe_wrapper {
    margin: 30px 0px;
}

.faq_section139 .iframe_wrapper iframe {
    width: 100%;
    height: 500px;
}

.faq_section139 {
    padding: 80px 0px;
}

@media (max-width: 768px) {
    .faq_section139 {
        padding: 40px 0px;
    }

    .faq_section139 .accordion-title {
        font-size: 16px;
    }
}

.prd_q77 {
    padding: 100px 0px;
    background-color: rgb(248, 250, 252);
    font-family: "Plus Jakarta Sans", sans-serif;
    color: rgb(30, 41, 59);
}

.prd_q77_container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 25px;
}

.prd_q77_hero {
    text-align: center;
    margin-bottom: 80px;
}

.prd_q77_badge {
    display: inline-block;
    background: rgb(14, 165, 233);
    color: rgb(255, 255, 255);
    padding: 7px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.prd_q77_main_title {
    font-size: 48px;
    font-weight: 800;
    color: rgb(15, 23, 42);
    margin-bottom: 25px;
}

.prd_q77_main_title span {
    color: rgb(14, 165, 233);
}

.prd_q77_desc {
    max-width: 800px;
    margin: 0px auto;
    font-size: 19px;
    line-height: 1.6;
    color: rgb(100, 116, 139);
}

.prd_q77_section_title {
    margin-bottom: 40px;
    text-align: left;
}

.prd_q77_section_title h3 {
    font-size: 28px;
    font-weight: 800;
    color: rgb(15, 23, 42);
    margin-bottom: 10px;
}

.prd_q77_line {
    width: 60px;
    height: 5px;
    background: rgb(14, 165, 233);
    border-radius: 5px;
}

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

.prd_q77_tech_card {
    background: rgb(255, 255, 255);
    padding: 45px 35px;
    border-radius: 35px;
    border: 1px solid rgb(241, 245, 249);
    transition: 0.4s;
}

.prd_q77_tech_card:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 25px 50px;
    border-color: rgb(14, 165, 233);
}

.prd_q77_tech_card.active {
    background: rgb(15, 23, 42);
    color: rgb(255, 255, 255);
}

.prd_q77_tech_card.active h4 {
    color: rgb(255, 255, 255);
}

.prd_q77_tech_card.active p {
    color: rgb(148, 163, 184);
}

.prd_q77_icon {
    font-size: 40px;
    color: rgb(14, 165, 233);
    margin-bottom: 25px;
}

.prd_q77_tech_card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: rgb(15, 23, 42);
}

.prd_q77_analysis_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
    background: rgb(255, 255, 255);
    padding: 50px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 10px 40px;
}

.prd_q77_analysis_content h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.prd_q77_stats {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.prd_q77_stat_item {
    display: flex;
    flex-direction: column;
}

.prd_q77_stat_val {
    font-size: 32px;
    font-weight: 800;
    color: rgb(14, 165, 233);
}

.prd_q77_stat_label {
    font-size: 13px;
    font-weight: 600;
    color: rgb(148, 163, 184);
    text-transform: uppercase;
}

.prd_q77_analysis_card {
    background: linear-gradient(135deg, rgb(14, 165, 233) 0%, rgb(12, 74, 110) 100%);
    padding: 3px;
    border-radius: 35px;
}

.prd_q77_card_inner {
    background: rgb(15, 23, 42);
    border-radius: 32px;
    padding: 40px;
}

.prd_q77_table_title {
    color: rgb(14, 165, 233);
    font-weight: 800;
    margin-bottom: 25px;
    font-size: 18px;
}

.prd_q77_data_list {
    list-style: none;
    padding: 0px;
}

.prd_q77_data_list li {
    display: flex;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    padding: 12px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.prd_q77_data_list li span {
    color: rgb(148, 163, 184);
}

.prd_q77_cert_logos {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.prd_q77_iso {
    background: rgba(14, 165, 233, 0.2);
    color: rgb(14, 165, 233);
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(14, 165, 233, 0.3);
}

.prd_q77_principle_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.prd_q77_principle_item {
    display: flex;
    gap: 20px;
    background: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 25px;
    transition: 0.3s;
}

.prd_q77_principle_item:hover {
    background: rgb(241, 245, 249);
}

.prd_q77_principle_item i {
    font-size: 24px;
    color: rgb(14, 165, 233);
    margin-top: 5px;
}

.prd_q77_principle_item strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.prd_q77_principle_item p {
    font-size: 14px;
    color: rgb(100, 116, 139);
    margin: 0px;
}

@media (max-width: 1024px) {

    .prd_q77_tech_grid,
    .prd_q77_analysis_row,
    .prd_q77_principle_grid {
        grid-template-columns: 1fr;
    }

    .prd_q77_main_title {
        font-size: 34px;
    }
}

.coldex_prd {
    padding: 60px 0px;
    background-color: rgb(248, 250, 252);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.coldex_prd_container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 20px;
}

.coldex_prd_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(271px, 1fr));
    gap: 25px;
}

.coldex_prd_card {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 30px;
    text-align: left;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgb(241, 245, 249);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.coldex_prd_card:hover {
    transform: translateY(-8px);
    box-shadow: rgba(15, 23, 42, 0.08) 0px 20px 40px;
    border-color: rgb(14, 165, 233);
}

.coldex_prd_img_wrapper {
    background: rgb(252, 253, 254);
    border-radius: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
}

.coldex_prd_img_wrapper img {
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s;
}

.coldex_prd_card:hover .coldex_prd_img_wrapper img {
    transform: scale(1.08);
}

.coldex_prd_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    color: rgb(15, 23, 42);
}

.coldex_prd_title a {
    color: rgb(15, 23, 42);
}

.coldex_prd_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(30, 41, 59);
    text-decoration: none;
    transition: color 0.3s;
}

.coldex_prd_icon {
    width: 28px;
    height: 28px;
    background: rgb(15, 23, 42);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.coldex_prd_card:hover .coldex_prd_link {
    color: rgb(14, 165, 233);
}

.coldex_prd_card:hover .coldex_prd_icon {
    background: rgb(14, 165, 233);
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .coldex_prd_grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
}

.prd_079 {
    color: rgb(51, 51, 51);
}

.prd_079 .product-card {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 15px 40px;
    border: 1px solid rgb(240, 240, 240);
    transform: none !important;
}

.prd_079 .image-section {
    background: linear-gradient(135deg, rgb(242, 246, 251) 0%, rgb(209, 231, 255) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
}

.prd_079 .image-section img {
    max-height: 500px;
    height: auto;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 20px 30px);
    border-radius: 30px;
}

.prd_079 .badge-weight {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgb(190, 30, 45);
    color: rgb(255, 255, 255);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
}

.prd_079 .content-section {
    padding: 0px 50px;
    text-align: left;
}

.prd_079 .brand-name {
    color: rgb(15, 23, 42);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.prd_079 .product-title {
    font-size: 36px;
    font-weight: 700;
    color: rgb(45, 52, 54);
    margin-bottom: 15px;
    line-height: 1.2;
    position: relative;
    text-align: left;
}

.prd_079 .product-title span {
    background-color: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.prd_079 .pistachio-percentage {
    display: inline-block;
    background: rgb(15, 23, 42);
    color: rgb(255, 255, 255);
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.prd_079 .section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: rgb(15, 23, 42);
    border-bottom: 2px solid rgb(238, 242, 230);
    padding-bottom: 8px;
}

.prd_079 .ingredients-box {
    background: rgb(242, 244, 251);
    padding: 20px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    border-left: 4px solid rgb(15, 23, 42);
}

.prd_079 .spec-table {
    width: 100%;
    margin-bottom: 20px;
    table-layout: fixed;
}

.prd_079 .spec-table tr td {
    padding: 8px 0px;
    font-size: 14px;
    border-bottom: 1px solid rgb(240, 240, 240);
    text-align: left;
}

.prd_079 .spec-table tr th {
    border-bottom: 1px solid rgb(240, 240, 240);
    padding: 8px 0px;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
}

.prd_079 .spec-label {
    font-weight: 600;
    color: rgb(102, 102, 102);
}

.prd_079 .spec-value {
    text-align: right;
    font-weight: 500;
    color: rgb(45, 52, 54);
}

.prd_079 .logistics-grid {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 242, 230);
    border-radius: 12px;
    padding: 20px;
}

.the_badges {
    display: flex;
    gap: 15px;
    z-index: 2;
}

.the_badges li {
    list-style: none;
}

.the_badges img {
    height: 45px;
    width: auto;
    margin-bottom: 0px;
}

.prd_079 .image-section figure {
    margin: 0px;
    position: relative;
}

.py-8 {
    padding: 80px 0px;
}

@media (max-width: 1400px) {
    .the_badges img {
        height: 45px;
    }
}

@media (max-width: 1200px) {
    .the_badges {
        position: static;
    }
}

@media (max-width: 768px) {
    .inner_breadcrumb {
        height: 150px;
    }

    .prd_079 .content-section {
        padding: 0px;
        margin-top: 30px;
    }

    .prd_079 .product-card {
        padding: 20px;
    }

    .py-8 {
        padding: 40px 0px;
    }
}

.coldex_abt {
    padding: 100px 0px;
    background-color: rgb(255, 255, 255);
    font-family: "Plus Jakarta Sans", sans-serif;
    color: rgb(30, 41, 59);
    overflow: hidden;
}

.coldex_abt_container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 25px;
}

.coldex_abt_hero {
    text-align: center;
    margin-bottom: 90px;
}

.coldex_abt_label {
    color: rgb(14, 165, 233);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.coldex_abt_main_title {
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 800;
    line-height: 1.1;
    color: rgb(15, 23, 42);
    margin-bottom: 30px;
}

.coldex_abt_main_title span {
    color: rgb(14, 165, 233);
}

.coldex_abt_lead {
    font-size: 20px;
    color: rgb(100, 116, 139);
    max-width: 800px;
    margin: 0px auto;
    line-height: 1.6;
}

.coldex_abt_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 120px;
}

.coldex_abt_image_box {
    position: relative;
}

.coldex_abt_img {
    width: 100%;
    border-radius: 40px;
    box-shadow: rgba(15, 23, 42, 0.1) 0px 30px 60px;
}

.coldex_abt_experience {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: rgb(14, 165, 233);
    color: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 30px;
    text-align: center;
    box-shadow: rgba(14, 165, 233, 0.3) 0px 15px 30px;
}

.coldex_abt_exp_num {
    display: block;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.coldex_abt_exp_txt {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.coldex_abt_content h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 25px;
    color: rgb(15, 23, 42);
}

.coldex_abt_content p {
    font-size: 17px;
    line-height: 1.8;
    color: rgb(100, 116, 139);
    margin-bottom: 20px;
}

.coldex_abt_features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.coldex_abt_f_item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    font-size: 15px;
}

.coldex_abt_f_item i {
    color: rgb(14, 165, 233);
    font-size: 20px;
}

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

.coldex_abt_v_card {
    padding: 50px 40px;
    background: rgb(248, 250, 252);
    border-radius: 40px;
    transition: 0.3s;
}

.coldex_abt_v_card h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    color: rgb(15, 23, 42);
}

.coldex_abt_v_card p {
    font-size: 15px;
    color: rgb(100, 116, 139);
    line-height: 1.6;
    margin: 0px;
}

.coldex_abt_v_card.active {
    background: rgb(15, 23, 42);
    color: rgb(255, 255, 255);
}

.coldex_abt_v_card.active h3 {
    color: rgb(255, 255, 255);
}

.coldex_abt_v_card.active p {
    color: rgb(148, 163, 184);
}

.coldex_abt_stats_bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: rgb(241, 245, 249);
    padding: 60px 40px;
    border-radius: 50px;
    text-align: center;
}

.coldex_abt_stat_n {
    font-size: 42px;
    font-weight: 800;
    color: rgb(14, 165, 233);
    margin-bottom: 5px;
}

.coldex_abt_stat_l {
    font-size: 14px;
    font-weight: 700;
    color: rgb(71, 85, 105);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn_component1 {
    display: inline-flex;
    margin-top: 30px;
    align-items: center;
    padding: 0px 20px;
    height: 60px;
    border-radius: 16px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    border: 2px solid transparent;
    font-weight: 700;
    background: var(--ice-blue);
    box-shadow: rgba(14, 165, 233, 0.3) 0px 8px 20px;
}

.p-3.border-start.border-primary.border-4.bg-light.h-100 {
    border-color: var(--ice-blue) !important;
}

@media (max-width: 992px) {
    .coldex_abt_row {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    .coldex_abt_values_grid {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .coldex_abt_stats_bar {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .coldex_abt_experience {
        right: 0px;
        bottom: 0px;
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .coldex_abt {
        padding: 40px 0px;
    }

    .coldex_abt_hero {
        margin-bottom: 40px;
    }

    .coldex_abt_stats_bar {
        grid-template-columns: 1fr;
    }
}

.coldex_blg_det {
    padding: 80px 0px;
    background-color: rgb(255, 255, 255);
    font-family: "Plus Jakarta Sans", sans-serif;
    color: rgb(51, 65, 85);
}

.coldex_blg_det_container {
    max-width: 1100px;
    margin: 0px auto;
    padding: 0px 25px;
}

.coldex_blg_det_header {
    text-align: center;
    margin-bottom: 50px;
}

.coldex_blg_det_category {
    color: rgb(14, 165, 233);
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.coldex_blg_det_title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: rgb(15, 23, 42);
    line-height: 1.2;
    margin-bottom: 20px;
}

.coldex_blg_det_meta {
    color: rgb(148, 163, 184);
    font-size: 14px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.coldex_blg_det_featured {
    width: 100%;
    margin-bottom: 60px;
}

.coldex_blg_det_featured img {
    width: 100%;
    height: auto;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 30px 60px;
}

.coldex_blg_det_wrapper {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 60px;
}

.coldex_blg_det_content {
    line-height: 1.8;
    font-size: 17px;
}

.coldex_blg_det_lead {
    font-size: 20px;
    font-weight: 600;
    color: rgb(15, 23, 42);
    margin-bottom: 30px;
}

.coldex_blg_det_content h3 {
    font-size: 24px;
    font-weight: 800;
    color: rgb(15, 23, 42);
    margin: 40px 0px 20px;
}

.coldex_blg_det_content blockquote {
    margin: 40px 0px;
    padding: 30px;
    background: rgb(248, 250, 252);
    border-left: 5px solid rgb(14, 165, 233);
    font-style: italic;
    font-size: 19px;
    color: rgb(30, 41, 59);
    border-radius: 0px 20px 20px 0px;
}

.coldex_blg_det_inner_img {
    margin: 40px 0px;
    text-align: center;
}

.coldex_blg_det_inner_img img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
}

.coldex_blg_det_inner_img small {
    color: rgb(148, 163, 184);
}

.coldex_blg_det_widget {
    margin-bottom: 40px;
    padding: 30px;
    background: rgb(248, 250, 252);
    border-radius: 25px;
}

.coldex_blg_det_widget h4 {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 18px;
}

.coldex_blg_det_recent {
    list-style: none;
    padding: 0px;
}

.coldex_blg_det_recent li {
    margin-bottom: 20px;
}

.coldex_blg_det_recent a {
    display: block;
    color: rgb(15, 23, 42);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
    transition: color 0.3s;
}

.coldex_blg_det_recent a:hover {
    color: rgb(14, 165, 233);
}

.coldex_blg_det_recent span {
    font-size: 12px;
    color: rgb(148, 163, 184);
}

.coldex_blg_det_cta {
    background: rgb(15, 23, 42);
    color: rgb(255, 255, 255);
    padding: 40px 30px;
    border-radius: 30px;
    text-align: center;
}

.coldex_blg_det_btn {
    display: inline-block;
    margin-top: 20px;
    background: rgb(14, 165, 233);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.3s;
}

.coldex_blg_det_btn:hover {
    transform: translateY(-3px);
    box-shadow: rgba(14, 165, 233, 0.4) 0px 10px 20px;
}

.productSwiper .swiper-pagination-bullet {
    background-color: rgb(255, 255, 255);
}

.productSwiper .swiper-pagination {
    margin-top: 15px !important;
}

.textBar {
    background-color: rgb(42 76 114);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 15px 0px;
}

.textBar h3 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 50px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    z-index: 9999;
    transition: transform 0.3s ease, background-color 0.3s ease;
    font-family: Arial, sans-serif;
}

.whatsapp-button:hover {
    transform: scale(1.05);
    background-color: #128C7E;
    color: white;
}

.whatsapp-button i {
    font-size: 24px;
    margin-right: 10px;
}

.whatsapp-button span {
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

@media(min-width:993px) {
    .slider_products img {
        min-height: 650px;
    }
}

@media (max-width: 480px) {
    .whatsapp-button span {
        display: inline;
    }
}

@media (max-width: 992px) {
    #index-nav {
        position: static;
    }

    .coldex_blg_det_wrapper {
        grid-template-columns: 1fr;
    }

    .coldex_blg_det_sidebar {
        display: none;
    }

    .coldex_blg_det_featured img {
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .slider_products img {
        min-height: 240px;
    }

    .textBar h3 {
        letter-spacing: 1px;
        font-size: 16px;
    }

    .news_section44 .nws_item div strong {
        font-size: 18px;
    }

    .product-card {
        padding: 20px;
    }
}