/*
Theme Name: Highflyers 
Version: 1.1 
*/

/* --- 1. RESET & VARIABLES --- */
*,
*::before,
*::after {
   box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p
 {
   margin: 0;
   padding: 0;
}

ul,
li {
  margin:16px 0;
}

ul {
	padding-left:20px;
}

footer li, header li {
	margin:0;
	padding-left: 0;
	list-style-type:none;
}

footer ul,footer ol, header ul, header ol {
	padding-left:0;
}

form label {
   margin-bottom: 16px;
   display: block;
   font-weight: 500;
   color: var(--color-black);
}

.contact-form-wrapper br {
   display: none !important;
}

.wpcf7-not-valid-tip {
   font-size: 12px;
}

:root {
   --dark-blue-start: #00203f;
   --dark-blue-end: #0b0a16;

   --color-black: #111111;
   --color-dark-blue: linear-gradient(
      180deg,
      #00203f 0%,
      #0b0a16 100%
   );
   --color-white: #fffffd;
   --color-gray-light: #eaeaea;
   --color-gray-medium: #bdbdbd;
   --color-gray-dark: #676767;
   --font-main: "Inter", sans-serif;
   --font-serif: "Inter", sans-serif;
   /* PADDING */
   --max40-to-20: clamp(1.25rem, 1.887vw + 0.849rem, 2.5rem);
   --max60-to-40: clamp(2.5rem, 1.887vw + 2.099rem, 3.75rem);
   --max80-to-60: clamp(3.75rem, 1.887vw + 3.349rem, 5rem);
   --max100-to-80: clamp(5rem, 1.887vw + 4.599rem, 6.25rem);
   --gradient-2: linear-gradient(
      200deg,
      #00203f 0%,
      #0b0a16 25%,
      #012140 50%,
      #0b0a16 75%,
      #012140 100%
   );

   --br-8: 8px;
}

.mt-40 {
   margin-top: var(--max40-to-20);
}
.mt-60 {
   margin-top: var(--max60-to-40);
}
.mt-80 {
   margin-top: var(--max80-to-60);
}

.mt-100 {
   margin-top: var(--max100-to-80);
}

.pt-100 {
   padding-top: var(--max100-to-80);
}
.pt-80 {
   padding-top: var(--max80-to-60);
}
.pt-60 {
   padding-top: var(--max60-to-40);
}

.pt-40 {
   padding-top: var(--max40-to-20);
}

.br-8 {
   border-radius: 8px;
}

.mb-16 {
   margin-bottom: 16px;
}

.mb-60 {
   margin-bottom: var(--max60-to-40);
}

.mb-30 {
   margin-bottom: 30px;
}

/* --- DESKTOP STYLES) --- */
h1 {
   font-family: var(--font-main);
   font-weight: 600;
   font-size: 64px;
   line-height: 1;
   margin-bottom: 0.5em;
   color: var(--color-black);
}
h1.serif {
   font-family: var(--font-serif);
}

h2 {
   font-family: var(--font-main);
   font-weight: 600;
   font-size: 48px;
   line-height: 44px;
   margin-bottom: 0.5em;
   color: var(--color-black);
}
h2.serif {
   font-family: var(--font-serif);
}

h3 {
   font-family: var(--font-main);
   font-weight: 600;
   font-size: 32px;
   line-height: 36px;
   margin-bottom: 0.5em;
   color: var(--color-black);
}
h3.serif {
   font-family: var(--font-serif);
}

h4 {
   font-family: var(--font-main);
   font-weight: 600;
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 0.5em;
   color: var(--color-black);
}
h4.serif {
   font-family: var(--font-serif);
   font-weight: 600;
}

.link-custom {
   display: inline-flex;
   gap: 5px;
   font-family: var(--font-main);
   font-weight: 500;
   font-size: 18px;
   text-decoration: none;
   color: var(--dark-blue-start);
}

.link-custom::after {
   content: "→";
   transition: transform 0.3s ease;
}

.link-custom:hover {
   color: var(--color-black);
}

.link-custom:hover::after {
   transform: translateX(5px);
}

.paragraph {
   font-family: var(--font-main);
   font-weight: 400;
   font-size: 20px;
   line-height: 1.4;
   margin-bottom: 1em;
   color: var(--color-black);
   margin-bottom: 20px;
}

p {
   color: var(--color-gray-dark);
   font-family: var(--font-main);
   font-weight: 400;
   font-size: 16px;
   line-height: 1.4;
   margin-bottom: 20px;
   letter-spacing: -4%;
}

body {
   color: var(--color-black);
   font-family: var(--font-main);
   font-weight: 400;
   font-size: 16px;
   line-height: 1.4;
}

.body-copy {
   color: var(--color-gray-dark);
   font-family: var(--font-main);
   font-weight: 400;
   font-size: 16px;
   line-height: 1.4;
   margin-bottom: 20px;
}

a {
   font-family: var(--font-main);
   font-weight: 500;
   font-size: 16px;
   text-decoration: none;
   color: var(--dark-blue-start);
   line-height: 1.4;
}

a:hover {
   color: var(--color-black);
}

.link {
   font-family: var(--font-main);
   font-weight: 500;
   font-size: 18px;
   text-decoration: none;
   color: var(--color-black);
}
.link:hover {
   color: var(--dark-blue-start);
}
.tagline,
.subtitle-header {
   font-family: var(--font-main);
   font-weight: 600;
   font-size: 14px;
   text-transform: uppercase;
   color: var(--color-gray-medium);
}

.tagline {
   display: block;
}

.subtitle-header {
   color: var(--color-gray-dark);
   margin-bottom: 15px;
}

.small-link {
   font-family: var(--font-main);
   font-weight: 500;
   font-size: 14px;
   color: var(--dark-blue-start);
}

.site-main {
   padding-top: clamp(3.375rem, 2.453vw + 2.854rem, 5rem);
}

i,
em {
   color: var(--dark-blue-start);
   font-family: var(--font-serif);
}

h1 i,
h1 em,
h2 em,
h3 em,
h4 em,
h2 i,
h3 i,
h4 i {
   color: var(--dark-blue-start);
   font-style: normal;
   font-family: var(--font-serif);
}

.text-gradient {
   background: var(--color-dark-blue);

   background-clip: text;
   -webkit-background-clip: text;

   color: transparent;
   -webkit-text-fill-color: transparent;

   display: inline-block;
   vertical-align: top;
   background-size: 100% 100%;

   @supports not (background-clip: text) {
      color: #00203f;
      background: none;
   }
}

/* --- MOBILE STYLES 48px) --- */
@media (max-width: 768px) {
   h1 {
      font-size: 48px;
      line-height: 48px;
   }

   h2 {
      font-size: 32px;
      line-height: 1.1;
   }

   h3 {
      font-size: 26px;
      line-height: 1.1;
   }

   h4 {
      font-size: 20px;
      line-height: 28px;
   }

   .paragraph {
      font-size: 20px;
   }

   p {
      font-size: 16px;
   }

   .link {
      font-size: 18px;
      line-height: 1;
      font-weight: 500;
   }
   .mega-content p {
      color: var(--color-gray-dark);
   }
}

body {
   color: var(--color-black);
   background-color: var(--color-white);
   -webkit-font-smoothing: antialiased;
}

.container {
   max-width: 1300px;
   margin: 0 auto;
   padding: 0 15px;
}

/* --- 2. HEADER BASE --- */
.site-header {
   position: relative;
   background: var(--color-white);
   z-index: 10000;
   width: 100%;
   position: fixed;
   border-bottom: 1px solid var(--color-gray-light);
}

.header-container {
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: clamp(3.375rem, 2.453vw + 2.854rem, 5rem);
}

.logo img {
   display: block;
   max-height: 40px;
   width: auto;
}

/* --- 3. DESKTOP NAVIGATION --- */
@media (min-width: 991px) {
   .nav-list {
      display: flex;
      gap: 32px;
      height: clamp(3.375rem, 2.453vw + 2.854rem, 5rem);
      align-items: center;
   }
   .nav-list > li {
      height: 100%;
      display: flex;
      align-items: center;
      position: static;
   }
   .nav-list > li > a,
   .menu-link-placeholder {
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 16px;
      font-weight: 500;
      color: var(--color-black);
   }

   .nav-list > li > a:hover {
      color: var(--dark-blue-start);
   }

   .mega-menu {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 750px;
      max-width: 95vw;
      background: var(--color-white);
      box-shadow: 0 0 20px 0 rgba(189, 189, 189, 0.2);
      border-radius: 12px;
      border: 1px solid var(--color-gray-light);
      padding: 30px;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s ease;
      display: none;
   }

   .mega-menu-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
   }

   .mega-menu .mega-item {
      display: flex;
      align-items: start;
      gap: 10px;
      margin-top: 20px;
   }

   .mega-content h3 {
      font-size: 18px;
      line-height: 1;
   }

   .mega-content p {
      color: var(--color-gray-dark);
   }

   .mega-menu .tagline {
      text-transform: uppercase;
      font-size: 14px;
      color: var(--color-gray-medium);
      font-weight: 600;
   }

   .nav-list > li:hover .mega-menu {
      opacity: 1;
      visibility: visible;
      display: block;
   }
   .menu-toggle,
   .mobile-menu {
      display: none !important;
   }
}

/* --- 4. MOBILE MENU (max 768px) --- */
@media (max-width: 991px) {
   .desktop-nav {
      display: none !important;
   }

   .site-header.is-open .header-container .menu-toggle,
   .site-header.is-open .logo {
      display: none !important;
   }

   .menu-toggle {
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 6px;
      z-index: 11000;
      position: relative;
   }
   .menu-toggle span {
      display: block;
      width: 26px;
      height: 2px;
      background: var(--color-black);
      transition: 0.2s;
   }

   .site-header.is-open .menu-toggle span:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
   }
   .site-header.is-open .menu-toggle span:nth-child(2) {
      opacity: 0;
   }
   .site-header.is-open .menu-toggle span:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
   }

   .mobile-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: var(--color-white);
      z-index: 10005;
      display: flex;
      flex-direction: column;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s ease;
   }
   .site-header.is-open .mobile-menu {
      opacity: 1;
      visibility: visible;
   }

   .mobile-menu-header {
      height: 60px;
      display: flex;
      align-items: center;
      padding: 0 20px;
      border-bottom: 1px solid var(--color-gray-light);
      position: relative;
      flex-shrink: 0;
   }

   .mobile-menu-header .tagline {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--color-gray-medium);
   }

   .back-button {
      background: none;
      border: none;
      display: none;
      cursor: pointer;
      padding: 0;
      color: var(--color-black);
   }

   .mobile-menu-header #menuClose {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
   }

   .mobile-menu.submenu-open .tagline {
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      color: var(--color-gray-medium);
      font-weight: 600;
   }
   .mobile-menu.submenu-open .back-button {
      display: flex;
   }

   .mobile-nav {
      flex-grow: 1;
      position: relative;
      overflow: hidden;
   }
   .mobile-nav-list {
      height: 100%;
      overflow-y: auto;
      padding: 10px 20px;
   }
   .mobile-nav-list li {
      position: static;
   }

   .mobile-nav-list > li > a,
   .menu-link-placeholder {
      display: flex;
      align-items: center;
      padding: 10px 0;
      gap: 10px;
      font-size: 18px;
      font-weight: 600;
      color: var(--color-black);
      text-decoration: none;
   }

   .mega-menu .mega-item {
      display: flex;
      align-items: start;
      gap: 10px;
      margin-top: 20px;
   }

   .mobile-nav .sub-menu,
   .mega-menu {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--color-white);
      z-index: 200;
      padding: 25px 20px;
      overflow-y: auto;
      transform: translateX(20px);
      opacity: 0;
      transition: all 0.25s ease-out;
   }

   li.is-active > .sub-menu,
   li.is-active > .mega-menu {
      display: block;
      opacity: 1;
      transform: translateX(0);
   }

   li.is-active > .sub-menu::before,
   li.is-active > .mega-menu::before {
      content: attr(data-title);
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: var(--color-black);
      margin-bottom: 25px;
   }

   .sub-menu .sub-menu {
      display: block !important;
      position: static !important;
      visibility: visible !important;
      opacity: 1 !important;
      transform: none !important;
      padding: 10px 0 10px 20px !important;
      height: auto !important;
   }

   .sub-menu .sub-menu li {
      border: none !important;
   }
   .sub-menu .sub-menu a {
      padding: 10px 0 !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      color: var(--color-gray-dark) !important;
   }
   .sub-menu .sub-menu a::after {
      display: none !important;
   }

   .mobile-menu-footer {
      padding: 20px;
      border-top: 1px solid var(--color-gray-light);
   }

   .hide-mobile {
      display: none !important;
   }
}

/* ITEM FILTER */
.bc-controls {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 50px;
   padding: 10px 0;
   flex-wrap: wrap;
   gap: 20px;
}

.bc-filters {
   display: flex;
   align-items: center;
}

.bc-filter-link {
   transition: color 0.3s ease;
   padding: 0 25px;
   position: relative;
   color: var(--color-gray-medium);
   text-decoration: none;
}

.bc-filter-link:not(:last-child)::after {
   content: "";
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 1px;
   height: 20px;
   background-color: var(--color-gray-light);
}

.bc-filter-link.link {
   font-weight: 500;
   color: var(--color-gray-medium);
}

.bc-filter-link:first-child {
   padding-left: 0;
}

.bc-filter-link.active,
.bc-filter-link:hover {
   color: var(--dark-blue-start);
}

.bc-search-wrap {
   display: flex;
   border: 1px solid var(--color-gray-medium);
   border-radius: 10px;
   padding: 5px 6px 5px 20px;
   background: var(--color-white);
   align-items: center;
   min-width: 320px;
}

.bc-search-input {
   border: none !important;
   outline: none !important;
   padding: 8px 0 !important;
   width: 100% !important;
   font-size: 16px !important;
   background: transparent !important;
}

.bc-search-btn {
   background: var(--dark-blue-start);
   border: none;
   border-radius: 8px;
   padding: 10px;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: background 0.3s;
}

.bc-search-btn:hover {
   background: var(--dark-blue-start);
}

.bc-card__link:hover {
   background: var(--dark-blue-start);
   color: var(--color-white) !important;
}

.bc-load-more-wrap {
   text-align: center;
   margin-top: 50px;
}

@media (max-width: 1200px) {
   .bc-grid {
      grid-template-columns: repeat(3, 1fr);
   }
}

@media (max-width: 992px) {
   .bc-grid {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media (max-width: 768px) {
   .bc-controls {
      flex-direction: column;
      align-items: stretch;
   }

   .bc-filters {
      flex-direction: column;
      width: 100%;
   }

   .bc-filter-link {
      width: 100%;
      text-align: center;
      padding: 15px 0;
      border-bottom: 1px solid var(--color-gray-light);
   }

   .bc-filter-link:not(:last-child)::after {
      display: none;
   }

   .bc-search-wrap {
      width: 100%;
   }

   .bc-grid {
      grid-template-columns: 1fr;
   }
}

/* --- 5. BUTTONS --- */
.btn-primary,
.btn-black-primary {
   text-align: center;
   background: var(--color-dark-blue);
   color: var(--color-white);
   padding: 12px 24px;
   border-radius: 8px;
   text-decoration: none;
   font-weight: 600;
   display: inline-block;
   font-size: 16px;
   cursor: pointer;
   border: none;
}

.btn-black-primary {
   background: var(--color-black);
}

.btn-secondary {
   background: var(--color-white);
   color: var(--color-black);
   border: 1px solid var(--color-gray-medium);
   padding: 12px 24px;
   border-radius: 8px;
   text-decoration: none;
   font-weight: 600;
   display: inline-block;
   font-size: 16px;
   cursor: pointer;
}

.btn-secondary:hover,
.btn-secondary:focus {
   color: var(--color-black);
   border: 1px solid var(--color-gray-dark);
}

.btn-black-primary:hover,
.btn-black-primary:focus {
   background: var(--color-gray-dark);
   color: var(--color-white);
}

.btn-primary:hover,
.btn-primary:focus {
   color: var(--color-white);
   background: var(--color-black);
}

.btn-primary.full-width {
   display: block;
   width: 100%;
   text-align: center;
   padding: 18px;
}

/* --- 6. ADMIN BAR --- */
body.admin-bar .mobile-menu {
   top: 32px;
   height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
   body.admin-bar .mobile-menu {
      top: 46px;
      height: calc(100vh - 46px);
   }
}

/* --- FOOTER BASE STYLES --- */
.site-footer {
   padding: var(--max60-to-40) 0 var(--max40-to-20);
   background: var(--color-white);
   border-top: 1px solid var(--color-gray-light);
}

.footer-main-row {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   gap: 30px;
   margin-bottom: var(--max60-to-40);
}

.footer-col-brand {
   display: flex;
   margin-bottom: var(--max40-to-20);
}

.footer-col-brand .logo img {
   max-width: 150px;
   height: auto;
}

.footer-links-list {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 40px;
   list-style: none;
   padding: 0;
   margin: 0;
}

.footer-links-list > li > a {
   color: var(--color-black);
   font-weight: 500;
   font-size: 18px;
   text-decoration: none;
   display: block;
   margin-bottom: 16px;
   text-transform: none;
   /* pointer-events: none; */
}

.footer-links-list > li > a[href="#"] {
   pointer-events: none;
   cursor: default;
}

.footer-links-list > li > a:hover {
   color: var(--dark-blue-start);
}

.footer-links-list .sub-menu li {
   margin-bottom: 12px;
}

.footer-links-list .sub-menu a {
   color: var(--color-gray-dark);
   text-decoration: none;
   font-weight: 400;
   font-size: 16px;
   transition: color 0.3s ease;
   line-height: 1;
}

.footer-links-list .sub-menu a:hover {
   color: var(--dark-blue-start);
}

/* --- NEWSLETTER BLOCK --- */
.footer-col-newsletter {
   max-width: 400px;
}

.input-group {
   position: relative;
   display: flex;
   align-items: center;
}

.input-group input {
   width: 100%;
   padding: 12px 15px;
   border: 1px solid #e5e7eb;
   border-radius: 8px;
   outline: none;
   font-size: 14px;
}

.btn-submit-custom {
   position: absolute;
   right: 6px;
   top: 6px;
   bottom: 6px;
   width: 38px;
   height: 38px;
   background: var(--color-dark-blue);
   border: none;
   border-radius: 6px;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--color-white);
}

.btn-submit-custom:hover,
.btn-submit-custom:focus {
   background: var(--color-black);
   color: var(--color-white);
}
.privacy-note {
   color: var(--color-gray-dark);
   margin-top: 16px;
}

.privacy-note a {
   color: #0d4e2b;

   text-decoration: none;
}

/* --- SOCIALS --- */
.footer-socials-bar {
   display: flex;
   gap: 12px;
}

.footer-socials-bar a {
   background-color: var(--color-black);
   display: flex;
   align-items: center;
   width: 34px;
   height: 34px;
   border-radius: 8px;
   justify-content: center;
   transition: all 0.25s ease-in;
}

.footer-socials-bar a:hover {
   background-color: var(--color-gray-dark);
}

.footer-socials-bar a img {
   display: block;
}

.footer-bottom-bar {
   border-top: 1px solid var(--color-gray-light);
   padding-top: 25px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-size: 14px;
}

.legal-links {
   display: flex;
   align-items: center;
   gap: 10px;
}

.legal-links .sep {
   margin-bottom: 16px;
   color: #d1d5db;
}

@media (max-width: 991px) {
   .footer-main-row {
      flex-direction: column;
      gap: 40px;
   }

   .footer-col-brand {
      order: 1;
   }

   .footer-col-newsletter {
      order: 2;
      max-width: 100%;
   }

   .footer-nav {
      order: 3;
   }

   .footer-links-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px 20px;
   }

   .footer-bottom-bar {
      flex-direction: column-reverse;
      gap: 15px;
      text-align: left;
      align-items: flex-start;
   }
}

@media (max-width: 768px) {
   .footer-col-brand,
   .footer-socials-bar {
      justify-content: center;
   }
   .footer-bottom-bar {
      align-items: center;
   }
}

@media (max-width: 480px) {
   .footer-links-list {
      grid-template-columns: 1fr;
   }
}

/* FORM STYLES */
/* GENERAL */
.contact-main-grid {
   display: grid;
   grid-template-columns: 0.5fr 1fr;
   gap: 100px;
   max-width: 1300px;
   margin: 0 auto;
   padding: 0 15px;
   align-items: start;
}

.contact-title-wrapper h2 {
   text-wrap: balance;
}

.contact-form-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 20px 24px;
}

/* .contact-form-grid p,
.contact-form-grid span.wpcf7-form-control-wrap {
   margin-bottom: 0;
} */

.field-wrap.col-half {
   grid-column: span 1;
}
.field-wrap.col-full,
.form-footer.col-full {
   grid-column: span 2;
}

.field-wrap {
   display: flex;
   flex-direction: column;
}

.field-wrap label {
   font-size: 18px;
   font-weight: 500;
   color: var(--color-black);
}

.contact-form-wrapper input:not([type="submit"]),
.contact-form-wrapper textarea {
   background-color: var(--color-white);
   border-radius: 8px;
   padding: 14px 15px;
   width: 100%;
   box-sizing: border-box;
   font-size: 16px;
   border: 1px solid var(--color-gray-light);
   font-weight: 500;
   font-family: inherit;
   resize: none;
}

.form-footer {
   display: flex;
   flex-direction: column;
   align-items: flex-end;
}

.privacy-text p {
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 25px;
   text-align: left;
   width: 100%;
}

.contact-form-wrapper input[type="submit"] {
   background: var(--color-dark-blue);
   font-size: 16px;
   color: var(--color-white);
   cursor: pointer;
   padding: 12px 24px;
   border-radius: 8px;
   text-decoration: none;
   border: unset;
   font-weight: 600;
   display: inline-block;
   height: 50px;
}

.contact-form-wrapper input[type="submit"]:hover,
.contact-form-wrapper input[type="submit"]:focus {
   color: var(--color-white);
   background: var(--color-black);
}

/*  FORM */

.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
   color: var(--color-gray-medium);
   font-weight: 400;
   opacity: 1;
}

.contact-form-wrapper input::-webkit-input-placeholder,
.contact-form-wrapper textarea::-webkit-input-placeholder {
   color: var(--color-gray-medium);
}

.contact-form-wrapper input::-moz-placeholder,
.contact-form-wrapper textarea::-moz-placeholder {
   color: var(--color-gray-medium);
}

/* .contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
   color: var(--color-black);
   outline: none;
} */

@media (max-width: 768px) {
   .contact-main-grid {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   .contact-form-grid {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   .field-wrap.col-half,
   .field-wrap.col-full,
   .form-footer.col-full {
      grid-column: span 1 !important;
   }
   .contact-form-wrapper input[type="submit"] {
      width: 100%;
   }
}

/* CONTACT FROM */

.contact-section {
   margin-top: var(--max100-to-80);
   background-color: var(--color-gray-light);
   padding: var(--max60-to-40) 0;
   width: 100%;
}

label {
   display: block;
   font-size: 18px;
   font-weight: 500;
   color: var(--color-black);
   margin-bottom: 8px;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea,
select {
   background-color: var(--color-white);
   border: 1px solid var(--color-gray-light);
   border-radius: var(--br-8);
   padding: 14px 15px;
   width: 100%;
   box-sizing: border-box;
   font-size: 16px;
   font-weight: 500;
   font-family: inherit;
   transition:
      border-color 0.3s,
      box-shadow 0.3s;
   color: var(--color-black);
}

input:not([type="submit"]):focus,
textarea:focus,
select:focus {
   outline: none;
   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

::placeholder {
   color: var(--color-gray-medium);
   font-weight: 400;
   opacity: 1;
}

.wpcf7-submit,
input[type="submit"] {
   background: var(--color-dark-blue);
   font-size: 16px;
   color: var(--color-white);
   cursor: pointer;
   padding: 12px 24px;
   border-radius: 8px;
   font-weight: 600;
   display: inline-block;
   height: 50px;
   border: none;
   text-align: center;
}

.wpcf7-submit:hover,
input[type="submit"]:hover {
   background: var(--color-black);
   color: var(--color-white);
}

.form-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 20px 24px;
}

.field-wrap {
   display: flex;
   flex-direction: column;
}

.col-half {
   grid-column: span 1;
}
.col-full {
   grid-column: span 2;
}

.form-footer {
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   grid-column: span 2;
}

.privacy-text {
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 25px;
   color: var(--color-gray-dark);
}

span.wpcf7-form-control-wrap {
   display: block;
   margin-bottom: 0;
}

@media (max-width: 768px) {
   .form-grid {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   .col-half,
   .col-full,
   .form-footer {
      grid-column: span 1 !important;
   }

   .wpcf7-submit,
   input[type="submit"] {
      width: 100%;
   }
}

/* --- GUTENBERG BLOCKS CUSTOMIZATION --- */

.wp-block-button__link {
   padding: 12px 24px;
   border-radius: 8px;
   text-decoration: none;
   font-weight: 600;
   transition: all 0.3s ease;
   border: 1px solid transparent;
   font-size: 16px;
   cursor: pointer;
}

/* 1. Primary Blue */
.is-style-primary-custom .wp-block-button__link {
   background: var(--color-dark-blue);
   color: var(--color-white);
}

.is-style-primary-custom .wp-block-button__link:hover {
   background: var(--color-black);
   color: var(--color-white);
}

/* 2. Black Primary */
.is-style-black-primary-custom .wp-block-button__link {
   background: var(--color-black);
   color: var(--color-white);
}

.is-style-black-primary-custom .wp-block-button__link:hover {
   background: var(--color-gray-dark);
}

/* 3. Secondary */
.is-style-secondary-custom .wp-block-button__link {
   background: var(--color-white);
   color: var(--color-black);
   border: 1px solid var(--color-gray-medium);
}

.is-style-secondary-custom .wp-block-button__link:hover {
   border: 1px solid var(--color-gray-dark);
   color: var(--color-black);
}
