first commit
This commit is contained in:
@@ -1,26 +1,402 @@
|
||||
@import "tailwindcss";
|
||||
/* Tailwind utilities ONLY — preflight/base and components are disabled so production Elementor/WordPress CSS controls body, typography, colors, spacing, and resets. */
|
||||
@import "tailwindcss/utilities";
|
||||
|
||||
:root {
|
||||
--background: #ffffff;
|
||||
--foreground: #171717;
|
||||
}
|
||||
@media (min-width: 1025px) {
|
||||
#masthead .elementor-element.elementor-element-466de1b {
|
||||
top: 5px !important;
|
||||
padding: 0 28px !important;
|
||||
}
|
||||
|
||||
@theme inline {
|
||||
--color-background: var(--background);
|
||||
--color-foreground: var(--foreground);
|
||||
--font-sans: var(--font-geist-sans);
|
||||
--font-mono: var(--font-geist-mono);
|
||||
}
|
||||
#masthead .elementor-element.elementor-element-e052838 {
|
||||
margin-left: 1.4% !important;
|
||||
border-radius: 28px !important;
|
||||
background: rgba(31, 31, 31, 0.82) !important;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--background: #0a0a0a;
|
||||
--foreground: #ededed;
|
||||
#masthead .elementor-element.elementor-element-d681ece {
|
||||
align-items: center !important;
|
||||
min-height: 104px !important;
|
||||
}
|
||||
|
||||
#masthead .elementor-element.elementor-element-472172e {
|
||||
padding-top: 18px !important;
|
||||
padding-bottom: 18px !important;
|
||||
}
|
||||
|
||||
#masthead .elementor-element.elementor-element-846e53d .hfe-site-logo .hfe-site-logo-container img {
|
||||
width: 190px !important;
|
||||
height: auto !important;
|
||||
margin-left: 24px !important;
|
||||
}
|
||||
|
||||
#masthead .elementor-element.elementor-element-e44ee7e,
|
||||
#masthead .elementor-element.elementor-element-f961133 {
|
||||
padding-top: 14px !important;
|
||||
padding-bottom: 14px !important;
|
||||
}
|
||||
|
||||
#masthead .elementor-element.elementor-element-0b7bf6f > .elementor-widget-container {
|
||||
padding: 0 42px !important;
|
||||
border-radius: 22px !important;
|
||||
}
|
||||
|
||||
#masthead .elementor-element.elementor-element-0b7bf6f .header-menu-container .main-menu > li > a {
|
||||
padding-top: 15px !important;
|
||||
padding-bottom: 16px !important;
|
||||
font-size: 15px !important;
|
||||
line-height: 1.2 !important;
|
||||
}
|
||||
|
||||
#masthead .header-menu-container .main-menu {
|
||||
gap: 18px !important;
|
||||
}
|
||||
|
||||
#masthead .elementor-element.elementor-element-cabdb09 a.header-button {
|
||||
min-width: 185px !important;
|
||||
min-height: 58px !important;
|
||||
padding: 0 34px !important;
|
||||
border-radius: 24px !important;
|
||||
font-size: 18px !important;
|
||||
line-height: 58px !important;
|
||||
}
|
||||
|
||||
#masthead .elementor-element.elementor-element-466de1b.dm-header-scrolled {
|
||||
top: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
.dm-contact-section {
|
||||
position: relative;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(420px, 48%);
|
||||
min-height: 720px;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
background: #1f1f1f;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.dm-contact-left {
|
||||
position: relative;
|
||||
min-width: 0;
|
||||
padding: clamp(48px, 5vw, 76px) clamp(28px, 5vw, 72px);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.dm-contact-map {
|
||||
position: absolute;
|
||||
left: -5%;
|
||||
bottom: -1%;
|
||||
z-index: 0;
|
||||
width: min(980px, 112%);
|
||||
max-width: none;
|
||||
opacity: 0.34;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.dm-contact-kicker,
|
||||
.dm-contact-title,
|
||||
.dm-contact-copy,
|
||||
.dm-contact-info {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.dm-contact-kicker {
|
||||
margin: 0 0 clamp(44px, 5vw, 64px);
|
||||
color: #fff;
|
||||
font-size: clamp(16px, 1.2vw, 20px);
|
||||
font-weight: 600;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.dm-contact-title {
|
||||
max-width: 850px;
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
font-size: clamp(44px, 5.2vw, 86px);
|
||||
font-weight: 400;
|
||||
line-height: 1.18;
|
||||
letter-spacing: 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.dm-contact-copy {
|
||||
margin: clamp(36px, 4.5vw, 58px) 0 0;
|
||||
color: rgba(255, 255, 255, 0.92);
|
||||
font-size: clamp(18px, 1.55vw, 26px);
|
||||
font-weight: 400;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.dm-contact-info {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(180px, 0.85fr) minmax(260px, 1.45fr);
|
||||
gap: clamp(32px, 5vw, 74px);
|
||||
max-width: 860px;
|
||||
margin-top: clamp(72px, 7vw, 114px);
|
||||
}
|
||||
|
||||
.dm-contact-info-item h3 {
|
||||
margin: 0 0 32px;
|
||||
color: #fff;
|
||||
font-size: clamp(18px, 1.5vw, 25px);
|
||||
font-weight: 800;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.dm-contact-info-item p {
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
font-size: clamp(17px, 1.35vw, 24px);
|
||||
font-weight: 500;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.dm-contact-card {
|
||||
align-self: stretch;
|
||||
min-width: 0;
|
||||
margin: 22px 34px 0 0;
|
||||
padding: clamp(72px, 7vw, 132px) clamp(42px, 7.2vw, 150px) clamp(50px, 5.5vw, 82px);
|
||||
border-radius: 34px 34px 0 0;
|
||||
background: #fff;
|
||||
color: #1b1b1b;
|
||||
}
|
||||
|
||||
.dm-contact-card h3 {
|
||||
margin: 0 0 clamp(44px, 5vw, 68px);
|
||||
color: #1b1b1b;
|
||||
font-size: clamp(34px, 2.6vw, 45px);
|
||||
font-weight: 800;
|
||||
line-height: 1.1;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.dm-contact-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 28px;
|
||||
}
|
||||
|
||||
.dm-contact-form label {
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.dm-contact-form label > span {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
white-space: nowrap;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.dm-contact-form input,
|
||||
.dm-contact-form textarea {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
border: 1.5px solid #a9a9a9;
|
||||
border-radius: 14px;
|
||||
background: #fff;
|
||||
color: #1b1b1b;
|
||||
font-family: inherit;
|
||||
font-size: clamp(17px, 1.05vw, 20px);
|
||||
font-weight: 500;
|
||||
line-height: 1.4;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
transition: border-color 0.2s ease, box-shadow 0.2s ease;
|
||||
}
|
||||
|
||||
.dm-contact-form input {
|
||||
height: 72px;
|
||||
padding: 0 28px;
|
||||
}
|
||||
|
||||
.dm-contact-form textarea {
|
||||
min-height: 250px;
|
||||
padding: 24px 28px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.dm-contact-form input::placeholder,
|
||||
.dm-contact-form textarea::placeholder {
|
||||
color: #9c9c9c;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.dm-contact-form input:focus,
|
||||
.dm-contact-form textarea:focus {
|
||||
border-color: #c01227;
|
||||
box-shadow: 0 0 0 3px rgba(192, 18, 39, 0.11);
|
||||
}
|
||||
|
||||
.dm-contact-status {
|
||||
margin: -6px 0 0;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.dm-contact-status-success {
|
||||
color: #247a3d;
|
||||
}
|
||||
|
||||
.dm-contact-status-error {
|
||||
color: #c01227;
|
||||
}
|
||||
|
||||
.dm-contact-submit {
|
||||
display: inline-flex;
|
||||
align-items: stretch;
|
||||
align-self: flex-start;
|
||||
height: 72px;
|
||||
margin-top: 26px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
border: 1.5px solid #e31d32;
|
||||
border-radius: 14px;
|
||||
background: #fff;
|
||||
color: #2d2d2d;
|
||||
font-family: inherit;
|
||||
font-size: clamp(16px, 1.02vw, 19px);
|
||||
font-weight: 800;
|
||||
line-height: 1;
|
||||
cursor: pointer;
|
||||
transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
|
||||
}
|
||||
|
||||
.dm-contact-submit span:first-child {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-width: 220px;
|
||||
padding: 0 34px;
|
||||
}
|
||||
|
||||
.dm-contact-submit-icon {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
width: 70px;
|
||||
min-width: 70px;
|
||||
background: #c01227;
|
||||
}
|
||||
|
||||
.dm-contact-submit-icon::before,
|
||||
.dm-contact-submit-icon::after {
|
||||
position: absolute;
|
||||
content: "";
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.dm-contact-submit-icon::before {
|
||||
top: 35px;
|
||||
left: 23px;
|
||||
width: 28px;
|
||||
height: 3px;
|
||||
transform: rotate(-45deg);
|
||||
transform-origin: right center;
|
||||
}
|
||||
|
||||
.dm-contact-submit-icon::after {
|
||||
top: 25px;
|
||||
right: 25px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-top: 3px solid #fff;
|
||||
border-right: 3px solid #fff;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.dm-contact-submit:hover,
|
||||
.dm-contact-submit:focus-visible {
|
||||
transform: translateY(-1px);
|
||||
border-color: #c01227;
|
||||
color: #111;
|
||||
}
|
||||
|
||||
.dm-contact-submit:disabled {
|
||||
cursor: wait;
|
||||
opacity: 0.72;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
.dm-contact-section {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.dm-contact-left {
|
||||
min-height: 640px;
|
||||
}
|
||||
|
||||
.dm-contact-card {
|
||||
margin: 0 28px 40px;
|
||||
border-radius: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
.dm-contact-left {
|
||||
min-height: auto;
|
||||
padding: 42px 22px 58px;
|
||||
}
|
||||
|
||||
.dm-contact-title {
|
||||
font-size: clamp(38px, 12vw, 58px);
|
||||
}
|
||||
|
||||
.dm-contact-info {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 42px;
|
||||
margin-top: 54px;
|
||||
}
|
||||
|
||||
.dm-contact-info-item h3 {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.dm-contact-card {
|
||||
margin: 0 16px 32px;
|
||||
padding: 44px 22px 34px;
|
||||
border-radius: 24px;
|
||||
}
|
||||
|
||||
.dm-contact-card h3 {
|
||||
margin-bottom: 34px;
|
||||
}
|
||||
|
||||
.dm-contact-form {
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.dm-contact-form input {
|
||||
height: 60px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.dm-contact-form textarea {
|
||||
min-height: 190px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.dm-contact-submit {
|
||||
width: 100%;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.dm-contact-submit span:first-child {
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
padding: 0 22px;
|
||||
}
|
||||
|
||||
.dm-contact-submit-icon {
|
||||
width: 64px;
|
||||
min-width: 64px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user