/* ===== GET CERTIFIED TRANSLATION FORM ===== */

#header .container, #footer .container {
    max-width: var(--content-width);
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#header .left-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .left-side > * {
    flex: 1;
    margin-top: 0;
}

.hamburger {
    top: 11px;
    right: 30px;
    left: unset;
}

.header-contact-btn-wrap {
    justify-content: end;
}

@media screen and (max-width: 1024px) {
    #navigation {
        display: none;
    }
    
    #header .mmenu-trigger {
        display: flex !important;
        justify-content: end;
    }
}

.gcf-wrapper {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 16px 60px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.gcf-wrapper p {
    font-weight: 500;
}

.gcf-hidden {
  display: none !important;
}

/* Title */
.gcf-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 28px;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
}

/* Info Banner */
.gcf-info-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #d8e4f0;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 28px;
  color: #444;
  font-size: 14.5px;
}
.gcf-info-icon {
  width: 22px;
  height: 22px;
  background: #1a6fc4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
}

/* Language Row */
.gcf-lang-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 0;
}
.gcf-lang-group label {
  display: block;
  font-size: 13px;
  color: #333;
  margin-bottom: 6px;
  font-weight: 500;
}
.gcf-lang-group select {
  width: 100%;
  padding: 11px 16px;
  border: 1.5px solid #d0d8e4;
  border-radius: 8px;
  font-size: 14.5px;
  color: #555;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}
.gcf-lang-group select:focus {
  border-color: #1a6fc4;
}

/* Card */
.gcf-card {
  background: #fff;
  border: 1px solid #dde6f0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  margin-top: 28px;
}

/* Upload */
.gcf-upload-note {
  font-size: 13px;
  color: #555;
  margin-bottom: 4px;
}
.gcf-small {
  font-size: 12.5px;
  color: #666;
}
.gcf-upload-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  margin-bottom: 0;
}

/* Hide default CF7 file input, show custom button */
.gcf-upload-row .wpcf7-form-control-wrap {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gcf-choose-btn {
  background: #1a6fc4;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.gcf-choose-btn:hover {
  background: #155ea8;
}
#gcfFileNameDisplay {
  font-size: 13.5px;
  color: #777;
}

/* File Info Box */
.gcf-file-info-box {
    border: 1.5px solid #d4e4f7;
    border-radius: 10px;
    padding: 10px 12px;
    margin-top: 0;
    margin-bottom: 20px;
    background: #fafdff;
    position: relative;
}
.gcf-remove-btn {
    position: absolute;
    top: 14px;
    right: 16px;
    background: #fff;
    border: 1.5px solid #e04040;
    color: #e04040;
    border-radius: 6px;
    padding: 0px 12px;
    font-size: 11.5px;
    cursor: pointer;
    font-weight: 600;
}
.gcf-remove-btn:hover {
  background: #fff0f0;
}
.gcf-file-line {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.6;
}
.gcf-file-price {
    font-size: 16.5px;
    font-weight: 700;
    color: #4786EE;
    margin-top: 0;
    line-height: normal;
}

.gcf-file-price p span{
    color: #4786EE;
}

/* Divider */
.gcf-divider {
  border: none;
  border-top: 1px solid #e8eef5;
  margin: 18px 0;
}

/* Turnaround */
.gcf-turnaround-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 14px;
}

/* Express */
.gcf-express-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #333;
}
.gcf-express-row input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: #1a6fc4;
  cursor: pointer;
}
.gcf-express-badge {
  color: #1a6fc4;
  font-weight: 600;
}

/* Promo */
.gcf-promo-row {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}
.gcf-promo-input {
  flex: 1;
  padding: 9px 14px;
  border: 1.5px solid #d0d8e4;
  border-radius: 8px;
  font-size: 14px;
  color: #444;
  outline: none;
}
.gcf-promo-input::placeholder {
  color: #aaa;
}
.gcf-promo-input:focus {
  border-color: #1a6fc4;
}
.gcf-apply-btn {
  background: #fff;
  border: 1.5px solid #c0ccd8;
  border-radius: 8px;
  padding: 9px 22px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
}
.gcf-apply-btn:hover {
  border-color: #1a6fc4;
  color: #1a6fc4;
}

/* Total */
.gcf-total-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px;
}
.wpr-forms-container .wpcf7 p span.gcf-total-label {
  font-size: 18px;
  font-weight: 700;
}
.gcf-total-right {
  text-align: right;
}
.wpr-forms-container .wpcf7 p span.gcf-total-amount, .wpr-forms-container .wpcf7 p span#gcfTotalPrice {
  font-size: 18px;
  font-weight: 700;
}
.gcf-price-high-link {
  font-size: 13px;
  color: #1a6fc4;
  text-decoration: underline;
}

/* Continue Button */
.gcf-continue-btn {
  width: 100%;
  background: #1a6fc4;
  color: #fff;
  border: none;
  border-radius: 9px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 16px;
  transition: background 0.2s;
}
.gcf-continue-btn:hover {
  background: #155ea8;
}

/* Contact Card */
.gcf-contact-card {
  background: #fff;
  border: 1px solid #dde6f0;
  border-radius: 12px;
  padding: 24px;
}
.gcf-contact-grid p {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.gcf-contact-grid p br {
    display: none;
}
body .elementor-element.elementor-element-f4f4f07 .gcf-contact-grid p input.wpcf7-text {
    width: 100% !important;
}
body .elementor-element.elementor-element-f4f4f07 #gcf-user-section p textarea.wpcf7-textarea {
    height: 100px !important;
}
.gcf-contact-grid .wpcf7-form-control-wrap input,
.gcf-contact-card .wpcf7-form-control-wrap input,
.gcf-contact-card .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #d0d8e4;
  border-radius: 8px;
  font-size: 14px;
  color: #444;
  outline: none;
  font-family: inherit;
}
.gcf-contact-card .wpcf7-form-control-wrap input:focus,
.gcf-contact-card .wpcf7-form-control-wrap textarea:focus {
  border-color: #1a6fc4;
}
.gcf-contact-card .wpcf7-form-control-wrap textarea {
  min-height: 100px;
  resize: vertical;
  display: block;
  margin-bottom: 16px;
}
.gcf-contact-card input[type="submit"],
.gcf-contact-card .wpcf7-submit {
  display: block;
  margin: 0 auto;
  background: #1a6fc4;
  color: #fff;
  border: none;
  border-radius: 9px;
  padding: 13px 48px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.gcf-contact-card input[type="submit"]:hover,
.gcf-contact-card .wpcf7-submit:hover {
  background: #155ea8;
}

.gcf-info-banner p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpr-forms-container .wpcf7 p span {
    font-size: 15px;
    color: #4786EE;
    font-weight: 500;
}

.wpr-forms-container .wpcf7 p span.gcf-info-icon {
    color: #fff;
}

.gcf-lang-row .gcf-lang-group br {
    display: none;
}

.gcf-lang-row .gcf-lang-group select {
    font-size: 15px;
    line-height: normal !important;
    color: #7a7a7a !important;
    border-radius: 4px !important;
    margin: 0 !important;
}

label.sweezy-custom-cursor-default-hover {
    font-size: 15px;
    font-weight: 700;
}

.gcf-card p.gcf-upload-note {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 3px;
    font-weight: 400;
}

.gcf-upload-row p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 25px 0 !important;
}

.gcf-file-line p {
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: normal;
}

.gcf-file-line strong {
    margin-right: 3px;
}

.gcf-turnaround-row {
    margin-top: 20px;
}

.gcf-express-row p {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wpr-forms-container .wpcf7 p input {
    margin: 0;
}

.wpr-forms-container .wpcf7 p label {
    margin: 0;
}

.gcf-promo-row p {
    display: flex;
    align-items: center;
    gap: 5px;
}

.gcf-express-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.gcf-total-right br {
    display: none;
}

.gcf-total-right a.gcf-price-high-link {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    text-decoration: underline;
    display: none;
}

input#gcfPromoCode {
    height: 47px;
    border-radius: 8px;
    border: 1.5px solid #c0ccd8;
}
input#gcfOtpInput {
    letter-spacing: 1px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: normal;
}
#gcfVerifyOtpBtn {
    line-height: normal;
}

/* Responsive */
@media (max-width: 600px) {
  .gcf-lang-row {
    grid-template-columns: 1fr;
  }
  .gcf-contact-grid {
    grid-template-columns: 1fr;
  }
  .gcf-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 1540px) {
    #header .container, #footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

body .elementor-icon {
    display: inline-flex;
}