/* sri lakshmi plasyic custom css */

/* body {
  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif !important; 
} */

/* 0.0 Logo */
/* .main-header .container-fluid {    
    padding-bottom: 9px !important;
}


.logo {
    height: 83px !important;
    width: 215px !important;
    border-radius: 15px !important;
} */

/* 0. Progress Bar */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
  mix-blend-mode: difference;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  /* up arrow icon */
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #ccc;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}


/* 1.nav bar & Nav Menu */
html {
  scroll-behavior: smooth;
}

header.main-header .header-sticky.active {
  background: rgb(0 174 239) !important;
}


/* 2. logo */
.logo {
  width: 350px;
}

/* 3. Header - Video */
.hero::before {
  background: linear-gradient(2deg, rgba(4, 42, 45, 0) 65.37%, #000000 100.18%), linear-gradient(270deg, rgb(11 22 22 / 40%) 59.75%, #000000eb 100%) !important;
}

.hero-gallery{
/* do nothing */
}

.hero-gallery::before {
    background: linear-gradient(0deg, rgb(24 24 24 / 81%) 65.37%, #0f0f19ad 100.18%), linear-gradient(731deg, rgb(0 174 239 / 39%) 59.75%, #000000 100% 100%) !important;
}

.hero {

  margin-top: 0px !important;

}

/* 4. Header Title Content */
.section-title {
  margin-top: -50px;
}


/* aboutus satisfied client */
.company-client-images .client-image {
  margin-left: 0px !important;
  border-radius: 0% !important;
}

.about-us {
  padding: 85px 0 !important;
}

/* what we do - icons */
.icon-box img {
  filter: brightness(0) invert(1);
}

/************************************/
/*** our certifications ***/
/************************************/

/* Certifications Section */
        .certifications-section {
            padding: 80px 20px;
            background: white;
        }

        /* .container {
            max-width: 1400px;
            margin: 0 auto;
        } */

        /* Section Title */
        .section-title {
            text-align: center;
            margin-bottom: 60px;
          
        }

        .section-title h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

        .section-title h3 span {
            color: #ed1c24;
        }

        .section-title h2 {
            font-size: 42px;
            font-weight: 700;
            color: #ed1c24;
            margin-bottom: 25px;
        }

        .certificate-content {
            max-width: 800px;
            margin: 0 auto;
        }

        .certificate-content p {
            font-size: 18px;
            line-height: 1.8;
            color: #555;
            text-align: center;
        }

        /* Desktop Grid Layout */
        .certifications-grid {
            display: flex;
            flex-direction: column;
            gap: 50px;
            margin-top: 40px;
        }

        .certification-row {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 40px;
        }

        .cert-item {
            text-align: center;
            max-width: 560px;
            transition: transform 0.3s ease;
        }

        .cert-item:hover {
            transform: translateY(-5px);
        }

        .cert-image {
            border-radius: 10px;
            overflow: hidden;
        }

        .cert-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
            border: 8px solid #00aeef;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .cert-item p {
            margin-top: 15px;
            font-size: 18px;
            font-weight: 600;
            color: #ed1c24;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .certification-row {
                gap: 30px;
            }
            
            .cert-item {
                max-width: 500px;
            }
        }

        @media (max-width: 992px) {
            .section-title h2 {
                font-size: 36px;
            }
            
            .certifications-grid {
                gap: 40px;
            }
            
            .certification-row {
                gap: 25px;
            }
            
            .cert-item {
                max-width: 450px;
            }
            
            .cert-image img {
                border-width: 6px;
            }
            
            .cert-item p {
                font-size: 17px;
            }
        }

        /* Tablet Layout */
        @media (max-width: 768px) {
            .certifications-section {
                padding: 60px 15px;
            }
            
            .section-title {
                margin-bottom: 40px;
            }
            
            .section-title h2 {
                font-size: 32px;
            }
            
            .certificate-content p {
                font-size: 16px;
                line-height: 1.7;
                padding: 0 10px;
            }
            
            .certifications-grid {
                gap: 30px;
            }
            
            .certification-row {
                flex-direction: column;
                align-items: center;
                gap: 30px;
            }
            
            .cert-item {
                max-width: 500px;
                width: 100%;
            }
            
            .cert-image img {
                border-width: 6px;
            }
            
            .cert-item p {
                font-size: 17px;
                padding: 0 10px;
            }
        }

        /* Mobile Layout */
        @media (max-width: 576px) {
            .certifications-section {
                padding: 72px 5px;
            }
            
            .section-title h2 {
                font-size: 28px;
                padding: 0 15px;
            }
            
            .section-title h3 {
                font-size: 16px;
                margin-right: 26px;
            }
            
            .certificate-content p {
                font-size: 15px;
                line-height: 1.6;
            }
            
            .certifications-grid {
                gap: 25px;
                margin-top: 30px;
            }
            
            .certification-row {
                gap: 25px;
            }
            
            .cert-item {
                max-width: 100%;
            }
            
            .cert-image img {
                border-width: 5px;
            }
            
            .cert-item p {
                font-size: 16px;
                margin-top: 12px;
            }
        }

        /* Small Mobile */
        @media (max-width: 375px) {
            .section-title h2 {
                font-size: 26px;
            }
            
            .certificate-content p {
                font-size: 14px;
            }
            
            .cert-item p {
                font-size: 15px;
            }
            
            .cert-image img {
                border-width: 4px;
            }
        }

        /* Landscape Mobile Optimization */
        @media (max-height: 500px) and (orientation: landscape) {
            .certifications-section {
                padding: 65px 20px;
            }
            
            .section-title {
                margin-bottom: 48px;
                margin-left: 238px !important;
            }
            
            .certifications-grid {
                margin-top: 30px;
            }
        }

        /* Animation for mobile touch */
        .cert-item:active {
            transform: scale(0.98);
        }

        /* Improve touch targets on mobile */
        @media (max-width: 768px) {
            .cert-item {
                padding: 10px;
            }
            
            .cert-image {
                -webkit-tap-highlight-color: transparent;
            }
        }


        <!-- ======= Gallery Preview Section End ======= -->

<style>
    /* Gallery Preview Section */
    .sedax-gallery-preview {
        position: relative;
        padding: 80px 20px;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
        overflow: hidden;
    }

    /* Background pattern */
    .sedax-gallery-preview::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: 
            radial-gradient(circle at 20% 80%, rgba(0, 174, 239, 0.05) 0%, transparent 50%),
            radial-gradient(circle at 80% 20%, rgba(237, 28, 36, 0.05) 0%, transparent 50%);
        z-index: 0;
    }

    .sedax-gallery-preview > .container {
        position: relative;
        z-index: 1;
    }

    /* Preview Header */
    .preview-header {
        text-align: center;
        margin-bottom: 50px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .title-sub {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .accent-line {
        width: 50px;
        height: 2px;
        background: #ed1c24;
        display: block;
    }

    .sub-text {
        color: #666;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .preview-title {
        font-size: 2.5rem;
        font-weight: 700;
        color: #ed1c24;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .preview-desc {
        font-size: 1.1rem;
        color: #666;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }

    /* Gallery Preview Grid */
    .gallery-preview-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 25px;
        margin-bottom: 50px;
        justify-items: center;
    }

    .preview-card {
        background: white;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
        position: relative;
        width: 100%;
        max-width: 250px;
        height: 290px;
    }

    .preview-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    .card-inner {
        position: relative;
        overflow: hidden;
        height: 100%;
        border-radius: 7px;
    }

    .preview-card img {
        width: 100%;
        height: 290px;
        object-fit: cover;
        display: block;
        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .preview-card:hover img {
        transform: scale(1.08);
    }

    .card-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
        padding: 30px 20px 20px;
        color: white;
        transform: translateY(100%);
        transition: transform 0.4s ease;
        text-align: center;
    }

    .preview-card:hover .card-overlay {
        transform: translateY(0);
    }

    .card-badge {
        display: inline-block;
        padding: 6px 15px;
        background: #ed1c24;
        color: white;
        font-size: 12px;
        font-weight: 600;
        border-radius: 20px;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .card-overlay h4 {
        margin: 0 0 5px 0;
        font-size: 1.2rem;
        font-weight: 600;
        color: white;
    }

    .card-size {
        margin: 0;
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.9);
        opacity: 0.9;
    }

    /* See More Button */
    .see-more-btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 16px 40px;
        font-size: 16px;
        font-weight: 600;
        color: white;
        background: #ed1c24;
        border-radius: 50px;
        text-decoration: none;
        letter-spacing: 0.5px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(237, 28, 36, 0.3);
        border: 2px solid transparent;
    }

    .see-more-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.7s ease;
    }

    .see-more-btn:hover::before {
        left: 100%;
    }

    .see-more-btn:hover {
        background: #c21820;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(237, 28, 36, 0.4);
        gap: 15px;
        padding-left: 44px;
        padding-right: 36px;
    }

    .see-more-btn svg {
        transition: transform 0.3s ease;
    }

    .see-more-btn:hover svg {
        transform: translateX(4px);
    }

    /* Responsive Design */
    @media (max-width: 1200px) {
        .gallery-preview-grid {
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
        
        .preview-title {
            font-size: 2.2rem;
        }
    }

    @media (max-width: 992px) {
        .gallery-preview-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        
        .preview-title {
            font-size: 2rem;
        }
        
        .preview-desc {
            font-size: 1rem;
        }
    }

    @media (max-width: 768px) {
        .sedax-gallery-preview {
           padding: 0px 15px;
           margin-top: -55px;
        }
        
        .gallery-preview-grid {
            grid-template-columns: repeat(2, 1fr); /* 2 per row on mobile */
            gap: 15px;
        }
        
        .preview-title {
            font-size: 1.8rem;
        }
        
        .preview-card {
            max-width: 100%;
            height: 250px;
        }
        
        .preview-card img {
            height: 250px;
        }
        
        .title-sub {
            flex-direction: column;
            gap: 10px;
        }
        
        .accent-line {
            width: 60px;
        }
        
        .see-more-btn {
            padding: 14px 32px;
            font-size: 15px;
        }
    }

    @media (max-width: 576px) {
        .gallery-preview-grid {
            grid-template-columns: 1fr; /* 1 per row on small mobile */
            max-width: 300px;
            margin: 30px auto;
        }
        
        .preview-title {
            font-size: 1.6rem;
        }
        
        .preview-desc {
            font-size: 0.95rem;
            padding: 0 15px;
        }
        
        .card-overlay h4 {
            font-size: 1.1rem;
        }
        
        .card-size {
            font-size: 0.85rem;
        }
    }

    @media (max-width: 400px) {
        .preview-title {
            font-size: 1.4rem;
        }
        
        .sub-text {
            font-size: 13px;
        }
        
        .see-more-btn {
            padding: 12px 28px;
            font-size: 14px;
        }
    }

    /* Touch-friendly improvements */
    @media (hover: none) and (pointer: coarse) {
        .preview-card:hover {
            transform: none;
        }
        
        .preview-card:active {
            transform: scale(0.98);
            transition: transform 0.1s ease;
        }
        
        .preview-card:hover img {
            transform: none;
        }
        
        .preview-card:active img {
            transform: scale(1.02);
        }
        
        .preview-card:hover .card-overlay {
            transform: none;
        }
        
        .preview-card:active .card-overlay {
            transform: translateY(0);
        }
    }

    /* Loading animation for images */
    .preview-card img {
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        animation: loading 1.5s infinite;
    }

    @keyframes loading {
        0% {
            background-position: 200% 0;
        }
        100% {
            background-position: -200% 0;
        }
    }

    .preview-card img[src] {
        background: none;
        animation: none;
    }


/* for tooter section footer icons stroke */
.icon-outline {
  color: red;
  /* inner color */
  -webkit-text-stroke: 1px white;
  /* outer border */
  font-size: 48px;
}

.sub-title svg {
  color: #0c99cc;
  /* any color */
  margin-right: 8px;
}

/* for hole body font-family */
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fjalla-one-regular {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mea-culpa-regular {
  font-family: "Mea Culpa", static;
  font-weight: 400;
  font-style: normal;
}


.raleway-regular {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* development cycle */


/* ===== Custom Section Styling ===== */
/* ===== Custom Section Styling ===== */
.custom-section {
  position: relative;
  min-height: 500px;
  background-image: url(../documents/images/banners/Banner1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

/* Dark Overlay */
.custom-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.391);
  z-index: 1;
}

.custom-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.75) 70%
  );
  z-index: 1;
}

/* ===== TOP TEXT ===== */
.export-top {
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 18px;
    letter-spacing: 4px;
    color: rgb(255, 255, 255);
    font-weight: 200; 
}

.export-top .dot {
  margin: 0 8px;
}

/* ===== CENTER TEXT ===== */
.export-center {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.export-center h3 {
  font-size: 35px;
  letter-spacing: 5px;
  font-weight: 100;
  color: rgb(236, 229, 229);
 
}


/* ===== BOTTOM TEXT ===== */
.export-bottom {
  position: absolute;
  bottom: 120px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.export-bottom p {
  font-size: 16px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.65);
}

/* ===== BIG TITLE ===== */
.section-head {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.section-head h2 {
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .export-top {
    font-size: 11px;
    top: 30px;
  }

  .export-center h3 {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .export-bottom {
    bottom: 90px;
  }

  .export-bottom p {
    font-size: 13px;
  }

  .section-head h2 {
    font-size: 30px;
  }
}


/* ===== CENTER PARAGRAPH ===== */
.section-center-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
}

.section-center-text p {
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.859); /* 👈 opacity 0.5 */
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ===== BOTTOM HEADING ===== */
.custom-section .section-head {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.custom-section .section-head h2 {
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {

  .section-center-text p {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .custom-section .section-head h2 {
    font-size: 28px;
  }
}


/* TEXT */
.custom-section .section-head {
  position: absolute;
  bottom: -35px;          /* 👈 INGA adjust pannunga */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* Heading */
.custom-section .section-head h2 {
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
 
  white-space: nowrap;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .custom-section {
    padding: 80px 0;
  }

  .custom-section .section-head h2 {
    font-size: 28px;
  }

  .custom-section .section-head p {
    font-size: 16px;
  }

  .curve-top {
    height: 50px;
  }
}

/* Product development cycle */
/* Manufacturing Process Timeline */
.manufacturing-process-section {
    padding: 100px 0;
    /* background: linear-gradient(135deg, #f9f7f3 0%, #f5f1ea 50%, #f0ebe1 100%); */
    position: relative;
    overflow: hidden;
}
             

.manufacturing-process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        /* Your gradient overlay with transparency */
        linear-gradient(135deg, rgb(236, 236, 233) 0%, rgba(245, 241, 234, 0.809) 50%, rgba(207, 207, 204, 0.85) 100%),
        /* Your background image */
        url('../documents/images/productdev/Hanger5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Optional: for parallax effect */
    z-index: 1;

}

.manufacturing-process-section .container {
    position: relative;
    z-index: 2;
}

/* .manufacturing-process-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #8b0000, #ce1126, #8b0000);
    z-index: 2;
} */

/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
} */

.text-center {
    text-align: center;
}

.mb-6 {
    margin-bottom: 60px;
}

/* Header Styles */
.process-badge {
    display: inline-block;
    background: linear-gradient(135deg, #2c3e50, #2c3e50);
    color: white;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(139, 0, 0, 0.2);
}

.process-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

.process-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Timeline Container */
.timeline-container {
    position: relative;
    max-width: 900px;
    margin: 80px auto;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, transparent, #d4af37, #c19a3c, #d4af37, transparent);
    transform: translateX(-50%);
    border-radius: 2px;
}

.timeline-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.3), transparent);
    animation: line-glow 2s infinite;
}

@keyframes line-glow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Timeline Steps */
.timeline-step {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
}

.timeline-step:nth-child(odd) {
    flex-direction: row;
}

.timeline-step:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

/* Step Marker */
.step-marker {
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #8b0000, #ce1126);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(139, 0, 0, 0.3);
    z-index: 3;
}

.step-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #ffffff 0%, #fefcf8 100%);
    border: 3px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
}

.step-icon img {
    width: 50px;
    height: 50px;
    filter: invert(16%) sepia(93%) saturate(5144%) hue-rotate(352deg) brightness(88%) contrast(109%);
}

.timeline-step:hover .step-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 25px 50px rgba(212, 175, 55, 0.3);
    background: linear-gradient(135deg, #fff9e6 0%, #ffffff 100%);
}

/* Step Content */
.step-content {
    flex: 1;
    padding: 30px;
    background: linear-gradient(135deg, #ffffff 0%, #fefcf8 100%);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    margin: 0 40px;
    transition: all 0.3s ease;
}

.timeline-step:nth-child(odd) .step-content {
    margin-left: 40px;
    margin-right: 0;
}

.timeline-step:nth-child(even) .step-content {
    margin-right: 40px;
    margin-left: 0;
}

.step-content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: inherit;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transform: translateY(-50%) rotate(45deg);
    z-index: -1;
}

.timeline-step:nth-child(odd) .step-content::before {
    left: -20px;
    border-right: none;
    border-bottom: none;
}

.timeline-step:nth-child(even) .step-content::before {
    right: -20px;
    border-left: none;
    border-top: none;
}

.timeline-step:hover .step-content {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(139, 0, 0, 0.15);
    border-color: rgba(212, 175, 55, 0.4);
}

.step-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #8b0000;
    margin-bottom: 15px;
}

.step-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

/* Step Details */
.step-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.step-details li {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(255, 255, 255, 0.8) 100%);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #8b0000;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

/* Process Summary */
.process-summary {
    margin-top: 100px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(249, 247, 243, 0.9) 100%);
    border-radius: 25px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

.summary-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #8b0000;
    text-align: center;
    margin-bottom: 40px;
}

.summary-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (min-width: 992px) {
    .summary-features {
        grid-template-columns: repeat(4, 1fr);
    }
}

.feature {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
}

.feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.2);
    border-color: #d4af37;
}

.feature i {
       color: #d43737;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .timeline-container {
        margin: 40px auto;
    }
    
    .timeline-line {
        left: 60px;
    }
    
    .timeline-step {
        flex-direction: row !important;
        margin-bottom: 60px;
    }
    
    .step-marker {
        width: 80px;
        height: 80px;
    }
    
    .step-icon {
        width: 80px;
        height: 80px;
    }
    
    .step-icon img {
        width: 35px;
        height: 35px;
    }
    
    .step-content {
        margin: 0 0 0 30px !important;
    }
    
    .timeline-step:nth-child(odd) .step-content::before,
    .timeline-step:nth-child(even) .step-content::before {
        left: -20px;
        right: auto;
        border-right: none;
        border-bottom: none;
        border-left: 1px solid rgba(212, 175, 55, 0.2);
        border-top: 1px solid rgba(212, 175, 55, 0.2);
    }
    
    .process-title {
        font-size: 36px;
    }
    
    .summary-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .process-title {
        font-size: 32px;
    }
    
    .step-content {
        padding: 20px;
    }
    
    .step-title {
        font-size: 20px;
    }
    
    .step-details li {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* our corprate structure */
 /* Corporate Structure - Desktop */
        .corporate-structure-2026 {
            position: relative;
            background: #0a0a0f;
            padding: 100px 20px;
            overflow: hidden;
            color: #ffffff;
            min-height: 100vh;
            display: block;
        }

        /* Background with overlay */
        .corporate-structure-2026::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                linear-gradient(rgba(0, 0, 0, 0.8), rgba(20, 20, 20, 0.85)),
                url('../documents/images/productdev/hangerdark.png');
            background-size: cover;
            background-position: center;
            opacity: 0.3;
            z-index: 0;
        }

        /* .container {
            position: relative;
            z-index: 2;
            max-width: 1400px;
            margin: 0 auto;
        } */

        /* Header */
        .corp-header {
            text-align: center;
            margin-bottom: 120px;
        }

        .corp-badge {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
        }

        .badge-line {
            width: 60px;
            height: 2px;
            background: linear-gradient(90deg, transparent, #00aae1, transparent);
        }

        .badge-text {
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 3px;
            color: #78cfef;
            text-transform: uppercase;
        }

        .corp-title {
            font-size: 72px;
            font-weight: 800;
            line-height: 1;
            margin-bottom: 30px;
            letter-spacing: -1px;
        }

        .corp-title-line {
            display: block;
            margin-bottom: 10px;
        }

        .corp-title-line.highlight {
            background: linear-gradient(135deg, #78cfef 0%, #00aae1 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
        }

        .corp-subtitle {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.7);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Core Structure */
        .corp-core {
            position: relative;
            max-width: 900px;
            margin: 0 auto;
            height: 800px;
        }

        /* Hub Center */
        .corp-hub {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
        }

        .hub-main {
            position: relative;
        }

        .hub-orbital {
            position: relative;
            width: 300px;
            height: 300px;
        }

        .hub-pulse {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            border: 1px solid rgba(120, 207, 239, 0.2);
            border-radius: 50%;
            animation: pulse-rotate 20s linear infinite;
        }

        .hub-pulse::before,
        .hub-pulse::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            border: 1px solid rgba(120, 207, 239, 0.1);
        }

        .hub-pulse::before {
            width: 120%;
            height: 120%;
        }

        .hub-pulse::after {
            width: 140%;
            height: 140%;
        }

        .hub-center {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
        }

        .hub-icon {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, rgba(120, 207, 239, 0.1), rgba(0, 170, 225, 0.1));
            backdrop-filter: blur(10px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            border: 1px solid rgba(120, 207, 239, 0.3);
            position: relative;
            overflow: hidden;
        }

        .hub-icon::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            animation: shine 3s linear infinite;
        }

        .hub-icon svg {
            width: 50px;
            height: 50px;
            fill: #78cfef;
        }

        .hub-center h3 {
            font-size: 24px;
            font-weight: 600;
            color: #ffffff;
            line-height: 1.3;
        }

        .hub-subtitle {
            font-size: 12px;
            color: #78cfef; /* Added color */
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 5px;
        }

        /* Orbital Ring */
        .orbital-ring {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 700px;
            height: 700px;
        }

        .ring-inner,
        .ring-outer {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            border: 1px solid rgba(120, 207, 239, 0.1);
        }

        .ring-inner {
            width: 100%;
            height: 100%;
        }

        .ring-outer {
            width: 110%;
            height: 110%;
            animation: rotate-ring 60s linear infinite;
        }

        /* Orbital Nodes - Using your angle positioning */
        .corp-orbital {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 5;
        }

        .orbital-node {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(var(--angle)) translateX(350px) rotate(calc(-1 * var(--angle)));
            z-index: 5;
        }

        .node-connector {
            position: absolute;
            top: 50%;
            left: -150px;
            width: 150px;
            height: 1px;
            background: linear-gradient(90deg, rgba(120, 207, 239, 0.3), transparent);
            transform-origin: right center;
        }

        .node-core {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(120, 207, 239, 0.2);
            border-radius: 20px;
            padding: 25px;
            width: 220px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
        }

        .node-core::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(120, 207, 239, 0.1), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .orbital-node:hover .node-core {
            transform: translateY(-10px) scale(1.05);
            border-color: #78cfef;
            background: rgba(255, 255, 255, 0.1);
            box-shadow: 
                0 20px 40px rgba(0, 0, 0, 0.3),
                0 0 30px rgba(120, 207, 239, 0.2);
        }

        .orbital-node:hover .node-core::before {
            opacity: 1;
        }

        .node-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #78cfef, #00aae1);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .node-icon svg {
            width: 30px;
            height: 30px;
            fill: white;
        }

        .node-content {
            position: relative;
            z-index: 1;
        }

        .node-number {
            display: block;
            font-size: 12px;
            font-weight: 600;
            color: #78cfef;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

        .node-content h4 {
            font-size: 20px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 8px;
            color: rgb(240, 240, 240);
        }

        .node-content p {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.4;
        }

        /* Bottom Info */
        .corp-info {
            margin-top: 150px;
            padding-top: 60px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            max-width: 600px;
            margin: 0 auto;
        }

        .info-item {
            text-align: center;
        }

        .info-number {
            display: block;
            font-size: 48px;
            font-weight: 800;
            background: linear-gradient(135deg, #78cfef, #00aae1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 10px;
            line-height: 1;
        }

        .info-label {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.4;
            display: block;
        }

        /* Mobile View */
        .mobile-structure {
            display: none;
            position: relative;
            background: #0a0a0f;
            padding: 60px 20px;
            color: #ffffff;
            min-height: 100vh;
        }

        .mobile-container {
            max-width: 500px;
            margin: 0 auto;
        }

        /* Mobile Header */
        .mobile-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .mobile-badge {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-bottom: 30px;
        }

        .mobile-badge .badge-line {
            width: 40px;
            height: 2px;
            background: linear-gradient(90deg, transparent, #00aae1, transparent);
        }

        .mobile-badge-text {
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 2px;
            color: #78cfef; /* Fixed color */
            text-transform: uppercase;
        }

        .mobile-title {
            font-size: 36px;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 20px;
        }

        .mobile-title-line {
            display: block;
            margin-bottom: 8px;
        }

        .mobile-title-line.highlight {
            background: linear-gradient(135deg, #78cfef 0%, #00aae1 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .mobile-subtitle {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8); /* Fixed color */
            line-height: 1.6;
            max-width: 500px;
            margin: 0 auto;
            padding: 0 10px;
        }

        /* Mobile Hub */
        .mobile-hub {
            text-align: center;
            margin-bottom: 40px;
        }

        .mobile-hub-core {
            width: 180px;
            height: 180px;
            background: linear-gradient(135deg, rgba(120, 207, 239, 0.1), rgba(0, 170, 225, 0.1));
            border: 1px solid rgba(120, 207, 239, 0.3);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            padding: 20px;
        }

        .mobile-hub-icon {
            width: 50px;
            height: 50px;
            margin-bottom: 15px;
        }

        .mobile-hub-icon svg {
            width: 100%;
            height: 100%;
            fill: #78cfef; /* Fixed color */
        }

        .mobile-hub-title {
            font-size: 18px;
            font-weight: 700;
            color: white; /* Fixed color */
            line-height: 1.3;
        }

        .mobile-hub-subtitle {
            font-size: 12px;
            color: #78cfef; /* Fixed color */
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Mobile Cards Grid */
        .mobile-cards-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            margin-bottom: 50px;
        }

        .mobile-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(120, 207, 239, 0.2);
            border-radius: 16px;
            padding: 25px;
            transition: all 0.3s ease;
        }

        .mobile-card:hover {
            border-color: #78cfef;
            transform: translateY(-5px);
        }

        .mobile-card-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .mobile-card-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #78cfef, #00aae1); /* Fixed color */
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mobile-card-icon svg {
            width: 25px;
            height: 25px;
            fill: white; /* Fixed color */
        }

        .mobile-card-number {
            font-size: 14px;
            font-weight: 600;
            color: #78cfef; /* Fixed color */
            background: rgba(120, 207, 239, 0.1);
            padding: 5px 12px;
            border-radius: 20px;
            border: 1px solid rgba(120, 207, 239, 0.3);
        }

        .mobile-card-title {
            font-size: 18px;
            font-weight: 700;
            color: white; /* Fixed color */
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .mobile-card-description {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.8); /* Fixed color */
            line-height: 1.4;
        }

        /* Mobile Stats */
        .mobile-stats {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            flex-wrap: wrap;
        }

        .mobile-stat-item {
            text-align: center;
            min-width: 100px;
        }

        .mobile-stat-number {
            display: block;
            font-size: 32px;
            font-weight: 800;
            background: linear-gradient(135deg, #78cfef, #00aae1); /* Fixed color */
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 8px;
            line-height: 1;
        }

        .mobile-stat-label {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.8); /* Fixed color */
            line-height: 1.4;
            display: block;
        }

        /* Animations */
        @keyframes pulse-rotate {
            0% {
                transform: translate(-50%, -50%) rotate(0deg);
            }
            100% {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

        @keyframes rotate-ring {
            0% {
                transform: translate(-50%, -50%) rotate(0deg);
            }
            100% {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

        @keyframes shine {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(100%);
            }
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .corp-title {
                font-size: 60px;
            }
            
            .corp-core {
                height: 700px;
            }
            
            .orbital-ring {
                width: 600px;
                height: 600px;
            }
            
            .orbital-node {
                transform: translate(-50%, -50%) rotate(var(--angle)) translateX(300px) rotate(calc(-1 * var(--angle)));
            }
            
            .node-connector {
                left: -130px;
                width: 130px;
            }
        }

        @media (max-width: 992px) {
            /* Switch to mobile view */
            .corporate-structure-2026 {
                display: none;
            }
            
            .mobile-structure {
                display: block;
            }
        }

        @media (min-width: 768px) and (max-width: 992px) {
            .mobile-cards-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .mobile-container {
                max-width: 700px;
            }
            
            .mobile-title {
                font-size: 42px;
            }
        }

        @media (max-width: 768px) {
            .mobile-title {
                font-size: 32px;
            }
            
            .mobile-hub-core {
                width: 150px;
                height: 150px;
                padding: 15px;
            }
            
            .mobile-hub-icon {
                width: 40px;
                height: 40px;
                margin-bottom: 10px;
            }
            
            .mobile-hub-title {
                font-size: 16px;
            }
            
            .mobile-card {
                padding: 20px;
            }
            
            .mobile-card-icon {
                width: 45px;
                height: 45px;
            }
            
            .mobile-card-title {
                font-size: 16px;
            }
            
            .mobile-stats {
                gap: 20px;
            }
            
            .mobile-stat-item {
                min-width: 80px;
            }
            
            .mobile-stat-number {
                font-size: 28px;
            }
        }

        @media (max-width: 576px) {
            .mobile-title {
                font-size: 28px;
            }
            
            .mobile-badge {
                gap: 10px;
            }
            
            .mobile-badge .badge-line {
                width: 30px;
            }
            
            .mobile-badge-text {
                font-size: 11px;
                letter-spacing: 1px;
            }
            
            .mobile-stats {
                gap: 15px;
            }
        }

        /* Desktop-only adjustments */
        @media (min-width: 993px) {
            .mobile-structure {
                display: none;
            }
            
            .corporate-structure-2026 {
                display: block;
            }
        }