/* ---------------------- 
        section - 1
-------------------------*/

.contact-sec-1-section {
  position: relative;

  padding: 180px 0 140px;

  background: linear-gradient(135deg, #02161b 0%, #03232a 50%, #043038 100%);

  overflow: hidden;

  margin: 10px 10px 0px;
  border-radius: 16px;
}

/* Decorative Lines */

.contact-sec-1-top-line {
  position: absolute;

  top: 70px;
  right: 0;

  width: 400px;
  height: 1px;

  background: rgba(255, 255, 255, 0.08);
}

.contact-sec-1-bottom-line {
  position: absolute;

  bottom: 70px;
  left: 0;

  width: 400px;
  height: 1px;

  background: rgba(255, 255, 255, 0.08);
}

.contact-sec-1-container {
  width: min(1200px, 90%);
  margin: auto;

  text-align: center;

  position: relative;
  z-index: 2;
}

/* Small Label */

.contact-sec-1-tag {
  display: inline-block;

  color: #18b3b3;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 3px;

  margin-bottom: 25px;
}

/* Title */

.contact-sec-1-title {
  color: #fff;

  font-size: clamp(60px, 8vw, 120px);

  line-height: 1;

  font-weight: 600;

  letter-spacing: -4px;

  margin-bottom: 30px;
}

/* Breadcrumb */

.contact-sec-1-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 10px 24px;

  border-radius: 50px;

  background: rgba(255, 255, 255, 0.06);

  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-sec-1-breadcrumb a {
  text-decoration: none;

  color: rgba(255, 255, 255, 0.7);
}

.contact-sec-1-breadcrumb span {
  color: rgba(255, 255, 255, 0.7);
}

.contact-sec-1-breadcrumb span:last-child {
  color: #fff;
  font-weight: 600;
}

/* Background Text */

.contact-sec-1-section::before {
  content: "CONTACT";

  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  font-size: clamp(180px, 22vw, 380px);

  font-weight: 700;

  color: #fff;

  opacity: 0.03;

  letter-spacing: -10px;

  pointer-events: none;

  white-space: nowrap;
}

/* Mobile */

@media (max-width: 768px) {
  .contact-sec-1-section {
    padding: 140px 0 100px;
  }

  .contact-sec-1-title {
    font-size: 54px;
  }

  .contact-sec-1-top-line,
  .contact-sec-1-bottom-line {
    width: 120px;
  }
}






/* ---------------------- 
        section - 2
-------------------------*/
.contact-sec-2-section {
  background: #eef2f1;
  padding: 80px 0 0;
}

.contact-sec-2-container {
  width: min(1500px, 90%);
  margin: auto;

  display: grid;
  grid-template-columns: auto 1px auto 1px auto 1px auto;

  align-items: center;

  background: #ffffff;

  border-radius: 24px;

  padding: 12px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
}

.contact-sec-2-item {
  display: flex;
  align-items: center;
  gap: 18px;

  padding: 28px;

  transition: all 0.3s ease;
}

.contact-sec-2-item:hover {
  transform: translateY(-3px);
}

.contact-sec-2-divider {
  width: 1px;
  height: 60px;

  background: rgba(7, 28, 34, 0.08);
}

.contact-sec-2-icon {
  width: 58px;
  height: 58px;

  border-radius: 16px;

  background: rgba(14, 138, 138, 0.08);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #0e8a8a;

  font-size: 18px;

  flex-shrink: 0;

  transition: all 0.3s ease;
}

.contact-sec-2-link {
  text-decoration: none;
  color: inherit;

  display: block;
}

.contact-sec-2-link span {
  display: block;

  color: #0e8a8a;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 2px;

  margin-bottom: 8px;

  text-transform: uppercase;
}

.contact-sec-2-link h4 {
  color: #071c22;

  font-size: 18px;
  font-weight: 600;

  line-height: 1.4;

  transition: color 0.3s ease;
}

.contact-sec-2-item:hover .contact-sec-2-link h4 {
  color: #0e8a8a;
}

.contact-sec-2-item:hover .contact-sec-2-icon {
  background: #0e8a8a;
  color: #ffffff;
}

/* Tablet */

@media (max-width: 1200px) {
  .contact-sec-2-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;

    padding: 20px;
  }

  .contact-sec-2-divider {
    display: none;
  }

  .contact-sec-2-item {
    background: #f8fbfb;

    border-radius: 18px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .contact-sec-2-section {
    padding-top: 60px;
  }

  .contact-sec-2-container {
    grid-template-columns: 1fr;
  }

  .contact-sec-2-item {
    padding: 20px;
  }

  .contact-sec-2-icon {
    width: 50px;
    height: 50px;

    font-size: 16px;
  }

  .contact-sec-2-link h4 {
    font-size: 16px;
  }
}


/* ---------------------- 
        section - 3
-------------------------*/

.contact-sec-3-section {
  padding: 60px 0 120px;
  background: #eef2f1;
}

.contact-sec-3-container {
  width: min(1500px, 90%);
  margin: auto;

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: stretch;
}

/* Left Card */

.contact-sec-3-form-card {
  background: #ffffff;

  border-radius: 30px;

  padding: 60px;

  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.04);
}

.contact-sec-3-tag {
  display: inline-block;

  padding: 10px 18px;

  background: rgba(14, 138, 138, 0.08);

  border-radius: 50px;

  color: #0e8a8a;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 2px;

  margin-bottom: 25px;
}

.contact-sec-3-title {
  color: #071c22;

  font-size: clamp(40px, 4vw, 60px);

  line-height: 1.05;

  margin-bottom: 20px;
}

.contact-sec-3-description {
  color: #52656b;

  font-size: 17px;

  line-height: 1.8;

  max-width: 600px;

  margin-bottom: 50px;
}

/* Form */

.contact-sec-3-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.contact-sec-3-field {
  position: relative;
}

.contact-sec-3-field input,
.contact-sec-3-field select,
.contact-sec-3-field textarea {
  width: 100%;

  border: none;
  outline: none;

  background: transparent;

  border-bottom: 1px solid #d8dfde;

  padding: 15px 0;

  font-size: 16px;

  color: #071c22;
}

.contact-sec-3-field textarea {
  resize: none;
  height: 140px;
}

.contact-sec-3-textarea {
  margin-top: 25px;
}

/* Button */

.contact-sec-3-btn {
  margin-top: 40px;

  display: inline-flex;
  align-items: center;

  gap: 4px;

  background: #0e8a8a;

  border: none;

  padding: 4px 4px 4px 30px;

  border-radius: 60px;

  cursor: pointer;
}

.contact-sec-3-btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  background: #0e8a8a;
  gap: 16px;
  padding: 4px 4px 4px 40px;
  border-radius: 66px;
  font-size: 18px;
}

.contact-sec-3-btn span {
  color: #fff;
  font-weight: 600;
}

.contact-sec-3-btn-icon {
  width: 50px;
  height: 50px;
  background: #042f33;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-sec-3-btn-icon svg {
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}

.contact-sec-3-btn:hover .contact-sec-3-btn-icon svg {
  transform: rotate(45deg);
}

/* Map */

.contact-sec-3-map-wrap {
  position: relative;

  overflow: hidden;

  border-radius: 30px;

  min-height: 720px;
}

.contact-sec-3-map-wrap iframe {
  width: 100%;
  height: 100%;

  border: none;
}

.contact-sec-3-map-card {
  position: absolute;

  left: 25px;
  bottom: 25px;

  background: rgba(255, 255, 255, 0.95);

  backdrop-filter: blur(20px);

  padding: 20px 25px;

  border-radius: 20px;
}

.contact-sec-3-map-card span {
  color: #0e8a8a;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 2px;
}

.contact-sec-3-map-card h4 {
  color: #071c22;

  font-size: 22px;

  margin: 10px 0;
}

.contact-sec-3-map-card p {
  color: #52656b;
}

/* Responsive */

@media (max-width: 992px) {
  .contact-sec-3-container {
    grid-template-columns: 1fr;
  }

  .contact-sec-3-map-wrap {
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  .contact-sec-3-section {
    padding: 40px 0 80px;
  }

  .contact-sec-3-form-card {
    padding: 35px;
  }

  .contact-sec-3-grid {
    grid-template-columns: 1fr;
  }

  .contact-sec-3-title {
    font-size: 36px;
  }

  .contact-sec-3-map-wrap {
    min-height: 400px;
  }

  .contact-sec-3-btn-icon {
    width: 40px;
    height: 40px;
  }

  .contact-sec-3-btn {
    font-size: 14px;
  }
}
