/*** Spinner Start ***/
html, body {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

section, div {
  max-width: 100%;
}
/*** Spinner ***/

#spinner {

  opacity: 0;

  visibility: hidden;

  transition: opacity .5s ease-out, visibility 0s linear .5s;

  z-index: 99999;

}



#spinner.show {

  transition: opacity .5s ease-out, visibility 0s linear 0s;

  visibility: visible;

  opacity: 1;

}

/*** Spinner End ***/



.back-to-top {

  position: fixed;

  right: 30px;

  bottom: 30px;

  transition: 0.5s;

  z-index: 99;

}



/*** Button Start ***/

.btn {

  font-weight: 600;

  transition: .5s;

}



.btn-square {

  width: 32px;

  height: 32px;

}



.btn-sm-square {

  width: 34px;

  height: 34px;

}



.btn-md-square {

  width: 44px;

  height: 44px;

}



.btn-lg-square {

  width: 56px;

  height: 56px;

}



.btn-xl-square {

  width: 66px;

  height: 66px;

}



.btn-square,

.btn-sm-square,

.btn-md-square,

.btn-lg-square,

.btn-xl-square {

  padding: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: normal;

}



.btn.btn-primary {

  color: var(--bs-white);

  border: none;

}



.btn.btn-primary:hover {

  background: var(--bs-dark);

}



.btn.btn-light {

  color: var(--bs-primary);

  border: none;

}



.btn.btn-light:hover {

  color: var(--bs-white);

  background: var(--bs-primary);

}



.btn.btn-dark {

  color: var(--bs-white);

  border: none;

}



.btn.btn-dark:hover {

  color: var(--bs-primary);

  background: var(--bs-light);

}



/*** Navbar Start ***/

.navbar-nav .nav-link {

  font-weight: bold;

  font-size: 16px;

}



.dropdown-toggle::after {

  margin-left: 6px;

}



.dropdown-menu {

  min-width: 120px;

}



.dropdown-menu a {

  font-size: 14px;

}



.translate-flag {

  margin-right: 8px;

}



.nav-bar {

  background: var(--bs-white);

}



.sticky-top {

  transition: 1s;

}



.navbar-light .navbar-nav .nav-link {

  position: relative;

  margin-right: 25px;

  padding: 35px 0;

  letter-spacing: 1px;

  color: var(--bs-dark);

  font-size: 16px;

  font-weight: bold;

  outline: none;

  transition: .5s;

}



.sticky-top .navbar-light .navbar-nav .nav-link {

  padding: 20px 0;

  color: var(--bs-dark);

}



.navbar-light .navbar-nav .nav-link:hover,

.navbar-light .navbar-nav .nav-link.active {

  /* color: var(--bs-primary); */
  color: var(--bs-green);

}

.btn-primary {
  color: #000;
  background-color: #198754;
  border-color: #198754;
}

.navbar-light .navbar-brand img {

  max-height: 60px;

  transition: .5s;

}



.sticky-top .navbar-light .navbar-brand img {

  /* max-height: 50px; */

}



.navbar .dropdown-toggle::after {

  border: none;

  content: "\f107";

  font-family: "Font Awesome 5 Free";

  font-weight: 600;

  vertical-align: middle;

  margin-left: 8px;

}

.navbar-nav .nav-link {

  margin: 0 17.5px;

}

.dropdown .dropdown-menu a:hover {

  background: var(--bs-primary);

  color: var(--bs-white);

}



.navbar .nav-item:hover .dropdown-menu {

  transform: rotateX(0deg);

  visibility: visible;

  margin-top: 8px !important;

  background: var(--bs-light);

  transition: .5s;

  opacity: 1;

}



@media (min-width: 992px) {

  .navbar .nav-item .dropdown-menu {

    display: block;

    visibility: hidden;

    top: 100%;

    transform: rotateX(-75deg);

    transform-origin: 0% 0%;

    border: 0;

    border-radius: 10px;

    margin-top: 8px !important;

    transition: .5s;

    opacity: 0;

  }

}



@media (max-width: 991px) {

  .navbar.navbar-expand-lg .navbar-toggler {

    padding: 8px 15px;

    border: 1px solid var(--bs-primary);

    color: var(--bs-primary);

  }



  .sticky-top .navbar-light .navbar-nav .nav-link {

    padding: 12px 0;

  }

}

/*** Navbar End ***/



/*** Carousel Hero Header Start ***/

.header-carousel .header-carousel-item img {

  object-fit: cover;

}





/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: 400px;
    /* Adjust based on your mobile design */
    object-fit: cover;
  }

  .header-carousel .header-carousel-item .carousel-caption {
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    text-align: center;
  }

  .carousel-caption .ticket-form {
    padding: 10px;
    font-size: 14px;
    width: 100%;
  }

  .header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    font-size: 20px;
    bottom: -45px;
    margin-right: -45px;
  }

  .header-carousel .owl-nav .owl-next i {
    font-size: 18px;
  }

  .header-carousel .header-carousel-item img {
    animation: none;
    /* Disable zoom animation for performance */
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: 500px;
    object-fit: cover;
  }

  .carousel-caption .ticket-form {
    padding: 15px;
    font-size: 16px;
  }

  .header-carousel .owl-nav .owl-next {
    bottom: -50px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin-right: -50px;
  }
}



.header-carousel .owl-nav .owl-prev {

  display: none;

}



.header-carousel .owl-nav .owl-next {

  position: absolute;

  width: 60px;

  height: 60px;

  bottom: -60px;

  right: 50%;

  transform: translateY(-50%);

  margin-right: -60px;

  border-radius: 60px;

  background: var(--bs-primary);

  color: var(--bs-white);

  font-size: 26px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.5s;

}

.header-carousel .owl-nav .owl-next:hover {

  box-shadow: inset 0 0 100px 0 var(--bs-light);

  color: var(--bs-primary);

}



.header-carousel .owl-nav .owl-next i {

  position: relative;

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  animation-name: carousel-next-btn;

  animation-duration: 4s;

  animation-delay: 1s;

  animation-iteration-count: infinite;

  transition: 1s;

}



@keyframes carousel-next-btn {

  0% {
    margin-top: 35%;
  }

  50% {
    margin-bottom: 70%;
  }

  100% {
    margin-top: 35%;
  }

}



.header-carousel .header-carousel-item .carousel-caption {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  bottom: 0;

  background: rgba(0, 0, 0, .7);

  display: flex;

  align-items: center;

}



.carousel-caption .ticket-form {

  background: rgba(255, 255, 255, 0.4);

  border-radius: 10px;

}



.header-carousel .header-carousel-item img {

  animation-name: image-zoom;

  animation-duration: 10s;

  animation-delay: 1s;

  animation-iteration-count: infinite;

  animation-direction: alternate;

  transition: 1s;

}



@keyframes image-zoom {

  0% {
    width: 100%;
    height: 100%;
  }



  25% {
    width: 115%;
    height: 115%;
  }



  50% {
    width: 130%;
    height: 130%;
  }



  75% {
    width: 120%;
    height: 120%;
  }



  100% {
    width: 100%;
    height: 100%;
  }

}

/*** Carousel Hero Header End ***/



/*** Single Page Hero Header Start ***/

.bg-breadcrumb {

  position: relative;

  overflow: hidden;

  background: linear-gradient(rgba(0, 0, 0, 0.354), rgba(0, 0, 0, 0.7)), url(../img/Prin.jpg);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  /* padding: 60px 0 60px 0; */

  transition: 0.5s;

}



.bg-breadcrumb .breadcrumb {

  position: relative;

}



.bg-breadcrumb .breadcrumb .breadcrumb-item a {

  color: var(--bs-white);

}

/*** Single Page Hero Header End ***/





/*** Feature Start ***/

.feature .feature-item {

  position: relative;

  border-radius: 10px;

  background: var(--bs-light);

}



.feature-item .feature-content {

  position: absolute;

  width: 100%;

  height: 100%;

  bottom: 0;

  left: 0;

  margin-top: 0;

  margin-right: 0;

  background: rgba(0, 0, 0, 0.7);

  border-radius: 10px;

  z-index: 2;

}



.feature-item .feature-content .feature-content-inner {

  position: relative;

  z-index: 5;

}

/*** Feature End ***/





/*** Service Start ***/

.service {

  position: relative;

  overflow: hidden;

  background-image: url(../img/carousel-1.jpg);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}



.service::before {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, .7);

  z-index: 1;

}



.service .service-section {

  position: relative;

  z-index: 5;

}



.service .service-days {

  border-radius: 10px;

  background: var(--bs-white);

}



.service .service-item {

  position: relative;

  height: 100%;

  text-align: center;

  border-radius: 10px;

  background: var(--bs-white);

  z-index: 1;

}



.service .service-item::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 0;

  bottom: 0;

  left: 0;

  border-radius: 10px;

  background: var(--bs-primary);

  transition: 0.5s;

  z-index: 2;

}



.service .service-item:hover:after {

  height: 100%;

}



.service .service-item i {

  color: var(--bs-primary);

  transition: 0.5s;

}



.service .service-item:hover i {

  color: var(--bs-white);

}



.service .service-item .service-content {

  position: relative;

  z-index: 3;

}



.service .service-item .service-content p {

  transition: 0.5s;

}



.service .service-item:hover .service-content p {

  color: var(--bs-white);

}



.service .service-item .service-content a.h4 {

  transition: 0.5s;

}



.service .service-item:hover .service-content a.h4:hover {

  color: var(--bs-white);

}

/*** Service End ***/





/*** Attractions Start ***/

.attractions {

  position: relative;

  overflow: hidden;

}



.attractions::after {

  content: "";

  width: 100%;

  height: 70%;

  position: absolute;

  overflow: hidden;

  top: 0;

  left: 0;

  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-2.jpg) center center no-repeat;

  background-size: cover;

  z-index: -2;

  animation-name: attraction-image-zoom;

  animation-duration: 10s;

  animation-delay: 1s;

  animation-iteration-count: infinite;

  animation-direction: alternate;

  transition: 1s;

}



@keyframes attraction-image-zoom {

  0% {
    width: 100%;
  }



  25% {
    width: 115%;
  }



  50% {
    width: 130%;
  }



  75% {
    width: 120%;
  }



  100% {
    width: 100%;
  }

}



.attractions .attractions-section {

  position: relative;

  z-index: 3;

}



.attractions .attractions-item {

  position: relative;

  border-radius: 10px;

  transition: 0.5s;

  z-index: 1;

}



.attractions .attractions-item::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 0;

  top: 0;

  left: 0;

  border-radius: 10px;

  background: rgba(0, 0, 0, .7);

  transition: 0.5s;

  z-index: 2;

}



.attractions .attractions-item:hover:after {

  height: 100%;

}



.attractions .attractions-item .attractions-name {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  border-radius: 10px;

  color: var(--bs-white);

  font-size: 24px;

  font-weight: 600;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.5s;

  z-index: 3;

  opacity: 0;

}



.attractions .attractions-item:hover .attractions-name {

  opacity: 1;

}



.attractions-carousel .owl-stage-outer {

  margin-top: 58px;

}



.attractions .owl-nav .owl-prev {

  position: absolute;

  top: -58px;

  left: 0;

  background: var(--bs-primary);

  color: var(--bs-white);

  padding: 6px 35px;

  border-radius: 30px;

  transition: 0.5s;

}



.attractions .owl-nav .owl-prev:hover {

  background: var(--bs-white);

  color: var(--bs-primary);

}



.attractions .owl-nav .owl-next {

  position: absolute;

  top: -58px;

  right: 0;

  background: var(--bs-primary);

  color: var(--bs-white);

  padding: 6px 35px;

  border-radius: 30px;

  transition: 0.5s;

}



.attractions .owl-nav .owl-next:hover {

  background: var(--bs-white);

  color: var(--bs-primary);

}

/*** Attractions End ***/





/*** Gallery Start ***/

.gallery .gallery-item {

  position: relative;

  overflow: hidden;

  height: 100%;

  border-radius: 10px;

}



.gallery .gallery-item img {

  transition: 0.5s;

}



.gallery .gallery-item:hover img {

  transform: scale(1.2);

}



.gallery .gallery-item::after {

  content: "";

  position: absolute;

  width: 0;

  height: 0;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  border-radius: 10px;

  background: rgba(0, 0, 0, .4);

  transition: 0.5s;

  z-index: 1;

}



.gallery .gallery-item:hover::after {

  width: 100%;

  height: 100%;

}



.gallery .gallery-item .search-icon {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  transition: 0.5s;

  z-index: 5;

  opacity: 0;

}



.gallery .gallery-item:hover .search-icon {

  opacity: 1;

}

/*** Gallery End ***/



/*** Blog Start ***/

.blog .blog-item {

  border-radius: 10px;

}



.blog .blog-item .blog-img {

  position: relative;

  overflow: hidden;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  transition: 0.5s;

}



.blog .blog-item .blog-img img {

  transition: 0.5s;

}



.blog .blog-item:hover .blog-img img {

  transform: scale(1.2);

}



.blog .blog-item .blog-img::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  background: rgba(0, 0, 0, .3);

  z-index: 1;

}



.blog .blog-item .blog-img .blog-category {

  position: absolute;

  top: 25px;

  left: 25px;

  border-radius: 10px;

  color: var(--bs-white);

  background: var(--bs-primary);

  z-index: 5;

}



.blog .blog-item .blog-img .blog-date {

  position: absolute;

  bottom: 25px;

  left: 25px;

  color: var(--bs-white);

  z-index: 5;

}



.blog .blog-item .blog-content {

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;

  background: var(--bs-light);

}

/*** Blog End ***/



/*** Team Start ***/

.team .team-item {

  position: relative;

  background: var(--bs-primary);

  border-radius: 10px;

}



.team .team-item::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 0;

  top: 0;

  left: 0;

  border-radius: 10px;

  background: var(--bs-dark);

  transition: 0.5s;

  z-index: 1;

}



.team .team-item:hover:after {

  height: 100%;

}



.team .team-item .team-content {

  position: relative;

  text-align: center;

  z-index: 2;

}



.team .team-item .team-content .team-icon {

  background: var(--bs-light);

  border-radius: 10px;

  display: flex;

  display: inline-flex;

}



.team .team-item .team-content h4,

.team .team-item .team-content p {

  transition: 0.5s;

}



.team .team-item:hover .team-content h4 {

  color: var(--bs-primary);

}



.team .team-item .team-content p {

  color: var(--bs-white);

  transition: 0.5s;

}



.team .team-item:hover .team-content p {

  color: var(--bs-body);

}

/*** Team End ***/



/*** Testimonial Start ***/

.testimonial {

  position: relative;

  overflow: hidden;

}



.testimonial::after {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background-image: url(../img/carousel-1.jpg);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  z-index: -2;

  animation-name: image-zoom;

  animation-duration: 10s;

  animation-delay: 1s;

  animation-iteration-count: infinite;

  animation-direction: alternate;

  transition: 1s;

}



.testimonial::before {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, .7);

  z-index: -1;

}



.testimonial .testimonial-carousel .testimonial-item {

  text-align: center;

  border-radius: 10px;

  background: rgba(256, 256, 256, 0.2);

}



.testimonial-carousel .testimonial-item .testimonial-inner {

  display: flex;

  justify-content: center;

}



.testimonial-item .testimonial-inner .testimonial-img {

  position: relative;

}



.testimonial-item .testimonial-inner .testimonial-img img {

  width: 100px;

  height: 100px;

  border-radius: 100px;

  border: 2px solid var(--bs-white);

}



.testimonial-item .testimonial-inner .testimonial-img .testimonial-quote {

  position: absolute;

  top: 0;

  left: -25px;

  color: var(--bs-white);

  background: var(--bs-primary);

}



.testimonial-carousel .owl-dots {

  display: flex;

  justify-content: center;

}



.testimonial-carousel .owl-dots .owl-dot {

  width: 30px;

  height: 30px;

  border-radius: 30px;

  margin: 20px 10px 0 10px;

  background: var(--bs-primary);

  transition: 0.5s;

}



.testimonial-carousel .owl-dots .owl-dot.active {

  width: 30px;

  height: 30px;

  border-radius: 30px;

  background: var(--bs-light);

  transition: 0.5s;

}



.testimonial-carousel .owl-dots .owl-dot span {

  position: relative;

  margin-top: 50%;

  margin-left: 50%;

  transform: translate(-50%, -50%);

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

}



.testimonial-carousel .owl-dots .owl-dot.active span::after {

  background: var(--bs-primary);

}



.testimonial-carousel .owl-dots .owl-dot span::after {

  content: "";

  width: 15px;

  height: 15px;

  border-radius: 15px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  background: var(--bs-white);

  transition: 0.5s;

}



.testimonial-carousel .owl-nav {

  position: absolute;

  bottom: -22px;

  right: 50%;

  transform: translateX(-50%);

  margin-right: -210px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.testimonial-carousel .owl-nav .owl-prev {

  font-size: 50px;

  margin-right: 80px;

  color: var(--bs-white);

  transition: 0.5s;

}



.testimonial-carousel .owl-nav .owl-next {

  font-size: 50px;

  margin-left: 80px;

  color: var(--bs-white);

  transition: 0.5s;

}



.testimonial-carousel .owl-nav .owl-prev:hover,

.testimonial-carousel .owl-nav .owl-next:hover {

  color: var(--bs-primary);

}

/*** Testimonial End ***/





/*** Footer Start ***/

.footer {

  background: var(--bs-dark);

}



.footer .footer-item {

  display: flex;

  flex-direction: column;

}



.footer .footer-item a {

  line-height: 35px;

  color: var(--bs-body);

  transition: 0.5s;

}



.footer .footer-item p {

  line-height: 35px;

}



.footer .footer-item a:hover {

  color: var(--bs-primary);

}



.footer .footer-item .footer-btn a,

.footer .footer-item .footer-btn a i {

  transition: 0.5s;

}



.footer .footer-item .footer-btn a:hover {

  background: var(--bs-white);

}



.footer .footer-item .footer-btn a:hover i {

  color: var(--bs-primary);

}



.footer .footer-item .opening-date {

  border-bottom: 1px solid rgba(255, 255, 255, .08);

}



.footer .footer-item .opening-date .opening-clock {

  display: flex;

  align-items: center;

  line-height: 35px;

}

/*** Footer End ***/



/*** copyright Start ***/

.copyright {

  border-top: 1px solid rgba(255, 255, 255, 0.08);

  background: var(--bs-dark);

}

/*** copyright end ***/
/* Button base styles */
.btn-success.custom-btn {
  position: relative;
  overflow: hidden;
  background-color: #198754;
  /* green */
  color: #fff;
  /* white text */
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* On hover - background black, text white */
.btn-success.custom-btn:hover {
  background-color: #000;
  /* black */
  color: #fff;
  /* keep text white */
}

/* Ripple effect */
.btn-success.custom-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: 0;
}

.btn-success.custom-btn:hover::before {
  width: 200%;
  height: 500%;
}

/* Ensure icon stays above ripple */
.btn-success.custom-btn i {
  position: relative;
  z-index: 1;
}

.footer-heading {
  font-weight: 600;
  color: #28a745;
  /* green accent or your brand color */
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-warning {
  color: #198754 !important;
}

.about-agtrustt-section {
  background-color: #f8f9fa;
  /*font-family: 'Segoe UI', sans-serif;*/
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  border-left: 5px solid #28a745;
  padding-left: 12px;
}

.about-description {
  font-size: 1.1rem;
  color: #343a40;
  line-height: 1.7;
}

.vision-mission-box {
  border-left: 4px solid #28a745;
  transition: all 0.3s ease;
}

.vision-mission-box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.team-modern-section {
  /* background: #f6f5f3; */
}

.team-card-modern {
  background: #fff;
  border-radius: 20px;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.team-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.team-img-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
  position: relative;
  border: 3px solid #fff;
}

.bg-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.3;
}

.shape1 {
  background: #c3f2e7;
}

.shape2 {
  background: #ffeebc;
}

.shape3 {
  background: #dcd5fc;
}

.shape4 {
  background: #fdd4e8;
}

.role {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 4px;
}

.team-bio {
  font-size: 0.85rem;
  color: #444;
  padding: 0 8px;
  min-height: 60px;
}

.team-card-modern hr {
  margin: 10px auto 5px;
  width: 80px;
  /* Increased width */
  border: 1px solid #ddd;
}

.social-icons i {
  color: #444;
  margin: 0 6px;
  font-size: 1rem;
  transition: 0.3s ease;
  cursor: pointer;
}

.social-icons i:hover {
  color: #28a745;
}

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #28a745;
}

.role {
  color: #198754;
  /* Blue color for department text */
  font-weight: 600;
}

.social-icons i {
  font-size: 18px;
  color: #555;
  margin: 0 8px;
  transition: color 0.3s ease;
  cursor: pointer;
}

.social-icons i:hover {
  color: #198754;
}

.team-img-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #eaeaea;
}

.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-modern {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.team-card-modern:hover {
  transform: translateY(-5px);
}

.role {
  font-weight: 600;
  color: #198754;
  /* Bootstrap green */
}

.team-bio {
  font-size: 14px;
}

.social-icons i {
  margin: 0 8px;
  font-size: 16px;
  color: #198754;
  cursor: pointer;
  transition: color 0.3s ease;
}

.social-icons i:hover {
  color: #000;
}

.section-heading {
  font-weight: 700;
  color: #198754;
}


.custom-btn {
  background-color: #198754;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.custom-btn:hover {
  background-color: #145c3b;
  color: #fff;
}

.commitment-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  /*font-family: 'Segoe UI',sans-serif;*/
  background: transparent;
}

.section-title {
  color: #2c6e49;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 3rem;
  border-left: 5px solid #198754;
  padding-left: 1rem;
}

.icon-wrapper {
  color: #198754;
  font-size: 2.5rem;
  flex-shrink: 0;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}

.item-title {
  color: #198754;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.item-description {
  color: #444444;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 576px) {
  .icon-wrapper {
    font-size: 2rem;
    width: 2.5rem;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .item-title {
    font-size: 1.25rem;
  }
}

.commitment-section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
  /*font-family: 'Segoe UI',sans-serif;*/
  color: #333;
}

.container {
  /* wrapper */
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1f7a3e;
  text-align: left;
  border-left: 4px solid #1f7a3e;
  padding-left: 0.5rem;
  /* <-- padding कमी केला */
  margin-left: 0;
  /* <-- heading चा margin left पूर्ण काढला */
  margin-bottom: 1.5rem;
}

.content-item {
  margin-bottom: 2rem;
}

.item-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c8a4d;
  margin-bottom: 0.5rem;
}

.item-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

section.commitment-section.new {
  max-width: 100%;
}

.sustainability-stories {
  /*font-family: 'Segoe UI',sans-serif;*/
  color: #222;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1f7a3e;
  text-align: left;
  margin-bottom: 1.5rem;
  border-left: 5px solid #1f7a3e;
  padding-left: 0.75rem;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
}

.story-card {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.story-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.story-image {
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}

/* Full black translucent overlay on image */
.story-image .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
  border-radius: 12px;
  z-index: 1;
}

/* Darker on hover */
.story-card:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.sustainability-stories {
  background-color: #e6f4ea;
  color: #222;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Text container */
.story-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #fff;
  z-index: 2;
  cursor: default;
}

.story-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.arrow {
  margin-left: 0.5rem;
  font-weight: 700;
  transition: transform 0.3s ease;
}

.story-card:hover .arrow {
  transform: translateX(5px);
}

.story-desc {
  margin-top: 6px;
  font-size: 1rem;
  line-height: 1.3;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease 0.15s, max-height 0.3s ease 0.15s;
}

.story-card:hover .story-desc {
  opacity: 1;
  max-height: 3.5rem;
}

.story-image {
  position: relative;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .story-image {
    height: 200px;
  }
}

/* Container and wrapper */
.contact-section {
  background-color: #f9faf9;
  /*font-family: 'Segoe UI',sans-serif;*/
  color: #1f2937;
}

.contact-wrapper {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Left form styling */
.contact-form {
  flex: 1 1 450px;
  background: #ffffff;
  padding: 30px 35px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgb(31 41 55 / 0.1);
}

.contact-form h2 {
  margin-bottom: 25px;
  color: #047857;
  /* green shade */
  font-weight: 700;
  font-size: 1.9rem;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #374151;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1.8px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #10b981;
  /* brighter green */
  box-shadow: 0 0 5px #10b981aa;
}

.contact-form textarea {
  resize: vertical;
}

.btn-submit {
  background-color: #10b981;
  color: white;
  font-weight: 700;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  width: 100%;
}

.btn-submit:hover {
  background-color: #047857;
}

/* Right contact details */
.contact-details {
  flex: 1 1 400px;
  background: #ffffff;
  padding: 30px 35px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgb(31 41 55 / 0.1);
  color: #374151;
}

.contact-details h2 {
  color: #047857;
  font-weight: 700;
  font-size: 1.9rem;
  margin-bottom: 25px;
}

.address-map {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgb(31 41 55 / 0.1);
}

.contact-info {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-info li {
  margin-bottom: 12px;
}

.contact-info a {
  color: #10b981;
  text-decoration: none;
  font-weight: 600;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-wrapper {
    flex-direction: column;
    gap: 35px;
  }
}

.bg-breadcrumb {
  position: relative;
  background-image: url('img/BANNER-2.jpg');
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.bg-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark overlay with 50% opacity */
  z-index: 2;
}

.bg-breadcrumb .container {
  position: relative;
  z-index: 3;
}

.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: none;
  font-size: 1.5rem;
  line-height: 1;
}

.navbar-toggler-icon:before {
  content: "\f0c9";
  /* FontAwesome bars icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

a.text-decoration-none.text-dark {
  color: #fff !important;
}

.agtrustt-team-box {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}

.team-img {
  width: 160px;
  height: auto;
  border-radius: 0;
}

.team-img-wrapper {
  flex-shrink: 0;
}

.header-carousel .owl-nav .owl-next {
  background: #198754 !important;
}

.btn-success.custom-btn:hover {
  background-color: #198754 !important;
  color: #fff;
}

.btn.btn-primary:hover {
  background: var(--bs-green);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-green);
  border-color: var(--bs-green);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.modal-content {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.modal-title {
  font-weight: 600;
  font-size: 1.5rem;
}

.spinner-border.text-sucess {
  color: #198754 !important;
}

.white-svg {
  filter: brightness(0) invert(1);
  /* turns black to white */
  /* width: 120px; */
}

/* Career Benefits Section */
.career-benefits-section {
  background-color: #f8f9fa;
}

.career-card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.career-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.career-icon i {
  font-size: 2rem;
  color: #198754;
}

.career-title {
  font-size: 1.1rem;
  color: #212529;
}

.career-text {
  font-size: 0.9rem;
  color: #555;
}

.open-positions-section {
  background-color: #f8f9fa;
}

.open-positions-table th {
  background-color: #198754 !important;
  color: #fff;
}

.open-positions-table td,
.open-positions-table th {
  vertical-align: middle;
}

.open-positions-table .btn {
  transition: 0.3s ease;
}

.open-positions-table .btn:hover {
  background-color: #146c43;
}

/* On mobile view, image should come first */
@media (max-width: 767.98px) {
  .team-member-card .row {
    display: flex;
    flex-direction: column !important;
  }

  /* Ensure image appears before content */
  .team-member-card .col-md-4 {
    order: 1;
  }

  .team-member-card .col-md-8 {
    order: 2;
  }

  /* Add some spacing for better mobile view */
  .team-member-card .team-member-image {
    margin-bottom: 15px;
  }
}

/* ====== Carousel Height Control ====== */
.header-carousel-item {
  position: relative;
  height: 70vh;
  /* Standard professional height */
  min-height: 500px;
  /* Ensures decent height on smaller screens */
  overflow: hidden;
}

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

/* Adjust caption position */
.header-carousel .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

/* ====== Responsive Adjustments ====== */
@media (max-width: 991.98px) {
  .header-carousel-item {
    height: 60vh;
    min-height: 400px;
  }

  .header-carousel .carousel-caption h1 {
    font-size: 1.75rem;
  }

  .header-carousel .carousel-caption p {
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {
  .header-carousel-item {
    height: 55vh;
    min-height: 350px;
  }

  .header-carousel .carousel-caption {
    padding: 0 1rem;
    text-align: center;
  }

  .header-carousel .carousel-caption h1 {
    font-size: 1.5rem;
  }

  .header-carousel .carousel-caption p {
    font-size: 0.9rem;
  }

  .header-carousel .btn {
    padding: 6px 16px;
    font-size: 0.9rem;
  }
}

.top-bar {
  background-color: #198754;
}

.top-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.top-link:hover {
  color: #f2f2f2;
}

.top-divider {
  width: 1px;
  height: 18px;
  background-color: #ffffff;
  display: inline-block;
}

.bi {
  color: #ffffff;
  font-size: 16px;
}

.social-icons i {
  margin: 0 8px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* === GOOGLE TRANSLATE CUSTOM STYLING – FINAL FIX === */

/* Remove background & border */
.goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

/* Custom globe icon */
.goog-te-gadget-icon {
  width: 20px !important;
  height: 20px !important;
  background-image: url('/img/world-wide-web.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-right: 6px !important;
  border: none !important;
}

/* “Select Language” text */
.goog-te-gadget-simple span,
.goog-te-gadget-simple a {
  color: #ffffff !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  display: inline !important;
}

/* Remove Google logo link only (not full widget) */
.goog-logo-link {
  display: none !important;
}

/* Remove default gray branding text */
.goog-te-gadget span[style*="color: rgb(155, 155, 155)"] {
  display: none !important;
}

/* Keep visible even on hover */
.goog-te-gadget-simple:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}

.goog-te-gadget-simple:hover span,
.goog-te-gadget-simple:hover a {
  color: #ffffff !important;
}

/* Prevent double language selector */
#google_translate_element .skiptranslate iframe {
  display: none !important;
}

/* Remove unwanted left border span from Google Translate */
.goog-te-gadget-simple span[style*="border-left"] {
  display: none !important;
}

/* 🌾 AgTrustt in Canada Section - White Theme with Green Heading */
.agtrustt-canada-section {
  background-color: #ffffff;
  color: #333;
}

.agtrustt-canada-section .section-title {
  font-weight: 700;
  font-size: 2rem;
}

.agtrustt-canada-section .section-intro {
  max-width: 850px;
  margin: 0 auto;
  color: #555;
  line-height: 1.7;
  font-size: 1.1rem;
}

.agtrustt-canada-section .content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.agtrustt-canada-section .content-card {
  background: #fff;
  border-left: 5px solid #198754;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.agtrustt-canada-section .content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
}

.agtrustt-canada-section .item-title {
  color: #222;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.2rem;
}

.agtrustt-canada-section p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background-color: #f3f9f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #198754;
  transition: all 0.3s ease;
}

.icon-circle:hover {
  background-color: #198754;
  color: #fff;
  transform: scale(1.1);
}

.future-section {
  background: linear-gradient(135deg, #f8fff8 0%, #e8f5e9 100%);
  overflow-x: hidden;
  /* ✅ Prevent horizontal scroll */
}

.future-section h3 {
  font-size: 1.9rem;
  line-height: 1.4;
}

.future-section p {
  font-size: 1.05rem;
}

.future-section img {
  max-height: 340px;
  object-fit: cover;
  border-radius: 1rem;
}

.row.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .future-section h3 {
    font-size: 1.6rem;
  }

  .future-section img {
    max-height: 260px;
  }
}

.value-section .icon-circle {
  width: 70px;
  height: 70px;
  background-color: #e8f5e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #198754;
  transition: all 0.3s ease;
}

.value-section .icon-circle:hover {
  background-color: #198754;
  color: #fff;
  transform: scale(1.1);
}

.value-section .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

/* new css main start */
.hero-slider {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

/* SLIDES */


.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

/* OVERLAY */
.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* CONTENT */
.hero-content {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  max-width: 700px;
  color: #fff;
  z-index: 2;
}

.hero-content h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
}

.hero-content p {
  margin-top: 20px;
  font-size: 20px;
  color: #ddd;
}

/* BUTTON */
.hero-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 28px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #fff;
  color: #000;
}

/* RIGHT DOTS */
.slider-dots {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.slider-dots span {
  display: block;
  width: 3px;
  height: 25px;
  background: #aaa;
  margin: 10px 0;
  cursor: pointer;
}

.slider-dots span.active {
  background: #fff;
}

/* ARROWS */
.slider-arrows {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 2;
  font-size: 22px;
}

.slider-arrows span {
  margin: 0 10px;
  cursor: pointer;
}


.tech-footer {
  background: #070744;
  color: #fff;
  padding: 80px 60px 20px;
  position: relative;
  overflow: hidden;
}

/* DIAGONAL LINES */
.tech-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 300px);
  pointer-events: none;
}

/* VERTICAL COLUMN LINES */
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  position: relative;
  z-index: 2;
}

/* Vertical Lines */
.footer-grid>div {
  position: relative;
  padding-right: 30px;
}

.footer-grid>div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
}

/* LOGO */
.footer-logo img {
  max-width: 160px;
}

.footer-logo p {
  margin-top: 15px;
  color: #cfcfe8;
  font-size: 14px;
  line-height: 1.6;
}

/* LINKS */
.footer-links h4 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #cfcfe8;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #fff;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.footer-social a {
  color: #fff;
  font-size: 18px;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 60px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: #cfcfe8;
}

.footer-bottom a {
  color: #cfcfe8;
  text-decoration: none;
  margin-left: 15px;
}

.footer-bottom a:hover {
  color: #fff;
}

/* SCROLL TOP */
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: red;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  display: none;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid>div::after {
    display: none;
  }
}

@media(max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}



/* LOGO SIZE */
.navbar-brand img {
  max-height: 60px;
}

/* NAV LINKS */
.navbar-nav .nav-link {
  font-weight: 500;
  margin: 0 12px;
}

/* MEGA MENU */
.mega-menu {
  width: 600px;
  padding: 20px;
}

.mega-menu .row>div {
  padding: 10px;
}

.mega-menu h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.mega-menu a {
  display: block;
  color: #333;
  padding: 5px 0;
  text-decoration: none;
}

.mega-menu a:hover {
  color: #0d6efd;
}

/* CONTACT RIGHT */
.nav-contact {
  font-weight: 600;
  color: #28a745;
}

.scale-speed-section {
  font-family: 'Poppins', sans-serif;
  min-height: 100vh;
}

.scale-speed-content-wrap {
  min-height: 100vh;
  padding: 60px 40px 60px 56px;
}

.scale-speed-content {
  max-width: 760px;
}

.scale-speed-title {
  margin: 0;
  line-height: 1.1;
  letter-spacing: -1px;
}

.scale-speed-#E31E24 {
  color: #e31837;
  font-size: 59px;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  display: block;
}

.scale-speed-black {
  color: #29251d;
  font-size: 41px;
  line-height: 1.2;
  font-weight: 500;
  display: block;
}

.scale-speed-title sup {
  font-size: 16px;
  top: -1.2em;
  position: relative;
}

.scale-speed-desc {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 25px;
  line-height: 1.7;
  max-width: 650px;
}

.scale-speed-image-wrap {
  height: 100vh;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
}

.scale-speed-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scale-speed-btn-fill,
.scale-speed-btn-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-width: 160px;
  height: 52px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.scale-speed-btn-fill::before,
.scale-speed-btn-outline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: height 0.35s ease;
}

.scale-speed-btn-fill {
  background: #ef1b3f;
  color: #fff;
  border: 1px solid #ef1b3f;
}

.scale-speed-btn-fill::before {
  background: #c8102e;
}

.scale-speed-btn-fill:hover {
  color: #fff;
}

.scale-speed-btn-fill:hover::before {
  height: 100%;
}

.scale-speed-btn-outline {
  background: transparent;
  color: #ef1b3f;
  border: 1px solid #ef1b3f;
}

.scale-speed-btn-outline::before {
  background: #ef1b3f;
}

.scale-speed-btn-outline:hover {
  color: #fff;
}

.scale-speed-btn-outline:hover::before {
  height: 100%;
}

@media (max-width: 991.98px) {
  .scale-speed-content-wrap {
    min-height: auto;
    padding: 60px 24px;
  }

  .scale-speed-image-wrap {
    height: 500px;
    clip-path: none;
  }

  .scale-speed-#E31E24 {
    font-size: 40px;
  }

  .scale-speed-black {
    font-size: 36px;
  }

  .scale-speed-desc {
    font-size: 16px;
    line-height: 1.6;
  }

  .scale-speed-btn-fill,
  .scale-speed-btn-outline {
    min-width: 140px;
    height: 48px;
    font-size: 12px;
    padding: 0 18px;
  }
}


.latest-thinking-section {
  background: #fff;
  padding: 60px 48px;
  padding-right: 0px;
}

.latest-thinking-inner {
  width: 100%;
}

.latest-thinking-top {
  margin-bottom: 36px;
  align-items: flex-start;
}

.latest-thinking-heading-wrap {
  padding-right: 30px;
}

.latest-thinking-text-wrap {
  padding-left: 30px;
  padding-top: 8px;
}

.latest-thinking-heading {
  font-size: 62px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  letter-spacing: -2px;
  margin: 0;
}

.latest-thinking-toptext {
  font-size: 20px;
  line-height: 1.65;
  color: #111;
  margin: 0;
  max-width: 520px;
}

.thinking-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: #000;
  height: 100%;
}

.thinking-card-small {
  height: 210px;
}

.thinking-card-tall {
  height: 435px;
}

.thinking-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.thinking-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.08) 100%);
  z-index: 1;
}

.thinking-badge-wrap {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.thinking-badge {
  background: rgba(42, 42, 42, 0.85);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 10px;
  line-height: 1;
}

.thinking-content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  transform: translateY(18px);
  transition: all 0.35s ease;
}

.thinking-content h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.thinking-content p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  max-width: 92%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.35s ease;
}

.thinking-card:hover .thinking-card-img {
  transform: scale(1.08);
}

.thinking-card:hover .thinking-content {
  transform: translateY(0);
}

.thinking-card:hover .thinking-content p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .latest-thinking-section {
    padding: 50px 24px;
  }

  .latest-thinking-top {
    margin-bottom: 28px;
  }

  .latest-thinking-heading-wrap,
  .latest-thinking-text-wrap {
    padding: 0;
  }

  .latest-thinking-heading {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .latest-thinking-toptext {
    font-size: 16px;
    max-width: 100%;
  }

  .thinking-card-small,
  .thinking-card-tall {
    height: 320px;
  }
}

@media (max-width: 575.98px) {
  .latest-thinking-section {
    padding: 40px 30px;
            padding-right: 0px !important;
        margin-right: 0px;

  }

  .latest-thinking-heading {
    font-size: 34px;
  }

  .thinking-content h3 {
    font-size: 16px;
  }

  .thinking-content p {
    font-size: 12px;
  }
}

.news-section {
  position: relative;
  overflow: hidden;
  background-color: #f4efe8;
  padding: 72px 48px 80px;
  background-image: url("../img/pattern-scale-at-speed (1).svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.news-container {
  position: relative;
  z-index: 1;
  max-width: 1720px;
  margin: 0 auto;
}

.news-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.news-heading-wrap h2 {
  margin: 0 0 12px;
  font-size: 72px;
  line-height: 0.98;
  font-weight: 700;
  color: #000;
  letter-spacing: -2px;
}

.news-heading-wrap p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #111;
  max-width: 760px;
}

.news-nav {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}

.news-arrow {
  width: 74px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: #2a2018;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.news-arrow span {
  font-size: 22px;
  line-height: 1;
}

.news-arrow:hover {
  background: #000;
  transform: translateY(-2px);
}

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

.news-track {
  display: flex;
  gap: 26px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.news-card {
  position: relative;
  flex: 0 0 calc((100% - 52px) / 3);
  min-height: 610px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.news-image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.news-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.news-dark-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.74) 8%,
      rgba(0, 0, 0, 0.28) 42%,
      rgba(0, 0, 0, 0.10) 100%);
  z-index: 1;
}

.news-hover-pattern {
  position: absolute;
  inset: 0;
  background-image: url("../img/news-overlay-pattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.35s ease, transform 0.5s ease;
  transform: scale(1.05);
  mix-blend-mode: screen;
}

.news-card:hover .news-hover-pattern {
  opacity: 0.32;
  transform: scale(1);
}

.news-card:hover .news-image-wrap img {
  transform: scale(1.08);
}

.news-tag {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(43, 43, 43, 0.62);
  color: #fff;
  padding: 11px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  backdrop-filter: blur(3px);
}

.news-tag span {
  opacity: 0.7;
}

.news-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
}

.news-content h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 18px;
  line-height: 1.24;
  font-weight: 600;
  max-width: 92%;
  transition: transform 0.35s ease;
}

.news-card:hover .news-content h3 {
  transform: translateY(-3px);
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2px;
  position: relative;
}

.read-more::after {
  content: "";
  width: 22px;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

.news-card:hover .read-more::after {
  width: 34px;
}

@media (max-width: 1400px) {
  .news-heading-wrap h2 {
    font-size: 60px;
  }

  .news-card {
    min-height: 400px;
  }
}

@media (max-width: 1024px) {
  .news-section {
    padding: 56px 24px 60px;
  }

  .news-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-heading-wrap h2 {
    font-size: 46px;
  }

  .news-heading-wrap p {
    font-size: 18px;
  }

  .news-card {
    flex: 0 0 calc((100% - 26px) / 2);
    min-height: 460px;
  }
}

@media (max-width: 767px) {
  .news-heading-wrap h2 {
    font-size: 38px;
  }

  .news-heading-wrap p {
    font-size: 16px;
  }

  .news-arrow {
    width: 62px;
    height: 38px;
  }

  .news-arrow span {
    font-size: 18px;
  }

  .news-content h3 {
    font-size: 19px;
  }

  .news-tag {
    font-size: 13px;
    padding: 10px 14px;
  }

  .news-card {
    flex: 0 0 100%;
  }
}

.capabilities-section {
  background: #760033;
  padding: 70px 52px 72px;
  border-bottom: 4px solid #f3efe8;
}

.capabilities-container {
  max-width: 1400px;
  margin: 0 auto;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: start;
}

.capabilities-title {
  margin: 0 0 38px;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.capabilities-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.capabilities-list li {
  margin-bottom: 22px;
  position: relative;
  cursor: pointer;
}

.capabilities-list li:last-child {
  margin-bottom: 0;
}

.capabilities-list li a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 400;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.capabilities-list li::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  transform: translateY(-50%) scale(0.6);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.capabilities-list li:hover a,
.capabilities-list li.active a {
  color: #ffffff;
  transform: translateX(10px);
}

.capabilities-list li:hover::before,
.capabilities-list li.active::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.capabilities-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.capabilities-text {
  margin: 0 0 34px;
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
  max-width: 520px;
  align-self: flex-start;
}

.capabilities-image-wrap {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.06);
}

.capabilities-image-wrap img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.capabilities-image-wrap img.is-changing {
  opacity: 0.45;
  transform: scale(1.04);
}

@media (max-width: 1024px) {
  .capabilities-section {
    padding: 56px 28px 60px;
  }

  .capabilities-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .capabilities-title {
    font-size: 48px;
    margin-bottom: 28px;
  }

  .capabilities-list li a {
    font-size: 20px;
  }

  .capabilities-text {
    font-size: 17px;
    max-width: 100%;
  }

  .capabilities-image-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .capabilities-section {
    padding: 42px 20px 46px;
  }

  .capabilities-title {
    font-size: 38px;
  }

  .capabilities-list li {
    margin-bottom: 16px;
  }

  .capabilities-list li a {
    font-size: 18px;
  }

  .capabilities-text {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* SECTION */
.industry-sec {
  background: #fff;
  overflow: hidden;
}

/* SLIDER */
.industry-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}

/* HIDE SCROLLBAR */
.industry-slider::-webkit-scrollbar {
  display: none;
}

.industry-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* CARD (4 visible) */
.industry-card {
  flex: 0 0 25%;
  max-width: 25%;
  height: 420px;
  padding: 25px;
  border-right: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: 0.4s;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .industry-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media(max-width: 576px) {
  .industry-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* CONTENT */
.content {
  position: relative;
  z-index: 2;
}

/* ICON */
.icon-box {
  width: 45px;
  height: 45px;
  background: rgba(227, 30, 36, 0.1);
  /* light #E31E24 */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: 0.4s;
}

.icon-box i {
  color: #E31E24;
  font-size: 18px;
}

/* SMALL IMAGE */
.industry-card img {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 85%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.6s ease;
}

/* VIEW BUTTON */
.view-btn {
  position: absolute;
  bottom: 20px;
  left: 25px;
  color: #fff;
  opacity: 0;
  z-index: 2;
  transition: 0.4s;
  font-size: 14px;
}

/* HOVER IMAGE FULL */
.industry-card:hover img {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

/* OVERLAY */
.industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.4s;
  z-index: 1;
}

.industry-card:hover::before {
  background: rgba(0, 0, 0, 0.6);
}

/* TEXT WHITE */
.industry-card:hover h5,
.industry-card:hover p {
  color: #fff;
}

/* ICON HOVER */
.industry-card:hover .icon-box {
  background: rgba(255, 255, 255, 0.2);
}

.industry-card:hover .icon-box i {
  color: #fff;
}

/* VIEW BTN SHOW */
.industry-card:hover .view-btn {
  opacity: 1;
}

/* NAV BUTTONS */
.nav-btns span {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.nav-btns span:hover {
  background: #e31e24;
  color: #fff;
  border-color: #e31e24;
}

/* SECTION */
.zt-hero-sec {
  position: relative;
}

/* WRAPPER */
.zt-hero-wrap {
  position: relative;
  height: 520px;
  overflow: hidden;
}

/* IMAGE (CENTER FIX ✅) */
.zt-hero-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* IMPORTANT */
}

/* OVERLAY GRADIENT */
.zt-hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75));
  z-index: 1;
}

/* CONTENT RIGHT SIDE */
.zt-hero-content {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  max-width: 520px;
  color: #fff;
  z-index: 2;
  text-align: left;
}

/* HEADING */
.zt-hero-content h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

/* TEXT */
.zt-hero-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* BUTTON */
.zt-btn-fill {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  overflow: hidden;
  z-index: 2;
  transition: 0.3s;
}

/* BUTTON FILL ANIMATION (BOTTOM → TOP 🔥) */
.zt-btn-fill::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #E31E24;
  z-index: -1;
  transition: 0.4s ease;
}

.zt-btn-fill:hover::before {
  height: 100%;
}

/* BUTTON TEXT COLOR */
.zt-btn-fill:hover {
  color: #fff;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .zt-hero-wrap {
    height: 400px;
  }

  .zt-hero-content {
    right: 20px;
    left: 20px;
    text-align: center;
    transform: translateY(-50%);
  }

  .zt-hero-content h1 {
    font-size: 32px;
  }

  .zt-hero-content p {
    font-size: 16px;
  }
}

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

.zx-navbar-wrap {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #ececec;
}

.zx-navbar-inner {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.zx-navbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
  gap: 20px;
}

.zx-logo-area {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.zx-logo-area img {
  max-height: 62px;
  width: auto;
  display: block;
}

.zx-nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.zx-nav-links {
  display: flex;
  align-items: center;
  gap: 46px;
}

.zx-link-item,
.zx-drop-btn {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #111111;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 42px 0;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.zx-link-item:hover,
.zx-drop-btn:hover,
.zx-menu-holder:hover .zx-drop-btn,
.zx-search-holder:hover .zx-search-toggle {
  color: #c40000;
}

.zx-menu-holder,
.zx-search-holder {
  position: static;
}

.zx-search-area {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.zx-search-toggle,
.zx-mobile-open {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 22px;
}

.zx-search-toggle:hover, 
.zx-mobile-open:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

.zx-mobile-open {
  display: none;
}

/* MEGA MENU */
.zx-mega-box {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1500px, calc(100vw - 80px));
  background: #ffffff;
  border-radius: 0 0 34px 34px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
  padding: 42px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.28s ease;
}

.zx-menu-holder:hover .zx-mega-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.zx-mega-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 340px;
  gap: 32px;
  align-items: stretch;
}

.zx-mega-column {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 28px 28px 26px;
  min-height: 320px;
}

.zx-mega-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 26px;
}

.zx-mega-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.zx-mega-links a {
  text-decoration: none;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  transition: 0.3s ease;
}

.zx-mega-links a:hover {
  color: #c40000;
  padding-left: 6px;
}

.zx-feature-card {
  border: 1px solid #ececec;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.zx-feature-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.zx-feature-content {
  padding: 24px 24px 28px;
}

.zx-feature-content h4 {
  font-size: 22px;
  color: #111;
  font-weight: 700;
  margin-bottom: 14px;
}

.zx-feature-content p {
  font-size: 16px;
  color: #5c5c5c;
  line-height: 1.7;
  margin-bottom: 20px;
}

.zx-feature-content a {
  color: #c40000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

/* SEARCH MEGA PANEL */
.zx-search-panel {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1100px, calc(100vw - 80px));
  background: #ffffff;
  border-radius: 0 0 34px 34px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
  padding: 34px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.28s ease;
}

.zx-search-holder.zx-search-active .zx-search-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.zx-search-top {
  margin-bottom: 24px;
}

.zx-search-top h3 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.zx-search-top p {
  font-size: 16px;
  color: #666;
}

.zx-search-bar-wrap {
  position: relative;
  margin-bottom: 20px;
}

.zx-search-input {
  width: 100%;
  height: 64px;
  border: 1px solid #dddddd;
  border-radius: 18px;
  padding: 0 64px 0 22px;
  font-size: 17px;
  outline: none;
  transition: 0.3s ease;
}

.zx-search-input:focus {
  border-color: #c40000;
}

.zx-search-submit-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s ease;
}

.zx-search-submit-btn:hover {
  background: #c40000;
}

.zx-suggestion-box {
  border: 1px solid #ececec;
  border-radius: 20px;
  background: #fafafa;
  overflow: hidden;
}

.zx-suggestion-title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  padding: 18px 20px 12px;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.zx-suggestion-list {
  list-style: none;
  max-height: 360px;
  overflow-y: auto;
}

.zx-suggestion-item {
  border-bottom: 1px solid #ececec;
}

.zx-suggestion-item:last-child {
  border-bottom: none;
}

.zx-suggestion-link {
  display: block;
  text-decoration: none;
  padding: 16px 20px;
  transition: 0.3s ease;
  color: #111;
}

.zx-suggestion-link:hover,
.zx-suggestion-link.zx-active-suggestion {
  background: #fff4f4;
}

.zx-suggestion-link strong {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
  color: #111;
}

.zx-suggestion-link span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.zx-empty-result {
  padding: 18px 20px;
  font-size: 15px;
  color: #666;
  background: #fff;
}

/* MOBILE */
@media (max-width: 1199px) {
  .zx-nav-links {
    gap: 28px;
  }

  .zx-link-item,
  .zx-drop-btn {
    font-size: 16px;
  }

  .zx-mega-layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .zx-navbar-inner {
    padding: 0 18px;
  }

  .zx-navbar-row {
    min-height: 84px;
    flex-wrap: wrap;
  }

  .zx-mobile-open {
    display: flex;
  }

  .zx-nav-center {
    width: 100%;
    display: none;
    order: 3;
    justify-content: flex-start;
    padding-bottom: 16px;
  }

  .zx-nav-center.zx-mobile-show {
    display: flex;
  }

  .zx-nav-links {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .zx-link-item,
  .zx-drop-btn {
    width: 100%;
    justify-content: space-between;
    padding: 16px 0;
    font-size: 17px;
  }

  .zx-menu-holder {
    width: 100%;
  }

  .zx-mega-box {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    border-radius: 22px;
    padding: 18px;
    box-shadow: none;
    border: 1px solid #ececec;
  }

  .zx-menu-holder.zx-mobile-active .zx-mega-box {
    display: block;
  }

  .zx-mega-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .zx-mega-column,
  .zx-feature-card {
    min-height: auto;
  }

  .zx-feature-card img {
    height: 180px;
  }

  .zx-search-toggle,
  .zx-mobile-open {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }

  .zx-search-panel {
    width: calc(100vw - 36px);
    padding: 20px;
    border-radius: 0 0 22px 22px;
  }
}
@media (max-width: 991px) {

  .zx-mega-box {
    display: block !important;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .zx-menu-holder {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .zx-drop-btn {
    pointer-events: none; /* disable click */
    font-weight: 600;
  }

}
@media (max-width: 767px) {
  .zx-logo-area img {
    max-height: 48px;
  }

  .zx-search-top h3 {
    font-size: 22px;
  }

  .zx-search-input {
    height: 56px;
    font-size: 15px;
  }
}

.abt-banner-section {
  position: relative;
  width: 100%;
  min-height: 700px;
  background: #e9e6df;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.abt-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(to right,
      rgba(0, 0, 0, 0.08) 0px,
      rgba(0, 0, 0, 0.08) 1px,
      transparent 1px,
      transparent 59px);
  pointer-events: none;
  z-index: 1;
}

.abt-banner-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 62%;
  height: 260px;
  background: rgba(255, 255, 255, 0.45);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 2;
}

.abt-banner-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.abt-banner-content {
  width: 48%;
  max-width: 700px;
  animation: abtTextSlideLeft 1s ease forwards;
  opacity: 0;
  transform: translateX(-100px);
}

.abt-banner-title {
  font-size: 76px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  margin: 0 0 28px;
  letter-spacing: -2px;
}

.abt-banner-text {
  font-size: 24px;
  line-height: 1.45;
  color: #3f3f3f;
  max-width: 760px;
  margin: 0;
  font-weight: 400;
}

.abt-banner-image-side {
  width: 52%;
  display: flex;
  justify-content: flex-end;
  animation: abtImageLoad 1.2s ease forwards;
  opacity: 0;
  transform: translateX(120px);
}

.abt-banner-image-shape {
  width: 100%;
  max-width: 980px;
  height: 600px;
  clip-path: polygon(20% 0%, 100% 0%, 100% 67%, 32% 100%, 0% 100%, 0% 34%);
  overflow: hidden;
  position: relative;
}

.abt-banner-image-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes abtTextSlideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes abtImageLoad {
  0% {
    opacity: 0;
    transform: translateX(120px) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@media (max-width: 1400px) {
  .abt-banner-title {
    font-size: 62px;
  }

  .abt-banner-text {
    font-size: 21px;
  }

  .abt-banner-image-shape {
    height: 520px;
  }
}

@media (max-width: 1199px) {
  .abt-banner-wrap {
    padding: 50px 40px;
    gap: 40px;
  }

  .abt-banner-title {
    font-size: 54px;
  }

  .abt-banner-text {
    font-size: 19px;
  }

  .abt-banner-image-shape {
    height: 460px;
  }
}

@media (max-width: 991px) {
  .abt-banner-section {
    min-height: auto;
    padding: 50px 0;
  }

  .abt-banner-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px 50px;
  }

  .abt-banner-content,
  .abt-banner-image-side {
    width: 100%;
    max-width: 100%;
  }

  .abt-banner-image-side {
    justify-content: flex-start;
  }

  .abt-banner-title {
    font-size: 46px;
    margin-bottom: 20px;
  }

  .abt-banner-text {
    font-size: 18px;
    max-width: 100%;
  }

  .abt-banner-image-shape {
    max-width: 100%;
    height: 380px;
    clip-path: polygon(12% 0%, 100% 0%, 100% 78%, 26% 100%, 0% 100%, 0% 26%);
  }

  .abt-banner-section::after {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .abt-banner-title {
    font-size: 38px;
  }

  .abt-banner-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .abt-banner-image-shape {
    height: 280px;
  }
}

.tech-section {
  background: #ffffff;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.tech-section.show {
  opacity: 1;
  transform: translateY(0);
}

/* Counter Style */
.counter {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
}

.plus {
  color: #E31E24;
  font-weight: 600;
}

/* Button Animation */
.btn-fill {
  position: relative;
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  background: #E31E24;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
}

.btn-fill::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: all 0.4s ease;
  z-index: -1;
}

.btn-fill:hover::before {
  bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .counter {
    font-size: 40px;
  }
}

.mahindra-section {
  background: #f5f3ef;
  overflow: hidden;
}

/* Text */
.content-box h4 {
  font-weight: 600;
}

.content-box p {
  color: #555;
  line-height: 1.7;
}

/* Link */
.learn-link {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  position: relative;
  transition: color 0.3s ease;
}

/* Underline (Blue) */
.learn-link::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #007bff;
  /* Blue underline */
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: width 0.3s ease;
}

/* Hover Effect */
.learn-link:hover {
  color: #E31E24;
}

.learn-link:hover::after {
  width: 100%;
}

/* Animation initial state */
.content-box,
.image-box {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

/* Active class */
.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Image styling */
.image-box img {
  border-radius: 5px;
}

.milestone-section {
  background: #ffffff;
}

.milestone-heading {
  top: 40px;
}

.milestone-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ff1e3c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.milestone-title {
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  color: #111;
  margin-bottom: 18px;
}

.milestone-text {
  font-size: 17px;
  line-height: 1.7;
  color: #666;
  max-width: 340px;
  margin: 0;
}

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

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 2px;
  height: 100%;
  background: #e4e4e4;
}

.timeline-item {
  position: relative;
  padding-bottom: 50px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: -40px;
  top: 8px;
  width: 26px;
  height: 26px;
  border: 2px solid #ff1e3c;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}

.timeline-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #ff1e3c;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.timeline-year {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #ff1e3c;
  line-height: 1;
  margin-bottom: 12px;
}

.timeline-content h3 {
  font-size: 28px;
  line-height: 1.35;
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
}

.timeline-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin: 0;
  max-width: 680px;
}

@media (max-width: 991px) {
  .milestone-heading {
    position: relative !important;
    top: 0;
  }

  .milestone-text {
    max-width: 100%;
  }

  .timeline-content h3 {
    font-size: 24px;
  }

  .timeline-year {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .timeline {
    padding-left: 32px;
  }

  .timeline::before {
    left: 10px;
  }

  .timeline-dot {
    left: -32px;
    width: 22px;
    height: 22px;
  }

  .timeline-dot::after {
    width: 8px;
    height: 8px;
  }

  .timeline-year {
    font-size: 26px;
  }

  .timeline-content h3 {
    font-size: 20px;
  }

  .timeline-content p {
    font-size: 15px;
  }
}

.pv-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
}

.pv-bg {
  position: absolute;
  inset: -60px;
  background-image: url('images/purpose.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.08);
  transition: background-image 0.6s ease, transform 0.25s linear;
  will-change: transform;
  z-index: 1;
}

.pv-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.40);
  z-index: 2;
}

.pv-panels {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.pv-panel {
  flex: 1;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: flex 0.45s ease, background 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.pv-panel:last-child {
  border-right: none;
}

.pv-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.35s ease;
}

.pv-panel:hover::before,
.pv-panel.active::before {
  background: rgba(255, 255, 255, 0.08);
}

.pv-panel.active {
  flex: 1.8;
}

.pv-panel-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  position: relative;
  z-index: 2;
}

.pv-content {
  width: 100%;
  max-width: 520px;
  color: #fff;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.pv-title {
  font-size: clamp(28px, 3vw, 52px);
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.pv-text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  transition: max-height 0.45s ease, opacity 0.35s ease, margin-top 0.35s ease;
}

.pv-panel.active .pv-text {
  max-height: 220px;
  opacity: 1;
  margin-top: 22px;
}

.pv-panel:not(.active) .pv-content {
  max-width: 220px;
  text-align: center;
}

.pv-panel:not(.active) .pv-title {
  font-size: clamp(22px, 2.2vw, 34px);
}

.pv-panel:not(.active) .pv-text {
  display: none;
}

@media (max-width: 991px) {
  .pv-panels {
    flex-direction: column;
    min-height: auto;
  }

  .pv-panel {
    min-height: 180px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .pv-panel.active {
    flex: 1;
    min-height: 320px;
  }

  .pv-panel-inner {
    justify-content: flex-start;
    align-items: flex-end;
    padding: 40px 24px;
  }

  .pv-panel:not(.active) .pv-content {
    max-width: 100%;
    text-align: left;
  }

  .pv-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .pv-section {
    min-height: auto;
  }

  .pv-panel {
    min-height: 150px;
  }

  .pv-panel.active {
    min-height: 280px;
  }

  .pv-panel-inner {
    padding: 30px 18px;
  }

  .pv-title {
    font-size: 28px;
  }

  .pv-text {
    font-size: 15px;
    line-height: 1.6;
  }
}

.leadership-section {
  background: #e9e4da;
}

.leadership-tabs {
  align-items: center;
}

.leadership-tab {
  background: none;
  border: none;
  padding: 0 0 10px;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
  color: #445066;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}

.leadership-tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ff2645;
  transition: width 0.35s ease;
}

.leadership-tab:hover,
.leadership-tab.active {
  color: #000;
}

.leadership-tab.active::after {
  width: 100%;
}

.leadership-pane {
  display: none;
  animation: fadeLeader 0.4s ease;
}

.leadership-pane.active {
  display: block;
}

@keyframes fadeLeader {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.leader-card {
  height: 100%;
}

.leader-img-wrap {
  position: relative;
  overflow: hidden;
  background: #d8d8d8;
}

.leader-img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.leader-card:hover .leader-img {
  transform: scale(1.04);
  filter: grayscale(0%);
}

.leader-social {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
}

.leader-social.dual {
  gap: 10px;
}

.leader-social a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(2px);
  border-radius: 4px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.leader-social a:hover {
  background: #ff2645;
  transform: translateY(-2px);
}

.leader-info {
  padding: 22px 14px 0;
}

.leader-info h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 1.6vw, 34px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000;
  text-transform: uppercase;
}

.leader-info p {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 22px);
  line-height: 1.5;
  color: #495466;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .leader-img {
    height: 340px;
  }
}

@media (max-width: 991px) {
  .leadership-tabs {
    gap: 18px !important;
  }

  .leadership-tab {
    font-size: 20px;
  }

  .leader-img {
    height: 360px;
  }

  .leader-info {
    padding: 18px 8px 0;
  }
}

@media (max-width: 767px) {
  .leadership-tab {
    font-size: 18px;
    padding-bottom: 8px;
  }

  .leader-img {
    height: 300px;
  }

  .leader-social {
    top: 12px;
    right: 12px;
  }

  .leader-info h3 {
    font-size: 22px;
  }

  .leader-info p {
    font-size: 15px;
  }
}

.newbtn {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  color: #e60023;
  background: transparent;
  border: 2px solid #e60023;
  text-decoration: none;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

/* Fill effect layer */
.newbtn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #e60023;
  z-index: -1;
  transition: height 0.4s ease;
}

/* Hover effect */
.newbtn:hover::before {
  height: 100%;
}

.newbtn:hover {
  color: #fff;
}

p.text-muted {
  font-size: 18px;
  margin: 0 0 34px;
  color: #fff;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
  align-self: flex-start;
}

.work-culture-section {
  padding: 80px 0;
  background: #ffffff;
}

.work-culture-section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.work-culture-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.work-culture-left {
  flex: 1 1 450px;
}

.work-culture-title {
  font-size: 38px;
  color: #111111;
  margin-bottom: 18px;
  font-weight: 700;
}

.work-culture-text {
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 25px;
  max-width: 560px;
}

.work-culture-btn {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #d60000;
  color: #d60000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.work-culture-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #d60000;
  z-index: -1;
  transition: height 0.4s ease;
}

.work-culture-btn:hover::before {
  height: 100%;
}

.work-culture-btn:hover {
  color: #ffffff;
}

.work-culture-right {
  flex: 1 1 500px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.culture-card {
  background: #f8f8f8;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  transition: 0.3s ease;
}

.culture-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.culture-card h4 {
  font-size: 20px;
  color: #111111;
  margin-bottom: 10px;
  font-weight: 600;
}

.culture-card p {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 991px) {
  .work-culture-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .work-culture-title {
    font-size: 32px;
  }

  .work-culture-right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .work-culture-section {
    padding: 60px 0;
  }

  .work-culture-title {
    font-size: 28px;
  }

  .work-culture-text {
    font-size: 14px;
  }

  .culture-card {
    padding: 20px;
  }
}

.who-page {
  overflow-x: hidden;
}

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

/* 
  .who-section {
    padding: 90px 0;
  } */

.who-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9b1c1f;
  margin-bottom: 14px;
}

.who-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.15;
  color: #111;
  margin-bottom: 20px;
}

.who-text {
  font-size: 16px;
  line-height: 1.9;
  color: #5f5f5f;
  margin-bottom: 16px;
}

.who-btn {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  color: #9b1c1f;
  background: #fff;
  border: 1px solid #9b1c1f;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}

.who-btn span {
  position: relative;
  z-index: 2;
}

.who-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #9b1c1f;
  transition: height 0.4s ease;
  z-index: 1;
}

.who-btn:hover::before {
  height: 100%;
}

.who-btn:hover {
  color: #fff;
}

/* WHO WE ARE MAIN PAGE */
.who-banner {
  background: #f7f7f5;
  padding: 70px 0 50px;
}

.who-banner-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 580px;
}

.who-banner-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 24px;
  color: #111;
}

.who-banner-text {
  font-size: 18px;
  line-height: 1.9;
  color: #5f5f5f;
  max-width: 620px;
  margin-bottom: 28px;
}

.who-banner-image {
  width: 100%;
  max-width: 560px;
  height: 520px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.10);
  margin-left: auto;
}

.who-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* OUR COMPANY */
.our-company {
  background: #fff;
}

.our-company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.our-company-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* OUR VALUES */
.our-values {
  background: #f4efe8;
  padding: 80px 20px;
}

/* TOP GRID (LEFT RIGHT) */
.values-top-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

/* LEFT */
.values-left {
  flex: 1;
}

/* RIGHT */
.values-right {
  flex: 1;
  max-width: 500px;
}

.values-right .who-text {
  margin-bottom: 10px;
  color: #555;
}

/* CARDS GRID */
.our-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* CARD */
.value-card {
  background: #fff;
  border-top: 4px solid #9b1c1f;
  padding: 32px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  border-radius: 8px;
}

/* HOVER EFFECT (UPGRADE) */
.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* TEXT */
.value-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.value-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .our-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .values-top-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .our-values-grid {
    grid-template-columns: 1fr;
  }
}

.enquiries-section {
  padding: 80px 50px;
  background: #f3f3f3;
}

.enquiries-container {
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 32% 68%;
  gap: 40px;
  align-items: start;
}

.enquiries-left h2 {
  margin: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  color: #e31837;
  letter-spacing: -1px;
}

.enquiries-right {
  width: 100%;
}

.enquiry-item {
  border-bottom: 1px solid #111;
}

.enquiry-toggle {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  padding: 34px 0;
}

.enquiry-title {
  font-size: 38px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}

.enquiry-action {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.expand-text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.icon {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  width: 24px;
  text-align: center;
}

.enquiry-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.enquiry-content.show {
  max-height: 500px;
}

.enquiry-content p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  max-width: 900px;
  padding-right: 40px;
}

.enquiry-content p:last-child {
  margin-bottom: 28px;
}

.enquiry-content a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .enquiries-left h2 {
    font-size: 54px;
  }

  .enquiry-title {
    font-size: 30px;
  }

  .expand-text {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .enquiries-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .enquiries-left h2 {
    font-size: 48px;
  }

  .enquiry-toggle {
    padding: 26px 0;
  }

  .enquiry-title {
    font-size: 26px;
  }

  .expand-text {
    font-size: 16px;
  }

  .icon {
    font-size: 28px;
  }

  .enquiry-content p {
    font-size: 16px;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .enquiries-section {
    padding: 60px 20px;
  }

  .enquiries-left h2 {
    font-size: 40px;
  }

  .enquiry-title {
    font-size: 22px;
  }

  .expand-text {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.get-in-touch-section {
  padding: 80px 20px;
  background: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

.get-in-touch-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 32% 68%;
  gap: 40px;
  align-items: start;
}

.get-in-touch-left {
  width: 100%;
}

.get-in-touch-left h2 {
  margin: 0 0 20px;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  letter-spacing: -1px;
}

.get-in-touch-left p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  max-width: 420px;
}

.get-in-touch-right {
  width: 100%;
  min-width: 0;
}

.get-in-touch-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 30px;
  width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}

.form-group label {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #999;
  background: transparent;
  padding: 14px 0;
  font-size: 16px;
  color: #000;
  outline: none;
  font-family: inherit;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #777;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.full-width {
  grid-column: 1 / -1;
}

.touch-btn {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 14px 34px;
  border: 1px solid #d60000;
  background: transparent;
  color: #d60000;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.touch-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #d60000;
  z-index: -1;
  transition: height 0.4s ease;
}

.touch-btn:hover::before {
  height: 100%;
}

.touch-btn:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .get-in-touch-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .get-in-touch-left h2 {
    font-size: 48px;
  }

  .get-in-touch-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .get-in-touch-section {
    padding: 60px 15px;
  }

  .get-in-touch-left h2 {
    font-size: 38px;
  }

  .get-in-touch-left p {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
}

.featu#E31E24-news-section {
  padding: 40px 20px 20px;
  background: #ffffff;
  overflow: hidden;
}

.featu#E31E24-news-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.featu#E31E24-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.featu#E31E24-news-title {
  margin: 0;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.05;
  color: #111;
  letter-spacing: -1px;
}

.featu#E31E24-news-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.news-nav-btn {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #777;
  background: transparent;
  color: #111;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  padding: 0;
  overflow: hidden;
  z-index: 1;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.news-nav-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #e30613;
  z-index: -1;
  transition: height 0.35s ease;
}

.news-nav-btn span {
  color: inherit;
  transition: color 0.35s ease;
}

.news-nav-btn:hover,
.news-nav-btn.active {
  color: #ffffff;
  border-color: #e30613;
}

.news-nav-btn:hover::before,
.news-nav-btn.active::before {
  height: 100%;
}

.featu#E31E24-news-slider {
  width: 100%;
  overflow: hidden;
}

.featu#E31E24-news-track {
  position: relative;
  width: 100%;
}

.featu#E31E24-news-slide {
  display: none;
  animation: fadeIn 0.45s ease;
}

.featu#E31E24-news-slide.active {
  display: block;
}

.featu#E31E24-news-grid {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 42px;
  align-items: stretch;
}

.featu#E31E24-news-image {
  width: 100%;
  min-width: 0;
}

.featu#E31E24-news-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.featu#E31E24-news-content {
  min-width: 0;
  border-right: 1px solid #d0d0d0;
  padding: 40px 38px 40px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 600;
  color: #e30613;
  text-transform: capitalize;
}

.featu#E31E24-news-content h3 {
  margin: 0 0 28px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  color: #1b1b1b;
}

.featu#E31E24-news-content p {
  margin: 0 0 36px;
  font-size: 18px;
  line-height: 1.9;
  color: #2d2d2d;
  max-width: 430px;
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  transition: all 0.3s ease;
}

.read-more-link span {
  font-size: 24px;
  line-height: 1;
}

.read-more-link:hover {
  color: #e30613;
}

.featu#E31E24-news-footer {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.news-progress {
  flex: 1;
  height: 3px;
  background: #e2e2e2;
  position: relative;
  overflow: hidden;
}

.news-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.333%;
  height: 100%;
  background: #e30613;
  transition: all 0.35s ease;
}

.see-all-news-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 24px;
  border: 1px solid #e30613;
  background: transparent;
  color: #e30613;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.see-all-news-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #e30613;
  z-index: -1;
  transition: height 0.35s ease;
}

.see-all-news-btn:hover {
  color: #ffffff;
  border-color: #e30613;
}

.see-all-news-btn:hover::before {
  height: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .featu#E31E24-news-title {
    font-size: 48px;
  }

  .featu#E31E24-news-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .featu#E31E24-news-image img {
    height: 460px;
  }

  .featu#E31E24-news-content {
    border-right: none;
    border-top: 1px solid #d0d0d0;
    padding: 30px 0 0;
  }

  .featu#E31E24-news-content p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .featu#E31E24-news-section {
    padding: 30px 15px 20px;
  }

  .featu#E31E24-news-header {
    flex-wrap: wrap;
    margin-bottom: 28px;
  }

  .featu#E31E24-news-title {
    font-size: 36px;
  }

  .news-nav-btn {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .featu#E31E24-news-image img {
    height: 300px;
  }

  .featu#E31E24-news-content h3 {
    font-size: 22px;
    line-height: 1.5;
  }

  .featu#E31E24-news-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .featu#E31E24-news-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .see-all-news-btn {
    width: 100%;
    min-width: auto;
  }
}

.alt-info-section {
  padding: 90px 0;
  background: #f2efe8;
  overflow: hidden;
}

.alt-info-image {
  width: 100%;
  overflow: hidden;
}

.alt-info-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  transition: transform 0.9s ease;
}

.alt-info-section:hover .alt-info-image img {
  transform: scale(1);
}

.alt-info-content {
  padding-left: 40px;
  max-width: 560px;
}

.alt-info-subtitle {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e30613;
}

.alt-info-title {
  margin: 0 0 28px;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 600;
  color: #111111;
}

.alt-info-text {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.9;
  color: #3c3c3c;
}

.alt-info-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  min-width: 190px;
  padding: 16px 34px;
  background: transparent;
  border: 1px solid #e30613;
  color: #e30613;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.alt-info-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #e30613;
  z-index: -1;
  transition: height 0.35s ease;
}

.alt-info-btn:hover {
  color: #ffffff;
}

.alt-info-btn:hover::before {
  height: 100%;
}

.reveal-left,
.reveal-right {
  opacity: 0;
  transition: all 1s ease;
}

.reveal-left {
  transform: translateX(-70px);
}

.reveal-right {
  transform: translateX(70px);
}

.reveal-left.active,
.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1199px) {
  .alt-info-title {
    font-size: 44px;
  }

  .alt-info-image img {
    height: 500px;
  }

  .alt-info-content {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .alt-info-section {
    padding: 70px 0;
  }

  .alt-info-content {
    padding-left: 0;
    padding-top: 30px;
    max-width: 100%;
  }

  .alt-info-title {
    font-size: 38px;
  }

  .alt-info-image img {
    height: 420px;
  }

  .reveal-left,
  .reveal-right {
    transform: translateY(40px);
  }

  .reveal-left.active,
  .reveal-right.active {
    transform: translateY(0);
  }
}

@media (max-width: 576px) {
  .alt-info-title {
    font-size: 30px;
  }

  .alt-info-text {
    font-size: 16px;
    line-height: 1.8;
  }

  .alt-info-image img {
    height: 300px;
  }

  .alt-info-btn {
    min-width: 160px;
    padding: 14px 24px;
  }
}

.why-work-section {
  background: #fff;
  padding: 80px 0;
  overflow: hidden;
}

.why-work-left {
  padding-right: 40px;
}

.why-work-title {
  font-size: 72px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  margin: 0 0 30px;
  letter-spacing: -1px;
}

.why-work-left p {
  font-size: 18px;
  line-height: 1.8;
  color: #111111;
  margin-bottom: 28px;
  max-width: 580px;
}

.why-work-last {
  margin-bottom: 0;
}

.why-work-right {
  padding-left: 20px;
}

.why-work-item {
  border-bottom: 1px solid #111111;
}

.why-work-btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
}

.why-work-heading {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
  color: #111111;
}

.why-work-action {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.why-work-text {
  font-size: 18px;
  color: #111111;
  font-weight: 400;
}

.why-work-icon {
  font-size: 34px;
  line-height: 1;
  color: #111111;
  font-weight: 300;
  width: 20px;
  text-align: center;
}

.why-work-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.why-work-content.show {
  max-height: 220px;
}

.why-work-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin: 0 0 24px;
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .why-work-title {
    font-size: 58px;
  }

  .why-work-heading {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .why-work-section {
    padding: 60px 0;
  }

  .why-work-left {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .why-work-right {
    padding-left: 0;
  }

  .why-work-title {
    font-size: 46px;
  }

  .why-work-heading {
    font-size: 22px;
  }

  .why-work-text {
    font-size: 16px;
  }

  .why-work-content p {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .why-work-title {
    font-size: 38px;
  }

  .why-work-left p {
    font-size: 16px;
  }

  .why-work-btn {
    padding: 22px 0;
  }

  .why-work-heading {
    font-size: 20px;
  }

  .why-work-text {
    display: none;
  }

  .why-work-icon {
    font-size: 28px;
  }
}

.join-team-section {
  width: 100%;
  min-height: 650px;
  background: url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1600&q=80') center center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.join-team-overlay {
  width: 100%;
  min-height: 650px;
  background: rgba(0, 0, 0, 0.42);
  display: flex;
  align-items: center;
  padding: 100px 0;
}

.join-team-content {
  max-width: 760px;
  color: #ffffff;
  animation: fadeUpJoin 1s ease;
}

.join-team-title {
  font-size: 68px;
  line-height: 1.05;
  font-weight: 600;
  margin: 0 0 24px;
  color: #ffffff;
}

.join-team-text {
  font-size: 20px;
  line-height: 1.9;
  color: #ffffff;
  margin: 0 0 22px;
  max-width: 700px;
}

.join-team-btn {
  position: relative;
  display: inline-block;
  margin-top: 14px;
  padding: 16px 34px;
  border: 1px solid #ffffff;
  color: #111111;
  background: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  transition: color 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.join-team-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #e30613;
  z-index: -1;
  transition: height 0.35s ease;
}

.join-team-btn:hover {
  color: #ffffff;
  border-color: #e30613;
  background: transparent;
}

.join-team-btn:hover::before {
  height: 100%;
}

@keyframes fadeUpJoin {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .join-team-title {
    font-size: 56px;
  }

  .join-team-text {
    font-size: 18px;
  }
}

@media (max-width: 991px) {

  .join-team-section,
  .join-team-overlay {
    min-height: 560px;
  }

  .join-team-title {
    font-size: 46px;
  }

  .join-team-text {
    font-size: 17px;
    line-height: 1.8;
  }
}

@media (max-width: 576px) {

  .join-team-section,
  .join-team-overlay {
    min-height: 480px;
  }

  .join-team-overlay {
    padding: 70px 0;
  }

  .join-team-title {
    font-size: 34px;
  }

  .join-team-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .join-team-btn {
    padding: 14px 24px;
    font-size: 13px;
  }
}
 /* Common Section */
  .sustainability-section {
    padding: 90px 0;
    background: #ffffff;
    overflow: hidden;
  }

  .sustainability-heading-wrap {
    margin-bottom: 45px;
    text-align: left;
  }

  .sustainability-small-title {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e30613;
  }

  .sustainability-title {
    margin: 0 0 24px;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 600;
    color: #111111;
    text-align: left;
  }

  .sustainability-text {
    font-size: 18px;
    line-height: 1.9;
    color: #444444;
    margin-bottom: 18px;
    text-align: left;
  }

  .sustainability-content {
    padding-left: 30px;
    text-align: left;
  }

  .sustainability-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
  }

  /* Cards */
  .sustainability-card,
  .impact-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 35px 28px;
    height: 100%;
    transition: all 0.35s ease;
  }

  .sustainability-card:hover,
  .impact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  }

  .sustainability-card h3 {
    font-size: 28px;
    line-height: 1.3;
    color: #111111;
    margin: 0 0 16px;
    text-align: left;
  }

  .sustainability-card p,
  .impact-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    margin: 0;
    text-align: left;
  }

  .impact-card h3 {
    font-size: 50px;
    line-height: 1;
    color: #e30613;
    font-weight: 700;
    margin: 0 0 16px;
    text-align: left;
  }

  /* List */
  .initiative-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
  }

  .initiative-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 1.8;
    color: #444444;
    text-align: left;
  }

  .initiative-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 9px;
    height: 9px;
    background: #e30613;
  }

  /* CTA Section */
  .sustainability-cta-section {
    background: url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1600&q=80') center center/cover no-repeat;
    position: relative;
    overflow: hidden;
  }

  .sustainability-cta-overlay {
    background: rgba(0, 0, 0, 0.48);
    padding: 110px 0;
  }

  .sustainability-cta-content {
    max-width: 800px;
    text-align: left;
  }

  .cta-small-title {
    color: #ffffff;
  }

  .sustainability-cta-title {
    font-size: 54px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 22px;
    text-align: left;
  }

  .sustainability-cta-text {
    font-size: 18px;
    line-height: 1.9;
    color: #ffffff;
    margin-bottom: 26px;
    text-align: left;
  }

  /* Buttons */
  .common-#E31E24-btn,
  .common-white-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 16px 34px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease, border-color 0.35s ease, background 0.35s ease;
  }

  .common-#E31E24-btn {
    border: 1px solid #e30613;
    color: #e30613;
    background: transparent;
  }

  .common-#E31E24-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #e30613;
    z-index: -1;
    transition: height 0.35s ease;
  }

  .common-#E31E24-btn:hover {
    color: #ffffff;
  }

  .common-#E31E24-btn:hover::before {
    height: 100%;
  }

  .common-white-btn {
    border: 1px solid #ffffff;
    color: #111111;
    background: #ffffff;
  }

  .common-white-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #e30613;
    z-index: -1;
    transition: height 0.35s ease;
  }

  .common-white-btn:hover {
    color: #ffffff;
    border-color: #e30613;
    background: transparent;
  }

  .common-white-btn:hover::before {
    height: 100%;
  }

  /* Animation */
  .reveal-up,
  .reveal-left,
  .reveal-right {
    opacity: 0;
    transition: all 1s ease;
  }

  .reveal-up {
    transform: translateY(40px);
  }

  .reveal-left {
    transform: translateX(-60px);
  }

  .reveal-right {
    transform: translateX(60px);
  }

  .reveal-up.active,
  .reveal-left.active,
  .reveal-right.active {
    opacity: 1;
    transform: translate(0, 0);
  }

  @media (max-width: 1199px) {
    .abt-banner-title {
      font-size: 54px;
    }

    .sustainability-title {
      font-size: 40px;
    }

    .sustainability-cta-title {
      font-size: 44px;
    }
  }

  @media (max-width: 991px) {
    .abt-banner-section,
    .sustainability-section {
      padding: 70px 0;
    }

    .abt-banner-wrap {
      gap: 35px;
    }

    .abt-banner-title {
      font-size: 42px;
    }

    .sustainability-title {
      font-size: 34px;
    }

    .sustainability-content {
      padding-left: 0;
      padding-top: 30px;
    }

    .abt-banner-image-shape img,
    .sustainability-image img {
      height: 380px;
    }

    .sustainability-cta-overlay {
      padding: 80px 0;
    }

    .sustainability-cta-title {
      font-size: 36px;
    }
  }

  @media (max-width: 576px) {
    .abt-banner-title {
      font-size: 34px;
    }

    .abt-banner-text,
    .sustainability-text,
    .sustainability-card p,
    .impact-card p,
    .initiative-list li,
    .sustainability-cta-text {
      font-size: 16px;
      line-height: 1.8;
    }

    .sustainability-title {
      font-size: 28px;
    }

    .sustainability-card h3 {
      font-size: 24px;
    }

    .impact-card h3 {
      font-size: 38px;
    }

    .sustainability-cta-title {
      font-size: 30px;
    }

    .common-#E31E24-btn,
    .common-white-btn {
      min-width: 160px;
      padding: 14px 24px;
      font-size: 13px;
    }
  }
  

  .strategy-hero-section,
  .brand-strategy-section,
  .market-research-section,
  .positioning-section,
  .business-consulting-section {
    padding: 85px 0;
    overflow: hidden;
  }

  .strategy-hero-section,
  .market-research-section,
  .business-consulting-section {
    background: #ffffff;
  }

  .brand-strategy-section,
  .positioning-section {
    background: #e9e6df;
  }

  .strategy-tag {
    display: inline-block;
    margin-bottom: 14px;
    color: #e30613;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .strategy-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 30px;
    margin-top: 12px;
    border: 1px solid #e30613;
    color: #e30613;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease, border-color 0.35s ease;
  }

  .strategy-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #e30613;
    z-index: -1;
    transition: height 0.35s ease;
  }

  .strategy-btn:hover {
    color: #ffffff;
  }

  .strategy-btn:hover::before {
    height: 100%;
  }

  .section-heading {
    text-align: left;
    max-width: 820px;
    margin-bottom: 40px;
  }

  .section-heading h2,
  .strategy-hero-content h1,
  .market-research-left h2,
  .positioning-content h2 {
    margin: 0 0 18px;
    color: #111111;
    line-height: 1.1;
    text-align: left;
    font-weight: 600;
  }

  .strategy-hero-content h1 {
    font-size: 62px;
  }

  .section-heading h2,
  .market-research-left h2,
  .positioning-content h2 {
    font-size: 46px;
  }

  .strategy-hero-content p,
  .heading-text,
  .market-research-left p,
  .positioning-content p,
  .brand-card p,
  .research-item p,
  .consulting-main-content p,
  .consulting-side-item p {
    font-size: 17px;
    line-height: 1.9;
    color: #444444;
    text-align: left;
  }

  /* Hero */
  .strategy-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 45px;
    align-items: center;
  }

  .strategy-hero-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
  }

  /* Brand Strategy */
  .brand-strategy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .brand-card {
    background: #ffffff;
    padding: 34px 28px;
    border: 1px solid rgba(0,0,0,0.08);
    transition: all 0.35s ease;
  }

  .brand-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.08);
  }

  .brand-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border: 1px solid #e30613;
    color: #e30613;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
  }

  .brand-card h3 {
    font-size: 26px;
    color: #111111;
    margin: 0 0 12px;
    text-align: left;
  }

  /* Market Research */
  .market-research-box {
    background: #e9e6df;
    padding: 25px;
  }

  .research-item {
    display: flex;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(0,0,0,0.12);
  }

  .research-item:last-child {
    border-bottom: none;
  }

  .research-no {
    min-width: 56px;
    height: 56px;
    background: #ffffff;
    color: #e30613;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
  }

  .research-item h4 {
    font-size: 24px;
    margin: 0 0 8px;
    color: #111111;
    text-align: left;
  }

  /* Positioning */
  .positioning-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
  }

  .positioning-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
  }

  .position-points {
    margin-top: 22px;
    margin-bottom: 14px;
  }

  .position-point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
  }

  .point-icon {
    width: 28px;
    height: 28px;
    background: #e30613;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 3px;
  }

  .position-point p {
    margin: 0;
  }

  /* Business Consulting */
  .consulting-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: stretch;
  }

  .consulting-main-card {
    background: #e9e6df;
  }

  .consulting-main-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
  }

  .consulting-main-content {
    padding: 28px;
  }

  .consulting-main-content h3 {
    font-size: 34px;
    margin: 0 0 14px;
    color: #111111;
    text-align: left;
    line-height: 1.2;
  }

  .consulting-side-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .consulting-side-item {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    padding: 24px 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: all 0.35s ease;
  }

  .consulting-side-item:hover {
    transform: translateX(8px);
    box-shadow: 0 12px 22px rgba(0,0,0,0.07);
  }

  .consult-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #e30613;
    color: #e30613;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
  }

  .consulting-side-item h4 {
    margin: 0 0 8px;
    font-size: 24px;
    color: #111111;
    text-align: left;
  }

  /* Animation */
  .reveal-left,
  .reveal-right,
  .reveal-up {
    opacity: 0;
    transition: all 0.9s ease;
  }

  .reveal-left { transform: translateX(-45px); }
  .reveal-right { transform: translateX(45px); }
  .reveal-up { transform: translateY(35px); }

  .reveal-left.active,
  .reveal-right.active,
  .reveal-up.active {
    opacity: 1;
    transform: translate(0, 0);
  }

  @media (max-width: 1199px) {
    .strategy-hero-content h1 {
      font-size: 50px;
    }

    .section-heading h2,
    .market-research-left h2,
    .positioning-content h2 {
      font-size: 38px;
    }
  }

  @media (max-width: 991px) {
    .strategy-hero-grid,
    .positioning-grid,
    .consulting-layout {
      grid-template-columns: 1fr;
    }

    .brand-strategy-grid {
      grid-template-columns: 1fr;
    }

    .strategy-hero-content h1 {
      font-size: 40px;
    }

    .section-heading h2,
    .market-research-left h2,
    .positioning-content h2 {
      font-size: 32px;
    }

    .strategy-hero-image img,
    .positioning-image img {
      height: 360px;
    }

    .consulting-main-card img {
      height: 260px;
    }

    .strategy-hero-section,
    .brand-strategy-section,
    .market-research-section,
    .positioning-section,
    .business-consulting-section {
      padding: 70px 0;
    }

    .market-research-left {
      margin-bottom: 28px;
    }
  }

  @media (max-width: 576px) {
    .strategy-hero-content h1 {
      font-size: 32px;
    }

    .section-heading h2,
    .market-research-left h2,
    .positioning-content h2,
    .consulting-main-content h3 {
      font-size: 27px;
    }

    .strategy-hero-content p,
    .heading-text,
    .market-research-left p,
    .positioning-content p,
    .brand-card p,
    .research-item p,
    .consulting-main-content p,
    .consulting-side-item p {
      font-size: 16px;
      line-height: 1.8;
    }

    .strategy-hero-image img,
    .positioning-image img {
      height: 280px;
    }

    .consulting-main-card img {
      height: 220px;
    }
  }
  .design-main-title,
.design-sec-title {
  color: #111111;
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 20px;
  text-align: left;
}

.design-main-title {
  font-size: 62px;
  max-width: 760px;
}

.design-sec-title {
  font-size: 46px;
  max-width: 760px;
}

@media (max-width: 1199px) {
  .design-main-title {
    font-size: 50px;
  }

  .design-sec-title {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .design-main-title {
    font-size: 40px;
  }

  .design-sec-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .design-main-title {
    font-size: 32px;
  }

  .design-sec-title {
    font-size: 27px;
  }
}

  .design-page {
    overflow: hidden;
  }

  .design-hero-section,
  .design-section {
    padding: 90px 0;
  }

  .design-section-alt {
    background: #e9e6df;
  }

  .design-section-white,
  .design-hero-section {
    background: #ffffff;
  }

  .design-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #e30613;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .design-main-title,
  .section-title {
    color: #111111;
    font-weight: 600;
    line-height: 1.08;
    margin: 0 0 20px;
    text-align: left;
  }

  .design-main-title {
    font-size: 62px;
    max-width: 760px;
  }

  .section-title {
    font-size: 46px;
    max-width: 760px;
  }

  .design-main-text,
  .section-text,
  .ux-main-card p,
  .ux-mini-card p,
  .identity-point p,
  .identity-card p,
  .creative-box h3,
  .product-item p {
    font-size: 17px;
    line-height: 1.9;
    color: #4a4a4a;
    text-align: left;
    margin: 0 0 16px;
  }

  .narrow-text {
    max-width: 720px;
  }

  .design-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 30px;
    margin-top: 10px;
    border: 1px solid #e30613;
    color: #e30613;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease, border-color 0.35s ease;
  }

  .design-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #e30613;
    z-index: -1;
    transition: height 0.35s ease;
  }

  .design-btn:hover {
    color: #ffffff;
  }

  .design-btn:hover::before {
    height: 100%;
  }

  .design-link-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 14px;
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .design-link-btn:hover {
    color: #e30613;
  }

  .section-head {
    margin-bottom: 40px;
    text-align: left;
  }

  /* Hero */
  .design-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
  }

  .design-hero-visual {
    position: relative;
    min-height: 520px;
  }

  .design-hero-card {
    position: absolute;
    border-radius: 28px;
    padding: 28px;
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    display: flex;
    align-items: flex-end;
    transition: transform 0.35s ease;
  }

  .design-hero-card:hover {
    transform: translateY(-8px);
  }

  .card-one {
    top: 0;
    left: 0;
    width: 48%;
    height: 230px;
    background: #e9e6df;
  }

  .card-two {
    top: 40px;
    right: 0;
    width: 46%;
    height: 180px;
    background: #f5f4f1;
  }

  .card-three {
    left: 30px;
    bottom: 35px;
    width: 42%;
    height: 180px;
    background: #ffffff;
    border: 1px solid #eeeeee;
  }

  .card-four {
    right: 10px;
    bottom: 0;
    width: 50%;
    height: 250px;
    background: linear-gradient(135deg, #111111 0%, #2e2e2e 100%);
    color: #ffffff;
  }

  /* UI UX */
  .ux-showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
  }

  .ux-main-card {
    background: linear-gradient(145deg, #111111 0%, #202020 100%);
    color: #ffffff;
    padding: 34px;
    border-radius: 28px;
    min-height: 100%;
  }

  .ux-main-card h3 {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 14px;
    color: #ffffff;
    text-align: left;
  }

  .ux-main-card p {
    color: rgba(255,255,255,0.82);
    max-width: 520px;
  }

  .ux-main-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }

  .ux-badge {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 40px;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
  }

  .ux-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    margin-left: 6px;
    opacity: 0.75;
  }

  .ux-side-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .ux-mini-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid rgba(0,0,0,0.08);
    transition: all 0.35s ease;
  }

  .ux-mini-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.08);
  }

  .ux-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: #e9e6df;
    color: #e30613;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .ux-mini-card h4 {
    font-size: 22px;
    margin: 0 0 10px;
    color: #111111;
    text-align: left;
  }

  /* Brand identity */
  .brand-identity-wrap {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
  }

  .identity-points {
    margin: 28px 0 8px;
  }

  .identity-point {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
    align-items: flex-start;
  }

  .identity-line {
    width: 4px;
    min-width: 4px;
    height: 56px;
    background: #e30613;
    margin-top: 2px;
  }

  .identity-point h5 {
    font-size: 22px;
    margin: 0 0 6px;
    color: #111111;
    text-align: left;
  }

  .identity-stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .identity-card-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .identity-card {
    background: #e9e6df;
    border-radius: 24px;
    padding: 26px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .identity-card-large {
    min-height: 220px;
    background: #111111;
  }

  .identity-card-large h4,
  .identity-card-large p {
    color: #ffffff;
  }

  .identity-card-border {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
  }

  .identity-card h4 {
    font-size: 24px;
    margin: 0 0 8px;
    color: #111111;
    text-align: left;
    line-height: 1.25;
  }

  /* Creative */
  .creative-bento-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 18px;
  }

  .creative-box {
    min-height: 210px;
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid rgba(0,0,0,0.07);
    display: flex;
    align-items: flex-end;
    transition: all 0.35s ease;
  }

  .creative-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(0,0,0,0.08);
  }

  .creative-box-large {
    grid-row: span 2;
    min-height: 438px;
    background: linear-gradient(145deg, #111111 0%, #2a2a2a 100%);
  }

  .creative-box-large h3,
  .creative-box-large .creative-tag {
    color: #ffffff;
  }

  .creative-box h3 {
    font-size: 28px;
    line-height: 1.35;
    margin: 0;
    color: #111111;
    text-align: left;
  }

  .creative-tag {
    display: inline-block;
    margin-bottom: 14px;
    color: #e30613;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }

  /* Product Experience */
  .product-exp-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 42px;
    align-items: center;
  }

  .product-exp-visual {
    position: relative;
    min-height: 560px;
  }

  .product-screen {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    overflow: hidden;
  }

  .main-screen {
    width: 100%;
    max-width: 480px;
  }

  .screen-top {
    display: flex;
    gap: 8px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background: #f8f8f8;
  }

  .screen-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d1d1;
  }

  .screen-content {
    padding: 24px;
  }

  .screen-block {
    height: 90px;
    background: #e9e6df;
    border-radius: 18px;
    margin-bottom: 14px;
  }

  .block-lg {
    height: 160px;
  }

  .block-sm {
    height: 70px;
  }

  .screen-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .screen-row:last-child {
    grid-template-columns: repeat(3, 1fr);
  }

  .floating-note {
    position: absolute;
    padding: 12px 18px;
    background: #111111;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 40px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.14);
  }

  .note-one {
    right: 0;
    top: 80px;
  }

  .note-two {
    right: 30px;
    bottom: 140px;
    background: #e30613;
  }

  .note-three {
    left: 280px;
    bottom: 40px;
  }

  .product-exp-list {
    margin: 28px 0 8px;
  }

  .product-item {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: flex-start;
  }

  .product-item-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 16px;
    background: #e9e6df;
    color: #e30613;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
  }

  .product-item h4 {
    font-size: 24px;
    margin: 0 0 6px;
    color: #111111;
    text-align: left;
  }

  /* Animation */
  .reveal-up,
  .reveal-left,
  .reveal-right {
    opacity: 0;
    transition: all 0.9s ease;
  }

  .reveal-up {
    transform: translateY(35px);
  }

  .reveal-left {
    transform: translateX(-45px);
  }

  .reveal-right {
    transform: translateX(45px);
  }

  .reveal-up.active,
  .reveal-left.active,
  .reveal-right.active {
    opacity: 1;
    transform: translate(0, 0);
  }

  @media (max-width: 1199px) {
    .design-main-title {
      font-size: 50px;
    }

    .section-title {
      font-size: 38px;
    }

    .ux-main-card h3,
    .creative-box h3 {
      font-size: 26px;
    }
  }

  @media (max-width: 991px) {
    .design-hero-grid,
    .ux-showcase-grid,
    .brand-identity-wrap,
    .product-exp-grid {
      grid-template-columns: 1fr;
    }

    .creative-bento-grid {
      grid-template-columns: 1fr;
    }

    .creative-box-large {
      grid-row: auto;
      min-height: 280px;
    }

    .ux-side-cards {
      grid-template-columns: 1fr 1fr;
    }

    .design-main-title {
      font-size: 40px;
    }

    .section-title {
      font-size: 32px;
    }

    .design-hero-section,
    .design-section {
      padding: 70px 0;
    }

    .design-hero-visual {
      min-height: 420px;
    }

    .card-one,
    .card-two,
    .card-three,
    .card-four {
      height: 160px;
      padding: 22px;
      font-size: 18px;
    }

    .card-one { width: 48%; }
    .card-two { width: 46%; }
    .card-three { width: 44%; }
    .card-four { width: 48%; }

    .product-exp-visual {
      min-height: 470px;
    }

    .note-three {
      left: 200px;
    }
  }

  @media (max-width: 576px) {
    .design-main-title {
      font-size: 32px;
    }

    .section-title {
      font-size: 27px;
    }

    .design-main-text,
    .section-text,
    .ux-main-card p,
    .ux-mini-card p,
    .identity-point p,
    .identity-card p,
    .creative-box h3,
    .product-item p {
      font-size: 16px;
      line-height: 1.8;
    }

    .ux-side-cards,
    .identity-card-row {
      grid-template-columns: 1fr;
    }

    .design-hero-visual {
      min-height: 360px;
    }

    .design-hero-card {
      font-size: 16px;
      border-radius: 20px;
    }

    .card-one,
    .card-two,
    .card-three,
    .card-four {
      height: 130px;
    }

    .ux-main-card h3,
    .identity-card h4,
    .product-item h4 {
      font-size: 22px;
    }

    .creative-box h3 {
      font-size: 22px;
    }

    .product-exp-visual {
      min-height: 400px;
    }

    .main-screen {
      max-width: 100%;
    }

    .note-one,
    .note-two,
    .note-three {
      position: static;
      display: inline-block;
      margin-top: 12px;
      margin-right: 8px;
    }

    .design-link-btn {
      margin-left: 0;
      display: block;
    }
  }
   .tech-page-v2 {
    overflow: hidden;
  }

  .techv2-hero-section,
  .techv2-section {
    padding: 95px 0;
    overflow: hidden;
  }

  .techv2-bg-white,
  .techv2-hero-section {
    background: #ffffff;
  }

  .techv2-bg-alt {
    background: #e9e6df;
  }

  .techv2-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #e30613;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .techv2-main-title,
  .techv2-sec-title {
    color: #111111;
    font-weight: 600;
    line-height: 1.08;
    margin: 0 0 20px;
    text-align: left;
  }

  .techv2-main-title {
    font-size: 62px;
    max-width: 800px;
  }

  .techv2-sec-title {
    font-size: 46px;
    max-width: 820px;
  }

  .techv2-main-text,
  .techv2-sec-text,
  .techv2-web-card p,
  .techv2-app-content p,
  .techv2-auto-box p,
  .techv2-cloud-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #4a4a4a;
    text-align: left;
  }

  .narrow {
    max-width: 760px;
  }

  .techv2-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 30px;
    margin-top: 10px;
    border: 1px solid #e30613;
    color: #e30613;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease, border-color 0.35s ease;
  }

  .techv2-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #e30613;
    z-index: -1;
    transition: height 0.35s ease;
  }

  .techv2-btn:hover {
    color: #ffffff;
  }

  .techv2-btn:hover::before {
    height: 100%;
  }

  .techv2-link-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 14px;
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .techv2-link-btn:hover {
    color: #e30613;
  }

  .techv2-head,
  .techv2-slider-head {
    margin-bottom: 40px;
    text-align: left;
  }

  .techv2-slider-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }

  /* hero */
  .techv2-hero-image-wrap {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }

  .techv2-hero-image-wrap img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
  }

  .techv2-float-card {
    position: absolute;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    padding: 14px 18px;
    min-width: 140px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.10);
  }

  .techv2-float-card .icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: #111111;
    color: #ffffff;
    border-radius: 12px;
    font-size: 18px;
    margin-bottom: 8px;
  }

  .techv2-float-card p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #111111;
  }

  .card-a { top: 30px; left: 30px; }
  .card-b { top: 40px; right: 30px; }
  .card-c { bottom: 120px; left: 25px; }
  .card-d { bottom: 30px; right: 30px; }

  /* web */
  .techv2-web-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    align-items: stretch;
  }

  .techv2-web-left img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    display: block;
    border-radius: 26px;
  }

  .techv2-web-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
  }

  .techv2-web-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 24px;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.35s ease;
  }

  .techv2-web-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.08);
  }

  .techv2-web-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
  }

  .techv2-web-card h3 {
    font-size: 24px;
    margin: 0 0 8px;
    color: #111111;
    text-align: left;
  }

  /* slider sha#E31E24 */
  .techv2-slider-wrap {
    position: relative;
  }

  .techv2-slide {
    display: none;
    animation: techFade 0.45s ease;
  }

  .techv2-slide.active {
    display: block;
  }

  .techv2-slider-nav {
    display: flex;
    gap: 12px;
  }

  .techv2-nav-btn {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #9d9a94;
    background: transparent;
    color: #555;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease, border-color 0.35s ease;
  }

  .techv2-nav-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #e30613;
    z-index: -1;
    transition: height 0.35s ease;
  }

  .techv2-nav-btn:hover,
  .techv2-nav-btn.active {
    color: #fff;
    border-color: #e30613;
  }

  .techv2-nav-btn:hover::before,
  .techv2-nav-btn.active::before {
    height: 100%;
  }

  /* app slider */
  .techv2-app-image-box img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 28px;
    display: block;
  }

  .techv2-app-content {
    padding-left: 24px;
  }

  .techv2-app-badge {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 40px;
    background: #e9e6df;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
  }

  .techv2-app-content h3,
  .techv2-cloud-content h3 {
    font-size: 38px;
    line-height: 1.15;
    margin: 0 0 16px;
    color: #111111;
    text-align: left;
  }

  /* automation */
  .techv2-auto-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .techv2-auto-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px 24px;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.35s ease;
  }

  .techv2-auto-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.08);
  }

  .auto-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
  }

  .techv2-auto-box h4 {
    font-size: 24px;
    margin: 0 0 10px;
    color: #111111;
    text-align: left;
  }

  /* cloud slider */
  .techv2-cloud-card {
    background: #e9e6df;
    border-radius: 28px;
    padding: 24px;
  }

  .techv2-cloud-image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
  }

  .techv2-cloud-content {
    padding-left: 20px;
  }

  .cloud-top-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
  }

  /* animation */
  .techv2-reveal-up,
  .techv2-reveal-left,
  .techv2-reveal-right {
    opacity: 0;
    transition: all 0.9s ease;
  }

  .techv2-reveal-up { transform: translateY(35px); }
  .techv2-reveal-left { transform: translateX(-45px); }
  .techv2-reveal-right { transform: translateX(45px); }

  .techv2-reveal-up.active,
  .techv2-reveal-left.active,
  .techv2-reveal-right.active {
    opacity: 1;
    transform: translate(0, 0);
  }

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

  @media (max-width: 1199px) {
    .techv2-main-title {
      font-size: 50px;
    }

    .techv2-sec-title {
      font-size: 38px;
    }

    .techv2-app-content h3,
    .techv2-cloud-content h3 {
      font-size: 32px;
    }
  }

  @media (max-width: 991px) {
    .techv2-hero-section,
    .techv2-section {
      padding: 75px 0;
    }

    .techv2-main-title {
      font-size: 40px;
    }

    .techv2-sec-title {
      font-size: 32px;
    }

    .techv2-web-layout,
    .techv2-auto-grid {
      grid-template-columns: 1fr;
    }

    .techv2-app-content,
    .techv2-cloud-content {
      padding-left: 0;
      padding-top: 24px;
    }

    .techv2-hero-image-wrap img {
      height: 500px;
    }

    .techv2-web-left img,
    .techv2-app-image-box img,
    .techv2-cloud-image img {
      min-height: auto;
      height: 360px;
    }
  }

  @media (max-width: 576px) {
    .techv2-main-title {
      font-size: 32px;
    }

    .techv2-sec-title,
    .techv2-app-content h3,
    .techv2-cloud-content h3 {
      font-size: 27px;
    }

    .techv2-main-text,
    .techv2-sec-text,
    .techv2-web-card p,
    .techv2-app-content p,
    .techv2-auto-box p,
    .techv2-cloud-content p {
      font-size: 16px;
      line-height: 1.8;
    }

    .techv2-link-btn {
      margin-left: 0;
      display: block;
    }

    .techv2-hero-image-wrap img {
      height: 380px;
    }

    .techv2-float-card {
      min-width: 110px;
      padding: 12px;
    }

    .techv2-float-card .icon {
      width: 36px;
      height: 36px;
      font-size: 16px;
      border-radius: 10px;
    }

    .techv2-float-card p {
      font-size: 13px;
    }

    .techv2-web-left img,
    .techv2-app-image-box img,
    .techv2-cloud-image img {
      height: 260px;
    }

    .techv2-auto-grid {
      grid-template-columns: 1fr;
    }
  }
  .cookie-popup {
  position: fixed;
  bottom: -120px;
  left: 0;
  width: 100%;
  background: #111;
  color: #fff;
  padding: 20px;
  z-index: 9999;
  transition: all 0.5s ease;
}

/* Slide Up */
.cookie-popup.show {
  bottom: 0;
}

.cookie-content {
  max-width: 1200px;
  margin: auto;
}

.cookie-content p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.cookie-content a {
  color: #ff3b3b;
  text-decoration: underline;
}

/* Buttons */
.cookie-buttons {
  display: flex;
  gap: 10px;
}

.btn {
  flex: 1;
  padding: 12px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

/* Red Accept */
.accept {
  background: #ff0000;
  color: #fff;
}

/* White Decline */
.decline {
  background: #fff;
  color: #000;
}

/* Small mobile devices */
@media (max-width: 480px) {
  .hero-slider {
    height: 45svh; /* Better than vh for mobile browsers */
  }

  .hero-content {
    left: 20px;   /* better spacing */
    right: 20px;  /* prevents overflow */
  }

  .hero-content h1 {
    font-size: 24px;
    line-height: 1.3; /* Prevent text cutting */
  }
  img.img-fluid.w-100.h-100.scale-speed-image {
    padding: 20px;
}
.scale-speed-content-wrap {
    min-height: auto;
    padding: 30px 20px;
}
}