@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.contact-secA {
  background: linear-gradient(135deg, #00257a 0%, #001a57 60%, #001445 100%);
  position: relative;
  overflow: hidden;
}
.contact-secA::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
.contact-secA .container {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .contact-secA .container {
    padding: 0;
  }
}
.contact-secA .flex {
  gap: 0;
}
.contact-secA .flex .col-md {
  flex: 1;
  padding: 32px 40px;
  position: relative;
  transition: background 0.35s ease;
}
.contact-secA .flex .col-md:hover {
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1152px) {
  .contact-secA .flex .col-md {
    padding: 26px 24px;
  }
}
@media only screen and (max-width: 675px) {
  .contact-secA .flex .col-md {
    flex: 0 1 100%;
    padding: 22px 20px;
  }
}
.contact-secA .flex .col-md:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 675px) {
  .contact-secA .flex .col-md:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (max-width: 991px) {
  .contact-secA .flex .col-md.addr_col-md {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    flex: 0 1 100%;
  }
}
.contact-secA .flex .col-md a, .contact-secA .flex .col-md p, .contact-secA .flex .col-md h6 {
  color: var(--white);
}
.contact-secA .flex .col-md .ico {
  position: absolute;
  top: 26px;
  right: 30px;
  line-height: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}
.contact-secA .flex .col-md .ico svg {
  width: auto;
  height: 24px;
}
.contact-secA .flex .col-md:hover .ico {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-4px);
}
@media only screen and (max-width: 1152px) {
  .contact-secA .flex .col-md .ico {
    top: 22px;
    right: 22px;
    width: 50px;
    height: 50px;
  }
  .contact-secA .flex .col-md .ico svg {
    height: 24px;
  }
}
.contact-secA .flex .col-md h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.8;
  padding-bottom: 10px;
  position: relative;
}
.contact-secA .flex .col-md h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 2px;
}
.contact-secA .flex .col-md p {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 675px) {
  .contact-secA .flex .col-md p {
    font-weight: 500;
    font-size: 15px;
  }
}
.contact-secA .flex .col-md ul li:not(:last-child) {
  margin-bottom: 10px;
}
.contact-secA .flex .col-md a {
  display: block;
}
.contact-secA .flex .col-md a:not(.get-dr) {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.389;
  transition: color 0.3s ease, transform 0.3s ease;
}
.contact-secA .flex .col-md a:not(.get-dr):hover {
  color: #cdd9ff;
  transform: translateX(3px);
}
@media only screen and (max-width: 675px) {
  .contact-secA .flex .col-md a:not(.get-dr) {
    font-size: 15px;
  }
}
.contact-secA .flex .col-md a.get-dr {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  border-radius: 30px;
  background: var(--white);
  color: var(--primary);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.contact-secA .flex .col-md a.get-dr::after {
  content: "→";
  font-size: 15px;
  line-height: 1;
  transition: transform 0.3s ease;
}
.contact-secA .flex .col-md a.get-dr:hover {
  background: #eef2ff;
  color: var(--primary);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.contact-secA .flex .col-md a.get-dr:hover::after {
  transform: translateX(4px);
}

.form-section {
  padding: 110px 0 85px;
}
@media only screen and (max-width: 991px) {
  .form-section {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .form-section {
    padding: 3.5rem 0;
  }
}
.form-section .heading {
  margin-bottom: 60px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .form-section .heading {
    margin-bottom: 3rem;
  }
}
.form-section .heading .ico {
  line-height: 0;
  margin-bottom: 30px;
}
.form-section .heading .ico img {
  width: 68px;
}
.form-section .heading h3 {
  text-align: center;
}
.form-section .heading p {
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .form-section .heading p {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
}
.form-section .form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  --item: 2;
  --inputsize: 52px;
  --gaplr: 24px;
  --gaptb: 20px;
  --paddingleftright: 17px;
}
@media only screen and (max-width: 675px) {
  .form-section .form {
    --item: 1;
  }
}
.form-section .form .form-group {
  background: #F3F2F2;
  border-radius: 10px;
}
.form-section .form .form-group::before, .form-section .form .form-group::after {
  display: none;
}

.contact-SecC #map-add {
  height: 585px;
}
.contact-SecC #map-add iframe:focus {
  outline: none;
}
.contact-SecC #map-add .map-address {
  background: var(--white);
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px 25px;
  border-radius: 5px;
  overflow: hidden;
  max-width: 317px;
  align-items: flex-start;
  font-weight: normal;
}
.contact-SecC #map-add .map-address .inf {
  flex: 1;
}
@media only screen and (max-width: 520px) {
  .contact-SecC #map-add .map-address .inf {
    flex: 0 1 100%;
    padding-left: 0;
  }
}
.contact-SecC #map-add .map-address .inf p, .contact-SecC #map-add .map-address .inf a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins";
}
.contact-SecC #map-add .map-address .inf p {
  color: var(--text);
  font-weight: normal;
}
.contact-SecC #map-add .map-address .inf .get-direc {
  display: block;
  margin-top: 20px;
  color: var(--primary);
  font-weight: 600;
}
.contact-SecC #map-add .map-address .inf .get-direc:hover {
  color: var(--black);
}

.gm-style-iw.gm-style-iw-c {
  border-radius: 0;
  border-radius: 5px;
  padding: 20px !important;
  overflow: hidden !important;
}
@media only screen and (max-width: 360px) {
  .gm-style-iw.gm-style-iw-c {
    all: initial;
    padding: 10px;
  }
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}
.gm-style-iw.gm-style-iw-c button[title=Close].gm-ui-hover-effect {
  display: none !important;
}

.gm-style .gm-style-iw-tc::after {
  background: var(--white);
}
@media only screen and (max-width: 360px) {
  .gm-style .gm-style-iw-tc::after {
    display: none;
  }
}

.poi-info-window {
  background: var(--white);
}

.gm-style-iw-ch {
  padding: 0 !important;
}/*# sourceMappingURL=contact.css.map */
