/* Hero Slider Controls */
.hero-slider-wrapper {
    position: relative;
}

.hero-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 24px;
    z-index: 9;
    text-align: center;
    right: 0;
    left: 130px;
    max-width: 50px;
    margin: 0 auto;
}

.hero-slider .owl-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    max-width: 100px;
    margin: 0 auto;
}

.hero-slider .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff !important;
    border: 2px solid #e54e2b;
    opacity: 0.6;
    transition: background 0.2s, opacity 0.2s;
}

.hero-slider .owl-dot.active {
    background: #e54e2b !important;
    opacity: 1;
}

.hero-slider .owl-dot span {
    opacity: 0 !important;
}

.hero-slider-pause,
.hero-slider-play {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
    outline: none;
    border: none !important;
}

.hero-slider-pause:hover,
.hero-slider-play:hover {
    background: #e54e2b;
    border-color: #fff;
    color: #fff !important;
}

.pause-icon {
    display: block;
    width: 11px;
    height: 15px;
    background: linear-gradient(90deg, #e54e2b 40%, transparent 40%, transparent 60%, #e54e2b 60%);
}

.play-icon {
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #e54e2b;
    margin-left: 4px;
}

.hero-slider-play:hover .play-icon {
    border-left: 14px solid #fff;
}

.hero-slider-pause:hover .pause-icon {
    background: linear-gradient(90deg, #fff 40%, transparent 40%, transparent 60%, #fff 60%);
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container,
.wp-block-columns {
    width: 90%;
    max-width: 1480px;
    margin: auto;
}

.wp-block-columns .container,
.wp-block-columns .wp-block-columns {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.wp-block-columns .alignwide {
    width: 90%;
    max-width: 1480px;
    margin: auto;
}

.container.alignfull {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.wp-block-columns.alignfull {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.wp-block-columns {
    width: 90%;
    max-width: 1480px;
    margin: auto;
}

.site-header {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    background: transparent;
}

.site-header .menu-container {
    max-width: 1500px;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    padding-top: 20px;
    padding-bottom: 20px;
}

.top_menu .container {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 10px;
}

.top_menu .language-switcher ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.top_menu .language-switcher a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    text-transform: uppercase;
}

.top_menu .container .current-lang a {
    color: #d24a2c;
}

.logo img {
    height: 48px;
    width: auto;
    display: block;
}

.main-nav {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 40px;
    justify-content: flex-end;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 32px;
    margin: 0;
    padding: 0;
}

/* 
.nav-menu li a::after,
.nav-menu li a::before {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 0;
    height: 1px;
    background: #e54e2b;
    transition: all 0.6s;
    opacity: 0;
    margin: auto;
    right: 0;
}

.nav-menu li a::before {
    top: -34px;
    bottom: unset
}

.nav-menu li a:hover::after,
.nav-menu li a:hover::before {
    width: 100%;
    opacity: 1;
} */

.nav-menu a:hover,
.nav-menu .current-menu-item a {
    color: #e54e2b;
}

.header-btn {
    margin-left: 32px;
}

.white-btn,
.transparent-btn,
.orange-button,
.button {
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2rem;
    border: 1px solid #fff;
    transition: background 0.2s, color 0.2s;
    position: relative;
}

.white-btn {
    background: #fff;
    color: #111;
    padding-left: 35px;
    padding-right: 35px;
    border: 1px solid #fff;
}

.orange-button {
    background: #e54e2b;
    color: #fff;
    border: 1px solid #e54e2b;
}

.orange-button:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.orange-button:hover .corner-arrow {
    background-color: #e54e2b;
}

.transparent-btn {
    background: transparent;
    color: #fff;
}

.trans-black {
    background: rgba(0, 0, 0, 0);
    color: #000;
    border: 1px solid #000;
}

.white-btn:hover,
.trans-black:hover {
    background: rgba(229, 78, 43, 1);
    border-color: rgba(229, 78, 43, 1);
    color: #fff;
}

.button {
    padding-right: 50px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.corner-arrow {
    width: 16px;
    height: 16px;
    background-color: #fff;
    mask: url("../images/arrow.svg") no-repeat center / contain;
    -webkit-mask: url("../images/arrow.svg") no-repeat center / contain;
    transition: 0.3s;
    position: absolute;
    right: 15px;
    top: 34%;
    transition: transform 0.3s;
}

.button:hover i {
    transform: rotate(37deg);
}

.white-btn:hover i {
    color: #fff;
}

.transparent-btn i {
    color: #fff;
}

.white-btn .corner-arrow,
.trans-black .corner-arrow {
    background: #111;
}

.white-btn:hover .corner-arrow,
.trans-black:hover .corner-arrow {
    background-color: #fff;
}

.nav-menu li {
    display: inline-block;
}

.nav-menu li {
    position: relative;
}

.nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #e54e2b;
    backdrop-filter: blur(10px);
    min-width: 320px;
    padding: 0 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

.nav-menu li:last-child .sub-menu {
    left: unset;
    right: 0;
}

.nav-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-menu .sub-menu li {
    display: block;
    width: 100%;
}

.nav-menu li.menu-item-has-children>a {
    padding-right: 25px;
    position: relative;
}

.nav-menu li.menu-item-has-children>a::after {
    content: '';
    background: url(../images/arrow-down.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.nav-menu li.menu-item-has-children:hover>a::after {
    transform: translateY(-50%) rotate(180deg);
}

.nav-menu li .sub-menu a {
    display: block;
    padding: 12px 25px;
    font-size: 1rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease;
}

.nav-menu .sub-menu a:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding-left: 35px;
}

.nav-menu .sub-menu li:last-child a {
    border-bottom: none;
}

.nav-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.2s;
    padding: 0 10px;
    position: relative;
}


.hero-section {
    width: 100%;
    background: #111;
    color: #fff;
    position: relative;
}

.hero-section .item {
    height: 700px;
    min-height: 100vh;
}

.hero-section .item .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right bottom;
    filter: brightness(0.6);
}

.hero-section .item .hero-content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    text-align: left;
    border-left: 5px solid #e54e2b;
    padding-left: 30px;
    padding-right: 20%;
    padding-bottom: 10px;
    overflow: visible;
}

.hero-section .item .hero-content .cover {
    position: relative;
    z-index: 2;
    width: 100%;
    transform: translateX(-150%);
    transition: transform 1.2s ease-in-out;
}

.hero-section .owl-item.active .cover {
    transform: translateX(0);
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 16px;
}

.hero-content p {
    font-size: 1.25rem;
    color: #ccc;
    margin: 20px 0;
}

.hero-content .content {
    position: relative;
}

/* .hero-content .content::after {
    content: '';
    position: absolute;
    top: 0;
    left: -33px;
    width: 5px;
    height: 100%;
    background: #e54e2b;
} */

.hero-content .transparent-btn {
    margin-left: 20px;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 16px;
}

.hero-content p {
    font-size: 1.25rem;
    color: #ccc;
}

.next .arrow,
.prev .arrow {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    animation: bounce 2s infinite;
    background: url(../images/arrow-bottom.svg) no-repeat center;
    background-size: 50%;
    position: absolute;
    right: 4%;
    bottom: 50px;
    z-index: 10;
    border-radius: 50%;
    transition: transform 0.3s ease;
    background-color: rgba(229, 78, 43, 0.9);
    border-radius: 50%;
}

.prev .arrow {
    right: 7%;
}

.next .arrow.up,
.prev .arrow {
    transform: rotate(180deg) !important;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.logos-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.partner-logo {
    max-width: 150px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.partner-logo:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.logo-separator {
    font-size: 1.8rem;
    color: #333;
    font-weight: 300;
    opacity: 0.6;
}

/* Responsive - Mobile adjustments */
@media (max-width: 768px) {
    .logos-container {
        gap: 15px;
        justify-content: flex-start;
    }

    .partner-logo {
        max-width: 120px;
    }

    .logo-separator {
        font-size: 1.5rem;
    }
}

#about .section-title {
    text-align: left;
    margin-bottom: 60px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#about .row {
    align-items: start;
}

#about .section-title h1 {
    font-size: 2.5rem;
    width: 100%;
    padding-right: 10%;
    font-weight: normal;
}

#about .section-title h1 strong,
h2.title strong {
    color: #e54e2b;
    font-weight: 400;
}

#about .section-title .button {
    margin-top: 20px;
}

#about .content p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
    font-weight: 300;
}

#about .content {
    border-left: 1px solid rgba(152, 152, 152, 1);
    padding-left: 40px;
}

#product-categories {
    background: rgba(247, 249, 250, 1);
}

h2.title {
    font-size: 2.2rem;
    width: 100%;
    font-weight: normal;
    margin-bottom: 40px;
    color: rgba(4, 4, 4, 1);
}

.tech-section h2.title {
    color: #fff;
}

/* lenis scroll section*/
.reveal {
    opacity: 1;
    transform: none;
}

/* Reveal activates only after scroll */
.reveal {
    opacity: 0;
    transform: translateY(60px);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* End lenis scroll section */

.services_list {
    display: flex;
    flex-wrap: wrap;
}

.services_list .service_item {
    width: 33.33%;
    padding-right: 50px;
    margin-bottom: 40px;
}

.services_list .service_item h4 {
    font-size: 1rem;
    line-height: 1.4em;
    margin-top: 15px;
    margin-bottom: 30px;
    color: rgba(4, 4, 4, 1);
    font-weight: 400;
}

.services_list .service_item h4 a {
    text-decoration: none;
    color: rgba(4, 4, 4, 1);
}

.services_list .service_item svg {
    width: 76px;
    height: 76px;
    transition: all 0.3s ease-in-out;
}

.services_list .service_item svg rect,
.services_list .service_item svg path {
    transition: all 0.3s ease-in-out;
}

.services_list .service_item:hover svg {
    border-radius: 50%;
}

.title_side {
    padding-right: 100px;
    color: rgba(92, 107, 122, 1);
    display: flex;
    height: 100%;
    align-content: space-between;
    flex-wrap: wrap;
}

.title_side h3,
.title_section h3 {
    font-size: 1.5rem;
    line-height: 1.6em;
    margin-bottom: 20px;
    font-weight: 400;
    color: rgba(4, 4, 4, 1);
}

.title_side .content p {
    font-size: 1.2rem;
    line-height: 1.6em;
}

.title_section h3 {
    color: #fff;
}

#industries {
    background: rgba(247, 249, 250, 1);
}

.industries_list_2,
.technology_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    gap: 15px;
}

.technology_list {
    grid-auto-rows: 300px;
    grid-template-columns: repeat(2, 1fr);
}

.masonry-item {
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.masonry-item .thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    transition: all 0.6s ease;
}

.item-1 {
    grid-column: span 2;
}

.item-2 {
    grid-row: span 2;
}

.item-5 {
    grid-column: span 3;
}

.technology_list .item-1 {
    grid-column: span 1;
}

.technology_list .item-2 {
    grid-column: span 1;
}

.technology_list .item-3 {
    grid-column: span 1;
}

.technology_list .thumb {
    filter: grayscale(100%);
}

.technology_list .technology_item:hover .thumb {
    filter: grayscale(0%);
}

.masonry-item h3,
.masonry-item div.content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    color: #fff;
    margin: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
    z-index: 2;
}

.masonry-item h3 a,
.masonry-item h2 a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.masonry-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.masonry-item:hover {
    transform: translateY(-5px);
}

.masonry-item:hover .thumb {
    transform: scale(1.1);
}

.masonry-item:hover::after {
    opacity: 1;
}

.masonry-item:hover h3 {
    transform: translateY(0);
    opacity: 1;
}

.industries_list .thumb {
    width: 100%;
    height: 175px;
    background-size: 150%;
    background-position: center;
    margin-bottom: 14px;
    display: block;
    transition: background-size 0.5s ease-in-out;
}

.industries_list .industry_item:hover .thumb {
    background-size: 170%;
}

.industries_list h3 {
    font-size: 1rem;
    margin-bottom: 50px;
    font-weight: 400;
    color: rgba(4, 4, 4, 1);
}

.industries_list h3 a {
    text-decoration: none;
    color: rgba(4, 4, 4, 1);
}

.industries_list .industry_item:hover h3 a {
    color: #e54e2b;
}

.tech-section {
    background: rgba(0, 43, 73, 1);
    color: #fff;
}

.title_section {
    margin-bottom: 20px;
}

.title_section p {
    font-weight: 300;
}

.tech-title {
    font-size: 32px;
    font-weight: 600;
}

.tech-section .content h5 {
    font-size: 1.4em;
    margin-bottom: 15px;
}

.tech-section .title_section h3 {
    margin-bottom: 10px;
}

.tech-section .content p {
    font-size: 14px;
    line-height: 1.6;
}

.tech-carousel .owl-dots {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    margin-top: 25px;
    padding-left: 51%;
    margin-top: -40px !important;
}

.tech-section .tech-carousel .owl-dot {
    position: relative;
    padding: 0;
    border: none;
    background: none;
    max-width: 100px;
    width: 100%;
    text-align: left;
}

.tech-section .tech-carousel .owl-dot span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    margin: 0 0 10px 0;
}

.tech-section .tech-carousel .owl-dot::after {
    content: attr(data-num);
    font-size: 1.2em;
    color: #8899a8;
    letter-spacing: 1px;
    font-weight: 400;
}

.tech-section .tech-carousel .owl-dot.active span {
    background-color: rgba(229, 78, 43, 1);
}

/* .tech-section .tech-carousel .tech_img {
    width: 90%;
    height: 500px;
    background-size: cover;
    background-position: center;
} */
.tech-section .tech-carousel .tech_img {
    width: 90%;
    height: auto;
    display: block;
}

.tech-section .tech-carousel .content {
    width: 80%;
    margin-top: 30px;
}

.tech-section .tech-carousel .content h5 {
    font-size: 1.6em;
    line-height: 1.4em;
    margin-bottom: 25px;
    font-weight: 700;
}

.tech-section .tech-carousel .content p {
    font-size: 1rem;
    line-height: 1.7em;
}

.sustainability-section {
    padding: 100px 0;
    color: #0E2A3B;
}

.sustainability-section .desc {
    font-size: 15px;
    line-height: 1.8;
    color: #6d7a88;
    max-width: 380px;
}

/* Right Side List */
.sustainability-section .sustain-item {
    padding: 0 0 35px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
    color: rgba(4, 4, 4, 1);
}

.sustainability-section .sustain-item:first-child {
    border-top: 1px solid transparent;
}

.sustainability-section .num {
    font-size: 13px;
    color: rgba(4, 4, 4, 1);
    display: block;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.sustainability-section .item-title {
    font-size: 1.5rem;
    line-height: 1.6em;
    font-weight: 400;
}

/* ACTIVE item (highlight top border) */
.sustainability-section .sustain-item:hover {
    border-bottom: 1px solid #E54E2B !important;
}

#news-events {
    padding: 80px 0 120px;
    color: #0E2A3B;
}

#news-events .featured-box img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

#news-events .featured-category,
#news-events .news-cat {
    font-size: 14px;
    color: rgba(4, 4, 4, 1);
    display: block;
    margin-bottom: 20px;
}

#news-events .featured-meta {
    font-size: 14px;
    color: #6d7a88;
    display: flex;
    align-items: center;
    gap: 8px;
}

#news-events .dot {
    width: 25px;
    height: 2px;
    background: #E54E2B;
    border-radius: 50%;
    display: inline-block;
}

/* RIGHT SIDE LIST */
#news-events .news-item {
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

#news-events .news-title,
#news-events .featured-title {
    font-size: 25px;
    margin-bottom: 10px;
}

#news-events .news-title a,
#news-events .featured-title a {
    text-decoration: none;
    color: rgba(4, 4, 4, 1);
    transition: all 0.3s ease-in-out;
}

#news-events .news-title a:hover,
#news-events .featured-title a:hover {
    color: #e54e2b;
}

#news-events .featured_container {
    padding-right: 20%;
}

#news-events .news-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6d7a88;
}

#news-events .news-date {
    font-size: 14px;
    float: right;
    color: rgba(4, 4, 4, 1)
}

/* View More Button */
#news-events .view-more-btn {
    margin-top: 40px;
    float: right;
    border: 1px solid #0E2A3B;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#news-events .view-more-btn:hover {
    background: #0E2A3B;
    color: #fff;
}

#news-events .view-more-btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
}

#news-events .button {
    margin-top: 100px;
}

#resources-section {
    padding: 80px 0 120px;
}

#resources-section .title {
    margin-bottom: 120px;
}

#resources-section .link-box a:before {
    content: "";
    width: 60px;
    height: 60px;
    background-color: #fff;
    background: url("../images/arrow-right.svg") no-repeat center / contain;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: -10px;
    transition: transform 0.3s;
}

#resources-section .corner-arrow-2 {
    background-color: rgba(229, 78, 43, 1);
}

#resources-section .link-box {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    justify-content: space-between;
}

#resources-section .link-box .item {
    width: 48%;
    margin-bottom: 50px;
}

#resources-section .link-box a {
    font-size: 1.5em;
    position: relative;
    text-decoration: none;
    color: rgba(4, 4, 4, 1);
    position: relative;
    display: inline-block;
    padding-right: 70px;
    transition: all 0.3s ease-in-out;
}

#resources-section .link-box a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #e54e2b;
    transition: all 0.6s;
    opacity: 0;
}

#resources-section .link-box a:hover:after {
    width: 100%;
    opacity: 1;
}

#resources-section .link-box span {
    display: inline-block;
    border-bottom: 1px solid rgba(205, 205, 205, 1);
    padding-bottom: 10px;
}

#resources-section .link-box a:hover::before {
    transform: rotate(45deg)
}

#resources-section .link-box a:hover {
    color: #e54e2b;
}

#connect-with-us {
    padding: 100px 0;
    background: rgba(105, 137, 150, 1);
    color: #fff;
}

#connect-with-us .title {
    margin-bottom: 10px;
    font-size: 3.6em;
    color: #fff;
}

#connect-with-us p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 60px;
    font-weight: 300;
    max-width: 70%;
}

#connect-with-us .button {
    width: 350px;
    max-width: 100%;
    margin: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    padding: 15px;
}

.section {
    position: relative;
}

footer {
    background: rgba(59, 73, 81, 1);
    min-height: 100vh;
}

footer img.footer-image {
    width: 100%;
    height: 55vh;
    object-fit: cover;
    object-position: center;
    margin-bottom: 40px;
}

footer a.brand-logo {
    display: block;
    margin-bottom: 40px;
}

footer .mail,
footer .phone,
footer .address {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-left: 40px;
}

footer .widget {
    border-left: 1px solid rgba(229, 78, 43, 1);
    padding-left: 20px;
    margin-bottom: 30px;
    height: 100%;
}

footer .widget ul.menu_links li {
    margin-bottom: 10px;
    font-size: 1em;
}

footer .widget ul.menu_links li a:after {
    content: "";
    height: 1px;
    background: #fff;
    width: 0;
    transition: width 0.3s;
    display: block;
}

footer .widget ul.menu_links li a {
    display: inline-block;
}

footer .widget ul.menu_links li a:hover:after {
    width: 100%;
}

footer .widget_title {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer .mail {
    background: url(../images/mail.svg) no-repeat left top;
    background-size: 24px;
}

footer .phone {
    background: url(../images/phone.svg) no-repeat left top;
    background-size: 24px;
}

footer .address {
    background: url(../images/location.svg) no-repeat left top;
    background-size: 24px;
}

.secfoot {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding-top: 20px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
}

.secfoot ul {
    display: inline-block;
}

.secfoot ul li {
    display: inline-block;
    margin-right: 30px;
    font-size: 1rem;
}

.scl a {
    display: inline-block;
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

.affiliate-button {
    background: linear-gradient(135deg, #e54e2b, #e54e2b);
    color: white;
    border: none;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(229, 78, 43, 0.3);
    min-width: 220px;
}

.affiliate-button:hover {
    background: linear-gradient(135deg, #e54e2b, #b33a1f);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(229, 78, 43, 0.4);
}

.affiliate-button:active {
    transform: translateY(0);
}

.affiliate-button i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.affiliate-button.active i {
    transform: rotate(180deg);
}

.affiliateMenu {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 15px;
    background-color: white;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    width: 320px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    z-index: 1000;
}

.affiliateMenu.active {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

.affiliateMenu::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.dropdown-header {
    padding: 18px 20px;
    background: linear-gradient(135deg, #e54e2b, #e54e2b);
    color: white;
}

.dropdown-header h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.dropdown-header p {
    font-size: 0.85rem;
    opacity: 0.9;
    margin: 0;
}

.option_list2 {
    list-style: none;
    max-height: 350px;
    overflow-y: auto;
    padding: 10px 0;
}

.option_list2::-webkit-scrollbar {
    width: 6px;
}

.option_list2::-webkit-scrollbar-thumb {
    background-color: #bdc3c7;
    border-radius: 10px;
}

.option_item {
    padding: 12px 20px;
    transition: background-color 0.2s ease;
    border-left: 3px solid transparent;
}

.option_item:hover {
    background-color: #f8f9fa;
}

.option_item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    font-size: 0.95rem;
}

.option_item a i {
    margin-right: 12px;
    color: #e54e2b;
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.option_item a:hover {
    color: #e54e2b;
}

@media (max-width: 768px) {
    .affiliateMenu {
        left: 0;
        right: 0;
        width: auto;
    }

    .affiliate-button {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .affiliateMenu {
        width: 100%;
    }

    .affiliate-button {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
}

/*inner page style start here*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

#banner {
    background-size: cover;
    background-position: center;
    padding: 240px 0 50px;
    color: #fff;
    position: relative;
}

.about_banner {
    min-height: 100vh;
}

#banner .container {
    position: relative;
    z-index: 2;
    max-width: 1480px;
}

#banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

#banner h1 {
    font-size: 3rem;
    margin: 0;
    font-weight: 400;
}

.box_widgets {
    display: grid;
    gap: 0 !important;
    grid-template-columns: repeat(var(--seahgsi-columns), 1fr);
}

.box_widgets .box {
    border: 1px solid #ddd;
    padding: 50px 40px;
    margin-left: -1px;
}

.box_widgets .box h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.about_section2 {
    padding: 80px 0;
}

.about_section2 h2 {
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 30px;
}

.about_section2 h2 b,
.about_section2 h2 strong {
    font-weight: 400;
    color: rgba(229, 78, 43, 1);
}

.about_section2 p {
    font-weight: 300;
    font-size: 1.4rem;
    margin-bottom: 50px;
    color: rgba(92, 107, 122, 1);
}

.about_section2 ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    background: url('../images/tick.svg') no-repeat left center;
    color: #000;
}

.about_section2 img {
    width: 100%;
    height: auto;
}

.about_section2 .row {
    align-items: center;
    justify-content: space-between;
}

.glance {
    background: rgba(59, 73, 81, 1);
    padding: 50px 0;
    color: #fff;
}

.glance img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    height: 150px;
    object-fit: cover;
}

.glance h2,
.section_information h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.glance .title_side,
.section_information .title_side,
.product_cats .title_side {
    border-right: 1px solid #fff;
    padding-right: 100px;
}

.section_information .title_side,
.product_cats .title_side {
    border-color: rgba(99, 99, 99, 1);
}

.glance .title_side h3,
.product_cats .title_side h3 {
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
    color: #fff;
}

.product_cats .title_side h3 {
    color: rgba(4, 4, 4, 1);
}

.glance p {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 300;
}

.about_section3 {
    padding: 80px 0;
}

.about_section3 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    height: auto;
    object-fit: cover;
}

.about_section3 h4,
.related_list .widget h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.related_list .widget h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.about_section3 p,
.related_list .widget p {
    font-size: 1rem;
    color: rgba(0, 0, 0, 1);
}

.section_information,
.product_cats {
    padding: 50px 0;
    background: rgba(247, 249, 250, 1)
}

.related_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.related_list .widget {
    flex: 1 1 calc(50% - 20px);
    padding: 0 20px;
}

.products_page {
    padding: 100px 0 0;
}

.products_page .heading {
    margin-bottom: 50px;
}

.products_page .heading p,
.industries_page .heading p {
    font-size: 1.2rem;
    color: #000;
    font-weight: 300;
}

.products_page .heading p b,
.products_page .heading p strong,
.heading h2 b,
.heading h2 strong {
    color: rgba(229, 78, 43, 1);
    font-weight: 400;
}

.products_list {
    padding: 40px 0;
}

.products_list h2 {
    font-size: 2rem;
    margin-bottom: 40px;
}

.list_wrap .wrap {
    margin-bottom: 20px;
}

.list_wrap .thumb {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    transition: transform 0.5s ease;
}

.list_wrap .thumb img {
    width: 100%;
    height: auto;
    border-radius: 0;
    transition: all 0.5s ease;
    display: block;
    height: 270px;
    object-fit: cover;
}

.list_wrap .thumb::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg,
            transparent,
            transparent 30%,
            rgba(255, 255, 255, 0.3));
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.list_wrap .thumb:hover {
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.list_wrap .thumb:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}

.list_wrap h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.list_wrap h3 a {
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
    display: block;
}

.list_wrap h3 a:hover {
    color: rgba(229, 78, 43, 1);
}

.readmore {
    text-decoration: none;
    color: rgba(229, 78, 43, 1);
    font-weight: 500;
    font-size: 1rem;
    display: inline-block;
}

.readmore:hover {
    text-decoration: underline;
}

.cats_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cats_wrap li {
    padding-left: 40px;
    background: url('../images/right-arrow.svg') no-repeat left center;
    margin: 10px 0;
    width: 50%;
}

.cats_wrap li a {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
}

.industries_page .heading,
.technology_page .heading {
    padding: 100px 0 0;
}

.news_page {
    padding: 100px 0;
}

.news_page .featured-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.news_page .news_article {
    margin-bottom: 50px;
}

.news_article h3 {
    font-size: 1.6rem;
    margin: 20px 0;
}

.news_article h3 a {
    color: #000;
    text-decoration: none;
}

.news_article .featured-meta {
    font-size: 0.9rem;
    color: rgba(116, 116, 116, 1);
    margin-bottom: 20px;
    display: flex;
}

.news_article .featured-meta .time {
    display: flex;
    align-items: center;
}

.news_article .featured-meta .date {
    margin-right: 20px;
}

.news_article .featured-box {
    margin-bottom: 30px;
}

.news_article .featured-meta .dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: rgba(229, 78, 43, 1);
    border-radius: 50%;
    margin: 0 8px;
}

.news_article .default_image {
    width: 100%;
    height: 350px;
    background-color: #ccc;
}

.recent-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.recent-post-item .recent-post-thumb {
    flex: 0 0 80px;
    margin-right: 15px;
}

.recent-post-item .recent-post-content {
    flex: 1;
}

.recent-post-item a {
    color: rgba(4, 4, 4, 1);
    text-decoration: none;
}

.recent-post-item .date {
    font-size: 0.8rem;
    color: rgba(116, 116, 116, 1);
    margin-bottom: 10px;
}

.recent-post-item .recent-post-thumb img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.recent-post-item .recent-post-thumb div {
    width: 140px;
    height: 140px;
    background: #eee;
}

.sidebar-widget-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: 400;
}

.contact_boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact_page .map {
    padding-bottom: 50px;
}

.contact_page .map iframe {
    width: 100%;
    height: 450px;
    border: none;
    filter: grayscale(100%) contrast(1) opacity(0.8);
}

.contact_page .map iframe:hover {
    filter: none;
    transition: filter 0.3s ease-in-out;
}

.contact_form_links {
    padding: 100px 0;
}

.contact_form_links a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    transition: transform 0.2s, color 0.2s;
}

.contact_form_links img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
    transition: filter 0.2s;
}

.contact_form_links a:hover {
    color: rgba(229, 78, 43, 1);
    transform: translateY(-5px) scale(1.03);
}

.contact_form_links a:hover img {
    filter: brightness(1.1) saturate(1.2);
}

.contact_boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact_info .contact_box {
    flex: 1 1 calc(50% - 15px);
    min-width: 250px;
    margin-bottom: 20px;
}

.contact_info .contact_box p strong {
    font-weight: 600;
}

.contact_info {
    padding: 80px 0 0;
}

.contact_info h3 {
    font-size: 1.5rem;
    margin-bottom: 50px;
}

.contact_info h3 b {
    font-weight: 400;
    color: rgba(229, 78, 43, 1);
}

.contact_info .contact_box p {
    margin-bottom: 3px;
    color: #555;
    font-size: 1rem;
    font-weight: 300;
}

.contact_info .contact_box a {
    color: rgba(4, 4, 4, 1);
    text-decoration: none;
}

.contact_info h4 {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.contact_info .form {
    background: rgba(241, 241, 241, 1);
    padding: 40px 30px;
}

.contact_info .form .wpcf7 form input[type="tel"],
.contact_info .form .wpcf7 form input[type="text"],
.contact_info .form .wpcf7 form input[type="email"],
.contact_info .form .wpcf7 form textarea {
    border-bottom: 1px solid rgba(34, 48, 53, 1) !important;
    background: transparent;
    font-size: 1rem;
    padding: 10px 5px;
}

.contact_info .form .wpcf7 form select {
    border-bottom: 1px solid rgba(34, 48, 53, 1) !important;
    background: transparent;
    padding: 10px 5px;
}

.contact_info .form .wpcf7 form .select .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.contact_info .form .wpcf7 form .select .wpcf7-form-control-wrap::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(34, 48, 53, 1);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.contact_info .form .wpcf7 form input:focus,
.contact_info .form .wpcf7 form textarea:focus,
.contact_info .form .wpcf7 form select:focus {
    border-bottom: 2px solid rgba(229, 78, 43, 1) !important;
    box-shadow: none !important;
    outline: none;
}

.contact_info .form input[type="submit"] {
    background: rgba(229, 78, 43, 1);
    color: #fff;
    border: none;
    padding: 15px 60px 15px 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 0;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
}

.contact_info .form input[type="submit"]:hover {
    background-color: rgba(200, 60, 30, 1);
}

.form h3 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.form h3 b {
    font-weight: 400;
    color: rgba(229, 78, 43, 1);
}

.mobile-toggle,
.mobile-menu,
.mobile-overlay {
    display: none;
}

#main {
    min-height: 700px;
}

.sgsi-identity-section {
    padding: 100px 0;
    line-height: 1.6em;
}

.sgsi-identity-section p {
    line-height: 1.8em;
    margin-bottom: 30px;
}

/* Intro row */

.sgsi-identity-intro {
    margin-bottom: 50px;
}

.sgsi-identity-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #e54e2b;
    margin-bottom: 10px;
}

.sgsi-identity-title {
    font-size: 2.3rem;
    color: #3b4951;
    margin: 0 0 16px;
    font-weight: 400;
}

.sgsi-identity-title b,
.sgsi-identity-title strong {
    color: #e54e2b;
    font-weight: 400;
}

.sgsi-identity-lead {
    font-weight: 300;
    font-size: 1.3rem;
    margin-bottom: 50px;
    color: #5c6b7a;
}

.sgsi-identity-text {
    color: #5a6770;
    margin: 0 !important;
}

/* Meta panel (right side) */

.sgsi-identity-meta {
    padding: 30px;
    background: #f7f9fa;
}

.sgsi-identity-meta-label {
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #3b4951;
    margin-bottom: 14px;
}

.sgsi-identity-meta-grid {
    display: flex;
    gap: 24px;
    border-top: 1px solid #d7dde1;
    border-bottom: 1px solid #d7dde1;
    padding: 25px 0;
}

.sgsi-identity-meta-item {
    flex: 1;
}

.sgsi-identity-meta-item img {
    width: 100px;
    height: auto;
    vertical-align: middle;
    margin-bottom: 20px;
}

.sgsi-identity-meta-tag {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #e54e2b;
    margin-bottom: 4px;
    font-weight: 400;
}

.sgsi-identity-meta-title {
    font-size: 1.5rem;
    color: #3b4951;
    margin: 0 0 15px;
}

.sgsi-identity-meta-foot {
    color: #3b4951;
    padding-top: 10px;
}

/* Dual-origin strip */

.sgsi-identity-strip {
    padding: 50px;
    background: url(../images/technology.webp) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    color: #ffffff;
    position: relative;
}

.sgsi-identity-strip .cover {
    position: relative;
    z-index: 2;
}

.sgsi-identity-strip::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    backdrop-filter: blur(5px);
}

.sgsi-identity-strip .sgsi-identity-text {
    color: #fff;
    font-weight: 300;
}

.sgsi-identity-block {
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.sgsi-identity-block .img img {
    width: 80px;
    height: auto;
    vertical-align: middle;
    margin-bottom: 20px;
}

.sgsi-identity-block-title {
    font-size: 1.9rem;
    margin-bottom: 20px;
}

.sgsi-identity-subtitle {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

/* Pillars row */

.sgsi-identity-pillars {
    margin-bottom: 50px;
    border-top: 1px solid #e1e4e7;
    border-bottom: 1px solid #e1e4e7;
}

.sgsi-identity-pillar {
    padding: 22px 20px 24px;
    border-left: 1px solid #e1e4e7;
    border-right: 1px solid #e1e4e7;
    border-top: none;
    border-bottom: none;
    background: #ffffff;
    position: relative;
    margin-left: -1px;
}

.sgsi-identity-pillar+.sgsi-identity-pillar {
    border-left: none;
}

.sgsi-identity-pillar-index {
    font-size: 2em;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #e54e2b;
    margin-bottom: 20px;
    font-weight: 700;
}

.sgsi-identity-pillar-title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #3b4951;
    margin-bottom: 15px;
}

/* Bottom row */

.sgsi-identity-bottom {
    margin-top: 40px;
}

.sgsi-identity-bottom-block {
    padding-right: 30px;
    margin-bottom: 24px;
}

.sgsi-identity-promise-list,
.single_page ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.sgsi-identity-promise-list li,
.single_page li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #3b4951;
}

.quality-section li::before,
.sgsi-identity-promise-list li::before,
.single_page li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #e54e2b;
    font-weight: 700;
    font-size: 1.2rem;
}

/* 
.sgsi-identity-promise-list li::before,
.single_page li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url('../images/tick.svg') no-repeat center center;
    background-size: contain;
} */

/* Hero Section */
.heading-section {
    padding: 100px 0 0;
    position: relative;
}

.heading-section .hero-title,
h2.wp-block-heading {
    font-size: 2em;
    color: #3b4951;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.heading-section h3.hero-title {
    font-size: 1.5em;
}

.heading-section .hero-title small {
    font-size: 1.2rem;
}

.heading-section .hero-title b,
.heading-section .hero-title strong,
h2.wp-block-heading strong {
    color: #e54e2b;
    font-weight: 400;
}

.heading-section .hero-content {
    font-weight: 300;
    font-size: 1.3rem;
    margin-bottom: 50px;
    color: rgb(92, 107, 122);
}

/* Values Section */
.values-section {
    padding: 70px 0 100px;
}

.section-title {
    font-size: 2em;
    color: #3b4951;
    margin-bottom: 3rem;
    position: relative;
}

.value-card {
    background: white;
    border: none;
    padding: 2rem;
    margin-bottom: 2rem;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    background-color: #f5f5f5;
}


.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e54e2b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

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

.value-card:hover::before {
    transform: scaleX(1);
}

.value-icon {
    background-color: rgba(255, 255, 255, 0.4);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #e54e2b;
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

.value-card:hover .value-icon {
    background-color: #e54e2b;
    color: white;
    transform: scale(1.1);
}

.value-title {
    font-size: 1.5rem;
    color: #3b4951;
    margin-bottom: 1rem;
}

.value-content {
    color: #666;
    line-height: 1.7;
}

.promise-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #3b4951 0%, #1e293b 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.promise-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #e54e2b;
}

.star-icon {
    color: #e54e2b;
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.promise-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.promise-content {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

.highlight {
    color: #e54e2b;
    font-weight: 600;
}

.mobile {
    display: none;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.value-card {
    animation: fadeInUp 0.6s ease forwards;
}

.value-card:nth-child(1) {
    animation-delay: 0.1s;
}

.value-card:nth-child(2) {
    animation-delay: 0.2s;
}

.value-card:nth-child(3) {
    animation-delay: 0.3s;
}

.value-card:nth-child(4) {
    animation-delay: 0.4s;
}

.value-card:nth-child(5) {
    animation-delay: 0.5s;
}

.value-card:nth-child(6) {
    animation-delay: 0.6s;
}

.value-card:nth-child(7) {
    animation-delay: 0.7s;
}

.single_page h3.wp-block-heading {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    color: #3b4951;
    margin-bottom: 16px;
    position: relative;
}


.single_page p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #4A4F55;
    margin-bottom: 22px;
}

.single_page h4.wp-block-heading {
    font-size: 18px;
    font-weight: 600;
    color: #0E2A3B;
    margin-top: 28px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.single_page h4 em {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #6B7280;
    background: #F5F7F9;
    padding: 3px 8px;
    border-radius: 4px;
}

.single_technology img.img-fluid {
    max-height: 700px;
    object-fit: cover;
    object-position: center;
}

/*timeline style*/
/* Timeline Slider Frontend Styles */
.seahgsi-timeline-slider-section {
    padding: 80px 0;
}

.seahgsi-timeline-slider-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.seahgsi-timeline-slider-section .container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

/* Timeline Bar */
.timeline-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 60px;
    padding: 0 20px;
}

.timeline-bar::before {
    content: '';
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e0e0e0;
    z-index: 1;
}

.timeline-marker {
    position: relative;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #95a5a6;
}

.timeline-marker:hover {
    transform: translateY(-5px);
}

.timeline-marker.active {
    color: #2c3e50;
}

.marker-year {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.timeline-marker.active .marker-year {
    color: #e54e2b;
}

.marker-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #95a5a6;
    background: white;
    margin: 0 auto;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    right: 0;
}

.timeline-marker.active .marker-dot {
    transform: scale(1.3);
    border-color: #e54e2b;
    background: #e54e2b;
    bottom: -10px;
}

/* Slider Container */
.slider-container {
    overflow: hidden;
    margin: 0 auto 40px;
    max-width: 1200px;
    background: #f8f9fa;
    padding: 30px;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-slide {
    flex: 0 0 100%;
    min-width: 100%;
    padding: 0;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slider-slide.active {
    opacity: 1;
}

.slide-year-badge {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 25px;
    color: white;
    font-size: 20px;
    margin-bottom: 25px;
    background-color: #e54e2b;
}

.slide-title {
    margin: 0 0 20px 0;
    font-size: 1.5em;
    color: #444;
    font-weight: 600;
    line-height: 1.3;
}

.slide-description {
    font-size: 1em;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.slide-features {
    margin: 20px 0;
    padding-left: 20px;
}

.slide-features li {
    margin-bottom: 10px;
    font-size: 0.95em;
    color: #555;
    line-height: 1.5;
}

.slide-citation {
    font-size: 0.9em;
    color: #888;
    font-style: italic;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

/* Navigation */
.slider-navigation {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 25px;
}

.slider-arrows {
    display: flex;
    gap: 20px;
}

.nav-arrow {
    width: 50px;
    height: 50px;
    color: #000;
    background: #f5f5f5;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    line-height: 44px;
}

.nav-arrow:hover {
    background: #e54e2b;
    color: white;
    transform: scale(1.1);
}

.slider-dots {
    display: flex;
    gap: 12px;
    display: none !important;
    opacity: 0 !important;
}

.nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: var(--dot-color, #95a5a6);
}

.nav-dot:hover {
    transform: scale(1.2);
}

.nav-dot.active {
    transform: scale(1.2);
}

.grid {
    display: grid;
    grid-template-columns: repeat(var(--seahgsi-image-columns, 4), 1fr);
    gap: var(--seahgsi-image-gap);
}

.seahgsi-image-cards img {
    width: auto;
    margin-bottom: 20px;
    height: var(--seahgsi-image-height);
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seahgsi-image-cards h3.seahgsi-card-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.seahgsi-image-cards .seahgsi-card-description {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.seahgsi-image-cards .seahgsi-card-link a {
    text-decoration: none;
    color: #e54e2b;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.seahgsi-image-cards .seahgsi-card-link a:after {
    content: ' →';
    margin-left: 5px;
    font-size: 1.5em;
    transition: color 0.2s, margin-left 0.2s;
}

.seahgsi-image-cards .seahgsi-card-link a:hover {
    color: #b33a1f;
}

.seahgsi-image-cards .seahgsi-card-link a:hover:after {
    color: #b33a1f;
    margin-left: 12px;
}

.darkbg h1,
.darkbg h2,
.darkbg h3,
.darkbg p,
.darkbg li,
.darkbg span,
.darkbg {
    color: #ffffff !important;
}

/* Shine */
.thumb {
    position: relative;
    overflow: hidden;
    display: block;
}

.thumb::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.thumb:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.wp-block-separator {
    border-top-width: 1px;
}

.seahgsi-symbol-card {
    padding: 30px;
}

.symbol-image {
    margin-bottom: 20px;
}

.seahgsi-symbol-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

h4.seahgsi-symbol-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

/* ================================
   PRODUCT TYPES – MODERN & ELEGANT
   ================================ */

.product-types {
    padding: 80px 0;
}

/* ---------- Tabs ---------- */
.product-types .nav-tabs {
    border-bottom: 1px solid #e5e7eb;
}

.product-types .nav-tabs .nav-link {
    border: none;
    background: none;
    color: #64748b;
    font-weight: 500;
    padding: 12px 20px;
    margin-bottom: -1px;
    position: relative;
}

.product-types .nav-tabs .nav-link:hover {
    color: #0f172a;
}

.product-types .nav-tabs .nav-link.active {
    color: #e54e2b;
    background: none;
}

.product-types .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #e54e2b;
}

/* ---------- Tab Content ---------- */
.product-types .tab-content {
    padding-top: 12px;
}

/* ---------- Tables ---------- */
.product-types table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

.product-types table thead th {
    background-color: #f8fafc;
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    padding: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.product-types table tbody td {
    padding: 14px;
    font-size: 14px;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
}

/* First column emphasis */
.product-types table tbody td:first-child {
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
}

/* Subtle row hover */
.product-types table tbody tr:hover {
    background-color: #fafafa;
}

.product-types .accordion {
    border: none;
}

/* Accordion item */
.product-types .accordion-item {
    border: 1px solid #e5e7eb;
    margin-bottom: 16px;
    background-color: #ffffff;
    border-radius: 0;
}

/* Header button */
.product-types .accordion-button {
    background-color: #f8fafc;
    color: #0f172a;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 18px;
    border: none;
}

/* Remove default focus styles */
.product-types .accordion-button:focus {
    box-shadow: none;
}

/* Expanded state */
.product-types .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #e54e2b;
}

/* Chevron icon */
.product-types .accordion-button::after {
    background-size: 14px;
    filter: grayscale(100%);
}

/* Collapsed hover */
.product-types .accordion-button.collapsed:hover {
    background-color: #f1f5f9;
}

/* Accordion body */
.product-types .accordion-body {
    padding: 0;
    background-color: #ffffff;
}

/* Nested table separation */
.product-types .accordion-body table {
    border-top: 1px solid #e5e7eb;
}

/* Custom Contact Form Styles - Avoid Conflicts */
.custom-contact-form {
    margin-top: 30px;
    padding: 40px;
    background-color: #f9f9f9;
}

/* Form Labels */
.custom-contact-form .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Form Inputs */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form input[type="file"],
.custom-contact-form select,
.custom-contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    border-radius: 0px;
}

#job-application-form .custom-contact-form textarea {
    height: 130px;
}

/* Focus States */
.custom-contact-form input[type="text"]:focus,
.custom-contact-form input[type="email"]:focus,
.custom-contact-form input[type="tel"]:focus,
.custom-contact-form input[type="file"]:focus,
.custom-contact-form select:focus,
.custom-contact-form textarea:focus {
    outline: none;
    border-color: #e54e2b;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Submit Button */
.custom-contact-form .wpcf7-submit {
    padding: 12px 30px;
    background-color: #e54e2b;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.custom-contact-form .wpcf7-submit:hover {
    background-color: #b33a1f;
}

/* Form Textarea */
.custom-contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

/* Checkbox/Accept Terms */
.custom-contact-form .acceptance {
    font-size: 13px;
    color: #555;
}

.custom-contact-form .acceptance input {
    margin-right: 5px;
}

/* Input Error Messages */
.custom-contact-form .wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 12px;
}

/* Success/Failure Messages */
.custom-contact-form .wpcf7-response-output {
    font-size: 14px;
    margin-top: 15px;
    padding: 15px;
    border-radius: 5px;
    display: none;
}

.custom-contact-form .wpcf7-mail-sent-ok {
    background-color: #28a745;
    color: white;
}

.custom-contact-form .wpcf7-mail-sent-ng {
    background-color: #dc3545;
    color: white;
}

/* Optional: Add a footer */
.custom-contact-form .form-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #777;
}

.certificates-page {
    background: #f5f5f5;
    padding: 60px 0;
}

.certificates-header {
    text-align: center;
    margin-bottom: 60px;
    color: #111;
}

.certificates-header h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #111;
    font-weight: 700;
}

.certificates-header p {
    font-size: 1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.certificates-section {
    margin-bottom: 60px;
}

.certificates-category-title {
    font-size: 1.7rem;
    font-weight: 400;
    color: #111;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.certificate-card {
    background: white;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
}

.certificate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.certificate-card-header {
    display: none;
}

.certificate-card-header i {
    margin-right: 10px;
}

/* UPDATED: PDF Preview Container */
.certificate-preview {
    width: 100%;
    height: 350px;
    /* Increased height for better PDF viewing */
    overflow: hidden;
    background: #f9f9f9;
    position: relative;
}

/* PDF Preview Iframe */
.pdf-preview-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    background: white;
}

/* For image previews */
.certificate-preview img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* PDF Controls Overlay */
.pdf-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 10;
}

.certificate-preview:hover .pdf-controls {
    transform: translateY(0);
}

.pdf-control-btn {
    background: #e54e2b;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.pdf-control-btn:hover {
    background: #c53d1f;
}

.pdf-control-btn.download {
    background: #1976d2;
}

.pdf-control-btn.download:hover {
    background: #1565c0;
}

.pdf-control-btn.fullscreen {
    background: #28a745;
}

.pdf-control-btn.fullscreen:hover {
    background: #218838;
}

.pdf-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e54e2b;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.certificate {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
    position: relative;
}

.certificate-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Certificate 1: Classic Gold */
.cert-classic {
    background: linear-gradient(135deg, #f5f3f0 0%, #fff8f3 100%);
    border: 3px solid #d4af37;
    box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.1);
}

.cert-classic .cert-icon {
    font-size: 50px;
    color: #d4af37;
    margin-bottom: 12px;
}

.cert-classic .cert-title {
    font-size: 2rem;
    color: #8b4513;
    font-weight: bold;
    margin: 12px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.cert-classic .cert-text {
    font-size: 0.85rem;
    color: #333;
    margin: 12px 0;
    line-height: 1.5;
}

/* Certificate 2: Modern Blue */
.cert-modern {
    background: linear-gradient(to bottom, #e3f2fd 0%, #bbdefb 100%);
    border: 4px solid #1976d2;
    border-radius: 8px;
}

.cert-modern .cert-icon {
    font-size: 50px;
    color: #1565c0;
    margin-bottom: 12px;
}

.cert-modern .cert-title {
    font-size: 1.8rem;
    color: #0d47a1;
    font-weight: bold;
    margin: 12px 0;
    letter-spacing: 2px;
}

.cert-modern .cert-text {
    font-size: 0.85rem;
    color: #424242;
    margin: 12px 0;
    line-height: 1.5;
}

/* Certificate 3: Elegant Orange */
.cert-elegant {
    background: linear-gradient(135deg, #fef3f0 0%, #fff5f0 100%);
    border: 3px dashed #e54e2b;
}

.cert-elegant .cert-icon {
    font-size: 50px;
    color: #e54e2b;
    margin-bottom: 12px;
}

.cert-elegant .cert-title {
    font-size: 2rem;
    color: #c53d1f;
    font-weight: bold;
    margin: 12px 0;
}

.cert-elegant .cert-text {
    font-size: 0.85rem;
    color: #333;
    margin: 12px 0;
    line-height: 1.6;
}

/* Certificate 4: Professional Dark */
.cert-professional {
    background: linear-gradient(to right, #f0f0f0 0%, #e5e5e5 100%);
    border: 2px solid #111;
    box-shadow: inset 0 0 30px rgba(17, 17, 17, 0.05);
}

.cert-professional .cert-icon {
    font-size: 50px;
    color: #e54e2b;
    margin-bottom: 12px;
}

.cert-professional .cert-title {
    font-size: 1.8rem;
    color: #111;
    font-weight: bold;
    margin: 12px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cert-professional .cert-text {
    font-size: 0.85rem;
    color: #333;
    margin: 12px 0;
    line-height: 1.6;
}

/* Certificate 5: Luxury Black & Orange */
.cert-luxury {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border: 3px solid #e54e2b;
}

.cert-luxury .cert-icon {
    font-size: 50px;
    color: #e54e2b;
    margin-bottom: 12px;
}

.cert-luxury .cert-title {
    font-size: 2rem;
    color: #e54e2b;
    font-weight: bold;
    margin: 12px 0;
}

.cert-luxury .cert-text {
    font-size: 0.85rem;
    color: #e0e0e0;
    margin: 12px 0;
    line-height: 1.6;
}

/* Certificate 6: Creative Orange Accent */
.cert-creative {
    background: linear-gradient(135deg, #fff8f5 0%, #fff0e8 100%);
    border: 3px solid #e54e2b;
    position: relative;
}

.cert-creative::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed #e54e2b;
    pointer-events: none;
}

.cert-creative .cert-icon {
    font-size: 50px;
    color: #e54e2b;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.cert-creative .cert-title {
    font-size: 1.9rem;
    color: #c53d1f;
    font-weight: bold;
    margin: 12px 0;
    position: relative;
    z-index: 1;
}

.cert-creative .cert-text {
    font-size: 0.85rem;
    color: #333;
    margin: 12px 0;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.certificate-footer {
    padding: 20px;
    background: #f9f9f9;
    border-top: 1px solid #eee;
}

.certificate-footer h4 {
    color: #e54e2b;
    margin-bottom: 8px;
    font-size: 0.95rem;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.certificate-footer p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Certificate Info */
.certificate-info {
    padding: 15px 20px;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.certificate-info p {
    margin: 5px 0;
    font-size: 0.85rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}

.certificate-info i {
    color: #e54e2b;
    width: 16px;
}

/* Fullscreen PDF Modal */
.pdf-fullscreen-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 99999;
    padding: 20px;
    box-sizing: border-box;
}

.pdf-fullscreen-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf-fullscreen-content {
    width: 100%;
    max-width: 1200px;
    height: 90vh;
    background: white;
    position: relative;
}

.pdf-fullscreen-header {
    padding: 15px 20px;
    background: #111;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.pdf-fullscreen-header h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.close-fullscreen {
    background: #e54e2b;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.close-fullscreen:hover {
    background: #c53d1f;
}

.pdf-fullscreen-iframe-container {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
}

.pdf-fullscreen-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* PDF Loading State */
.pdf-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #f5f5f5;
    color: #666;
}

.pdf-loading i {
    font-size: 2rem;
    color: #e54e2b;
    margin-bottom: 15px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* PDF Placeholder for non-PDF content */
.certificate-pdf-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    color: #666;
    padding: 20px;
}

.certificate-pdf-placeholder i {
    font-size: 3rem;
    color: #e54e2b;
    margin-bottom: 15px;
}

.certificate-pdf-placeholder h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    text-align: center;
}

#icon_list_gallery {
    align-items: center;
}

#icon_list_gallery .wp-block-image {
    margin-bottom: 0 !important;
    text-align: center;
}

#icon_list_gallery .wp-block-image {
    background-color: #fff;
    padding: 20px;
    height: 120px;
}

#icon_list_gallery .wp-block-image img {
    width: 100px !important;
    height: auto !important;
    margin: 0 auto;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.certificate-card {
    animation: fadeInUp 0.6s ease forwards;
}

/*Home product section style*/

/* Masonry Grid with Light Background */
.custom-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    grid-auto-rows: auto;
    padding: 0;
}

/* General Styling for Grid Items */
.custom-grid-item {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.3s ease;
}

.custom-grid-item .thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Image Styling with Subtle Grayscale Effect */
.custom-grid-item .thumb {
    height: 50vh;
    display: flex;
    align-items: end;
    justify-content: end;
}

.custom-grid-item .thumb img {
    filter: grayscale(40%);
    transition: filter 0.3s ease, transform 0.3s ease;
    width: 60%;
    height: auto;
}

.custom-grid .custom-grid-item:nth-child(1) .thumb::after {
    background-color: rgba(0, 0, 0, 0.4);
}

.custom-grid .custom-grid-item:nth-child(2) .thumb::after {
    background-color: rgba(0, 0, 0, 0.3);
}

.custom-grid .custom-grid-item:nth-child(3) .thumb::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-grid .custom-grid-item:nth-child(3) {
    grid-column: span 2;
}

.custom-grid .custom-grid-item:nth-child(3) .thumb img {
    width: 30%;
    height: auto;
}

/* Hover Effects on Image */
.custom-grid-item:hover .thumb img {
    filter: grayscale(100%);
    transform: scale(1.05);
}

/* Text Box Styling */
.custom-grid-item .text {
    position: absolute;
    color: #fff;
    z-index: 99;
    width: 55%;
    left: 30px;
    bottom: 40px;
}

/* Show text on hover */
.custom-grid-item:hover .text {
    opacity: 1;
}

/* Heading Styling */
.custom-grid-item .text h3 {
    font-size: 1.8em;
    margin: 0 0 15px 0;
    color: #fff;
}

/* Paragraph Styling */
.custom-grid-item .text p {
    font-size: 1.1em;
    color: #fff;
    margin-top: 5px;
}

/* For responsive layouts */
@media (max-width: 768px) {
    .custom-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

/* Glass Buttons for Products */
.product-buttons {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.glass-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.12);
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
    backdrop-filter: blur(6px);
    transition: background 0.2s, border 0.2s, color 0.2s;
}

.customer_contact .btn_text {
    width: 100px;
    display: block;
}

.glass-btn:hover {
    background: rgba(229, 78, 43, 0.85);
    border-color: #fff;
    color: #fff;
}

.glass-btn .icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-left: 8px;
    margin-right: 0;
    order: 2;
}

.glass-btn .learn-icon:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../images/more.svg) no-repeat center/contain;
}

.glass-btn .learn-icon::after {
    content: "";
    position: absolute;
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    right: 24px;
    top: 15px;
    z-index: -1;
}

.glass-btn .contact-icon {
    background: url(../images/contact.png) no-repeat center/contain;
}

.glass-btn .catalog-icon {
    background: url(../images/file.png) no-repeat center/contain;
}

.glass-btn:hover .learn-icon::after {
    right: 28px;
}

.glass-btn.learn-more {
    background: none;
    border: none !important;
    color: #fff;
}

.glass-btn.learn-more:hover {
    background: #e54e2b;
    color: #fff;
    border-color: #fff;
}

.btn_bottom {
    display: flex;
    gap: 12px;
    margin-top: 0;
    width: 100%;
}

/* Technology Page Specific Styles - Will not conflict with existing site */
.technology-page .hero {
    position: relative;
    overflow: hidden;
    padding: 80px 0 60px;
}

.technology-page .hero-inner {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 48px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.technology-page .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #e54e2b;
    padding: 6px 12px;
    background: rgba(229, 78, 43, 0.1);
    margin-bottom: 16px;
}

.technology-page h1 {
    margin: 0 0 20px;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #0f172a;
}

.technology-page .lead {
    margin: 0 0 32px;
    color: #475569;
    font-size: 18px;
    max-width: 62ch;
    font-weight: 400;
    line-height: 1.6;
}

.technology-page .hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.technology-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s ease;
}

.technology-page .btn.primary {
    background: #e54e2b;
    color: #ffffff;
}

.technology-page .btn.primary:hover {
    background: #d14627;
}

.technology-page .btn.secondary {
    background: transparent;
    color: #0f172a;
    border: 1px solid #e2e8f0;
}

.technology-page .btn.secondary:hover {
    border-color: #e54e2b;
    color: #e54e2b;
}

.technology-page .hero-card {
    background: #ffffff;
    padding: 28px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.technology-page .hero-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.technology-page .hero-card h3 {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.technology-page .hero-card h3:before {
    content: "";
    width: 24px;
    height: 2px;
    background: #e54e2b;
    display: inline-block;
}

.technology-page .kv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
}

.technology-page .kv .item {
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.technology-page .kv .item:hover {
    background: rgba(229, 78, 43, 0.05);
    border-color: #e54e2b;
    transform: translateY(-2px);
}

.technology-page .kv .k {
    font-size: 11px;
    color: #64748b;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
}

.technology-page .kv .v {
    font-size: 14px;
    color: #0f172a;
    font-weight: 500;
}

.technology-page .tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.technology-page .tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e2e8f0;
    padding: 8px 12px;
    font-size: 12px;
    color: #64748b;
    white-space: nowrap;
    background: #f8fafc;
    transition: all 0.2s ease;
}

.technology-page .tag:hover {
    border-color: #e54e2b;
    background: rgba(229, 78, 43, 0.05);
    transform: translateY(-1px);
}

.technology-page .tag b {
    color: #e54e2b;
    font-weight: 600;
    letter-spacing: .06em;
}

/* Section base */
.technology-page section {
    padding: 80px 0;
}

.technology-page .section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}

.technology-page .section-head h2 {
    margin: 0;
    font-size: 32px;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.technology-page .section-head p {
    margin: 12px 0 0;
    color: #475569;
    font-size: 16px;
    max-width: 78ch;
    line-height: 1.6;
}

.technology-page .muted {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.technology-page .muted:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #e2e8f0;
    display: inline-block;
}

/* Cards */
.technology-page .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.technology-page .panel {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 32px;
    transition: all 0.3s ease;
    height: 100%;
}

.technology-page .panel:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-color: #e54e2b;
}

.technology-page .panel h3 {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.technology-page .panel p {
    margin: 0 0 20px;
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
}

.technology-page .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.technology-page .list li {
    position: relative;
    padding-left: 28px;
    color: #475569;
    font-size: 16px;
    line-height: 1.5;
}

.technology-page .list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: rgba(229, 78, 43, 0.1);
    color: #e54e2b;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 600;
}

/* Comparison table */
.technology-page .table-wrap {
    border: 1px solid #e2e8f0;
    overflow: hidden;
    background: #ffffff;
    overflow: auto;
}

.technology-page table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 780px;
}

.technology-page th,
.technology-page td {
    text-align: left;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
    font-size: 15px;
}

.technology-page th {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #64748b;
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.technology-page td {
    color: #475569;
}

.technology-page td strong {
    color: #0f172a;
    font-weight: 600;
}

.technology-page tr:hover td {
    background: #f8fafc;
}

/* Steps */
.technology-page .steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    position: relative;
}

.technology-page .steps:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #ccc;
    z-index: 0;
}

.technology-page .step {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 24px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.technology-page .step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-color: #e54e2b;
}

.technology-page .step .n {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #e54e2b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.technology-page .step .n:after {
    content: "";
    height: 2px;
    width: 20px;
    background: #e54e2b;
    display: inline-block;
    opacity: 0.5;
}

.technology-page .step h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
}

.technology-page .step p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}

/* Accordion */
.technology-page .accordion {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    overflow: hidden;
}

.technology-page details {
    border-top: 1px solid #e2e8f0;
    padding: 0;
}

.technology-page details:first-child {
    border-top: none;
}

.technology-page summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    padding: 24px;
    transition: background 0.2s ease;
}

.technology-page summary:hover {
    background: #f8fafc;
}

.technology-page summary::-webkit-details-marker {
    display: none;
}

.technology-page summary .hint {
    color: #e54e2b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: rgba(229, 78, 43, 0.1);
    padding: 4px 8px;
}

.technology-page details .body {
    padding: 0 24px 24px;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

.technology-page .body ul {
    margin: 16px 0 0;
    padding-left: 20px;
    color: #475569;
}

.technology-page .body li {
    margin: 8px 0;
    line-height: 1.5;
}

.technology-page details[open] summary {
    background: #f8fafc;
}

/* Responsive */
@media (max-width: 1024px) {
    .technology-page .hero-inner {
        grid-template-columns: 1fr;
        padding-top: 60px;
        gap: 40px;
    }

    .technology-page .grid {
        grid-template-columns: 1fr;
    }

    .technology-page .steps {
        grid-template-columns: repeat(3, 1fr);
    }

    .technology-page .steps:before {
        display: none;
    }

    .technology-page h1 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .technology-page .steps {
        grid-template-columns: 1fr 1fr;
    }

    .technology-page h1 {
        font-size: 36px;
    }

    .technology-page .section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .technology-page .section-head h2 {
        font-size: 28px;
    }
}

@media (max-width: 640px) {
    .technology-page .steps {
        grid-template-columns: 1fr;
    }

    .technology-page .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .technology-page .container {
        padding: 0 20px;
    }

    .technology-page section {
        padding: 60px 0;
    }
}

/* Tech Advantages */
.piercing_extrusion {
    margin: 0 auto;
    max-width: 80%;
}

.piercing_extrusion img {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.piercing_extrusion .box {
    padding: 30px;
    font-size: 14px;
    color: #333;
    background: #eee;
    margin-bottom: 30px;
    height: 100%;
}

.piercing_extrusion .featured .box {
    background: #e54e2b;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.piercing_extrusion .box h3 {
    font-weight: 700;
    font-size: 1.2em;
}

.piercing_extrusion .box p {
    font-size: 1.3em;
    margin-bottom: 0;
}

/* Extrusion Comparison */
.extrusion-comparison {
    background-color: #eee;
    text-align: center;
}

.extrusion-comparison h2 {
    font-size: 1.4em;
    color: #333;
    margin-bottom: 5px;
}

.extrusion-comparison .subheading {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

/* Comparison Table */
.comparison-table {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.comparison-table th,
.comparison-table td {
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: top;
    text-align: left;
    width: 30%;
    vertical-align: middle;
    color: #555;
    font-size: 16px;
}

.comparison-table tr td:first-child,
.comparison-table tr th:first-child {
    width: 15%;
    border-left: none;
}

.comparison-table th {
    background-color: #e54e2b;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
}

.comparison-table tr:nth-child(even) {
    background-color: #fafafa;
}

.comparison-table td.highlight {
    background: #fff9f3;
    border-left: 2px solid #e54e2b;
    font-weight: 400;
    color: #000;
}

.comparison-table tr:nth-child(2n) td.highlight {
    background: #f3e0c3;
}

.comparison-table td.highlight strong {
    color: #e54e2b;
    font-weight: 700;
}

.extrusion-comparison .description {
    margin-top: 10px;
    font-size: 1.1em;
    color: #444;
    line-height: 1.6;
    font-weight: 400;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#banner .row {
    align-items: center;
}

.timeline_2 {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    margin: 0 auto;
    gap: 0;
    min-width: 1080px;
}

.timeline_2 .timeline_box {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    width: 50%;
}

/* Year box styling */
.timeline_2 .year_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    min-height: 220px;
    width: 100%;
    transition: transform 0.3s ease;
}

.timeline_2 .year_box:hover {
    transform: translateY(-5px);
}

.timeline_2 .year_box img {
    height: 100px;
    margin: 10px 0;
    max-width: auto;
    width: auto;
}


.timeline_2 .year_box p {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
}

.timeline_2 .year {
    font-size: 17px;
    font-weight: 700;
    color: #e54e2b;
    background-color: rgba(229, 78, 43, 0.1);
    padding: 5px 20px;
    border-radius: 30px;
}

/* Circle box styling */
.timeline_2 .circle_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    min-height: 220px;
    width: 100%;
    position: relative;
}

.timeline_2 .circle_box::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    margin: 0 auto;
    z-index: 1;
}

.timeline_2 .timeline_box:nth-child(odd) .circle_box::before {
    top: 0;
    bottom: 30%;
}

.timeline_2 .circle_box:hover {
    transform: translateY(-5px);
}

.timeline_2 .logo {
    width: 80px;
    height: 80px;
    margin: 10px;
    object-fit: contain;
}

.timeline_2 .circle {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-color: #eee;
    border-radius: 30px;
    margin-top: 10px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

/* Arrow line styling */
/* Arrow line styling - solid gradient fade */
.timeline_2 .line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    position: relative;
    height: 40px;
}

.timeline_2 .arrow-line {
    position: relative;
    height: 30px;
    width: 100%;
    /* Smooth gradient from faded to full color */
    background: linear-gradient(to right,
            rgba(229, 78, 43, 0.2) 0%,
            rgba(229, 78, 43, 0.4) 25%,
            rgba(229, 78, 43, 0.6) 50%,
            rgba(229, 78, 43, 0.8) 75%,
            #e54e2b 100%);
    animation: pulseLine 2s ease-in-out infinite;
}

/* Animation for pulsing effect */
@keyframes pulseLine {

    0%,
    100% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }
}

.timeline_2 .arrow-line::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #e54e2b;
}

.timeline_2 .arrow-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    z-index: 1;
}

.heritage-container {
    width: 100%;
    height: 100%;
}

.heritage .content-wrapper {
    height: 100%;
}

.heritage .left-panel {
    gap: 35px;
}

.heritage .right-panel {
    gap: 35px;
}

.heritage .section-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heritage .snapshots-grid {
    display: grid;
    gap: 15px;
}

.heritage .snapshot-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
}

.heritage .snapshot-row:last-child {
    border-bottom: none;
}

.heritage .snapshot-label {
    font-weight: 600;
    color: #666;
}

.heritage .snapshot-value {
    color: #2a2a2a;
}

.heritage .sales-section {
    display: flex;
    flex-direction: column;
}

.heritage .chart-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 0 0;
    height: 380px;
}

.heritage .bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.heritage .bar {
    width: 60%;
    background: #e54e2b;
    position: relative;
    min-height: 20px;
}

.heritage .bar-value {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    color: #2a2a2a;
    font-size: 0.85rem;
    white-space: nowrap;
}

.heritage .bar-year {
    margin-top: 10px;
    font-weight: 500;
    color: #888;
    font-size: 0.85rem;
}

.heritage .stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.heritage .stat-item {
    text-align: center;
}

.heritage .stat-number {
    font-size: 2.5rem;
    font-weight: 300;
    color: #e54e2b;
    margin-bottom: 8px;
}

.heritage .stat-label {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.heritage .sectors-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.heritage .sector-box {
    display: flex;
    flex-direction: column;
}

.heritage .sector-header {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e54e2b;
}

.heritage .sector-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2a2a2a;
}

.heritage .sector-percentage {
    font-size: 1.8rem;
    font-weight: 300;
    color: #e54e2b;
}

.heritage .intro-text {
    padding: 0;
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0;
}

.heritage .sector-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.heritage .sector-item {
    padding: 6px 0;
    font-size: 0.85rem;
    color: #555;
    line-height: 1.5;
}

.main-title {
    font-size: 3.2rem;
    margin-bottom: 15px;
    color: #3b4951;
    font-weight: 700;
}

.main-title span {
    color: #e54e2b;
}

.header-subtitle {
    font-size: 1.2rem;
    width: 800px;
    max-width: 100%;
    margin: 0 auto 25px;
    color: #64748b;
    line-height: 1.6;
    font-weight: 400;
}

.partnership-badge {
    display: inline-block;
    background: linear-gradient(90deg, #e54e2b, #3b4951);
    color: white;
    padding: 10px 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
    box-shadow: 0 3px 10px rgba(229, 78, 43, 0.2);
}

/* Slider Container */
.slider-container {
    position: relative;
    margin: 80px 0;
    overflow: hidden;
}

.timeline-slider {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 20px 0;
}

.slider-item {
    flex: 0 0 350px;
    margin: 0 15px;
    background: white;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
    opacity: 0.7;
    transform: scale(0.9);
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
}

.slider-item.active {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(229, 78, 43, 0.15);
    z-index: 10;
    border-color: #e54e2b;
}

.year-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #e54e2b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 20px;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(229, 78, 43, 0.3);
}

.item-content {
    padding: 120px 25px 30px;
    height: 100%;
}

.item-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1e293b;
    min-height: 70px;
}

.item-content p {
    color: #64748b;
    line-height: 1.6;
    font-size: 1rem;
}

.item-features {
    margin-top: 20px;
    padding-left: 20px;
}

.item-features li {
    margin-bottom: 8px;
    color: #475569;
    position: relative;
}

.item-features li::before {
    content: '▸';
    color: #e54e2b;
    position: absolute;
    left: -15px;
    font-weight: bold;
}

/* Slider Navigation */
.slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    padding: 20px 0;
}

.nav-btn {
    background-color: #3b4951;
    color: white;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.nav-btn:hover {
    background-color: #e54e2b;
    transform: scale(1.1);
}

.nav-dots {
    display: flex;
    gap: 15px;
}

.dot {
    width: 25px;
    height: 1px;
    background-color: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #e54e2b;
    transform: scale(1.3);
}

/* New Chapter Section */
.new-chapter-section {
    position: relative;
    overflow: hidden;
}

.chapter-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #3b4951;
}

.chapter-title i {
    color: #e54e2b;
    font-size: 2.2rem;
}

.chapter-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.symbols-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.symbols-grid h3,
.future-card h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.symbols-grid p,
.future-card p {
    color: #666;
    margin-bottom: 0;
    font-size: 0.8rem;
}

.symbol-card h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.symbol-card {
    background-color: #eee;
    padding: 20px;
    transition: all 0.3s ease;
}

.symbol-card:hover {
    transform: translateY(-5px);
    border-color: #e54e2b;
    box-shadow: 0 10px 25px rgba(229, 78, 43, 0.1);
}

.symbol-icon {
    font-size: 2rem;
    color: #e54e2b;
    margin-bottom: 15px;
}

/* Future Section */
.future-section {
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.future-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #3b4951;
    font-weight: 700;
}

.future-title span {
    color: #e54e2b;
}

.future-subtitle {
    font-size: 1.3rem;
    color: #64748b;
    max-width: 800px;
    margin: 0 auto 50px;
}

.future-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.future-card {
    background: white;
    padding: 35px 25px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}

.future-card:hover {
    transform: translateY(-10px);
    border-color: #e54e2b;
    box-shadow: 0 15px 30px rgba(229, 78, 43, 0.1);
}

.future-icon {
    font-size: 3rem;
    color: #e54e2b;
    margin-bottom: 25px;
}

/* Footer */
.page-footer {
    text-align: center;
    padding: 40px 20px;
    margin-top: 60px;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-style: italic;
    font-size: 1.2rem;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Progress Bar */
.progress-container {
    width: 100%;
    height: 4px;
    background-color: #e2e8f0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #e54e2b, #3b4951);
    width: 0%;
    transition: width 0.3s ease;
}

.rounded_box {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 2px solid #e54e2b;
    border-radius: 150px;
    padding: 20px;
    width: 70%;
    margin: 30px auto 30px;
}

.rounded_box .circle_content {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    flex-shrink: 0;
}

.rounded_box .content p {
    margin: 0;
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.6;
    font-weight: 400;
}

.rounded_box .content h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #111;
    font-weight: 600;
}

.jobs-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

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

.jobs-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.jobs-header p {
    font-size: 1.1rem;
    color: #666;
}

.jobs-controls {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.search-box {
    flex: 1;
    min-width: 250px;
    position: relative;
}

.search-box input {
    width: 100%;
    padding: 8px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 0;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.search-box input:focus {
    outline: none;
    border-color: #e54e2b;
    box-shadow: 0 0 0 3px rgba(229, 78, 43, 0.1);
}

.filter-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.filter-select {
    padding: 10px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 0;
    font-size: 0.95rem;
    cursor: pointer;
    background-color: white;
    transition: border-color 0.3s ease;
    min-width: 180px;
}

.filter-select:focus {
    outline: none;
    border-color: #e54e2b;
    box-shadow: 0 0 0 3px rgba(229, 78, 43, 0.1);
}

.filter-btn {
    padding: 10px 20px;
    background-color: #f5f5f5;
    border: 2px solid #e0e0e0;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: #e54e2b;
    color: white;
    border-color: #e54e2b;
}

.jobs-list {
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
}

.job-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 25px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.job-card:hover {
    border-color: #e54e2b;
    transform: translateY(-2px);
}

.job-card.hidden {
    display: none;
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.job-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.job-salary {
    background-color: #f0f7ff;
    color: #007bff;
    padding: 6px 12px;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
}

.job-company {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 12px;
    font-weight: 600;
}

.job-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #666;
}

.job-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.job-meta-item::before {
    content: '•';
    color: #e54e2b;
}

.job-description {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.job-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.job-tag {
    background-color: #fde8df;
    color: #c23d1f;
    padding: 5px 12px;
    border-radius: 0;
    font-size: 0.85rem;
    font-weight: 500;
}

.job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

.job-date {
    color: #999;
    font-size: 0.9rem;
}

.apply-btn {
    background-color: #e54e2b;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 0;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.apply-btn:hover {
    background-color: #c23d1f;
    color: white;
    text-decoration: none;
}

.no-results {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.no-results-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.no-results h3 {
    font-size: 1.5rem;
    color: #555;
    margin-bottom: 10px;
}

.active-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 0;
}

.filter-badge {
    background-color: #e54e2b;
    color: white;
    padding: 6px 12px;
    border-radius: 0;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-badge .remove {
    cursor: pointer;
    font-weight: bold;
}

.clear-filters {
    background-color: #3b4951;
    color: #fff;
    border: none;
    padding: 6px 15px;
    border-radius: 0;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.clear-filters:hover {
    background-color: #e0e0e0;
}

.first_section>div {
    display: flex;
    align-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    height: 100%;
}

#banner {
    width: 100%;
}

.products_list {
    width: 100%;
}

.manufacturing-process {
    padding: 20px 0;
}

.manufacturing-process .columns-container {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    align-items: center;
    min-width: 1080px;
}

.manufacturing-process .col {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: unset
}

.manufacturing-process .set-1-container {
    flex: 1;
    position: relative;
}

.manufacturing-process .set-2-container {
    flex: 1;
    position: relative;
}

.manufacturing-process .set-title {
    font-size: 16px;
    font-weight: 600;
    color: #e54e2b;
    margin-bottom: 20px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.manufacturing-process .set-title svg {
    width: 20px;
    height: 20px;
}

.manufacturing-process .set-2-title {
    color: #333;
}

.manufacturing-process .process-grid {
    display: flex;
    align-items: center;
    gap: 0 25px;
    position: relative;
}

.manufacturing-process .box {
    border: 1px solid #e54e2b;
    padding: 8px 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    background: white;
    position: relative;
    z-index: 10;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.manufacturing-process .box:hover {
    background: #fef8f6;
}

.manufacturing-process .box img {
    width: 80px;
    height: auto;
    margin-bottom: 6px;
    transform: scale(1.2);
}

.manufacturing-process .process-grid.set-2 {
    margin-left: 25px;
}

.manufacturing-process .set-2 .box {
    border-color: #666;
}

.manufacturing-process .set-2 .box img {
    filter: invert(0.3);
}

.manufacturing-process .set-2 .box:hover {
    background: #f8f8f8;
}

.manufacturing-process .col-merge {
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.manufacturing-process .col-merge .box.no_arrow::after {
    display: none;
}

.manufacturing-process .merge-box {
    border: 1px solid #e54e2b;
    padding: 25px 15px;
    text-align: center;
    width: 140px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    background: white;
    margin: 20px 0;
    position: relative;
    z-index: 10;
}

.manufacturing-process .merge-box img {
    width: 32px;
    height: 32px;
    margin: 0 auto 10px;
    display: block;
}

.manufacturing-process .merge-box:hover {
    background: #fef8f6;
}

.manufacturing-process .col-set3 {
    justify-content: center;
    position: relative;
    margin-left: 100px;
    margin-right: 50px;
}

.manufacturing-process .set-3 .box {
    border-color: #666;
    margin-top: 10px;
    width: 100%;
    min-height: 90px;
    padding: 18px 10px;
}

.manufacturing-process .set-3 .box img {
    filter: invert(0.3);
}

.manufacturing-process .set-3 .box:hover {
    background: #f8f8f8;
}

.manufacturing-process .col-result {
    justify-content: center;
    align-items: center;
}

.manufacturing-process .result-box {
    border: 1px solid #e54e2b;
    padding: 20px 15px;
    text-align: center;
    width: 150px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    background: white;
    margin: 0;
    position: relative;
    z-index: 10;
}

.manufacturing-process .result-box:nth-child(2) {
    margin-top: -1px;
}

.manufacturing-process .result-box svg,
.manufacturing-process .result-box img {
    width: 120px;
    height: auto;
    margin: 0 auto 8px;
    display: block;
}

.manufacturing-process .result-box:hover {
    background: #fef8f6;
}

/* Arrows */
.manufacturing-process .set-1-container .box::after,
.manufacturing-process .set-2-container .box::after,
.manufacturing-process .process-grid.set-2 .box::after {
    content: '';
    position: absolute;
    right: -25px;
    width: 25px;
    height: 25px;
    background-image: url(https://texol.work/seahgsi/wp-content/themes/seahgsi/images/right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
}

.manufacturing-process .process-grid .box.no_arrow::after {
    display: none !important;
}

/* Connection lines */
.manufacturing-process .connection_line {
    height: 1px;
    width: 70%;
    background: #3b4951;
    margin: 20px auto;
    position: relative;
}

.manufacturing-process .connection_line.line_set_2 {
    width: 35%;
    margin: 30px 80px 30px auto;
}

.manufacturing-process .connection_line::after {
    content: "";
    width: 1px;
    height: 90px;
    background: #3b4951;
    position: absolute;
    bottom: 0;
    right: 0;
}

.manufacturing-process .connection_line::before {
    content: "";
    width: 1px;
    height: 30px;
    background: #3b4951;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.manufacturing-process .connection_line .arrow_mark {
    width: 25px;
    height: 25px;
    background: url(https://texol.work/seahgsi/wp-content/themes/seahgsi/images/right.png) no-repeat top center;
    background-size: auto;
    background-size: 75%;
    position: absolute;
    bottom: -24px;
    left: -15px;
    transform: rotate(90deg);
}

.manufacturing-process .left_connection::after,
.manufacturing-process .left_connection::before {
    content: "";
    width: 33px;
    height: 33px;
    background: url(https://texol.work/seahgsi/wp-content/themes/seahgsi/images/right.png) no-repeat center/contain;
    position: absolute;
    right: 15px;
}

.manufacturing-process .left_connection::after {
    top: -17px;
}

.manufacturing-process .left_connection::before {
    bottom: -17px;
}

.manufacturing-process .left_connection {
    height: 70%;
    border: 1px solid #3b4951;
    position: absolute;
    left: -65px;
    width: 70px;
    border-right: none;
}

.manufacturing-process .right_connection::after,
.manufacturing-process .right_connection::before {
    content: "";
    width: 33px;
    height: 33px;
    background: url(https://texol.work/seahgsi/wp-content/themes/seahgsi/images/right.png) no-repeat center/contain;
    position: absolute;
    right: 15px;
}

.manufacturing-process .right_connection::after {
    top: -17px;
}

.manufacturing-process .right_connection::before {
    bottom: -17px;
}

.manufacturing-process .right_connection {
    width: 80px;
    height: 70%;
    right: -70px;
    border: 1px solid #3b4951;
    border-left: none;
    left: unset;
    position: absolute;
}
#product_size {
    background-color: #f8f8f8;
    text-align: center;
}

#product_size .widget {
    margin-bottom: 30px;
}

#product_size .widget img {
    width: 80%;
    height: auto;
}

.process-grid .box-6:before {
    content: "";
    position: absolute;
    right: -63px;
    width: 1px;
    height: 1px;
    background-color: #3b4951;
    width: 60px;
}

@media (max-width: 768px) {
    .jobs-header h1 {
        font-size: 1.8rem;
    }

    .jobs-controls {
        flex-direction: column;
    }

    .search-box {
        min-width: auto;
    }

    .filter-group {
        width: 100%;
    }

    .filter-select {
        min-width: 100%;
    }

    .job-header {
        flex-direction: column;
        gap: 10px;
    }

    .job-salary {
        align-self: flex-start;
    }

    .job-footer {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .apply-btn {
        width: 100%;
        text-align: center;
    }
}

/* Responsive Design */
@media (max-width: 1100px) {
    .slider-item {
        flex: 0 0 320px;
    }
}

@media (max-width: 900px) {
    .main-title {
        font-size: 2.5rem;
    }

    .chapter-content {
        grid-template-columns: 1fr;
    }

    .slider-item {
        flex: 0 0 300px;
    }
}


@media (max-width: 576px) {

    .main-header,
    .new-chapter-section,
    .future-section,
    .slider-container {
        padding: 30px 20px;
    }

    .slider-item {
        flex: 0 0 260px;
    }

    .item-content {
        padding: 110px 20px 25px;
    }

    .chapter-title,
    .future-title {
        font-size: 2rem;
    }
}

@media all and (max-width: 1536px) {
    .custom-grid-item .text {
        width: 60%;
        left: 20px;
        bottom: 20px;
    }

    .custom-grid-item .text h3 {
        font-size: 1.4em;
    }

    .custom-grid-item .text p {
        font-size: 0.9em;
    }

    .glass-btn {
        padding: 12px 16px;
        font-size: 0.9em;
    }

    .glass-btn .icon {
        width: 24px;
        height: 24px;
    }

    .glass-btn .learn-icon::after {
        top: 12px;
        width: 26px;
        height: 26px;
    }

}

/* Responsive */
@media (max-width: 992px) {
    .timeline-bar {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 30px;
    }

    .timeline-marker {
        flex: 0 0 calc(50% - 15px);
    }
}
/* Mobile spacing */
@media (max-width: 768px) {
    .product-types .accordion-button {
        padding: 12px 14px;
        font-size: 13px;
    }
    .product-types .nav-tabs .nav-link {
        padding: 10px 14px;
        font-size: 14px;
    }

    .product-types table thead th,
    .product-types table tbody td {
        padding: 12px;
    }

    .certificates-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .certificates-header h1 {
        font-size: 1.8rem;
    }

    .certificate {
        padding: 25px;
    }

    .cert-title {
        font-size: 1.3rem !important;
    }

    .certificate-preview {
        height: 250px;
        /* Adjusted for mobile */
    }

    .pdf-controls {
        transform: translateY(0);
        /* Always visible on mobile */
        padding: 8px;
    }

    .pdf-control-btn {
        padding: 5px 10px;
        font-size: 0.75rem;
    }

    .pdf-fullscreen-modal {
        padding: 10px;
    }

    .pdf-fullscreen-content {
        height: 95vh;
    }

    .pdf-fullscreen-header {
        padding: 12px 15px;
    }

    .pdf-fullscreen-header h3 {
        font-size: 1rem;
    }
    .timeline-marker {
        flex: 0 0 100%;
    }

    .timeline-bar::before {
        display: none;
    }

    .timeline-bar {
        flex-direction: column;
        gap: 20px;
    }

    .timeline-marker {
        display: flex;
        align-items: center;
        gap: 15px;
        text-align: left;
    }

    .marker-year {
        margin-bottom: 0;
        min-width: 60px;
    }

    .marker-dot {
        margin: 0;
        order: -1;
    }

    .slide-content {
        padding: 20px;
    }

    .slide-title {
        font-size: 1.3em;
    }
    .site-header {
        top: 15px;
    }
    .section {
        padding: 50px 0;
        height: auto;
        min-height: 100px;
    }
    #footer.section, .hero-section.section{
        padding: 0;
    }
    #industries.section, .first_section{
        padding-top:  0;
    }
    .single_page h3.wp-block-heading {
        font-size: 22px;
    }

    .single_page .col-md-6 {
        padding: 20px;
        border-left: none;
    }
    .main-title {
        font-size: 2.2rem;
    }

    .header-subtitle {
        font-size: 1.2rem;
    }

    .slider-item {
        flex: 0 0 280px;
        margin: 0 10px;
    }

    .future-highlights {
        grid-template-columns: 1fr;
    }

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

    .nav-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    .custom-grid-item {
        grid-column: span 2;
    }
}

/* Responsive tweaks */

@media (max-width: 991.98px) {
    .sgsi-identity-section {
        padding: 70px 0;
    }

    .sgsi-identity-meta {
        margin-top: 24px;
    }

    .sgsi-identity-pillars .row>[class*="col-"] {
        border-top: 1px solid #e1e4e7;
    }

    .sgsi-identity-pillar {
        border-left: none;
        border-right: none;
    }
}


@media all and (max-width: 1536px) {
    .nav-menu a {
        font-size: 1rem;
    }

    .site-header .container,
    #banner .container {
        width: 100%;
    }
    .hero-content .display-3 {
        font-size: 2.5em;
    }
}

@media (max-width:1080px) {
    .reveal {
        opacity: 1;
        transform: none;
    }
    .site-header .container,
    #banner .container {
        width: 90%;
    }
    .site-header .row {
        justify-content: space-between;
    }

    .desktop-menu {
        display: none !important;
    }

    .mobile-toggle,
    .mobile-menu,
    .mobile-overlay {
        display: block;
    }

    /* hide desktop nav */
    .main-nav,
    .header-btn {
        display: none !important;
    }

    /* Hide desktop nav */
    .main-nav,
    .header-btn {
        display: none !important;
    }

    /* Toggle Button */
    .mobile-toggle {
        width: 34px;
        height: 26px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        z-index: 999;
        position: relative;
        padding: 0;
    }

    .mobile-toggle span {
        height: 1px;
        background: #fff;
        transition: 0.4s;
    }

    /* Toggle -> X animation */
    .mobile-toggle.active span:nth-child(1) {
        transform: translateY(14px) rotate(45deg);
    }

    .mobile-toggle.active span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .mobile-toggle.active span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }

    /* Dim background */
    .mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s;
        z-index: 1000;
    }

    .mobile-overlay.active {
        opacity: 1;
        pointer-events: all;
    }

    /* Right-side Drawer */
    .mobile-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 480px;
        height: 100vh;
        background: rgba(59, 73, 81, 0.9);
        backdrop-filter: blur(10px);
        box-shadow: -8px 0 20px rgba(0, 0, 0, 0.5);
        padding: 40px 50px;
        transition: right .5s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1001;
        overflow-y: auto;
    }

    .mobile-menu.open {
        right: 0;
    }

    .mobile-menu .button {
        margin-top: 30px;
    }

    /* Close Button */
    .close-menu {
        background: transparent;
        border: none;
        color: #fff;
        font-size: 40px;
        font-weight: 200;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 20px;
        transition: .3s;
    }

    .close-menu:hover {
        color: #e54e2b;
        transform: scale(1.1);
    }

    /* Menu Items */
    .mobile-nav-menu {
        list-style: none;
        padding: 80px 0 0;
        margin: 0;
    }

    .mobile-nav-menu li {
        opacity: 0;
        transform: translateX(15px);
        animation: fadeSlideX 0.5s forwards;
    }

    /* Stagger animation */
    .mobile-nav-menu li:nth-child(1) {
        animation-delay: 0.1s;
    }

    .mobile-nav-menu li:nth-child(2) {
        animation-delay: 0.2s;
    }

    .mobile-nav-menu li:nth-child(3) {
        animation-delay: 0.3s;
    }

    .mobile-nav-menu li:nth-child(4) {
        animation-delay: 0.4s;
    }

    .mobile-nav-menu li:nth-child(5) {
        animation-delay: 0.5s;
    }

    .mobile-nav-menu li .sub-menu {
        padding-left: 30px;
    }

    @keyframes fadeSlideX {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .mobile-nav-menu a {
        display: block;
        padding: 7px 0;
        color: #fff;
        font-size: 1.25rem;
        text-decoration: none;
        transition: .3s;
        font-weight: 300;
    }

    .mobile-nav-menu a:hover {
        color: #e54e2b;
        padding-left: 8px;
    }

    .display-3 {
    /* Make manufacturing-process and .product-sizes img scrollable on screens below 1080px */
    .manufacturing-process,
    .product-sizes {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #e54e2b #ccc;
    }

    .manufacturing-process::-webkit-scrollbar,
    .product-sizes::-webkit-scrollbar {
        height: 8px;
    }

    .manufacturing-process::-webkit-scrollbar-track,
    .product-sizes::-webkit-scrollbar-track {
        background: #ccc;
        border-radius: 4px;
    }

    .manufacturing-process::-webkit-scrollbar-thumb,
    .product-sizes::-webkit-scrollbar-thumb {
        background: #e54e2b;
        border-radius: 4px;
    }

    .product-sizes img {
        display: inline-block;
        max-width: none;
        height: auto;
        vertical-align: middle;
    }
        font-size: 2em;
    }

    .hero-section .item .hero-content {
        padding-right: 30px;
        top: 30%;
    }
    
    /* Make timeline scrollable on screens below 1080px */
    .timeline_2_cover, .scroll_container {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #e54e2b #ccc;
    }

    .timeline_2_cover::-webkit-scrollbar, .scroll_container::-webkit-scrollbar {
        height: 8px;
    }

    .timeline_2_cover::-webkit-scrollbar-track, .scroll_container::-webkit-scrollbar-track {
        background: #ccc;
        border-radius: 4px;
    }

    .timeline_2_cover::-webkit-scrollbar-thumb, .scroll_container::-webkit-scrollbar-thumb {
        background: #e54e2b;
        border-radius: 4px;
    }
    #product_size .widget img{
        min-width: 1080px;
    }
    .rounded_box {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 90px;
        padding: 50px 20px;
    }
    .sgsi-identity-lead {
        font-weight: 300;
        font-size: 1.1rem;
        color: #5c6b7a;
    }

}
@media all and (max-width: 768px) {
    .container {
        width: 90%;
        max-width: 90%;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .promise-title {
        font-size: 2rem;
    }

    .header-graphic {
        display: none;
    }

    .display-3 {
        font-size: 1.5em;
    }

    .hero-section .item .hero-content {
        font-size: 1.1rem;
    }

    .hero-content .transparent-btn {
        margin-left: 0;
    }

    .mobile {
        display: block;
    }

    .desktop {

        display: none;
    }

    #about .content {
        padding-left: 0;
        border: none;
    }

    #about .button,
    #services .button,
    #industries .button {
        max-width: 200px;
    }

    #product-categories .cover {
        padding-right: 0;
        margin-bottom: 0;
    }

    #product-categories .thumb {
        margin-bottom: 0;
    }

    .title_side .content p {
        padding-right: 0;
    }

    .title_side {
        padding-right: 0;
    }

    .services_list .service_item {
        width: 30%;
        padding-right: 0;
    }

    .services_list {
        justify-content: space-between;
    }

    #services {
        padding: 50px 0;
    }

    .title_section p {
        padding-right: 0;
    }

    .tech-section .tech-carousel .tech_img {
        height: 300px;
        width: 70%;
    }

    .tech-section .tech-carousel .content {
        width: 100%;
    }

    .tech-carousel .owl-dots {
        padding-left: 0;
        gap: 15px;
    }

    #news-events .featured_container {
        padding-right: 0;
    }

    #resources-section .link-box .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #resources-section .link-box a {
        display: block;
    }

    #resources-section .link-box span {
        display: block;
    }

    .corner-arrow-2 {
        width: 30px;
        height: 30px;
    }

    #resources-section .link-box a {
        font-size: 1.2em;
    }

    #connect-with-us .title {
        font-size: 2em;
    }

    #connect-with-us {
        text-align: center;
    }

    #connect-with-us p {
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
        margin-bottom: 30px;
    }

    footer .widget {
        border-left: none;
        padding-left: 0;
        border-bottom: 1px solid rgba(229, 78, 43, 1);
        padding-bottom: 20px;
        margin-top: 10px;
        padding-top: 10px;
        height: auto;
    }

    footer .widget.contact_details {
        border-bottom: none;
    }

    #news-events {
        padding-top: 0;
    }

    .secfoot {
        text-align: center;
    }

    .secfoot .col-md-6 {
        justify-content: center !important;
    }

    .dropdown-container {
        width: 300px;
        max-width: 100%;
    }

    .related_list .widget {
        flex: 1 1 calc(100%);
        padding: 0;
    }

    .sgsi-identity-block {
        flex-wrap: wrap;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .sgsi-identity-strip {
        padding: 30px;
    }

    .sgsi-identity-block .img img {
        width: 60px;
        height: 60px;
    }

    .glance .title_side,
    .section_information .title_side,
    .product_cats .title_side {
        border-right: none;
        padding-right: 0;
    }

    .glance .wrap {
        margin-bottom: 20px;
    }

    .title_side {
        padding-bottom: 0;
    }

    .about_section2 ul {
        margin-bottom: 25px;
    }

    .sgsi-identity-meta-item {
        margin-bottom: 35px;
    }

    .sgsi-identity-pillars {
        border: none !important;
    }

    .sgsi-identity-pillar {
        border: 1px solid #eee;
        margin-bottom: 2px;
    }

    .contact_form_links .col-md-4 {
        margin-bottom: 30px;
    }

    .contact_info .form {
        padding: 20px 5px;
    }

    .form h3 {
        padding: 0 20px;
    }

    .hero-section .item .hero-content {
        top: 40%;
        padding-left: 20px;
        border-left-width: 2px;
        padding-right: 0;
    }
    .hero-content p {
        font-size: 1rem;
    }

    .hero-section .item {
        height: 650px;
    }

    .hero-section .item {
        min-height: 90vh;
    }

    #resources-section .title {
        margin-bottom: 50px;
    }

    #resources-section .link-box {
        width: 100%;
    }

    h2.title {
        font-size: 1.5rem;
        font-weight: 600;
    }

    #news-events .button {
        margin-top: 50px;
    }

    #resources-section {
        padding: 80px 0;
        background: #f5f5f5;
    }

    #about .section-title h1 {
        padding-right: 0;
        font-size: 2rem;
    }
    .hero-content .display-3 {
        font-size: 1.5em;
    }
    .custom-grid-item .text {
        width: 90%;
    }
    .technology_list .technology_item  {
        grid-column: span 2;
        grid-row: span 1;
    }
    .glance h2, .section_information h2 {
        font-size: 1.3rem;
    }
    .masonry-item p, .masonry-item div.content  {
        font-size: 0.9em;
    }
    #banner h1 {
        font-size: 2rem;
    }
    .lead {
        font-size: 0.9rem;
    }
    .piercing_extrusion {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .sgsi-identity-title {
        font-size: 1.8rem;
    }

    .sgsi-identity-meta-grid {
        flex-direction: column;
        gap: 16px;
    }
    .industries_list_2 .industry_item  {
        grid-column: span 3;
    }
    .comparison-table {
        min-width: 500px;
    }
    .heritage .sector-name {
        font-size: 0.9rem;
    }
    .heritage .sector-percentage {
        font-size: 1.3rem;
    }
}