/******************** App.css *******************************/
@font-face {
  font-family: 'Lato';
  src: url('/font/Lato/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/font/Lato/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/font/Lato/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/font/Lato/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/font/Lato/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/font/Lato/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/font/Lato/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/font/Lato/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/font/Lato/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/font/Lato/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}




* {
  box-sizing: border-box;
  font-family: "Lato", "Times New Roman", Times, serif;
  padding: 0;
  margin: 0;
}

html,
body {
  overflow-x: hidden;
}
body {
  box-sizing: border-box;
  overflow-x: hidden !important;
  padding-top: 116px;
}
hr {
  margin: 10px 0px !important;
  width: 100%;
  color: #d9d9d9 !important;
}
.btn.btn-secondary {
  background: transparent;
  border-radius: 0px;
}
.common-btn {
  position: relative;
  background-color: #001524 !important;
  color: #ffffff;
  padding: 6px 20px !important;
  border-radius: 0px;
  font-size: 12px !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 1;
  overflow: hidden;
}
.common-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.common-btn:hover:before {
  transform: translateX(0);
  opacity: 1;
  z-index: -1;
  background-color: #001524;
}
.common-btn:hover {
  color: #ffffff !important;
}

/**************************** Top Header design Start *************************/

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 9999;
  box-shadow: 0px 2px 2px #00000066;
}
.header-top-container{
  width: 100%;
  background-color: #1b263b;
}

.header-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  gap: 20px;
}
.contact-info-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-info-box {
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-header-icon {
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.nav-link.side-nav-box {
  color: #ffffff;
}
.side-nav-bar-arrow-icon {
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.contact-info-box:hover .top-header-icon {
  color: #306993;
}
.contact-info-box p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0px;
  transition: all 0.5s ease;
}
.contact-info-box:hover p {
  color: #306993;
  font-weight: 600;
}
.header-social-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #001524;
  display: grid;
  place-content: center;
  transition: all 0.5s ease-in-out;
}
.top-header-social-icon {
  font-size: 14px;
  color: #ffffff;
  transition: all 0.5s ease;
}
.header-social-box:hover {
  box-shadow: inset 5px 5px 10px #306993, inset -5px -5px 10px #ffffff;
}

/**************************** Top Header design End *************************/

/**************************** Navbar design Start *************************/
.container-fluid{
  padding: 0px !important;
}
.navbar-container-unique{
  width: 100%;
  background-color: #001524;
  padding: 0 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-height: 80px;
  display: flex;
  align-items: center;
}
.logo-image {
  display: block;
  width: 90px;
  height: 90px;
  margin-left: 0;
  transition: transform 0.3s ease;
}
.logo-image:hover {
  transform: scale(1.05);
}
.logo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Drawer styles */
.drawer {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #001524 !important;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  transition: right 0.3s ease-in-out;
  z-index: 1050;
}

.drawer.open {
  right: 0;
}

/* Close button */
.close-btn {
  top: 10px;
  left: 10px;
  border: none !important;
}
.side-bar-close-btn-icon {
  color: #ffffff;
  font-size: 20px;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1040;
}

.navitem-wrapper:last-child .submenu,
.navitem-wrapper:nth-last-child(2) .submenu {
  left: auto;
  right: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(10);
  }
}

/* Arrow */
.arrow {
  font-size: 0.8rem;
  margin-left: 6px;
  transition: transform 0.3s ease;
  color: #ffffff;
}

.navitem-wrapper:hover .arrow {
  transform: rotate(180deg);
}

/* NavLink custom styling */
.navlink-custom {
  position: relative;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 16px !important;
  border-radius: 6px;
  transition: all 0.3s ease;
  margin: 0 4px;
}
.navlink-custom:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  transform: translateY(-2px);
}
.contact-info-box {
  text-decoration: none;
}
/* Active item */
/* .navlink-custom.active {
  color: #007bff;
  font-weight: bold;
} */

/* Progress border-bottom effect */
/* .navlink-custom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #007bff;
  transition: width 0.3s ease-in-out;
} */

.navitem-wrapper:hover .navlink-custom::after {
  width: 100%;
}

/* Optional: cursor pointer for better UX */
.navlink-custom {
  cursor: pointer;
}

.drawer {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}

.drawer.open {
  right: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

/* Mobile submenu sliding effect */
.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-submenu.nav-link {
  font-size: 12px;
  color: #00152466;
}

.mobile-submenu.open {
  max-height: 500px;
}

/* Arrow and link styling */
.arrow {
  font-size: 0.7rem;
}

.navlink-custom.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #007bff;
  transition: width 0.3s;
}

.small-arrow-icon {
  font-size: 12px;
}

.nav-bar-menu-open-button {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 18px;
  transition: all 0.3s ease;
}
.nav-bar-menu-open-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

.slider-img-box {
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden;
}
.slider-img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/**************************** Navbar design End *************************/

/**************************** Footer design Start *************************/

/* Footer styles */
.footer-section {
  background-color: #1d3557;
  color: #ccc;
  font-size: 14px;
  transition: box-shadow 0.3s ease-in-out;
}
.footer-bottom-container {
  width: 100%;
  background-color: #3c3c3c;
}
.footer-bottom {
  width: 100%;
  color: #ffffff;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-title {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}

.footer-description {
  max-width: 320px;
  margin: 20px 0px;
  line-height: 1.6;
  color: #ffffff;
}

.footer-social-icons a {
  color: #ccc;
  margin-right: 15px;
  font-size: 20px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social-icons a:hover {
  color: #00aced;
  transform: translateY(-4px); /* Hover effect: slight lift */
}

.footer-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-bottom: 12px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-content-section {
  padding: 40px 0;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}

.footer-bottom-links li {
  color: #ffffff;
  font-size: 14px;
  position: relative;
}

.footer-bottom-links a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.5s ease;
  padding-bottom: 4px;
  display: inline-block;
}

.footer-bottom-links li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #00aced;
  transition: width 0.4s ease;
}

/* Expand underline on hover */
.footer-bottom-links li:hover::after {
  width: 100%;
}

/* Color change on hover */
.footer-bottom-links a:hover {
  color: #00aced;
}

.contact-footer-info-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-contact-info-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.footer-contact-info-box p {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 0px;
  transition: all 0.5s ease;
}
.footer-contact-info-box h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  transition: all 0.5s ease;
}

/**************************** Footer design End *************************/

/**************************** Performance design Start *************************/

.slider-container {
  position: relative;
}
.slider-container::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
}

.slider-content-box {
  position: absolute;
  left: 6.5%;
  top: 15%;
  z-index: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.slider-content-box .common-btn {
  width: max-content;
  text-transform: uppercase;
  background: #1d3557;
  color: #a8dadc;
  border: none;
}

.slider-content-box span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.slider-content-box h3 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.slider-content-box p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
}

.video-section-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0px 2px 20px #00000010;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
.video-section {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}
.video-play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: grid;
  place-content: center;
}
.performance-content-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  gap: 10px;
  background-color: #00152408;
  border: 1px solid #00152420;
  background: #fff;
}
.performance-content-box h6 {
  color: #1d3557;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}
.performance-content-box p {
  text-align: center;
  color: #1d3557;
  font-size: 14px;
  margin-bottom: 0px;
}
.performance-icons {
  color: #1d3557;
  font-size: 2.5rem;
}
.performance-video-icons {
  color: #ffffff;
  font-size: 2.5rem;
}

/**************************** Performance design End *************************/

/**************************** Who we are design start *************************/

.we-are-section {
  background-color: #f1faee;
  padding: 60px 0px;
}
.we-are-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.we-are-left > h6 {
  color: #001524;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.we-are-left h6::after {
  content: "";
  width: 100px;
  height: 2px;
  border-radius: 20px;
  background-color: #001524;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
}
.we-are-left > h2 {
  color: #001524;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 40px;
}
.we-are-left > p {
  color: #001524;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 25px;
}
.we-are-left p span {
  font-weight: 600;
}
.we-are-right {
  width: 100%;
  height: 100%;
}
.we-are-back-image-section {
  position: relative;
  width: 100%;
}
.we-are-back-image-section img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: top;
}
.we-are-back-right-content-box {
  position: absolute;
  background-color: #001524;
  width: 100%;
  bottom: 0px;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.we-are-back-right-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.we-are-back-right-content.jcs {
  display: flex;
  justify-content: flex-start;
}
.we-are-back-right-content h4 {
  text-align: center;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0px;
}
.we-are-back-right-content p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0px;
}
.divider {
  width: 1px;
  height: 100px;
  background-color: #d9d9d9;
}
.we-are-left-content-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  overflow-x: hidden;
}
.we-are-left-content-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.we-are-left-content-box h4 {
  color: #001524;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
.we-are-left-content-box p {
  color: #001524;
  font-size: 14px;
  margin-bottom: 0px;
}

/**************************** Who we are design End *************************/

/**************************** we do design start *************************/

.we-do-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 200px;
}
.we-do-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #d9d9d9;
  gap: 16px;
}
.we-do-box h3 {
  color: #001524;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.we-do-box p {
  color: #001524;
  font-size: 14px;
  margin-bottom: 0px;
}
.we-do-icons {
  color: #001524;
  font-size: 3rem;
}
/**************************** we do design End *************************/

/**************************** Our Vision & Mission design Start *************************/

.our-vision-mission-section {
  width: 100%;
  padding: 0px 0px 60px;
}
/* .our-vision-video-section > * {
  position: relative;
  z-index: 1;
} */
.our-vision-video-section {
  position: relative;
  width: 100%;
  height: 500px;
  bottom: 100px;
  z-index: 1;
}
.our-vision-video-section::after {
  content: "";
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.our-vision-video-section img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-vision-mission-section .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.performance-section .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.play-button {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 10px;
}

.play-button-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.play-button-box:hover {
  background-color: #001524;
  animation: button-ripple 3s infinite;
}
@keyframes button-ripple {
  50% {
    -webkit-box-shadow: 0 0 0 var(--glow-size, 10px) currentColor;
    box-shadow: 0 0 0 var(--glow-size, 10px) currentColor;
    opacity: 0.75;
  }
  70% {
    -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0.75;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 1;
  }
}
/* .play-button-box img{
  width: 30px;
  height: 30px;
} */
.play-button-icon {
  font-size: 30px;
  color: #001524;
}
.play-button-box:hover .play-button-icon {
  color: #ffffff;
}
.play-button p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0px;
}
.play-video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-wrapper {
  max-width: 90%;
  width: 800px;
  height: 450px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.close-video-btn {
  position: fixed;
  top: 20px;
  right: 30px;
  background: #ffffff;
  color: #000000;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.our-vision-container {
  width: 100%;
  background-color: #3c3c3c;
  border: 10px solid #5d5d5d;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 20px;
  height: 100%;
  transition: all 0.5s ease;
}
.our-vision-container h6 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.our-vision-container p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0px;
}
.our-vision-container.our-mission-container {
  background-color: #0b1c2d;
  border: none;
  display: flex;
}

/**************************** Our Vision & Mission design End *************************/

/**************************** Counter design Start *************************/

.counter-section {
  width: 100%;
  background-color: #001524;
}
.counter-section-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px 0px;
}
.counter-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-right: 0.5px solid #605b5b;
}
.counter-box:last-child {
  border-right: 0.5px solid transparent;
}
.counter-box h4 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0px;
}
.counter-box p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0px;
}

/**************************** Counter design End *************************/

/**************************** Why Choose Us design Start *************************/

.why-choose-us {
  width: 100%;
  margin-bottom: 20px;
  padding: 60px 0px;
  background-image: url(../src/assets/images/why-choose-us-bg.jpg);
  /* background-color: radial-gradient(at center left, #FFFFFFE6 0%, #fff 100%); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.why-choose-us::after {
  content: "";
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.why-choose-us > * {
  position: relative;
  z-index: 1;
}
.why-choose-left-content-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.why-choose-left-content-container h6 {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #001524;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.why-choose-left-content-container h6::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: 100%;
  top: 50%;
  margin-left: 8px;
  border-radius: 10px;
  background-color: #001524;
}
.why-choose-left-content-container h4 {
  font-size: 36px;
  font-weight: 600;
  color: #001524;
  margin-bottom: 0px;
}
.why-choose-left-content-container p {
  font-size: 15px;
  color: #001524;
  margin-bottom: 0px;
}
.why-choose-right-content-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.why-choose-right-content-container img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
/* .hover-content-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: #00000090;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  border-radius: 20px;
}
.why-choose-right-content-container:hover .hover-content-section {
  animation: slideUp 0.6s ease-in-out;
  z-index: 1;
  opacity: 1;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hover-content-section h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.hover-content-section p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0px;
} */
.why-choose-right-content-container .hover-content-section .common-btn {
  background-color: #ffffff !important;
  color: #001524 !important;
  padding: 6px 20px !important;
  border: 1px solid #001524 !important;
}

.choose-us-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.why-choose-us-boxes {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.box-icon {
  min-width: 80px;
  height: 80px;
  background-color: #001524;
  display: grid;
  place-content: center;
}
.box-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.box-content h4 {
  color: #001524;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.box-content p {
  color: #001524;
  font-size: 14px;
  margin-bottom: 0px;
}
.choose-us-icons {
  font-size: 30px;
  color: #ffffff;
}

/****************************  Why Choose Us design End *************************/

/****************************  We Offer design Start *************************/
.we-offer {
  position: relative;
}
.we-offer > * {
  position: relative;
  z-index: 1;
}
.we-offer::after {
  content: "";
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(168, 218, 220, 0.75);
  display: block;
}

.we-offer-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.we-offer-header p {
  color: #001524;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
}
.we-offer-header h4 {
  color: #001524;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0px;
  text-align: center;
}
.we-offer-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.we-offer-box {
  perspective: 1000px;
  height: 260px;
}
.product.we-offer .we-offer-box {
  perspective: 1000px;
  height: 380px;
}

.we-offer-box:hover .we-offer-inner {
  transform: rotateY(180deg);
}

.we-offer-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.we-offer-front,
.we-offer-hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  gap: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.we-offer-front {
  background: #1d1d1d;
  color: #fff;
  z-index: 2;
}

.we-offer-hover-box {
  background: #3c3c3c;
  color: #fff;
  transform: rotateY(180deg);
}

.we-offer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.we-offer-content ul,
.we-offer-hover-content ul {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.we-offer-box h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}
.we-offer-box p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0px;
  text-align: center;
}
.we-offer-box .we-offer-icons {
  color: #ffffff;
  font-size: 3rem;
}

.we-offer-hover-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
/****************************  We Offer design End *************************/

/****************************  We Offer design End *************************/

.take-action {
  position: relative;
  width: 100%;
  height: 600px;
}
.take-action img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: top; */
}
.take-action-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  background-color: #00000090;
}
.take-action-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.take-action-box h3 {
  text-align: center;
  width: 46%;
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0px;
}
.take-action-box p {
  text-align: center;
  width: 46%;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0px;
}

/****************************  We Offer design End *************************/

/****************************  Trust Slider design Start *************************/

.trust-slider {
  width: 100%;
  background-color: #f1faee;
  padding: 40px 0px;
}
.trust-slider-container {
  width: 86%;
  display: flex;
  flex-direction: column;
  align-items: flex-startF;
  gap: 20px;
}
.trust-slider-container h2 {
  font-size: 32px;
  font-weight: 600;
  color: #001524;
  margin-bottom: 0px;
}
.trust-slider-container h2::after {
  content: "";
  width: 100px;
  height: 2px;
  left: 100%;
  top: 50%;
  margin-left: 8px;
  border-radius: 10px;
  background-color: #001524;
}
.trust-slider-container p {
  font-size: 15px;
  color: #001524;
  margin-bottom: 0px;
}
.trust-map-img-box {
  width: 100%;
  height: 100%;
}
.trust-map-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/****************************  Trust Slider design End *************************/

.send-message {
  width: 100%;
  padding: 80px 0px;
  background-color: #a8dadc;
}

.contact-us-form {
  padding: 60px 0px;
}

.contact-form {
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px;
  box-shadow: 0px 0px 4px #d9d9d9;
  background: #1d3557;
}
.contact-form h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-form p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 30px;
}

.contact-form label {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-form input {
  width: 100%;
  height: 36px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  background-color: #ffffff;
}
.contact-form textarea {
  width: 100%;
  height: 80px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
}

.contact-form button {
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.error {
  color: red;
  font-size: 12px;
}
.contact-form-img-box {
  width: 100%;
  height: 320px;
}
.contact-form-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/***********************   DASHBOARD SLIDER DESIGN *******************/

body {
  background: #ccc6c6;
  overflow-x: hidden;
}

.container-slider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 500px;
  background: #f5f5f5;
  box-shadow: 0 30px 50px #dbdbdb;
  overflow: hidden;
  margin-bottom: 30px;
}

.slide {
  position: relative;
  height: 100%;
}

.item {
  width: 200px;
  height: 300px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 20px;
  box-shadow: 0 30px 50px #505050;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}

/* Main slides */
.item:nth-child(1),
.item:nth-child(2) {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
}

/* Next previews */
.item:nth-child(3) {
  left: 50%;
}
.item:nth-child(4) {
  left: calc(50% + 220px);
}
.item:nth-child(5) {
  left: calc(50% + 440px);
}
.item:nth-child(n + 6) {
  left: calc(50% + 660px);
  opacity: 0;
}

.item .content {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 40%;
  text-align: left;
  color: #eee;
  transform: translate(0, -50%);
  font-family: system-ui;
  display: none;
}

.item:nth-child(2) .content {
  display: block;
}

.content .heading {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
  margin-bottom: 10px;
}
.content .name {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
  margin-bottom: 10px;
}

.content .des {
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeIn 1s ease-in-out 0.3s forwards;
}

.content button {
  padding: 10px 20px;
  opacity: 0;
  animation: fadeIn 1s ease-in-out 0.6s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(100px);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.button {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
}

.button button {
  width: 40px;
  height: 35px;
  border-radius: 8px;
  margin: 0 5px;
  border: 1px solid #001524;
  background-color: #001524 !important;
  transition: all 0.5s ease-in-out;
}
.button button:hover {
  background-color: #ffffff !important;
}

.button button:hover {
  background: #ffffff;
  color: #001524;
}

/** Sign Up Section ***/

.wave-wrapper {
  position: relative;
  width: 100%;
  padding: 80px 0px;
  overflow: hidden;
  background-color: #0f0f3e;
  background: url(./assets/images/wave-bg.jpg) no-repeat center center / cover;
}
.wave-wrapper > * {
  position: relative;
  z-index: 1;
}
.wave-wrapper::after {
  content: "";
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.sign-up-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sign-up-content h5 {
  color: #ffffff !important;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0px;
}

/* WAVE STYLES */
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  padding: 60px;
  background: #ffffff40;
  border-radius: 1000% 1000% 0 0;
  opacity: 0.8;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  animation: wave 18s linear reverse infinite;
  bottom: -1.25em;
  opacity: 0.6;
}

.wave:nth-of-type(3) {
  animation: wave 20s -1s reverse infinite;
  bottom: -2.5em;
  opacity: 0.4;
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(-50%);
  }
  75% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(0);
  }
}

/* .input-button-wrapper {
  display: flex;
  width: 100%;
  max-width: 400px;
} */
.input-button-wrapper {
  display: flex;
  max-width: 100%;
  z-index: 10;
}

/* .styled-input {
  flex: 1;
  padding: 4px 10px;
  font-size: 1rem;
  border: 2px solid #ccc;
  border-right: none;
  border-radius: 0px;
  outline: none;
  z-index: 3;
} */
.styled-input {
  flex: 1 1 100%; /* allow shrinking and wrapping */
  min-width: 0; /* prevent overflow in flex containers */
  box-sizing: border-box;
  padding: 4px 10px;
}

.styled-button {
  flex: 0 0 auto;
  white-space: nowrap; /* prevent text wrapping inside button */
}
.styled-input.mb-3 {
  margin-bottom: 0px !important;
}

.styled-button {
  padding: 4px 10px;
  font-size: 12px;
  background-color: #001524;
  color: white;
  border: 2px solid #001524;
  border-radius: 0px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.styled-button:hover {
  background-color: #001524;
}

/******************** Banner Section Design **********************/

.banner-pattern-wrapper {
  width: 100%;
  max-height: 400px;
  height: 100%;
  background-color: #342e2e;
  background-image: url("../src/assets/images/pattern-4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.banner-content {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.banner-content h3 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}
.banner-content p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

.our-project-wrap {
  padding: 60px 0px;
}

.our-project-left h6 {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.our-project-left h2 {
  font-size: 38px;
  color: #1b263b;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.our-project-left p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}

.our-project-right {
  position: relative;
}

.our-project-right::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: #e50303;
  display: block;
  z-index: -1;
}
.common-section {
  padding: 80px 0px;
}
.latest-projects-wrap {
  background: #f4f4f4;
}
.latest-proj-head {
  text-align: center;
  margin-bottom: 30px;
}
.latest-proj-head h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.latest-proj-head h2 {
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}
.latest-proj-box {
  margin: 40px;
}
.latest-img {
  height: 300px;
  width: 100%;
}
.latest-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.latest-proj-content {
  padding: 20px;
  background: #fff;
  width: 95%;
  margin-left: auto;
  position: relative;
  margin-top: -80px;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.4);
}
.latest-proj-content h3 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.latest-proj-content p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0px;
}

.why-latest-project {
  background: url(./assets/images/projectWCU.jpg) no-repeat center center /
    cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  position: relative;
  min-height: 500px;
}
.why-latest-project > * {
  position: relative;
  z-index: 1;
}
.why-latest-project::after {
  content: "";
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: block;
}

.why-latest-box {
  border: 10px solid rgba(255, 255, 255, 0.3);
  padding: 60px 30px;
  min-height: 480px;
}

.why-latest-box h3 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
}
.why-latest-box ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.why-latest-box p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

/******************** Introduction Page Design **********************/

.information-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 100px 0px 200px;
}
.real-world-cases-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.benefits-cases-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 100px 0px 160px;
}
.info-box {
  border: 1px solid #d9d9d9;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.info-box h6 {
  color: #001524;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.info-box p {
  color: #001524;
  font-size: 14px;
  margin-bottom: 0px;
}
.info-box-icons {
  color: #001524;
  font-size: 2rem;
}

/******************** Testimony section Design **********************/

.testimonial-section {
  width: 100%;
  padding: 20px 0;
  background-color: #f9f9f9;
  padding: 100px 0px;
}

.left-testimony-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left-testimony-box h6 {
  color: #001524;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.left-testimony-box h3 {
  color: #001524;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.left-testimony-box p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.right-testimony-box {
  background: #ffffff;
  padding: 30px 20px;
  box-shadow: 0 2px 10px #d9d9d9;
  min-height: 200px;
  height: 100%;
}

.testimonial-card {
  background: transparent;
}

.testimonial-message {
  color: #555;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 1rem;
}

.testimonial-name {
  font-size: 18px;
  color: #001524;
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial-role {
  font-size: 13px;
  color: #777;
}

.benefit-page-h2 {
  text-align: center;
  color: #001524;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.comparison-section {
  padding: 60px 0px;
}
.comparison-container h2 {
  color: #001524;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.comparison-container-box {
  width: 100%;
  margin-bottom: 20px;
}

thead tr th {
  font-size: 16px;
  background-color: #f5f5f5 !important;
  padding: 20px;
}
.common-table-tbody tr td {
  font-size: 13px;
  margin-bottom: 20px !important;
  padding: 20px;
}

.common-table-tbody tr:nth-child(odd) td {
  background-color: #ffffff !important;
}

.common-table-tbody tr:nth-child(even) td {
  background-color: #f5f5f5 !important;
}

/********************* Contact Us Form ***************/

.contact-us-form-container {
  width: 100%;
  margin: 40px 0px 30px;
}
.contact-us-form-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 20px 0px 20px;
}
.contact-us-form-left h6 {
  color: #001524;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.contact-us-form-left h2 {
  color: #001524;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0px;
}
.contact-us-form-left p {
  color: #001524;
  font-size: 14px;
  margin-bottom: 0px;
}
.contact-us-form-right {
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  box-shadow: 0px 2px 4px #d9d9d9;
}
.contact-us-form-heading {
  color: #001524;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-us-form-label-input-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin: 0px 0px 20px;
}
.contact-us-form-label {
  color: #001524;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.contact-us-form-input-box.form-control {
  width: 100%;
  padding: 4px 10px;
  display: flex;
  flex: 1;
  border-radius: 0px;
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}

.slider-image.zoom-in {
  transform: scale(1.05); /* Zoom in by 5% */
}

/* Optional: Add transition for smooth zoom in and out */
.slick-slide {
  transition: transform 3s ease; /* Smooth zoom effect */
}

.information-section.manuf .information-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 100px 0px 200px;
}

.wm-box {
  margin-bottom: 30px;
}

.wm-box h3 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.wm-box p {
  font-size: 18px;
  font-weight: 400;
}

.our-service-img {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 80px; */
}
.our-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.progress-section {
  max-width: 600px;
  margin: 0 auto;
  font-family: sans-serif;
  color: #0c1c2b; /* dark blue text */
}

.progress-item {
  margin-bottom: 40px;
}

.label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 5px;
}

.percent {
  font-weight: bold;
}

.custom-progress {
  height: 4px;
  background-color: #f1f1f1; /* light grey background */
}

.custom-progress .progress-bar {
  background-color: #0c1c2b; /* dark navy bar */
}

.custom-progress.progress {
  border-radius: 0px !important;
  height: 0.5rem !important;
}
.progress-section {
  margin-top: 40px;
}
.our-service-right {
  padding-left: 60px;
}
.our-service-right h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.our-service-right h2 {
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}
.our-service-right p {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
}
.our-service-right ul li {
  margin-bottom: 10px;
}
.our-service-performance {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #001524;
  width: 50%;
  padding: 20px;
  margin-top: 20px;
}
.our-service-performance .service-icon {
  color: #fff;
  font-size: 30px;
  width: 100px;
}
.our-service-performance .performance-box h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.our-service-performance .performance-box P {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.sucess-head {
  text-align: center;
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
}
.sucess-head h6 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.sucess-head h2 {
  font-size: 38px;
  font-weight: 700;
  color: #001524;
}
.sucess-head p {
  font-size: 16px;
  font-weight: 400;
  color: #001524;
}
.common-section.success-stories-wrap{
  padding: 80px 0px 0px;
}
.sucess-box {
  margin-bottom: 100px;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.4);
}
.sucess-box .sucess-img {
  width: 90%;
  margin: 0px auto;
  height: 100%;
}
.sucess-box .sucess-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.4);
}
.sucess-stories-lower {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sucess-stories-lower h3 {
  font-size: 24px;
  font-weight: 600;
  color: #001524;
  margin-bottom: 0px;
}
.success-head{
  margin-bottom: 100px;
}
.sucess-stories-lower p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
}
.sucess-stories-lower ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0px !important;
}
.sucess-stories-lower ul li {
  list-style: none;
}
.sucess-stories-lower ul li .sucess-social-icon {
  --ehw-icon: 40px;
  width: var(--ehw-icon);
  height: var(--ehw-icon);
  border-radius: 50%;
  background: #001524;
  padding: 10px;
  color: #fff;
  transform: scale(1);
  transition: all ease-in-out 0.5s;
}
.sucess-stories-lower ul li .sucess-social-icon:hover {
  transform: scale(1.1);
}
.sucess-main {
  margin-top: 150px;
}
.sucess-main .row {
  gap: 120px 0px;
}
.join-wrap {
  position: relative;
  min-height: 600px;
  background: #f6f6f6;
}
.join-img-right {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 50%;
  height: 100%;
}
.join-img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-box {
  padding: 40px;
  background: #fff;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  width: calc(100% + 100px);
  min-height: 200px;
  margin-left: 40px;
}
.join-line {
  width: 100px;
  background: #1f1f1f;
  height: 1px;
  display: block;
}
.project-banner-wrap {
  position: relative;
}
.project-banner-wrap::after {
  content: "";
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
}
.project-bnr-bg {
  width: 100%;
  height: 600px;
}
.project-bnr-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  width: 60%;
}
.project-box h3 {
  font-size: 58px;
  color: #fff;
  margin-bottom: 20px;
}
.project-box p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.project-empower-wrap {
  position: relative;
}
.project-empower-wrap::after {
  content: "";
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.75);
}
.project-empower-bg {
  width: 100%;
  height: 500px;
}
.project-empower-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-empower-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  width: 50%;
}
.project-empower-box h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.project-empower-box p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.project-gallery-list h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.project-gallery-list ul {
  padding-left: 0px !important;
  margin-top: 20px;
}
.project-gallery-list ul li {
  margin-bottom: 10px;
  list-style: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.project-gallery-list ul li:last-child {
  border-bottom: none !important;
}
.project-gallery-list ul li .project-gallery-link {
  text-decoration: none;
  color: #000;
}
.project-gallery-list {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.5);
}
.project-main-img {
  width: 100%;
  height: 500px;
}
.project-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-right {
  width: 100%;
  height: 100%;
}
.project-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-main-content {
  margin-top: 20px;
}
.project-main-content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.project-main-content p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.overview-head {
  margin-top: 20px;
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.project-left p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.insight-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.insight-head h3 {
  font-size: 32px;
  color: #001524;
  font-weight: 700;
}
.insight-head .common-btn {
  text-transform: uppercase;
  font-size: 16px;
}
.insight-lwr {
  margin-top: 40px;
}
.insight-box {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.5);
}
.insight-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.insight-box ul {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 0px;
}
.insight-box ul li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
}
.insight-box ul li::after {
  content: ".";
  position: relative;
  display: block;
}
.insight-box ul li:last-child::after {
  display: none;
}

/* Ensure parent elements allow overflow */
.navitem-wrapper {
  position: relative;
  overflow: visible;
}

.submenu-item {
  position: relative;
}

/* Optional arrow icon styling */
.arrow,
.sub-arrow {
  font-size: 0.8rem;
}

.navitem-wrapper {
  position: relative;
}

.submenu a {
  padding: 0.5rem 1rem;
  display: block;
  color: #001524;
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  background: #f8f9fa;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  min-width: 250px;
  z-index: 99;
  overflow: visible !important;
  animation: fadeIn 0.5s ease-in-out;
}
.submenu-item-wrapper {
  position: relative;
}

.subsubmenu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  background: #ffffff;
  border: 1px solid #ccc;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.submenu-link {
  display: block;
  background-color: #ffffff;
  color: #1b263b !important;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.4s ease;
  padding: 10px 15px !important;
}

.submenu-link:hover {
  background-color: #1b263b;
  color: #ffffff !important;
}

.faq-head {
  font-size: 44px;
  font-weight: 700;
  color: #001524;
  margin-bottom: 20px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none !important;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.accordion-button:not(.collapsed) {
  background-color: #001524 !important;
  color: #fff !important;
}

.blog-card {
  background: #fff;
  /* padding: 20px; */
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  min-height: 500px;
}
.blog-card-content {
  padding: 20px;
  min-height: 200px;
}
.blog-title {
  font-size: 24px;
  font-weight: 600;
  color: #001524;
  margin-bottom: 0px;
}
.blog-date {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}
.blog-excerpt {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  /* Limit to two lines */
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card a {
  text-decoration: none;
  color: #001524;
  font-weight: 600;
  font-size: 12px;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.blog-card a:hover {
  color: #4caf50;
}
.blog-card .read-more {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #4caf50;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.blog-card .read-more:hover {
  background-color: #45a049;
}
.blog-details-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.blog-details-meta p {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.blog-details-sidebar {
  width: 100%;
  padding: 20px;
  background: #f9f9f9;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
}
.related-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-posts-list li {
  margin-bottom: 10px;
}
.sidebar-title {
  font-size: 22px;
  font-weight: 600;
  color: #001524;
  margin-bottom: 10px;
}
.slick-slider {
  overflow-x: hidden;
}

.job-opening-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.job-opening-content span {
  background-color: #1d3557;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.job-opening-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #001524;
  margin-bottom: 0px;
}
.form-control,
.form-select {
  border-radius: 0px !important;
}
.form-control:focus,
.form-select:focus {
  border-color: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #0890f1;
}
.job-listing-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.job-listing-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}
.job-listing-icons li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #001524;
}
.job-title {
  font-size: 22px;
  font-weight: 500;
  color: #001524;
  margin-bottom: 8px;
}
.job-date p {
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

/* Work Culture */
.work-culture {
  position: relative;
  padding-bottom: 150px;
}
.work-culture-left {
  height: auto;
  width: 100%;
}
.work-culture-left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.work-culture-head {
  font-size: 32px;
  font-weight: 600;
  color: #001524;
  margin-bottom: 20px;
}
.work-culture-subhead {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}
.work-culture-right-box {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.work-culture-right-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0b6bb0;
  margin-bottom: 5px;
}
.work-culture-right-box p,
.work-culture-right-box ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
.work-culture-right-box {
  min-height: 220px;
}







/* Start Slider */


/* End */