.elementor-4103 .elementor-element.elementor-element-75d14c7{--display:flex;--min-height:40vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-4103 .elementor-element.elementor-element-75d14c7:not(.elementor-motion-effects-element-type-background), .elementor-4103 .elementor-element.elementor-element-75d14c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://yaksil.com/wp-content/uploads/2026/06/20260612025625871645.webp");background-position:center center;background-repeat:repeat;background-size:cover;}.elementor-4103 .elementor-element.elementor-element-9873ec8{text-align:center;}.elementor-4103 .elementor-element.elementor-element-9873ec8 .elementor-heading-title{font-size:42px;font-weight:bold;line-height:53px;color:#FFFFFF;}.elementor-4103 .elementor-element.elementor-element-d067f3d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-4103 .elementor-element.elementor-element-c53fccf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-96px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-4103 .elementor-element.elementor-element-d393c94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-4103 .elementor-element.elementor-element-cf290fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-126px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}@media(max-width:767px){.elementor-4103 .elementor-element.elementor-element-9873ec8 .elementor-heading-title{font-size:22px;line-height:1.5em;word-spacing:0em;}}@media(min-width:768px){.elementor-4103 .elementor-element.elementor-element-75d14c7{--content-width:1400px;}.elementor-4103 .elementor-element.elementor-element-d067f3d{--content-width:1400px;}.elementor-4103 .elementor-element.elementor-element-c53fccf{--content-width:1400px;}.elementor-4103 .elementor-element.elementor-element-d393c94{--content-width:1400px;}.elementor-4103 .elementor-element.elementor-element-cf290fc{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-7df57c6 */.medical-silicone-intro {
    padding: 100px 0;
}

.ms-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.ms-content {
    width: 100%;
    max-width: none;
}

.ms-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #17a2b8;
}

.medical-silicone-intro h2 {
    margin: 0 0 30px;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    color: #0f172a;
}

.medical-silicone-intro p {
    max-width: 980px;
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.8;
    color: #64748b;
}

.medical-silicone-intro strong {
    color: #0f172a;
    font-weight: 600;
}

.ms-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(350px, 1fr));
    gap: 32px;
    margin-top: 60px;
    padding-top: 45px;
    border-top: 1px solid #edf2f7;
}

.ms-card {
    position: relative;
    padding: 34px 30px;
    border: 1px solid #e5edf2;
    border-radius: 12px;
    background: transparent;
    transition: all 0.3s ease;
}

.ms-card:hover {
    transform: translateY(-4px);
    border-color: #17a2b8;
}

.ms-card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 60px;
    height: 4px;
    background: #17a2b8;
    border-radius: 12px 0 12px 0;
}

.ms-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.ms-icon i {
    font-size: 24px;
    color: #17a2b8;
}

.ms-card h3 {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #0f172a;
}

.ms-card p {
    max-width: none;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
}

@media (max-width: 992px) {
    .medical-silicone-intro {
        padding: 80px 0;
    }

    .medical-silicone-intro h2 {
        font-size: 38px;
    }

    .ms-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .medical-silicone-intro {
        padding: 60px 0;
    }

    .medical-silicone-intro h2 {
        font-size: 32px;
    }

    .medical-silicone-intro p {
        font-size: 16px;
    }

    .ms-card {
        padding: 28px 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4bedaa5 */.yakows-properties {
    padding: 100px 0;
}

.yp-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.yp-header {
    max-width: 980px;
    margin-bottom: 60px;
}

.yp-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #17a2b8;
}

.yakows-properties h2 {
    margin: 0 0 30px;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    color: #0f172a;
}

.yp-header p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #64748b;
}

.yp-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.yp-card {
    position: relative;
    padding: 34px 26px;
    border: 1px solid #e5edf2;
    border-radius: 12px;
    transition: all .3s ease;
}

.yp-card:hover {
    transform: translateY(-4px);
    border-color: #17a2b8;
}

.yp-card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 56px;
    height: 4px;
    background: #17a2b8;
    border-radius: 12px 0 12px 0;
}

.yp-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.yp-card h3 {
    margin: 0 0 14px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
    color: #0f172a;
}

.yp-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
}

@media (max-width: 1200px) {
    .yp-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {

    .yakows-properties {
        padding: 80px 0;
    }

    .yakows-properties h2 {
        font-size: 38px;
    }

    .yp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .yakows-properties {
        padding: 60px 0;
    }

    .yakows-properties h2 {
        font-size: 32px;
    }

    .yp-grid {
        grid-template-columns: 1fr;
    }

    .yp-card {
        padding: 28px 24px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d393c94 */.yakows-applications {
    padding: 100px 0;
}

.ya-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.ya-heading {
    max-width: 900px;
    margin-bottom: 60px;
}

.ya-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #17a2b8;
}

.ya-heading h2 {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 1.15;
    color: #0f172a;
}

.ya-heading p {
    font-size: 17px;
    line-height: 1.8;
    color: #64748b;
}

/* Main Layout */

.ya-feature {
    display: grid;
    grid-template-columns: 600px 1fr;
    gap: 80px;
    align-items: center;
}

/* Gallery */

.ya-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ya-main-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 16px;
}

.ya-small-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ya-small-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 16px;
}

/* Application List */

.ya-item {
    padding: 22px 0;
    border-bottom: 1px solid #edf2f7;
}

.ya-item:last-child {
    border-bottom: none;
}

.ya-item h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #0f172a;
}

.ya-item p {
    color: #64748b;
    line-height: 1.7;
}

/* Bottom Tags */

.ya-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 70px;
}

.ya-mini {
    padding: 24px;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    text-align: center;
}

.ya-mini h4 {
    margin: 0;
    font-size: 18px;
    color: #0f172a;
}

@media(max-width:1200px) {

    .ya-feature {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ya-bottom {
        grid-template-columns: repeat(2,1fr);
    }

}

@media(max-width:768px) {

    .ya-heading h2 {
        font-size: 36px;
    }

    .ya-bottom {
        grid-template-columns: 1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-448a970 */.silicone-comparison {
    padding: 100px 0;
}

.sc-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.sc-header {
    max-width: 980px;
    margin-bottom: 50px;
}

.sc-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #17a2b8;
}

.silicone-comparison h2 {
    margin: 0 0 30px;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    color: #0f172a;
}

.sc-header p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #64748b;
}

.sc-header strong {
    color: #0f172a;
    font-weight: 600;
}

.sc-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e5edf2;
    border-radius: 14px;
}

.sc-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
}

.sc-table th,
.sc-table td {
    padding: 22px 24px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e5edf2;
}

.sc-table th {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    background: rgba(23, 162, 184, 0.06);
}

.sc-table td {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
}

.sc-table td:first-child {
    width: 210px;
    font-weight: 700;
    color: #0f172a;
}

.sc-table tr:last-child td {
    border-bottom: none;
}

.sc-note {
    max-width: 980px;
    margin-top: 42px;
    padding-left: 24px;
    border-left: 4px solid #17a2b8;
}

.sc-note h3 {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
}

.sc-note p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #64748b;
}

@media (max-width: 992px) {
    .silicone-comparison {
        padding: 80px 0;
    }

    .silicone-comparison h2 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .silicone-comparison {
        padding: 60px 0;
    }

    .silicone-comparison h2 {
        font-size: 32px;
    }

    .sc-header p,
    .sc-note p {
        font-size: 16px;
    }

    .sc-table th,
    .sc-table td {
        padding: 18px 16px;
    }

    .sc-note {
        padding-left: 18px;
    }

    .sc-note h3 {
        font-size: 24px;
    }
}/* End custom CSS */