/********** Template CSS **********/
:root {
    --primary: #009dcf;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.bg-primary {
    background-color: #0184c0 !important;
}
.py-5 {
    padding-top: 27px !important;
    padding-bottom: 3rem !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
body {
  
    color: #000000 !important;
 
    
}

/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.nav-bar {
    position: relative;
    margin-top: 45px;
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
   
}

.bg-light {
    background-color: #a2ced459 !important;
}
/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
    display: none;
}

.bg-light {
    background-color: #02a8da26 !important;
}

/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}




.strength-section {
  background-color: #f5f7fa;
  overflow: hidden;
  position: relative;
      margin-top: -52px;
}
.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  animation: float 6s ease-in-out infinite;
}
.shape-1 {
  width: 200px; height: 200px; background: #0184c0;
  top: -50px; left: -50px;
}
.shape-2 {
  width: 300px; height: 300px; background: #0184c0;
  bottom: -100px; right: -100px;
  animation-delay: 2s;
}
.shape-3 {
  width: 150px; height: 150px; background: #0184c0;
  top: 30%; right: 10%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(15deg); }
}

/* Card Styles */
.strength-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.strength-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 35px rgba(0,0,0,0.2);
}
.strength-icon {
  font-size: 40px;
  color: #0184c0;
  margin-bottom: 20px;
}
.strength-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.strength-text {
  color: #000000;
  font-size: 0.95rem;
}

.animate__animated.animate__fadeInDown {
    color: #0184c0;
}

.strength-title{ color: #0184c0;}


.mvv-hover-section {
  background: #f7f9fc;
}

.section-title {
  color: #0184c0;
  font-weight: 700;
}

/* Wrapper */
.mvv-wrapper {
  position: relative;
  width: 520px;
  height: 460px;
}

/* Circle Base */
.mvv-circle {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #fff; /* fallback color */
  background-size: cover;        /* cover entire circle */
  background-position: center;   /* center the image */
  background-repeat: no-repeat;  /* avoid repeating */
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}


/* Title */
.circle-title {
  position: absolute;
    font-size: 38px;

  font-weight: 600;
  color: #0184c0;
  z-index: 2;
}
.circle-title i {
    margin-right: 8px;
        color: #0184c0;
    font-size: 37px;
    vertical-align: middle;
}

/* Content Overlay */
.mvv-content {
  position: absolute;
  inset: 0;
  background: rgba(23,73,132,0.95);
  color: #fff;
  border-radius: 50%;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  opacity: 0;
  transform: scale(0.85);
  transition: all 0.35s ease;
}

.mvv-content p {
  font-size: 0.92rem;
  line-height: 1.6;
}

/* Hover */
.mvv-circle:hover .mvv-content {
  opacity: 1;
  transform: scale(1);
}

.mvv-circle:hover .circle-title {
  opacity: 0;
}

/* Positions */
.mission {
  top: 0;
  left: 0;
  border: 10px solid #0184c0;
}

.vision {
  top: 0;
  right: 0;
  border: 10px solid #0184c0;
}
.px-5 {
    padding-right: 9rem !important;
    padding-left: 54px !important;
}

.values {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid #0184c0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .mvv-wrapper {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mvv-circle {
    position: relative;
    width: 100%;
    height: 260px;
    transform: none !important;
  }
}
.counter-section {
    background: linear-gradient(135deg, #174984cf, #174984, #174984);
      color: #fff;
          padding-top: 27px;
}

.counter-box {
background: rgb(255 255 255 / 21%);
  padding: 30px 15px;
  border-radius: 16px;
  transition: all 0.4s ease;
}

.counter-box:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
}

.counter-box i {
  font-size: 40px;
  margin-bottom: 15px;
   color: #ffffff;
}

.counter-box h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 5px;
}

.counter-box p {
  font-size: 15px;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

/* Mobile Optimization */
@media (max-width: 576px) {
  .counter-box h2 {
    font-size: 32px;
  }
}
.client-section {
  padding: 24px 0;
 
  overflow: hidden;
}

.client-slider {
  width: 100%;
  overflow: hidden;
}

.client-track {
  display: flex;
  width: max-content;
  animation: scrollRightToLeft 25s linear infinite;
}

.client-logo {
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  margin: 0 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.s ease;
}

.client-logo:hover {
  transform: scale(1.05);
}

.client-logo img {
  max-height: 100px;
  max-width: 140px;
  object-fit: contain;
  display: block;
}

/* Animation */
@keyframes scrollRightToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Mobile Optimization */
@media (max-width: 576px) {
  .client-logo {
    padding: 15px;
    margin: 0 10px;
  }

  .client-logo img {
    max-height: 45px;
  }
}
.text-white-50 {
    color: rgb(255 255 255 / 97%) !important;
}
.form-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.history-section {
  background: #0184c0;
  color: #fff;
  overflow: hidden;
}

.history-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
}

.timeline {
  position: relative;
  padding-left: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ffffff;
  animation: growLine 2s ease forwards;
}

@keyframes growLine {
  from { height: 0; }
  to { height: 100%; }
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.timeline-year {
  position: absolute;
  left: -5px;
  background: #ffffff;
  color: #0184c0;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}

.timeline-content {
  margin-left: 60px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  background: #ffffff;
  color: #0184c0;
  transform: translateX(10px);
}

.compliance-section {
  background: #0184c0;
  color: #ffffff;
}

.compliance-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
}

.compliance-list {
  list-style: none;
  padding-left: 0;
}

.compliance-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 16px;
}

.compliance-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffffff;
  font-weight: bold;
}

.cert-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 15px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  animation: fadeUp 0.8s ease forwards;
}

.cert-box img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.cert-box:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-section {
  background: #f9f9f9;
}

.gallery-title {
  font-size: 38px;
  font-weight: 700;
  color: #0184c0;
}

.gallery-subtitle {
  color: #555;
  font-size: 16px;
}

.gallery-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  cursor: pointer;
}

.gallery-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-box::after {
  content: "View";
  position: absolute;
  inset: 0;
  background: rgba(23,73,132,0.75);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}

.gallery-box:hover img {
  transform: scale(1.15);
}

.gallery-box:hover::after {
  opacity: 1;
}

/* Modal */
.modal-content {
  background: #0184c0;
  border-radius: 12px;
}

.modal-body img {
  width: 80%;
  border-radius: 8px;
}

/* Mobile */
@media (max-width: 576px) {
  .gallery-box img {
    height: 180px;
  }
}

.animated-gallery {
  padding: 80px 0;
  background-color: #f3f3f3;
}

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

.animated-gallery-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0d6efd;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s forwards 0.2s;
}

.animated-gallery-header p {
  color: #6c757d;
  font-size: 18px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s forwards 0.4s;
}

/* ===== GALLERY GRID ===== */
.animated-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
  transform: scale(0.95);
  opacity: 0;
  animation: fadeScale 0.6s forwards;
}

.gallery-card img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-card:hover img {
  transform: scale(1.2) rotate(1deg);
}

.gallery-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13,110,253,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-card:hover .gallery-card-overlay {
  opacity: 1;
}

.gallery-card-text {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  transform: translateY(30px);
  transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-card-text {
  transform: translateY(0);
}

/* ===== MODAL ===== */
.modal-content {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.modal-body img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #0d6efd;
  font-size: 2rem;
  background: rgba(255,255,255,0.7);
  border-radius: 50%;
  padding: 10px 15px;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s ease;
}

.modal-nav:hover {
  background: rgba(13,110,253,0.9);
  color: #fff;
}

.modal-prev {
  left: 10px;
}

.modal-next {
  right: 10px;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeScale {
  0% {opacity:0; transform: scale(0.95);}
  100% {opacity:1; transform: scale(1);}
}

@keyframes fadeInUp {
  0% {opacity:0; transform: translateY(30px);}
  100% {opacity:1; transform: translateY(0);}
}
.our-clients-section {
  padding: 80px 0;
  background: #f4f7f9;
  text-align: center;
}

.our-clients-section h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 15px;
}



/* ===== CLIENT GRID ===== */
.clients-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}

.client-card {
  flex: 0 1 150px;
  max-width: 150px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.client-card img {
  width: 100%;

  transition: filter 0.4s ease, transform 0.4s ease;
  border-radius: 10px;
}

/* Hover effect */
.client-card:hover img {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .client-card {
    flex: 0 1 120px;
    max-width: 120px;
  }
}

@media (max-width: 576px) {
  .client-card {
    flex: 0 1 90px;
    max-width: 90px;
  }
}

.rd-section {
    background: #f8f9fa;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0d1b2a;
}

.section-para {
    max-width: 900px;
    margin: auto;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.rd-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rd-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

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

.rd-card-body {
    padding: 25px;
}

.rd-card-body h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0d1b2a;
}

.rd-card-body p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}
.dropdown-menu {
    padding: 0;
    border: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.dropdown-item {
    padding: 12px 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: linear-gradient(90deg, #0d6efd, #0b5ed7);
    color: #fff;
}

/* Submenu container */
.dropdown-submenu {
    position: relative;
}

/* Submenu */
.submenu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 220px;
    background: #fff;
    padding: 8px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    /* border-radius: 6px; */
}
.bg-dark {
    background-color: #0e2e50b3 !important;
}
.text-muted {
    color: #000000 !important;
}

/* Show submenu on hover */
.dropdown-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Submenu links */
.submenu li a {
    display: block;
    padding: 10px 18px;
    color: #333;
    transition: all 0.3s ease;
}

.submenu li a:hover {
    background: #f0f4ff;
    color: #0d6efd;
    padding-left: 24px;
}

/* Arrow animation */
.arrow {
    float: right;
    transition: transform 0.3s ease;
}

.dropdown-submenu:hover .arrow {
    transform: rotate(90deg);
}
.industries-section {
  position: relative;

  padding: 80px 0;
  color: #fff;
}

.industries-section .overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 69%);
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  z-index: 2;
  position: relative;
      color: #feffff;
}

.section-subtitle {
  max-width: 650px;
  margin: 10px auto 40px;
  font-size: 20px;
  opacity: 0.9;
  z-index: 2;
  position: relative;
}

.industry-box {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 15px 10px;
  transition: all 0.3s ease;
  border-radius: 10px;

}

.industry-box:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Image hover zoom */
.industry-box:hover .industry-img {
  transform: scale(1.15);
  filter: brightness(1) invert(0); /* Icon turns original color */
}

.industry-img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.industry-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  transition: all 0.3s ease;
}

/* Change title color on hover */
.industry-box:hover .industry-title {
  color: #fff;
}
.image-box {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* FULL COVER IMAGE */
  transition: 0.3s ease-in-out;
}
