/**
* Template Name: Mamba - v2.5.1
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button (Left Side)
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  left: 15px;
  bottom: 15px;
  background: #428bca;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #629fd3;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# WhatsApp Floating Button (Right Side)
--------------------------------------------------------------*/
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-float i {
  margin: 0;
}

.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  background: #333;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  right: 75px;
}

@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 26px;
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-tooltip {
    display: none;
  }

  .back-to-top {
    left: 15px;
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Top Bar - Modern Redesign
--------------------------------------------------------------*/
#topbar {
  background: linear-gradient(135deg, #1a3a52 0%, #0d2438 100%);
  padding: 12px 0;
  font-size: 13px;
  border-bottom: none;
}

#topbar .contact-info {
  display: flex;
  align-items: center;
  gap: 5px;
}

#topbar .contact-info a {
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  text-decoration: none;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #428bca;
  padding: 4px;
  font-size: 14px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#topbar .contact-info span {
  color: rgba(255, 255, 255, 0.9);
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  padding: 4px 10px;
  display: inline-block;
  line-height: 1px;
  transition: all 0.3s ease;
  font-size: 15px;
}

#topbar .social-links a:hover {
  color: #428bca;
  transform: translateY(-2px);
}

/*--------------------------------------------------------------
# Header - Modern Redesign
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.4s ease;
  padding: 0;
  background: #fff;
  z-index: 997;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

#header.header-scrolled {
  height: 70px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}

#header.header-scrolled .container {
  height: 70px;
}

#header .logo {
  display: flex;
  align-items: center;
}

#header .logo h1 {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  position: relative;
}

#header .logo h1 a {
  color: #1a3a52;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

#header .logo h1 a:hover {
  color: #1a3a52;
}

#header .logo h1 a span {
  color: #428bca;
  font-weight: 700;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
}
@media (max-width: 768px) {
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
  }

  #header .logo h1 {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu - Modern Redesign
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  align-items: center;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  margin: 0 5px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #1a3a52;
  padding: 10px 18px;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-menu > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: linear-gradient(90deg, #428bca 0%, #1a3a52 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-menu > ul > li > a:hover::after,
.nav-menu > ul > li.active > a::after {
  transform: scaleX(1);
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #428bca;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: all 0.3s ease;
  border-top: 3px solid #428bca;
  min-width: 220px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 220px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1a3a52;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #428bca;
  background: rgba(66, 139, 202, 0.08);
  border-left-color: #428bca;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 8px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.nav-menu .drop-down:hover > a:after {
  transform: rotate(180deg);
}

.nav-menu .drop-down .drop-down ul {
  top: -15px;
  left: calc(100% + 5px);
  border-radius: 8px;
  border-top: 3px solid #428bca;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: -15px;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.nav-menu .drop-down .drop-down:hover > a:after {
  transform: rotate(0);
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: auto;
    right: calc(100% + 5px);
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: auto;
    right: calc(100% + 5px);
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation - Modern Redesign */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -300px;
  width: 300px;
  padding-top: 0;
  background: linear-gradient(180deg, #1a3a52 0%, #0d2438 100%);
  transition: all 0.4s ease;
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
}

.mobile-nav::before {
  content: '';
  display: block;
  padding: 25px 20px;
  background: linear-gradient(135deg, #428bca 0%, #1a3a52 100%);
  margin-bottom: 10px;
}

.mobile-nav::after {
  content: 'Hydromax Services';
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  padding: 14px 25px;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #428bca;
  background: rgba(66, 139, 202, 0.1);
  text-decoration: none;
  padding-left: 30px;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.mobile-nav .active.drop-down > a:after {
  content: "\ea99";
  transform: rotate(180deg);
}

.mobile-nav .drop-down > a {
  padding-right: 40px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
}

.mobile-nav .drop-down li {
  padding-left: 15px;
}

.mobile-nav .drop-down ul a {
  padding: 12px 25px 12px 35px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-nav .drop-down ul a:hover {
  color: #428bca;
  padding-left: 40px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 20px;
  top: 25px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 26px;
  transition: all 0.4s ease;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.mobile-nav-toggle:hover {
  background: rgba(66, 139, 202, 0.1);
}

.mobile-nav-toggle i {
  color: #1a3a52;
  transition: all 0.3s ease;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(13, 36, 56, 0.85);
  overflow: hidden;
  display: none;
  backdrop-filter: blur(3px);
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  position: fixed;
  right: 20px;
  top: 25px;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 124px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 124px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 80px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Section Header - Modern Style
--------------------------------------------------------------*/
.section-header {
  margin-bottom: 50px;
}

.section-header .section-subtitle {
  display: inline-block;
  color: #428bca;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.section-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 15px;
  line-height: 1.2;
}

.section-header p {
  font-size: 17px;
  color: #666;
  max-width: 600px;
  margin: 0 auto 25px;
  line-height: 1.7;
}

.section-header .header-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.section-header .header-divider::before,
.section-header .header-divider::after {
  content: '';
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #428bca);
}

.section-header .header-divider::after {
  background: linear-gradient(90deg, #428bca, transparent);
}

.section-header .divider-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #428bca 0%, #1a3a52 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-header .divider-icon i {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 28px;
  }

  .section-header p {
    font-size: 15px;
  }

  .section-header .header-divider::before,
  .section-header .header-divider::after {
    width: 40px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us - Simple Design
--------------------------------------------------------------*/
.about-simple {
  padding: 80px 0;
  background: #fff;
}

.about-simple .about-image {
  position: relative;
}

.about-simple .about-image img {
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  width: 100%;
  object-fit: cover;
}

.about-simple .experience-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(135deg, #428bca 0%, #1a3a52 100%);
  color: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(66, 139, 202, 0.4);
}

.about-simple .experience-badge .years {
  display: block;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  font-family: "Raleway", sans-serif;
}

.about-simple .experience-badge .text {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  opacity: 0.9;
}

.about-simple .about-text {
  padding-left: 40px;
}

.about-simple .about-text .sub-title {
  display: inline-block;
  color: #428bca;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 45px;
}

.about-simple .about-text .sub-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 2px;
  background: #428bca;
}

.about-simple .about-text h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 25px;
  line-height: 1.3;
}

.about-simple .about-text .lead {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}

.about-simple .about-text p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
}

.about-simple .about-features {
  margin-bottom: 30px;
}

.about-simple .about-features .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.about-simple .about-features .feature-item i {
  color: #428bca;
  font-size: 22px;
  margin-right: 12px;
}

.about-simple .about-features .feature-item span {
  color: #444;
  font-size: 15px;
  font-weight: 500;
}

.about-simple .btn-about-more {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #428bca 0%, #1a3a52 100%);
  color: #fff;
  padding: 14px 30px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-simple .btn-about-more i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.about-simple .btn-about-more:hover {
  background: linear-gradient(135deg, #1a3a52 0%, #428bca 100%);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(66, 139, 202, 0.3);
}

.about-simple .btn-about-more:hover i {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .about-simple .about-text {
    padding-left: 0;
    margin-top: 50px;
  }

  .about-simple .experience-badge {
    right: 20px;
    bottom: -15px;
    padding: 20px 25px;
  }

  .about-simple .experience-badge .years {
    font-size: 32px;
  }

  .about-simple .about-text h2 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Industries We Serve
--------------------------------------------------------------*/
.industries-section {
  background: linear-gradient(160deg, #0f2a3d 0%, #1a3a52 40%, #1e4060 100%);
  padding: 90px 0;
  overflow: hidden;
  position: relative;
}

.industries-section .industries-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 15% 25%, rgba(66, 139, 202, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 85% 75%, rgba(66, 139, 202, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.02) 0%, transparent 70%);
  pointer-events: none;
}

/* Fix row overflow on mobile */
.industries-section .row {
  margin-left: 0;
  margin-right: 0;
}

.industries-section .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

/* Title */
.industries-section .industries-title {
  text-align: center;
  margin: 55px 0;
}

.industries-section .industries-title .title-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.industries-section .industries-title .deco-line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(66, 139, 202, 0.8), transparent);
}

.industries-section .industries-title .deco-dot i {
  color: #428bca;
  font-size: 18px;
}

.industries-section .industries-title h2 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.industries-section .industries-title p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0;
}

/* Industry Items */
.industries-section .industry-item {
  text-align: center;
  padding: 20px 10px;
  cursor: default;
}

.industries-section .industry-item .industry-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: rgba(255, 255, 255, 0.03);
  position: relative;
}

.industries-section .industry-item .industry-icon::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 23px;
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(66, 139, 202, 0), rgba(66, 139, 202, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: background 0.4s ease;
  pointer-events: none;
}

.industries-section .industry-item .industry-icon svg {
  width: 46px;
  height: 46px;
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.4s ease;
}

.industries-section .industry-item h5 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}

/* Hover Effects */
.industries-section .industry-item:hover .industry-icon {
  border-color: rgba(66, 139, 202, 0.6);
  background: rgba(66, 139, 202, 0.1);
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(66, 139, 202, 0.15), 0 0 30px rgba(66, 139, 202, 0.08);
}

.industries-section .industry-item:hover .industry-icon::before {
  background: linear-gradient(135deg, rgba(66, 139, 202, 0.5), rgba(100, 180, 255, 0.3));
}

.industries-section .industry-item:hover .industry-icon svg {
  color: #ffffff;
  filter: drop-shadow(0 0 8px rgba(66, 139, 202, 0.4));
}

.industries-section .industry-item:hover h5 {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
  .industries-section {
    padding: 70px 0;
  }

  .industries-section .industries-title h2 {
    font-size: 38px;
  }

  .industries-section .industries-title {
    margin: 40px 0;
  }

  .industries-section .industry-item .industry-icon {
    width: 85px;
    height: 85px;
  }

  .industries-section .industry-item .industry-icon svg {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 575px) {
  .industries-section {
    padding: 50px 0;
  }

  .industries-section .industries-title {
    margin: 30px 0;
  }

  .industries-section .industries-title h2 {
    font-size: 28px;
  }

  .industries-section .industries-title p {
    font-size: 14px;
  }

  .industries-section .industry-item {
    padding: 15px 8px;
  }

  .industries-section .industry-item .industry-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
  }

  .industries-section .industry-item .industry-icon svg {
    width: 32px;
    height: 32px;
  }

  .industries-section .industry-item h5 {
    font-size: 11px;
  }
}

/*--------------------------------------------------------------
# Brochure CTA Section
--------------------------------------------------------------*/
.brochure-section {
  padding: 80px 0;
  background: #f4f8fb;
}

.brochure-section .brochure-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 8px 40px rgba(26, 58, 82, 0.08);
  border: 1px solid rgba(66, 139, 202, 0.1);
  position: relative;
  overflow: hidden;
}

.brochure-section .brochure-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #428bca, #1a3a52);
}

.brochure-section .brochure-badge {
  display: inline-block;
  background: rgba(66, 139, 202, 0.1);
  color: #428bca;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}

.brochure-section .brochure-badge i {
  margin-right: 5px;
}

.brochure-section .brochure-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 15px;
}

.brochure-section .brochure-content p {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.brochure-section .brochure-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.brochure-section .brochure-highlights li {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.brochure-section .brochure-highlights li i {
  color: #428bca;
  font-size: 16px;
  flex-shrink: 0;
}

.brochure-section .brochure-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.brochure-section .brochure-preview {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f8fafc;
  padding: 20px 25px;
  border-radius: 12px;
  border: 1px dashed rgba(66, 139, 202, 0.3);
  width: 100%;
}

.brochure-section .pdf-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.brochure-section .pdf-icon i {
  color: #fff;
  font-size: 28px;
}

.brochure-section .pdf-info {
  display: flex;
  flex-direction: column;
}

.brochure-section .pdf-name {
  color: #1a3a52;
  font-size: 14px;
  font-weight: 600;
  word-break: break-all;
}

.brochure-section .pdf-size {
  color: #999;
  font-size: 12px;
  margin-top: 3px;
}

.brochure-section .brochure-buttons {
  display: flex;
  gap: 12px;
  width: 100%;
}

.brochure-section .btn-brochure {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.brochure-section .btn-view {
  background: #ffffff;
  color: #428bca;
  border: 2px solid #428bca;
}

.brochure-section .btn-view:hover {
  background: #428bca;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(66, 139, 202, 0.3);
}

.brochure-section .btn-download {
  background: linear-gradient(135deg, #428bca 0%, #1a3a52 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.brochure-section .btn-download:hover {
  background: linear-gradient(135deg, #1a3a52 0%, #428bca 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 58, 82, 0.3);
}

@media (max-width: 991px) {
  .brochure-section .brochure-card {
    padding: 35px 30px;
  }

  .brochure-section .brochure-content {
    margin-bottom: 30px;
  }

  .brochure-section .brochure-content h2 {
    font-size: 26px;
  }

  .brochure-section .brochure-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .brochure-section {
    padding: 50px 0;
  }

  .brochure-section .brochure-card {
    padding: 25px 20px;
  }

  .brochure-section .brochure-content h2 {
    font-size: 22px;
  }

  .brochure-section .brochure-buttons {
    flex-direction: column;
  }

  .brochure-section .brochure-preview {
    padding: 15px;
  }
}

/* Keep old styles for backward compatibility */
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding: 40px;
}

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}

.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}

.about-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.about-lists .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 42px;
  display: block;
  font-weight: 700;
  color: #1c5c93;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .col-lg-4 {
  margin-bottom: 30px;
}

.services .icon-box {
  padding: 30px 25px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 35px rgba(66, 139, 202, 0.2);
}

.services .icon-box p {
  text-align: center;
  flex-grow: 1;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #f5f9fc;
  border-radius: 50%;
  transition: 0.5s;
  color: #428bca;
  font-size: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services .icon-box:hover .icon i {
  background: #428bca;
  color: #fff;
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.4);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #428bca;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.services .btn-learn-more {
  display: inline-block;
  color: #428bca;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.services .btn-learn-more i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.services .btn-learn-more:hover {
  color: #1c5c93;
}

.services .btn-learn-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Service Modals
--------------------------------------------------------------*/
.service-modal .modal-content {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.service-modal .modal-header {
  background: linear-gradient(135deg, #428bca 0%, #1c5c93 100%);
  border-bottom: none;
  padding: 25px 30px;
  align-items: center;
}

.service-modal .modal-header .modal-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.service-modal .modal-header .modal-icon i {
  font-size: 28px;
  color: #fff;
}

.service-modal .modal-title {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}

.service-modal .modal-header .close {
  color: #fff;
  opacity: 0.8;
  text-shadow: none;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.service-modal .modal-header .close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

.service-modal .modal-header .close i {
  font-size: 20px;
}

.service-modal .modal-body {
  padding: 30px;
}

.service-modal .modal-body p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 15px;
}

.service-modal .modal-body h6 {
  color: #1c5c93;
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.service-modal .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-modal .service-list li {
  padding: 10px 0;
  color: #444;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
}

.service-modal .service-list li:last-child {
  border-bottom: none;
}

.service-modal .service-list li i {
  color: #428bca;
  margin-right: 12px;
  font-size: 18px;
}

.service-modal .modal-footer {
  border-top: 1px solid #eee;
  padding: 20px 30px;
  background: #f9f9f9;
}

.service-modal .modal-footer .btn-primary {
  background: #25D366;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-modal .modal-footer .btn-primary:hover {
  background: #128C7E;
  transform: translateY(-2px);
}

.service-modal .modal-footer .btn-primary i {
  font-size: 18px;
}

.service-modal .modal-footer .btn-secondary {
  background: #6c757d;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-modal .modal-footer .btn-secondary:hover {
  background: #5a6268;
}

/* Modal Animation */
.service-modal.fade .modal-dialog {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease;
}

.service-modal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

/* Certification Badge */
.certification-badge {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9f5e9 100%);
  border: 2px solid #28a745;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  gap: 20px;
}

.certification-badge .cert-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #28a745 0%, #20853a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.certification-badge .cert-icon i {
  font-size: 32px;
  color: #fff;
}

.certification-badge .cert-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.certification-badge .cert-label {
  font-size: 12px;
  color: #28a745;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.certification-badge .cert-info strong {
  font-size: 18px;
  color: #1c5c93;
}

.certification-badge .cert-number {
  font-size: 13px;
  color: #666;
}

.certification-badge .cert-valid {
  font-size: 12px;
  color: #28a745;
  font-weight: 500;
}

.certification-badge .btn-view-cert {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #dc3545;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.certification-badge .btn-view-cert:hover {
  background: #c82333;
  transform: translateY(-2px);
  color: #fff;
}

.certification-badge .btn-view-cert i {
  font-size: 18px;
}

.service-modal .modal-footer .btn-success {
  background: #28a745;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.service-modal .modal-footer .btn-success:hover {
  background: #218838;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .service-modal .modal-header {
    padding: 20px;
  }

  .service-modal .modal-header .modal-icon {
    width: 50px;
    height: 50px;
  }

  .service-modal .modal-header .modal-icon i {
    font-size: 22px;
  }

  .service-modal .modal-title {
    font-size: 18px;
  }

  .service-modal .modal-body {
    padding: 20px;
  }

  .service-modal .modal-footer {
    padding: 15px 20px;
    flex-direction: column;
    gap: 10px;
  }

  .service-modal .modal-footer .btn {
    width: 100%;
  }

  .certification-badge {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }

  .certification-badge .cert-info {
    align-items: center;
  }

  .certification-badge .btn-view-cert {
    width: 100%;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #428bca;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 35px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #428bca !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us - Modern Design
--------------------------------------------------------------*/
.contact-modern {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e8f4fc 100%);
}

.contact-modern .contact-info-card {
  background: linear-gradient(135deg, #1a3a52 0%, #0d2438 100%);
  border-radius: 15px;
  padding: 40px 35px;
  height: 100%;
  color: #fff;
}

.contact-modern .contact-header .sub-title {
  display: inline-block;
  color: #428bca;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.contact-modern .contact-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.3;
}

.contact-modern .contact-header p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.contact-modern .contact-details {
  margin-bottom: 30px;
}

.contact-modern .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.contact-modern .contact-item .icon-box {
  width: 50px;
  height: 50px;
  background: rgba(66, 139, 202, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.contact-modern .contact-item .icon-box i {
  font-size: 22px;
  color: #428bca;
}

.contact-modern .contact-item .content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.contact-modern .contact-item .content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 1.5;
}

.contact-modern .contact-social {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-modern .contact-social span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 15px;
}

.contact-modern .contact-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.contact-modern .contact-social a:hover {
  background: #428bca;
  transform: translateY(-3px);
}

.contact-modern .contact-form-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.contact-modern .form-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 10px;
}

.contact-modern .form-header p {
  color: #666;
  font-size: 15px;
  margin-bottom: 30px;
}

.contact-modern .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-modern .contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a3a52;
  margin-bottom: 8px;
}

.contact-modern .contact-form .form-control {
  height: auto;
  padding: 14px 18px;
  font-size: 15px;
  border: 2px solid #e8eef3;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #f8fafc;
}

.contact-modern .contact-form .form-control:focus {
  border-color: #428bca;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(66, 139, 202, 0.1);
}

.contact-modern .contact-form .form-control::placeholder {
  color: #aab8c5;
}

.contact-modern .contact-form textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

.contact-modern .form-messages {
  margin-bottom: 20px;
}

.contact-modern .form-messages .loading {
  display: none;
  color: #428bca;
  padding: 15px;
  text-align: center;
  font-weight: 500;
}

.contact-modern .form-messages .error-message {
  display: none;
  background: #fee2e2;
  color: #dc2626;
  padding: 15px;
  border-radius: 8px;
  font-weight: 500;
}

.contact-modern .form-messages .sent-message {
  display: none;
  background: #d1fae5;
  color: #059669;
  padding: 15px;
  border-radius: 8px;
  font-weight: 500;
}

.contact-modern .btn-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #428bca 0%, #1a3a52 100%);
  color: #fff;
  border: none;
  padding: 16px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.contact-modern .btn-send:hover {
  background: linear-gradient(135deg, #1a3a52 0%, #428bca 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(66, 139, 202, 0.3);
}

.contact-modern .btn-send i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.contact-modern .btn-send:hover i {
  transform: translateX(5px);
}

.contact-modern .map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.contact-modern .map-container iframe {
  display: block;
}

@media (max-width: 991px) {
  .contact-modern .contact-info-card {
    margin-bottom: 30px;
  }

  .contact-modern .contact-form-card {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .contact-modern {
    padding: 60px 0;
  }

  .contact-modern .contact-info-card,
  .contact-modern .contact-form-card {
    padding: 25px;
  }

  .contact-modern .contact-header h2 {
    font-size: 24px;
  }
}

/* Keep old contact styles for backward compatibility */
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer - Modern Redesign
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(135deg, #1a3a52 0%, #0d1f2d 100%);
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 80px 0 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Footer Logo & Company Info */
#footer .footer-info {
  margin-bottom: 30px;
}

#footer .footer-logo h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#footer .footer-logo h3 i {
  color: #428bca;
  font-size: 32px;
}

#footer .footer-info p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

/* Certification Badge */
#footer .footer-certification {
  margin-bottom: 15px;
}

#footer .footer-certification .cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(40, 167, 69, 0.2);
  border: 1px solid #28a745;
  color: #28a745;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

#footer .footer-certification .cert-badge i {
  font-size: 16px;
}

/* Social Links */
#footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

#footer .social-links a.whatsapp:hover {
  background: #25D366;
  transform: translateY(-3px);
}

#footer .social-links a.email:hover {
  background: #428bca;
  transform: translateY(-3px);
}

#footer .social-links a.phone:hover {
  background: #17a2b8;
  transform: translateY(-3px);
}

/* Footer Section Headings */
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #428bca;
  border-radius: 2px;
}

/* Footer Links */
#footer .footer-links {
  margin-bottom: 30px;
}

#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-links ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#footer .footer-links ul li:last-child {
  border-bottom: none;
}

#footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
}

#footer .footer-links ul a::before {
  content: '\ea9c';
  font-family: 'IcoFont';
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.3s ease;
  color: #428bca;
}

#footer .footer-links ul a:hover {
  color: #428bca;
  padding-left: 15px;
}

#footer .footer-links ul a:hover::before {
  opacity: 1;
  left: 0;
}

/* Footer Contact */
#footer .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

#footer .footer-contact .contact-item i {
  width: 40px;
  height: 40px;
  background: rgba(66, 139, 202, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #428bca;
  font-size: 18px;
  flex-shrink: 0;
}

#footer .footer-contact .contact-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* Footer Bottom */
#footer .footer-bottom {
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.2);
}

#footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

#footer .copyright strong {
  color: #fff;
}

#footer .credits {
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

#footer .credits i {
  animation: heartbeat 1.5s ease infinite;
}

#footer .credits a {
  color: #428bca;
  font-weight: 600;
  transition: color 0.3s ease;
}

#footer .credits a:hover {
  color: #9eccf4;
}

@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* Footer Mobile Responsive */
@media (max-width: 992px) {
  #footer .footer-top {
    padding: 60px 0 30px 0;
  }

  #footer .footer-info,
  #footer .footer-links,
  #footer .footer-contact {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  #footer .footer-logo h3 {
    font-size: 22px;
    justify-content: center;
  }

  #footer .footer-info {
    text-align: center;
  }

  #footer .footer-info p {
    text-align: center;
  }

  #footer .footer-certification {
    text-align: center;
  }

  #footer .social-links {
    text-align: center;
  }

  #footer .footer-top h4 {
    text-align: center;
  }

  #footer .footer-top h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  #footer .footer-links ul {
    text-align: center;
  }

  #footer .footer-links ul a::before {
    display: none;
  }

  #footer .footer-links ul a:hover {
    padding-left: 0;
  }

  #footer .footer-contact .contact-item {
    justify-content: center;
    text-align: center;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
  }

  #footer .credits {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Service Page Styles
--------------------------------------------------------------*/
.service-page-header {
  position: relative;
  padding: 160px 0 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.service-page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}

.service-page-header .container {
  position: relative;
  z-index: 2;
}

.service-page-header h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

.service-page-header .breadcrumb {
  background: transparent;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.service-page-header .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.service-page-header .breadcrumb-item a:hover {
  color: #fff;
}

.service-page-header .breadcrumb-item.active {
  color: #428bca;
}

.service-page-header .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.service-page-content {
  padding: 60px 0;
}

.service-detail {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.service-icon-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.service-icon-header .icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #428bca, #2a6496);
  border-radius: 12px;
  color: #fff;
  font-size: 32px;
}

.service-icon-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin: 0;
  font-family: "Raleway", sans-serif;
}

.service-detail p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}

.service-detail h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-top: 25px;
  margin-bottom: 15px;
}

.service-page-content .service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.service-page-content .service-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
  font-size: 15px;
}

.service-page-content .service-list li:last-child {
  border-bottom: none;
}

.service-page-content .service-list li i {
  color: #428bca;
  margin-right: 10px;
  font-size: 16px;
}

.service-cta {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.service-cta .btn {
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.service-cta .btn-primary {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
}

.service-cta .btn-primary:hover {
  background: #128C7E;
  border-color: #128C7E;
}

.service-cta .btn-primary i {
  margin-right: 5px;
}

.service-cta .btn-outline-primary {
  color: #428bca;
  border-color: #428bca;
}

.service-cta .btn-outline-primary:hover {
  background: #428bca;
  color: #fff;
}

.service-cta .btn-success {
  background: #28a745;
  border-color: #28a745;
}

.service-cta .btn-success:hover {
  background: #218838;
  border-color: #1e7e34;
}

/* Service Sidebar */
.service-sidebar {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.service-sidebar > h4 {
  background: linear-gradient(135deg, #428bca, #2a6496);
  color: #fff;
  padding: 20px 25px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.service-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-nav li {
  border-bottom: 1px solid #f0f0f0;
}

.service-nav li:last-child {
  border-bottom: none;
}

.service-nav li a {
  display: block;
  padding: 14px 25px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.service-nav li a i {
  margin-right: 10px;
  color: #428bca;
  width: 20px;
  text-align: center;
}

.service-nav li a:hover,
.service-nav li.active a {
  background: #f8f9fa;
  color: #428bca;
  padding-left: 30px;
}

.service-nav li.active a {
  border-left: 3px solid #428bca;
  font-weight: 700;
}

.sidebar-contact {
  background: #f8f9fa;
  padding: 25px;
  margin: 0;
}

.sidebar-contact h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.sidebar-contact p {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
}

.sidebar-contact p i {
  color: #428bca;
  margin-right: 8px;
  width: 16px;
  text-align: center;
}

@media (max-width: 991px) {
  .service-page-header {
    padding: 100px 0 40px;
  }

  .service-page-header h1 {
    font-size: 28px;
  }

  .service-detail {
    padding: 25px;
    margin-bottom: 30px;
  }

  .service-icon-header h2 {
    font-size: 22px;
  }

  .service-icon-header .icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    font-size: 24px;
  }
}
