@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
section:has(.contact-secA) {
  position: relative;
}
section:has(.contact-secA)::after {
  content: "";
  position: absolute;
  bottom: -45%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.contact-secA)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
    bottom: 0;
  }
}

section:has(.contact-form) {
  position: relative;
}
section:has(.contact-form)::before {
  content: "";
  position: absolute;
  top: 9%;
  left: -1%;
  width: 350px;
  height: 540px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.contact-form)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
    top: 49%;
  }
}

section:has(.careers-secA) {
  position: relative;
}
section:has(.careers-secA)::after {
  content: "";
  position: absolute;
  bottom: -25%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.careers-secA)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

.contact-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: calc(100vh - var(--headerheight));
  z-index: 1;
  margin-top: calc(var(--headerheight));
}
@media only screen and (max-width: 1024px) {
  .contact-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .contact-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .contact-banner {
    height: 60vh;
  }
}
.contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.85) 100%);
}
@media only screen and (max-width: 768px) {
  .contact-banner::before {
    background: linear-gradient(181deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.85) 100%);
  }
}
.contact-banner .common-background video, .contact-banner .common-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .contact-banner .common-background .container {
    padding: 0;
  }
}
.contact-banner .common-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 90%;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%);
}
@media only screen and (max-width: 991px) {
  .contact-banner .common-background .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .contact-banner .common-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.contact-banner .common-background .container .bg-wrapper h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  padding-left: 20px;
  border-left: 8px solid var(--primary);
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .contact-banner .common-background .container .bg-wrapper h1 {
    max-width: 70%;
    line-height: 1.2;
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-banner .common-background .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 38px;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
    border-left: 0;
  }
}
.contact-banner .common-background .container .bg-wrapper p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  max-width: 609px;
}
@media only screen and (max-width: 768px) {
  .contact-banner .common-background .container .bg-wrapper p {
    text-align: center;
    max-width: 90%;
    margin: auto;
    font-size: 15px;
    line-height: 1.3;
  }
}

.contact-secA {
  padding: 50px 0;
  position: relative;
}
.contact-secA::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .contact-secA::after {
    content: none;
  }
}
.contact-secA::after {
  left: 70%;
}
@media only screen and (max-width: 1024px) {
  .contact-secA::after {
    left: 50%;
  }
}
.contact-secA .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .contact-secA .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-secA .grid-box .grid-box-item {
  background: var(--white);
  border-radius: 10px;
  padding: 33px 26px;
}
@media only screen and (max-width: 768px) {
  .contact-secA .grid-box .grid-box-item:last-child {
    grid-column: span 2;
    width: 50%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .grid-box .grid-box-item:last-child {
    grid-column: span 1;
    width: 100%;
    margin: auto;
  }
}
.contact-secA .grid-box .grid-box-item h4 {
  font-weight: 700;
  font-size: 18px;
  color: var(--black);
  margin-bottom: 20px;
}
.contact-secA .grid-box .grid-box-item .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.contact-secA .grid-box .grid-box-item .flex-box figure {
  width: 30px;
  height: 30px;
}
.contact-secA .grid-box .grid-box-item .flex-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-secA .grid-box .grid-box-item .flex-box p {
  font-weight: 400;
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
}
.contact-secA .grid-box .grid-box-item .flex-box a {
  color: var(--primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
  margin-top: 30px;
}
.contact-secA .grid-box .grid-box-item .flex-box a:hover {
  gap: 15px;
}
.contact-secA .grid-box .grid-box-item .flex-box a svg {
  width: 15px;
}
.contact-secA .grid-box .grid-box-item .flex-box a svg path {
  stroke: var(--primary);
}
.contact-secA .grid-box .grid-box-item:last-child .flex-box {
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.contact-secA .grid-box .grid-box-item:last-child .flex-box a {
  font-weight: 400;
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  transition: 0.4s ease;
}
.contact-secA .grid-box .grid-box-item:last-child .flex-box a:hover {
  color: var(--primary);
}
.contact-secA .grid-box .grid-box-item:last-child .flex-box svg {
  width: 28px;
}
.contact-secA .grid-box .grid-box-item:last-child .flex-box svg path {
  fill: var(--text);
}

.contact-form {
  padding: 80px 0 !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contact-form {
    padding: 30px 0 20px 0 !important;
  }
}
.contact-form {
  position: relative;
}
.contact-form::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .contact-form::after {
    content: none;
  }
}
.contact-form::after {
  width: 500px;
  height: 500px;
  bottom: 20%;
}
.contact-form .heading h2 {
  max-width: 567px !important;
}
.contact-form .form-grid::before {
  top: 60% !important;
}
.contact-form .form-grid {
  position: relative;
}
.contact-form .form-grid::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .contact-form .form-grid::after {
    content: none;
  }
}
.contact-form .form-grid::after {
  width: 500px;
  height: 500px;
  bottom: -120%;
  left: 20%;
}
.contact-form .form-grid .btn2 {
  margin-top: 20px;
}

.contact-secC {
  padding: 50px 0;
  position: relative;
}
.contact-secC::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .contact-secC::after {
    content: none;
  }
}
.contact-secC::after {
  width: 500px;
  height: 500px;
  bottom: -10%;
  left: 70%;
}
@media only screen and (max-width: 768px) {
  .contact-secC::after {
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-secC .heading {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secC .heading {
    margin-bottom: 30px;
  }
}
.contact-secC .map-wrapper {
  max-width: 1015px;
  height: 490px;
  margin: 50px auto 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contact-secC .map-wrapper {
    margin: 0px auto 0px;
    height: auto;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secC .map-wrapper {
    height: 40vh;
  }
}
.contact-secC .map-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media only screen and (max-width: 540px) {
  .contact-secC .map-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact-secC .map-wrapper .pointer {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #00a7b5;
  border-radius: 50%;
  border: 3px solid #fff;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.contact-secC .map-wrapper .pointer.first {
  top: 45.5%;
  right: 39.4%;
}
@media only screen and (max-width: 540px) {
  .contact-secC .map-wrapper .pointer.first {
    right: 28.4%;
  }
}
.contact-secC .map-wrapper .pointer.second {
  top: 51%;
  right: 39%;
}
@media only screen and (max-width: 540px) {
  .contact-secC .map-wrapper .pointer.second {
    right: 27%;
  }
}
.contact-secC .map-wrapper .pointer.third {
  top: 53%;
  right: 36.5%;
}
@media only screen and (max-width: 540px) {
  .contact-secC .map-wrapper .pointer.third {
    right: 22.5%;
  }
}
.contact-secC .map-wrapper .pointer.fourth {
  top: 52%;
  right: 29%;
}
@media only screen and (max-width: 540px) {
  .contact-secC .map-wrapper .pointer.fourth {
    right: 9%;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.contact-secC .map-wrapper .pointer::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: rgba(0, 167, 181, 0.4);
  border-radius: 50%;
  top: -20%;
  left: -29%;
  transform: translate(-50%, -50%);
  animation: pulse 1.8s infinite;
}
.contact-secC .map-wrapper .pointer:hover .tooltip {
  opacity: 1;
  bottom: 25px;
}
.contact-secC .map-wrapper .pointer .tooltip {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  padding: 6px 16px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  font-weight: 700;
  font-size: 16px;
}
.contact-secC .map-wrapper .pointer .tooltip::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--primary);
}/*# sourceMappingURL=contact.css.map */