/********** Template CSS **********/

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.fw-medium {
  font-weight: 600;
}

.mt-6 {
  margin-top: 5rem;
}

.mb-6 {
  margin-bottom: 5rem;
}

.pt-6 {
  padding-top: 5rem;
}

/* .pb-6 {
  padding-bottom: 5rem;
} */

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

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  transition: 0.5s;
  font-weight: 600;
  text-transform: uppercase;
} 
 

.btn-primary,
.btn-outline-primary:hover {
  color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
  color: var(--bs-dark);
}

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

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

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

.btn-xl-square {
  width: 60px;
  height: 60px;
}

.btn-xxl-square {
  width: 75px;
  height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
} 


/*** Header ***/
.carousel .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: left;
  /* background: rgba(0, 0, 0, .7); */
  padding: 3rem;
  padding-left: 11rem;
  z-index: 1;
}

.carousel .carousel-indicators {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 80px;
  flex-direction: column;
  margin: 0;
  margin-left: 3rem;
}

.carousel .carousel-indicators [data-bs-target] {
  width: 70px;
  height: 70px;
  text-indent: 0;
  margin: 5px 0;
  border: 2px solid #ffffff;
  overflow: hidden;
}

.carousel .carousel-indicators [data-bs-target] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .carousel .carousel-item {
    position: relative;
    min-height: 600px;
  }

  .carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
  }

  .carousel .carousel-caption {
    padding-left: 10rem;
  }
}

@media (max-width: 768px) {
  .carousel .carousel-item {
    min-height: 500px;
  }

  .carousel .carousel-indicators [data-bs-target] {
    width: 50px;
    height: 50px;
  }

  .carousel .carousel-caption {
    padding-left: 9rem;
  }
}

@media (min-width: 1200px) {
  .carousel .carousel-item .display-1 {
    font-size: 7rem;
  }
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/Welcome To-2.png") center center no-repeat;
  background-size: cover;
}

/*** About ***/
.about-img {
  position: relative;
  padding-left: 45px;
}
.service-img{
  padding: 20px;
  border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
    position: relative;
    z-index: 1;
}
.service-bg-img{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
/* .service-img {
    position: relative;
    display: flex;
    justify-content: center; 
    align-items: center;     
              
} */
/* .service-img img {
    max-width: 100%;
    height: auto;
    margin-top: 0; 
   
} */
 .service-bg-img{
  background-image: url('../img/service_3.jpeg');
 }
/* Animated border box behind the image */
/* .service-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: -25px; 
    left: 0;
    border: 5px solid var(--bs-primary);
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}
@keyframes animateUpDown {
    0% {
        top: -25px;
    }
    50% {
        top: -45px;
    }
    100% {
        top: -25px;
    }
} */


.about-img::before  {
  position: absolute;
  content: "";
  width: 200px;
  height: 300px;
  top: 0;
  left: 0;
  border: 5px solid var(--bs-primary);
  animation: animateUpDown 3s ease-in-out infinite;
  z-index: -1;
}

@keyframes animateUpDown {
  0% {
    top: -25px;
  }
  50% {
    top: -45px;
  }
  100% {
    top: -25px;
  }
}

/*** Features ***/
.feature {
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 1) 50%
    ),
    url(../img/carousel-1.jpg) left center no-repeat;
  background-size: cover;
}

.feature-row {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.feature-item {
  border-color: rgba(0, 0, 0, 0.03) !important;
}

.feature-icon {
  position: relative;
  transition: 0.5s;
}

.feature-item:hover .feature-icon {
  margin-left: 3rem;
}

.feature-item a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--bs-secondary);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.feature-item a:hover {
  color: var(--bs-primary) !important;
}

.feature-item a:hover::after {
  background: var(--bs-primary);
}

.experience .progress {
  height: 5px;
}

.experience .progress .progress-bar {
  width: 0px;
  transition: 3s;
}

/*** Service ***/
.service .service-item {
  position: relative;
  margin-top: 45px;
}

.service .service-inner {
  position: relative;
  height: 100%;
  margin-top: 45px;
  background: var(--bs-white);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}

.service .service-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: 1s;
  background: var(--bs-primary);
}

.service .service-inner:hover::before {
  height: 100%;
  top: 0;
}

.service .service-item img {
  margin-top: -45px;
  padding-left: 45px;
}

.service .service-item * {
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

.service .service-item:hover h5,
.service .service-item:hover p {
  color: var(--bs-white);
}

.service .service-item:hover a {
  padding-left: 45px !important;
}

/*** Appoinment ***/
.appoinment {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/carousel-2.jpg) left center no-repeat;
  background-size: cover;
}

/*** Team ***/
.team .team-item {
  background: var(--bs-white);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}

.team .team-item .team-social {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: 0.5s;
  background: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-item:hover .team-social {
  width: 100%;
  left: 0;
}

.team .team-item .team-social .btn {
  opacity: 0;
  transition: 0.5s;
}

.team .team-item:hover .team-social .btn {
  opacity: 1;
}

/*** Testimonial ***/
.testimonial-img {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.testimonial-img div {
  position: absolute;
  width: 100px;
  height: 100px;
  animation-duration: 5s;
}

.testimonial-img div:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: 0.1s;
}

.testimonial-img div:nth-child(2) {
  top: 60%;
  left: 20%;
  animation-delay: 0.4s;
}

.testimonial-img div:nth-child(3) {
  top: 20%;
  left: 60%;
  animation-delay: 0.7s;
}

.testimonial-img div:nth-child(4) {
  bottom: 10%;
  right: 10%;
  animation-delay: 1s;
}

.testimonial-img div::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  box-shadow: 0 0 10px 10px var(--bs-white) inset;
  z-index: 1;
}

.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 15px;
  display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  color: var(--bs-primary);
  font-size: 45px;
  transition: 0.5s;
}

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

/*** Contact ***/
@media (min-width: 992px) {
  .contact-info::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 50%;
    border-left: 1px dashed rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 991.98px) {
  .contact-info::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0px;
    top: 50%;
    left: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
  }
}

/*** Appoinment ***/
.newsletter {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/carousel-3.jpg) left center no-repeat;
  background-size: cover;
}

/*** Footer ***/
/*  */
/* General Enhancement Styles */
.enhanced-section-light {
  background-color: #fdfdff; /* A very light, almost white background */
  padding: 100px 0;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.enhanced-section-light .display-6 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #1e2a3b;
}

.enhanced-section-light p {
  color: #5a6a7e;
  line-height: 1.7;
}

.enhanced-section-light .text-primary {
  color: #28a745 !important; /* A vibrant, modern blue */
}

.enhanced-section-light .section-subtitle {
  font-weight: 600;
  letter-spacing: 1px;
  color: #28a745;
}

/* == 1. "Why Choose Us" Section Enhancements == */
.about-service-enhanced .content-box {
  padding: 3rem;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #eef2f7;
  box-shadow: 0 20px 50px rgba(20, 30, 40, 0.05);
  transition: all 0.4s ease;
}

.about-service-enhanced .content-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(20, 30, 40, 0.1);
}

.about-service-enhanced .image-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(20, 30, 40, 0.1);
  position: relative;
  height: 100%;
  min-height: 500px;
}

.about-service-enhanced .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-service-enhanced .image-container:hover img {
  transform: scale(1.1);
}

.about-service-enhanced .list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #344051;
  font-weight: 500;
}

.about-service-enhanced .list-item .fa-check-circle {
  color: #28a745; /* A successful green */
  margin-right: 15px;
  font-size: 1.6rem;
  margin-top: 2px;
}

.about-service-enhanced .btn-elegant {
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(65, 253, 13, 0.2);
  border-radius: 50px;
  padding: 1rem 2.5rem;
}

.about-service-enhanced .btn-elegant:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(65, 253, 13, 0.2);
}

/* == 2. "Excellence in Every Meal" Section Enhancements == */
.excellence-section {
  background-color: #f8f9fa;
}

.excellence-section .service-card-enhanced {
  background: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  padding: 3rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.excellence-section .service-card-enhanced::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.6s ease;
}

.excellence-section .service-card-enhanced:hover::after {
  left: 150%;
}

.excellence-section .service-card-enhanced:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px rgba(20, 30, 40, 0.12);
}

.excellence-section .service-icon-enhanced {
  width: 80px;
  height: 80px;
  margin: 0 auto 2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0aa255, #00c6ff);
  color: #ffffff;
  border-radius: 50%;
  font-size: 2.5rem;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(65, 253, 13, 0.2);
}

.excellence-section .service-card-enhanced:hover .service-icon-enhanced {
  transform: translateY(-5px) scale(1.15);
  box-shadow: 0 15px 30px rgba(65, 253, 13, 0.2);
}

.excellence-section .card-title {
  font-weight: 700;
  color: #1e2a3b;
}

/* == 3. "Our Streamlined Process" Section Enhancements == */
.process-section .process-image-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(20, 30, 40, 0.1);
  width: 488px !important;
  height: 632px !important;
  max-width: 100%;
  margin: 0 auto;
}

.process-section .process-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.process-section .process-image-container:hover img {
  transform: scale(1.05);
}

.process-section .timeline {
  position: relative;
  padding-left: 40px;
  border-left: 4px solid #eef2f7;
}

.process-section .timeline-step {
  position: relative;
  padding-left: 40px;
  padding-bottom: 3rem;
  transition: all 0.3s ease;
}

.process-section .timeline-step:last-child {
  padding-bottom: 0;
}

.process-section .timeline-step:hover {
  transform: translateX(10px);
}

.process-section .timeline-icon {
  position: absolute;
  left: -64px;
  top: -2px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: 4px solid #0aa255;
  color: #ffff!important;
  font-weight: 700;
  font-size: 1.4rem;
  z-index: 1;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 4px #fff;
}

.process-section .timeline-step:hover .timeline-icon {
  background-color: #0aa255;
  color: #ffffff;
  transform: rotate(360deg);
}

.process-section .timeline-content h5 {
  font-weight: 700;
  color: #1e2a3b;
}

/* == 4. "Sustainability Section" Styles == */
.sustainability-section {
  padding: 100px 0;
  position: relative;
}

.eco-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #dffb93 0%, #7e1f2c 100%);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}

.sustainability-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}

.sustainability-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.sustainability-card .service-icon {
  font-size: 4rem;
  background: linear-gradient(135deg, #66ea7a 0%, #4ba278 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
body {
  font-family: "Roboto", sans-serif;
  color: #726666 !important; /* Light gray for all text */
  background-attachment: fixed;
}
.about-service-enhanced .content-box {
  text-align: left; /* Keep content left-aligned for readability */
}

.about-service-enhanced .image-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 100%;
  min-height: 500px;
}

.about-service-enhanced .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-service-enhanced .image-container:hover img {
  transform: scale(1.1);
}

.about-service-enhanced .list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #5c5858 !important;
  font-weight: 500;
}

.about-service-enhanced .list-item .fa-check-circle {
  color: #28a745; /* A successful green */
  margin-right: 15px;
  font-size: 1.6rem;
  margin-top: 2px;
}

.about-service-enhanced .btn-elegant {
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(65, 253, 13, 0.2);
  border-radius: 50px;
  padding: 1rem 2.5rem;
}

.about-service-enhanced .btn-elegant:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(65, 253, 13, 0.2);
}
:root {
  --primary-color: #198754 !important;
  --secondary-color: #6c757d;
  --success-color: #28a745;
  --warning-color: #ffc107;
  --light-bg: #f8f9fa;
  --white: #ffffff;
}

.stats-card {
  background: var(--white);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-left: 5px solid var(--primary-color);
}

.stats-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-card {
  background: var(--white);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-color), #0056b3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1);
}

.experience-badge {
  background: linear-gradient(135deg, var(--success-color), #1e7e34);
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>')
    repeat;
  animation: float 20s linear infinite;
}

@keyframes float {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}

.section-title {
  position: relative;
  margin-bottom: 50px;
}

/* .section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: var(--primary-color);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
} */

.feature-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

.feature-list li:hover {
  padding-left: 20px;
  color: var(--primary-color);
}

.process-step {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.process-number {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}

.process-step::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #ddd;
  z-index: 1;
}

.process-step:last-child::after {
  display: none;
}

.btn-custom {
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
  background-color: #198754 !important;
  color: #ffffff !important;
}

.btn-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: all 0.5s ease;
}

.btn-custom:hover::before {
  left: 100%;
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.floating-elements span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  animation: float-up 25s linear infinite;
}

@keyframes float-up {
  0% {
    opacity: 1;
    bottom: -10%;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    bottom: 100%;
    transform: translateX(-100px) rotate(720deg);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Navigation */

.nav-menu a:hover,
.cta-nav {
  color: #e74c3c !important;
}

.cta-nav {
  background: #e74c3c;
  color: white !important;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: background 0.3s;
}

.cta-nav:hover {
  background: #c0392b !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #333;
  margin: 3px 0;
  transition: 0.3s;
}

/* Hero Section */

/* Sections */
.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.section-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #7f8c8d;
  margin-bottom: 3rem;
}

/* Services */
.services {
  padding: 80px 0;
  background: #f8f9fa;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.service-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.service-card i {
  font-size: 3rem;
  color: #e74c3c;
  margin-bottom: 1rem;
}

.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}

/* Process */
.process {
  padding: 80px 0;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.step {
  text-align: center;
  padding: 2rem;
}

.step-number {
  width: 60px;
  height: 60px;
  background: #e74c3c;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.step h3 {
  margin-bottom: 1rem;
  color: #2c3e50;
}

/* Certifications */
.certifications {
  padding: 80px 0;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.cert-item {
  text-align: center;
  padding: 2rem;
}

.cert-item i {
  font-size: 3rem;
  color: #27ae60;
  margin-bottom: 1rem;
}

.cert-item h3 {
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background-color: white;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
  }

  .nav-menu.active {
    left: 0;
  }

  .contact-content {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
.team-action-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.team-action-card img {
  transition: all 0.5s ease;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.team-action-card:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 112, 68, 0.523);
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-action-card:hover .overlay {
  opacity: 1;
}

.overlay-content {
  padding: 20px;
  text-align: center;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.team-action-card:hover .overlay-content {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .team-action-card img {
    height: 200px;
  }
}
/* Process Timeline Styles */
.bg-primary .process-timeline .process-step-card {
  display: none !important;
}
.process-timeline {
  position: relative;
  padding: 40px 0;
}

.process-step-card {
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
  z-index: 2;
}

.process-step-card:hover {
  transform: translateY(-10px);
}

.process-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.process-number {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #01a453 !important;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  z-index: 3;
}

.process-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    rgba(0, 255, 119, 0.1) 0%,
    rgba(174, 255, 0, 0.2) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01a453 !important;
  font-size: 24px;
  transition: all 0.3s ease;
}

.process-step-card:hover .process-icon {
  background: #73b99691 !important;
  color: white;
  transform: scale(1.1);
}

.process-content h5 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.process-content h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  transition: all 0.3s ease;
}

.process-step-card:hover .process-content h5::after {
  width: 60px;
  background: var(--success-color);
}

.process-connector {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 2px;
  background: #dee2e6;
  z-index: 1;
}

.process-connector::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dee2e6;
}

@media (max-width: 992px) {
  .process-step-card {
    margin-bottom: 30px;
  }

  .process-connector {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .process-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .process-icon {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .process-number {
    width: 30px;
    height: 30px;
    font-size: 14px;
    top: -10px;
    right: -10px;
  }
}
:root {
  --primary-gradient: linear-gradient(
    135deg,
    #1a1a2e 0%,
    #16213e 50%,
    #0f3460 100%
  );
  --accent-gradient: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
  --glass-bg: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
  --text-primary: #ffffff;
  --text-secondary: #b8c5d6;
  --text-accent: #ffd700;
  --shadow-premium: 0 20px 60px rgba(0, 0, 0, 0.3);
  --shadow-glass: 0 8px 32px rgba(0, 0, 0, 0.2);
}

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

.premium-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Premium Navigation */

.premium-cta {
  background: var(--accent-gradient) !important;
  color: #1a1a2e !important;
  padding: 0.8rem 1.5rem !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}

.premium-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

/* Premium Hero Section */
.btn-premium-primary {
  background: var(--accent-gradient);
  color: #1a1a2e;
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-premium);
}

.btn-premium-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 70px rgba(255, 215, 0, 0.4);
}

.btn-premium-secondary {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  color: var(--text-primary);
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--glass-border);
  transition: all 0.3s ease;
}

.btn-premium-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.stat-icon {
  width: 50px;
  height: 50px;
  background: var(--accent-gradient);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #1a1a2e;
}

.stat-content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-accent);
  margin-bottom: 0.2rem;
}

.stat-content p {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

/* Hero Visual */
.premium-visual-container {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-card {
  position: absolute;
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  padding: 1rem 1.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--text-primary);
  animation: float 6s ease-in-out infinite;
}

.card-1 {
  top: 20%;
  right: 10%;
  animation-delay: 0s;
}

.card-2 {
  bottom: 30%;
  left: 5%;
  animation-delay: 2s;
}

.card-3 {
  top: 60%;
  right: 20%;
  animation-delay: 4s;
}

.central-visual {
  position: relative;
  width: 200px;
  height: 200px;
}

.visual-ring {
  position: absolute;
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}

.ring-1 {
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
}

.ring-2 {
  width: 150px;
  height: 150px;
  top: 25px;
  left: 25px;
  animation-duration: 15s;
  animation-direction: reverse;
}

.ring-3 {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  animation-duration: 10s;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.visual-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--accent-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #1a1a2e;
  box-shadow: var(--shadow-premium);
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-badge {
  display: inline-block;
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  color: var(--text-accent);
  margin-bottom: 1rem;
  font-weight: 600;
}

.premium-section-title {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.premium-section-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Premium Solutions */
.premium-solutions {
  padding: 8rem 0;
  position: relative;
}

.solutions-premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.solution-premium-card {
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  padding: 3rem;
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.solution-premium-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent-gradient);
}

.solution-premium-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-premium);
}

.card-premium-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.card-icon-container {
  width: 60px;
  height: 60px;
  background: var(--accent-gradient);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #1a1a2e;
}

.card-number {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(255, 215, 0, 0.2);
  font-family: "Playfair Display", serif;
}

.solution-premium-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.solution-premium-card p {
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.card-features {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.card-features span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.card-features span i {
  color: var(--text-accent);
  width: 16px;
}

/* Premium Process */
.premium-process {
  padding: 8rem 0;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}

.process-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      circle at 25% 25%,
      rgba(255, 215, 0, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(255, 179, 71, 0.05) 0%,
      transparent 50%
    );
}




.step-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.step-number {
  width: 60px;
  height: 60px;
  background: var(--accent-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
}

.step-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--text-accent);
}

.step-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.step-content p {
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Premium Testimonials */
.premium-testimonials {
  padding: 8rem 0;
}

/* Premium Contact */

.form-premium-group input,
.form-premium-group select,
.form-premium-group textarea {
  width: 100%;
  padding: 1.2rem 1.5rem 1.2rem 3rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  color: var(--text-primary);
  font-family: inherit;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-premium-group input:focus,
.form-premium-group select:focus,
.form-premium-group textarea:focus {
  outline: none;
  border-color: var(--text-accent);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}

.form-premium-group input::placeholder,
.form-premium-group textarea::placeholder {
  color: var(--text-secondary);
}

.form-premium-group i {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-accent);
  font-size: 1rem;
}

.btn-premium-submit {
  background: var(--accent-gradient);
  color: #1a1a2e;
  padding: 1.3rem 2rem;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-premium);
  margin-top: 1rem;
}

.btn-premium-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 70px rgba(255, 215, 0, 0.4);
}

/* Premium Footer */
.premium-footer {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--glass-border);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-premium-title {
    font-size: 3rem;
  }

  .premium-section-title {
    font-size: 2.5rem;
  }
}
/* --- General Transition & Styling for Hover Effects --- */
.why-choose-us-section .d-flex.align-items-center,
.why-choose-us-section .shadow,
.certifications-section .shadow,
.certifications-section .shadow i,
.process-section .process-step-card,
.process-section .process-step-card .process-icon {
  transition: all 0.3s ease-in-out;
}

/* --- Section: Why Choose Our Services? --- */
.why-choose-us-section .d-flex.align-items-center {
  padding: 0.75rem;
  border-radius: 8px;
}

.why-choose-us-section .d-flex.align-items-center:hover {
  background-color: #e9ecef;
  /* A light grey for a subtle hover */
  transform: translateX(8px);
}

.why-choose-us-section .shadow:hover {
  transform: translateY(-8px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15) !important;
}

/* --- Section: Our Certifications & Compliance --- */
.certifications-section .shadow {
  cursor: pointer;
}

.certifications-section .shadow:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15) !important;
  background: var(--bs-primary);
  /* Use Bootstrap primary color variable */
  color: white;
}

.certifications-section .shadow:hover .text-primary {
  color: white !important;
}

.certifications-section .shadow:hover .text-muted {
  color: rgba(255, 255, 255, 0.85) !important;
}

.certifications-section .shadow:hover i {
  transform: scale(1.1);
}

/* --- Section: Our Streamlined Process --- */
.process-section .process-step-card {
  border: 1px solid transparent;
}

.process-section .process-step-card:hover {
  transform: translateY(-10px) scale(1.03);
  border-color: var(--bs-primary);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.1) !important;
}

.process-section .process-step-card:hover .process-icon {
  transform: rotate(360deg);
  background: var(--bs-primary);
  color: white;
}

.process-section .process-step-card:hover h5 {
  color: var(--bs-primary);
}
.process-section .process-step-card .process-icon {
  transition: all 0.3s ease-in-out;
}

.text-center shadow {
  transition: all 0.3s ease-in-out;
}

/* --- General Transition for Smooth Effects --- */
.why-choose-us-section .d-flex.align-items-center,
.why-choose-us-section .shadow,
.certifications-section .shadow,
.certifications-section .shadow i,
.process-section .process-step-card,
.process-section .process-step-card .process-icon {
  transition: all 0.3s ease-in-out;
}

/* --- Section: Why Choose Our Services? --- */
/* Retaining hover for list items as they are not cards */
.why-choose-us-section .d-flex.align-items-center {
  padding: 0.75rem;
  border-radius: 8px;
}

.why-choose-us-section .d-flex.align-items-center:hover {
  background-color: #e9ecef;
  transform: translateX(8px);
}

/* Applying click animation to cards */
.why-choose-us-section .shadow.active {
  transform: translateY(-8px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15) !important;
}

/* --- Section: Our Certifications & Compliance --- */
.certifications-section .shadow {
  cursor: pointer;
}

.certifications-section .shadow.active {
  transform: translateY(-10px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15) !important;
  background: var(--bs-primary);
  color: white;
}

.certifications-section .shadow.active .text-primary {
  color: white !important;
}

.certifications-section .shadow.active .text-muted {
  color: rgba(255, 255, 255, 0.85) !important;
}

.certifications-section .shadow.active i {
  transform: scale(1.1) !important;
}

/* --- Section: Our Streamlined Process --- */
.process-section .process-step-card {
  border: 1px solid transparent;
  cursor: pointer;
}

.process-section .process-step-card.active {
  transform: translateY(-10px) scale(1.03);
  border-color: var(--bs-primary);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.1) !important;
}

.process-section .process-step-card.active .process-icon {
  transform: rotate(360deg);
  background: var(--bs-primary);
  color: white;
}

.process-section .process-step-card.active h5 {
  color: var(--bs-primary);
}

/* Info Box / Stat Card (AdminLTE Inspired) */
.info-box {
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: var(--mat-shadow-1);
  align-items: center;
  transition: all 0.3s ease;
}
.info-box:hover {
  box-shadow: var(--mat-shadow-2);
  transform: translateY(-5px);
}
.info-box-icon {
  font-size: 2.5rem;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
}
.bg-primary-gradient {
  background: linear-gradient(135deg, var(--primary), #0dcaf0);
}
.bg-gold-gradient {
  background: linear-gradient(135deg, var(--gold), #ffe082);
}
.bg-success-gradient {
  background: linear-gradient(135deg, #198754, #20c997);
}

.info-box-content h6 {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--secondary);
}
.info-box-content .info-box-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dark);
}

/* Material UI Inspired Card */
.mat-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: var(--mat-shadow-1);
  padding: 30px;
  transition: box-shadow 0.3s ease;
  height: 100%;
}
.mat-card:hover {
  box-shadow: var(--mat-shadow-2);
}
.section-title-executive {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}
.section-subtitle-executive {
  color: var(--secondary);
  margin-bottom: 40px;
}

/* Services Section */
.service-card-exec {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: var(--mat-shadow-1);
  transition: all 0.4s ease;
}
.service-card-exec:hover {
  transform: translateY(-10px);
  box-shadow: var(--mat-shadow-2);
}
.service-card-exec img {
  transition: transform 0.4s ease;
}
.service-card-exec:hover img {
  transform: scale(1.1);
}
.service-card-exec .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(26, 37, 60, 0.9), transparent);
  padding: 30px 20px;
}

/* Process Section */
.process-step-exec {
  text-align: center;
  padding: 20px;
}
.process-step-exec .step-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border: 2px solid var(--primary);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary);
  box-shadow: 0 0 0 5px #fff;
  position: relative;
  z-index: 2;
}
.process-timeline-exec {
  position: relative;
}
.process-timeline-exec::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: #ddd;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .process-timeline-exec::before {
    display: none;
  }
}

/* CTA Section */
.cta-exec {
  background: linear-gradient(135deg, var(--dark) 0%, #34495e 100%);
  border-radius: 20px;
  padding: 60px;
  box-shadow: var(--mat-shadow-2);
}

:root {
  --primary: #42ab0f8f;
  --secondary: #6c757d;
  --light: #f8f9fa;
  --dark: #1a253c;
  --gold: #ffc107; /* A sophisticated accent color */
  --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-body-font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  --mat-shadow-1: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  --mat-shadow-2: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

body {
  background-color: #f0f2f5; /* A very light grey, common in dashboards */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  transition: all 0.3s ease;
  box-shadow: var(--mat-shadow-1);
}

.btn-primary:hover {
  background-color: #42ab0f8f;
  border-color: #42ab0f8f;
  transform: translateY(-2px);
  box-shadow: var(--mat-shadow-2);
}
.hero-executive {
  background-color: var(--dark);
  overflow: hidden;
}
.hero-executive .hero-content {
  padding: 100px 0;
}
.hero-executive .hero-image-container {
  position: relative;
  background: url("https://images.unsplash.com/photo-1541123437800-1bb1267b4bc1?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80")
    center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.hero-executive .hero-image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--dark) 5%, transparent 100%);
}

.service-item {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12) !important;
  border-color: rgba(13, 110, 253, 0.2);
}

.info-box {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(13, 110, 253, 0.1);
}

.tech-card {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tech-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1) !important;
}

.tech-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(13, 110, 253, 0.05),
    transparent
  );
  transition: 0.6s;
}

.tech-card:hover::after {
  left: 100%;
}

/* Elegant Section Styling */
.section-header {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.section-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #42ab0f8f rgba(217, 253, 13, 0.341));
}

.icon-square {
  transition: all 0.3s ease;
}

.tech-card:hover .icon-square {
  transform: rotate(15deg) scale(1.1);
}

/* Modern Image Effects */
.img-hover-zoom {
  overflow: hidden;
  border-radius: 8px;
}

.img-hover-zoom img {
  transition: transform 0.5s ease;
}

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

/* Elegant Badges */
.elegant-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  color: #42ab0f8f;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-item:hover .elegant-badge {
  background: #42ab0f8f;
  color: white;
}
/* Styles for the redesigned Technology Showcase section */
.tech-card-new {
  background-color: #fff;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 0.5rem;
  height: 100%;
  border: 1px solid #f0f0f0;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.tech-card-new {
  background-color: #fff;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 0.5rem;
  height: 100%;
  border: 1px solid #f0f0f0;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.tech-card-new:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.tech-header {
  background-color: #f0f0f0; /* Light grey background for the pill */
  border-radius: 50px; /* Creates the pill shape */
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  border: 1px solid #e0e0e0;
}

.tech-header .icon {
  color: #555; /* Darker icon color for better contrast */
  font-size: 1.5rem;
}

.tech-header .tech-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

.tech-card-new .tech-description {
  color: #6c757d; /* Standard muted text color */
  font-size: 0.95rem;
}

/* Styles for consistent service image height */
.service-image-container {
  height: 250px;
  overflow: hidden;
}

.service-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Styles for redesigned feature cards */
.feature-card {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  height: 100%;
  border-left: 4px solid var(--bs-primary);
  transition: all 0.3s ease-in-out;
}

.feature-card:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-left-color: #42ab0f8f; /* A slightly different blue on hover */
}

.feature-icon {
  font-size: 1.75rem;
  color: var(--bs-primary);
  margin-right: 1rem;
}

.feature-text h6 {
  font-weight: 600;
  color: #343a40;
}

.feature-text small {
  font-size: 0.9rem;
}

/* Responsive adjustments for the dividers */
@media (max-width: 991.98px) {
  .stat-item:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .stat-item::after {
    display: none;
  }
  .stat-item {
    border-bottom: 1px solid #dee2e6;
  }
  .stat-item:last-child {
    border-bottom: none;
  }
}

.tech-card-new:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.tech-header {
  background-color: #f0f0f0; /* Light grey background for the pill */
  border-radius: 50px; /* Creates the pill shape */
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  border: 1px solid #e0e0e0;
}

.tech-header .icon {
  color: #555; /* Darker icon color for better contrast */
  font-size: 1.5rem;
}

.tech-header .tech-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

.tech-card-new .tech-description {
  color: #6c757d; /* Standard muted text color */
  font-size: 0.95rem;
}

/* MODIFICATION: Added styles for consistent service image height */
.service-image-container {
  height: 250px;
  overflow: hidden;
}

.service-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Stats Section Redesign */
.stat-item {
  text-align: center;
  padding: 2rem 1rem;
  border-right: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.stat-item:last-child {
  border-right: none;
}

.stat-item:hover {
  /* background: #f8f9fa; */
  transform: translateY(-5px);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #42ab0f8f;
  margin-bottom: 0.5rem;
}

.stat-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
  margin-bottom: 0;
}

/* UNIQUE Strategic Safety Section */
.strategic-section .image-container {
  position: relative;
  min-height: 500px;
}
.strategic-section .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 85%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
.strategic-section .secondary-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  object-fit: cover;
  border-radius: 15px;
  border: 8px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}
.strategic-section .image-container:hover .main-image {
  transform: scale(1.03);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.strategic-section .image-container:hover .secondary-image {
  transform: scale(1.05) translate(-5px, -5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.feature-point {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}
.feature-point:hover {
  transform: translateX(5px);
}
.feature-point .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #eef5ff;
  color: #42ab0f8f;
  border-radius: 50%;
  font-size: 1.2rem;
  margin-right: 1rem;
  transition: all 0.3s ease;
}
.feature-point:hover .icon {
  background: #42ab0f8f;
  color: #fff;
  transform: scale(1.1);
}

/* UNIQUE Service Portfolio Section */
.service-card-unique {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}
.service-card-unique:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.service-card-unique .card-img {
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card-unique:hover .card-img {
  transform: scale(1.05);
}
.service-card-unique .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  color: #fff;
}
.service-card-unique .card-title {
  font-weight: 600;
}
.service-card-unique .card-text {
  opacity: 0.8;
}

/* UNIQUE Operational Excellence Section */
.framework-card {
  background: #fff;
  padding: 2.5rem;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  height: 100%;
}
.framework-card:hover {
  border-color: #42ab0f8f;
  transform: translateY(-8px);
}
.framework-card .framework-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto 1.5rem;
  background: #42ab0f8f;
  color: #fff;
  border-radius: 15px;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.framework-card:hover .framework-icon {
  transform: rotate(10deg) scale(1.1);
  box-shadow: 0 8px 20px rgba(137, 253, 13, 0.4);
}

/* UNIQUE Technology Showcase Section */
.tech-item {
  text-align: center;
}
.tech-item .icon-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #42ab0f8f;
  position: relative;
  transition: all 0.4s ease;
}
.tech-item:hover .icon-wrapper {
  background: #42ab0f8f;
  color: #fff;
}
.tech-item .icon-wrapper::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px dashed #42ab0f8f;
  transition: all 0.4s ease;
  transform: rotate(0deg);
}
.tech-item:hover .icon-wrapper::before {
  transform: rotate(180deg);
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h6 {
  font-weight: 600;
  letter-spacing: 1px;
}

.section-header h2 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.section-header h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #42ab0f8f;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .stat-item {
    border-right: none;
    border-bottom: 1px solid #e9ecef;
  }
}

@media (max-width: 768px) {
  .page-header {
    padding: 6rem 0 3rem;
  }
  .stat-number {
    font-size: 2rem;
  }
}

/********** Template CSS **********/
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
.fw-medium {
  font-weight: 600;
}
.mt-6 {
  margin-top: 5rem;
}
.mb-6 {
  margin-bottom: 5rem;
}
.pt-6 {
  padding-top: 5rem;
}
.pb-6 {
  padding-bottom: 5rem;
}
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/* .btn {
  transition: 0.5s;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-primary,
.btn-outline-primary:hover {
  color: var(--bs-light);
}
.btn-secondary,
.btn-outline-secondary:hover {
  color: var(--bs-dark);
}
.btn-square {
  width: 38px;
  height: 38px;
}
.btn-sm-square {
  width: 32px;
  height: 32px;
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}
.btn-xl-square {
  width: 60px;
  height: 60px;
}
.btn-xxl-square {
  width: 75px;
  height: 75px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
} */
.sticky-top {
  top: -100px;
  transition: 0.5s;
}
.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 25px 0;
  color: var(--bs-dark);
  font-size: 16px;
 font-family: "Roboto", sans-serif!important;
    font-weight: 700!important;
  font-weight: 600;
  outline: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #eee;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
.carousel .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: left;
  padding: 3rem;
  padding-left: 11rem;
  z-index: 1;
}
.carousel .carousel-indicators {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 80px;
  flex-direction: column;
  margin: 0;
  margin-left: 3rem;
}
.carousel .carousel-indicators [data-bs-target] {
  width: 70px;
  height: 70px;
  text-indent: 0;
  margin: 5px 0;
  border: 2px solid #fff;
  overflow: hidden;
}
.carousel .carousel-indicators [data-bs-target] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .carousel .carousel-item {
    position: relative;
    min-height: 600px;
  }
  .carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
  }
  .carousel .carousel-caption {
    padding-left: 10rem;
  }
}
@media (max-width: 768px) {
  .carousel .carousel-item {
    min-height: 500px;
  }
  .carousel .carousel-indicators [data-bs-target] {
    width: 50px;
    height: 50px;
  }
  .carousel .carousel-caption {
    padding-left: 9rem;
  }
}
@media (min-width: 1200px) {
  .carousel .carousel-item .display-1 {
    font-size: 7rem;
  }
}
.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/Welcome%20To-2.png) center center no-repeat;
  background-size: cover;
}
.about-img {
  position: relative;
  padding-left: 45px;
}
.about-img::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 300px;
  top: 0;
  left: 0;
  border: 5px solid var(--bs-primary);
  animation: animateUpDown 3s ease-in-out infinite;
  z-index: -1;
}
@keyframes animateUpDown {
  0% {
    top: -25px;
  }
  50% {
    top: -45px;
  }
  100% {
    top: -25px;
  }
}
.feature {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), #000 50%),
    url(../img/carousel-1.jpg) left center no-repeat;
  background-size: cover;
}
.feature-row {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}
.feature-item {
  border-color: rgba(0, 0, 0, 0.03) !important;
}
.feature-icon {
  position: relative;
  transition: 0.5s;
}
.feature-item:hover .feature-icon {
  margin-left: 3rem;
}
.feature-item a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--bs-secondary);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.feature-item a:hover {
  color: var(--bs-primary) !important;
}
.feature-item a:hover::after {
  background: var(--bs-primary);
}
.experience .progress {
  height: 5px;
}
.experience .progress .progress-bar {
  width: 0;
  transition: 3s;
}
.service .service-item {
  position: relative;
  margin-top: 45px;
}
.service .service-inner {
  position: relative;
  height: 100%;
  margin-top: 45px;
  background: var(--bs-white);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}
.service .service-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: 1s;
  background: var(--bs-primary);
}
.service .service-inner:hover::before {
  height: 100%;
  top: 0;
}
.service .service-item img {
  margin-top: -45px;
  padding-left: 45px;
}
.service .service-item * {
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.service .service-item:hover h5,
.service .service-item:hover p {
  color: var(--bs-white);
}
.service .service-item:hover a {
  padding-left: 45px !important;
}
.appoinment {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/carousel-2.jpg) left center no-repeat;
  background-size: cover;
}
.team .team-item {
  background: var(--bs-white);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}
.team .team-item .team-social {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: 0.5s;
  background: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .team-item:hover .team-social {
  width: 100%;
  left: 0;
}
.team .team-item .team-social .btn {
  opacity: 0;
  transition: 0.5s;
}
.team .team-item:hover .team-social .btn {
  opacity: 1;
}
.testimonial-img {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}
.testimonial-img div {
  position: absolute;
  width: 100px;
  height: 100px;
  animation-duration: 5s;
}
.testimonial-img div:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: 0.1s;
}
.testimonial-img div:nth-child(2) {
  top: 60%;
  left: 20%;
  animation-delay: 0.4s;
}
.testimonial-img div:nth-child(3) {
  top: 20%;
  left: 60%;
  animation-delay: 0.7s;
}
.testimonial-img div:nth-child(4) {
  bottom: 10%;
  right: 10%;
  animation-delay: 1s;
}
.testimonial-img div::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  box-shadow: 0 0 10px 10px var(--bs-white) inset;
  z-index: 1;
}
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}
.testimonial-carousel .owl-nav {
  margin-top: 15px;
  display: flex;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  color: var(--bs-primary);
  font-size: 45px;
  transition: 0.5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--bs-dark);
}
@media (min-width: 992px) {
  .contact-info::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 50%;
    border-left: 1px dashed rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991.98px) {
  .contact-info::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
  }
}
.newsletter {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/carousel-3.jpg) left center no-repeat;
  background-size: cover;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--bs-secondary);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--bs-primary);
  margin-right: 10px;
}
.footer .btn.btn-link:hover {
  color: var(--bs-primary);
  letter-spacing: 1px;
  box-shadow: none;
}
.copyright {
  background: #222;
}
.copyright a {
  color: var(--bs-white);
}
.copyright a:hover {
  color: var(--bs-primary);
}
.enhanced-section-light {
  background-color: #fdfdff;
  padding: 100px 0;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.enhanced-section-light .display-6 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #1e2a3b;
}
.enhanced-section-light p {
  color: #5a6a7e;
  line-height: 1.7;
}
.enhanced-section-light .text-primary {
  color: #28a745 !important;
}
.enhanced-section-light .section-subtitle {
  font-weight: 600;
  letter-spacing: 1px;
  color: #28a745;
}
.about-service-enhanced .content-box {
  padding: 3rem;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eef2f7;
  box-shadow: 0 20px 50px rgba(20, 30, 40, 0.05);
  transition: all 0.4s ease;
}
.about-service-enhanced .content-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(20, 30, 40, 0.1);
}
.about-service-enhanced .image-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(20, 30, 40, 0.1);
  position: relative;
  height: 100%;
  min-height: 500px;
}
.about-service-enhanced .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about-service-enhanced .image-container:hover img {
  transform: scale(1.1);
}
.about-service-enhanced .list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #344051;
  font-weight: 500;
}
.about-service-enhanced .list-item .fa-check-circle {
  color: #28a745;
  margin-right: 15px;
  font-size: 1.6rem;
  margin-top: 2px;
}
.about-service-enhanced .btn-elegant {
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(65, 253, 13, 0.2);
  border-radius: 50px;
  padding: 1rem 2.5rem;
}
.about-service-enhanced .btn-elegant:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(65, 253, 13, 0.2);
}
.excellence-section {
  background-color: #f8f9fa;
}
.excellence-section .service-card-enhanced {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  padding: 3rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}
.excellence-section .service-card-enhanced::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.6s ease;
}
.excellence-section .service-card-enhanced:hover::after {
  left: 150%;
}
.excellence-section .service-card-enhanced:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px rgba(20, 30, 40, 0.12);
}
.excellence-section .service-icon-enhanced {
  width: 80px;
  height: 80px;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0aa255, #00c6ff);
  color: #fff;
  border-radius: 50%;
  font-size: 2.5rem;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(65, 253, 13, 0.2);
}
.excellence-section .service-card-enhanced:hover .service-icon-enhanced {
  transform: translateY(-5px) scale(1.15);
  box-shadow: 0 15px 30px rgba(65, 253, 13, 0.2);
}
.excellence-section .card-title {
  font-weight: 700;
  color: #1e2a3b;
}

.sustainability-section {
  padding: 100px 0;
  position: relative;
}
.eco-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #dffb93 0%, #7e1f2c 100%);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}
.sustainability-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}
.sustainability-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.sustainability-card .service-icon {
  font-size: 4rem;
  background: linear-gradient(135deg, #66ea7a 0%, #4ba278 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
body {
  font-family: "Roboto", sans-serif;
  color: #726666 !important;
  background-attachment: fixed;
}
.about-service-enhanced .content-box {
  text-align: left;
}
.about-service-enhanced .image-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 100%;
  min-height: 500px;
}
.about-service-enhanced .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about-service-enhanced .image-container:hover img {
  transform: scale(1.1);
}
.about-service-enhanced .list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #5c5858 !important;
  font-weight: 500;
}
.about-service-enhanced .list-item .fa-check-circle {
  color: #28a745;
  margin-right: 15px;
  font-size: 1.6rem;
  margin-top: 2px;
}
.about-service-enhanced .btn-elegant {
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(65, 253, 13, 0.2);
  border-radius: 50px;
  padding: 1rem 2.5rem;
}
.about-service-enhanced .btn-elegant:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(65, 253, 13, 0.2);
}
:root {
  --primary-color: #198754 !important;
  --secondary-color: #6c757d;
  --success-color: #28a745;
  --warning-color: #ffc107;
  --light-bg: #f8f9fa;
  --white: #fff;
}
.stats-card {
  background: var(--white);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-left: 5px solid var(--primary-color);
}
.stats-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.service-card {
  background: var(--white);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-color), #0056b3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}
.service-card:hover .service-icon {
  transform: scale(1.1);
}
.experience-badge {
  background: linear-gradient(135deg, var(--success-color), #1e7e34);
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  margin: 20px 0;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>')
    repeat;
  animation: float 20s linear infinite;
}
@keyframes float {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
.section-title {
  position: relative;
  margin-bottom: 50px;
}
/* .section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: var(--primary-color);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
} */
.feature-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}
.feature-list li:hover {
  padding-left: 20px;
  color: var(--primary-color);
}
.process-step {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.process-number {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}
.process-step::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #ddd;
  z-index: 1;
}
.process-step:last-child::after {
  display: none;
}
.btn-custom {
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
  background-color: #198754 !important;
  color: #fff !important;
}
.btn-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: all 0.5s ease;
}
.btn-custom:hover::before {
  left: 100%;
}
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.floating-elements span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  animation: float-up 25s linear infinite;
}
@keyframes float-up {
  0% {
    opacity: 1;
    bottom: -10%;
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    bottom: 100%;
    transform: translateX(-100px) rotate(720deg);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.nav-menu a:hover,
.cta-nav {
  color: #e74c3c !important;
}
.cta-nav {
  background: #e74c3c;
  color: #fff !important;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: background 0.3s;
}
.cta-nav:hover {
  background: #c0392b !important;
}
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.hamburger span {
  width: 25px;
  height: 3px;
  background: #333;
  margin: 3px 0;
  transition: 0.3s;
}
.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2c3e50;
}
.section-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #7f8c8d;
  margin-bottom: 3rem;
}
.services {
  padding: 80px 0;
  background: #f8f9fa;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.service-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.service-card i {
  font-size: 3rem;
  color: #e74c3c;
  margin-bottom: 1rem;
}
.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}
.process {
  padding: 80px 0;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.step {
  text-align: center;
  padding: 2rem;
}
.step-number {
  width: 60px;
  height: 60px;
  background: #e74c3c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}
.step h3 {
  margin-bottom: 1rem;
  color: #2c3e50;
}
.certifications {
  padding: 80px 0;
}
.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.cert-item {
  text-align: center;
  padding: 2rem;
}
.cert-item i {
  font-size: 3rem;
  color: #27ae60;
  margin-bottom: 1rem;
}
.cert-item h3 {
  color: #2c3e50;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
  }
  .nav-menu.active {
    left: 0;
  }
  .contact-content {
    grid-template-columns: 1fr;
  }
  .footer-content {
    grid-template-columns: 1fr;
  }
  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
.team-action-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.team-action-card img {
  transition: all 0.5s ease;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.team-action-card:hover img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 112, 68, 0.523);
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-action-card:hover .overlay {
  opacity: 1;
}
.overlay-content {
  padding: 20px;
  text-align: center;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.team-action-card:hover .overlay-content {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .team-action-card img {
    height: 200px;
  }
}
.bg-primary .process-timeline .process-step-card {
  display: none !important;
}
.process-timeline {
  position: relative;
  padding: 40px 0;
}
.process-step-card {
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
  z-index: 2;
}
.process-step-card:hover {
  transform: translateY(-10px);
}
.process-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
.process-number {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #01a453 !important;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  z-index: 3;
}
.process-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    rgba(0, 255, 119, 0.1) 0%,
    rgba(174, 255, 0, 0.2) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01a453 !important;
  font-size: 24px;
  transition: all 0.3s ease;
}
.process-step-card:hover .process-icon {
  background: #73b99691 !important;
  color: #fff;
  transform: scale(1.1);
}
.process-content h5 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.process-content h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  transition: all 0.3s ease;
}
.process-step-card:hover .process-content h5::after {
  width: 60px;
  background: var(--success-color);
}
.process-connector {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 2px;
  background: #dee2e6;
  z-index: 1;
}
.process-connector::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dee2e6;
}
@media (max-width: 992px) {
  .process-step-card {
    margin-bottom: 30px;
  }
  .process-connector {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .process-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  .process-icon {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .process-number {
    width: 30px;
    height: 30px;
    font-size: 14px;
    top: -10px;
    right: -10px;
  }
}
:root {
  --primary-gradient: linear-gradient(
    135deg,
    #1a1a2e 0%,
    #16213e 50%,
    #0f3460 100%
  );
  --accent-gradient: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
  --glass-bg: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
  --text-primary: #fff;
  --text-secondary: #b8c5d6;
  --text-accent: #ffd700;
  --shadow-premium: 0 20px 60px rgba(0, 0, 0, 0.3);
  --shadow-glass: 0 8px 32px rgba(0, 0, 0, 0.2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.premium-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.premium-cta {
  background: var(--accent-gradient) !important;
  color: #1a1a2e !important;
  padding: 0.8rem 1.5rem !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}
.premium-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}
.btn-premium-primary {
  background: var(--accent-gradient);
  color: #1a1a2e;
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-premium);
}
.btn-premium-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 70px rgba(255, 215, 0, 0.4);
}
.btn-premium-secondary {
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--text-primary);
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--glass-border);
  transition: all 0.3s ease;
}
.btn-premium-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}
.stat-icon {
  width: 50px;
  height: 50px;
  background: var(--accent-gradient);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #1a1a2e;
}
.stat-content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-accent);
  margin-bottom: 0.2rem;
}
.stat-content p {
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.premium-visual-container {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-card {
  position: absolute;
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  padding: 1rem 1.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--text-primary);
  animation: float 6s ease-in-out infinite;
}
.card-1 {
  top: 20%;
  right: 10%;
  animation-delay: 0s;
}
.card-2 {
  bottom: 30%;
  left: 5%;
  animation-delay: 2s;
}
.card-3 {
  top: 60%;
  right: 20%;
  animation-delay: 4s;
}
.central-visual {
  position: relative;
  width: 200px;
  height: 200px;
}
.visual-ring {
  position: absolute;
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}
.ring-1 {
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
}
.ring-2 {
  width: 150px;
  height: 150px;
  top: 25px;
  left: 25px;
  animation-duration: 15s;
  animation-direction: reverse;
}
.ring-3 {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  animation-duration: 10s;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.visual-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--accent-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #1a1a2e;
  box-shadow: var(--shadow-premium);
}
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-badge {
  display: inline-block;
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  color: var(--text-accent);
  margin-bottom: 1rem;
  font-weight: 600;
}
.premium-section-title {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-primary);
}
.premium-section-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.premium-solutions {
  padding: 8rem 0;
  position: relative;
}
.solutions-premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}
.solution-premium-card {
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  padding: 3rem;
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.solution-premium-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent-gradient);
}
.solution-premium-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-premium);
}
.card-premium-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.card-icon-container {
  width: 60px;
  height: 60px;
  background: var(--accent-gradient);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #1a1a2e;
}
.card-number {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(255, 215, 0, 0.2);
  font-family: "Playfair Display", serif;
}
.solution-premium-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-primary);
}
.solution-premium-card p {
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 2rem;
}
.card-features {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.card-features span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
}
.card-features span i {
  color: var(--text-accent);
  width: 16px;
}
.premium-process {
  padding: 8rem 0;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}
.process-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      circle at 25% 25%,
      rgba(255, 215, 0, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(255, 179, 71, 0.05) 0%,
      transparent 50%
    );
}

.process-step:hover {
  transform: translateX(20px);
  box-shadow: var(--shadow-premium);
}
.step-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.step-number {
  width: 60px;
  height: 60px;
  background: var(--accent-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
}
.step-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--text-accent);
}
.step-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}
.step-content p {
  color: var(--text-secondary);
  line-height: 1.6;
}
.premium-testimonials {
  padding: 8rem 0;
}
.form-premium-group input,
.form-premium-group select,
.form-premium-group textarea {
  width: 100%;
  padding: 1.2rem 1.5rem 1.2rem 3rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  color: var(--text-primary);
  font-family: inherit;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.form-premium-group input:focus,
.form-premium-group select:focus,
.form-premium-group textarea:focus {
  outline: none;
  border-color: var(--text-accent);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}
.form-premium-group input::-moz-placeholder,
.form-premium-group textarea::-moz-placeholder {
  color: var(--text-secondary);
}
.form-premium-group input::placeholder,
.form-premium-group textarea::placeholder {
  color: var(--text-secondary);
}
.form-premium-group i {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-accent);
  font-size: 1rem;
}
.btn-premium-submit {
  background: var(--accent-gradient);
  color: #1a1a2e;
  padding: 1.3rem 2rem;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-premium);
  margin-top: 1rem;
}
.btn-premium-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 70px rgba(255, 215, 0, 0.4);
}
.premium-footer {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--glass-border);
}
@media (max-width: 1200px) {
  .hero-premium-title {
    font-size: 3rem;
  }
  .premium-section-title {
    font-size: 2.5rem;
  }
}
.why-choose-us-section .d-flex.align-items-center,
.why-choose-us-section .shadow,
.certifications-section .shadow,
.certifications-section .shadow i,
.process-section .process-step-card,
.process-section .process-step-card .process-icon {
  transition: all 0.3s ease-in-out;
}
.why-choose-us-section .d-flex.align-items-center {
  padding: 0.75rem;
  border-radius: 8px;
}
.why-choose-us-section .d-flex.align-items-center:hover {
  background-color: #e9ecef;
  transform: translateX(8px);
}
.why-choose-us-section .shadow:hover {
  transform: translateY(-8px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15) !important;
}
.certifications-section .shadow {
  cursor: pointer;
}
.certifications-section .shadow:hover {
  transform: translateY(-10px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15) !important;
  background: var(--bs-primary);
  color: #fff;
}
.certifications-section .shadow:hover .text-primary {
  color: #fff !important;
}
.certifications-section .shadow:hover .text-muted {
  color: rgba(255, 255, 255, 0.85) !important;
}
.certifications-section .shadow:hover i {
  transform: scale(1.1);
}
.process-section .process-step-card {
  border: 1px solid transparent;
}
.process-section .process-step-card:hover {
  transform: translateY(-10px) scale(1.03);
  border-color: var(--bs-primary);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.1) !important;
}
.process-section .process-step-card:hover .process-icon {
  transform: rotate(360deg);
  background: var(--bs-primary);
  color: #fff;
}
.process-section .process-step-card:hover h5 {
  color: var(--bs-primary);
}
.process-section .process-step-card .process-icon {
  transition: all 0.3s ease-in-out;
}
.text-center shadow {
  transition: all 0.3s ease-in-out;
}
.why-choose-us-section .d-flex.align-items-center,
.why-choose-us-section .shadow,
.certifications-section .shadow,
.certifications-section .shadow i,
.process-section .process-step-card,
.process-section .process-step-card .process-icon {
  transition: all 0.3s ease-in-out;
}
.why-choose-us-section .d-flex.align-items-center {
  padding: 0.75rem;
  border-radius: 8px;
}
.why-choose-us-section .d-flex.align-items-center:hover {
  background-color: #e9ecef;
  transform: translateX(8px);
}
.why-choose-us-section .shadow.active {
  transform: translateY(-8px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15) !important;
}
.certifications-section .shadow {
  cursor: pointer;
}
.certifications-section .shadow.active {
  transform: translateY(-10px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15) !important;
  background: var(--bs-primary);
  color: #fff;
}
.certifications-section .shadow.active .text-primary {
  color: #fff !important;
}
.certifications-section .shadow.active .text-muted {
  color: rgba(255, 255, 255, 0.85) !important;
}
.certifications-section .shadow.active i {
  transform: scale(1.1) !important;
}
.process-section .process-step-card {
  border: 1px solid transparent;
  cursor: pointer;
}
.process-section .process-step-card.active {
  transform: translateY(-10px) scale(1.03);
  border-color: var(--bs-primary);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.1) !important;
}
.process-section .process-step-card.active .process-icon {
  transform: rotate(360deg);
  background: var(--bs-primary);
  color: #fff;
}
.process-section .process-step-card.active h5 {
  color: var(--bs-primary);
}
.info-box {
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: var(--mat-shadow-1);
  align-items: center;
  transition: all 0.3s ease;
}
.info-box:hover {
  box-shadow: var(--mat-shadow-2);
  transform: translateY(-5px);
}
.info-box-icon {
  font-size: 2.5rem;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
}
.bg-primary-gradient {
  background: linear-gradient(135deg, var(--primary), #0dcaf0);
}
.bg-gold-gradient {
  background: linear-gradient(135deg, var(--gold), #ffe082);
}
.bg-success-gradient {
  background: linear-gradient(135deg, #198754, #20c997);
}
.info-box-content h6 {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--secondary);
}
.info-box-content .info-box-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dark);
}
.mat-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: var(--mat-shadow-1);
  padding: 30px;
  transition: box-shadow 0.3s ease;
  height: 100%;
}
.mat-card:hover {
  box-shadow: var(--mat-shadow-2);
}
.section-title-executive {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}
.section-subtitle-executive {
  color: var(--secondary);
  margin-bottom: 40px;
}
.service-card-exec {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: var(--mat-shadow-1);
  transition: all 0.4s ease;
}
.service-card-exec:hover {
  transform: translateY(-10px);
  box-shadow: var(--mat-shadow-2);
}
.service-card-exec img {
  transition: transform 0.4s ease;
}
.service-card-exec:hover img {
  transform: scale(1.1);
}
.service-card-exec .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(26, 37, 60, 0.9), transparent);
  padding: 30px 20px;
}
.process-step-exec {
  text-align: center;
  padding: 20px;
}
.process-step-exec .step-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border: 2px solid var(--primary);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary);
  box-shadow: 0 0 0 5px #fff;
  position: relative;
  z-index: 2;
}
.process-timeline-exec {
  position: relative;
}
.process-timeline-exec::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: #ddd;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .process-timeline-exec::before {
    display: none;
  }
}
.cta-exec {
  background: linear-gradient(135deg, var(--dark) 0%, #34495e 100%);
  border-radius: 20px;
  padding: 60px;
  box-shadow: var(--mat-shadow-2);
}
:root {
  --primary: #42ab0f8f;
  --secondary: #6c757d;
  --light: #f8f9fa;
  --dark: #1a253c;
  --gold: #ffc107;
  --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-body-font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  --mat-shadow-1: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  --mat-shadow-2: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body {
  background-color: #f0f2f5;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}
/* .btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  transition: all 0.3s ease;
  box-shadow: var(--mat-shadow-1);
}
.btn-primary:hover {
  background-color: #42ab0f8f;
  border-color: #42ab0f8f;
  transform: translateY(-2px);
  box-shadow: var(--mat-shadow-2);
} */
.hero-executive {
  background-color: var(--dark);
  overflow: hidden;
}
.hero-executive .hero-content {
  padding: 100px 0;
}
.hero-executive .hero-image-container {
  position: relative;
  background: url(https://images.unsplash.com/photo-1541123437800-1bb1267b4bc1?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80)
    center center no-repeat;
  background-size: cover;
  min-height: 500px;
}
.hero-executive .hero-image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--dark) 5%, transparent 100%);
}
.service-item {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.service-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12) !important;
  border-color: rgba(13, 110, 253, 0.2);
}
.info-box {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
  border-color: rgba(13, 110, 253, 0.1);
}
.tech-card {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.tech-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1) !important;
}
.tech-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(13, 110, 253, 0.05),
    transparent
  );
  transition: 0.6s;
}
.tech-card:hover::after {
  left: 100%;
}
.section-header {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.section-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #42ab0f8f rgba(217, 253, 13, 0.341));
}
.icon-square {
  transition: all 0.3s ease;
}
.tech-card:hover .icon-square {
  transform: rotate(15deg) scale(1.1);
}
.img-hover-zoom {
  overflow: hidden;
  border-radius: 8px;
}
.img-hover-zoom img {
  transition: transform 0.5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.05);
}
.elegant-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  color: #42ab0f8f;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.service-item:hover .elegant-badge {
  background: #42ab0f8f;
  color: #fff;
}
.tech-card-new {
  background-color: #fff;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 0.5rem;
  height: 100%;
  border: 1px solid #f0f0f0;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.tech-card-new:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.tech-header {
  background-color: #f0f0f0;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  border: 1px solid #e0e0e0;
}
.tech-header .icon {
  color: #555;
  font-size: 1.5rem;
}
.tech-header .tech-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}
.tech-card-new .tech-description {
  color: #6c757d;
  font-size: 0.95rem;
}
.service-image-container {
  height: 250px;
  overflow: hidden;
}
.service-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-card {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  height: 100%;
  border-left: 4px solid #2c9835;
  transition: all 0.3s ease-in-out;
}
.feature-card:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-left-color: #42ab0f8f;
}
.feature-icon {
  font-size: 1.75rem;
  color: #2c9835;
  margin-right: 1rem;
}
.feature-text h6 {
  font-weight: 600;
  color: #343a40;
}
.feature-text small {
  font-size: 0.9rem;
}
@media (max-width: 991.98px) {
  .stat-item:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .stat-item::after {
    display: none;
  }
  .stat-item {
    border-bottom: 1px solid #dee2e6;
  }
  .stat-item:last-child {
    border-bottom: none;
  }
}
.tech-card-new:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.tech-header {
  background-color: #f0f0f0;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  border: 1px solid #e0e0e0;
}
.tech-header .icon {
  color: #555;
  font-size: 1.5rem;
}
.tech-header .tech-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}
.tech-card-new .tech-description {
  color: #6c757d;
  font-size: 0.95rem;
}
.service-image-container {
  height: 250px;
  overflow: hidden;
}
.service-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stat-item {
  text-align: center;
  padding: 2rem 1rem;
  border-right: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
.stat-item:last-child {
  border-right: none;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.stat-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
  margin-bottom: 0;
}
.strategic-section .image-container {
  position: relative;
  min-height: 500px;
}
.strategic-section .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 85%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
.strategic-section .secondary-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  object-fit: cover;
  border-radius: 15px;
  border: 8px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}
.strategic-section .image-container:hover .main-image {
  transform: scale(1.03);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.strategic-section .image-container:hover .secondary-image {
  transform: scale(1.05) translate(-5px, -5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.feature-point {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}
.feature-point:hover {
  transform: translateX(5px);
}
.feature-point .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #eef5ff;
  color: #42ab0f8f;
  border-radius: 50%;
  font-size: 1.2rem;
  margin-right: 1rem;
  transition: all 0.3s ease;
}
.feature-point:hover .icon {
  background: #42ab0f8f;
  color: #fff;
  transform: scale(1.1);
}
.service-card-unique {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}
.service-card-unique:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.service-card-unique .card-img {
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card-unique:hover .card-img {
  transform: scale(1.05);
}
.service-card-unique .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  color: #fff;
}
.service-card-unique .card-title {
  font-weight: 600;
}
.service-card-unique .card-text {
  opacity: 0.8;
}
.framework-card {
  background: #fff;
  padding: 2.5rem;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  height: 100%;
}
.framework-card:hover {
  border-color: #42ab0f8f;
  transform: translateY(-8px);
}
.framework-card .framework-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto 1.5rem;
  background: #42ab0f8f;
  color: #fff;
  border-radius: 15px;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.framework-card:hover .framework-icon {
  transform: rotate(10deg) scale(1.1);
  box-shadow: 0 8px 20px rgba(137, 253, 13, 0.4);
}
.tech-item {
  text-align: center;
}
.tech-item .icon-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #42ab0f8f;
  position: relative;
  transition: all 0.4s ease;
}
.tech-item:hover .icon-wrapper {
  background: #42ab0f8f;
  color: #fff;
}
.tech-item .icon-wrapper::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px dashed #42ab0f8f;
  transition: all 0.4s ease;
  transform: rotate(0);
}
.tech-item:hover .icon-wrapper::before {
  transform: rotate(180deg);
}
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.section-header h6 {
  font-weight: 600;
  letter-spacing: 1px;
}
.section-header h2 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif!important;
    font-weight: 700!important;
}
.section-header h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #42ab0f8f;
}
@media (max-width: 992px) {
  .stat-item {
    border-right: none;
    border-bottom: 1px solid #e9ecef;
  }
}
@media (max-width: 768px) {
  .page-header {
    padding: 6rem 0 3rem;
  }
  .stat-number {
    font-size: 2rem;
  }
}
.strategic-section-enhanced .content-block {
  padding: 2.5rem;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.strategic-section-enhanced .section-title h6 {
  font-weight: 700;
  letter-spacing: 1px;
}
.strategic-section-enhanced .section-title h2 {
  font-weight: 700;
}
.strategic-section-enhanced .feature-point-enhanced {
  display: flex;
  align-items: flex-start;
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.strategic-section-enhanced .feature-point-enhanced:hover {
  background-color: #e9ecef;
  transform: scale(1.02);
}
.strategic-section-enhanced .feature-point-enhanced .icon {
  font-size: 2.2rem;
  color: #95d078;
  margin-right: 1.25rem;
  min-width: 50px;
  text-align: center;
}
.strategic-section-enhanced .image-group {
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.service-portfolio-enhanced .section-title-center {
  position: relative;
  padding-bottom: 15px;
}
.service-portfolio-enhanced .section-title-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #95d078;
  border-radius: 2px;
}
.service-card-modern {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.service-card-modern .card-img-container {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.service-card-modern .card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.service-card-modern:hover .card-img-container img {
  transform: scale(1.05);
}
.service-card-modern .card-body {
  padding: 1.75rem;
  text-align: left;
  flex-grow: 1;
}
.service-card-modern .card-title {
  font-weight: 700;
  color: #212529;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.framework-card-pro {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.framework-card-pro::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease;
  z-index: 0;
}
.framework-card-pro:hover::before {
  opacity: 0.1;
  transform: scale(3);
}
.framework-card-pro .framework-icon-pro {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: var(--bs-primary);
  transition: all 0.3s ease-in-out;
  position: relative;
}
.framework-card-pro h5 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.framework-card-pro p {
  color: #6c757d;
  line-height: 1.7;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.framework-card-pro:hover {
  border-color: var(--bs-primary);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.framework-card-pro:hover .framework-icon-pro,
.framework-card-pro:hover h5,
.framework-card-pro:hover p {
  color: #212529;
}
.container-xxl {
  max-width: 1550px !important;
}
/* NEW STYLES */
.full-width-section {
  padding-left: 0;
  padding-right: 0;
}
.full-width-section .container,
.container-fluid.full-width-section .container {
  max-width: 100%;
}
.text-justify-center {
  text-align: center;
}
.text-justify-center p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
:root {
  --mat-shadow-1: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  --mat-shadow-2: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  --bs-body-font-family: "Nunito", sans-serif;
}
.info-box {
  display: flex;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: var(--mat-shadow-1);
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-left: 5px solid var(--bs-primary);
}
.info-box:hover {
  box-shadow: var(--mat-shadow-2);
  transform: translateY(-5px);
}
.info-box-icon {
  font-size: 2.5rem;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.5rem;
  color: #fff;
  background: linear-gradient(135deg, var(--bs-success), var(--bs-primary));
}
.info-box-content .info-box-text {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--bs-secondary);
}
.info-box-content .info-box-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--bs-dark);
}
.mat-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: var(--mat-shadow-1);
  transition: box-shadow 0.3s ease;
  height: 100%;
}
.mat-card:hover {
  box-shadow: var(--mat-shadow-2);
}

/********** NEWLY ADDED & ENHANCED STYLES **********/
.full-width-section {
  padding-left: 0;
  padding-right: 0;
}
.full-width-section .container {
  max-width: 100%; /* Makes container full width */
  padding-left: 15px; /* Restores padding */
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .full-width-section .container {
    max-width: 1200px; /* Re-apply max-width for large screens */
  }
}
.text-justify-center {
  text-align: center;
}
.text-justify-center p,
.text-justify-center .lead {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
:root {
  --mat-shadow-1: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  --mat-shadow-2: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  --bs-body-font-family: "Nunito", sans-serif;
}
.info-box {
  display: flex;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: var(--mat-shadow-1);
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-left: 5px solid var(--bs-primary);
}
.info-box:hover {
  box-shadow: var(--mat-shadow-2);
  transform: translateY(-5px);
}
.info-box-icon {
  font-size: 2.5rem;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.5rem;
  color: #fff;
  background: linear-gradient(135deg, var(--bs-success), #42ab0f);
}
.info-box-content .info-box-text {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--bs-secondary);
}
.info-box-content .info-box-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--bs-dark);
}
.mat-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: var(--mat-shadow-1);
  transition: box-shadow 0.3s ease;
  height: 100%;
}
.mat-card:hover {
  box-shadow: var(--mat-shadow-2);
}
:root {
  --primary-dark: #1a237e;
  --primary-light: #05a84e;
  --bs-primary: #3f51b5;
  --bs-secondary: #6c757d;
  --dark-blue: #1a253c;
  --light-gray: #f0f2f5;
}

body {
  font-family: roboto !important;
  background-color: var(--light-gray);
}

.page-header.security-header {
  background: linear-gradient(rgba(26, 37, 60, 0.8), rgba(26, 37, 60, 0.8)),
    url("https://placehold.co/1920x1080/1a253c/ffffff?text=Secure") center
      center no-repeat;
  background-size: cover;
}

/* AdminLTE-inspired Info Box */
.info-box {
  display: flex;
  height: 100%;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  border-left: 5px solid #95d078;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.info-box-icon {
  flex-shrink: 0;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--bs-primary);
  background-color: var(--primary-light);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.info-box-content {
  padding: 1rem 1.5rem;
  flex-grow: 1;
}

/* Material UI-inspired Service Card */
.service-card-material {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
}

.service-card-material:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.service-card-material .icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #8eca74, #198754);
  color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.service-card-material:hover .icon-wrapper {
  transform: scale(1.1) rotate(-15deg);
  box-shadow: 0 10px 20px rgba(63, 81, 181, 0.3);
}

/* Full-width section styling */
.full-width-section {
  /* background-color: #ffffff; */
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.full-width-section.dark {
  background-color: var(--dark-blue);
  color: white;
  position: relative;
  overflow: hidden;
}

.section-title-modern {
  font-family: "Roboto", sans-serif!important;
    font-weight: 900!important;
    color: #1e2a3b!important;
}

.section-subtitle-modern {
  color: #6c757d;
  max-width: 700px;
}

/* Accordion Styling */
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #95d078;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(63, 81, 181, 0.25);
}
.accordion-item {
  border-radius: 0.5rem !important;
  border: 1px solid #dee2e6;
}
.accordion-header {
  border-radius: 0.5rem;
}

/* Industry Card Styling */
.industry-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}
.industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.industry-card img {
  transition: transform 0.4s ease;
}
.industry-card:hover img {
  transform: scale(1.1);
}
.industry-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 1.5rem;
}

/* Client Logo Styling */
.client-logo img {
  max-height: 60px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.client-logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Animation Styles */
.about-icon-hover {
  transition: all 0.3s ease-in-out;
}
.about-icon-hover:hover {
  background-color: var(--primary-dark) !important;
  transform: scale(1.1);
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(63, 81, 181, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(63, 81, 181, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(63, 81, 181, 0);
  }
}
.btn-pulse {
  animation: pulse-animation 2s infinite;
}

.dark-animated-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      circle at 25% 25%,
      rgba(255, 255, 255, 0.05) 2px,
      transparent 0
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(255, 255, 255, 0.05) 2px,
      transparent 0
    );
  background-size: 50px 50px;
  animation: move-background 15s linear infinite;
  opacity: 0.5;
  z-index: 0;
}
.dark-animated-bg .container {
  position: relative;
  z-index: 1;
}

@keyframes move-background {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.container-xxl {
  max-width: 1550px !important;
}

