.contact-section{position:relative;background-color:var(--global-bg);color:var(--text-primary);padding:5rem 0}.contact-section .contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.contact-section .contact-container{padding:0 1.5rem;max-width:100%}}.contact-section .contact-header{text-align:center;margin-bottom:3rem}.contact-section .contact-header .contact-subtitle{display:block;font-size:.8rem;color:var(--primary);text-transform:uppercase;letter-spacing:2px;font-weight:700;margin-bottom:.5rem}.contact-section .contact-header .contact-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--primary);margin-bottom:1rem;line-height:1.1}.contact-section .contact-header .contact-divider{width:5rem;height:2px;background:var(--gradient);margin:0 auto;margin-bottom:2rem;position:relative;overflow:hidden}.contact-section .contact-header .contact-divider:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:slide 3s infinite}.contact-section .contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:start}@media (max-width: 991px){.contact-section .contact-content{grid-template-columns:1fr}}.contact-section .contact-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:var(--shadow);border:var(--border);transition:transform .3s ease}@media (max-width: 768px){.contact-section .contact-card{padding:1.5rem;max-width:100%}}.contact-section .contact-card:hover{transform:translateY(-5px)}.contact-section .contact-card h3{font-size:1.4rem;margin-bottom:1.5rem;color:var(--secondary);font-weight:600;position:relative;padding-bottom:.8rem}.contact-section .contact-card h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:var(--primary)}.contact-section .contact-info-item{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.8rem}.contact-section .contact-info-item .icon-box{width:3rem;height:3rem;background:rgba(191,164,111,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}@media (max-width: 768px){.contact-section .contact-info-item .icon-box{width:2rem;height:2rem}}.contact-section .contact-info-item .icon-box svg{width:1.4rem;height:1.4rem}@media (max-width: 768px){.contact-section .contact-info-item .icon-box svg{width:1rem;height:1rem}}.contact-section .contact-info-item .info-text{display:flex;flex-direction:column}.contact-section .contact-info-item .info-text .label{font-size:.75rem;color:var(--text-secondary);margin-bottom:.2rem;text-transform:uppercase;font-weight:600}.contact-section .contact-info-item .info-text a{font-size:1.1rem;color:var(--text-primary);text-decoration:none;font-weight:600;transition:color .3s}.contact-section .contact-info-item .info-text a:hover{color:var(--primary)}@media (max-width: 768px){.contact-section .contact-info-item .info-text a{font-size:.65rem}}.contact-section .contact-social{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.05)}.contact-section .contact-social p{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem}.contact-section .contact-social .social-icons{display:flex;gap:.8rem}.contact-section .contact-social .social-icons .social-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--secondary);transition:all .3s ease;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 5px #0000000d}.contact-section .contact-social .social-icons .social-icon:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px)}.contact-section .contact-social .social-icons .social-icon svg{width:1rem;height:1rem}.contact-section .contact-form-wrapper input[type=text],.contact-section .contact-form-wrapper input[type=email],.contact-section .contact-form-wrapper input[type=tel],.contact-section .contact-form-wrapper textarea,.contact-section .contact-form-wrapper select{width:100%;background:#fcfcfc;border:1px solid #e0e0e0;border-radius:6px;padding:.9rem 1rem;color:var(--text-primary);font-size:1rem;font-family:inherit;outline:none;transition:all .3s ease;margin-bottom:0}@media (max-width: 768px){.contact-section .contact-form-wrapper input[type=text],.contact-section .contact-form-wrapper input[type=email],.contact-section .contact-form-wrapper input[type=tel],.contact-section .contact-form-wrapper textarea,.contact-section .contact-form-wrapper select{font-size:.7rem;padding:.5rem 1rem}}.contact-section .contact-form-wrapper input[type=text]::placeholder,.contact-section .contact-form-wrapper input[type=email]::placeholder,.contact-section .contact-form-wrapper input[type=tel]::placeholder,.contact-section .contact-form-wrapper textarea::placeholder,.contact-section .contact-form-wrapper select::placeholder{color:#aaa}.contact-section .contact-form-wrapper input[type=text]:focus,.contact-section .contact-form-wrapper input[type=email]:focus,.contact-section .contact-form-wrapper input[type=tel]:focus,.contact-section .contact-form-wrapper textarea:focus,.contact-section .contact-form-wrapper select:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #bfa46f26}.contact-section .contact-form-wrapper textarea{min-height:140px;resize:vertical}.contact-section .contact-form-wrapper p{margin-bottom:1.2rem}@media (max-width: 768px){.contact-section .contact-form-wrapper p{font-size:.7rem}}.contact-section .contact-form-wrapper label{color:var(--text-primary);font-size:.9rem;font-weight:500;margin-bottom:.4rem;display:block}@media (max-width: 768px){.contact-section .contact-form-wrapper label{font-size:.7rem;margin-bottom:.2rem}}.contact-section .contact-form-wrapper button.submit-button br{display:none}.contact-section .contact-form-wrapper button.submit-button{width:100%;min-width:200px;display:inline-flex;justify-content:center;align-items:center;background:linear-gradient(135deg,var(--primary, #bfa46f) 0%,var(--primary-dark, #a68b4c) 100%);color:#fff;font-family:inherit;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:2px;padding:1.2rem 2.5rem;border:none;border-radius:50px;cursor:pointer;box-shadow:0 10px 20px #bfa46f4d;transition:all .3s ease;position:relative;overflow:hidden}.contact-section .contact-form-wrapper button.submit-button span{position:relative;z-index:2}.contact-section .contact-form-wrapper button.submit-button:hover{transform:translateY(-3px);box-shadow:0 15px 30px #bfa46f66;background:linear-gradient(135deg,var(--primary-dark, #a68b4c) 0%,var(--primary, #bfa46f) 100%)}.contact-section .contact-form-wrapper button.submit-button:active{transform:translateY(-1px);box-shadow:0 5px 10px #bfa46f4d}.contact-section .contact-form-wrapper a:not([class]){color:var(--primary)}.contact-section .contact-form-wrapper .wpcf7-acceptance .wpcf7-list-item{margin:0;display:flex}.contact-section .contact-form-wrapper .wpcf7-acceptance label{display:flex;align-items:flex-start;gap:.8rem;cursor:pointer;justify-content:center;font-weight:400;color:var(--text-secondary);font-size:.85rem;margin-bottom:0}@media (max-width: 768px){.contact-section .contact-form-wrapper .wpcf7-acceptance label{font-size:.7rem}}.contact-section .contact-form-wrapper .wpcf7-acceptance label span{margin-top:3px}.contact-section .contact-form-wrapper .wpcf7-acceptance label input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1.15rem;height:1.15rem;margin-top:2px;border:1px solid var(--text-secondary);border-radius:3px;background-color:#fff;cursor:pointer;display:grid;place-content:center;transition:all .2s ease-in-out}@media (max-width: 768px){.contact-section .contact-form-wrapper .wpcf7-acceptance label input[type=checkbox]{width:1.5rem;height:1rem;margin-top:15px}}.contact-section .contact-form-wrapper .wpcf7-acceptance label input[type=checkbox]:before{content:"";width:.65em;height:.65em;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #fff;transform-origin:center;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.contact-section .contact-form-wrapper .wpcf7-acceptance label input[type=checkbox]:checked{background-color:var(--primary);border-color:var(--primary)}.contact-section .contact-form-wrapper .wpcf7-acceptance label input[type=checkbox]:checked:before{transform:scale(1)}.contact-section .contact-form-wrapper .wpcf7-acceptance label a{color:var(--primary);text-decoration:none;font-weight:600}.contact-section .contact-form-wrapper .wpcf7-not-valid-tip{color:#d32f2f;font-size:.85rem;margin-top:.3rem}.contact-section .contact-form-wrapper .wpcf7-response-output{border-radius:6px;padding:1rem;margin-top:1rem;border:none!important;font-size:.9rem}.contact-section .contact-form-wrapper .wpcf7-response-output.wpcf7-validation-errors{background:#ffebee;color:#c62828}.contact-section .contact-form-wrapper .wpcf7-response-output.wpcf7-mail-sent-ok{background:#e8f5e9;color:#2e7d32}.contact-form-card .hidden{display:none;opacity:0}.thankyou-message{transition:all .4s ease-in-out;opacity:1;min-height:150px;display:flex;justify-content:center;align-items:center}.thankyou-message.hidden{display:none;opacity:0}.thankyou-message *{color:#fff;margin-bottom:0}
