/* Contact page start */

.contact_sec {
  padding: 90px 30px 92px 0;
}

.contact_sec h2 {
  color: #4c3327;
  letter-spacing: -3.2px;
  font-size: 64px;
  font-family: var(--spectral);
  font-weight: 300;
  line-height: 114px;
}

.contact_map {
  position: relative;
  overflow: hidden;
}

.contact_map {
  corner-shape: scoop;
  border-radius: 10px;
}

.contact_map .pointer {
  position: absolute;
  z-index: 9999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact_map .pointer img {
  width: 17px;
}

.mobile_btn {
  display: none;
}

/* .contact_map::before {
  position: absolute;
  width: 30px;
  aspect-ratio: 1;
  display: inline-block;
  border-radius: 50%;
  bottom: -15px;
  left: -15px;
  z-index: 8;
  background: #fff;
  content: "";
}

.contact_map::after {
  position: absolute;
  width: 30px;
  aspect-ratio: 1;
  display: inline-block;
  border-radius: 50%;
  bottom: -15px;
  right: -15px;
  z-index: 8;
  background: #fff;
  content: "";
} */

/* [2] Transition property for smooth transformation of images */
.contact_map img {
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.contact_map:hover img {
  transform: scale(1.1);
}

.contact_map:hover .pointer img {
  transform: scale(2.2);
}

.contact-frm-sec {
  background: url("../images/contact-frm-bg.png") no-repeat;
  width: 100%;
  padding-bottom: 500px;
  background-size: contain;
  position: relative;
  z-index: 3;
}

.contact-frm-sec form {
  width: 693px;
  padding: 52px 48px;
  background-color: #e8e2d2 !important;
  margin: 0 auto;
  mask:
    radial-gradient(circle 15px at 0 0, transparent 0 15px, black 15px),
    radial-gradient(circle 15px at 100% 0, transparent 0 15px, black 15px);
  mask-composite: intersect;
  position: relative;
}

.contact-frm-sec form::before {
  position: absolute;
  width: 30px;
  aspect-ratio: 1;
  display: inline-block;
  border-radius: 50%;
  bottom: -15px;
  left: -15px;
  z-index: 8;
  background: #fff;
  content: "";
}

.contact-frm-sec form::after {
  position: absolute;
  width: 30px;
  aspect-ratio: 1;
  display: inline-block;
  border-radius: 50%;
  bottom: -15px;
  right: -15px;
  z-index: 8;
  background: #fff;
  content: "";
}

.contact-frm-sec form h3 {
  letter-spacing: -3.2px;
  color: #4c3327;
  font-size: 64px;
  font-weight: 300;
  font-family: var(--spectral);
}

.contact-frm-sec form h3 span {
  font-style: italic;
}

.contact-frm-sec .float-label {
  margin-bottom: 0px;
  mask:
    radial-gradient(circle 7px at 0 0, transparent 0 7px, black 7px),
    radial-gradient(circle 7px at 100% 0, transparent 0 7px, black 7px),
    radial-gradient(circle 7px at 0 100%, transparent 0 7px, black 7px),
    radial-gradient(circle 7px at 100% 100%, transparent 0 7px, black 7px);
  mask-composite: intersect;
}

/* .contact-frm-sec input.form-control {
  background-color: rgba(255, 255, 255, 0.7) !important;
} */

/* 
.float-label::before {
  position: absolute;
  width: 30px;
  aspect-ratio: 1;
  display: inline-block;
  border-radius: 50%;
  bottom: -20px;
  left: -20px;
  z-index: 8;
  background: #E8E2D2;
  content: "";
}

.float-label::after {
  position: absolute;
  width: 30px;
  aspect-ratio: 1;
  display: inline-block;
  border-radius: 50%;
  bottom: -20px;
  right: -20px;
  z-index: 8;
  background: #E8E2D2;
  content: "";
} */

/* .float-label input {
  height: 56px;
  padding: 15px 28px 5px;
  background-color: #00000033 !important;
  color: #fff;
  font-size: 18px;
  font-family: var(--montserrat);
  border-radius: 0;
} */

/* .contact-frm-sec .float-label label {
  text-transform: capitalize;
  font-family: var(--montserrat);
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
}

.float-label input:focus {
  background-color: #00000033;
  color: #fff;
  font-size: 18px;
  box-shadow: none;
  border: none;
  font-family: var(--montserrat);
} */

/* When input is focused or has value */
/* .float-label input:focus+label,
.float-label input:not(:placeholder-shown)+label {
  top: 15px;
  font-size: 12px;
  opacity: 0.8;
} */

.contact-frm-sec h6 {
  color: #4c3327;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--montserrat);
  text-transform: uppercase;
  letter-spacing: 3.6px;
  line-height: 40px;
  padding-top: 28px;
  padding-left: 25px;
}

.contact-frm-sec .exploreBtn {
  clip-path: polygon(88% 0%, 100% 50%, 88% 100%, 12% 100%, 0 49%, 12% 0);
  background-color: var(--themesecondary) !important;
  padding: 10px 60px;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
  color: var(--black);
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}

.contact-frm-sec .collaboratebtnWrapper {
  margin-left: 0;
  margin-top: 28px;
}

.tab-pane {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  opacity: 0;
  transform: translateX(100%);
  transition: 0.5s all ease-in-out;
}

.tab-pane.active.show {
  position: relative;
  opacity: 1;
  transform: translateX(0);
}

/* 25.11.2025 */

.contact_sec .contact_navs {
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 36px;
}

.contact_sec .swiper-slide-thumb-active .nav-link {
  color: #4c3327;
}

.contact_sec .nav-link {
  position: relative;
  color: #4c332799;
  letter-spacing: -3.2px;
  font-size: 40px;
  font-family: var(--spectral);
  font-weight: 300;
  padding: 0;
  border: none !important;
  transition: 0.5s all ease-in-out;
  margin-right: 36px;
}

.contact_sec .nav-link::after {
  position: absolute;
  content: "";
  background-color: #4c3327;
  height: 2px;
  width: 100%;
  transform: scale(0);
  transition: 0.4s all ease-in-out;
  transform-origin: center;
  left: 0;
  bottom: 0;
}

.contact_sec .swiper-slide-thumb-active .nav-link::after {
  position: absolute;
  content: "";
  background-color: #4c3327;
  height: 2px;
  width: 100%;
  transform: scale(1);
}

.contact_sec .nav-link::after .contact_sec button:hover {
  border: none;
  padding: 0;
}

.nav-link {
  background: none;
  border: none;
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}

.nav-link .underline {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #4c3327;
  transform: translateX(-50%);
  transition: 0.3s;
}

.nav-link.active .underline {
  width: 100%;
}

.contact_navs .nav-link .underline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #4c3327;
  transform-origin: center;
  transform: scaleX(0);
}

/* .navs_all {
  margin-top: 24px;
} */

.navs_all h5 {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--montserrat);
  color: #4c3327;
  line-height: 40px;
  letter-spacing: 2.56px;
  border-bottom: 1px solid #4c3327;
  text-align: left;
  transition: 0.4s all ease-in-out;
  padding-bottom: 24px;
}

.second_upper_hdr h5.active {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--montserrat);
  color: #4c3327;
  line-height: 40px;
  letter-spacing: 2.56px;
  border-bottom: 1px solid #4c3327;
  text-align: left;
  transition: 0.4s all ease-in-out;
}

.second_upper_hdr h5 {
  color: #4c332799;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--montserrat);
  border-bottom: none;
  cursor: pointer;
}

.contact_sec .navs_all .call {
  padding-top: 36px;
  text-align: left;
}

.contact_sec .navs_all .call a {
  font-size: 27px;
  font-weight: 300;
  color: #4c3327;
  font-family: var(--spectral);
}

.contact_sec .navs_all .navs_inner {
  display: flex;
  gap: 16px;
}

.contact_sec .navs_all {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  margin-top: 24px;
}

.inner_nav_second .second .second_hdr {
  display: flex;
  gap: 24px;
  line-height: 40px;
}

.inner_nav_second .second .second_hdr span {
  color: #4c332799;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--montserrat);
}

.inner_nav_second .second {
  font-size: 24px;
  font-weight: 300;
  color: #4c3327;
  font-family: var(--spectral);
  padding-top: 36px;
  text-align: left;
}

.inner_nav_second .second span {
  font-weight: 500;
}

.navs_inner .first {
  width: 100%;
}

.navs_btm {
  /* margin-top: 72px; */
  display: flex;
  justify-content: space-between;
}

.navs_btm .navs_scnd {
  width: 100%;
}

.navs_btm .navs_scnd h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--montserrat);
  color: #4c3327;
  line-height: 40px;
  letter-spacing: 2.56px;
  border-bottom: 1px solid #4c3327;
  text-align: left;
  padding-bottom: 24px;
}

.navs_btm .navs_scnd .navs_btm_inner {
  margin-top: 36px;
  text-align: left;
}

.navs_btm .navs_scnd .navs_btm_inner a {
  font-size: 27px;
  font-weight: 300;
  color: #4c3327;
  font-family: var(--spectral);
}

/* swiper */

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  width: 100%;
}

.mySwiper {
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: auto !important;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.map_below a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 300;
  color: #4c3327;
  font-family: var(--spectral);
  position: relative;
}

.map_below {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.map_below a::after {
  position: absolute;
  content: "";
  background: url(../images/star_new.svg) no-repeat center;
  width: 13px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}

.map_below a:last-child:after {
  display: none;
}

/* .navs_others {
  margin-top: 24px !important;
} */

.product_sec {
  padding: 80px 0 0;
}

.product_sec .product_img {
  text-align: center;
  position: relative;
  transition: 0.4s all ease-in-out;
}

.product_sec .product_img figure img {
  transition: 0.4s all ease-in-out;
}

.product_sec .product_img::before {
  position: absolute;
  content: "";
  background: url("../images/frame-left.png") no-repeat;
  height: 100%;
  width: 24px;
  left: 0px;
  top: 0;
  background-size: contain;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}

.product_sec .product_img::after {
  position: absolute;
  content: "";
  background: url("../images/frame-right.png") no-repeat;
  height: 100%;
  width: 24px;
  top: 0;
  background-size: contain;
  right: 0px;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}

.product_sec .product_img:hover::before {
  left: 40px;
  opacity: 1;
}

.product_sec .product_img:hover::after {
  right: 40px;
  opacity: 1;
}

.product_sec .product_img:hover img {
  transform: scale(0.8);
}

.product_sec .product_img a {
  color: #bc2130;
  font-size: 18px;
  font-family: var(--spectral);
  font-weight: 600;
  margin-top: 20px;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}

.product_sec .product_img:hover a {
  opacity: 1;
  margin-top: 0;
}

.product_collaborate {
  padding-bottom: 0 !important;
}

.career_frm {
  padding-top: 300px;
  position: relative;
  padding-bottom: 500px;
}

.career_frm form {
  width: 693px;
  padding: 52px 48px;
  background-color: #e8e2d2 !important;
  margin: 0 auto;
  -webkit-mask:
    radial-gradient(circle 15px at 0 0, transparent 0 15px, black 15px),
    radial-gradient(circle 15px at 100% 0, transparent 0 15px, black 15px);
  -webkit-mask-composite: source-in;
  background-color: #000000;
  mask:
    radial-gradient(circle 15px at 0 0, transparent 0 15px, black 15px),
    radial-gradient(circle 15px at 100% 0, transparent 0 15px, black 15px);
  mask-composite: intersect;
  position: relative;
}

.career_frm::before {
  position: absolute;
  content: "";
  background: url("../images/contact-bg1.png") !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  left: 0;
  height: 100%;
  width: 100%;
  top: 23%;
}

.career_frm::after {
  position: absolute;
  content: "";
  background: url("../images/contact-bg2.png") !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  right: 0;
  height: 100%;
  width: 510px;
  top: 23%;
}

.career_frm form {
  padding: 24px 48px 52px;
  position: relative;
  z-index: 1;
}

.career_frm h1 {
  font-size: 96px;
  font-weight: 400;
  letter-spacing: -3.2px;
  font-family: var(--spectral);
  text-align: center;
  color: #4c3327;
  position: relative;
  z-index: 9;
}

.career_frm p {
  font-size: 20px;
  font-family: var(--montserrat);
  font-weight: 400;
  text-align: center;
  color: #4c3327;
  padding: 20px 0 51px;
  line-height: 28px;
  position: relative;
  z-index: 9;
}

.document {
  backdrop-filter: blur(20px);
  padding: 70px 40px;
  text-align: center;
  position: relative;
}

.document:after {
  content: "";
  position: absolute;
  inset: 14px;

  background:
    linear-gradient(90deg, #cfc7b5 50%, transparent 0) top,
    linear-gradient(90deg, #cfc7b5 50%, transparent 0) bottom,
    linear-gradient(0deg, #cfc7b5 50%, transparent 0) left,
    linear-gradient(0deg, #cfc7b5 50%, transparent 0) right;

  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size:
    16px 1px,
    16px 1px,
    1px 16px,
    1px 16px;
  background-position:
    top left,
    bottom left,
    top left,
    top right;

  pointer-events: none;
}

.document p {
  font-size: 14px;
  font-weight: 500;
  color: #0000008a;
  text-align: center;
  padding-bottom: 6px;
  padding-top: 0;
}

.document .career_btn {
  background-color: #d4c59b;
  border-color: #d4c59b !important;
  padding: 15px 20px;
  color: #000 !important;
  border-radius: 10px;
  width: 135px;
}

.career_frm .exploreBtnouter {
  transform: translateX(10px);
}

.up_to {
  font-family: var(--montserrat);
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #0000008a;
  margin-top: 25px;
  display: block;
}

.document .career_btn i {
  padding-right: 10px;
}

.document .career_btn span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--spectral);
}

.document .career_btn:hover span {
  color: #fff;
}

.document .career_btn svg path {
  fill: #d4c59b;
  transition: 0.5s;
}

.document .career_btn:hover {
  background-color: #d4c59b !important;
  border-color: #d4c59b !important;
}

.career_btn:hover span {
  color: #000 !important;
}

.career_frm .collaboratebtnWrapper {
  margin-left: 0;
  margin-top: 28px;
}

.navs_others .navs_scnd {
  width: 100%;
}

.second_btm .contact_map {
  margin-top: 50px;
}

.navs_btm {
  /* margin-top: 120px; */
}

.second_inner_new {
  display: flex;
  gap: 70px;
}

.innerWrapper {
  overflow: hidden;
  height: 100%;
}

.second_inner_new {
  transform: translateX(0%);
  transition: 0.5s;
}

.floating .second_inner_new {
  transform: translateX(calc(-100% - 30px));
  transition: 0.5s;
}

.second_inner_new {
  position: relative;
}

.rightOne {
  position: absolute;
  width: 100%;
  left: calc(100% + 30px);
  top: 0;
}

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

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

.modal-new {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  transition: 0.4s all ease-in-out;
}

.frm_mdl .modal-body-new {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px;
}

.frm_mdl .modal-body-new::-webkit-scrollbar {
  width: 8px;
}

.frm_mdl .modal-body-new::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 6px;
}

.closeModal {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 28px;
  background: transparent;
  border: none;
  cursor: pointer;
}

body.modal-open {
  scroll-behavior: auto !important;
}

.modal-body-new .collaboratebtnWrapper {
  margin-top: 0;
  margin-left: 0;
}

.float-label select {
  height: 56px;
  padding: 8px 24px 5px;
  background-color: #00000033;
  color: #fff;
  font-size: 18px;
  font-family: var(--montserrat);
  border-radius: 0;
}

.float-label select {
  position: relative;
  top: 50%;
  color: #ffffffb2;
  transition: 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--montserrat);
  text-transform: uppercase;
  transition: 0.4s all ease-in-out;
}

.float-label select:focus {
  border: none;
}

/* #dropZone {
  padding: 25px;
  border: 2px dashed #bbb;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
} */

#dropZone.dragover {
  border-color: #2196f3;
  background: #eef7ff;
}

/* .file-preview {
    margin-top: 15px;
    padding: 10px;
    background: #f4f4f4;
    border-radius: 6px;
    display: none;
    font-size: 14px;
    color: #333;
}


.file-card {
    background: #fff;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    position: relative;
} */

.remove-file-btn {
  background: transparent;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  align-items: start;
  position: absolute;
  right: 0;
  border: none;
  top: -10px;
}

.file-card {
  background: #a19c8e;
  padding: 15px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  font-family: var(--spectral);
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.7);
}

/**************05-01-2026*****************/

.cvsec {
  transform: translateX(165px);
  transition: all 0.8s;
}

.file-added .cvsec {
  transform: translateX(0);
}

.file-added .file-preview {
  background: #e4ddca;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 330px;
  padding: 10px;
  height: 270px;
}

.file-card span {
  display: block;
  text-align: left;
  font-size: 10px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 5px;
}

.file-added .file-preview .file-card {
  position: relative;
  overflow: hidden;
}

.file-added .file-preview .file-card:after {
  position: absolute;
  content: "";
  background: #c5c1b5;
  width: 0%;
  height: 4px;
  bottom: 0;
  left: 0;
  transform-origin: left;
  animation: fileBarAnim 1s ease-out forwards;
}

/* KEYFRAME */
@keyframes fileBarAnim {
  0% {
    width: 0;
    background: #c5c1b5;
  }

  80% {
    width: 100%;
    background: #5b5953;
  }

  1000% {
    width: 100%;
    background: #5b5953;
    opacity: 0;
  }
}

.delete-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.confirm-delete .delete-wrap:after {
  position: absolute;
  content: "";
  background: #b37c71;
  width: 110px;
  height: 61px;
  right: -15px;
  z-index: -1;
  transition: 0.3s ease-in-out;
  transform: scaleX(10px);
}

.confirm-delete .remove-file-btn {
  right: 7px;
  top: -13px;
}

.delete-wrap .delete-text {
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transform: translateX(5px);
  transition: 0.3s ease-in-out;
  pointer-events: none;
  font-family: var(--spectral);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  padding: 0;
}

.file-card.confirm-delete .delete-text {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.file-card.confirm-delete .remove-file-btn {
  transform: translateX(-47px);
  pointer-events: auto;
}

.document .error-text {
  bottom: -37px;
  right: 0;
  width: 100%;
}

.contact-frm-sec.career_frm {
  background: transparent;
  overflow: hidden;
}

/**************05-01-2026*****************/

/* responsive */
@media (min-width: 1920px) {
  .map_below a {
    font-size: 24px;
  }

  .map_below a::after {
    right: -28px;
  }

  .navs_others .navs_scnd {
    width: 100% !important;
  }

  .career_frm::after {
    position: absolute;
    content: "";
    background: url("../images/contact-bg2.png") !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    right: 0;
    height: 100%;
    width: 615px;
    top: 23%;
  }

  .navs_btm {
    margin-top: 72px;
    display: flex;
    justify-content: start;
  }

  .contact_map img {
    transition: transform 0.5s ease;
    width: 100%;
  }

  .navs_all {
    display: flex;
    justify-content: start;
    gap: 72px;
  }

  .contact_sec {
    padding: 90px 92px 92px 0;
  }

  .navs_inner .first {
    width: 100%;
  }

  .contact_sec .navs_all .call a {
    font-size: 40px;
    font-weight: 300;
    color: #4c3327;
    font-family: var(--spectral);
  }

  .navs_btm .navs_scnd {
    width: 100%;
  }

  .navs_btm .navs_scnd .navs_btm_inner a {
    font-size: 40px;
    font-weight: 300;
    color: #4c3327;
    font-family: var(--spectral);
  }

  .navs_all h5 {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .second_inner_new {
    display: block;
  }
  .contact_sec {
    padding: 90px 15px 0px 15px;
  }
  .second_upper_hdr h5 {
    font-size: 12px;
  }
  .second_upper_hdr h5.active {
    font-size: 12px;
  }
  .inner_nav_second .second p {
    font-size: 16px;
  }
  .map_below a::after {
    position: absolute;
    content: "";
    background: url(../images/star_new.svg) no-repeat center;
    width: 9px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
  }
  .map_below a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #4c3327;
    font-family: var(--spectral);
    position: relative;
  }
  .footerFlowerfront {
    top: -140px !important;
  }
  .footerFlower.butterfly {
    top: -310px !important;
  }

  .contact_sec figure {
    display: none;
  }
  .contact_sec .pointer {
    display: block;
  }
  .contact_sec .navs_all .call a {
    font-size: 24px;
  }
}
