/* Industry Item Two-Column Layout */
.industry-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
  padding: 0 15px;
}

.industry-content {
  flex: 1 1 0;
  min-width: 200px;
  text-align: left;
}

.industry-content h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.industry-content p {
  font-size: 1rem;
  line-height: 1.6;
}

.industry-img {
  min-width: 140px;
  max-width: 240px;
  text-align: right;
}

.industry-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(11, 12, 65, 0.08);
  transition: transform 0.3s ease;
}

/* Large screens */
@media (min-width: 1200px) {
  .industry-row {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Medium screens */
@media (max-width: 992px) {
  .industry-row {
    gap: 24px;
  }
  
  .industry-content h3 {
    font-size: 1.3rem;
  }
}

/* Tablet */
@media (max-width: 768px) {
  .industry-row {
    flex-direction: row;
    gap: 10px;
    padding: 0 20px;
  }

  .industry-img {

    max-width: 200px;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .industry-row {
    gap: 10px;
    margin-bottom: 24px;
  }

  .industry-content h3 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .industry-content p {
    font-size: 0.7rem;
  }

  .industry-img {
    max-width: 100%;
    min-width: auto;
    margin: 0 auto;
  }
}

/* Small Mobile */
@media (max-width: 320px) {
  .industry-row {
    padding: 0 5px;
  }
  
  .industry-img {
    max-width: 100%;
    min-width: auto;
  }
}



/* Banner */
.subbanner {
  padding: 60px 0;
  color: #fff;
}

.caption h3 {
  font-size: 36px;
  font-weight: 700;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-top: 10px;
  color: #fff;
}

/* Banner Height Increase */
.section.banner {
  height: 400px;
  overflow: hidden;
  margin-bottom: 50px;
}

.section.banner .carousel,
.section.banner .carousel-inner,
.section.banner .carousel-inner .item {
  height: 100%;
}

.section.banner .carousel-inner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 📱 Responsive Design Enhancements */
@media (max-width: 768px) {
  .who-we-are-section {
    padding: 30px 15px;
  }

  .section-header h2 {
    font-size: 26px;
  }

  .section-content h3 {
    font-size: 15px;
  }

  .section-content p {
    font-size: 12px;
  }

  .caption h3 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .who-we-are-section {
    padding: 25px 10px;
  }

  .section-header h2 {
    font-size: 30px;
    line-height: 28px;
    padding: 18px;
    margin: 0;
  }

  .section-content h3 {
    font-size: 14px;
  }

  .section-content p {
    font-size: 11.5px;
    line-height: 1.7;
  }

  .caption h3 {
    font-size: 24px;
  }

  .breadcrumb {
    font-size: 13px;
  }
}

/* KEY STRENGTHS */
.strength-container {
  max-width: 1100px;
  margin: auto;
  padding: 20px 20px;
}

.strength-container h2 {
  font-size: 28px;
  color: #1e1f5b;
  margin-bottom: 50px;
  text-align: center;
}

.strength-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.strength-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1e1f5b;
}

.strength-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.strength-icon {
  font-size: 34px;
  flex-shrink: 0;
  color: #4a90e2;
  margin-bottom: 15px;
}

.strength-card h3 {
  font-size: 18px;
  color: #222;
  margin-bottom: 8px;
}

.strength-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 500px) {
  .strength-card {
    flex-direction: column;
    text-align: left;
  }

  .strength-icon {
    margin-bottom: 15px;
  }
}

/* WHO WE SERVE */
.Serve-section {
  max-width: 1150px;
  margin: auto;
  padding: 40px 20px;
}

.Serve-section h2 {
  font-size: 30px;
  text-align: center;
  color: #1e1f5b;
  margin-top: 10px;
}

.Serve-section p.Serve-description {
  text-align: center;
  max-width: 900px;
  margin: 25px auto 40px auto;
  font-size: 16px;
  color: #555;
}

.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: space-between;
}

.industry-item {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 4px solid #0b0c41;
  min-width: 300px;
  transition: all 0.3s ease;
}

.industry-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  border: 4px solid #FBA301;
}

.industry-item h3 {
  font-size: 18px;
  color: #0b0c41;
  margin-bottom: 10px;
}

.industry-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .industry-item {
    flex: 1 1 100%;
  }
}

/* WHY WE ONLY */
.why-we-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.why-we-section-title {
  text-align: center;
  margin-bottom: 30px;
}

.why-we-section-title h2 {
  font-size: 32px;
  margin-bottom: 50px;
  color: #0b0c41;
}

.why-we-section-block {
  background-color: #f9f9f9;
  padding: 25px 20px;
  border: 4px solid #0b0c41;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.why-we-section-block h3 {
  color: #0b0c41;
  font-size: 24px;
  margin-bottom: 15px;
}

.why-we-section-block ul {
  list-style: none;
  padding-left: 0;
  counter-reset: item;
}

.why-we-section-block ul li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.why-we-section-block ul li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  color: #0b0c41;
  font-weight: bold;
}

@media (max-width: 768px) {
  .why-we-section-title h2 {
    font-size: 26px;
  }

  .why-we-section-block h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .why-we-container {
    padding: 20px 10px;
  }
}

/* VISION + MISSION SECTION */
.vision-section {
  padding: 60px 20px;
  background-color: #f4f4f4;
}

.vision-container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  color: #0b0c41;
  margin-bottom: 45px;
}

.vision-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.vision-card {
  background-color: #fff;
  flex: 1 1 calc(50% - 30px);
  padding: 30px 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.3s ease;
  border-bottom: 4px solid #0b0c41;
}

.vision-card:hover {
  transform: translateY(-5px);
}

.vision-card-icon {
  font-size: 42px;
  color: #0b0c41;
  margin-bottom: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.vision-card:hover .vision-card-icon {
  transform: scale(1.1);
  color: #FBA301;
}

.vision-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 700;
}

.vision-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

@media (max-width: 768px) {
  .vision-card {
    flex: 1 1 100%;
  }
}

/* ===== ORGANIC TREE DESIGN ===== */
.tree-container {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(to bottom, #f0f8ff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.tree-title {
  font-size: 32px;
  color: #0b0c41;
  margin-bottom: 50px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.tree-title::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #FBA301, #0b0c41);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Organic Tree Structure */
.organic-tree {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Tree Trunk (Root Node) */
.tree-trunk {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  animation: fadeInUp 0.8s ease-out;
}

.root-node {
  background: linear-gradient(135deg, #0b0c41 0%, #1e1f5b 100%);
  color: #fff;
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(11, 12, 65, 0.3);
  position: relative;
  z-index: 10;
  transition: all 0.4s ease;
}

.root-node:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 12px 35px rgba(11, 12, 65, 0.4);
}

.root-node i {
  margin-right: 10px;
  font-size: 24px;
}

.root-node a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Tree Branches Container */
.tree-branches {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
  margin-top: 40px;
}

/* Individual Branch */
.branch {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: branchGrow 1s ease-out forwards;
  opacity: 0;
}

.branch-1 { animation-delay: 0.2s; }
.branch-2 { animation-delay: 0.4s; }
.branch-3 { animation-delay: 0.6s; }
.branch-4 { animation-delay: 0.8s; }
.branch-5 { animation-delay: 1s; }

/* Branch Line (connecting to trunk) */
.branch-line {
  width: 3px;
  height: 80px;
  background: linear-gradient(to bottom, #8B4513, #A0522D);
  position: relative;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.branch-line::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, #6B3410, #8B4513);
  transform: translateX(-50%);
}

/* Branch Node (Company) */
.branch-node {
  background: #fff;
  padding: 15px 25px;
  border-radius: 30px;
  border: 3px solid #4CAF50;
  box-shadow: 0 5px 20px rgba(76, 175, 80, 0.3);
  transition: all 0.4s ease;
  position: relative;
  min-width: 150px;
  text-align: center;
}

.branch-node::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #4CAF50;
}

.branch-node:hover {
  transform: translateY(-8px) scale(1.08);
  box-shadow: 0 10px 30px rgba(76, 175, 80, 0.5);
  border-color: #FBA301;
  background: linear-gradient(135deg, #fff 0%, #fffef0 100%);
}

.branch-node:hover::before {
  border-bottom-color: #FBA301;
}

.branch-node a {
  color: #0b0c41;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.branch-node i {
  font-size: 24px;
  color: #4CAF50;
  transition: all 0.3s ease;
}

.branch-node:hover i {
  color: #FBA301;
  transform: rotate(20deg) scale(1.2);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes branchGrow {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .tree-branches {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  
  .branch-line {
    height: 60px;
  }
}

@media (max-width: 768px) {
  .tree-container {
    padding: 40px 15px;
  }
  
  .tree-title {
    font-size: 26px;
    margin-bottom: 35px;
  }
  
  .root-node {
    padding: 15px 30px;
    font-size: 18px;
  }
  
  .tree-branches {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .branch-line {
    height: 50px;
  }
  
  .branch-node {
    padding: 12px 20px;
    min-width: 130px;
  }
  
  .branch-node a {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .tree-title {
    font-size: 22px;
    line-height: 1.3;
  }
  
  .root-node {
    padding: 12px 25px;
    font-size: 16px;
  }
  
  .root-node i {
    font-size: 20px;
  }
  
  .tree-branches {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .branch-line {
    height: 40px;
  }
  
  .branch-line::before {
    height: 30px;
    top: -30px;
  }
  
  .branch-node {
    padding: 10px 18px;
    min-width: 100%;
  }
  
  .branch-node a {
    font-size: 12px;
  }
  
  .branch-node i {
    font-size: 20px;
  }
}

/* Brand Section Styles */
.brands-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 40px 20px;
  text-align: center;
}

.brands-section h2 {
  font-size: 35px;
  color: #0b0c41;
  margin-bottom: 70px;
  font-weight: 700;
}

.brands-note {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  font-style: italic;
}

/* Single-image hotspot overlay styles (for combined brand image) */
.brand-sprite {
  position: relative;
  max-width: 1100px;
  margin: 18px auto 0 auto;
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 6px 26px rgba(11,22,60,0.04);
}

.brand-sprite-img {
  width: 100%;
  display: block;
  border-radius: 6px;
  border: 4px solid #0b0c41;
}

.sprite-hotspot {
  position: absolute;
  display: block;
  background: rgba(9, 7, 7, 0);
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* .sprite-hotspot:hover,
.sprite-hotspot:focus {
  background: rgba(14, 12, 10, 0.1);
  box-shadow: 0 10px 24px rgba(11,22,60,0.15);
  transform: translateY(-4px) scale(1.02);
  outline: none;
} */

.sprite-hotspot:focus-visible {
  box-shadow: 0 0 0 4px rgba(12, 11, 10, 0.3), 0 10px 24px rgba(11,22,60,0.12);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .brands-section {
    padding: 30px 15px;
  }
  
  .brands-section h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  
  .brands-note {
    font-size: 13px;
  }
  
  .brand-sprite {
    padding: 10px;
    max-width: 100%;
  }
  
  .brand-sprite-img {
    width: 100%;
    min-height: 200px;
    object-fit: contain;
  }
}


@media (max-width: 480px) {
  .brands-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .brands-note {
    font-size: 12px;
  }
  
  .brand-sprite {
    padding: 5px;
  }
  
  .brand-sprite-img {
    min-height: 180px;
  }
}

/* .sprite-hotspot { 
  background: rgba(11, 9, 9, 0.12); 
  border: 1px dashed rgba(255,0,0,0.4); 
} */





.about-container {
  display: flex;
  gap: 20px;
  padding: 30px;
  max-width: 1200px;
  margin: auto;
}

.about-left {
  flex: 2;
}

.about-left h2 {
  font-size: 32px;
  color: #1e1f5b;
  margin-bottom: 20px;
}

.about-left h3 {
  color: #0b0c41;
  margin-top: 30px;
  margin-bottom: 10px;
}

.about-left p {
  margin-bottom: 15px;
}

.about-left strong {
  font-weight: bold;
}

.about-values ul {
  list-style: none;
  padding: 0;
}

.about-values li {
  margin-bottom: 15px;
}

.about-right {
  flex: 1;
  background: #0b0c41;
  padding: 20px;
  border-radius: 4px;
}

.about-right h2 {
  color: #ffffff;
  margin-bottom: 10px;
}

.about-right p {
  margin-bottom: 15px;
  color: #f9f9f9;
}

.about-right img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Enhanced Media Queries */
@media (max-width: 1200px) {
  .about-container,
  .strength-container,
  .Serve-section,
  .vision-container,
  .why-we-container {
    max-width: 960px;
    padding: 20px 15px;
  }

  .vision-card {
    padding: 25px 20px;
  }
}

@media (max-width: 992px) {
  .about-container {
    flex-direction: column;
    gap: 30px;
  }

  .about-right {
    max-width: 600px;
    margin: 0 auto;
  }

  .strength-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .vision-card-grid {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .section-header h2,
  .strength-container h2,
  .Serve-section h2,
  .vision-section .section-title h2,
  .why-we-section-title h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .strength-card-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .industry-item {
    min-width: 100%;
    margin-bottom: 15px;
  }

  .industry-item h3 {
    font-size: 16px;
  }

  .vision-card {
    padding: 20px 15px;
  }

  .vision-card h3 {
    font-size: 20px;
  }

  .vision-card p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .about-container,
  .strength-container,
  .Serve-section,
  .vision-container {
    padding: 15px 10px;
  }

  .about-left h2,
  .about-right h2 {
    font-size: 22px;
  }

  .about-left p,
  .about-right p {
    font-size: 14px;
    line-height: 1.6;
  }

  .strength-card {
    padding: 15px;
  }

  .strength-card h3 {
    font-size: 16px;
  }

  .strength-card p {
    font-size: 13px;
  }

  .industry-item {
    padding: 15px;
  }

  .industry-item p {
    font-size: 13px;
  }

  .vision-card-icon {
    font-size: 36px;
  }

  .tree li div {
    font-size: 14px;
    padding: 10px 14px;
  }
}

@media (max-width: 400px) {
  .section-header h2,
  .strength-container h2,
  .Serve-section h2,
  .vision-section .section-title h2 {
    font-size: 20px;
  }

  .about-left h2,
  .about-right h2 {
    font-size: 30px;
  }

  .vision-card {
    padding: 15px 10px;
  }

  .tree-title {
    font-size: 24px;
  }
}

/* Base styles for all devices */
.why-we-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.why-we-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.why-we-section-title h2 {
    font-size: 2.5rem;
    color: #333;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.why-we-section-title h2:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #FBA301;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.why-we-section-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.why-we-section-block .content-wrapper {
    flex: 1;
    min-width: 300px;
}

.why-we-section-block h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.8rem;
    position: relative;
    padding-bottom: 10px;
}

.why-we-section-block h3:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: #FBA301;
    bottom: 0;
    left: 0;
}

.why-we-section-block img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.why-we-section-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-we-section-block li {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
    color: #555;
}

/* Icons for list items */
.why-we-section-block:nth-child(3) li:before {
       content: "★";
    color: #ffc107;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.why-we-section-block:nth-child(4) li:before {
    content: "✓";
    color: #28a745;
    font-weight: bold;
    position: absolute;
    left: 0;
}



/* Responsive Design */
@media (max-width: 1024px) {
    .why-we-section-block {
        gap: 30px;
    }
    
    .why-we-section-block img {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .why-we-section-block {
        flex-direction: column;
        
    }
    
    .why-we-section-block h3:after {
        left: 12%;
        transform: translateX(-50%);
    }
    
    .why-we-section-block .content-wrapper {
        width: 100%;
    }
    
    .why-we-section-block img {
        order: -1;
        max-width: 100%;
    }
    
    .why-we-section-block.reverse {
        flex-direction: column;
    }
    
    .why-we-section-block.reverse img {
        order: -1;
    }
}

@media (max-width: 480px) {
    .why-we-container {
        padding: 10px;
    }
    
    .why-we-section-title h2 {
        font-size: 2rem;
    }
    
    .why-we-section-block {
        padding: 15px;
        margin-bottom: 40px;
    }
    
    .why-we-section-block h3 {
        font-size: 1.5rem;
    }
    
    .why-we-section-block li {
        padding-left: 25px;
        font-size: 0.95rem;
    }
}

/* ===== ORGANIC TREE DESIGN ===== */
.tree-container {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(to bottom, #f0f8ff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.tree-title {
  font-size: 32px;
  color: #0b0c41;
  margin-bottom: 50px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.tree-title::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #FBA301, #0b0c41);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Organic Tree Structure */
.organic-tree {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Tree Trunk (Root Node) */
.tree-trunk {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  animation: fadeInUp 0.8s ease-out;
}

.root-node {
  background: linear-gradient(135deg, #0b0c41 0%, #1e1f5b 100%);
  color: #fff;
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(11, 12, 65, 0.3);
  position: relative;
  z-index: 10;
  transition: all 0.4s ease;
}

.root-node:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 12px 35px rgba(11, 12, 65, 0.4);
}

.root-node i {
  margin-right: 10px;
  font-size: 24px;
}

.root-node a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Tree Branches Container */
.tree-branches {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
  margin-top: 40px;
}

/* Individual Branch */
.branch {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: branchGrow 1s ease-out forwards;
  opacity: 0;
}

.branch-1 { animation-delay: 0.2s; }
.branch-2 { animation-delay: 0.4s; }
.branch-3 { animation-delay: 0.6s; }
.branch-4 { animation-delay: 0.8s; }
.branch-5 { animation-delay: 1s; }

/* Branch Line (connecting to trunk) */
.branch-line {
  width: 3px;
  height: 80px;
  background: linear-gradient(to bottom, #8B4513, #A0522D);
  position: relative;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.branch-line::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, #6B3410, #8B4513);
  transform: translateX(-50%);
}

/* Branch Node (Company) */
.branch-node {
  background: #fff;
  padding: 15px 25px;
  border-radius: 30px;
  border: 3px solid #4CAF50;
  box-shadow: 0 5px 20px rgba(76, 175, 80, 0.3);
  transition: all 0.4s ease;
  position: relative;
  min-width: 150px;
  text-align: center;
}

.branch-node::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #4CAF50;
}

.branch-node:hover {
  transform: translateY(-8px) scale(1.08);
  box-shadow: 0 10px 30px rgba(76, 175, 80, 0.5);
  border-color: #FBA301;
  background: linear-gradient(135deg, #fff 0%, #fffef0 100%);
}

.branch-node:hover::before {
  border-bottom-color: #FBA301;
}

.branch-node a {
  color: #0b0c41;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.branch-node i {
  font-size: 24px;
  color: #4CAF50;
  transition: all 0.3s ease;
}

.branch-node:hover i {
  color: #FBA301;
  transform: rotate(20deg) scale(1.2);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes branchGrow {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .tree-branches {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  
  .branch-line {
    height: 60px;
  }
}

@media (max-width: 768px) {
  .tree-container {
    padding: 40px 15px;
  }
  
  .tree-title {
    font-size: 26px;
    margin-bottom: 35px;
  }
  
  .root-node {
    padding: 15px 30px;
    font-size: 18px;
  }
  
  .tree-branches {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .branch-line {
    height: 50px;
  }
  
  .branch-node {
    padding: 12px 20px;
    min-width: 130px;
  }
  
  .branch-node a {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .tree-title {
    font-size: 22px;
    line-height: 1.3;
  }
  
  .root-node {
    padding: 12px 25px;
    font-size: 16px;
  }
  
  .root-node i {
    font-size: 20px;
  }
  
  .tree-branches {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .branch-line {
    height: 40px;
  }
  
  .branch-line::before {
    height: 30px;
    top: -30px;
  }
  
  .branch-node {
    padding: 10px 18px;
    min-width: 100%;
  }
  
  .branch-node a {
    font-size: 12px;
  }
  
  .branch-node i {
    font-size: 20px;
  }
}


/* Industry Link Styles */
a.industry-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  cursor: pointer;
}

a.industry-link:hover,
a.industry-link:focus {
  text-decoration: none;
  color: inherit;
}

a.industry-link:hover .industry-content h3 {
  color: #FBA301;
  transition: color 0.3s ease;
}

a.industry-link:hover .industry-img img {
  transform: scale(1.05);
}

a.industry-link .industry-content h3,
a.industry-link .industry-content p {
  transition: color 0.3s ease;
}


/* ===== OUR PRESTIGIOUS CUSTOMERS SECTION ===== */
.abu-customers-section {
   background: linear-gradient(rgba(30, 31, 91, 0.9), rgba(30, 31, 91, 0.5)), url('../images/img/abu-customer-logo.png');
    background-size: cover;
    color: white;
    padding: 60px 0;
}

.abu-customers-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.abu-customers-section > * {
  position: relative;
  z-index: 2;
}

.abu-customers-section h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.abu-customers-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  justify-content: center;
}

.abu-customers-slider::before,
.abu-customers-slider::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.abu-customers-slider::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.abu-customers-slider::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.abu-customers-track {
  display: flex;
  gap: 50px;
  animation: scrollAbuCustomers 40s linear infinite;
  width: max-content;
  will-change: transform;
}

.abu-customers-track:hover {
  animation-play-state: paused;
}

.abu-customer-logo {
  flex-shrink: 0;
  width: 320px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 3px solid #0b0c41;
}

.abu-customer-logo:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.abu-customer-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(30%);
  transition: filter 0.3s ease;
}

.abu-customer-logo:hover img {
  filter: grayscale(0%);
}

@keyframes scrollAbuCustomers {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive styles for customers section */
@media (max-width: 768px) {
  .customers-section {
    margin: 40px auto;
    padding: 30px 15px;
  }

  .customers-section h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .customers-track {
    gap: 30px;
    animation-duration: 20s;
  }

  .customer-logo {
    width: 120px;
    height: 65px;
  }

  .customers-slider::before,
  .customers-slider::after {
    width: 50px;
  }
}

@media (max-width: 480px) {
  .customers-section h2 {
    font-size: 22px;
  }

  .customers-track {
    gap: 25px;
    animation-duration: 18s;
  }

  .customer-logo {
    width: 100px;
    height: 55px;
    padding: 8px;
  }

  .customers-slider::before,
  .customers-slider::after {
    width: 30px;
  }
}
