.contact-hero-tn {
  background: linear-gradient(135deg, #001D38 0%, #003366 100%);
  padding: 100px 0 80px;
    text-align: center;
}

.hero-content-cf h1 {
    color: #ffffff;
  font-size: 48px;
  font-weight: 700;
      margin-bottom: 20px;
}

.hero-content-cf p {
  color: #cbd5e1;
  font-size: 20px;
    margin: 0;
}

.contact-form-section-tn {
   padding: 80px 0;
  background: #f8f9fa;
}

.form-wrapper-cf {
   display: flex;
   gap: 60px;
  background: #ffffff;
   border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.form-info-side-tn {
   flex: 0 0 380px;
  background: linear-gradient(135deg, #001D38 0%, #003366 100%);
  padding: 50px 40px;
  color: #ffffff;
}

.form-info-side-tn h2 {
    color: #ffffff;
    font-size: 32px;
	 margin-bottom: 20px;
    font-weight: 700;
}

.form-info-side-tn > p {
   color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 40px;
   font-size: 15px;
}

.contact-detail-item-cf {
    display: flex;
    gap  :        20px;
    margin-bottom: 35px;
    align-items: flex-start;
}

.detail-icon-tn {
    flex-shrink: 0;
  width: 50px;
   height: 50px;
  background: rgba(253, 142, 94, 0.2);
    border-radius: 10px;
  display: flex;
   align-items: center;
    justify-content: center;
}

.contact-svg-icon {
    width: 24px;
   height: 24px;
}

.contact-svg-icon path,
.contact-svg-icon circle,
.contact-svg-icon rect,
.contact-svg-icon line {
  stroke: #FD8E5E;
  fill: none;
    stroke-width: 2.5;
  stroke-linecap: round;
    stroke-linejoin: round;
}

.detail-text-cf h4 {
  color: #FD8E5E;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
  letter-spacing: 0.5px;
}

.detail-text-cf p {
  color: #cbd5e1;
    font-size: 14px;
   line-height: 1.6;
  margin: 0;
}

.form-input-side-tn {
  flex: 1;
    padding: 50px 40px;
}

.contact-form-cf {
    max-width: 600px;
}

.form-group-tn {
  margin-bottom: 25px;
}

.form-label-cf {
  display: flex;
  align-items: center;
    gap: 10px;
  font-size: 14px;
   font-weight:       600;
   color: #001D38;
  margin-bottom: 10px;
  text-transform: uppercase;
	letter-spacing: 0.5px;
}

.label-icon-tn {
    width: 18px;
   height: 18px;
}

.label-icon-tn path,
.label-icon-tn circle,
.label-icon-tn rect,
.label-icon-tn line {
  stroke: #FD8E5E;
  fill: none;
    stroke-width: 2.5;
   stroke-linecap: round;
  stroke-linejoin: round;
}

.form-input-cf,
.form-select-cf,
.form-textarea-cf {
   width: 100%;
   padding: 14px 18px;
    border: 2px solid #e0e0e0;
   border-radius: 8px;
    font-size: 15px;
  color: #333;
    transition: all 0.3s ease;
  background: #fff;
  font-family: inherit;
}

.form-input-cf:focus,
.form-select-cf:focus,
.form-textarea-cf:focus {
  outline: none;
   border-color: #FD8E5E;
  box-shadow: 0 0 0 3px rgba(253, 142, 94, 0.1);
}

.form-input-cf.error,
.form-select-cf.error,
.form-textarea-cf.error {
    border-color: #e74c3c;
}

.form-textarea-cf {
    resize: vertical;
    min-height: 120px;
}

.error-message-tn {
   display     :    block;
    color: #e74c3c;
  font-size: 13px;
   margin-top: 6px;
    min-height: 18px;
}

.form-submit-btn-tn {
   display: flex;
  align-items: center;
   justify-content: center;
  gap: 12px;
   width: 100%;
  padding: 16px 32px;
   background: #FD8E5E;
    color: #ffffff;
   border: none;
  border-radius: 8px;
  font-size: 16px;
    font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
        cursor: pointer;
   transition: all 0.3s ease;
   margin-top: 10px;
}

.form-submit-btn-tn:hover {
  background: #e67d4d;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(253, 142, 94, 0.4);
}

.btn-icon-cf {
    width :    20px;
   height: 20px;
}

.btn-icon-cf path,
.btn-icon-cf line {
   stroke: #ffffff;
   fill: none;
       stroke-width: 2.5;
   stroke-linecap: round;
  stroke-linejoin: round;
}

.thank-you-popup-tn {
    position: fixed;
   top: 0;
  left: 0;
  right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
   align-items: center;
    justify-content: center;
}

.thank-you-popup-tn.hidden {
    display: none;
}

.popup-overlay-cf {
   position: absolute;
    top: 0;
	left: 0;
    right: 0;
    bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}

.popup-box-tn {
  position: relative;
   z-index: 2;
  background: #ffffff;
   max-width: 500px;
   width: 90%;
    padding: 50px 40px;
   border-radius     :      16px;
    text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.popup-icon-success-cf {
  width: 100px;
    height: 100px;
    background: #10b981;
  border-radius: 50%;
   display: flex;
    align-items: center;
  justify-content: center;
   margin: 0 auto 30px;
}

.success-icon-tn {
   width: 50px;
  height: 50px;
}

.success-icon-tn path,
.success-icon-tn circle {
  stroke: #ffffff;
   fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.popup-box-tn h3 {
  color: #001D38;
   font-size: 28px;
   font-weight: 700;
  margin-bottom: 20px;
}

.popup-box-tn p {
   color: #4D4D4D;
    font-size: 16px;
  line-height: 1.6;
   margin-bottom: 30px;
}

.popup-close-btn-cf {
   background: #FD8E5E;
   color: #ffffff;
   padding: 14px 40px;
    border: none;
  border-radius: 8px;
   font-size: 15px;
   font-weight: 600;
   text-transform: uppercase;
    cursor: pointer;
   transition: all 0.3s ease;
}

.popup-close-btn-cf:hover {
   background: #e67d4d;
  transform: translateY(-2px);
} @media (max-width: 991px) {
    .contact-hero-tn {
        padding: 70px 0 60px;
    }

    .hero-content-cf h1 {
        font-size: 36px;
    }

    .hero-content-cf p {
        font-size: 18px;
    }

    .form-wrapper-cf {
        flex-direction: column;
        gap: 0;
    }

    .form-info-side-tn {
        flex: none;
        padding: 40px 30px;
    }

    .form-input-side-tn {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .contact-hero-tn {
        padding: 50px 0 40px;
    }

    .hero-content-cf h1 {
        font-size: 28px;
    }

    .hero-content-cf p {
        font-size: 16px;
    }

    .contact-form-section-tn {
        padding: 60px 0;
    }

    .form-info-side-tn h2 {
        font-size: 26px;
    }

    .form-info-side-tn {
        padding: 30px 20px;
    }

    .form-input-side-tn {
        padding: 30px 20px;
    }

    .popup-box-tn {
        padding: 40px 25px;
    }

    .popup-box-tn h3 {
        font-size: 24px;
    }

    .popup-icon-success-cf {
        width: 80px;
        height: 80px;
    }

    .success-icon-tn {
        width: 40px;
        height: 40px;
    }
}