.navbar .logo img {
  width: 180px;
}

.sub-menu-ico {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
}

.loader-wrap-heading {
  width: 100%;
  padding: 0;
  text-align: center;
}

.p-clr {
  color: #ebebeb;
}

.load-gif {
  width: 300px;
}

.loading-line {
  width: 0%;
  height: 2px;
  background: #8cabd9;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  animation: loadingLine 3s ease-in-out infinite;
}

@keyframes loadingLine {
  0% {
    width: 0%;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

.about-text {
  font-size: 20px;
  line-height: 40px;
}

.prime-clr {
  color: #6b1c1c !important;
}

.sec-clr {
  color: #f5b22d !important;
}

.on-top p {
  color: #fff !important;
}

.justify-items-center {
  justify-items: center;
}

.bg-dark-blue {
  background-color: #01052d !important;
}

.about-txt {
  font-family: "ZTGatha";
  font-size: 40px;
  font-weight: 700;
  line-height: 65px;
  max-width: 900px;
  margin: 30px auto;
  color: #000;
  /* Default text color */
}

.word {
  display: inline-block;
  margin-right: 8px;
  transition: color 0.4s ease;
  color: #000;
}

.word.highlight {
  color: #fff;
  transition: color 0.1s ease-out;
}
@media (max-width: 991px) {
  .about-txt {
    font-size: 22px;
    line-height: 40px;
    word-spacing: -6.5px;
  }
}

@media (min-width: 992px) {
  .mob-n {
    display: block !important;
  }

  .mob-b {
    display: none !important;
  }
}

.pattern img {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}

.team-cst .thecontainer {
  z-index: 2;
}

@media (min-width: 1199px) {
  .team-cst .thecontainer {
    padding-top: 75px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .team-cst .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-cst .panel .serv-item {
    width: 28vw !important;
    position: relative;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .team-cst .serv-item {
    perspective: 1200px;
    height: 100%;
  }

  .team-cst .serv-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease;
    transform-style: preserve-3d;
  }

  /* Flip on hover */
  .team-cst .serv-item:hover .serv-inner {
    transform: rotateY(180deg);
  }

  /* FRONT + BACK */
  .team-cst .serv-front,
  .team-cst .serv-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 12px;
    overflow: hidden;
    backface-visibility: hidden;
  }

  /* FRONT */
  .team-cst .serv-front {
    background-size: cover;
    background-position: center;
  }

  /* BACK */
  .team-cst .serv-back {
    background: #6b1c1c;
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
  }

  /* Text styling */
  .team-cst .serv-back h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .team-cst .serv-back p {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 15px;
  }
  .team-cst .serv-item {
    padding: 0 !important;
  }
}

/* FRONT + BACK */
.team-cst .serv-front,
.team-cst .serv-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
  overflow: hidden;
  backface-visibility: hidden;
}
.team-cst .serv-item .butn {
  background: #d39e32;
}
/* MOBILE PERFECT OVERLAY */
@media (max-width: 991px) {
  .team-cst .serv-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
  }

  /* Remove flip */
  .team-cst .serv-inner {
    transform: none !important;
  }

  .team-cst .serv-item:hover .serv-inner {
    transform: none !important;
  }

  /* IMAGE = FULL CARD */
  .team-cst .serv-front {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
  }

  /* BACK = OVERLAY */
  .team-cst .serv-back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.6) 40%,
      rgba(0, 0, 0, 0.2) 70%,
      transparent 100%
    );

    transform: none;
    backface-visibility: visible;
  }

  /* TEXT STYLE */
  .team-cst .serv-back h3 {
    font-size: 18px;
    margin-bottom: 6px;
    transform: none !important;
  }

  .team-cst .serv-back p {
    font-size: 13px;
    margin-bottom: 10px;
    opacity: 0.9;
    transform: none !important;
  }

  /* BUTTON */
  .team-cst .serv-back .butn {
    font-size: 13px;
    padding: 8px 16px;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (min-width: 1099px) and (max-width: 1399px) {
  .services-da .serv-item {
    min-height: 485px;
  }
}

.w-165 {
  width: 165px !important;
}

@media (min-width: 1399px) {
  .team-cst .thecontainer {
    padding-top: 140px !important;
  }

  .team-cst .panel .serv-item {
    width: 25vw !important;
  }
}

@media (min-width: 1699px) {
  .team-cst .thecontainer {
    padding-top: 140px !important;
  }

  .team-cst .panel .serv-item {
    width: 20vw !important;
  }
}

@media (max-width: 991px) {
  .mob-b {
    display: block !important;
  }

  .mob-n {
    display: none !important;
  }

  .topnav {
    padding: 18px 25px;
  }

  .ti-align-right:before {
    font-size: 30px;
  }

  .navbar .logo img {
    max-width: 180px;
    width: 180px;
  }

  .header-da .caption h2.play {
    font-size: 44px;
  }

  .serv-box {
    margin-top: 40px;
  }

  .team-cst .panel {
    margin-bottom: 25px;
  }

  .mob-txt-center {
    text-align: center !important;
  }

  .navbar > .container {
    justify-content: center !important;
  }

  .contact-info .social-icon {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
    border: none;
    min-width: 15rem;
    padding: 0px;
    padding-top: 18px;
    background-color: transparent;
  }

  .dropdown-menu li {
    padding: 10px 15px;
    background-color: #6b1c1c;
    border-left: 5px solid #f5b22d;
    border-bottom: 1px solid #73383d;
    color: #fff;
  }

  .dropdown-menu li:hover {
    background-color: #f5b22d;
    color: #fff;
    transition: 0.5s all ease-in-out;
  }

  .drop:hover a,
  .dropdown-submenu ul li:hover a {
    padding-left: 10px;
    transition: 0.2s all ease-in-out;
  }

  .navbar .logo img {
    margin-top: -13px;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    min-width: 18rem;
    padding-top: 0;
    display: none;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.cta-sec {
  padding-bottom: 60px;
  border-bottom: 3px dotted #af5050;
}

.cta-text {
  font-size: 44px;
}

.align-content-center {
  align-content: center !important;
}

.contact-info p {
  color: #ebebeb;
  line-height: 32px;
}

.contact-info .quick-menu p {
  margin-bottom: 5px;
}

.contact-info .quick-menu a:hover {
  color: #e1ac3f;
  padding-left: 5px;
  transition: 0.7s all ease-in-out;
}

.loca {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}

/* ============== Floor Plans Page ================ */

.plan-bg {
  background-image: url(../images/service/floor-plans/floor-planbg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.floor-plan-image {
  padding-bottom: 30px;
}

.floor-plan .floor-plan-image .swiper-slide img {
  /* filter: grayscale(1);
    width: 50%; */
  cursor: pointer;
  border: 3px solid var(--bg-color);
}

.floor-plan .floor-plan-image .swiper-slide img:hover {
  filter: unset;
}

.fancybox__container {
  z-index: 99999999 !important;
}

.grn-clr {
  color: green !important;
}

.bg-black {
  background-color: #010101 !important;
}

.floor-plan .floor-plan-image .swiper-slide {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.floor-plan .floor-plan-image .slide-images img {
  width: 50%;
  height: auto;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #dca83e;
  background-color: #61606046;
  border-radius: 50%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #fff;
  background-color: #6b1c1c;
  transition: 0.3s ease-in-out;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 26px;
  font-weight: 500;
}

.provide-img .swiper-button-prev img,
.provide-img .swiper-button-next img {
  filter: invert(1);
}

.swiper-container.provide-img {
  width: 85%;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* .provide-img .swiper-button-prev:after,
.provide-img .swiper-button-next:after {
    content: unset !important;
} */

.swiper-plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

/* Center align images */
.provide-img .swiper-slide img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  filter: grayscale(1);
}

.provide-img .swiper-slide.swiper-slide-active img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  filter: unset;
}

.blueprint-box {
  padding: 30px 0;
  border-bottom: 1px solid #ffffff4d;
}

.blueprint-box .title {
  padding-left: 30px;
}

.blueprint-box h4 {
  font-family: "ZTGatha";
  font-size: 32px;
  letter-spacing: 1px;
}

.blueprint-box p {
  color: #f7f7f7;
}

.blueprint-box .icon img {
  width: 80px;
  filter: brightness(100);
}

.blueprint-box:hover {
  background-color: #fff;
  border-bottom: 4px solid #e0ab3f;
  transition: 0.5s all ease-in-out;
}

.blueprint-box:hover .icon img {
  filter: unset;
  transition: 0.5s all ease-in-out;
}

.blueprint-box:hover h4 {
  color: #6b1c1c;
  transition: 0.5s all ease-in-out;
}

.blueprint-box:hover p {
  color: #252525;
  transition: 0.5s all ease-in-out;
}

.header-da .caption h2.play.inner-play {
  font-style: normal !important;
}

@media (min-width: 1099px) {
  .header-da .caption h2.play.inner-play {
    font-size: 70px;
    line-height: 70px;
    margin: 45px 0;
  }
}

@media (min-width: 1399px) {
  .header-da .caption h2.play.inner-play {
    font-size: 80px;
    line-height: 80px;
    margin: 50px 0;
  }
}

@media (min-width: 1699px) {
  .header-da .caption h2.play.inner-play {
    font-size: 110px;
    line-height: 130px;
    margin: 50px 0;
  }
}

.accordion-body p {
  color: #fff;
}

.accordion-body .list {
  margin-bottom: 20px;
}

.fl-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-txt.other-txt {
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 0;
}

/* ============ 3d floor plan css ============== */

.text-container {
  position: relative;
  display: inline-block;
}

/* 3D Text */
.animated-text {
  font-family: "Avigea";
  font-size: 65px;
  /* text-transform: uppercase; */
  text-align: center;
  position: relative;
  color: transparent;
  /* -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4); */
  text-shadow:
    0px 5px 0px rgba(255, 255, 255, 0.2),
    0px 10px 15px rgba(0, 0, 0, 0.6);

  /* Background clip magic */
  background:
    url("../images/service/3d-floor-plan/after.jpg"),
    linear-gradient(90deg, #00b7ff, #ff00ff, #ffb700);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textWave 5s infinite linear;
}

.section-padding2 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.utb-video {
  position: relative;
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
}

.utb-video img {
  width: 100%;
  display: block;
  border-radius: 10px;
  filter: grayscale(1);
}

.utb-video:hover img {
  filter: unset;
  transform: scale(1.05);
  transition: 0.4s all ease-in-out;
}

.utb-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  /* animation: pulse 2s infinite ease-in-out; */
}

.utb-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}

.utb-btn i {
  color: #6b1c1c;
  font-size: 20px;
  padding-left: 3px;
  transition: 0.3s ease-in-out;
}

.utb-btn i::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 1px solid #6b1c1c;
  border-radius: 50%;
  animation: pulse 2s infinite ease-in-out;
}

.utb-btn:hover i {
  color: #fff;
}

/* Pulsing animation */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.15);
  }

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

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.video-popup.show {
  display: flex;
}

.popup-content {
  position: relative;
  background: #000;
  padding: 20px;
  border-radius: 10px;
}

.popup-content iframe {
  width: 100%;
  height: 500px;
}

.close-popup {
  position: absolute;
  top: -2px;
  right: 2px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.scroll-ins {
  position: absolute;
  bottom: 33%;
  right: 3%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff7d;
  padding: 20px;
  border-radius: 50%;
  animation: pulse 2s infinite ease-in-out;
}

.scroll-ins.cli {
  padding: 29px 15px;
}

.scroll-ins img {
  width: 45px;
}

.scroll-ins p {
  color: #1a1a1a;
  font-size: 14px;
}

.lsp-1 {
  letter-spacing: 1px !important;
}

.lsp-2 {
  letter-spacing: 2px !important;
}

.mlf-15 {
  margin-left: 15px;
}

.mlf-5 {
  margin-left: 5px;
}

.fnt-it {
  font-style: italic !important;
}

.cmn-para {
  font-size: 24px;
  color: #dfdfdf;
  line-height: 40px;
}

.intro-iner .bg-gray {
  transform: translateY(50px);
  opacity: 0;
  transition:
    transform 0.5s ease-out,
    opacity 0.5s ease-out;
}

.intro-iner .bg-gray.slide-up {
  transform: translateY(0);
  opacity: 1;
}

.full-im {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

.bg-grey {
  --bs-bg-opacity: 1;
  background-color: rgb(39, 39, 39) !important;
}

.bg-gray {
  background-color: transparent !important;
}

.bg-brown {
  background-color: #6b1c1c;
}

@media (min-width: 1700px) {
  .col-lg-10.bg-gray.slide-up {
    margin-top: 90px;
  }
}

/* ========== Interior Design page css ============ */
.initial-view {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  perspective: 1000px;
  position: relative;
  height: 550px;
}

.previewImage {
  width: 450px;
  height: 450px;
  object-fit: cover;
  transition:
    transform 0.8s ease-in-out,
    opacity 0.8s ease-in-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  cursor: pointer;
}

.previewImage:nth-child(1) {
  transform: rotateY(-40deg) translateX(-420px) scale(0.9);
  opacity: 0.9;
  filter: brightness(0.5);
}

.previewImage:nth-child(2) {
  transform: rotateY(-20deg) translateX(-150px) scale(0.95);
  opacity: 0.95;
  filter: brightness(0.7);
}

.previewImage:nth-child(3) {
  transform: rotateY(0deg) translateX(0px) scale(1);
  z-index: 2;
}

.previewImage:nth-child(4) {
  transform: rotateY(20deg) translateX(150px) scale(0.95);
  opacity: 0.95;
  z-index: 1;
  filter: brightness(0.7);
}

.previewImage:nth-child(5) {
  transform: rotateY(40deg) translateX(420px) scale(0.9);
  opacity: 0.9;
  filter: brightness(0.5);
}

.vh-100 {
  width: 100%;
  height: 100vh !important;
}

.last-slide-img img {
  cursor: pointer;
}

/* Exit button */
#exitButton {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 13px;
  background: #ffc107;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  transition: background 0.3s;
  display: none;
}

#exitButton i {
  transform: rotate(45deg);
}

#exitButton:hover {
  background: #020202;
}

/* When scattered, remove specific transformations */
.scattered {
  transform: none !important;
  filter: blur(2px) !important;
  opacity: 0.65 !important;
  z-index: 1 !important;
}

/* ============== interior page css ============ */
@media (min-width: 1400px) {
  .header-da .caption h2.play.inner-play.fs-54 {
    font-size: 80px;
    line-height: 70px;
    margin: 50px 0;
  }
}

@media (max-width: 756px) {
  .header-da .caption h2.play.inner-play.fs-54 {
    font-size: 32px;
    line-height: 40px;
  }
}

.tap-icon {
  position: absolute;
  top: 40%;
  left: 47%;
  filter: brightness(0);
  width: 70px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width: 1099px) and (max-width: 1399px) {
  .header-da .caption h2.play.inner-play.fs-54 {
    font-size: 54px;
  }

  .initial-view {
    height: 490px;
  }

  .tap-icon {
    position: absolute;
    top: 40%;
    left: 47%;
    filter: brightness(0);
    width: 70px;
  }
}

@media (min-width: 1799px) {
  .initial-view {
    height: 600px;
  }

  .tap-icon {
    top: 40%;
    left: 48%;
  }

  .header-da .caption h2.play.inner-play.fs-54 {
    font-size: 90px;
    line-height: 100px;
  }
}

.bg-light-gray {
  background-color: #6b6b6b !important;
}

.hover-im-reveal {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.hover-im-reveal img {
  position: relative;
  opacity: 0;
  width: 0;
  transition:
    opacity 0.5s ease-in-out,
    width 0.5s ease-in-out;
}

.hover-im-reveal h2 {
  transition: margin-left 0.5s ease-in-out;
}

.hover-im-reveal:hover img,
.hover-im-reveal img.show {
  opacity: 1;
  width: auto;
}

.hover-im-reveal:hover h2 {
  margin-left: 20px;
}

/* From Uiverse.io by vamsidevendrakumar */
.card {
  width: 100%;
  height: 280px;
  perspective: 1000px;
}

.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.999s;
}

.card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.card-front {
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  font-size: 24px;
  transform: rotateY(0deg);
}

.card-back {
  background-color: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 4px;
  gap: 10px;
  padding: 20px;
  justify-content: center;
  font-size: 24px;
  transform: rotateY(180deg);
  flex-direction: column;
}

.card1 {
  background: url(../images/service/interior/services/img-1.jpg);
}

.card2 {
  background: url(../images/service/interior/services/img-2.jpg);
}

.card3 {
  background: url(../images/service/interior/services/img-3.jpg);
}

.card4 {
  background: url(../images/service/interior/services/img-4.jpg);
}

.fixed-im::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.serv-list-items li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.serv-list-items li p {
  color: #fff;
}

.video-btn {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.btn-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #6b1c1c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  transition: all 0.4s;
}

.btn-circle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: pulse 2s infinite;
}

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

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

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

/* ============ 360 degree view css =============== */

.viewer-360 {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  cursor: nesw-resize;
}

.image-sequence {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -30px;
}

.drag-indicator {
  position: absolute;
  bottom: 55%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  padding: 10px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  opacity: 0.9;
}

.tagline-txt {
  position: absolute;
  bottom: 1%;
  letter-spacing: 1px;
  left: 14%;
}

@media (min-width: 1400px) {
  .tagline-txt {
    left: 19%;
  }
}

@media (min-width: 1700px) {
  .tagline-txt {
    left: 24%;
    bottom: 4%;
  }
}

/* ============ Budget calculator css ============= */

.rotation-container {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 0 auto;
}

.fixed-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: grab;
}

.rotating-image {
  position: absolute;
  top: 36px;
  left: 38px;
  width: 88%;
  height: 88%;
  z-index: 2;
}

.fixed-image:active {
  cursor: grabbing;
}

.payment-btn {
  position: absolute;
  top: 50%;
  animation: infinitePop 1s ease-in-out infinite;
}

@keyframes infinitePop {
  0%,
  100% {
    transform: scale(1);
  }

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

/* ============= vaastu calculator css ============= */

.bg-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: cover;
  animation: animateBg 50s linear infinite;
}

@keyframes animateBg {
  0%,
  100% {
    transform: scale(1);
  }

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

.star {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.1),
    0 0 0 8px rgba(255, 255, 255, 0.1),
    0 0 20px rgba(255, 255, 255, 0.1);
  animation: animate 3s linear infinite;
}

.star::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, #fff, transparent);
}

@keyframes animate {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: rotate(315deg) translateX(-1000px);
    opacity: 0;
  }
}

.star:nth-child(1) {
  top: 0;
  right: 0;
  left: initial;
  animation-delay: 0s;
  animation-duration: 1s;
}

.star:nth-child(2) {
  top: 0;
  right: 100px;
  left: initial;
  animation-delay: 0.2s;
  animation-duration: 3s;
}

.star:nth-child(3) {
  top: 0;
  right: 220px;
  left: initial;
  animation-delay: 2.75s;
  animation-duration: 2.75s;
}

.star:nth-child(4) {
  top: 0;
  right: -220px;
  left: initial;
  animation-delay: 1.2s;
  animation-duration: 1.6s;
}

.star:nth-child(5) {
  top: 0;
  right: 380px;
  left: initial;
  animation-delay: 2.3s;
  animation-duration: 2.6s;
}

.star:nth-child(6) {
  top: 0;
  right: -340px;
  left: initial;
  animation-delay: 3.6s;
  animation-duration: 7.6s;
}

.star:nth-child(7) {
  top: 0;
  right: 420px;
  left: initial;
  animation-delay: 1.6s;
  animation-duration: 1.6s;
}

.star:nth-child(8) {
  top: 0;
  right: 500px;
  left: initial;
  animation-delay: 2.6s;
  animation-duration: 5.6s;
}

.star:nth-child(9) {
  top: 0;
  right: 620px;
  left: initial;
  animation-delay: 3.6s;
  animation-duration: 2.6s;
}

.star:nth-child(10) {
  top: 0;
  right: 750px;
  left: initial;
  animation-delay: 1.6s;
  animation-duration: 6.6s;
}

.star:nth-child(11) {
  top: 0;
  right: 950px;
  left: initial;
  animation-delay: 2.6s;
  animation-duration: 3.6s;
}

#vaastuForm {
  max-width: 100%;
  margin: 30px auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

#vaastuForm label {
  display: block;
  margin: 15px 0 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

#vaastuForm select {
  width: 100%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

#vaastuForm select:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

/* Style for dropdown options */
#vaastuForm select option {
  background: #2a2a2a;
  color: #fff;
  padding: 12px;
  font-size: 14px;
}

#vaastuForm select option:hover,
#vaastuForm select option:focus {
  background: #4a90e2;
  color: #fff;
}

/* Style for select arrow */
#vaastuForm select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

#vaastuForm button {
  margin: 20px 10px 20px 0;
  padding: 12px 24px;
  background: linear-gradient(45deg, #ffc107, #e3b144);
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease;
}

#vaastuForm button.btnn2 {
  background: linear-gradient(45deg, #a33030, #6b1c1c);
}

#vaastuForm button:hover {
  transform: translateY(-2px);
}

.result,
.feedback {
  margin: 20px 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  display: none;
}

.layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.block {
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

.correct {
  background: rgba(46, 213, 115, 0.2);
  border: 1px solid rgba(46, 213, 115, 0.4);
}

.incorrect {
  background: rgba(255, 71, 87, 0.2);
  border: 1px solid rgba(255, 71, 87, 0.4);
}

/* ============= Loan calculator css ============== */

.loancard {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.18);
  /* max-width: 600px; */
  margin: 0 auto;
}

.loancard .card-title {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}

.form-floating input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.form-floating label {
  color: rgba(255, 255, 255, 0.7);
  padding: 0.75rem 0.75rem;
}

.form-floating > .form-control {
  padding: 1.25rem 0.75rem;
}

.btn {
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.result-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.result-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
}

.emi-value {
  color: #fff;
  font-size: 1.1rem;
}

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

#loanForm .btn-primary {
  background-color: #6b1c1c;
  border-color: #f74f4f;
}

/* ==== About page css ==== */

[data-splitting] {
  opacity: 0;
}

.splitting .char {
  animation: fadeInChar 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(30ms * var(--char-index));
}

@keyframes fadeInChar {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.services-grid {
  row-gap: 20px;
  margin-bottom: 30px;
}

.service-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s ease;
  border: 2px solid #ffd700;
  animation: borderSpin 3s infinite;
}

@keyframes borderSpin {
  0% {
    border-color: #ffd700;
  }

  25% {
    border-color: #ff0707;
  }

  50% {
    border-color: #f5b22d;
  }

  75% {
    border-color: #ff0707;
  }

  100% {
    border-color: #ffd700;
  }
}

@keyframes borderGlow {
  0% {
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
  }

  50% {
    border-color: rgb(255, 215, 0);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
  }

  100% {
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
  }
}

.service-item:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.1);
}

.service-icon {
  font-size: 2rem;
  color: var(--sec-clr);
  margin-bottom: 1.5rem;
  transform: rotateY(0deg);
  transition:
    color 1s ease-in-out,
    transform 1s ease-in-out;
}

.service-item:hover .service-icon {
  transform: rotateY(360deg);
  color: #ffc107;
}

.service-item h4 {
  color: white;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.service-item:hover h4 {
  color: #ffd700;
}

.service-item p {
  color: #aaa;
  font-size: 0.9rem;
  margin: 0;
}

.promise-section {
  position: relative;
  padding: 3rem;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.promise-section h2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.promise-section h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--prime-color), transparent);
}

.promise-content {
  position: relative;
  z-index: 1;
}

.promise-box {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: transform 0.3s ease;
}

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

.divider-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}

.create-together {
  padding: 2rem 0 0;
}

.btn-curve {
  position: relative;
  overflow: hidden;
  padding: 12px 35px;
  border: 2px solid #6b1c1c;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-curve:hover {
  background: #6b1c1c;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(225, 225, 225, 0.3);
}

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

.btn-curve::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #6b1c1c;
  transition: all 0.4s ease;
  z-index: 1;
}

.btn-curve:hover::before {
  left: 0;
}

/* ========= Contact page css =============== */

#modern-contact {
  padding: 70px 0;
  color: #fff;
}

#modern-contact .section-title {
  margin-bottom: 43px;
}

#modern-contact .section-title h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

#modern-contact .section-title p {
  color: #999;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

#modern-contact .contact-info {
  padding: 30px;
  margin-bottom: 28px;
  transition: all 0.4s ease;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
}

#modern-contact .contact-info:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.05);
}

#modern-contact .contact-icon {
  font-size: 20px;
  margin-right: 20px;
  color: #e7bd51;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #ffc1071a;
}

#modern-contact .contact-text h4 {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 0.8px;
}

#modern-contact .contact-text p {
  margin: 0;
  color: #e2e2e2;
}

#modern-contact .contact-form {
  padding: 40px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

#modern-contact .form-control {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  margin-bottom: 25px;
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
}

#modern-contact .form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 77, 77, 0.5);
  box-shadow: none;
}

#modern-contact .submit-btn {
  background: #6b1c1c;
  color: #fff;
  padding: 15px 35px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
}

#modern-contact .submit-btn:hover {
  background: #e5b64a;
  color: black;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgb(227 177 68 / 28%);
}

.map-container {
  position: relative;
}

.map-container iframe {
  filter: grayscale(1);
}

.animated-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #ff0000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s infinite;
  z-index: 1;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.choose-grid {
  row-gap: 2rem;
}

.choose-box {
  position: relative;
  padding: 2rem 1rem;
  transition: all 0.3s ease;
}

.choose-box::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 3px;
  height: 0;
  background: #ffc107;
  transition: height 0.3s ease;
  transform: translateY(-50%);
}

.choose-box:hover::before {
  height: 80%;
}

.icon-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffc107, transparent);
  bottom: -10px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.choose-box:hover .icon-wrapper::after {
  transform: scaleX(1);
}

.choose-icon {
  font-size: 2.5rem;
  color: #ffc107;
  transition: all 0.5s ease;
}

.choose-box:hover .choose-icon {
  transform: translateY(-10px);
}

.choose-box h4 {
  position: relative;
  display: inline-block;
  font-family: "Avigea";
  letter-spacing: 1px;
}

.choose-box:hover h4 {
  color: #c33131 !important;
}

.choose-box p {
  opacity: 0.8;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.choose-box:hover p {
  opacity: 1;
  transform: translateY(-5px);
}

/* 
.counter-bg {
    background: #141414;
    padding: 18px;
    border-radius: 10px;
} */

.counter-icon {
  font-size: 40px;
  color: #e0ab3f;
  margin-bottom: 15px;
}

.counter-box h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Avigea";
}

.counter-box p {
  font-size: 16px;
  opacity: 0.9;
}

.counter-box {
  position: relative;
  padding: 2rem;
  background-color: #6b1c1c9c;
  border: 2px solid #6b1c1c;
  border-radius: 12px;
  margin: 15px;
  overflow: hidden;
  transition: transform 0.3sease;
}

/* Animated border effect */
.counter-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f3a214;
  border-radius: 10px;
  animation: borderRotate 4s linear infinite;
}

.counter-box1 {
  background-color: #0000008c;
  border-radius: 12px;
  padding: 10px;
  position: relative;
}

.counter-box1 img {
  border-radius: 12px;
}

.counter-box1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f3a214;
  border-radius: 10px;
  animation: borderRotate 4s linear infinite;
}

/* Hover effects */
.counter-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.counter-box:hover .counter-icon {
  transform: scale(1.2);
  color: #f3a214;
}

/* Icon styles */
.counter-icon {
  font-size: 2.5rem;
  color: #fff;
  transition: all 0.3s ease;
}

/* Border animation keyframes */
@keyframes borderRotate {
  0% {
    clip-path: inset(0 0 98% 0);
  }

  25% {
    clip-path: inset(0 98% 0 0);
  }

  50% {
    clip-path: inset(98% 0 0 0);
  }

  75% {
    clip-path: inset(0 0 0 98%);
  }

  100% {
    clip-path: inset(0 0 98% 0);
  }
}

.process-timeline {
  padding: 40px 0;
  /* overflow-x: hidden; */
}

.timeline-track {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.process-item {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 0 20px;
}

.process-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #000000, #a3313c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.process-circle i {
  font-size: 30px;
  color: #fff;
}

.process-item:hover .process-circle {
  transform: scale(1.05);
}

.process-content h4 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Invisible";
}

.process-content p {
  color: #dfdede;
  font-size: 16px;
  line-height: 1.64;
}

.arrow-right {
  position: absolute;
  right: -15%;
  top: 40px;
  width: 100px;
  height: 3px;
  background: #d3d3d3;
  /* overflow: hidden; */
}

.arrow-right:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-right: 3px solid #ffc107;
  border-bottom: 3px solid #ffc107;
  transform: rotate(-45deg);
  right: 0;
  top: -9px;
  animation: arrowMove 1.5s infinite;
}

@keyframes arrowMove {
  0% {
    opacity: 0;
    right: 100%;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    right: 0;
  }
}

#serv-home::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6b1c1c;
  clip-path: polygon(210% 80%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}

/* =============== Mobile style css ============ */

@media (max-width: 756px) {
  .team-cst .thecontainer {
    position: relative;
  }

  .services-dm .item p {
    opacity: 1;
    width: 80%;
  }

  .timeline-track {
    flex-direction: column;
    row-gap: 30px;
  }

  .promise-section {
    padding: 5px;
  }

  .header-da .caption h2.play {
    font-size: 48px;
    line-height: 50px;
  }

  .floor-plan-image {
    margin-top: 35px;
  }

  .blueprint-box .icon {
    text-align: center;
    margin-top: 25px;
    display: none;
  }

  .services-accord .accordion .accordion-title h4 {
    font-size: 22px;
  }

  .services-accord .accordion .accordion-title {
    position: relative;
  }

  .services-accord .accordion .icon {
    position: absolute;
    right: 4%;
    top: 48%;
  }

  .mob-mt-50 {
    margin-top: 50px;
  }

  /* .drag-container {
        overflow-x: hidden !important;
    } */

  .mob-mb-50 {
    margin-bottom: 50px;
  }

  .mob-mb-30 {
    margin-bottom: 30px;
  }

  .hover-im-reveal {
    flex-direction: column;
  }

  .hover-im-reveal img {
    position: relative;
    opacity: 1;
    width: 100%;
  }

  .previewImage {
    width: 350px;
    height: 450px;
  }

  .utb-video {
    margin-bottom: 30px;
  }

  h2 {
    font-size: 40px;
  }

  .card-front {
    text-align: center;
  }

  .card-front h4 {
    background-color: #0000008a;
    font-size: 24px;
  }

  .card-back h4 {
    font-size: 24px;
  }

  .video-btn {
    bottom: -3%;
    left: 5%;
  }

  .cmn-para {
    font-size: 16px;
    line-height: 25px;
  }

  .ab-container {
    width: 97% !important;
    height: 56vw !important;
    margin: 0 !important;
  }

  #compare {
    top: 0;
    bottom: unset !important;
  }

  .col-mob-50 {
    max-width: 50%;
    width: 50%;
  }

  .viewer-360 {
    width: 100%;
    height: 60vh;
  }

  .image-sequence {
    width: 180%;
    margin-left: -140px;
    margin-top: 0px;
  }

  .tagline-txt {
    position: relative;
    margin-top: 0px !important;
    margin-bottom: 40px;
    left: unset !important;
    bottom: unset !important;
  }

  .rotation-container {
    height: 395px;
  }

  .rotating-image {
    top: 24px;
    left: 23px;
    width: 88%;
    height: auto;
  }

  .fixed-image {
    width: 100%;
    height: auto;
  }

  .loancard {
    padding: 1rem;
  }

  .result-title {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .arrow-right {
    right: 48%;
    top: unset !important;
    bottom: -13px;
    width: 18px;
    height: 3px;
    transform: rotate(90deg);
    background: #d3d3d3;
    /* overflow: hidden; */
  }

  .gallery-item img {
    cursor: pointer;
  }

  .disp-mob {
    display: block !important;
  }

  .disp-desk {
    display: none !important;
  }
}

.disp-mob {
  display: none;
}

.disp-desk {
  display: block;
}

.left-wp a {
  position: fixed;
  right: 3%;
  bottom: 16%;
  z-index: 1000;
  padding: 12px 15px;
  background: #25d366;
  color: #fff;
  font-size: 40px;
  line-height: 0;
  border-radius: 32px;
}

.ani-wp {
  animation: pulse-wp 1s infinite;
  border-radius: 100%;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}

@keyframes pulse-wp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 30px transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

@media (max-width: 756px) {
  .left-wp a {
    right: 4%;
    bottom: 14%;
  }

  .pa-sm-1 {
    padding: 1rem !important;
  }
}

.color-change {
  padding: 10px 0;
  backdrop-filter: blur(10px);
  border-radius: 10px;
}

.swal2-image {
  width: 180px !important;
}
