

.bolt-nut-plant-page {
    width: 100%;
    padding-bottom: 25px;
}

.bolt-nut-general-title {
    position: relative;
    margin: 0 0 26px;
    padding: 0 0 10px;
    color: #111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
}

.bolt-nut-general-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 2px;
    background: #111;
}

.bolt-nut-spec-table {
    width: 100%;
    margin-bottom: 42px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    background: #fff;
}

.bolt-nut-spec-row {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.bolt-nut-spec-label {
    padding: 16px 18px;
    border-right: 1px solid #e4e4e4;
    background: #f7f7f7;
    color: #111;
    font-size: 14px;
    font-weight: 600;
}

.bolt-nut-spec-value {
    padding: 16px 20px;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
}

.bolt-nut-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    padding-top: 4px;
}

.bolt-nut-gallery-item {
    min-width: 0;
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.bolt-nut-gallery-item-main {
    grid-column: 1 / -1;
}

.bolt-nut-gallery-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 310px;
    margin-bottom: 18px;
    overflow: hidden;
}

.bolt-nut-gallery-item-main .bolt-nut-gallery-image {
    min-height: 430px;
}

.bolt-nut-gallery-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.bolt-nut-gallery-image img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 410px;
    object-fit: contain;
    cursor: zoom-in;
}

.bolt-nut-gallery-item-main .bolt-nut-gallery-image img {
    max-height: 520px;
}

.bolt-nut-gallery-item h3 {
    margin: 0;
    color: #111;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .bolt-nut-spec-row {
        grid-template-columns: 210px minmax(0, 1fr);
    }

    .bolt-nut-gallery-item-main .bolt-nut-gallery-image {
        min-height: 340px;
    }
}

@media (max-width: 767px) {
    .bolt-nut-general-title {
        font-size: 19px;
    }

    .bolt-nut-spec-row {
        display: block;
    }

    .bolt-nut-spec-label {
        border-right: 0;
        border-bottom: 1px solid #e4e4e4;
    }

    .bolt-nut-gallery {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bolt-nut-gallery-item-main {
        grid-column: auto;
    }

    .bolt-nut-gallery-image,
    .bolt-nut-gallery-item-main .bolt-nut-gallery-image {
        min-height: 240px;
    }
}

/* =========================================================
   BEMAKTHERM - KONVEYÖRLÜ KURUTMA FIRINLARI
   ========================================================= */

.conveyored-drying-page {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.conveyored-drying-item {
    width: 100%;
    margin: 0 0 28px;
    padding: 18px 20px 18px;
    background: #fff;
    border: 1px solid #007ca1;
}

.conveyored-drying-image {
    margin-bottom: 16px;
    text-align: center;
}

.conveyored-drying-image a {
    display: inline-block;
    max-width: 100%;
}

.conveyored-drying-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
}

.conveyored-drying-title {
    margin: 4px 0 18px;
    padding: 0;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.conveyored-drying-specs {
    width: 100%;
    margin-top: 8px;
}

.conveyored-drying-spec-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    border-top: 1px solid #ececec;
}

.conveyored-drying-spec-label,
.conveyored-drying-spec-value {
    padding: 11px 14px;
    font-size: 14px;
    line-height: 1.5;
}

.conveyored-drying-spec-label {
    color: #111;
    font-weight: 600;
}

.conveyored-drying-spec-value {
    color: #333;
}

.conveyored-drying-description {
    margin-top: 16px;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}

@media (max-width: 767px) {

    .conveyored-drying-item {
        padding: 12px;
    }

    .conveyored-drying-spec-row {
        display: block;
    }

    .conveyored-drying-spec-label {
        padding-bottom: 4px;
    }

    .conveyored-drying-spec-value {
        padding-top: 4px;
    }

    .conveyored-drying-description {
        text-align: left;
    }
}

/* =========================================================
   BEMAKTHERM - MAÇA KURUTMA SİSTEMİ
   ========================================================= */

.core-drying-page {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.core-drying-item {
    width: 100%;
    margin: 0 0 28px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #007ca1;
}

.core-drying-image {
    margin-bottom: 16px;
    text-align: center;
}

.core-drying-image a {
    display: inline-block;
    max-width: 100%;
}

.core-drying-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
}

.core-drying-title {
    margin: 8px 0 18px;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.core-drying-description {
    margin: 0 0 20px;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
    text-align: justify;
}

.core-drying-specs {
    width: 100%;
}

.core-drying-spec-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    border-top: 1px solid #ececec;
}

.core-drying-spec-label,
.core-drying-spec-value {
    padding: 11px 14px;
    font-size: 14px;
    line-height: 1.6;
}

.core-drying-spec-label {
    color: #111;
    font-weight: 600;
}

.core-drying-spec-value {
    color: #333;
}

@media (max-width: 767px) {

    .core-drying-item {
        padding: 12px;
    }

    .core-drying-spec-row {
        display: block;
    }

    .core-drying-spec-label {
        padding-bottom: 4px;
    }

    .core-drying-spec-value {
        padding-top: 4px;
    }

    .core-drying-description {
        text-align: left;
    }
}

/* =========================================================
   BEMAKTHERM - AKIŞKAN YATAKLI KUM KURUTMA SİSTEMİ
   ========================================================= */

.fluidized-bed-page {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.fluidized-bed-main-card,
.fluidized-bed-side-card,
.fluidized-bed-flow-image {
    background: #fff;
    text-align: center;
}

.fluidized-bed-main-card {
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid #007ca1;
}

.fluidized-bed-two-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 20px;
}

.fluidized-bed-side-card {
    padding: 14px;
}

.fluidized-bed-main-card a,
.fluidized-bed-side-card a,
.fluidized-bed-flow-image a {
    display: inline-block;
    max-width: 100%;
}

.fluidized-bed-main-card img,
.fluidized-bed-side-card img,
.fluidized-bed-flow-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
}

.fluidized-bed-image-title {
    margin-top: 10px;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.fluidized-bed-description {
    margin: 20px 0 24px;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
    text-align: justify;
}

.fluidized-bed-specs {
    width: 100%;
    margin: 0 0 22px;
    border: 1px solid #e4e4e4;
}

.fluidized-bed-spec-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    border-bottom: 1px solid #e7e7e7;
}

.fluidized-bed-spec-row:last-child {
    border-bottom: 0;
}

.fluidized-bed-spec-label,
.fluidized-bed-spec-value {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.55;
}

.fluidized-bed-spec-label {
    background: #f7f7f7;
    color: #222;
    font-weight: 600;
    border-right: 1px solid #e7e7e7;
}

.fluidized-bed-spec-value {
    color: #333;
}

.fluidized-bed-flow-image {
    padding: 16px;
    border: 1px solid #007ca1;
}

@media (max-width: 767px) {

    .fluidized-bed-two-grid {
        grid-template-columns: 1fr;
    }

    .fluidized-bed-spec-row {
        display: block;
    }

    .fluidized-bed-spec-label {
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .fluidized-bed-description {
        text-align: left;
    }
}

/* =========================================================
   BEMAKTHERM - SICAK TUTMA FIRINLARI
   ========================================================= */

.holding-furnace-page {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.holding-furnace-intro {
    margin: 0 0 28px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.holding-furnace-item {
    width: 100%;
    margin: 0 0 28px;
    padding: 18px 20px 8px;
    background: #fff;
    border: 1px solid #007ca1;
}

.holding-furnace-image {
    margin-bottom: 16px;
    text-align: center;
}

.holding-furnace-image a {
    display: inline-block;
    max-width: 100%;
}

.holding-furnace-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
}

.holding-furnace-title {
    margin: 4px 0 18px;
    padding: 0;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.holding-furnace-specs {
    width: 100%;
    margin-top: 8px;
}

.holding-furnace-spec-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    border-top: 1px solid #ececec;
}

.holding-furnace-spec-label,
.holding-furnace-spec-value {
    padding: 11px 14px;
    font-size: 14px;
    line-height: 1.5;
}

.holding-furnace-spec-label {
    color: #111;
    font-weight: 600;
}

.holding-furnace-spec-value {
    color: #333;
}

@media (max-width: 767px) {

    .holding-furnace-item {
        padding: 12px 12px 5px;
    }

    .holding-furnace-spec-row {
        display: block;
    }

    .holding-furnace-spec-label {
        padding-bottom: 4px;
    }

    .holding-furnace-spec-value {
        padding-top: 4px;
    }
}

/* =========================================================
   BEMAKTHERM - TÜNEL TİPİ VE KOMPAKT KURUTMA FIRINLARI
   ========================================================= */

.industrial-drying-page {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.industrial-drying-item {
    width: 100%;
    margin: 0 0 28px;
    padding: 18px 20px 18px;
    background: #fff;
    border: 1px solid #007ca1;
}

.industrial-drying-image {
    margin-bottom: 16px;
    text-align: center;
}

.industrial-drying-image a {
    display: inline-block;
    max-width: 100%;
}

.industrial-drying-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
}

.industrial-drying-title {
    margin: 4px 0 18px;
    padding: 0;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.industrial-drying-specs {
    width: 100%;
    margin-top: 8px;
}

.industrial-drying-spec-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    border-top: 1px solid #ececec;
}

.industrial-drying-spec-label,
.industrial-drying-spec-value {
    padding: 11px 14px;
    font-size: 14px;
    line-height: 1.5;
}

.industrial-drying-spec-label {
    color: #111;
    font-weight: 600;
}

.industrial-drying-spec-value {
    color: #333;
}

.industrial-drying-description {
    margin-top: 16px;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}

@media (max-width: 767px) {

    .industrial-drying-item {
        padding: 12px;
    }

    .industrial-drying-spec-row {
        display: block;
    }

    .industrial-drying-spec-label {
        padding-bottom: 4px;
    }

    .industrial-drying-spec-value {
        padding-top: 4px;
    }

    .industrial-drying-description {
        text-align: left;
    }
}


/* =========================================================
   BEMAKTHERM - DÖNER FIRINLI KUM KURUTMA TESİSİ
   ========================================================= */

.rotary-furnace-page {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.rotary-furnace-item {
    width: 100%;
    margin: 0 0 28px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #007ca1;
}

.rotary-furnace-image,
.rotary-furnace-plant-images {
    text-align: center;
}

.rotary-furnace-image {
    margin-bottom: 16px;
}

.rotary-furnace-image a,
.rotary-furnace-plant-images a {
    display: inline-block;
    max-width: 100%;
}

.rotary-furnace-image img,
.rotary-furnace-plant-images img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
}

.rotary-furnace-title {
    margin: 8px 0 18px;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.rotary-furnace-specs {
    width: 100%;
}

.rotary-furnace-spec-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    border-top: 1px solid #ececec;
}

.rotary-furnace-spec-label,
.rotary-furnace-spec-value {
    padding: 11px 14px;
    font-size: 14px;
    line-height: 1.5;
}

.rotary-furnace-spec-label {
    color: #111;
    font-weight: 600;
}

.rotary-furnace-spec-value {
    color: #333;
}

.rotary-furnace-plant-images {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rotary-furnace-plant-images a + a {
    padding-top: 16px;
    border-top: 1px solid #d8d8d8;
}

.rotary-furnace-description {
    color: #333;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 767px) {

    .rotary-furnace-item {
        padding: 12px;
    }

    .rotary-furnace-spec-row {
        display: block;
    }

    .rotary-furnace-spec-label {
        padding-bottom: 4px;
    }

    .rotary-furnace-spec-value {
        padding-top: 4px;
    }
}
/* =========================================================
   BEMAKTHERM - ROHDE ÖZEL SAYFA
   ========================================================= */

/* Bu sayfada gri arka planı tamamen kapat */
body:has(.rohde-special-page),
.product-detail-page:has(.rohde-special-page),
.product-detail-page:has(.rohde-special-page) > .container {
    background: #ffffff !important;
}

.product-detail-page:has(.rohde-special-page) {
    padding-bottom: 50px !important;
}

/* Başlık header altında kalmasın */
.product-detail-page:has(.rohde-special-page) > .container {
    padding-top: 70px !important;
}

/* Başlık */
.product-detail-page:has(.rohde-special-page) .product-detail-heading {
    display: block !important;
    position: relative !important;
    margin: 0 0 28px 0 !important;
    padding: 0 !important;
}

.product-detail-page:has(.rohde-special-page) .product-detail-heading h1 {
    display: block !important;
    margin: 0 !important;
    padding: 0 0 8px 0 !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    color: #111 !important;
    font-weight: 500 !important;
}

/* ROHDE özel alan */
.product-detail-page .rohde-special-page {
    background: #ffffff !important;
    width: 100% !important;
    padding: 10px 0 25px !important;
}

/* PDF ikon + logo aynı satır */
.product-detail-page .rohde-special-page .rohde-special-top {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 40px !important;
    width: 100% !important;
    margin: 0 0 28px !important;
}

/* PDF bağlantısı */
.product-detail-page .rohde-special-page .rohde-catalog-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 0 0 auto !important;
    text-decoration: none !important;
}

/* TR / EN PDF ikon görseli */
.product-detail-page .rohde-special-page .rohde-catalog-icon-image {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 210px !important;
    max-height: 110px !important;
    object-fit: contain !important;
}

/* ROHDE logo */
.product-detail-page .rohde-special-page .rohde-brand-logo {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
}

.product-detail-page .rohde-special-page .rohde-brand-logo img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 280px !important;
    max-height: 90px !important;
    object-fit: contain !important;
}

/* Açıklama */
.product-detail-page .rohde-special-page .rohde-special-description {
    background: #ffffff !important;
    color: #222 !important;
    font-size: 16px !important;
    line-height: 1.85 !important;
    font-weight: 400 !important;
    margin: 0 0 36px !important;
    max-width: 100% !important;
}

.product-detail-page .rohde-special-page .rohde-special-description br {
    display: block;
    content: "";
    margin-top: 15px;
}

/* Ürün kartları: masaüstü 4 kolon */
.product-detail-page .rohde-special-page .rohde-product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 42px !important;
    row-gap: 46px !important;
    width: 100% !important;
    margin: 20px 0 10px !important;
    padding: 0 !important;
}

/* Kart */
.product-detail-page .rohde-special-page .rohde-product-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    text-align: center !important;
}

/* Görsel alanı */
.product-detail-page .rohde-special-page .rohde-product-card-image {
    width: 100% !important;
    height: 245px !important;
    min-height: 245px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    margin: 0 0 16px !important;
    overflow: hidden !important;
}

.product-detail-page .rohde-special-page .rohde-product-card-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 245px !important;
    object-fit: contain !important;
}

/* Ürün adı */
.product-detail-page .rohde-special-page .rohde-product-card-title {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 8px !important;
    font-size: 17px !important;
    line-height: 1.42 !important;
    color: #111 !important;
    font-weight: 600 !important;
    font-style: italic !important;
    text-align: center !important;
}

/* Tablet */
@media (max-width: 991px) {
    .product-detail-page .rohde-special-page .rohde-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 34px 24px !important;
    }

    .product-detail-page .rohde-special-page .rohde-special-top {
        gap: 28px !important;
    }

    .product-detail-page .rohde-special-page .rohde-product-card-image {
        height: 220px !important;
        min-height: 220px !important;
    }
}

/* Mobil */
@media (max-width: 575px) {



    .product-detail-page:has(.rohde-special-page) > .container {
        padding-top: 90px !important;
    }

    .product-detail-page:has(.rohde-special-page) .product-detail-heading {
        margin-bottom: 22px !important;
    }

    .product-detail-page:has(.rohde-special-page) .product-detail-heading h1 {
        font-size: 20px !important;
        line-height: 1.3 !important;
        font-weight: 400 !important;
    }

    .product-detail-page .rohde-special-page .rohde-special-top {
        flex-wrap: wrap !important;
        gap: 20px !important;
    }

    .product-detail-page .rohde-special-page .rohde-catalog-icon-image {
        max-width: 155px !important;
        max-height: 85px !important;
    }

    .product-detail-page .rohde-special-page .rohde-brand-logo img {
        max-width: 190px !important;
        max-height: 65px !important;
    }

    .product-detail-page .rohde-special-page .rohde-special-description {
        font-size: 14px !important;
        line-height: 1.75 !important;
        margin-bottom: 28px !important;
    }

    .product-detail-page .rohde-special-page .rohde-product-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .product-detail-page .rohde-special-page .rohde-product-card-image {
        height: 230px !important;
        min-height: 230px !important;
    }

    .product-detail-page .rohde-special-page .rohde-product-card-title {
        font-size: 16px !important;
        font-weight: 600 !important;
    }
}

/* =========================================================
   BEMAKTHERM - KAUÇUK VULKANİZASYON TESİSİ
   ========================================================= */

.rubber-vulcanization-page {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.rubber-vulcanization-title {
    position: relative;
    margin: 0 0 28px;
    padding: 0 0 11px;
    color: #111;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
}

.rubber-vulcanization-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 2px;
    background: #000;
}

.rubber-vulcanization-specs {
    width: 90%;
    margin-bottom: 26px;
}

.rubber-vulcanization-spec-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    align-items: start;
    border-bottom: 1px solid #ececec;
}

.rubber-vulcanization-spec-label,
.rubber-vulcanization-spec-value {
    padding: 10px 12px;
    color: #222;
    font-size: 13px;
    line-height: 1.65;
}

.rubber-vulcanization-spec-label {
    font-weight: 600;
}

.rubber-vulcanization-control strong {
    display: block;
    margin-bottom: 8px;
}

.rubber-vulcanization-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.rubber-vulcanization-gallery-main {
    grid-column: 1 / -1;
}

.rubber-vulcanization-gallery-half {
    min-width: 0;
}

.rubber-vulcanization-gallery a {
    display: block;
    width: 100%;
    height: 100%;
}

.rubber-vulcanization-gallery img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
}

.rubber-vulcanization-gallery-main,
.rubber-vulcanization-gallery-half {
    padding: 12px;
    background: #fff;
    border: 1px solid #007ca1;
}

@media (max-width: 767px) {

    .rubber-vulcanization-specs {
        width: 100%;
    }

    .rubber-vulcanization-spec-row {
        display: block;
    }

    .rubber-vulcanization-gallery {
        grid-template-columns: 1fr;
    }

    .rubber-vulcanization-gallery-main {
        grid-column: auto;
    }
}

/* =========================================================
   BEMAKTHERM - ATIK ÇAMUR GERİ DÖNÜŞÜM TESİSİ
   ========================================================= */

.waste-sludge-page {
    width: 100%;
    background: #fff;

    border: 1px solid #007ca1;

    padding: 24px;
    margin-bottom: 30px;

    box-sizing: border-box;
}
.waste-sludge-title {
    margin: 0 0 22px;
    color: #111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.waste-sludge-image {
    margin: 0 0 24px;
    text-align: center;
}

.waste-sludge-image a {
    display: inline-block;
    max-width: 100%;
}

.waste-sludge-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
}

.waste-sludge-description,
.waste-sludge-equipment {
    margin: 0 0 26px;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .waste-sludge-title {
        font-size: 20px;
    }

    .waste-sludge-description,
    .waste-sludge-equipment {
        font-size: 13px;
        line-height: 1.7;
    }
}

@media (max-width: 767px) {
    .waste-sludge-page {
        padding: 14px;
    }
}

/* =========================================================
   BEMAKTHERM - INFRARED KURUTMA FIRINLARI
   ========================================================= */

.infrared-drying-page {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.infrared-drying-item {
    width: 100%;
    margin: 0 0 28px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #007ca1;
}

.infrared-drying-image {
    margin-bottom: 16px;
    text-align: center;
}

.infrared-drying-image a {
    display: inline-block;
    max-width: 100%;
}

.infrared-drying-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
}

.infrared-drying-title {
    margin: 8px 0 18px;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.infrared-drying-specs {
    width: 100%;
}

.infrared-drying-spec-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    border-top: 1px solid #ececec;
}

.infrared-drying-spec-label,
.infrared-drying-spec-value {
    padding: 11px 14px;
    font-size: 14px;
    line-height: 1.55;
}

.infrared-drying-spec-label {
    color: #111;
    font-weight: 600;
}

.infrared-drying-spec-value {
    color: #333;
}

.infrared-drying-description {
    margin-top: 18px;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .infrared-drying-item {
        padding: 12px;
    }

    .infrared-drying-spec-row {
        display: block;
    }

    .infrared-drying-spec-label {
        padding-bottom: 4px;
    }

    .infrared-drying-spec-value {
        padding-top: 4px;
    }
}

/* =========================================================
   BEMAKTHERM - KÜR FIRINLARI
   ========================================================= */

.curing-furnaces-page {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.curing-furnace-item {
    width: 100%;
    margin: 0 0 28px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #007ca1;
}

.curing-furnace-image {
    margin-bottom: 16px;
    text-align: center;
}

.curing-furnace-image a {
    display: inline-block;
    max-width: 100%;
}

.curing-furnace-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
}

.curing-furnace-title {
    margin: 8px 0 18px;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.curing-furnace-specs {
    width: 100%;
}

.curing-furnace-spec-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    border-top: 1px solid #ececec;
}

.curing-furnace-spec-label,
.curing-furnace-spec-value {
    padding: 11px 14px;
    font-size: 14px;
    line-height: 1.55;
}

.curing-furnace-spec-label {
    color: #111;
    font-weight: 600;
}

.curing-furnace-spec-value {
    color: #333;
}

.curing-furnace-description {
    margin-top: 18px;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .curing-furnace-item {
        padding: 12px;
    }

    .curing-furnace-spec-row {
        display: block;
    }

    .curing-furnace-spec-label {
        padding-bottom: 4px;
    }

    .curing-furnace-spec-value {
        padding-top: 4px;
    }
}

/* =========================================================
   BEMAKTHERM - MEYVE KURUTMA FIRINLARI
   ========================================================= */

.fruit-drying-page {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.fruit-drying-references {
    margin-bottom: 34px;
}

.fruit-drying-references-title {
    margin: 0 0 18px;
    color: #111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.fruit-drying-reference-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.fruit-drying-reference-item {
    width: 180px;
    height: 130px;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fruit-drying-reference-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.fruit-drying-reference-item img {
    max-width: 100%;
    max-height: 125px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.fruit-drying-products {
    width: 100%;
}

.fruit-drying-item {
    width: 100%;
    margin: 0 0 28px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #007ca1;
}

.fruit-drying-image {
    margin-bottom: 16px;
    text-align: center;
}

.fruit-drying-image a {
    display: inline-block;
    max-width: 100%;
}

.fruit-drying-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
}

.fruit-drying-title {
    margin: 8px 0 16px;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.fruit-drying-description {
    margin: 0 0 18px;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
}

.fruit-drying-specs {
    width: 100%;
}

.fruit-drying-spec-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    border-top: 1px solid #ececec;
}

.fruit-drying-spec-label,
.fruit-drying-spec-value {
    padding: 11px 14px;
    font-size: 14px;
    line-height: 1.55;
}

.fruit-drying-spec-label {
    color: #111;
    font-weight: 600;
}

.fruit-drying-spec-value {
    color: #333;
}

@media (max-width: 991px) {
    .fruit-drying-reference-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .fruit-drying-reference-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fruit-drying-reference-item img {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .fruit-drying-item {
        padding: 12px;
    }

    .fruit-drying-spec-row {
        display: block;
    }

    .fruit-drying-spec-label {
        padding-bottom: 4px;
    }

    .fruit-drying-spec-value {
        padding-top: 4px;
    }
}

/* =========================================================
   BEMAKTHERM - BEMAKTHERM LABORATUVAR FIRINLARI
   ========================================================= */

.bemak-laboratory-page {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.bemak-laboratory-description {
    margin: 0 0 26px;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
}

.bemak-laboratory-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bemak-laboratory-item {
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #007ca1;
    background: #fff;
}

.bemak-laboratory-image {
    text-align: center;
}

.bemak-laboratory-image a {
    display: inline-block;
    max-width: 100%;
}

.bemak-laboratory-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    cursor: zoom-in;
}

.bemak-laboratory-caption {
    margin-top: 14px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 767px) {
    .bemak-laboratory-item {
        padding: 12px;
    }

    .bemak-laboratory-description,
    .bemak-laboratory-caption {
        font-size: 13px;
    }
}


