/* @font-face {
  font-family: 'Montserrat';
  src: url('https://www.impexship.com/fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('https://www.impexship.com/fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */

html { scroll-behavior: smooth; }
body{position:relative; font-family: "Lato", sans-serif; font-size:14px;  color:#000;  padding:0;overflow-x: hidden; margin:0;background:#f4f5f6;}
* {margin:0px; padding:0px; border:0px; font-family: "Lato", sans-serif;box-sizing:border-box;}
ul{list-style-type: none; margin: 0; padding: 0;}
p{font-size:16px;color: #7a7a7a;margin-bottom:25px;font-family: "Lato", sans-serif;line-height: 28px;font-weight: 400;}
p:last-child{margin: 0;}
h1,h2,h3,h4,h5,h6{	margin: 0px; color:#707070; padding: 0px; font-family: "Lato", sans-serif;}
a{ text-decoration: none; -webkit-transition: all .5s ease-in-out;  -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;  transition: all .5s ease-in-out; font-family: "Lato", sans-serif;}
a:hover, a:focus{ text-decoration: none; outline: none;}
main a { font-family: 'Poppins'; color:unset; text-decoration: none; }
ul.services-list li a { font-family: 'Montserrat'; }


.title {
    color: #575a60;
    font-size: clamp(22px, 5vw, 35px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.industry-solutions-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background:
        linear-gradient(135deg, rgba(244, 70, 21, 0.10), transparent 32%),
        linear-gradient(315deg, rgba(87, 90, 96, 0.10), transparent 34%),
        #f4f5f6;
}

.industry-solutions-section::before {
    content: "";
    position: absolute;
    right: -110px;
    top: 90px;
    width: 260px;
    height: 260px;
    border: 36px solid rgba(244, 70, 21, 0.08);
    border-radius: 8px;
    transform: rotate(45deg);
}



.industry-solutions-wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 54px;
    align-items: center;
}

.industry-image {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(65, 68, 74, 0.16);
}

.industry-image::before {
    content: "";
    position: absolute;
    inset: 18px auto auto 18px;
    z-index: 1;
    width: 92px;
    height: 92px;
    border-left: 8px solid #f14615;
    border-bottom: 8px solid #f14615;
}

.industry-image::after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -58px;
    width: 170px;
    height: 170px;
    background: #f14615;
    border-radius: 8px;
    transform: rotate(45deg);
}

.industry-image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

.industry-content {
    padding: 18px 0;
}

.industry-content p {
    color: #5d646c;
    font-size: 17px;
    line-height: 1.75;
}

.industry-content p:first-of-type {
    margin-top: 24px;
}

.industry-content strong {
    color: #4f5258;
    font-weight: 900;
}

.machines-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background:
        linear-gradient(135deg, rgba(244, 70, 21, 0.12), transparent 34%),
        linear-gradient(315deg, rgba(87, 90, 96, 0.10), transparent 32%),
        #f4f5f6;
}

.machines-section::before {
    content: "";
    position: absolute;
    inset: 38px 5% auto auto;
    width: min(38vw, 520px);
    height: min(38vw, 520px);
    border: 1px solid rgba(87, 90, 96, 0.13);
    border-radius: 8px;
    transform: rotate(45deg);
    pointer-events: none;
}



.machines-header {
    max-width: 980px;
    margin-bottom: 44px;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #f14615;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 42px;
    height: 3px;
    background: #f14615;
}

.machines-header p {
    max-width: 890px;
    margin-top: 22px;
    color: #555b62;
    font-size: 20px;
    line-height: 1.55;
}

.machines-header strong,
.machine-card strong {
    color: #4f5258;
    font-weight: 900;
}

.machines-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.machine-card {
    position: relative;
    min-height: 285px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(87, 90, 96, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 55px rgba(65, 68, 74, 0.10);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.machine-card::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -46px;
    width: 130px;
    height: 130px;
    border: 22px solid rgba(244, 70, 21, 0.09);
    border-radius: 8px;
    transform: rotate(45deg);
}

.machine-card:hover {
    transform: translateY(-6px);
    border-color: rgba(244, 70, 21, 0.38);
    box-shadow: 0 28px 70px rgba(65, 68, 74, 0.16);
}

.machine-media {
    position: relative;
    z-index: 1;
    height: 185px;
    margin: -8px -8px 24px;
    overflow: hidden;
    border-radius: 8px;
    background: #f7f8f9;
}

.machine-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 14px;
    transition: opacity .25s ease, transform .25s ease;
}

.machine-media-gif {
    opacity: 0;
}

.machine-card:hover .machine-media-static,
.machine-card:focus-within .machine-media-static {
    opacity: 0;
}

.machine-card:hover .machine-media-gif,
.machine-card:focus-within .machine-media-gif {
    opacity: 1;
    transform: scale(1.02);
}

.machine-icon {
    position: relative;
    z-index: 1;
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    border-radius: 8px;
    background: #5b5e66;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.machine-card:nth-child(2) .machine-icon,
.machine-card:nth-child(4) .machine-icon {
    background: #4d5056;
}

.machine-card:nth-child(3) .machine-icon,
.machine-card:nth-child(5) .machine-icon {
    background: #f14615;
}

.machine-card h2 {
    position: relative;
    z-index: 1;
    max-width: 330px;
    margin-bottom: 14px;
    color: #51545a;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.18;
}

.machine-card p {
    position: relative;
    z-index: 1;
    color: #646a72;
    font-size: 16px;
    line-height: 1.7;
}

.machine-card-featured {
    grid-column: span 2;
    background: linear-gradient(135deg, #5b5e66 0%, #3f4248 100%);
    border-color: #4f5258;
}

.machine-card-featured h2,
.machine-card-featured strong {
    color: #fff;
}

.machine-card-featured p {
    color: rgba(255, 255, 255, 0.78);
}

.machine-card-featured::after {
    border-color: rgba(255, 255, 255, 0.10);
}

.about-ilpra-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #fff;
}

.about-ilpra-section::before {
    content: "";
    position: absolute;
    left: -90px;
    top: 120px;
    width: 220px;
    height: 220px;
    border: 34px solid rgba(244, 70, 21, 0.08);
    border-radius: 8px;
    transform: rotate(45deg);
}



.about-ilpra-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 48px;
    align-items: start;
    margin-bottom: 34px;
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(87, 90, 96, 0.14);
}

.about-ilpra-copy {
    padding: 28px 0 0 34px;
    border-left: 4px solid #f14615;
}

.about-ilpra-copy p,
.solutions-heading p,
.solution-card p {
    color: #5d646c;
}

.about-ilpra-copy p {
    font-size: 17px;
    line-height: 1.75;
}

.about-ilpra-copy strong,
.solutions-heading strong,
.solution-card strong {
    color: #4f5258;
    font-weight: 900;
}

.solutions-panel {
    padding-top: 24px;
}

.solutions-heading {
    max-width: 980px;
    margin-bottom: 30px;
}

.solutions-heading h2 {
    max-width: 820px;
    color: #575a60;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 900;
    line-height: 1.12;
}

.solutions-heading p {
    max-width: 950px;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.7;
}

.solutions-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 22px;
    align-items: stretch;
}

.solution-card {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(87, 90, 96, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(244, 70, 21, 0.06), transparent 36%),
        #f7f8f9;
    box-shadow: 0 22px 60px rgba(65, 68, 74, 0.09);
}

.solution-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: #f14615;
}

.solution-card::after {
    content: "";
    position: absolute;
    right: -46px;
    top: -46px;
    width: 150px;
    height: 150px;
    border: 24px solid rgba(87, 90, 96, 0.08);
    border-radius: 8px;
    transform: rotate(45deg);
}

.solution-number {
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
    border-radius: 8px;
    background: #f14615;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.solution-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    color: #51545a;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.15;
}

.solution-card p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.72;
}

.solution-card-accent {
    background: linear-gradient(135deg, #5b5e66 0%, #3f4248 100%);
    border-color: #4f5258;
}

.solution-card-accent::before {
    background: #f14615;
}

.solution-card-accent::after {
    border-color: rgba(255, 255, 255, 0.10);
}

.solution-card-accent h3,
.solution-card-accent strong {
    color: #fff;
}

.solution-card-accent p {
    color: rgba(255, 255, 255, 0.78);
}

.solution-card-accent .solution-number {
    background: #fff;
    color: #f14615;
}

.trays-films-section {
    position: relative;
    overflow: hidden;
    padding: 86px 0;
    background: #fff;
}

.trays-films-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: rgba(87, 90, 96, 0.14);
}



.trays-films-wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 48px;
    align-items: center;
}

.trays-films-content {
    position: relative;
    max-width: none;
    margin: 0;
    padding: 0 0 0 28px;
    text-align: left;
    background: #fff;
    box-shadow: none;
    border-left: 6px solid #f14615;
}

.trays-films-content::after {
    display: none;
}

.trays-films-content .section-kicker {
    justify-content: flex-start;
}

.trays-films-content .section-kicker::before {
    display: block;
}

.trays-films-content p {
    position: relative;
    z-index: 1;
    max-width: 660px;
    margin: 24px 0 0;
    color: #5d646c;
    font-size: 17px;
    line-height: 1.75;
}

.trays-films-content strong {
    color: #4f5258;
    font-weight: 900;
}

.materials-card {
    position: relative;
    overflow: visible;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.materials-card::after {
    display: none;
}

.materials-card h3 {
    max-width: none;
    margin: 0 0 16px;
    color: #51545a;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
    text-align: left;
}

.materials-list {
    position: relative;
    z-index: 1;
    counter-reset: material-counter;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(87, 90, 96, 0.14);
    border-left: 1px solid rgba(87, 90, 96, 0.14);
}

.materials-list li {
    position: relative;
    counter-increment: material-counter;
    min-height: auto;
    padding: 18px 18px 18px 56px;
    overflow: hidden;
    border-right: 1px solid rgba(87, 90, 96, 0.14);
    border-bottom: 1px solid rgba(87, 90, 96, 0.14);
    border-radius: 0;
    background: #fff;
    color: #51545a;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    box-shadow: none;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.materials-list li::after {
    display: none;
}

.materials-list li:hover {
    transform: none;
    background: #f8f8f9;
    border-color: rgba(87, 90, 96, 0.14);
    box-shadow: inset 4px 0 0 #f14615;
}

.materials-list li::before {
    content: counter(material-counter, decimal-leading-zero);
    position: absolute;
    left: 16px;
    top: 50%;
    width: auto;
    height: auto;
    background: transparent;
    color: #f14615;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
}

.why-choose-section {
    position: relative;
    overflow: visible;
    padding: 92px 0;
    background:
        linear-gradient(135deg, rgba(244, 70, 21, 0.10), transparent 31%),
        linear-gradient(315deg, rgba(87, 90, 96, 0.09), transparent 34%),
        #f4f5f6;
}

.why-choose-section::before {
    content: "";
    position: absolute;
    left: -96px;
    top: 92px;
    width: 230px;
    height: 230px;
    border: 34px solid rgba(244, 70, 21, 0.08);
    border-radius: 8px;
    transform: rotate(45deg);
    pointer-events: none;
}

.why-choose-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
    gap: 32px;
    align-items: start;
}

.why-choose-intro {
    position: sticky;
    top: 130px;
    overflow: hidden;
    padding: 42px 38px;
    border-radius: 8px;
    background: linear-gradient(135deg, #5b5e66 0%, #3f4248 100%);
    box-shadow: 0 28px 75px rgba(65, 68, 74, 0.18);
}

.why-choose-intro::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background: #f14615;
}

.why-choose-intro::after {
    content: "";
    position: absolute;
    right: -62px;
    bottom: -62px;
    width: 180px;
    height: 180px;
    border: 26px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    transform: rotate(45deg);
}

.why-choose-intro .title {
    position: relative;
    z-index: 1;
    max-width: 520px;
    color: #fff;
}

.why-choose-intro p {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.72;
}

.why-choose-points {
    display: grid;
    gap: 18px;
}

.why-choose-point {
    position: relative;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 24px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(87, 90, 96, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 55px rgba(65, 68, 74, 0.10);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.why-choose-point:nth-child(even) {
    margin-left: 0px;
}

.why-choose-point::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -56px;
    width: 148px;
    height: 148px;
    border: 22px solid rgba(244, 70, 21, 0.07);
    border-radius: 8px;
    transform: rotate(45deg);
}

.why-choose-point:hover {
    transform: translateY(-5px);
    border-color: rgba(244, 70, 21, 0.34);
    box-shadow: 0 28px 72px rgba(65, 68, 74, 0.15);
}

.why-choose-point span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    background: #f14615;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.why-choose-point:nth-child(odd) span {
    background: #5b5e66;
}

.why-choose-point div {
    position: relative;
    z-index: 1;
}

.why-choose-point h3 {
    margin-bottom: 12px;
    color: #51545a;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.18;
}

.why-choose-point p {
    color: #646a72;
    font-size: 16px;
    line-height: 1.68;
}

.why-choose-point strong {
    color: #4f5258;
    font-weight: 900;
}

.upgrade-cta-section {
    position: relative;
    overflow: hidden;
    padding: 86px 0;
    background: #fff;
}

.upgrade-cta-wrap {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
    gap: 38px;
    align-items: center;
    padding: 48px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(244, 70, 21, 0.18), transparent 35%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.08), transparent 36%),
        #3f4248;
    box-shadow: 0 30px 85px rgba(65, 68, 74, 0.20);
}

.upgrade-cta-wrap::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 8px;
    background: #f14615;
}

.upgrade-cta-wrap::after {
    content: "";
    position: absolute;
    right: -68px;
    bottom: -72px;
    width: 210px;
    height: 210px;
    border: 30px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    transform: rotate(45deg);
}

.upgrade-cta-content,
.upgrade-cta-actions {
    position: relative;
    z-index: 1;
}

.upgrade-cta-content .section-kicker {
    color: #fff;
}

.upgrade-cta-content .section-kicker::before {
    background: #f14615;
}

.upgrade-cta-content .title {
    max-width: 780px;
    color: #fff;
}

.upgrade-cta-content p {
    max-width: 840px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.7;
}

.upgrade-cta-actions {
    display: grid;
    gap: 14px;
    justify-items: stretch;
}

.upgrade-cta-primary,
.upgrade-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    font-family: 'Lato';
}

.upgrade-cta-primary {
    background: #f14615;
    color: #fff;
    box-shadow: 0 18px 36px rgba(244, 70, 21, 0.24);
}

.upgrade-cta-secondary {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.upgrade-cta-primary:hover,
.upgrade-cta-secondary:hover {
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .industry-solutions-wrap {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .industry-image,
    .industry-image img {
        min-height: 430px;
    }

    .machines-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-ilpra-intro,
    .solutions-grid,
    .trays-films-wrap {
        grid-template-columns: 1fr;
    }

    .trays-films-content {
        max-width: none;
    }

    .about-ilpra-copy {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .industry-solutions-section,
    .machines-section,
    .about-ilpra-section,
    .trays-films-section,
    .why-choose-section,
    .upgrade-cta-section {
        padding: 60px 0;
    }

    .industry-solutions-section::before {
        width: 190px;
        height: 190px;
        right: -110px;
        top: 70px;
    }

    .industry-solutions-wrap {
        gap: 26px;
    }

    .industry-image,
    .industry-image img {
        min-height: 310px;
    }

    .industry-image::before {
        width: 70px;
        height: 70px;
        border-left-width: 6px;
        border-bottom-width: 6px;
    }

    .industry-image::after {
        width: 125px;
        height: 125px;
        right: -50px;
        bottom: -50px;
    }

    .industry-content {
        padding: 0;
    }

    .industry-content p {
        font-size: 16px;
        line-height: 1.65;
    }

    .machines-section::before {
        width: 290px;
        height: 290px;
        right: -120px;
        top: 26px;
    }

    .machines-header {
        margin-bottom: 30px;
    }

    .section-kicker {
        font-size: 13px;
        gap: 10px;
        margin-bottom: 14px;
    }

    .section-kicker::before {
        width: 30px;
    }

    .machines-header p {
        margin-top: 16px;
        font-size: 17px;
        line-height: 1.65;
    }

    .machines-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .machine-card-featured {
        grid-column: auto;
    }

    .machine-card {
        min-height: auto;
        padding: 24px;
    }

    .machine-media {
        height: 170px;
        margin: -4px -4px 20px;
    }

    .machine-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 18px;
        font-size: 15px;
    }

    .machine-card h2 {
        font-size: 22px;
    }

    .machine-card p {
        font-size: 15px;
        line-height: 1.65;
    }

    .about-ilpra-section::before {
        width: 170px;
        height: 170px;
        left: -96px;
        top: 80px;
    }

    .about-ilpra-intro {
        gap: 22px;
        margin-bottom: 24px;
        padding-bottom: 30px;
    }

    .about-ilpra-copy {
        padding-left: 20px;
    }

    .about-ilpra-copy p,
    .solutions-heading p {
        font-size: 16px;
        line-height: 1.65;
    }

    .solutions-heading h2 {
        font-size: 20px;
    }

    .solution-card {
        padding: 26px 24px;
    }

    .solution-number {
        width: 48px;
        height: 48px;
        margin-bottom: 18px;
        font-size: 15px;
    }

    .solution-card h3 {
        font-size: 20px;
    }

    .solution-card p {
        font-size: 15px;
        line-height: 1.65;
    }

    .trays-films-section::before {
        height: 1px;
    }

    .trays-films-content {
        padding: 0 0 0 20px;
    }

    .trays-films-content p {
        font-size: 16px;
        line-height: 1.65;
    }

    .materials-card {
        padding: 0;
    }

    .materials-card h3 {
        font-size: 23px;
    }

    .materials-list {
        grid-template-columns: 1fr;
    }

    .materials-list li {
        min-height: auto;
        padding: 15px 16px 15px 54px;
        font-size: 15px;
    }

    .why-choose-section::before {
        width: 170px;
        height: 170px;
        left: -96px;
        top: 70px;
        border-width: 26px;
    }

    .why-choose-shell {
        gap: 22px;
    }

    .why-choose-intro {
        padding: 30px 26px;
    }

    .why-choose-intro p {
        font-size: 16px;
        line-height: 1.65;
    }

    .why-choose-point,
    .why-choose-point:nth-child(even) {
        margin-left: 0;
    }

    .why-choose-point {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 18px;
        padding: 24px 22px;
    }

    .why-choose-point span {
        width: 48px;
        height: 48px;
        font-size: 14px;
    }

    .why-choose-point h3 {
        font-size: 23px;
    }

    .why-choose-point p {
        font-size: 15px;
        line-height: 1.65;
    }

    .upgrade-cta-wrap {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 34px 26px;
    }

    .upgrade-cta-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .upgrade-cta-content p {
        font-size: 16px;
        line-height: 1.65;
    }

}

@media (max-width: 991px) {
    .why-choose-shell {
        grid-template-columns: 1fr;
    }

    .why-choose-intro {
        position: relative;
        top: auto;
    }
}

@media (max-width: 420px) {
    .industry-solutions-section,
    .machines-section,
    .about-ilpra-section,
    .trays-films-section,
    .why-choose-section,
    .upgrade-cta-section {
        padding: 48px 0;
    }

    .industry-image,
    .industry-image img {
        min-height: 260px;
    }

    .machine-card,
    .solution-card {
        padding: 22px 20px;
    }

    .materials-card {
        padding: 0;
    }

    .why-choose-point {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .upgrade-cta-wrap {
        padding: 28px 22px;
    }

    .upgrade-cta-actions {
        grid-template-columns: 1fr;
    }

    .upgrade-cta-primary,
    .upgrade-cta-secondary {
        min-height: 50px;
        font-size: 14px;
    }
}




/* Header CSS */
.site-header {
	position: sticky;
	top: 0px;
	z-index: 20;
	width: 100%;
	border-bottom: 1px solid rgba(36, 38, 43, 0.08);
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(36, 38, 43, 0.04);
}

.header-nav,
.header-container {
	min-height: 88px;
}

.header-container {
	display: flex;
	align-items: center;
	padding: 14px 0px;
}

.ilpra-logo {
	display: block;
	flex: 0 0 auto;
	margin-right: 34px;
}

.ilpra-logo img {
	display: block;
	width: 196px;
	height: auto;
}

.menu-toggle {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.menu-toggler {
	display: none;
	width: 42px;
	height: 38px;
	margin-left: auto;
	cursor: pointer;
}

.menu-toggler span {
	display: block;
	width: 28px;
	height: 2px;
	margin: 7px auto;
	background: #5a5d62;
	transition: 0.25s;
}

.header-collapse {
	display: flex;
	align-items: center;
	width: 100%;
}

.header-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 100%;
}

.header-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 10px 13px;
	border-radius: 6px;
	color: #2b2d31;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.header-menu a::after {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 5px;
	height: 3px;
	border-radius: 999px;
	background: #f14615;
	content: "";
	opacity: 0;
	transform: scaleX(0);
	transform-origin: center center;
	transition: 0.25s;
}

.header-menu a:hover,
.header-menu a:focus,
.header-menu a.active {
	color: #f14615;
}

.header-menu a:hover {
	background: transparent;
}

.header-menu a:hover::after,
.header-menu a:focus::after,
.header-menu a.active::after {
	opacity: 1;
	transform: scaleX(1);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-left: 24px;
	flex: 0 0 auto;
}

.group-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 35px;
	padding: 0px 18px;
	border-radius: 8px;
	background: #f14615;
	box-shadow: 0 10px 22px rgba(240, 75, 18, 0.18);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.group-btn:hover,
.group-btn:focus {
	background: var(--primary-dark);
	color: #ffffff;
}

.flag {
	display: inline-flex;
	width: 34px;
	height: 24px;
	flex: 0 0 34px;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(36, 38, 43, 0.12), 0 8px 18px rgba(36, 38, 43, 0.08);
}

.flag img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Footer CSS */
.site-footer {
	border-top: 1px solid rgba(36, 38, 43, 0.08);
	background: #f3f4f5;
	color: #111111;
}

.footer-main {
	padding: 58px 0px;
	background: linear-gradient(180deg, #f8f8f8 0%, #f1f2f3 100%);
}

.footer-container {
	display: grid;
	grid-template-columns: 1.25fr 1fr 0.9fr 1.05fr 1.2fr;
	gap: 42px;
	align-items: center;
	max-width: 1240px;
}

.site-footer h3 {
	margin-bottom: 12px;
	color: var(--ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.site-footer p,
.site-footer li,
.site-footer a {
	color: #34363b;
	font-size: 14px;
	line-height: 1.6;
}

.site-footer p {
	margin-bottom: 2px;
}

.site-footer a {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: 0.2s ease;
}

.site-footer a:hover {
	color: var(--primary);
}

.footer-links li {
	margin-bottom: 2px;
}

.footer-certifications {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-certifications img {
	display: block;
	width: 156px;
	height: auto;
}

.social-list {
	display: flex;
	align-items: center;
	gap: 7px;
}

.social-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 7px;
	background: #9d9d9d;
	color: #ffffff;
	text-decoration: none;
	transition: 0.2s ease;
}

.social-list a:hover {
	background: var(--primary);
	transform: translateY(-2px);
}

.social-list svg {
	width: 18px;
	height: 18px;
}

.social-list path {
	fill: currentColor;
	stroke: currentColor;
	stroke-width: 0;
}

.social-list a:last-child path {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.footer-map img {
	display: block;
	width: 270px;
	height: auto;
	margin-top: 12px;
	opacity: 0.7;
}

.footer-bottom {
	padding: 24px 0px;
	background: #e4e5e7;
	text-align: center;
}

.footer-bottom p {
	margin: 0px;
	color: #111111;
	font-size: 13px;
	line-height: 1.45;
}

.footer-bottom a {
	color: #111111;
	font-size: 13px;
	font-weight: 400;
}

/* Header Responsive CSS */
@media (max-width: 1199.98px) {
	.container {
		width: min(100% - 40px, 960px);
	}

	.site-header {
		position: relative;
	}

	.header-nav,
	.header-container {
		min-height: 82px;
	}

	.header-container {
		flex-wrap: wrap;
		padding: 12px 0px;
	}

	.ilpra-logo img {
		width: 182px;
	}

	.menu-toggler {
		display: block;
	}

	.header-collapse {
		display: none;
		width: 100%;
		padding: 18px 0px 4px;
	}

	.menu-toggle:checked ~ .header-collapse {
		display: block;
	}

	.menu-toggle:checked + .menu-toggler span:nth-child(1) {
		transform: translateY(9px) rotate(45deg);
	}

	.menu-toggle:checked + .menu-toggler span:nth-child(2) {
		opacity: 0;
	}

	.menu-toggle:checked + .menu-toggler span:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
	}

	.header-menu {
		display: block;
		padding: 8px 0px;
		border-top: 1px solid var(--line);
	}

	.header-menu a {
		display: flex;
		min-height: 44px;
		padding: 12px 0px 13px;
		border-bottom: 1px solid rgba(79, 83, 91, 0.1);
		border-radius: 0px;
		font-size: 14px;
	}

	.header-menu a::after {
		left: 0px;
		right: auto;
		bottom: -1px;
		width: 62px;
		transform-origin: left center;
	}

	.header-actions {
		gap: 16px;
		margin: 18px 0px 0px;
		padding-bottom: 8px;
		flex-wrap: wrap;
	}
}

@media (max-width: 575.98px) {
	.container {
		width: min(100% - 28px, 100%);
	}

	.header-nav,
	.header-container {
		min-height: 76px;
	}

	.ilpra-logo {
		margin-right: 10px;
	}

	.ilpra-logo img {
		width: 150px;
	}

	.menu-toggler {
		width: 40px;
		height: 36px;
		border: 1px solid var(--line);
		border-radius: 8px;
	}

	.header-actions {
		gap: 12px;
	}

	.group-btn {
		min-height: 40px;
		padding: 0px 14px;
		font-size: 12px;
	}
}

/* Footer Responsive CSS */
@media (max-width: 1199.98px) {
	.footer-container {
		grid-template-columns: repeat(2, minmax(0px, 1fr));
		align-items: start;
	}

	.footer-certifications {
		justify-content: start;
	}

	.footer-map {
		grid-column: span 2;
	}

	.footer-map img {
		width: 260px;
		margin-top: 0px;
	}
}

@media (max-width: 575.98px) {
	.footer-main {
		padding: 42px 0px;
	}

	.footer-container {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.footer-map {
		grid-column: auto;
	}

	.footer-map img {
		width: 230px;
	}

	.footer-bottom {
		padding: 20px 0px;
	}
}
