.elementor-kit-6{--e-global-color-primary:#001F49;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#001F49;--e-global-color-6318ab5:#000000;--e-global-color-1f12199:#FFFFFF;--e-global-color-a30e7bc:#00000000;--e-global-color-d4c22ea:#DDDBDB;--e-global-color-dac3e87:#DDDBDB;--e-global-color-64892f4:#F39202;--e-global-color-4e162c9:#C5A059;--e-global-color-9c22b2b:#F4F4F4;--e-global-color-4b035fd:#F6F3F2;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-26b9bd7-font-family:"Montserrat";--e-global-typography-26b9bd7-font-size:1.4rem;--e-global-typography-26b9bd7-font-weight:600;--e-global-typography-26b9bd7-text-transform:uppercase;--e-global-typography-ac0dc0e-font-family:"Montserrat";--e-global-typography-ac0dc0e-font-size:1.6rem;--e-global-typography-ac0dc0e-font-weight:600;--e-global-typography-0585c64-font-family:"Montserrat";--e-global-typography-0585c64-font-size:2rem;--e-global-typography-0585c64-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-26b9bd7-font-size:1.2rem;--e-global-typography-ac0dc0e-font-size:1.4rem;--e-global-typography-0585c64-font-size:1.6rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   GLOBAL STYLES
   ============================================ */
html {
  scroll-padding-top: 100px;
}

a {
  color: var(--e-global-color-primary);
}

/* ============================================
   HEADERS
   ============================================ */
.main-header {
  position: relative;
  z-index: 100;
}

.sticky-header {
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: top 0.3s ease;
}

.sticky-header.show {
  top: 0;
}

/* ============================================
   PERSONAL CARD
   ============================================ */
.personal-card {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  cursor: pointer;
}

.personal-card__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.personal-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  pointer-events: none;
}

.personal-card__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 26px 24px 22px;
  background: transparent;
  transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
  box-sizing: border-box;
}

.personal-card__info span {
  display: block;
  margin: 0;
  color: #fff !important;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.personal-card:hover .personal-card__media {
  transform: scale(1.05);
}

.personal-card:hover .personal-card__overlay {
  background: rgba(0, 0, 0, 0);
}

.personal-card:hover .personal-card__info {
  background: rgba(0, 32, 96, 0.92);
}

/* ============================================
   CUSTOM CONTACT FORM (Full-width)
   ============================================ */
.custom-contact-form {
  width: 100%;
}

.custom-contact-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 16px;
}

.custom-contact-form.two-col .form-group {
  width: calc(50% - 10px);
}

.custom-contact-form .full-width {
  width: 100%;
}

.custom-contact-form .form-group p,
.custom-contact-form .form-checkbox p,
.custom-contact-form .form-submit p {
  margin: 0;
}

/* Input Styles */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form select,
.custom-contact-form textarea {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

.custom-contact-form textarea {
  height: 130px;
  padding: 16px;
  resize: none;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #7a7a7a;
  opacity: 1;
}

/* Select Styling */
.custom-contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 48px;
}

.custom-contact-form .select-wrap {
  position: relative;
}

.custom-contact-form .select-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #b5b5b5;
  border-bottom: 1.5px solid #b5b5b5;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

/* Checkbox Styling */
.custom-contact-form .kvkk-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  cursor: pointer;
}

.custom-contact-form .kvkk-check .wpcf7-form-control-wrap {
  display: inline-flex;
  align-items: flex-start;
}

.custom-contact-form .kvkk-check .wpcf7-acceptance {
  display: inline-flex;
  margin: 0;
}

.custom-contact-form .kvkk-check .wpcf7-list-item {
  margin: 0;
}

.custom-contact-form .kvkk-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0 0;
  appearance: auto;
  -webkit-appearance: checkbox;
  accent-color: #2f2f74;
  display: inline-block;
  opacity: 1;
  position: static;
}

/* Form Bottom */
.custom-contact-form .form-bottom {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.custom-contact-form .form-checkbox {
  flex: 1;
  min-width: 280px;
}

.custom-contact-form .form-submit {
  min-width: 210px;
  text-align: right;
}

.custom-contact-form .form-submit input[type="submit"] {
  min-width: 210px;
  height: 52px;
  border: none;
  background: var(--e-global-color-primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 28px;
}

.custom-contact-form .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 6px;
}

.custom-contact-form .wpcf7-spinner {
  margin-top: 10px;
}

/* ============================================
   POPUP FORM (Modal/Popup)
   ============================================ */
.popup-form .contact-form-wrapper {
  padding: 0 !important;
}

.popup-form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.popup-form .required {
  color: #d32f2f;
}

/* Input & Textarea */
.popup-form .wpcf7-text,
.popup-form .wpcf7-email,
.popup-form .wpcf7-tel,
.popup-form .wpcf7-textarea {
  width: 100% !important;
  padding: 8px 12px !important;
  border: 1px solid #ddd !important;
  font-size: 15px !important;
  font-family: inherit !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  transition: border-color 0.3s ease !important;
  margin: 0 !important;
}

.popup-form .wpcf7-text:focus,
.popup-form .wpcf7-email:focus,
.popup-form .wpcf7-tel:focus,
.popup-form .wpcf7-textarea:focus {
  border-color: #00a8e8 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 168, 232, 0.1) !important;
}

.popup-form .wpcf7-textarea {
  resize: vertical !important;
  min-height: 50px !important;
}

/* Checkbox */
.popup-form .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0 !important;
}

.popup-form .wpcf7-checkbox input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  margin-top: 2px !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  accent-color: #00a8e8;
}

.popup-form .wpcf7-checkbox .wpcf7-list-item-label {
  cursor: pointer !important;
  font-size: 15px !important;
  color: #333 !important;
}

/* BR & Spacing */
.popup-form .wpcf7-form br {
  display: none !important;
}

.popup-form .wpcf7-form-control-wrap {
  margin: 0 !important;
}

.popup-form .form-group {
  margin-bottom: 18px !important;
}

.popup-form .form-group-checkbox {
  margin-bottom: 15px !important;
}

/* Submit Button */
.popup-form .submit-btn {
  width: 100% !important;
  padding: 12px 40px !important;
  margin-top: 20px !important;
  background-color: #1a3a52 !important;
  color: white !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

.popup-form .submit-btn:hover {
  background-color: #152d42 !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  /* Custom Form */
  .custom-contact-form.two-col .form-group {
    width: 100%;
  }

  .custom-contact-form .form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-contact-form .form-submit {
    width: 100%;
    text-align: left;
  }

  .custom-contact-form .form-submit input[type="submit"] {
    width: 100%;
  }

  /* Popup Form */
  .popup-form .wpcf7-text,
  .popup-form .wpcf7-email,
  .popup-form .wpcf7-tel,
  .popup-form .wpcf7-textarea {
    font-size: 14px !important;
  }

  .popup-form .submit-btn {
    padding: 12px 30px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .popup-form label {
    font-size: 14px !important;
  }

  .popup-form .wpcf7-checkbox input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
  }
}/* End custom CSS */