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

    body {
      font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
      background: #fff;
    }

    /* Top Social Bar */
    .top-header {
      background: #eeeeee;
      height: 42px;
      display: flex;
      align-items: center;
    }

    .social-icons {
      display: flex;
      justify-content: flex-end;
      gap: 14px;
    }

    .social-icons a {
      color: #777;
      font-size: 17px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      color: #f26a21;
    }

    /* Main Header */
    .main-header {
      background: #fff;
      padding: 3px 0;
      border-bottom: 1px solid #eee;
      position: relative;
      z-index: 999;
    }

    .navbar-brand {
      display: flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
    }
    
    .logo {
        width: 100px;
    }

    .logo-mark {
      font-size: 58px;
      font-weight: 900;
      line-height: 1;
      color: #f15a24;
      letter-spacing: -8px;
      font-family: Arial Black, Arial, sans-serif;
    }

    .logo-text {
      color: #333;
      font-size: 14px;
      font-weight: 700;
      margin-top: 22px;
    }

    .navbar-nav {
      gap: 18px;
    }

    .navbar-nav .nav-link {
      color: #111;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 10px 0;
      transition: 0.3s;
      white-space: nowrap;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #f26a21;
    }

    .search-btn {
      border: none;
      background: transparent;
      font-size: 28px;
      color: #999;
      margin-left: 18px;
      transition: 0.3s;
    }

    .search-btn:hover {
      color: #f26a21;
    }

    /* Dropdown */
    .dropdown-menu {
      border: none;
      border-radius: 0;
      padding: 0;
      min-width: 375px;
      background: #cfd2d3;
      box-shadow: none;
      margin-top: 0;
    }

    .dropdown-menu .dropdown-item {
      color: #34404a;
      font-size: 13px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 11px 13px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      white-space: normal;
      transition: 0.3s;
    }

    .dropdown-menu .dropdown-item:hover {
      background: #bfc2c4;
      color: #f26a21;
    }

    /* Desktop hover dropdown */
    @media (min-width: 992px) {
      .navbar .dropdown:hover .dropdown-menu {
        display: block;
      }

      .navbar .dropdown-toggle::after {
        display: none;
      }
    }

    /* Mobile */
    .navbar-toggler {
      border: none;
      font-size: 30px;
      color: #111;
      box-shadow: none !important;
    }

    .offcanvas {
      max-width: 320px;
    }

    .offcanvas-header {
      border-bottom: 1px solid #eee;
    }

    .offcanvas .navbar-nav {
      gap: 0;
    }

    .offcanvas .nav-link {
      padding: 13px 0;
      border-bottom: 1px solid #eee;
    }

    .offcanvas .dropdown-menu {
      min-width: 100%;
      margin-top: 0;
      background: #cfd2d3;
    }

    .offcanvas .dropdown-item {
      font-size: 14px;
      padding: 10px 12px;
    }

    @media (max-width: 991px) {
      .main-header {
        padding: 2px 0;
      }
      .logo {
          width: 70px;
      }

      .logo-mark {
        font-size: 46px;
      }

      .logo-text {
        font-size: 12px;
        margin-top: 17px;
      }

      .desktop-menu {
        display: none;
      }

      .search-btn {
        font-size: 24px;
        margin-left: 0;
      }
    }

    @media (max-width: 575px) {
      .top-header {
        height: 35px;
      }

      .social-icons {
        justify-content: center;
      }

      .logo-mark {
        font-size: 40px;
      }

      .logo-text {
        margin-top: 14px;
      }
    }

    .hero-slider-section {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-slider .hero-slide {
  position: relative;
  width: 100%;
  height: 455px;
  overflow: hidden;
  background: #2d1450;
}

.hero-slider .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: absolute;
  left: 11%;
  top: 45px;
  z-index: 5;
  color: #fff;
  max-width: 650px;
}

.hero-content h1 {
  color: #fff;
  font-size: 54px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 38px;
}

.hero-content h1 span {
  font-size: 82px;
  line-height: 0;
  font-family: Georgia, serif;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 24px;
}

.brand-logo {
  max-width: 360px;
  height: auto;
}

.kkr-logo {
  max-width: 95px;
  height: auto;
}

.divider {
  width: 2px;
  height: 95px;
  background: rgba(255, 255, 255, 0.45);
  display: inline-block;
}

.hero-content h4 {
  color: #ffc61e;
  font-size: 31px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 90px;
}

/* Owl Dots */
.hero-slider.owl-theme .owl-dots {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #fff;
  margin: 5px 8px;
  transition: 0.3s;
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span,
.hero-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff6b2b;
  border-color: #ff6b2b;
}

/* Fade Animation Content */
.hero-slider .owl-item .hero-content h1,
.hero-slider .owl-item .brand-row,
.hero-slider .owl-item .hero-content h4 {
  opacity: 0;
  transform: translateY(35px);
}

.hero-slider .owl-item.active .hero-content h1 {
  animation: fadeUp 0.9s ease forwards;
}

.hero-slider .owl-item.active .brand-row {
  animation: fadeUp 0.9s ease forwards;
  animation-delay: 0.25s;
}

.hero-slider .owl-item.active .hero-content h4 {
  animation: fadeUp 0.9s ease forwards;
  animation-delay: 0.45s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }

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

/* Mobile Responsive */
@media (max-width: 1199px) {
  .hero-slider .hero-slide {
    height: 400px;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .hero-content h1 span {
    font-size: 65px;
  }

  .brand-logo {
    max-width: 280px;
  }

  .hero-content h4 {
    font-size: 25px;
    margin-left: 55px;
  }
}

@media (max-width: 991px) {
  .hero-slider .hero-slide {
    height: 360px;
  }

  .hero-content {
    left: 6%;
    top: 45px;
    max-width: 480px;
  }

  .hero-content h1 {
    font-size: 34px;
    margin-bottom: 25px;
  }

  .hero-content h1 span {
    font-size: 54px;
  }

  .brand-logo {
    max-width: 230px;
  }

  .kkr-logo {
    max-width: 70px;
  }

  .divider {
    height: 70px;
  }

  .hero-content h4 {
    font-size: 21px;
    margin-left: 35px;
  }
}

@media (max-width: 767px) {
  .hero-slider .hero-slide {
    height: 430px;
  }

  .hero-slider .hero-bg {
    object-position: center;
  }

  .hero-content {
    left: 20px;
    right: 20px;
    top: 45px;
    max-width: 100%;
    text-align: left;
  }

  .hero-content h1 {
    font-size: 29px;
    line-height: 1.25;
    margin-bottom: 26px;
  }

  .hero-content h1 span {
    font-size: 45px;
  }

  .brand-row {
    gap: 18px;
  }

  .brand-logo {
    max-width: 190px;
  }

  .kkr-logo {
    max-width: 58px;
  }

  .divider {
    height: 58px;
  }

  .hero-content h4 {
    font-size: 18px;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .hero-slider .hero-slide {
    height: 105px;
  }

  .hero-content h1 {
    font-size: 24px;
  }

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

  .brand-logo {
    max-width: 150px;
  }

  .hero-content h4 {
    font-size: 16px;
  }

  .hero-slider.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 4px 6px;
  }
}
.product-range-section {
  padding: 12px 0 34px;
  background: #fff;
  overflow: hidden;
}

.section-title h2 {
  color: #111;
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 36px;
}

.product-slider-wrap {
  position: relative;
  padding: 0 85px;
}

.product-range-slider .owl-stage {
  display: flex;
}

.product-range-slider .owl-item {
  display: flex;
}

.product-range-item {
  width: 100%;
}

.product-card {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.product-img-box {
  width: 100%;
  height: 212px;
  background: linear-gradient(135deg, #08a8b2 0%, #48c1c8 50%, #049ba7 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  overflow: hidden;
  transition: 0.35s ease;
}

.product-img-box img {
  max-width: 88%;
  max-height: 170px;
  object-fit: contain;
  transition: 0.35s ease;
}

.product-card h3 {
  color: #3b3b3b;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 0;
  line-height: 1.35;
}

.product-card:hover .product-img-box {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 160, 170, 0.2);
}

.product-card:hover img {
  transform: scale(1.06);
}

.product-card:hover h3 {
  color: #f26522;
}

/* Custom Arrows */
.product-arrow {
  position: absolute;
  top: 92px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  color: #a7a7a7;
  font-size: 42px;
  line-height: 1;
  z-index: 10;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.product-arrow:hover {
  color: #f26522;
}

.product-prev {
  left: 35px;
}

.product-next {
  right: 35px;
}

/* Hide default dots/nav */
.product-range-slider .owl-nav,
.product-range-slider .owl-dots {
  display: none;
}

/* Responsive */
@media (max-width: 1399px) {
  .product-slider-wrap {
    padding: 0 70px;
  }

  .product-img-box {
    height: 200px;
  }

  .product-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 38px;
  }

  .product-img-box {
    height: 185px;
    padding: 22px;
  }

  .product-card h3 {
    font-size: 16px;
  }

  .product-arrow {
    top: 82px;
  }
}

@media (max-width: 991px) {
  .product-slider-wrap {
    padding: 0 50px;
  }

  .section-title h2 {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .product-img-box {
    height: 180px;
  }

  .product-prev {
    left: 12px;
  }

  .product-next {
    right: 12px;
  }
}

@media (max-width: 767px) {
  .product-range-section {
    padding: 25px 0;
  }

  .product-slider-wrap {
    padding: 0 42px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .product-img-box {
    height: 170px;
    border-radius: 9px;
  }

  .product-card h3 {
    font-size: 15px;
    margin-top: 14px;
  }

  .product-arrow {
    font-size: 34px;
    top: 78px;
  }
}

@media (max-width: 480px) {
  .product-slider-wrap {
    padding: 0 35px;
  }

  .section-title h2 {
    font-size: 26px;
    margin-bottom: 22px;
  }

  .product-img-box {
    height: 155px;
    padding: 18px;
  }

  .product-img-box img {
    max-height: 120px;
  }
}
.initiative-section {
  background: #ffffff;
  padding: 30px 0 40px;
}

.initiative-card {
  overflow: hidden;
  background: #4a474a;
  transition: all 0.3s ease;
}

.initiative-img {
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.initiative-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.initiative-content {
  background: #474548;
  text-align: center;
  padding: 18px 25px 14px;
}

.initiative-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #ff8c2a;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.initiative-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 12px;
}

.read-more-btn {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  color: #ff8c2a;
}

.initiative-card:hover .initiative-img img {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1199px) {
  .initiative-img {
    height: 300px;
  }

  .initiative-content h3 {
    font-size: 19px;
  }

  .initiative-content p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .initiative-img {
    height: 260px;
  }

  .initiative-content {
    padding: 16px 20px 14px;
  }

  .initiative-content h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .initiative-section {
    padding: 20px 0 30px;
  }

  .initiative-img {
    height: 240px;
  }

  .initiative-content h3 {
    font-size: 17px;
  }

  .initiative-content p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .initiative-img {
    height: 220px;
  }

  .initiative-content {
    padding: 15px;
  }

  .initiative-content h3 {
    font-size: 16px;
    line-height: 1.4;
  }

  .initiative-content p {
    font-size: 14px;
  }

  .read-more-btn {
    font-size: 15px;
  }
}
.resource-card-section {
  background: #ffffff;
  padding: 24px 0 50px;
}

.custom-container {
  max-width: 1680px;
  padding-left: 38px;
  padding-right: 38px;
}

.resource-card {
  min-height: 416px;
  background: #f6f6f6;
  border-radius: 10px;
  text-align: center;
  padding: 50px 48px 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.35s ease;
}

.resource-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

.resource-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #ff7b22 0%, #ff1f3b 100%);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 28px;
  position: relative;
}

.resource-icon .small-chat {
  position: absolute;
  right: 18px;
  bottom: 28px;
  font-size: 28px;
}

.resource-card h3 {
  color: #050505;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.25;
}

.resource-card p {
  color: #333;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 400;
  margin: 0 auto;
  max-width: 450px;
}

.resource-links {
  margin-top: auto;
  padding-top: 32px;
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
}

.resource-links a {
  color: #000000;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease;
}

.resource-links a:hover {
  color: #ff5a25;
}

/* Responsive */
@media (max-width: 1399px) {
  .resource-card {
    min-height: 455px;
    padding: 45px 35px 38px;
  }

  .resource-card h3 {
    font-size: 24px;
  }

  .resource-card p {
    font-size: 18px;
  }

  .resource-links a {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .custom-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .resource-card {
    min-height: 430px;
    padding: 42px 28px 35px;
  }

  .resource-icon {
    width: 88px;
    height: 88px;
    font-size: 34px;
  }

  .resource-card h3 {
    font-size: 22px;
  }

  .resource-card p {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .resource-card-section {
    padding: 35px 0;
  }

  .resource-card {
    min-height: 410px;
  }
}

@media (max-width: 767px) {
  .custom-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .resource-card {
    min-height: auto;
    padding: 38px 22px 32px;
  }

  .resource-icon {
    width: 82px;
    height: 82px;
    font-size: 31px;
    margin-bottom: 24px;
  }

  .resource-icon .small-chat {
    font-size: 23px;
    right: 16px;
    bottom: 25px;
  }

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

  .resource-card p {
    font-size: 16px;
  }

  .resource-links {
    padding-top: 28px;
    gap: 24px;
  }

  .resource-links a {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .resource-card {
    padding: 34px 18px 30px;
  }

  .resource-card h3 {
    font-size: 18px;
  }

  .resource-card p {
    font-size: 15px;
  }

  .two-links {
    flex-direction: column;
    gap: 10px;
  }
}
.resource-horizontal-section {
  padding: 40px 0;
  background: #ffffff;
}

.resource-horizontal-card {
  background: #f7f7f7;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
}

.resource-horizontal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.resource-horizontal-img {
  height: 100%;
  min-height: 280px;
  overflow: hidden;
}

.resource-horizontal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.resource-horizontal-card:hover .resource-horizontal-img img {
  transform: scale(1.05);
}

.resource-horizontal-content {
  padding: 35px 40px;
}

.resource-horizontal-content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.resource-horizontal-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 25px;
}

.resource-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.resource-btn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #ff7a22, #ff3c3c);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.resource-btn:hover {
  background: linear-gradient(135deg, #ff5a00, #ff1f1f);
  color: #fff;
}

/* Responsive */
@media (max-width: 1199px) {
  .resource-horizontal-content h3 {
    font-size: 25px;
  }

  .resource-horizontal-content p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .resource-horizontal-img {
    min-height: 230px;
  }

  .resource-horizontal-content {
    padding: 28px;
  }

  .resource-horizontal-content h3 {
    font-size: 22px;
  }

  .resource-horizontal-content p {
    font-size: 17px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .resource-horizontal-img {
    min-height: 220px;
  }

  .resource-horizontal-content {
    padding: 22px;
    text-align: center;
  }

  .resource-horizontal-content h3 {
    font-size: 20px;
  }

  .resource-horizontal-content p {
    font-size: 16px;
  }

  .resource-btn-group {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .resource-horizontal-section {
    padding: 25px 0;
  }

  .resource-horizontal-img {
    min-height: 200px;
  }

  .resource-horizontal-content h3 {
    font-size: 18px;
  }

  .resource-horizontal-content p {
    font-size: 15px;
  }

  .resource-btn {
    font-size: 14px;
    padding: 10px 18px;
  }
}
.main-footer {
  background: #f6f6f6;
  color: #07172a;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-container {
  max-width: 1820px;
  padding-left: 50px;
  padding-right: 50px;
}

/* Top Footer */
.footer-top {
  padding: 32px 0 60px;
  background: #eeeeee;
}

.footer-company {
  color: #061629;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-widget h4,
.footer-app-box h4,
.footer-social-box h4 {
  color: #07172a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.footer-app-box {
  margin-bottom: 54px;
}

.app-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.app-buttons img {
  max-width: 148px;
  height: 46px;
  object-fit: contain;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 17px;
}

.footer-social a {
  color: #777;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-social a:hover {
  color: #f26522;
}

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

.footer-widget ul li {
  margin-bottom: 7px;
}

.footer-widget ul li a {
  color: #07172a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  transition: 0.3s ease;
}

.footer-widget ul li a:hover {
  color: #f26522;
  padding-left: 4px;
}

.footer-sub-title {
  margin-top: 36px;
}

/* Brand Strip */
.footer-brand-strip {
  background: #ffffff;
  padding: 14px 0;
}

.footer-brand-inner {
  display: flex;
  align-items: center;
  gap: 42px;
}

.footer-brand-inner h4 {
  color: #07172a;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-brand-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 0;
  margin: 0;
  flex: 1;
}

.footer-brand-links li a {
  color: #27384b;
  font-size: 17px;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
}

.footer-brand-links li a:hover {
  color: #f26522;
}

.footer-brand-logos {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-brand-logos img {
  max-height: 42px;
  max-width: 115px;
  object-fit: contain;
}

/* Bottom */
.footer-bottom {
  background: #f5f5f5;
  padding: 15px 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.footer-bottom p {
  color: #27384b;
  font-size: 16px;
  margin: 0;
}

.footer-bottom ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 0;
  margin: 0;
}

.footer-bottom ul li a {
  color: #27384b;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-bottom ul li a:hover {
  color: #f26522;
}

/* Responsive */
@media (max-width: 1399px) {
  .footer-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer-widget ul li a {
    font-size: 16px;
  }

  .footer-brand-links {
    gap: 36px;
  }

  .footer-brand-links li a {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .footer-top {
    padding-bottom: 60px;
  }

  .footer-brand-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
  }

  .footer-brand-links {
    width: 100%;
    flex: unset;
    flex-wrap: wrap;
    gap: 22px 42px;
  }

  .footer-brand-logos {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .footer-top {
    padding: 35px 0 50px;
  }

  .footer-company {
    margin-bottom: 35px;
  }

  .footer-app-box {
    margin-bottom: 35px;
  }

  .footer-widget h4,
  .footer-app-box h4,
  .footer-social-box h4 {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .footer-widget ul li {
    margin-bottom: 14px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-top {
    padding-bottom: 35px;
  }

  .footer-company {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .footer-widget {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 18px;
  }

  .footer-widget ul li a {
    font-size: 15px;
  }

  .footer-brand-strip {
    padding: 24px 0;
  }

  .footer-brand-links {
    gap: 14px 26px;
  }

  .footer-brand-links li a {
    font-size: 15px;
  }

  .footer-bottom ul {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-bottom p,
  .footer-bottom ul li a {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .app-buttons img {
    max-width: 135px;
    height: 42px;
  }

  .footer-social {
    gap: 14px;
  }

  .footer-brand-inner h4 {
    width: 100%;
  }

  .footer-brand-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-brand-logos {
    gap: 16px;
  }
}
.breadcrumb-banner {
  position: relative;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 1;
}

.breadcrumb-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

.breadcrumb-content h1 {
  font-size: 39px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.custom-breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}

.custom-breadcrumb .breadcrumb-item {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.custom-breadcrumb .breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.custom-breadcrumb .breadcrumb-item a:hover {
  color: #ff7a22;
}

.custom-breadcrumb .breadcrumb-item.active {
  color: #ff7a22;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  content: "/";
  padding: 0 12px;
}

/* Responsive */
@media (max-width: 991px) {
  .breadcrumb-banner {
    min-height: 260px;
  }

  .breadcrumb-content h1 {
    font-size: 42px;
  }

  .custom-breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-banner {
    min-height: 220px;
  }

  .breadcrumb-content h1 {
    font-size: 32px;
  }

  .custom-breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
.vision-section {
  padding: 32px 0;
  background: #f8f8f8;
}

.vision-content {
  max-width: 720px;
}

.vision-content h2 {
  color: #111b26;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
}

.vision-content h2 span {
  color: #ff9818;
}

.vision-content p {
  color: #394553;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  margin-bottom: 18px;
}

.vision-img-box {
  width: 100%;
  height: 480px;
  border-radius: 18px;
  overflow: hidden;
}

.vision-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: 0.4s ease;
}

.vision-img-box:hover img {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1199px) {
  .vision-content h2 {
    font-size: 46px;
  }

  .vision-content p {
    font-size: 19px;
  }

  .vision-img-box {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .vision-section {
    padding: 45px 0;
  }

  .vision-content {
    max-width: 100%;
  }

  .vision-content h2 {
    font-size: 40px;
  }

  .vision-content p {
    font-size: 17px;
  }

  .vision-img-box {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .vision-section {
    padding: 35px 0;
  }

  .vision-content h2 {
    font-size: 34px;
  }

  .vision-content p {
    font-size: 16px;
    line-height: 1.6;
  }

  .vision-img-box {
    height: 280px;
    border-radius: 14px;
  }
}

@media (max-width: 480px) {
  .vision-content h2 {
    font-size: 30px;
  }

  .vision-img-box {
    height: 230px;
  }
}
.board-directors-section {
  background: #ffffff;
  padding: 10px 0 36px;
}

.board-container {
  max-width: 1650px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading h2 {
  font-size: 30px;
  font-weight: 500;
  color: #0b1622;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.director-card {
  background: #f3f3f3;
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
}

.director-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.director-img {
  width: 100%;
  height: 385px;
  overflow: hidden;
  background: #ededed;
}

.director-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.director-card:hover .director-img img {
  transform: scale(1.04);
}

.director-content {
  padding: 24px 24px 28px;
  background: #f3f3f3;
}

.director-content h3 {
  font-size: 19px;
  font-weight: 500;
  color: #071727;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.35;
}

.director-content p {
  font-size: 17px;
  color: #354455;
  margin: 0;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 1399px) {
  .director-img {
    height: 350px;
  }

  .director-content h3 {
    font-size: 18px;
  }

  .director-content p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .board-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .director-img {
    height: 320px;
  }
}

@media (max-width: 991px) {
  .board-directors-section {
    padding: 20px 0 30px;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .director-img {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .board-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-heading h2 {
    font-size: 24px;
  }

  .director-img {
    height: 300px;
  }

  .director-content {
    padding: 18px 18px 22px;
  }

  .director-content h3 {
    font-size: 17px;
  }

  .director-content p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .director-img {
    height: 280px;
  }

  .section-heading h2 {
    font-size: 22px;
  }

  .director-content h3 {
    font-size: 16px;
  }

  .director-content p {
    font-size: 14px;
  }
}
.reports-section {
  background: #f7f7f7;
  padding: 0 0 32px;
}

.reports-container {
  max-width: 1660px;
  padding-left: 35px;
  padding-right: 35px;
}

.reports-heading {
  margin-bottom: 34px;
}

.reports-heading h2 {
  font-size: 58px;
  font-weight: 500;
  color: #283345;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}

/* Tabs */
.reports-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 26px 50px;
  margin-bottom: 26px;
}

.report-tab {
  min-width: 280px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 26px;
  color: #07172a;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
}

.report-tab.active {
  background: #e7e7e7;
  border-bottom: 5px solid #f28b20;
}

.report-tab:hover {
  color: #f28b20;
}

.report-tab-icon {
  width: 64px;
  height: 64px;
  border: 2px solid #666;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 30px;
  flex-shrink: 0;
}

.report-tab .active-icon {
  border-color: #f28b20;
  color: #f28b20;
  box-shadow: inset 0 0 0 3px #e7e7e7;
}

.report-tab span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  text-transform: uppercase;
}

/* Cards */
.report-card {
  min-height: 112px;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 26px 26px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  transition: all 0.35s ease;
}

.report-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  border-color: #f28b20;
}

.report-card-icon {
  width: 62px;
  height: 62px;
  border: 2px solid #666;
  border-radius: 50%;
  color: #666;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.report-card-content h3 {
  font-size: 18px;
  color: #07172a;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 0 6px;
}

.report-card-content span {
  display: inline-block;
  font-size: 15px;
  color: #f57c00;
  font-weight: 600;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1399px) {
  .reports-heading h2 {
    font-size: 48px;
  }

  .report-tab {
    min-width: 240px;
    padding: 14px 18px;
  }

  .report-tab span {
    font-size: 15px;
  }

  .report-card-content h3 {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .reports-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reports-tabs {
    gap: 20px;
  }

  .report-tab {
    flex: 1 1 calc(50% - 20px);
    min-width: unset;
  }
}

@media (max-width: 991px) {
  .reports-heading {
    margin-bottom: 26px;
  }

  .reports-heading h2 {
    font-size: 40px;
  }

  .report-tab {
    flex: 1 1 100%;
  }

  .report-card {
    padding: 22px 20px;
  }
}

@media (max-width: 767px) {
  .reports-section {
    padding-bottom: 25px;
  }

  .reports-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .reports-heading h2 {
    font-size: 34px;
  }

  .report-tab {
    gap: 14px;
    padding: 12px 14px;
  }

  .report-tab-icon,
  .report-card-icon {
    width: 54px;
    height: 54px;
    font-size: 24px;
  }

  .report-tab span {
    font-size: 14px;
  }

  .report-card {
    gap: 16px;
    min-height: auto;
  }

  .report-card-content h3 {
    font-size: 15px;
  }

  .report-card-content span {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .reports-heading h2 {
    font-size: 28px;
  }

  .report-card {
    flex-direction: row;
    align-items: flex-start;
    padding: 18px 14px;
  }

  .report-card-content h3 {
    font-size: 14px;
  }
}
.event-card-section {
  background: #ffffff;
  padding: 0 0 45px;
}

.event-container {
  max-width: 1720px;
  padding-left: 45px;
  padding-right: 45px;
}

.event-card {
  background: #f1f1f1;
  height: 100%;
  overflow: hidden;
  transition: all 0.35s ease;
}

.event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.09);
}

.event-img {
  display: block;
  width: 100%;
  height: 475px;
  overflow: hidden;
  background: #ddd;
}

.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.45s ease;
}

.event-card:hover .event-img img {
  transform: scale(1.04);
}

.event-content {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 32px 30px 35px;
  min-height: 220px;
}

.event-date {
  min-width: 32px;
  text-align: center;
  line-height: 1;
}

.event-date span {
  display: block;
  color: #ff6b00;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.event-date strong {
  display: block;
  color: #000;
  font-size: 25px;
  font-weight: 500;
}

.event-info h3 {
  margin: 0 0 10px;
  line-height: 1.35;
}

.event-info h3 a {
  color: #07172a;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease;
}

.event-info h3 a:hover {
  color: #ff6b00;
}

.event-info p {
  color: #555;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 1399px) {
  .event-img {
    height: 420px;
  }

  .event-content {
    gap: 22px;
    padding: 28px 24px 32px;
  }

  .event-info h3 a {
    font-size: 21px;
  }

  .event-info p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .event-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .event-img {
    height: 360px;
  }

  .event-info h3 a {
    font-size: 19px;
  }

  .event-info p {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .event-card-section {
    padding: 30px 0;
  }

  .event-img {
    height: 380px;
  }

  .event-content {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .event-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .event-img {
    height: 330px;
  }

  .event-content {
    padding: 24px 20px 28px;
    gap: 18px;
  }

  .event-info h3 a {
    font-size: 18px;
  }

  .event-info p {
    font-size: 16px;
  }

  .event-date span {
    font-size: 15px;
  }

  .event-date strong {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .event-img {
    height: 270px;
  }

  .event-content {
    padding: 22px 16px 26px;
  }

  .event-info h3 a {
    font-size: 16px;
  }

  .event-info p {
    font-size: 15px;
  }
}
.contact-info-form-section {
  padding: 48px 0 60px;
  background: #ffffff;
}

.contact-left-content {
  padding-right: 25px;
}

.contact-left-content h2,
.contact-form-right h2 {
  font-size: 27px;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  margin-bottom: 18px;
  /* font-family: Arial, sans-serif; */
}

.contact-left-content h2 span {
  color: #f15a24;
}

.contact-divider-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}

.dot-line {
  color: #e0b000;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 2px;
}

.divider-line {
  width: 100px;
  height: 4px;
  background: #e0b000;
  display: inline-block;
  border-radius: 4px;
}

.contact-left-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #111;
  margin-bottom: 36px;
  max-width: 560px;
}

.contact-left-content p a {
  color: #0a55b7;
  text-decoration: none;
}

.contact-left-content p a:hover {
  text-decoration: underline;
}

.contact-office-box {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 34px 38px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  margin-bottom: 42px;
}

.contact-office-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0a55b7;
  margin-bottom: 18px;
}

.office-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.office-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
  color: #111;
  line-height: 1.7;
}

.office-contact-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.office-contact-list i {
  font-size: 20px;
  color: #111;
  margin-top: 3px;
}

.contact-social-icons {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 10px;
}

.contact-social-icons a {
  color: #111;
  font-size: 26px;
  transition: 0.3s ease;
}

.contact-social-icons a:hover {
  color: #0a55b7;
}

/* Right Form */
.contact-form-right h2 {
  margin-bottom: 22px;
}

.contact-form-box {
  background: #f2f2f2;
  padding: 30px 30px 40px;
}

.contact-form-box .form-label {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.custom-form-control {
  border: 1px solid #ddd;
  border-radius: 0;
  height: 40px;
  box-shadow: none !important;
  font-size: 15px;
}

.custom-textarea {
  height: 40px;
  min-height: 40px;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #0a55b7;
}

/* Responsive */
@media (max-width: 1199px) {
  .contact-left-content h2,
  .contact-form-right h2 {
    font-size: 36px;
  }

  .contact-left-content p {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .contact-info-form-section {
    padding: 40px 0 50px;
  }

  .contact-left-content {
    padding-right: 0;
  }

  .contact-left-content h2,
  .contact-form-right h2 {
    font-size: 32px;
  }

  .contact-office-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact-left-content h2,
  .contact-form-right h2 {
    font-size: 28px;
  }

  .contact-left-content p {
    font-size: 16px;
  }

  .contact-office-box {
    padding: 24px 20px;
  }

  .contact-form-box {
    padding: 24px 20px 30px;
  }

  .contact-social-icons {
    gap: 18px;
    padding-left: 0;
  }

  .contact-social-icons a {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .contact-info-form-section {
    padding: 30px 0 40px;
  }

  .contact-left-content h2,
  .contact-form-right h2 {
    font-size: 24px;
  }

  .dot-line {
    font-size: 28px;
  }

  .divider-line {
    width: 70px;
  }

  .submit-btn {
    font-size: 16px;
    height: 44px;
  }
}

.lighting-section {
  background: #ffffff;
  padding: 20px 0 45px;
}

.lighting-container {
  max-width: 1680px;
  padding-left: 35px;
  padding-right: 35px;
}

.lighting-heading {
  margin-bottom: 45px;
}

.lighting-heading h2 {
  font-size: 39px;
  font-weight: 500;
  color: #283345;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}

.lighting-intro {
  margin-bottom: 34px;
}

.lighting-intro p {
  font-size: 18px;
  line-height: 1.55;
  color: #394553;
  margin-bottom: 22px;
}

.lighting-card {
  background: #f3f3f3;
  height: 100%;
  text-align: center;
  padding: 10px 20px 22px;
  transition: all 0.35s ease;
}

.lighting-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07);
}

.lighting-card-img {
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lighting-card-img img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.lighting-card:hover .lighting-card-img img {
  transform: scale(1.05);
}

.lighting-card-content {
  padding-top: 12px;
}

.lighting-card-content h3 {
  font-size: 17px;
  font-weight: 500;
  color: #07172a;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 1399px) {
  .lighting-heading h2 {
    font-size: 48px;
  }

  .lighting-intro p {
    font-size: 18px;
  }

  .lighting-card-img {
    height: 155px;
  }

  .lighting-card-content h3 {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .lighting-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lighting-heading {
    margin-bottom: 35px;
  }

  .lighting-card {
    padding: 12px 15px 20px;
  }
}

@media (max-width: 991px) {
  .lighting-heading h2 {
    font-size: 40px;
  }

  .lighting-intro p {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .lighting-card-img {
    height: 145px;
  }
}

@media (max-width: 767px) {
  .lighting-section {
    padding: 25px 0 35px;
  }

  .lighting-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lighting-heading {
    margin-bottom: 26px;
  }

  .lighting-heading h2 {
    font-size: 34px;
  }

  .lighting-intro {
    margin-bottom: 24px;
  }

  .lighting-intro p {
    font-size: 16px;
    line-height: 1.6;
  }

  .lighting-card-img {
    height: 140px;
  }

  .lighting-card-content h3 {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .lighting-heading h2 {
    font-size: 28px;
  }

  .lighting-card-img {
    height: 130px;
  }

  .lighting-card-content h3 {
    font-size: 14px;
  }
}
.certificate-image {
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 310px;
    margin-bottom: 18px;
}
.certificate-content h3 {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    color: #163a7a;
    text-transform: uppercase;
}