﻿:root{
      --gold:#c8a46d;
      --gold-line:rgba(200,164,109,.72);
      --navy:#0c2239;
      --navy-hover:#14304f;
      --light-bg:#f3f3f1;
      --light-line:rgba(200,164,109,.24);
      --text:#1b1b1b;
      --muted:#5b5b5b;
      --footer-bg:#110c0c;
    }

    html, body{
      overflow-x:hidden;
      background:#fff;
    }

    .page-wrapper{
      background:#fff;
    }

    .contact-hero{
      position:relative;
      min-height:410px;
      background:url(../images/background/contact-hero-office.jpg) center 6% / cover no-repeat;
      overflow:hidden;
    }

    .contact-hero:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(
        90deg,
        rgba(0,0,0,.36) 0%,
        rgba(0,0,0,.16) 42%,
        rgba(0,0,0,.06) 72%,
        rgba(0,0,0,.02) 100%
      );
      z-index:1;
    }

    .contact-hero__inner{
      position:relative;
      z-index:2;
      min-height:340px;
      display:flex;
      align-items:flex-start;
      padding-top:168px;
      padding-bottom:25px;
    }

    .contact-hero__copy{
      max-width:760px;
      padding-left:220px;
      color:#fff;
    }

    .contact-hero__copy h1{
      margin:0 0 12px 0;
      font-size:50px;
      line-height:1;
      font-weight:800;
      color:#fff;
      text-shadow:0 6px 18px rgba(0,0,0,.22);
    }

    .contact-hero__mini-line{
      width:132px;
      height:2px;
      background:var(--gold);
      border-radius:2px;
      margin-bottom:18px;
    }

    .contact-hero__sub{
      margin:0 0 22px 0;
      max-width:780px;
      font-size:19px;
      line-height:1.75;
      color:rgba(255,255,255,.95);
    }

    .contact-hero__lang{
      display:flex;
      gap:12px;
      width:270px;
    }

    .contact-hero__lang a{
      flex:1 1 0;
      display:flex;
      align-items:center;
      justify-content:center;
      height:58px;
      border-radius:16px;
      background:var(--navy);
      color:#fff;
      text-decoration:none;
      font-weight:800;
      font-size:18px;
      box-shadow:0 10px 22px rgba(0,0,0,.18);
      transition:.22s ease;
    }

    .contact-hero__lang a:hover{
      background:var(--navy-hover);
      transform:translateY(-2px);
    }

    .contact-main{
      background:var(--light-bg);
      padding:72px 0 86px;
    }

    .contact-main .head{
      max-width:980px;
      text-align:center;
      margin:0 auto 42px;
    }

    .contact-main .head h2{
      margin:0 0 16px 0;
      font-size:56px;
      line-height:1.08;
      font-weight:800;
      color:var(--text);
    }

    .contact-main .head h2 span{
      color:var(--gold);
      font-family:Georgia,"Times New Roman",serif;
      font-style:italic;
      font-weight:700;
    }

    .contact-main .head p{
      margin:0 auto;
      max-width:900px;
      color:var(--muted);
      font-size:18px;
      line-height:1.8;
    }

    .contact-main .grid{
      display:grid;
      grid-template-columns:1fr 1.08fr;
      gap:28px;
      align-items:stretch;
    }

    .contact-card{
      background:rgba(255,255,255,.92);
      border:1px solid var(--light-line);
      border-radius:24px;
      box-shadow:0 18px 40px rgba(0,0,0,.06);
      padding:28px;
    }

    .contact-card h3{
      margin:0 0 14px 0;
      font-size:31px;
      line-height:1.15;
      font-weight:800;
      color:var(--text);
    }

    .mini-gold{
      width:62px;
      height:3px;
      background:var(--gold);
      border-radius:2px;
      margin-bottom:18px;
    }

    .contact-card p{
      margin:0 0 16px 0;
      font-size:16px;
      line-height:1.82;
      color:#404040;
    }

    .contact-steps{
      list-style:none;
      margin:22px 0 0 0;
      padding:0;
    }

    .contact-steps li{
      position:relative;
      padding-left:38px;
      margin-bottom:18px;
      font-size:16px;
      line-height:1.72;
      color:#303030;
    }

    .contact-steps li .num{
      position:absolute;
      left:0;
      top:2px;
      width:24px;
      height:24px;
      border-radius:50%;
      background:rgba(200,164,109,.14);
      color:#8a6a35;
      font-size:13px;
      font-weight:800;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .contact-note{
      margin-top:26px;
      padding:16px 18px;
      border-radius:16px;
      background:rgba(12,34,57,.05);
      border:1px solid rgba(12,34,57,.08);
      font-size:15px;
      line-height:1.7;
      color:#3a3a3a;
    }

    .contact-form .form-group{
      margin-bottom:16px;
    }

    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form select,
    .contact-form textarea{
      width:100%;
      border:1px solid rgba(200,164,109,.32);
      background:#f7f7f5;
      color:#1b1b1b;
      border-radius:16px;
      box-shadow:none;
      outline:none;
      transition:.22s ease;
      font-size:16px;
    }

    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form select{
      height:60px;
      padding:0 18px;
      line-height:60px;
    }

    .contact-form textarea{
      min-height:178px;
      padding:16px 18px;
      line-height:1.65;
      resize:vertical;
    }

    .contact-form input::placeholder,
    .contact-form textarea::placeholder{
      color:#787878;
    }

    .contact-form input:focus,
    .contact-form select:focus,
    .contact-form textarea:focus{
      background:#fff;
      border-color:var(--gold);
      box-shadow:0 0 0 4px rgba(200,164,109,.10);
    }

    .contact-form select{
      appearance:none;
      -webkit-appearance:none;
      -moz-appearance:none;
      padding-right:52px;
      background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23b58f57' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
      background-repeat:no-repeat;
      background-position:right 18px center;
      background-size:18px;
    }

    .contact-form select option{
      color:#1b1b1b;
    }

    .contact-privacy{
      display:flex;
      align-items:flex-start;
      gap:10px;
      font-size:14px;
      line-height:1.6;
      color:#4d4d4d;
      margin:4px 0 0;
    }

    .contact-privacy input{
      margin-top:3px;
      accent-color:var(--gold);
      transform:scale(1.05);
    }

    .contact-submit{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:100%;
      min-height:60px;
      padding:14px 20px;
      border:none;
      border-radius:16px;
      background:var(--gold);
      color:#fff;
      font-size:18px;
      font-weight:800;
      cursor:pointer;
      transition:.22s ease;
      box-shadow:0 12px 28px rgba(181,143,87,.20);
    }

    .contact-submit:hover{
      background:#d4b27d;
      transform:translateY(-2px);
    }

    .contact-meta-section{
      position:relative;
      background:url(../images/background/2.jpg) center center / cover no-repeat;
      padding:24px 0 0;
      overflow:hidden;
    }

    .contact-meta-section:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(
        180deg,
        rgba(10,10,10,.50) 0%,
        rgba(12,12,12,.40) 38%,
        rgba(10,10,10,.54) 100%
      );
      z-index:0;
    }

    .contact-meta-section .container{
      position:relative;
      z-index:1;
    }

    .contact-meta-row{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:24px;
      align-items:stretch;
      margin-top:0;
      padding-bottom:24px;
    }

    .contact-meta-box{
      height:100%;
      padding:22px 22px 20px;
      background:rgba(255,255,255,0.06);
      border:1px solid rgba(200,164,109,0.28);
      border-radius:14px;
      box-shadow:0 8px 24px rgba(0,0,0,0.10);
      transition:transform .25s ease, border-color .25s ease, background .25s ease;
      backdrop-filter:none;
      -webkit-backdrop-filter:none;
    }

    .contact-meta-box:hover{
      transform:translateY(-2px);
      background:rgba(255,255,255,0.09);
      border-color:rgba(224,183,124,0.55);
    }

    .contact-meta-box h4{
      margin:0 0 18px 0;
      color:#ffffff;
      font-size:24px;
      font-weight:700;
      line-height:1.3;
    }

    .contact-meta-box .mini-gold{
      width:58px;
      height:3px;
      margin-bottom:20px;
    }

    .contact-meta-box .list-style-seven{
      margin:0;
      padding:0;
      list-style:none;
    }

    .contact-meta-box .list-style-seven li{
      position:relative;
      padding-left:34px;
      margin-bottom:18px;
      color:#ffffff;
      line-height:1.75;
      font-size:16px;
    }

    .contact-meta-box .list-style-seven li:last-child{
      margin-bottom:0;
    }

    .contact-meta-box .list-style-seven .icon{
      position:absolute;
      left:0;
      top:4px;
      color:var(--gold);
      font-size:18px;
    }

    .contact-meta-box .list-style-seven strong{
      font-weight:700;
      color:#ffffff;
    }

    .map-addr{
      cursor:pointer;
      transition:color .2s ease, opacity .2s ease;
    }

    .map-addr:hover{
      color:#d9b47b;
      text-decoration:none;
    }

    .contact-meta-box a{
      color:#ffffff;
      text-decoration:none;
      transition:color .2s ease, opacity .2s ease;
    }

    .contact-meta-box a:hover{
      color:#d9b47b;
      opacity:1;
    }

    .social-handle{
      display:inline-block;
      font-weight:600;
      letter-spacing:.2px;
    }

    .contact-meta-note{
      margin-top:14px;
      color:rgba(255,255,255,0.82);
      font-size:14px;
      line-height:1.7;
    }

    .contact-meta-small{
      display:block;
      margin-top:4px;
      color:rgba(255,255,255,0.78);
      font-size:13px;
      line-height:1.55;
    }

    .contact-meta-bottom{
      margin-top:4px;
      text-align:center;
      color:rgba(255,255,255,.76);
      font-size:16px;
      line-height:1.8;
    }

    .contact-meta-bottom strong{
      color:rgba(255,255,255,.76);
      font-weight:700;
    }

    .main-footer{
      background:var(--footer-bg);
    }

    .main-footer .footer-bottom{
      padding:26px 0 24px;
      border-top:none;
    }

    .main-footer .copyright{
      text-align:center;
      font-size:15px;
      line-height:1.75;
      color:rgba(255,255,255,.76);
    }

    .main-footer .copyright strong{
      color:#fff;
      font-weight:800;
    }

    @media (max-width:1399px){
      .contact-hero__copy{
        padding-left:160px;
      }
    }

    @media (max-width:1199px){
      .contact-meta-row{
        grid-template-columns:repeat(2, minmax(0,1fr));
      }
    }

    @media (max-width:991px){
      .contact-hero{
        min-height:320px;
        background-position:center center;
      }

      .contact-hero__inner{
        min-height:320px;
        padding-top:118px;
        padding-bottom:28px;
      }

      .contact-hero__copy{
        padding-left:24px;
        max-width:640px;
      }

      .contact-hero__copy h1{
        font-size:40px;
      }

      .contact-main .head h2{
        font-size:42px;
      }

      .contact-main .grid{
        grid-template-columns:1fr;
      }
    }

    @media (max-width:767px){
      .contact-hero{
        min-height:360px;
        background-position:center center;
        background-size:cover;
      }

      .contact-hero:before{
        background:linear-gradient(
          180deg,
          rgba(0,0,0,.20) 0%,
          rgba(0,0,0,.12) 40%,
          rgba(0,0,0,.18) 100%
        );
      }

      .contact-hero__inner{
        min-height:360px;
        padding-top:106px;
        padding-bottom:34px;
        display:flex;
        align-items:center;
        justify-content:center;
      }

      .contact-hero__copy{
        width:100%;
        max-width:100%;
        padding-left:0;
        padding-right:0;
        text-align:center;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
      }

      .contact-hero__copy h1{
        font-size:34px;
        line-height:1.02;
        margin:0 0 14px 0;
        text-align:center;
      }

      .contact-hero__mini-line{
        width:112px;
        margin:0 auto 18px;
      }

      .contact-hero__sub{
        font-size:17px;
        line-height:1.7;
        text-align:center;
      }

      .contact-hero__lang{
        width:100%;
        max-width:300px;
        justify-content:center;
        margin:0 auto;
      }

      .contact-main{
        padding:58px 0 68px;
      }

      .contact-main .head h2{
        font-size:34px;
      }

      .contact-main .head p{
        font-size:16px;
      }

      .contact-card{
        padding:22px;
        border-radius:20px;
      }

      .contact-meta-section{
        padding-top:24px;
      }

      .contact-meta-row{
        grid-template-columns:1fr;
        gap:20px;
        margin-top:0;
        padding-bottom:24px;
      }

      .contact-meta-box{
        padding:18px 16px 16px;
        border-radius:14px;
      }

      .contact-meta-bottom{
        font-size:15px;
        line-height:1.75;
      }
    }

    @media (max-width:480px){
      .contact-hero{
        min-height:360px;
        background-position:center center;
      }

      .contact-hero__inner{
        min-height:360px;
        padding-top:104px;
        padding-bottom:28px;
      }

      .contact-hero__copy h1{
        font-size:34px;
      }

      .contact-hero__sub{
        font-size:16px;
      }

      .contact-hero__lang{
        max-width:280px;
        gap:12px;
      }

      .contact-hero__lang a{
        height:54px;
        font-size:18px;
      }

      .contact-main .head h2{
        font-size:29px;
      }

      .contact-card h3{
        font-size:24px;
      }

      .contact-form input[type="text"],
      .contact-form input[type="email"],
      .contact-form select{
        height:56px;
        line-height:56px;
        font-size:15px;
      }

      .contact-form textarea{
        min-height:160px;
        font-size:15px;
      }

      .contact-submit{
        min-height:56px;
        font-size:17px;
      }

      .contact-meta-bottom{
        font-size:14px;
      }
    }

/* Refactor: extracted inline utility */
.contact-form .form-group.no-margin-bottom {
  margin-bottom: 0;
}

