
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Inter', sans-serif;
      color: #1d2939;
      background: #ffffff;
      line-height: 1.7;
    }
    

    a {
      text-decoration: none;
      color: inherit;
    }

    .container {
      width: 90%;
      max-width: 1280px;
      margin: auto;
    }

    header {
      background: #ffffff;
      border-bottom: 1px solid #e4e7ec;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 0;
    }

    .logo {
      font-size: 28px;
      font-weight: 800;
      color: #0b1f3a;
    }
    .logo a{
           display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: column;
    }

    .logo span {
          color: #2d55a2;
    font-size: 15px;
    }

    .nav-links {
      display: flex;
      gap: 10px;
    }

    
    .nav-links a {
          font-size: 15px;
    font-weight: 500;
    color: #344054;
    padding: 5px 10px;
    height:35px;
    }

    .nav-links a.active{
          background: #ebf2ff;
    border-radius: 6px;
    color: #2563eb;
    }

    .nav-dropdown {
      position: relative;
      height:35px;
      display: flex;
    }

    .nav-dropdown-menu {
      position: absolute;
      top: calc(100% + 10px);
      left: 50%;
      transform: translateX(-50%);
      min-width: 240px;
      padding: 8px;
      list-style: none;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      border: 1px solid #e4e7ec;
      opacity: 0;
      visibility: hidden;
      transition: 0.25s ease;
      z-index: 1001;
      overflow: visible;
    }

    .nav-dropdown-menu::before {
      content: "";
      position: absolute;
      top: -6px;
      left: 50%;
      width: 12px;
      height: 12px;
      background: #fff;
      transform: translateX(-50%) rotate(45deg);
      border-left: 1px solid #e4e7ec;
      border-top: 1px solid #e4e7ec;
    }

    .nav-dropdown-menu li {
      margin: 0;
    }

    .nav-dropdown-menu a {
      display: block;
      padding: 10px 14px;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 500;
      color: #344054;
      white-space: nowrap;
      height:auto;
    }

    .nav-dropdown-menu a:hover {
      background: #ebf2ff;
      color: #2563eb;
    }

    .nav-dropdown:hover .nav-dropdown-menu {
      opacity: 1;
      visibility: visible;
    }

    .nav-submenu {
      position: relative;
    }

    .nav-submenu > a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
    }

    .nav-submenu-arrow {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-right: 2px solid #98a2b3;
      border-bottom: 2px solid #98a2b3;
      transform: rotate(45deg);
      margin-top: -2px;
      flex-shrink: 0;
    }

    .nav-submenu-list {
      position: absolute;
      top: 0;
      right: calc(100% + 8px);
      left: auto;
      min-width: 320px;
      max-width: 360px;
      padding: 8px;
      list-style: none;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      border: 1px solid #e4e7ec;
      opacity: 0;
      visibility: hidden;
      transition: 0.25s ease;
      z-index: 1002;
    }

    .nav-submenu-list a {
      white-space: normal;
      line-height: 1.4;
      font-size: 13px;
    }

    .nav-submenu:hover > .nav-submenu-list {
      opacity: 1;
      visibility: visible;
    }

    .nav-submenu-policies:hover > .nav-submenu-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-width: 690px;
      max-width: none;
      height: auto;
    }

    #about-us,
    #company-history,
    #our-strengths,
    #croda-pigments,
    #board-of-directors,
    #key-management-personnel,
    #our-promoters,
    #certifications-approvals,
    #policies,
    #code-of-conduct {
      scroll-margin-top: 90px;
    }

    .hero {
      background: linear-gradient(rgba(5, 23, 46, 0.78), rgba(5, 23, 46, 0.78)), url('/assets/images/home-bg.avif');
      background-size: cover;
      background-position: center;
      color: white;
      padding: 140px 0;
    }

    .hero-content {
      max-width: 760px;
    }

    .hero h1 {
      font-size: 62px;
      line-height: 1.1;
      margin-bottom: 28px;
      font-weight: 800;
    }

    .hero p {
      font-size: 20px;
      color: #d0d5dd;
      margin-bottom: 38px;
    }

    .hero-buttons {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
    }

    .btn-primary {
      background: #2563eb;
      color: white;
      padding: 15px 28px;
      border-radius: 8px;
      font-weight: 600;
    }

    .btn-secondary {
      border: 1px solid rgba(255,255,255,0.4);
      color: white;
      padding: 15px 28px;
      border-radius: 8px;
      font-weight: 600;
    }

    section {
      padding: 70px 0;
    }

    .section-title {
          font-size: 38px;
    font-weight: 800;
    color: #0b1f3a;
    margin-bottom: 16px;
    }

    .section-subtitle {
      max-width: 760px;
      color: #667085;
      margin-bottom: 55px;
      font-size: 17px;
    }
    .timeline {
    position: relative;
    padding-left: 28px;
   }


.promoter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.policy-grid{
    display:flex;
    flex-wrap:wrap;
    gap: 15px;
}
.policy-card{
       background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    padding: 15px;
}
.policy-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0b1f3a;
    margin-bottom: 4px;
}


.promoter-card {
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    padding: 32px;
}


.promoter-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0b1f3a;
    margin-bottom: 4px;
}
.promoter-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0b1f3a;
    margin-bottom: 4px;
}
.promoter-card .p-stake {
    font-size: 26px;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 14px;
}
.info-badge {
    display: inline-flex;
    align-items: center;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}


.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #e4e7ec;
}
.tl-year {
    font-size: 12px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 3px;
}
.tl-item::before {
    content: '';
    position: absolute;
    left: -34px;
    top: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #2563eb;
    border: 2px solid white;
    box-shadow: 0 0 0 2px #2563eb;
}

.tl-text {
    font-size: 14px;
    color: #344054;
    font-weight: 500;
}

.tl-item {
    position: relative;
    margin-bottom: 28px;
}

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

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

.anual-card{
      background: #081423;
    border: 1px solid #e4e7ec;
    padding: 20px 20px;
    border-radius: 16px;
    transition:0.3s;
    color:#fff;
}


/*.anual-card::after{*/
/*        content: '';*/
/*    position: absolute;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background: #2e56a3;*/
/*    top: -15px;*/
/*    right: -12px;*/
/*    border-radius: 100%;*/
/*}*/


.str-card {
    background: white;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    gap: 18px;
}
.str-num {
    font-size: 40px;
    font-weight: 800;
    color: #e4e7ec;
    line-height: 1;
    flex-shrink: 0;
    width: 44px;
}
.str-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0b1f3a;
    margin-bottom: 8px;
}
.str-card p {
    color: #667085;
    font-size: 13px;
}
.sub-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
}

.sub-section {
    background: #f8fafc;
}

.sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
}

.sub-products {
    list-style: none;
    margin-top: 16px;
}
.sub-content p {
    color: #475467;
    font-size: 15px;
    margin-bottom: 16px;
}
.sub-products li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e7ec;
    font-size: 14px;
    color: #344054;
}
.sub-products li::before {
    content: "●";
    color: #2563eb;
    font-size: 7px;
}
.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}
.tag {
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 100px;
}

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .stat-card {
      background: #f8fafc;
      padding: 40px 30px;
      border-radius: 16px;
      border: 1px solid #e4e7ec;
    }

    .stat-card h3 {
      font-size: 42px;
      color: #2563eb;
      margin-bottom: 10px;
    }

    .stat-card p {
      color: #475467;
      font-weight: 500;
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 70px;
      align-items: center;
    }

    .about-grid img {
      width: 100%;
      border-radius: 20px;
      object-fit: cover;
      height: 520px;
    }

    .about-content p {
    color: #475467;
    margin-bottom: 18px;
    font-size: 15px;
}
.section-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 12px;
}

.info-badge {
    display: inline-flex;
    align-items: center;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.about-content ul {
    list-style: none;
    margin: 8px 0 18px;
}

.about-content ul li {
    color: #475467;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #f2f4f7;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.about-content ul li::before {
    content: "→";
    color: #2563eb;
    font-weight: 700;
    flex-shrink: 0;
}

    .products {
      background: #f8fafc;
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .product-card {
      background: white;
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid #e4e7ec;
      transition: 0.3s ease;
    }

    .product-card:hover {
      transform: translateY(-6px);
    }

    .product-card img {
      width: 100%;
      height: 230px;
      object-fit: cover;
    }

    .product-content {
      padding: 24px;
    }

    .product-content h3 {
          font-size: 20px;
    margin-bottom: 8px;
    color: #0b1f3a;
    }

    .product-content p {
      color: #667085;
      font-size: 14px;
    }

    .industries-serve {
      color: #ffffff;
      padding: 90px 0 100px;
    }


    .industry-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }

    .industry-card {
      position: relative;
      min-height: 280px;
      border: 1px solid rgba(255, 255, 255, 0.28);
      border-radius: 14px;
      overflow: hidden;
      color: #ffffff;
      background-image: var(--card-bg, url('../images/industries/construction.jpeg'));
      background-size: cover;
      background-position: center;
      transition: border-color 0.25s ease;
    }

    .industry-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: linear-gradient(to top right, rgb(0 32 96) 0%, rgb(0 40 110 / 86%) 28%, rgb(0 48 120 / 63%) 58%, rgb(0 55 130 / 0%) 100%);
      z-index: 0;
    }

    .industry-card:hover {
      border-color: rgba(255, 255, 255, 0.45);
    }

    .industry-card__inner {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      min-height: 280px;
      padding: 34px 30px 28px;
    }

    .industry-card__icon {
      margin-bottom: 5px;
      color: #ffffff;
    }

    .industry-card__icon img {
      width: 38px;
      height: 38px;
    }

    .industry-card h3 {
      margin-bottom: 12px;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: -0.02em;
    }

    .industry-card p {
      flex: 1;
      color: rgba(255, 255, 255, 0.95);
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 0;
      max-width: 92%;
    }

    .industry-card__link {
      margin-top: 22px;
      font-size: 15px;
      font-weight: 600;
      color: #ffffff;
      align-self: flex-start;
      transition: opacity 0.2s ease;
    }

    .industry-card__link:hover {
      opacity: 0.8;
    }

    .investor-section {
      background: linear-gradient(135deg, #0b1f3a, #102b52);
      color: white;
    }

    .investor-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      margin-top: 50px;
    }

    .investor-card {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.08);
      padding: 35px 25px;
      border-radius: 16px;
    }

    .investor-card h3 {
      margin-bottom: 12px;
      font-size: 22px;
    }

    .investor-card p {
      color: #d0d5dd;
      font-size: 15px;
    }

    .facility {
      background: #f8fafc;
    }

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

    .facility-grid img {
      width: 100%;
      border-radius: 18px;
      height: 350px;
      object-fit: cover;
    }

    .board-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 25px;
    }

    .board-card {
      text-align: center;
      background: white;
      border: 1px solid #e4e7ec;
      border-radius: 18px;
      overflow: hidden;
    }
    
    .kmp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.kmp-card {
    background: white;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.kmp-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eff6ff;
    border: 2px solid #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    color: #2563eb;
    flex-shrink: 0;
}
.kmp-name {
    font-size: 16px;
    font-weight: 700;
    color: #0b1f3a;
    margin-bottom: 2px;
}
.kmp-role {
    font-size: 12px;
    color: #667085;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.cert-card {
    background: white;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    padding: 22px;
}

.cert-badge {
    display: inline-block;
    background: #f0fdf4;
    color: #15803d;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 100px;
    margin-bottom: 8px;
}
.cert-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0b1f3a;
    margin-bottom: 6px;
}
.cert-card p {
    font-size: 12px;
    color: #667085;
}

    .board-card img {
      width: 100%;
      height: 370px;
      object-fit: cover;
    }
    
    .cert-badge.pending {
    background: #fff7ed;
    color: #c2410c;
}

    .board-content {
      padding: 25px;
    }

    .board-content h3 {
      font-size: 22px;
      margin-bottom: 6px;
      color: #0b1f3a;
    }

    .board-content p {
      color: #667085;
      font-size: 14px;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }

    .contact-card {
      background: #f8fafc;
      border-radius: 18px;
      padding: 40px;
      border: 1px solid #e4e7ec;
    }

    .contact-card h3 {
      margin-bottom: 20px;
      font-size: 28px;
      color: #0b1f3a;
    }

    .contact-card p {
      margin-bottom: 16px;
      color: #475467;
      margin-bottom:5px;
    }

    footer {
      background: #081423;
      color: white;
      padding: 70px 0 30px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 40px;
      margin-bottom: 50px;
    }

    .footer-grid h3 {
      margin-bottom: 20px;
      font-size: 18px;
    }

    .footer-grid p,
    .footer-grid li {
      color: #d0d5dd;
      margin-bottom: 12px;
      list-style: none;
      font-size: 15px;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
      padding-top: 25px;
      text-align: center;
      color: #98a2b3;
      font-size: 14px;
    }
    
    
    .facility-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 36px;
    }
    
    .fac-stat {
    background: white;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    padding: 24px;
}
.fac-stat h4 {
    font-size: 24px;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 4px;
}
.fac-stat p {
    font-size: 13px;
    color: #667085;
}

    @media(max-width: 1200px) {
      .industry-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media(max-width: 1024px) {
      .stats-grid,
      .product-grid,
      .industry-grid,
      .investor-grid,
      .board-grid,
      .footer-grid,
      .about-grid,
      .facility-grid,
      .contact-grid {
        grid-template-columns: 1fr 1fr;
      }

      .hero h1 {
        font-size: 48px;
      }
    }

    @media(max-width: 768px) {
      .nav-links {
        display: none;
      }

      .hero {
        padding: 100px 0;
      }

      .hero h1 {
        font-size: 38px;
      }

      .hero p {
        font-size: 17px;
      }

      .stats-grid,
      .product-grid,
      .industry-grid,
      .investor-grid,
      .board-grid,
      .footer-grid,
      .about-grid,
      .facility-grid,
      .contact-grid {
        grid-template-columns: 1fr;
      }

      .section-title {
        font-size: 32px;
      }

      .industries-serve {
        background-attachment: scroll;
        padding: 70px 0 80px;
      }

      .industries-serve .section-title {
        font-size: 32px;
      }
    }