.container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px 50px !important;
}

.hmn {
  display: none;
}

.logo img {
  width: 250px !important;
}

.new-menu {
  background: #fff !important;
  filter: none !important;
  border-bottom: 1px solid lightgray;
}

.navbar.change .navbar-nav .nav-link,
.navbar.change .menu-icon {
  color: #000 !important;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.slide-dots {
  bottom: 15px !important;
}

.slide-dots .swiper-pagination-bullet {
  margin: 0px 5px !important;
}

.slide-arrows {
  top: 50% !important;
}

.slide-arrows .swiper-button-prev {
  left: 50px !important;
}

.slide-arrows .swiper-button-next {
  right: 50px !important;
}

.slide-arrows .swiper-button-prev,
.slide-arrows .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-arrows .swiper-button-prev:hover,
.slide-arrows .swiper-button-next:hover {
  background: #fff !important;
  border: none !important;
  color: #000 !important;
}

.slide-arrows i {
  margin: 0px !important;
}

.new-slider .bg-img {
  align-items: end !important;
  padding-bottom: 30px;
  /* align-items: center !important; */
}

.new-slider .caption {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  /* align-items: end;
  justify-content: center; */
  /* width: 100%; */
  width: 500px;
  /* margin-bottom: 15px; */
}

.new-slider .caption h1 {
  /* width: 70%; */
  width: 100%;
  font-size: 35px !important;
  font-weight: 500 !important;
}

.new-slider .caption h6 {
  /* width: 30%; */
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.new-slider .caption h1,
.new-slider .caption h6 {
  line-height: normal;
  letter-spacing: normal;
  padding: 0px;
  margin: 0px !important;
}

.txt-blue {
  color: #3a288e;
}

.txt-crimson {
  color: crimson;
}

.abt-slider .item-box h5 {
  font-size: 20px;
  font-weight: 500;
}

.abt-slider .item-box p {
  font-size: 15px;
}

.abt-slider .item-box svg {
  width: 75px;
  height: 75px;
}

.abt-slider .item-box svg path {
  fill: #3a288e;
}

.abt-slider .item-box .icon {
  opacity: 1 !important;
  width: 100% !important;
}

.abt-slider .item-box {
  padding: 25px;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.offer .offer-txt .item-box2 .go-more {
  padding: 0px;
  transition: all 1s ease-in-out;
}

.offer .offer-txt .item-box2 .go-more:hover {
  padding-left: 20px;
}

.offer .offer-txt .item-box2 .go-more .icon {
  width: 35px;
}

.offer .offer-txt .item-box2 .go-more::after {
  top: 50%;
  transform: translateY(-50%);
}

.offer .item-box2:hover {
  cursor: pointer;
}

.offer .item-box2:hover .rmore,
.offer .item-box2 .rmore {
  top: unset !important;
  bottom: 0% !important;
  right: 0% !important;
  border-radius: 13px 0px 0px 0px;
}

.offer .item-box2 .rmore:hover .arrow {
  background: #3a288e;
}

.offer .item-box2 .rmore .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer .item-box2 .rmore:hover .arrow img {
  filter: invert(1);
}

.offer .item-box2 {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 25px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.offer .item-box2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.offer .item-box2.ib1::after {
  display: none;
}

.offer .item-box2.ib1 {
  align-items: center;
}

.offer .item-box2 .rmore svg {
  width: 16px !important;
  height: 16px !important;
}

.offer .item-box2 .rmore .shap-left-top {
  transform: rotate(180deg);
  top: unset;
  left: unset;
  right: 0%;
  bottom: 97%;
}

.offer .item-box2 .rmore .shap-right-bottom {
  transform: rotate(180deg);
  top: unset;
  left: unset;
  right: 100%;
  bottom: -2%;
}

.offer .item-box2 {
  background-size: cover !important;
  background-position: center !important;
}

.offer .ib2 {
  background: url("../img/solutions/process-automation.jpg");
}

.offer .ib3 {
  background: url("../img/solutions/IIOT.jpeg");
}

.offer .ib4 {
  background: url("../img/solutions/pcc.png");
}

.offer .ib5 {
  background: url("../img/solutions/switchyard.jpg");
}

.offer .ib6 {
  background: url("../img/solutions/buisness.jpg");
}

.offer .item-box2 h5 {
  color: #fff;
  filter: drop-shadow(0px 0px 5px #00000050);
}

.video {
  width: 100% !important;
}

.video .img-scale {
  height: 650px;
}

.projects .img {
  position: relative;
}

.projects .img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.projects .img img {
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.projects .vid-circle {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  color: #fff;
}

.projects .vid-circle .icon {
  font-size: 30px !important;
}

.reviews .item .rate-stars svg path,
.reviews .item .img-curv svg path {
  fill: #fff !important;
}

.reviews .item .sub-bg {
  background: #fff !important;
}

.modern-footer .column a {
  width: 100%;
}

/* .modern-footer .footer-container {
  transform: unset !important;
} */
.work-sticky .items .cont .sticky-item.is_stuck {
  padding: 50px 0px;
  padding-top: 85px;
}

.page-header a:hover,
.page-header a:hover span {
  color: #14cf93 !important;
}

.work-sticky .items .cont .sticky-item h6.sub-title {
  color: #3a288e;
}

.work-sticky .items .cont .sticky-item .rmore:hover span {
  color: crimson;
}

.work-sticky .items .cont .sticky-item .rmore img {
  position: relative;
  z-index: 3;
}

/* background-image: linear-gradient(
    to right,
    #ed143d,
    #d7005e,
    #b20078,
    #801189,
    #3a288e
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; */

/* .work-sticky .items .cont .sticky-item a .sub-title {
  color: #3a288e;
} */
.all-works-butn {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #00000015;
}

.all-works-butn:hover {
  background: #000;
}

.all-works-butn:hover span,
.all-works-butn:hover span::before {
  color: #fff;
}

.next-project .box {
  padding: 125px 50px !important;
  width: 100%;
}

.work-sticky .items .cont:hover,
.work-sticky .items .img:hover {
  opacity: 0.9;
  transition: all 0.3s ease;
}

/* .work-sticky .items .cont,
.work-sticky .items .img {
  display: block;
  text-decoration: none;
  color: inherit;
} */

.esshin-img-gallery .col-lg-4 {
  padding: 0px;
  width: 100%;
}

.esshin-img-gallery .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  grid-gap: 25px;
}

.esshin-img-gallery .eig-img {
  padding: 0px;
}

.esshin-img-gallery .eig-img a {
  width: 100%;
  height: 100%;
}

.esshin-img-gallery .eig-img img {
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}

.scf select#form_solution {
  padding: 15px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 30px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  padding: 15px 0;
  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.scf select#form_solution option,
.scf select#form_solution {
  color: #777;
}

.scf select#form_solution:valid {
  color: #000;
}

.scf select#form_solution {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="black"><path d="M7 10l5 5 5-5z"/></svg>')
    no-repeat;
  background-position: right 15px center;
  background-size: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bi-fixed .sticky-item .bg-img {
  background-color: #fff !important;
  background-size: contain;
  background-blend-mode: difference;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.google-map {
  filter: unset !important;
  height: 550px;
}

/* .main-color {
  color: crimson !important;
} */
.csr-slider {
  overflow: hidden;
  padding: 5px;
}

.csr-slider .item-box .icon {
  width: 70px;
}

.csr-slider .item-box {
  padding: 60px 40px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.csr-slider .item-box p {
  min-height: 190px;
}

.ref .img {
  width: 100% !important;
}

.reference-logo {
  position: relative;
}

.ml-auto.ref-nav {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9; */
  /* width: 100%; */
}

.ml-auto.ref-nav .swiper-arrow-control {
  justify-content: space-between;
}

.ml-auto.ref-nav .swiper-arrow-control .swiper-button-next,
.ml-auto.ref-nav .swiper-arrow-control .swiper-button-prev {
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: transparent;
  position: absolute;
}

.project-video-slider
  .ml-auto.ref-nav
  .swiper-arrow-control
  .swiper-button-prev,
.project-video-slider
  .ml-auto.ref-nav
  .swiper-arrow-control
  .swiper-button-next {
  background: #fff !important;
  box-shadow: 0px 0px 5px #00000025;
}

.ml-auto.ref-nav .swiper-arrow-control .swiper-button-next {
  right: 15px !important;
}

.ml-auto.ref-nav .swiper-arrow-control .swiper-button-prev {
  left: 15px !important;
}

.project-video-slider {
  position: relative;
}

.project-video-slider .swiper-container {
  position: unset !important;
}

/* div#project-video-carousel {
  width: 100%;
} */
.project-list {
  list-style: disc;
}

.project-list li {
  position: relative;
  color: #777;
  font-size: 18px;
  font-weight: 500;
}

.project-list li::before {
  position: absolute;
  content: "";
  background: #777;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.next-project .box {
  background-size: cover !important;
  height: 100%;
}

.work-sticky .items a {
  width: 100%;
}

.load-text img {
  width: 300px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.new-slider .col-12 {
  padding: 0px 125px;
}

.new-about .img-vid {
  border-radius: 30px !important;
}

.projects .img img {
  height: 250px;
}

.cs-new .swiper-arrow-control {
  display: none;
}

.bg-f6 {
  background: #f6f6f6;
}

section.numbers .fz-80 {
  font-size: 50px !important;
}

.new-slider .parallax-slider .swiper-slide {
  border-radius: 0px !important;
}

.new-slider .text-center {
  text-align: left !important;
}

.esshin-showcase .parallax-slider .caption h1 {
  font-size: 50px;
}

.esshin-showcase .parallax-slider .caption h1 span {
  margin: 0px !important;
  line-height: normal;
}

.slider .parallax-slider .caption h2 {
  font-size: 16px;
  font-weight: 500 !important;
  margin-top: 25px;
}

.new-slider .title-highlight {
  letter-spacing: normal !important;
  font-weight: 700 !important;
  color: #fff;
}

.projects .cont h5 {
  font-size: 20px !important;
}

.map .container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.map .content {
  /* flex: 1;
  display: flex; */
  width: 50%;
}

.map .section-header {
  color: #ff4757;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.map .main-title {
  color: #2c3e50;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.1;
}

.map .project-item {
  margin-bottom: 30px;
}

.map .project-number {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 10px;
  display: inline-block;
}

.map .project-number.blue {
  color: #3498db;
}

.map .project-number.orange {
  color: #f39c12;
}

.map .project-number.purple {
  color: #9b59b6;
}

.map .project-title {
  color: #2c3e50;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.map .project-location {
  color: #7f8c8d;
  font-size: 16px;
  margin-bottom: 15px;
}

.map .project-description {
  color: #2c3e50;
  font-size: 16px;
  line-height: 1.6;
  max-width: 600px;
}

.map .globe-container {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.map .globe {
  width: 100%;
  height: 550px;
  /* border-radius: 50%; */
  /* background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 50%, #ffffff 100%); */
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
}

.map .globe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/map.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* z-index: 9; */
  /* background-image: radial-gradient(
      circle at 30% 20%,
      rgba(220, 220, 220, 0.3) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 60%,
      rgba(200, 200, 200, 0.2) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 40% 80%,
      rgba(210, 210, 210, 0.3) 0%,
      transparent 30%
    );
  border-radius: 50%; */
}

.map .location-pin {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.map .pin-changi {
  background-color: #3498db;
  top: 20%;
  right: 15%;
}

.map .pin-plasma {
  background-color: #f39c12;
  top: 45%;
  left: 35%;
}

.map .pin-vishakhapatnam {
  background-color: #9b59b6;
  top: 40%;
  right: 25%;
}

.map .pin-label {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  color: #2c3e50;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.map .label-changi {
  top: -30px;
  right: -40px;
}

.map .label-plasma {
  top: -30px;
  left: -50px;
}

.map .label-vishakhapatnam {
  top: -30px;
  right: -80px;
}

.page-header-cerv.section-padding,
.page-header.section-padding,
.page-header {
  /* background-image: unset !important; */
  background: #b3e5ff;
  /* background-image: linear-gradient(
    135deg,
    #f5f7fa 0%,
    #c3cfe2 100%
  ) !important; */
  /* background-image: url("../img/bg-color.png") !important; */
}

.page-header .main-color {
  color: beige !important;
  font-weight: 700;
  font-size: 16px;
}

.page-header h1 {
  font-size: 50px !important;
}

section.next-project .fz-40 {
  font-size: 25px !important;
}

/* WhatsApp Button Styles */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.whatsapp-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
}

.whatsapp-text {
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0;
  background: #25d366;
  padding: 5px 15px;
  border-radius: 20px;
  right: 100%;
  margin-right: 15px;
}

.whatsapp-btn:hover .whatsapp-text {
  opacity: 1;
  transform: translateX(0);
  font-size: 14px;
}

.pulse-ring {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: pulse 2s infinite ease-out;
  box-sizing: border-box;
  pointer-events: none;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.7;
  }

  70% {
    transform: scale(1.3);
    opacity: 0;
  }

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

.trans-btn {
  background: transparent !important;
  border: 1px solid #fff;
}

.trans-btn:hover {
  background: #ac0000 !important;
  border: 1px solid #ac0000;
  /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4) !important; */
}

.new-abt .abt-txt p {
  margin-bottom: 10px;
}

.new-abt .abt-txt p:last-child {
  margin: 0px;
}

.cs-new .ntx a,
.cs-new .ntx a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-tx h5 {
  color: #3a288e;
  font-size: 25px;
  font-weight: 500;
}

.cs-tx span.shx {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.cs-tx p {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}

.cs-tx p:last-child {
  margin: 0px !important;
}

.cs-tx .cs-points ul,
.cs-points ul {
  padding-left: 15px;
}

.cs-tx .cs-points ul li,
.cs-points ul li {
  list-style: disc;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}

.cs-tx .cs-points ul li:last-child,
.cs-points ul li:last-child {
  margin: 0px;
}

.home-cont {
  background: #f6f6f6;
}

.cs-new {
  background: #ac0000;
}

.cs-new h3,
.cs-new span,
.cs-new p,
.cs-tx h5 {
  color: #fff;
}

.modern-footer {
  background: #ac0000;
}

footer .main-color,
footer p {
  color: #fff !important;
}

footer a,
footer .underline a,
footer .underline span {
  text-decoration: none !important;
}

.sm-follow li {
  color: #ac0000;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side {
  width: max-content !important;
}

/* Topbar Styles */
.topbar {
  /* background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); */
  background: #ac0000;
  color: white;
  padding: 8px 0;
  font-size: 16px;
  position: relative;
  z-index: 1001;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.topbar-item:hover {
  /* color: #3498db; */
  color: #fff;
}

.topbar-item i {
  font-size: 16px;
  /* color: #3498db; */
  color: #fff;
}

.topbar-social {
  display: flex;
  gap: 8px;
}

.topbar-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 11px;
  transition: all 0.3s ease;
}

.topbar-social a:hover {
  background: #fff;
  color: white;
  transform: translateY(-2px);
}

.topbar-item p {
  color: #fff;
  line-height: normal;
}

.pic i {
  transform: scaleX(-1);
}

.navbar {
  top: 40px;
}

.navbar.nav-scroll {
  top: -40px;
}

.fb-line {
  border-top: 1px solid #ffffff10;
}

/* Responsive topbar */
@media (max-width: 768px) {
  .topbar {
    padding: 6px 0;
  }

  .topbar .container {
    flex-direction: column;
    gap: 8px;
  }

  .topbar-left {
    gap: 15px;
    justify-content: center;
  }

  .topbar-item {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .topbar-left {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .topbar-item {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-btn {
    width: 50px;
    height: 50px;
  }

  .whatsapp-icon svg {
    width: 24px;
    height: 24px;
  }

  .pulse-ring {
    border-width: 1.5px;
  }

  .hmn {
    display: block !important;
  }

  .cs-new .swiper-arrow-control {
    display: block !important;
  }

  .map .container {
    flex-direction: column;
    gap: 40px;
  }

  .map .globe {
    width: 350px;
    height: 350px;
  }

  .map .main-title {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

@media (min-width: 1200px) and (max-width: 1300px) {
}

/* Map Global Presence */

.export .export-img {
  position: relative;
}

.export .export-img .map-markers {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.export .export-img .map-img img {
  opacity: 0.75;
}

.mm-img {
  width: max-content;
  height: auto;
}

.mm-img img {
  width: 135px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.mm {
  width: max-content;
  height: auto;
  position: absolute;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.mm1,
.mm2,
.mm3,
.mm4,
.mm5,
.mm6,
.mm7,
.mm8,
.mm9 {
  position: absolute;
  opacity: 1;
}

/* Animation class triggered by JS */
.fade-in-up2 {
  animation: fadeInUp2 1.6s ease forwards;
}

/* Individual marker positions & delays */
.mm1 {
  top: 66%;
  left: 84%;
}

.mm2 {
  top: 56%;
  left: 86%;
}

.mm3 {
  top: 22%;
  left: 15%;
}

.mm4 {
  top: 3%;
  left: 44%;
}

.mm5 {
  top: 30%;
  left: 68%;
}

.mm6 {
  top: 25%;
  left: 59%;
}

.mm7 {
  top: 17%;
  left: 70%;
}

.mm8 {
  top: 47%;
  left: 83%;
}

.mm9 {
  top: 65%;
  left: 95%;
}

/* Delayed animation with fade-in-up */
.mm1.fade-in-up2 {
  animation-delay: 0.15s;
}

.mm2.fade-in-up2 {
  animation-delay: 0.25s;
}

.mm3.fade-in-up2 {
  animation-delay: 0.35s;
}

.mm4.fade-in-up2 {
  animation-delay: 0.45s;
}

.mm5.fade-in-up2 {
  animation-delay: 0.55s;
}

.mm6.fade-in-up2 {
  animation-delay: 0.65s;
}

.mm7.fade-in-up2 {
  animation-delay: 0.75s;
}

.mm8.fade-in-up2 {
  animation-delay: 0.65s;
}

.mm9.fade-in-up2 {
  animation-delay: 0.75s;
}

.mm-txt {
  position: absolute;
  top: 53%;
  left: 16%;
}

.mm2 .mm-txt,
.mm5 .mm-txt,
.mm7 .mm-txt,
.mm8 .mm-txt {
  position: absolute;
  top: 20%;
  left: 50%;
}

.mm-txt p {
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #000;
}

picture {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  /* map */
  .mm-img img {
    width: 35px;
  }

  .mm1 {
    top: 22.6%;
    left: 52%;
  }

  .mm2 {
    top: 60%;
    left: 86%;
  }

  .mm3 {
    top: 23%;
    left: 16%;
  }

  .mm4 {
    top: 5%;
    left: 45%;
  }

  .mm5 {
    top: 23.4%;
    left: 68.6%;
  }

  .mm6 {
    top: 33%;
    left: 58%;
  }

  .mm7 {
    top: 16%;
    left: 74%;
  }

  .mm8 {
    top: 45%;
    left: 80%;
  }

  .mm9 {
    top: 65%;
    left: 95%;
  }

  .mm-txt p {
    font-size: 6px !important;
  }

  .mm-txt {
    top: 62%;
    left: -3%;
  }

  .mm1 .mm-txt {
    top: -25%;
    left: -3%;
  }

  .mm5 .mm-txt,
  .mm2 .mm-txt,
  .mm6 .mm-txt,
  .mm7 .mm-txt,
  .mm8 .mm-txt {
    top: -25%;
    left: -30%;
  }
}

.next-project .box:after {
  /* background: #1d1d1d; */
  background: linear-gradient(270deg, #212529 40%, #ac0000 100%);
  opacity: 0.3;
}

.next-project .box:hover:after {
  /* background: #1d1d1d; */
  /* opacity: 0; */
  background: transparent;
}

.next-project .box .cont {
  color: #fff;
}

.sin-map {
  position: relative;
}

.sin-map::after {
  position: absolute;
  content: "";
  background: url("../img/map/s1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 400px;
  height: 100%;
  z-index: -1;
  top: 50%;
  left: 88%;
  transform: translate(-50%, -50%) rotate(65deg);
}

.nf-modern-footer {
  background: linear-gradient(135deg, #ac0000 0%, #8b0000 100%);
  color: #ffffff;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

.nf-modern-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="90" cy="90" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="20" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="20" cy="80" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.5;
}

.nf-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* Header Section */
.nf-footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 60px;
}

.nf-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nf-logo-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #ffffff, #f0f0f0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #ac0000;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.nf-logo-icon:hover {
  transform: scale(1.1);
}

.nf-logo-text {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.nf-social-media {
  display: flex;
  gap: 20px;
}

.nf-social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  font-size: 14px;
}

.nf-social-link:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* Main Content Section */
.nf-footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}

/* Contact Form Section */
.nf-contact-section {
  /* background: rgba(255, 255, 255, 0.1); */
  background: transparent;
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 1);
}

.nf-contact-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  background: linear-gradient(45deg, #ffffff, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nf-contact-subtitle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.nf-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nf-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.nf-form-group {
  display: flex;
  flex-direction: column;
}

.nf-form-input {
  padding: 15px 20px;
  /* border: 1px solid rgba(255, 255, 255, 1); */
  border: none;
  border-radius: 12px;
  /* background: rgba(255, 255, 255, 0.15); */
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact input,
.contact textarea,
select {
  border-bottom: 1px solid #fff !important;
  padding: 15px !important;
}

.nf-form-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.nf-form-input:focus {
  outline: none;
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 1);
}

.nf-form-input option {
  background: #8b0000;
  color: #ffffff;
}

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

.nf-submit-btn {
  padding: 15px 30px;
  background: linear-gradient(45deg, #ffffff, #f0f0f0);
  color: #ac0000;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nf-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
  background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
}

/* Links Section */
.nf-links-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.nf-call-to-action {
  text-align: center;
  padding: 40px;
  /* background: rgba(255, 255, 255, 0.1); */
  background: transparent;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 1);
}

.nf-cta-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.nf-cta-highlight {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.nf-cta-highlight::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  /* background: linear-gradient(45deg, #ffffff, #f0f0f0); */
  background: transparent;
}

.nf-contact-info {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.nf-contact-btn {
  padding: 12px 24px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nf-contact-btn:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.nf-useful-links {
  /* background: rgba(255, 255, 255, 0.1); */
  background: transparent;
  padding: 30px;
  border-radius: 15px;
  /* border-left: 4px solid #ffffff; */
  border: 1px solid rgba(255, 255, 255, 1);
}

.nf-links-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}

.nf-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.nf-link-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nf-footer-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 5px 0;
}

.nf-footer-link:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.nf-address-info {
  margin-top: 20px;
}

.nf-address-info p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

/* Copyright Section */
.nf-footer-copyright {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 50px;
}

.nf-footer-copyright a {
  color: #ff6b6b;
  text-decoration: none;
  font-weight: 600;
}

.nf-footer-copyright a:hover {
  text-decoration: underline;
}

.nf-logo img {
  width: 250px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nf-footer-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .nf-social-media {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nf-footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nf-form-row {
    grid-template-columns: 1fr;
  }

  .nf-links-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nf-contact-info {
    flex-direction: column;
    align-items: center;
  }

  .nf-cta-title {
    font-size: 24px;
  }

  .nf-contact-title {
    font-size: 28px;
  }
}

/* WhatsApp Button */
.nf-whatsapp-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
}

.nf-whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
}

.nf-demo-content {
  height: 100px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nf-demo-content h2 {
  color: #333;
}

/* Global Projects */

/* .gp-proj-container {
  max-width: 1400px;
  margin: 0 auto;
} */

.gp-proj-header {
  /* text-align: center; */
  margin-bottom: 3rem;
  animation: gp-proj-slideDown 0.8s ease-out;
}

.gp-proj-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  position: relative;
}

.gp-proj-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0%;
  /* transform: translateX(-50%); */
  width: 60px;
  height: 3px;
  background: #ac0000;
  border-radius: 2px;
  display: none;
}

.gp-proj-subtitle {
  font-size: 1.1rem;
  color: #666;
  font-weight: 400;
}

.gp-proj-countries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.gp-proj-country-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: gp-proj-fadeInUp 0.6s ease-out;
}

.gp-proj-country-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ac0000 0%, #ff4444 100%);
}

.gp-proj-country-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.gp-proj-country-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f0f0f0;
}

.gp-proj-country-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ac0000 0%, #ff4444 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.gp-proj-country-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  object-position: center;
}

.gp-proj-country-card:hover .gp-proj-country-icon {
  /* transform: rotate(360deg); */
  background: linear-gradient(135deg, #ff4444 0%, #ac0000 100%);
}

.gp-proj-country-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
}

.gp-proj-projects-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gp-proj-project-item {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 1.2rem;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  min-height: 205px;
}

.gp-proj-project-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(172, 0, 0, 0.05),
    transparent
  );
  transition: left 0.5s ease;
}

.gp-proj-project-item:hover::before {
  left: 100%;
}

.gp-proj-project-item:hover {
  background: white;
  border-color: #ac0000;
  transform: translateX(8px);
  box-shadow: 0 4px 16px rgba(172, 0, 0, 0.1);
}

.gp-proj-project-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.gp-proj-project-number {
  width: 32px;
  height: 32px;
  background: #ac0000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.gp-proj-project-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.gp-proj-project-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin-left: 2.5rem;
}

.gp-proj-project-tech {
  display: inline-block;
  background: #ac0000;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 10px;
  margin-left: 2.5rem;
}

/* Animations */
@keyframes gp-proj-slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

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

@keyframes gp-proj-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

/* Responsive Design */
@media (max-width: 768px) {
  .gp-proj-countries-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .gp-proj-title {
    font-size: 2rem;
  }

  .gp-proj-country-card {
    padding: 1rem;
  }

  .gp-proj-project-item {
    padding: 1rem;
  }

  .gp-proj-project-description {
    margin-left: 2rem;
  }

  .gp-proj-project-tech {
    margin-left: 2rem;
  }
}

@media (max-width: 480px) {
  body {
    padding: 1rem 0.5rem;
  }

  .gp-proj-title {
    font-size: 1.5rem;
  }

  .gp-proj-subtitle {
    font-size: 1rem;
  }

  .gp-proj-country-header {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .gp-proj-project-description {
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .gp-proj-project-tech {
    margin-left: 0;
  }
}

/* Staggered animation for country cards */
.gp-proj-country-card:nth-child(1) {
  animation-delay: 0.1s;
}

.gp-proj-country-card:nth-child(2) {
  animation-delay: 0.2s;
}

.gp-proj-country-card:nth-child(3) {
  animation-delay: 0.3s;
}

.txt-red {
  color: #ac0000 !important;
}

.bg-red {
  background: #ac0000 !important;
}

/* contact-details */
.con-details {
  position: relative;
}

/* .cd-contact-section {
  max-width: 1200px;
  margin: 0 auto;
} */

.cd-section-title {
  text-align: center;
  margin-bottom: 50px;
  animation: cd-fadeInUp 1s ease-out;
}

.cd-section-title h2 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 700;
}

.cd-section-title p {
  color: #666;
  font-size: 1.1rem;
}

.cd-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.cd-contact-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(172, 0, 0, 0.1);
  border: 2px solid #f8f9fa;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  animation: cd-fadeInUp 1s ease-out;
}

.cd-contact-card:nth-child(1) {
  animation-delay: 0.1s;
}

.cd-contact-card:nth-child(2) {
  animation-delay: 0.2s;
}

.cd-contact-card:nth-child(3) {
  animation-delay: 0.3s;
}

.cd-contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(172, 0, 0, 0.05),
    transparent
  );
  transition: left 0.6s ease;
}

.cd-contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(172, 0, 0, 0.15);
  border-color: #ac0000;
}

.cd-contact-card:hover::before {
  left: 100%;
}

.cd-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #ac0000, #d32f2f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: cd-pulse 2s infinite;
}

.cd-icon-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #ac0000, #d32f2f);
  opacity: 0.3;
  animation: cd-ripple 2s infinite;
}

.cd-icon {
  width: 40px;
  height: 40px;
  fill: white;
  z-index: 1;
  position: relative;
}

.cd-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.cd-card-content {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

.cd-card-content a {
  color: #ac0000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cd-card-content a:hover {
  color: #d32f2f;
  text-decoration: underline;
}

.cd-floating-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.cd-shape {
  position: absolute;
  opacity: 0.1;
  animation: cd-float 6s ease-in-out infinite;
}

.cd-shape-1 {
  top: 10%;
  left: 10%;
  width: 20px;
  height: 20px;
  background: #ac0000;
  border-radius: 50%;
  animation-delay: 0s;
}

.cd-shape-2 {
  top: 20%;
  right: 15%;
  width: 15px;
  height: 15px;
  background: #ac0000;
  border-radius: 30%;
  animation-delay: 2s;
}

.cd-shape-3 {
  bottom: 15%;
  left: 20%;
  width: 25px;
  height: 25px;
  background: #ac0000;
  border-radius: 20%;
  animation-delay: 4s;
}

@keyframes cd-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@keyframes cd-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes cd-ripple {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }

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

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

  33% {
    transform: translateY(-20px) rotate(120deg);
  }

  66% {
    transform: translateY(10px) rotate(240deg);
  }
}

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

  .cd-section-title h2 {
    font-size: 2rem;
  }

  .cd-contact-card {
    padding: 30px 20px;
  }
}

.con-bg,
.page-header.bg-img {
  background: #ac0000 !important;
  background-image: none !important;
  position: relative !important;
  overflow: hidden !important;
  transform: unset !important;
}

.con-bg .container {
  transform: unset !important;
  opacity: 1 !important;
}

body.contact .contact {
  display: none !important;
}

.nf-modern-footer {
  padding-bottom: 0px !important;
}

/* New Header BG */
/* Animated Background Elements */
.bg-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
  /* animation: ph-grid-move 20s linear infinite; */
}

.ph-animated-circles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.ph-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: ph-float-circle 15s ease-in-out infinite;
}

.ph-circle:nth-child(1) {
  width: 200px;
  height: 200px;
  top: -100px;
  right: -100px;
  animation-delay: 0s;
}

.ph-circle:nth-child(2) {
  width: 150px;
  height: 150px;
  bottom: -75px;
  left: -75px;
  animation-delay: -5s;
}

.ph-circle:nth-child(3) {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 10%;
  animation-delay: -10s;
}

/* Tech pattern overlay */
.ph-tech-pattern {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><g fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"><circle cx="200" cy="200" r="50"/><circle cx="200" cy="200" r="100"/><circle cx="200" cy="200" r="150"/><line x1="50" y1="200" x2="350" y2="200"/><line x1="200" y1="50" x2="200" y2="350"/></g></svg>');
  background-size: 400px 400px;
  animation: ph-tech-rotate 30s linear infinite;
  height: 400px;
  z-index: -1;
}

.page-header a:hover,
.page-header a:hover span {
  /* color: beige !important; */
  color: #ffc107 !important;
  font-weight: 700;
  font-size: 16px;
}
.page-header .main-color {
  color: #ffc107 !important;
}

/* Animations */
@keyframes ph-grid-move {
  0% {
    transform: translateX(0) translateY(0);
  }

  100% {
    transform: translateX(-20px) translateY(-20px);
  }
}

@keyframes ph-float-circle {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.3;
  }

  50% {
    transform: translateY(-30px) scale(1.1);
    opacity: 0.6;
  }
}

@keyframes ph-tech-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.work-item {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.work-item > * {
  padding-left: 15px;
  padding-right: 15px;
}

/* Contact Form  */

.nf-form-messages {
  margin-bottom: 0px;
}

.nf-alert {
  padding: 12px 15px;
  margin-bottom: 0px;
  border-radius: 4px;
  font-size: 16px;
}

.nf-alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
}

.nf-alert-success {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.nf-alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

/* Base input style */
.nf-form-input {
  background-color: transparent !important;
  color: #fff !important;
  /* keep text white */
  border-bottom: 1px solid #fff !important;
}

/* Autofill fix for Chrome, Safari, Edge */
.nf-form-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  background-color: transparent !important;
  -webkit-text-fill-color: #fff !important;
  /* keep text white */
  transition: background-color 9999s ease-in-out 0s;
}

/* Autofill fix on focus */
.nf-form-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  background-color: transparent !important;
  -webkit-text-fill-color: #fff !important;
}

/* Autofill fix for Firefox */
input.nf-form-input:-moz-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
  background-color: transparent !important;
  -moz-text-fill-color: #fff !important;
  /* keep text white */
}

/* New CSS */
.pro-head {
  justify-content: space-between;
}

.work-sticky .items .img,
.work-sticky .items .img img,
.image-placeholder img {
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.esshin-img-gallery .eig-img img {
  height: 200px !important;
  object-fit: cover !important;
  object-position: center !important;
}
