/*** Spinner Start ***/

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .8s ease-out, visibility 0s linear .0s;
  visibility: visible;
  opacity: 1;
}

/*** Spinner End ***/


/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: .5s;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-md-square {
  width: 46px;
  height: 46px;
}

.btn-lg-square {
  width: 58px;
  height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
  letter-spacing: 1px;
  padding-top: 5px;
}

.topbar .top-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar .top-link a {
  margin-right: 10px;
}

#note {
  width: 500px;
  overflow: hidden;
}

#note small {
  position: relative;
  display: inline-block;
  animation: mymove 5s infinite;
  animation-timing-function: all;
}

@keyframes mymove {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
  padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
  padding: 10px;
  color: var(--bs-white);
  font-size: 18px;
  outline: none;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--bs-secondary) !important;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "font awesome 5 free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: .5s;
    opacity: 0;
  }
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  transition: .5s;
  opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
  position: relative;
}

.carousel-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
}

.carousel-caption {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.carousel-item p {
  max-width: 700px;
  margin: 0 auto 35px auto;
}

.carousel-control-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--bs-primary);
  border-radius: 0 50px 50px 0;
  opacity: 1;
}

.carousel-control-prev:hover {
  background: var(--bs-secondary);
  transition: .8s;
}

.carousel-control-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  background: var(--bs-primary);
  border-radius: 50px 0 0 50px;
  opacity: 1;
}

.carousel-control-next:hover {
  background: var(--bs-secondary);
  transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
  background: var(--bs-secondary);
  color: var(--bs-dark);
  opacity: 1;
  border: 0;
  border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
  background: var(--bs-primary);
  color: #ffffff;
  border: 0;
  opacity: 1;
  transition: 1s;
  border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
  background: var(--bs-primary);
  color: var(--bs-white);
  opacity: 1;
  border: 0;
  border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
  background: var(--bs-secondary);
  color: var(--bs-dark);
  border: 0;
  opacity: 1;
  transition: 1s;
  border-radius: 20px;
}

#carouselId .carousel-indicators li {
  width: 30px;
  height: 10px;
  background: var(--bs-primary);
  margin: 10px;
  border-radius: 30px;
  opacity: 1;
}

#carouselId .carousel-indicators li:hover {
  background: var(--bs-secondary);
  opacity: 1;
}

@media (max-width: 992px) {
  .carousel-item {
    min-height: 500px;
  }

  .carousel-item img {
    min-height: 500px;
    object-fit: cover;
  }

  .carousel-item h1 {
    font-size: 40px !important;
  }

  .carousel-item p {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .carousel-item {
    min-height: 400px;
  }

  .carousel-item img {
    min-height: 400px;
    object-fit: cover;
  }

  .carousel-item h1 {
    font-size: 32px !important;
  }

  .carousel-item p {
    font-size: 14px !important;
  }
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url(../img/banner/hero4.webp) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
  box-shadow: 0 0 60px rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 10px 0;
  position: relative;
}


.services-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  background: #173058;
  transition: .5s;

}

.services-content::after {
  top: 0;
  bottom: auto;
  border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
  height: 100%;
  opacity: 1;
  transition: .5s;
}

.services-item:hover .services-content-icon {
  position: relative;
  z-index: 2;
}



.services-item .services-content-icon i,
.services-item .services-content-icon p {
  transition: .5s;
}

.services-item:hover .services-content-icon i {
  color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
  color: var(--bs-white);
}

.services-item:hover .services-content-icon h4 {
  color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.project-img {
  position: relative;
  padding: 15px;
}

.project-img::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  background: var(--bs-secondary);
  border-radius: 10px;
  opacity: 1;
  z-index: -1;
  transition: .5s;
}

.project-img::after {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--bs-primary);
  border-radius: 10px;
  opacity: 1;
  z-index: -1;
  transition: .5s;
}

.project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.project-content a {
  display: inline-block;
  padding: 20px 25px;
  background: var(--bs-primary);
  border-radius: 10px;
}

.project-item:hover .project-content {
  opacity: 1;
  transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
  opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
  z-index: 2;
}

.blog-btn .blog-btn-icon {
  height: 50px;
  position: relative;
  overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
  display: flex;
  position: absolute;
  top: 6px;
  left: -140px;

}

.blog-btn-icon:hover .blog-icon-2 {
  transition: 1s;
  left: 5px;
  top: 6px;
  padding-bottom: 5px;
}

.blog-icon-1 {
  position: relative;
  top: -4px;
}

.blog-btn-icon:hover .blog-icon-1 {
  top: 0;
  right: -140px;
  transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
  border-top: 30px solid var(--bs-secondary) !important;
  background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
  height: 200px;
  display: block;
  content: "";
  position: relative;
  top: -101px;
  background: var(--bs-secondary);
  clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
  padding: 60px;
  opacity: 1;
}

.team-img-icon {
  position: relative;
  margin-top: -200px;
  padding: 30px;
  padding-bottom: 0;
}

.team-img {
  border: 15px solid var(--bs-white);
}

.team-img img {
  border: 10px solid var(--bs-secondary);
  transition: .5s;
}

.team-item:hover h4 {
  color: var(--bs-primary);
  transition: .5s;
}

.team-item:hover .team-img img {
  transform: scale(1.05);
  border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.team-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 50px;
  display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  margin-left: 15px;
  background: var(--bs-secondary);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

@media (max-width: 992px) {
  .team-carousel {
    margin-top: 3rem;
  }

  .team-carousel .owl-nav {
    top: -85px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-left: -15px;
  }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
  background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #c1dad0;
  border-radius: 15px;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
  position: relative;
  z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: #FFFFFF !important;
  box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(#e5ca7b, rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  z-index: -1;
}

.contact-map {
  background: #173058;
}

.contact-form {
  background: #173058;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
  transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
  letter-spacing: 1px;
}

.footer .hightech-link a:hover {
  background: var(--bs-secondary);
  border: 0;
}

.btn3d-arunmove {
  position: relative;
  background-color: #e5ca7b;
  color: #173058;
  padding: 5px 13px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px #bfa75f;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn3d-arunmove::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-25deg);
  transition: left 0.5s ease-in-out;
}

.btn3d-arunmove:hover::before {
  left: 125%;
}

.btn3d-arunmove:hover {
  background-color: #2a4a80;
  /* Deep blue hover */
  color: #ffffff;
}

.btn3d-arunmove:active {
  box-shadow: 0 4px #bfa75f;
  transform: translateY(4px);
}

@media (max-width: 768px) {
  .btn3d-arunmove {
    padding: 6px 10px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .btn3d-arunmove {
    padding: 6px 10px;
    font-size: 14px;
  }
}


.btnread-arunpack {
  position: relative;
  padding: 10px 20px;
  background-color: #173058;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: background 0.4s ease;
}

.btnread-arunpack::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e5ca7b;
  transition: top 0.4s ease;
  z-index: -1;
}

.btnread-arunpack:hover::before {
  top: 0;
}

.btnread-arunpack:hover {
  color: #173058;
}

@media (max-width: 768px) {

  .btnread-arunpack,
  .btncontact-arunpack {
    font-size: 15px;
    padding: 12px 25px;
  }
}

@media (max-width: 480px) {

  .btnread-arunpack,
  .btncontact-arunpack {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.btncontact-arunpack {
  padding: 7px 20px;
  background: #e5ca7b;
  color: #173058;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #e5ca7b;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.btncontact-arunpack::after {
  content: "";
  position: absolute;
  border: 2px solid #e5ca7b;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  opacity: 0;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btncontact-arunpack:hover {
  background: #173058;
  color: #e5ca7b;
  border: 2px solid #173058;

}

.btncontact-arunpack:hover::after {
  opacity: 1;
  animation: pulse-arunpack 1s infinite;
}

@keyframes pulse-arunpack {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }

  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}



.banner-title-arunpack {



  position: relative;
  animation: reflect-shine 4s infinite linear;
}

.banner-title-arunpack::after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.2);
  transform: scaleY(-1);
  opacity: 0.3;
  pointer-events: none;
  animation: reflection-fade 4s infinite linear;
}

@keyframes reflect-shine {
  0% {
    text-shadow: 0 0 10px #333;
  }

  50% {
    text-shadow: 0 0 30px #000;
  }

  100% {
    text-shadow: 0 0 10px #333;
  }
}

@keyframes reflection-fade {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.05;
  }
}

.banner-subtitle-arunpack {

  margin-top: 10px;
  color: #ffffff;
  text-shadow: 1px 1px 8px #000, 0 0 12px #000;
}

@media (max-width: 768px) {
  .banner-title-arunpack {
    font-size: 36px;
  }

  .banner-subtitle-arunpack {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .banner-title-arunpack {
    font-size: 28px;
  }

  .banner-subtitle-arunpack {
    font-size: 14px;
  }
}

.whyBlueWrap_fx100 {
  background: linear-gradient(135deg, #004e92, #000428);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.whyTitle_fx100 {
  font-size: 2.5rem;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  color: #fff;
}

.whyTitle_fx100::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #e5ca7b;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease-out;
}

.underline-active::after {
  transform: scaleX(1);
}

.whyGrid_fx100 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.whyCard_fx100 {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 25px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.whyCard_fx100:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.whyCard_fx100 h3 {
  margin-top: 0;
  color: #e5ca7b;
  text-align: left;
}

.whyCard_fx100 p {
  color: #fff;
  font-size: 0.95rem;
  text-align: left;
}

.whyBtn_fx100 {
  margin-top: 40px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 25px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
}

.whyBtn_fx100::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: 0.4s ease;
}

.whyBtn_fx100:hover {
  background-color: #fff;
  color: #000;
  font-weight: 700;
}

.whyBtn_fx100:hover::after {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .whyTitle_fx100 {
    font-size: 2rem;
  }

  .whyBtn_fx100 {
    width: 100%;
  }
}

.locationEstimateBlock_fx200 {
  background: #f1f7fd;
  color: #333;
  padding: 60px 40px;
}

.locationEstimateFlex_fx200 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.locationListBlock_fx200 {
  flex: 1 1 55%;
}

.locationListBlock_fx200 h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid #0052D4;
}

.locationButtons_fx200 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.locationButtons_fx200 span {
  background-color: #e0ecf9;
  padding: 8px 14px;
  border-radius: 50px;
  font-size: 0.9rem;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: default;
}

.locationButtons_fx200 span:hover {
  background-color: #c5dbf5;
}

.estimateFormContainer_fx200 {
  flex: 1 1 40%;
  background: #ffffff;
  border: 2px solid #cfe4fc;
  border-radius: 15px;
  padding: 30px;
  transform: translateX(-150%);
  opacity: 0;
  transition: all 0.8s ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.formAnimate_fx200 {
  transform: translateX(0);
  opacity: 1;
}

.estimateFormContainer_fx200 h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #173058;
}

.estimateForm_fx200 input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 0.95rem;
}

.estimateForm_fx200 button {
  width: 100%;
  padding: 12px;
  background-color: #173058;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.estimateForm_fx200 button:hover {
  background-color: #003eaa;
}

@media screen and (max-width: 768px) {
  .locationEstimateFlex_fx200 {
    flex-direction: column;
  }

  .locationListBlock_fx200 {
    order: 2;
  }

  .estimateFormContainer_fx200 {
    order: 1;
    transform: translateY(30px);
    opacity: 1;
  }

  .formAnimate_fx200 {
    transform: translateY(0);
  }
}

.arunFooterFlex_mdu88 {
  background-color: #003366;
  color: #fff;
  padding: 50px 20px 30px;
}

.footerWrap_mdu88 {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

.footerVisible_mdu88 {
  opacity: 1;
  transform: translateY(0);
}

.footerColumn_mdu88 {
  text-align: left;
}

.footerColumn_mdu88 h3 {
  font-size: 1.7rem;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}


.footerColumn_mdu88 h3::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #00b4ff;
}

.footerColumn_mdu88 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerColumn_mdu88 ul li {
  font-size: 0.95rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.footerColumn_mdu88 ul li i {
  margin-right: 10px;
  color: #00b4ff;
  min-width: 20px;
  text-align: center;
}

.footerColumn_mdu88 ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footerColumn_mdu88 ul li a:hover {
  color: #00b4ff;
}

.socialIcons_mdu88 {
  margin-top: 20px;
}

.socialIcons_mdu88 a {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #00b4ff;
  padding: 8px 10px;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
}

.socialIcons_mdu88 a:hover {
  background-color: #00b4ff;
  color: #003366;
}

.footerBottom_mdu88 {
  text-align: center;
  padding-top: 30px;

  color: #ccc;
  border-top: 1px solid #005799;
  margin-top: 40px;
}

.footerBottom_mdu88 a {
  color: #00b4ff;
}

.footerBottom_mdu88 a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .footerColumn_mdu88 h3 {
    font-size: 1.1rem;
  }

  .footerWrap_mdu88 {

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

  }
}



.pageWrapper_aruMove88 {
  margin: 0;

  background: #f9f9f9;

}

.sectionZoom_aruMove88 {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s ease-in-out;
}

.sectionVisible_aruMove88 {
  opacity: 1;
  transform: scale(1);
}

.introSection_aruMove88 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 20px;
  background: #e6f0ff;
}

.introText_aruMove88 {
  flex: 1;
  padding: 20px;
}

.introText_aruMove88 p {
  color: #000;

}

.introText_aruMove88 h1 {
  color: #173058;
  font-size: 2rem;
  margin-bottom: 20px;
}

.introImage_aruMove88 {
  flex: 1;
  padding: 20px;
}

.introImage_aruMove88 img {
  width: 100%;

  border-radius: 10px;
}


.estimateServiceSection_aruMove88 {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 60px 20px;
}

.estimateForm_aruMove88,
.servicesList_aruMove88 {
  flex: 1;
  padding: 20px;
}

.estimateForm_aruMove88 input,
.estimateForm_aruMove88 button {
  display: block;
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.estimateForm_aruMove88 button {
  background: #003366;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.estimateForm_aruMove88 button:hover {
  background: #0057b7;
}

.servicesList_aruMove88 ul {
  list-style: none;
  padding: 0;
}

.servicesList_aruMove88 li {
  margin-bottom: 18px;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

.estimateForm_aruMove88 h2 {
  margin-bottom: 40px;
}

.servicesList_aruMove88 h2 {
  margin-bottom: 40px;
}

.servicesList_aruMove88 li::before {
  content: '';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #003366;
}

.ourWorks_aruMove88 {
  background: #f0f8ff;
  padding: 60px 20px;
  text-align: center;
}

.ourWorks_aruMove88 h2 {
  margin-bottom: 40px;
  color: #003366;
}

.owl-carousel .item img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {

  .introSection_aruMove88,
  .estimateServiceSection_aruMove88 {
    flex-direction: column;
  }
}

.zoomEffect_88 {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.8s ease-in-out;
}

.zoomShow_88 {
  opacity: 1;
  transform: scale(1);
}

.sectionWrapper_88 {
  padding: 20px 15px;
  background: #fff;
  margin-bottom: 40px;
  border-radius: 10px;

}

.sectionWrapper_88 p {
  font-size: 1rem;
  line-height: 2.1rem;
}

.sectionWrapper_88 h2,
.sectionWrapper_88 h3 {
  color: #003366;
  margin-bottom: 20px;
}

.estimateForm_88 input,
.estimateForm_88 button {
  margin-bottom: 15px;
}

.estimateForm_88 button {
  background-color: #003366;
  color: #fff;
}

.servicesList_88 i {
  color: #003366;
  margin-right: 8px;
}

.owl-carousel .item img {
  width: 100%;
  border-radius: 10px;

}

.list-unstyled {
  line-height: 3rem;
  font-size: 20px;
  font-weight: 600;
  color: #6990ca;
}

@media (max-width: 768px) {
  .text-center-mobile {
    text-align: center;
  }
}




.btn.fxBtn_102 {
  background-color: #0055aa;
  color: #fff;
  font-size: 18px;
  padding: 12px 25px;
  border-radius: 6px;
}

.btn.fxBtn_102:hover {
  background-color: #003366;
}

.modalOverlay_fx102 {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}

.modalContent_fx102 {
  background-color: #e5ca7b;
  margin: 100px auto;
  padding: 40px;
  border-radius: 10px;
  max-width: 500px;
  position: relative;
  animation-duration: 0.7s;
}

.showModal_fx102 {
  animation-name: bounceIn_fx102;
}

.hideModal_fx102 {
  animation-name: bounceOut_fx102;
}

@keyframes bounceIn_fx102 {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  60% {
    opacity: 1;
    transform: scale(1.1);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounceOut_fx102 {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  40% {
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}

.closeBtn_fx102 {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

.form-control.fxInput_102 {
  margin-bottom: 15px;
}

.btn.fxSubmit_102 {
  background-color: #003366;
  color: #fff;
  width: 100%;
}

.btn.fxSubmit_102:hover {
  background-color: #0055aa;
}

@media (max-width: 576px) {
  .modalContent_fx102 {
    margin: 50px 15px;
    padding: 20px;
  }
}

.stickyFloatWrap_999 {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Common Button Style */
.stickyBtn_999 img {
  width: 60px;




  text-align: center;

  transition: transform 0.3s;
}

.stickyBtn_999:hover {
  transform: scale(1.1);
}

/* Phone Icon Style */
.callBtn_999 {

  position: relative;
  animation: vibrate_999 1.5s infinite;
}

@keyframes vibrate_999 {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-15deg);
  }

  60% {
    transform: rotate(10deg);
  }

  80% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  .stickyBtn_999 img {
    width: 50px;




    text-align: center;

    transition: transform 0.3s;
  }
}

/*** Footer End ***/

.apm-seo-contact {
  padding: 70px 20px;
  max-width: 1200px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.apm-seo-title {
  font-size: 32px;
  margin-bottom: 15px;
}

.apm-seo-desc {
  color: #555;
  margin-bottom: 35px;
  line-height: 1.7;
}

.apm-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.apm-map-box iframe {
  width: 100%;
  height: 380px;
  border: 0;
  border-radius: 12px;
}

.apm-nap {
  margin-top: 15px;
  font-size: 15px;
}

.apm-form-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.apm-form-box h3 {
  margin-bottom: 20px;
}

.apm-form-box input,
.apm-form-box textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.apm-form-box button {
  background: #003366;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.apm-service-areas {
  margin-top: 25px;
  font-size: 15px;
}

/* Mobile */
@media (max-width: 768px) {
  .apm-contact-grid {
    grid-template-columns: 1fr;
  }

  .apm-seo-title {
    font-size: 24px;
  }
}




/* aruna */

/* Top header now scrolls naturally with page */
.apm-topbar {
  background: #4e4e4e;
  color: #fff;
  font-size: 14px;
  position: relative;
  /* scrolls with page */
  width: 100%;
  padding: 5px 20px;
  /* adjust top & bottom padding */
  transition: all 0.4s ease;
  z-index: 1001;
}


.apm-topbar-inner {
  max-width: 1200px;
  margin: auto;
  padding: 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.apm-top-left i,
.apm-top-right i {
  color: #f9ca24;
  margin-right: 6px;
}

.apm-call-icon {
  animation: apm-vibrate 1.2s infinite;
}

@keyframes apm-vibrate {
  0% {
    transform: rotate(0);
  }

  20% {
    transform: rotate(-15deg);
  }

  40% {
    transform: rotate(15deg);
  }

  60% {
    transform: rotate(-15deg);
  }

  80% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0);
  }
}

/* ================= HEADER ================= */
.apm-header {
  width: 100%;
  position: fixed;
  top: 50px;
  /* adjust to match topbar height */
  z-index: 1000;
  background: #eeeeee;
  transition: top 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
}

.apm-header-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 18px 20px;
  transition: opacity 0.4s ease;
}

.apm-logo h1 {
  color: #a41f0d;
  font-size: 36px;
  font-weight: 800;
}

/* ================= DESKTOP NAV ================= */
.apm-desktop-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.apm-desktop-nav a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.apm-desktop-nav i {
  color: #a41f0d;
}

.apm-desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #a41f0d;
  transition: 0.4s;
}

.apm-desktop-nav a:hover::after,
.apm-desktop-nav a.active::after {
  width: 100%;
}

.apm-desk-dropdown {
  position: relative;
}

.apm-desk-submenu {
  position: absolute;
  top: 130%;
  left: 0;
  background: #fff;
  min-width: 220px;
  display: none;
  flex-direction: column;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.apm-desk-dropdown:hover .apm-desk-submenu {
  display: flex;
}

.apm-desk-submenu a {
  padding: 12px 15px;
  font-size: 14px;
  color: #000;
}

/* ================= TOGGLE ================= */
.apm-toggle {
  width: 34px;
  height: 26px;
  cursor: pointer;
  justify-self: end;
  display: none;
  margin-right: 15px;
  position: relative;
}

.apm-toggle span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 5px;
  transition: .4s;
}

.apm-toggle span:nth-child(1) {
  top: 0;
}

.apm-toggle span:nth-child(2) {
  top: 11px;
}

.apm-toggle span:nth-child(3) {
  top: 22px;
}

.apm-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}

.apm-toggle.active span:nth-child(2) {
  opacity: 0;
}

.apm-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 11px;
}

/* ================= MOBILE NAV ================= */
.apm-mobile-nav {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 120px 50px;
  transform: translateY(-100%);
  opacity: 0;
  transition: .5s;
  z-index: 999;
}

.apm-mobile-nav.active {
  transform: translateY(0);
  opacity: 1;
}

.apm-mobile-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
}

.apm-close-menu {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  display: none;
}

.apm-mobile-nav.active .apm-close-menu {
  display: block;
}

.apm-mobile-submenu a {
  color: #fff;
}

.apm-mobile-dropdown>a {
  justify-content: space-between;
}

.apm-mobile-dropdown>a i.fa-chevron-down {
  transition: transform .4s ease;
}

.apm-mobile-dropdown.active>a i.fa-chevron-down {
  transform: rotate(180deg);
}

.apm-mobile-submenu {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding-left: 40px;
  margin-top: 10px;
}

.apm-mobile-dropdown.active .apm-mobile-submenu {
  display: flex;
}

/* ================= HERO ================= */
.apm-hero {
  position: relative;

  height: 100vh;

  overflow: hidden;
  margin-top: 90px;
}

/* Background slider */
.apm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  animation: apm-bgSlider 15s infinite;
  z-index: -2;
}

/* Overlay */
.apm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.1) 100%);
  z-index: -1;
}


@keyframes apm-bgSlider {
  0% {
    background-image: url('../img/banner/hero1.jpg');
  }

  33% {
    background-image: url('../img/banner/hero2.jpg');
  }

  66% {
    background-image: url('../img/banner/hero3.jpg');
  }

  100% {
    background-image: url('../img/banner/hero5.jfif');
  }
}

.apm-fixed-image {
  position: absolute;
  right: 0;
  bottom: 0;
  /* fix to bottom */
  top: auto;
  width: 40%;
  height: 100%;
  background: url('../img/banner/right-image.png') center/cover no-repeat;
  z-index: -1;
}

.apm-hero-content {
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 140px 60px;
  max-width: 55%;
}

.apm-hero-content h1 {
  font-size: 58px;
  margin-bottom: 18px;
  color: #fff;
}

.apm-hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

.apm-animated-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: 2px solid #f9ca24;
  overflow: hidden;
  z-index: 1;
  transition: color .4s ease;
}

.apm-animated-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f9ca24;
  transform: translateX(-100%);
  transition: transform .7s cubic-bezier(.4, 0, .2, 1);
  z-index: -1;
}

.apm-animated-btn:hover,
.apm-animated-btn:active {
  color: #000;
}

.apm-animated-btn:hover::before,
.apm-animated-btn:active::before {
  transform: translateX(0);
}

.apm-animated-btn i {
  transition: transform .5s ease;
}

.apm-animated-btn:hover i,
.apm-animated-btn:active i {
  transform: translateX(6px);
}

@media(max-width:768px) {
  .apm-desktop-nav {
    display: none;
  }

  .apm-toggle {
    display: block;
  }

  .apm-fixed-image {
    display: none;
  }

  .apm-hero {
    height: 60vh;
  }

  .apm-hero-content {
    max-width: 100%;
    padding: 120px 25px;
    text-align: center;
  }

  .apm-hero-content h1 {
    font-size: 32px;
  }

  .apm-topbar-inner {
    flex-direction: column;
    gap: 6px;
  }

  .apm-header {
    top: 56px;
  }

  .apm-header.menu-open-header,
  .apm-topbar.menu-open-header {
    opacity: 0;
    pointer-events: none;
  }
}

.apm-about-vlineX77 {
  position: relative;
  padding: 110px 16px;
  background: #f7f9fc;
  overflow: hidden;
}

/* reflection sweep */
.apm-about-vlineX77::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg,
      transparent 40%,
      rgba(255, 255, 255, 0.4),
      transparent 60%);
  transform: translateX(-100%);
  opacity: 0;
}

.apm-about-vlineX77.apm-revealX77::after {
  animation: apm-lightPulseX77 1.4s ease forwards;
}

@keyframes apm-lightPulseX77 {
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* ================= WRAP ================= */
.apm-about-wrapX77 {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
  position: relative;
  z-index: 2;
}

/* ================= ACCENT LINE ================= */
.apm-about-accentX77 {
  position: relative;
  display: flex;
  justify-content: center;
}

.apm-accent-barX77 {
  width: 6px;
  height: 0;
  background: linear-gradient(to bottom, #7d7d7d, #2e2d2d);
  border-radius: 10px;
  transition: height 1s ease;
}

.apm-revealX77 .apm-accent-barX77 {
  height: 100%;
}

.apm-accent-dotX77 {
  width: 18px;
  height: 18px;
  background: #707070;
  border-radius: 50%;
  position: absolute;
  top: 0;
  box-shadow: 0 0 0 6px rgba(13, 110, 253, 0.15);
}

/* ================= CONTENT ================= */
.apm-about-contentX77 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
}

/* ================= IMAGES ================= */
.apm-about-imagesX77 {
  position: relative;
}

.apm-img-mainX77 {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.18);
}

.apm-img-floatX77 {
  position: absolute;
  width: 42%;
  bottom: -24px;
  right: -18px;
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  border: 4px solid #fff;
}

/* ================= TEXT ================= */
.apm-about-textX77 span {
  color: #a41f0d;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

.apm-about-textX77 h2 {
  font-size: clamp(30px, 4vw, 44px);
  margin: 14px 0 20px;
}

.apm-about-textX77 p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

/* ================= STEPS ================= */
.apm-about-stepsX77 {
  display: grid;
  gap: 16px;
}

.apm-stepX77 {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.6s ease;
}

.apm-revealX77 .apm-stepX77 {
  opacity: 1;
  transform: translateX(0);
}

.apm-stepX77:nth-child(1) {
  transition-delay: .2s;
}

.apm-stepX77:nth-child(2) {
  transition-delay: .35s;
}

.apm-stepX77:nth-child(3) {
  transition-delay: .5s;
}

.apm-stepX77:nth-child(4) {
  transition-delay: .65s;
}

.apm-step-dotX77 {
  width: 12px;
  height: 12px;
  background: #a41f0d;
  border-radius: 50%;
  margin-top: 5px;
}

/* ================= MOBILE ================= */
@media (max-width: 900px) {
  .apm-about-contentX77 {
    grid-template-columns: 1fr;
  }

  .apm-about-wrapX77 {
    grid-template-columns: 40px 1fr;
  }

  .apm-img-floatX77 {
    width: 55%;
    right: -10px;
    bottom: -18px;
  }
}

@media (max-width: 576px) {
  .apm-about-vlineX77 {
    padding: 90px 14px;
  }

  .apm-img-floatX77 {
    width: 65%;
    right: 0;
    bottom: -14px;
  }

  .apm-about-textX77 p {
    font-size: 15px;
  }
}

.apmFuturisticServices {
  position: relative;
  overflow: hidden;
  padding: 120px 20px 150px;
}

/* ================= BACKGROUND IMAGE ================= */
.apmFuturisticBg {
  position: absolute;
  inset: 0;
  z-index: -1;

  /* Gradient overlay first (dark maroon) and then image */
  background:
    linear-gradient(rgba(3, 3, 3, 0.9), rgba(18, 17, 17, 0.8)),

    url('../img/banner/hero1.jpg') center/cover no-repeat;

  animation: apmBgZoom 20s ease-out infinite alternate;
}

@keyframes apmBgZoom {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* ================= HEADER ================= */
.apmFuturisticHeader {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.apmFuturisticHeader span {
  color: #f9ca24;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}

.apmFuturisticHeader h2 {
  font-size: clamp(30px, 5vw, 50px);
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0 0 15px rgba(40, 32, 3, 0.8);
}

.apmFuturisticHeader p {
  font-size: 16px;
  color: #fff;
  max-width: 700px;
  margin: auto;
  line-height: 1.7;
}

/* ================= GRID ================= */
.apmFuturisticGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  perspective: 1800px;
  position: relative;
  z-index: 1;
}

/* ================= CARD ================= */
.apmFuturisticCard {
  background: rgba(12, 6, 5, 0.15);
  border: 2px solid rgba(250, 246, 21, 0.4);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(255, 235, 10, 0.3), 0 15px 40px rgba(0, 0, 0, 0.5);
  transform: translateY(60px) rotateZ(-3deg);
  opacity: 0;
  transition: 0.8s ease;
  position: relative;
}

.apmFuturisticCard.apm-show {
  transform: translateY(0) rotateZ(0deg);
  opacity: 1;
}

/* ================= IMAGE ================= */
.apmFuturisticCard img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  transition: 0.6s ease;
}

.apmFuturisticCard:hover img {
  transform: scale(1.1) rotate(1deg);
}

/* ================= CARD BODY ================= */
.apmFuturisticBody {
  padding: 28px 22px;
}

.apmFuturisticBody h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #f9ca24;
}

.apmFuturisticBody ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 18px;
}

.apmFuturisticBody ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #eee;
}

.apmFuturisticBody ul li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #f9ca24;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(164, 31, 13, 0.7);
}

/* ================= EXPLORE BUTTON ================= */
.apmFuturisticBody a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  margin-top: 8px;
}

.apmFuturisticBody a::after {
  content: '→';
  font-size: 18px;
  transition: 0.3s;
  display: inline-block;
  color: #f9ca24;
}

.apmFuturisticBody a:hover::after {
  transform: translateX(5px);
  color: #ff5a33;
}

/* ================= REFLECTION ================= */
.apmFuturisticCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.25) 50%, transparent 60%);
  transform: translateX(-100%) skewX(-25deg);
  pointer-events: none;
}

.apmFuturisticCard.apm-show::after {
  animation: apmReflectAnim 1.5s ease forwards;
}

@keyframes apmReflectAnim {
  to {
    transform: translateX(100%) skewX(-25deg);
  }
}

/* ================= MOBILE ================= */
@media(max-width:768px) {
  .apmFuturisticCard img {
    height: 180px;
  }
  
}

@media(max-width:576px) {
  .apmFuturisticServices {
    padding: 80px 15px 100px;
  }
}

.apmQ-section {
  padding: 120px 20px;
  background: linear-gradient(120deg, #f8fbff, #eef2ff);
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.apmQ-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  /* LEFT BIGGER */
  gap: 70px;
  align-items: center;
}

/* LEFT PANEL */
.apmQ-left {
  position: relative;
  padding-left: 55px;
  opacity: 0;
  transform: translateX(-40px);
}

.apmQ-section.apmQ-active .apmQ-left {
  animation: leftReveal 1.2s ease forwards;
}

/* REFLECTION */
.apmQ-left::before {
  content: "";
  position: absolute;
  inset: -30px;
  background: linear-gradient(120deg,
      transparent 25%,
      rgba(37, 99, 235, 0.12) 45%,
      transparent 70%);
  transform: translateX(-120%);
}

.apmQ-section.apmQ-active .apmQ-left::before {
  animation: lightSweep 2.5s ease forwards;
}

/* DOT */
.apmQ-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #777777, #464545);
  box-shadow: 0 0 0 10px rgba(159, 42, 15, 0.25);
  transform: scale(0);
  z-index: 3;
}

.apmQ-section.apmQ-active .apmQ-left::after {
  animation: dotPop 0.6s ease forwards;
}

/* LINE */
.apmQ-line {
  position: absolute;
  left: 9px;
  top: 24px;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #7c7b7b, #494949);
}

.apmQ-section.apmQ-active .apmQ-line {
  animation: apmQline 1.6s ease forwards;
}

/* TEXT BIGGER */
.apmQ-left h2 {
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(20px);
}

.apmQ-left p {

  color: #000;
  line-height: 1.9;
  max-width: 520px;
  opacity: 0;
  transform: translateY(20px);
}

.apmQ-section.apmQ-active h2 {
  animation: textFade 0.9s ease forwards 0.3s;
}

.apmQ-section.apmQ-active p {
  animation: textFade 0.9s ease forwards 0.5s;
}

/* CTA */
.apmQ-cta {
  margin-top: 45px;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
}

.apmQ-section.apmQ-active .apmQ-cta {
  animation: textFade 1s ease forwards 0.7s;
}

.apmQ-btn,
.apmQ-btn-outline {
  padding: 10px 38px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease, background 0.4s ease;
}

.apmQ-btn {
  border: 2px solid #a41f0d;
  color: #a41f0d;
}

.apmQ-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #a41f0d, #701509);
  transform: translateY(100%);
  transition: transform 0.9s ease;
  z-index: -1;
}

.apmQ-btn:hover {
  color: #fff;
}

.apmQ-btn:hover::before {
  transform: translateY(0);
}

.apmQ-btn-outline {
  border: 2px dashed #a41f0d;
  color: #a41f0d;
}

.apmQ-btn-outline:hover {
  background: #a41f0d;
  color: #fff;
}

/* RIGHT CARDS */
.apmQ-cards {
  display: grid;
  gap: 28px;
}

.apmQ-card {
  display: flex;
  gap: 24px;
  padding: 28px 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 25px 55px rgba(15, 23, 42, 0.12);
  transition: transform 0.4s ease;
}

.apmQ-card:hover {
  transform: translateY(-10px);
}

.apmQ-icon {
  min-width: 60px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, #a41f0d, #7a180b);
  display: grid;
  place-items: center;
  font-size: 26px;
  color: #fff;
}

/* ANIMATIONS */
@keyframes apmQline {
  to {
    height: 280px;
  }
}

@keyframes dotPop {
  to {
    transform: scale(1);
  }
}

@keyframes leftReveal {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes textFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lightSweep {
  to {
    transform: translateX(120%);
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .apmQ-container {
    grid-template-columns: 1fr;
  }

  .apmQ-left {
    padding-left: 40px;
  }

  .apmQ-left h2 {
    font-size: 40px;
  }

  .apmQ-line {
    height: 200px;
  }
}

.blog-slider-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
  position: relative;
}

/* Swiper slides */
.swiper-slide {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  cursor: grab;
  opacity: 0;
  transform: translateY(50px);
}

.swiper-slide:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(164, 31, 13, 0.25);
}

/* Slide image with reflection */
.slide-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  position: relative;
}

.slide-img::after {
  content: '';
  display: block;
  height: 40px;
  width: 100%;
  background: linear-gradient(to top, rgba(164, 31, 13, 0.15), transparent);
  position: absolute;
  bottom: -1px;
  left: 0;
}

/* Slide content */
.slide-content {
  padding: 20px;
}

.slide-content h3 {
  font-size: 20px;
  color: #a41f0d;
  margin-bottom: 10px;
}

.slide-content p {
  font-size: 14px;
  color: #4b4b4b;
  line-height: 1.6;
  margin-bottom: 15px;
}

.slide-content a {
  text-decoration: none;
  color: #fff;
  background: #a41f0d;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.slide-content a:hover {
  background: #7f160a;
}

/* Custom navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: #a41f0d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #7f160a;
  transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 22px;
}

/* Responsive */
@media(max-width:1024px) {
  .slide-img {
    height: 180px;
  }
}

@media(max-width:600px) {
  .slide-img {
    height: 150px;
  }
}

/* Custom arrow styles */
.blog-arrow-left,
.blog-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #a41f0d;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.blog-arrow-left:hover,
.blog-arrow-right:hover {
  background: #7f160a;
  transform: translateY(-50%) scale(1.1);
}

/* Position */
.blog-arrow-left {
  left: 0px;
}

.blog-arrow-right {
  right: 0px;
}

.vxora-contact-wrap {
  padding: 100px 20px;
  background: linear-gradient(135deg, #fff3ef, #ffffff);
  overflow: hidden;
}

.vxora-contact-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* ===============================
       LEFT IMAGE WITH OVERLAY
    ================================ */
.vxora-contact-image {
  position: relative;
  height: 520px;
  border-radius: 30px;
  overflow: hidden;
  background: url("../img/banner/hero4.jpg") center/cover no-repeat;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.9s ease;
}

.vxora-contact-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

/* ===============================
       CENTER CONTACT DETAILS
    ================================ */
.vxora-address-center {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.vxora-address-box {
  color: #fff;
  max-width: 420px;
}

.vxora-address-box h3 {
  font-size: 45px;
  margin-bottom: 30px;
  color: #f9ca24;
  text-shadow: 0 0 25px rgba(10, 9, 9, 0.8);
}

/* ===============================
   CENTER CONTACT DETAILS – STRAIGHT ALIGN
================================ */
.vxora-address-box p {
  font-size: 18px;
  margin: 18px 0;
  padding: 14px 22px;
  position: relative;
  overflow: hidden;

  display: flex;
  align-items: left;
  /* vertical alignment */
  justify-content: left;
  /* center horizontally */
  gap: 14px;
}

.vxora-address-box i {
  min-width: 22px;
  /* forces straight column */
  text-align: center;
  font-size: 18px;
  color: #f9ca24;
}


/* Reflect sweep */
.vxora-address-box p::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.5),
      transparent);
  opacity: 0;
}

.vxora-contact-wrap.vxora-active .vxora-address-box p::after {
  opacity: 1;
  animation: vxoraReflect 2.6s infinite;
}

@keyframes vxoraReflect {
  from {
    left: -120%;
  }

  to {
    left: 120%;
  }
}

/* ===============================
       RIGHT FORM
    ================================ */
.vxora-contact-content {
  opacity: 0;
  transform: translateX(80px);
  transition: all 0.9s ease;
}

.vxora-contact-content h2 {
  font-size: 38px;
  color: #a41f0d;
  margin-bottom: 15px;
}

.vxora-contact-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 35px;
}

.vxora-contact-form {
  display: grid;
  gap: 18px;
}

.vxora-contact-form input,
.vxora-contact-form textarea {
  padding: 15px 18px;
  border-radius: 14px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.vxora-contact-form input:focus,
.vxora-contact-form textarea:focus {
  border-color: #a41f0d;
  box-shadow: 0 0 0 4px rgba(164, 31, 13, 0.15);
}

.vxora-contact-form button {
  background: #a41f0d;
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 40px;
  font-size: 15px;
  cursor: pointer;
  width: max-content;
  transition: all 0.4s ease;
}

.vxora-contact-form button:hover {
  background: #7f160a;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(164, 31, 13, 0.45);
}

/* ===============================
       ACTIVE STATE
    ================================ */
.vxora-contact-wrap.vxora-active .vxora-contact-image,
.vxora-contact-wrap.vxora-active .vxora-contact-content {
  opacity: 1;
  transform: translateX(0);
}

/* ===============================
       RESPONSIVE
    ================================ */
@media (max-width: 992px) {
  .vxora-contact-container {
    grid-template-columns: 1fr;
  }

  .vxora-contact-image {
    
    padding-bottom: 70%;
  }

  .vxora-contact-content {
    text-align: center;
  }

  .vxora-contact-form button {
    margin: auto;
  }
}

/* ================= BLOG POPUP STYLING ================= */
.blog-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.blog-popup-box {
  background: #fffdf9;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  position: relative;
  animation: paperIn 0.45s ease;
  overflow: hidden;
  padding: 20px;
}

@keyframes paperIn {
  from {
    transform: scale(0.85) rotateX(20deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotateX(0);
    opacity: 1;
  }
}

/* Fold corners */
.blog-popup-box .paper-fold-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #e2e2e2 50%, #fffdf9 50%);
}

.blog-popup-box .paper-fold-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: linear-gradient(-45deg, #e2e2e2 50%, #fffdf9 50%);
}

/* Close button */
.blog-popup-close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 20px;
  color: #a41f0d;
  cursor: pointer;
  z-index: 2;
}

/* Content */
.blog-paper-body img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 12px;
}

.blog-paper-body h3 {
  font-size: 18px;
  color: #a41f0d;
  margin-bottom: 8px;
}

.blog-paper-body p {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.blog-paper-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 12px;
}

.blog-paper-body ul li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #444;
}

.blog-paper-body ul li i {
  color: #a41f0d;
  font-size: 12px;
}

.paper-icons {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #777;
  margin-bottom: 12px;
}

.paper-icons i {
  color: #a41f0d;
  margin-right: 4px;
}

.paper-contact-box {
  background: #fff4f1;
  border-left: 3px solid #a41f0d;
  padding: 10px;
  font-size: 13px;
  color: #444;
  margin-bottom: 12px;
}

.paper-contact-box i {
  color: #a41f0d;
  margin-right: 5px;
}

.paper-read-btn {
  display: block;
  text-align: center;
  padding: 10px;
  background: #a41f0d;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

@media (max-width: 480px) {
  .blog-popup-box {
    max-width: 95%;
  }

  .blog-paper-body img {
    height: 160px;
  }
}

.ftr-unique-container {
  background: #242424;
  color: #fff;
  padding: 60px 20px 20px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.ftr-unique-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.ftr-unique-col {
  flex: 1;
  min-width: 220px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

/* Animate on scroll */
.ftr-unique-container.visible .ftr-unique-col {
  opacity: 1;
  transform: translateY(0);
}

/* Logo & About */
.ftr-logo-about .ftr-logo {
  width: 120px;
  margin-bottom: 12px;
}

.ftr-about {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

/* Contact */
.ftr-contact h4,
.ftr-social h4,
.ftr-newsletter h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #f9ca24;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.ftr-contact h4::after,
.ftr-social h4::after,
.ftr-newsletter h4::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #ad8b0e;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  
}

.ftr-contact h4:hover::after,
.ftr-social h4:hover::after,
.ftr-newsletter h4:hover::after {
  width: 100%;
}

.ftr-contact p {
  font-size: 14px;
  margin: 6px 0;
}

.ftr-contact i {
  margin-right: 6px;
  color: #f9ca24;
}

/* Social */
.ftr-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}

.ftr-social-icons a {
  width: 35px;
  height: 35px;
  background: #f9ca24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s ease;
}

.ftr-social-icons a:hover {
  transform: translateY(-4px);
  background: #bb9714;
}

/* Newsletter */
.ftr-newsletter-form {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.ftr-newsletter-form input {
  flex: 1;
  padding: 8px 12px;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 14px;
}

.ftr-newsletter-form button {
  background: #f9ca24;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ftr-newsletter-form button:hover {
  background: #f9ca24;
}

/* Bottom copyright */
.ftr-unique-bottom {
  text-align: center;
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 12px;
  font-size: 13px;
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .ftr-unique-inner {
    flex-direction: column;
    gap: 30px;
  }
}