.elementor-3628 .elementor-element.elementor-element-dfbc681{--display:flex;}/* Start custom CSS for html, class: .elementor-element-32c6cd0 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --orange: #FC7C04;
  --orange-light: #FFA034;
  --orange-dim: rgba(252,124,4,0.12);
  --orange-border: rgba(252,124,4,0.35);
  --bg-dark: #080404;
  --bg-mid: #2A2927;
  --bg-card: #353230;
  --bg-section: #1e1c1a;
  --white: #ffffff;
  --text-main: rgba(255,255,255,0.93);
  --text-muted: rgba(255,255,255,0.62);
  --text-dim: rgba(255,255,255,0.40);
  --border: rgba(255,255,255,0.10);
  --border-light: rgba(255,255,255,0.16);
  --radius: 10px;
  --radius-sm: 6px;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--bg-mid);
  color: var(--text-main);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.display {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.0;
}

.label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FC7C04;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
}

.btn-primary {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--orange); color: #fff; border: none;
  padding: 12px 22px; border-radius: var(--radius-sm);
  font-size: 14px; font-weight: 500; cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
}
.btn-primary:hover { background: #d96800; }
.btn-primary:active { transform: scale(0.98); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 7px;
  background: transparent; color: var(--text-muted);
  border: 0.5px solid rgba(255,255,255,0.22);
  padding: 12px 22px; border-radius: var(--radius-sm);
  font-size: 14px; cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: #fff; }

.section { padding: 4rem 2rem; }
.section-dark { background: var(--bg-section); }
.section-mid { background: var(--bg-mid); }

.section-header { margin-bottom: 2rem; }
.section-header h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 0.4rem; font-weight: 900; }
.section-header p { font-size: 14px; color: var(--text-muted); max-width: 560px; line-height: 1.7; }

/* NAV */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 2rem;
  background: var(--bg-dark);
  border-bottom: 2px solid rgba(252,124,4,0.4);
  position: sticky; top: 0; z-index: 100;
}
.nav-logo img { height: 40px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links a { font-size: 13px; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: #fff; }

/* AWARDS BAR */
.awards-bar {
  background: rgba(252,124,4,0.10);
  border-bottom: 1px solid rgba(252,124,4,0.3);
  padding: 8px 2rem;
  display: flex; align-items: center; gap: 6px;
  flex-wrap: wrap;
}
.aw-item { display: flex; align-items: center; gap: 5px; font-size: 10px; color: var(--text-muted); white-space: nowrap; }
.aw-item i { color: var(--orange); font-size: 12px; }
.aw-sep { color: var(--orange-border); font-size: 10px; }

/* HERO */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://soundcheck-avs.co.uk/wp-content/uploads/your-hero-image.jpg');
  background-size: cover;
  background-position: center top;
  filter: brightness(0.18);
}
.hero-left {
  position: relative; z-index: 2;
  padding: 3rem 2rem 3rem;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 0.5px solid var(--border);
}
.hero-right {
  position: relative; z-index: 2;
  padding: 2rem 2rem 2rem 2.5rem;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center; gap: 1rem;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--orange-dim); border: 0.5px solid var(--orange-border);
  color: var(--orange-light); font-size: 10px; font-weight: 500;
  letter-spacing: 0.1em; padding: 4px 10px; border-radius: 20px;
  text-transform: uppercase; margin-bottom: 1rem; width: fit-content;
}
.hero-eyebrow { font-size: 11px; color: var(--text-dim); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.5rem; }
.hero h1 { font-size: clamp(2.8rem, 6vw, 4rem); color: #fff; margin-bottom: 1.2rem; font-weight: 900; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-sub { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin-bottom: 1.8rem; max-width: 360px; }
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 2rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 0.5px solid var(--border); }
.stat-num { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.8rem; color: var(--orange); line-height: 1; }
.stat-lbl { font-size: 10px; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 3px; }

/* VIDEO FRAME */
.video-frame { width: 100%; aspect-ratio: 16/9; background: var(--bg-section); border-radius: var(--radius); border: 0.5px solid var(--border-light); position: relative; overflow: hidden; cursor: pointer; }
.video-frame-bg { position: absolute; inset: 0; background-image: url('https://soundcheck-avs.co.uk/wp-content/uploads/your-video-thumbnail.jpg'); background-size: cover; background-position: center; opacity: 0.3; }
.vf-corners span { position: absolute; width: 16px; height: 16px; border-color: var(--orange); border-style: solid; border-width: 0; }
.vf-corners .tl { top:10px;left:10px;border-top-width:2px;border-left-width:2px;border-top-left-radius:3px; }
.vf-corners .tr { top:10px;right:10px;border-top-width:2px;border-right-width:2px;border-top-right-radius:3px; }
.vf-corners .bl { bottom:10px;left:10px;border-bottom-width:2px;border-left-width:2px;border-bottom-left-radius:3px; }
.vf-corners .br { bottom:10px;right:10px;border-bottom-width:2px;border-right-width:2px;border-bottom-right-radius:3px; }
.vf-inner { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.play-btn { width: 56px; height: 56px; border-radius: 50%; background: rgba(252,124,4,0.15); border: 2px solid #FC7C04; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.video-frame:hover .play-btn { background: rgba(252,124,4,0.3); }
.play-btn i { color: var(--orange); font-size: 24px; margin-left: 3px; }
.vf-label { font-size: 13px; color: var(--text-muted); }
.vf-andrew { position: absolute; bottom: 12px; left: 14px; display: flex; align-items: center; gap: 8px; }
.vf-avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 500; }
.vf-name { font-size: 11px; font-weight: 500; color: var(--text-main); }
.vf-role { font-size: 9px; color: var(--text-dim); }
.vf-duration { position: absolute; bottom: 12px; right: 14px; font-size: 10px; color: var(--text-dim); background: rgba(0,0,0,0.6); padding: 2px 7px; border-radius: 3px; }
.video-caption { text-align: center; }
.video-caption p { font-size: 13px; font-weight: 500; color: var(--text-main); margin-bottom: 3px; }
.video-caption span { font-size: 11px; color: var(--text-dim); font-style: italic; }

/* TRUST STRIP */
.trust-strip { background: #1a1816; border-top: 0.5px solid var(--border); padding: 10px 2rem; display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 8px; }
.trust-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--text-muted); }
.trust-item i { color: var(--orange); font-size: 15px; }

/* PARTNER STRIP */
.partner-strip { background: #080404; border-top: 0.5px solid rgba(252,124,4,0.2); border-bottom: 0.5px solid rgba(252,124,4,0.2); padding: 1.2rem 2rem; }
.partner-strip-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); text-align: center; margin-bottom: 1rem; }
.partner-logos { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: center !important; gap: 3rem; flex-wrap: wrap; }
.partner-item { display: flex !important; flex-direction: row !important; align-items: center !important; gap: 12px; }
.partner-item img { height: 60px !important; width: auto !important; opacity: 0.85; }
.partner-item:last-child img { height: 30px !important; }
.partner-text { color: rgba(255,255,255,0.85) !important; font-size: 11px; line-height: 1.5; }
.partner-text strong { color: #ffffff !important; display: block; font-size: 12px; }

/* CORE OFFER */
.offer-box { background: var(--bg-card); border: 2px solid #FC7C04; border-radius: var(--radius); padding: 2rem; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; margin-bottom: 2rem; }
.offer-tag { display: inline-flex; align-items: center; gap: 5px; background: var(--orange-dim); border: 0.5px solid var(--orange-border); color: var(--orange); font-size: 10px; font-weight: 500; padding: 4px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.8rem; width: fit-content; }
.offer-box h3 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 0.6rem; }
.offer-box p { font-size: 13px; color: var(--text-muted); line-height: 1.7; max-width: 480px; }
.offer-includes { list-style: none; margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 1.5rem; }
.offer-includes li { font-size: 12px; color: var(--text-muted); display: flex; align-items: center; gap: 6px; }
.offer-includes li i { color: var(--orange); font-size: 13px; flex-shrink: 0; }
.offer-price-block { text-align: center; flex-shrink: 0; }
.offer-from { font-size: 11px; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.06em; }
.offer-price { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 3rem; color: var(--orange); line-height: 1; }
.offer-vat { font-size: 12px; color: var(--text-dim); }
.offer-note { font-size: 11px; color: var(--text-muted); margin-top: 6px; }

/* PACKAGES */
.packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.pkg-card { background: var(--bg-card); border: 0.5px solid var(--border-light); border-radius: var(--radius); padding: 1.4rem; position: relative; transition: border-color 0.2s; }
.pkg-card:hover { border-color: var(--orange-border); }
.pkg-card.featured { border: 2px solid var(--orange); }
.pkg-featured-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #fff; font-size: 9px; font-weight: 500; letter-spacing: 0.06em; padding: 3px 12px; border-radius: 20px; white-space: nowrap; text-transform: uppercase; }
.pkg-icon { color: var(--orange); font-size: 22px; margin-bottom: 10px; }
.pkg-name { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.pkg-ideal { font-size: 11px; color: var(--text-dim); margin-bottom: 1rem; }
.pkg-features { list-style: none; margin-bottom: 1.2rem; }
.pkg-features li { font-size: 12px; color: var(--text-muted); padding: 3px 0; display: flex; align-items: flex-start; gap: 6px; }
.pkg-features li i { color: var(--orange); font-size: 12px; margin-top: 2px; flex-shrink: 0; }
.pkg-price { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.6rem; color: var(--orange); line-height: 1; margin-bottom: 4px; }
.pkg-price span { font-family: 'Montserrat', sans-serif; font-size: 11px; color: var(--text-dim); font-weight: 400; }
.pkg-note { font-size: 11px; color: var(--text-dim); margin-bottom: 1rem; font-style: italic; }
.pkg-btn { width: 100%; padding: 9px; background: rgba(255,255,255,0.06); border: 0.5px solid var(--border-light); border-radius: var(--radius-sm); color: var(--text-main); font-size: 12px; font-weight: 500; cursor: pointer; font-family: 'Montserrat', sans-serif; transition: background 0.15s; }
.pkg-card.featured .pkg-btn { background: var(--orange); border-color: var(--orange); color: #fff; }
.pkg-btn:hover { background: rgba(252,124,4,0.2); }
.pkg-card.featured .pkg-btn:hover { background: #d96800; }
.travel-note { background: var(--bg-card); border: 0.5px solid var(--border-light); border-radius: var(--radius-sm); padding: 1rem 1.2rem; margin-top: 1rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.travel-note p { font-size: 12px; color: var(--text-muted); }
.travel-note p strong { color: var(--text-main); }
.travel-zones { display: flex; gap: 8px; flex-wrap: wrap; }
.tz { font-size: 11px; color: var(--text-muted); background: rgba(255,255,255,0.05); border: 0.5px solid var(--border); padding: 4px 10px; border-radius: 4px; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.about-img-wrap { position: relative; }
.about-img { width: 100%; height: 360px; object-fit: cover; object-position: center top; border-radius: var(--radius); }
.about-award-badge { position: absolute; bottom: 14px; left: 14px; background: rgba(0,0,0,0.85); border: 0.5px solid var(--orange-border); border-radius: 8px; padding: 9px 14px; display: flex; align-items: center; gap: 8px; }
.about-award-badge i { color: var(--orange); font-size: 16px; }
.about-award-badge span { font-size: 11px; color: var(--text-main); line-height: 1.4; }
.about-text p { font-size: 13px; color: var(--text-muted); line-height: 1.8; margin-bottom: 0.9rem; font-weight: 400; }
.cred-pills { display: flex; flex-wrap: wrap; gap: 6px; margin: 1rem 0; }
.cred-pill { background: var(--orange-dim); border: 0.5px solid var(--orange-border); color: var(--orange-light); font-size: 10px; padding: 4px 10px; border-radius: 20px; }
.dw-badge-box { background: #3a3735; border: 0.5px solid var(--border-light); border-radius: 8px; padding: 12px 14px; display: flex; align-items: center; gap: 12px; margin-top: 1rem; }
.dw-badge-box img { height: 40px; width: auto; }
.dw-text strong { font-size: 12px; color: #fff; display: block; margin-bottom: 2px; }
.dw-text span { font-size: 11px; color: var(--text-muted); }

/* SERVICE TILES */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; }
.svc-tile { border-radius: var(--radius); overflow: hidden; position: relative; height: 200px; cursor: pointer; }
.svc-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.svc-tile:hover img { transform: scale(1.04); }
.svc-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.1rem; transition: background 0.2s; }
.svc-tile:hover .svc-overlay { background: linear-gradient(to top, rgba(252,124,4,0.5) 0%, rgba(0,0,0,0.2) 70%); }
.svc-tag { font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange-light); margin-bottom: 4px; }
.svc-name { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; color: #fff; line-height: 1; }
.svc-price { font-size: 11px; color: rgba(255,255,255,0.65); margin-top: 3px; }

/* GALLERY */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.gallery-grid img { width: 100%; height: 140px; object-fit: cover; border-radius: 8px; border: 0.5px solid var(--border); transition: opacity 0.2s; }
.gallery-grid img:hover { opacity: 0.8; }

/* REVIEWS */
.rc-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 1.5rem; }
.rc-nav { display: flex; gap: 8px; }
.rc-arrow { width: 36px; height: 36px; border-radius: 50%; background: transparent; border: 0.5px solid rgba(255,255,255,0.2); color: var(--text-muted); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: border-color 0.15s, color 0.15s; }
.rc-arrow:hover { border-color: var(--orange); color: var(--orange); }
.rc-viewport { overflow: hidden; }
.rc-track { display: flex; gap: 14px; transition: transform 0.45s cubic-bezier(0.4,0,0.2,1); }
.rc-card { flex: 0 0 calc(50% - 7px); background: var(--bg-card); border: 0.5px solid var(--border); border-radius: var(--radius); padding: 1.4rem; transition: border-color 0.2s; }
.rc-card.active { border-color: rgba(252,124,4,0.3); }
.rc-stars { color: var(--orange); font-size: 13px; margin-bottom: 10px; letter-spacing: 2px; }
.rc-text { font-size: 13px; color: var(--text-muted); line-height: 1.75; font-style: italic; margin-bottom: 1.1rem; min-height: 80px; }
.rc-reviewer { display: flex; align-items: center; gap: 10px; border-top: 0.5px solid var(--border); padding-top: 12px; }
.rc-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 500; flex-shrink: 0; }
.rc-name { font-size: 13px; font-weight: 500; color: var(--text-main); }
.rc-role { font-size: 11px; color: var(--text-dim); }
.rc-source { margin-left: auto; font-size: 10px; color: var(--text-dim); border: 0.5px solid var(--border); padding: 2px 7px; border-radius: 10px; }
.rc-controls { display: flex; justify-content: center; gap: 6px; margin-top: 1.2rem; }
.rc-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.15); border: none; cursor: pointer; padding: 0; transition: background 0.2s, transform 0.2s; }
.rc-dot.active { background: var(--orange); transform: scale(1.3); }
.rc-progress { height: 2px; background: var(--border); border-radius: 1px; margin-top: 1rem; overflow: hidden; }
.rc-progress-fill { height: 100%; background: var(--orange); width: 0%; transition: width 0.1s linear; }

/* FORM */
.form-card { background: #353230; border: 0.5px solid var(--border-light); border-radius: var(--radius); padding: 2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 12px; font-weight: 500; color: var(--text-muted); }
.form-group input, .form-group select, .form-group textarea { background: #1e1c1a; border: 0.5px solid var(--border-light); border-radius: var(--radius-sm); color: #fff; padding: 10px 12px; font-family: 'Montserrat', sans-serif; font-size: 13px; transition: border-color 0.15s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--orange); }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-dim); }
.form-group select option { background: #111; }
.form-group textarea { resize: vertical; min-height: 80px; }
.math-challenge { background: var(--bg-dark); border: 0.5px solid var(--border-light); border-radius: var(--radius-sm); padding: 10px 14px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.math-q { font-size: 13px; font-weight: 500; color: #fff; }
.math-challenge input { width: 70px !important; text-align: center; }
.hp-field { position: absolute; left: -9999px; top: -9999px; opacity: 0; height: 0; overflow: hidden; }
.timer-bar { height: 3px; background: var(--border); border-radius: 2px; margin-bottom: 1.2rem; overflow: hidden; }
.timer-fill { height: 100%; background: var(--orange); width: 0%; transition: width 0.1s linear; }
.submit-btn { width: 100%; padding: 14px; background: var(--orange); color: #fff; border: none; border-radius: var(--radius-sm); font-size: 15px; font-weight: 500; cursor: pointer; font-family: 'Montserrat', sans-serif; margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background 0.2s; }
.submit-btn:hover:not(:disabled) { background: #d96800; }
.submit-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.form-note { font-size: 11px; color: var(--text-dim); margin-top: 10px; display: flex; align-items: center; gap: 5px; }
.form-note i { color: var(--orange); font-size: 13px; }
.form-msg { font-size: 13px; margin-top: 10px; padding: 10px 14px; border-radius: var(--radius-sm); }
.form-msg.error { background: rgba(226,75,74,0.12); color: #f09595; border: 0.5px solid rgba(226,75,74,0.3); }
.form-msg.success { background: rgba(29,158,117,0.12); color: #5dcaa5; border: 0.5px solid rgba(29,158,117,0.3); }

/* STICKY BAR */
.sticky-bar { position: sticky; bottom: 0; z-index: 100; background: #080404; border-top: 1px solid rgba(252,124,4,0.3); padding: 10px 2rem; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.sticky-text { font-size: 12px; color: var(--text-muted); }
.sticky-text strong { color: #fff; }

/* MOBILE */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: 1; }
  .offer-box { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .nav-links a:not(:last-child) { display: none; }
  .hero-stats { gap: 1.2rem; }
  .partner-logos { flex-direction: column !important; gap: 1.5rem !important; padding: 0 1rem !important; }
  .partner-item { flex-direction: row !important; align-items: center !important; gap: 10px !important; width: 100% !important; }
  .partner-item img { height: 40px !important; width: auto !important; flex-shrink: 0 !important; }
  .partner-item:last-child img { height: 20px !important; }
  .partner-text { font-size: 11px !important; }
  .partner-strip { padding: 1.2rem 1rem !important; }
}html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

@media (max-width: 480px) {
  .hero {
    overflow: hidden !important;
  }
  .hero-left {
    padding: 2rem 1.5rem 2rem 1.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-right {
    display: flex !important;
  }
  .hero {
    grid-template-columns: 1fr 1fr !important;
  }
}@media (min-width: 769px) and (max-width: 1024px) {
  .hero-right {
    display: flex !important;
  }
  .hero {
    grid-template-columns: 1fr 1fr !important;
  }
  .awards-bar {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    font-size: 9px !important;
  }
  .aw-item {
    white-space: nowrap !important;
    font-size: 9px !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dfbc681 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --orange: #FC7C04;
  --orange-light: #FFA034;
  --orange-dim: rgba(252,124,4,0.12);
  --orange-border: rgba(252,124,4,0.35);
  --bg-dark: #080404;
  --bg-mid: #2A2927;
  --bg-card: #353230;
  --bg-section: #1e1c1a;
  --white: #ffffff;
  --text-main: rgba(255,255,255,0.93);
  --text-muted: rgba(255,255,255,0.62);
  --text-dim: rgba(255,255,255,0.40);
  --border: rgba(255,255,255,0.10);
  --border-light: rgba(255,255,255,0.16);
  --radius: 10px;
  --radius-sm: 6px;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--bg-mid);
  color: var(--text-main);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.display {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.0;
}

.label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FC7C04;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
}

.btn-primary {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--orange); color: #fff; border: none;
  padding: 12px 22px; border-radius: var(--radius-sm);
  font-size: 14px; font-weight: 500; cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
}
.btn-primary:hover { background: #d96800; }
.btn-primary:active { transform: scale(0.98); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 7px;
  background: transparent; color: var(--text-muted);
  border: 0.5px solid rgba(255,255,255,0.22);
  padding: 12px 22px; border-radius: var(--radius-sm);
  font-size: 14px; cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: #fff; }

.section { padding: 4rem 2rem; }
.section-dark { background: var(--bg-section); }
.section-mid { background: var(--bg-mid); }

.section-header { margin-bottom: 2rem; }
.section-header h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 0.4rem; font-weight: 900; }
.section-header p { font-size: 14px; color: var(--text-muted); max-width: 560px; line-height: 1.7; }

/* NAV */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 2rem;
  background: var(--bg-dark);
  border-bottom: 2px solid rgba(252,124,4,0.4);
  position: sticky; top: 0; z-index: 100;
}
.nav-logo img { height: 40px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links a { font-size: 13px; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: #fff; }

/* AWARDS BAR */
.awards-bar {
  background: rgba(252,124,4,0.10);
  border-bottom: 1px solid rgba(252,124,4,0.3);
  padding: 8px 2rem;
  display: flex; align-items: center; gap: 6px;
  flex-wrap: wrap;
}
.aw-item { display: flex; align-items: center; gap: 5px; font-size: 10px; color: var(--text-muted); white-space: nowrap; }
.aw-item i { color: var(--orange); font-size: 12px; }
.aw-sep { color: var(--orange-border); font-size: 10px; }

/* HERO */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://soundcheck-avs.co.uk/wp-content/uploads/your-hero-image.jpg');
  background-size: cover;
  background-position: center top;
  filter: brightness(0.18);
}
.hero-left {
  position: relative; z-index: 2;
  padding: 3rem 2rem 3rem;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 0.5px solid var(--border);
}
.hero-right {
  position: relative; z-index: 2;
  padding: 2rem 2rem 2rem 2.5rem;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center; gap: 1rem;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--orange-dim); border: 0.5px solid var(--orange-border);
  color: var(--orange-light); font-size: 10px; font-weight: 500;
  letter-spacing: 0.1em; padding: 4px 10px; border-radius: 20px;
  text-transform: uppercase; margin-bottom: 1rem; width: fit-content;
}
.hero-eyebrow { font-size: 11px; color: var(--text-dim); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.5rem; }
.hero h1 { font-size: clamp(2.8rem, 6vw, 4rem); color: #fff; margin-bottom: 1.2rem; font-weight: 900; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-sub { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin-bottom: 1.8rem; max-width: 360px; }
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 2rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 0.5px solid var(--border); }
.stat-num { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.8rem; color: var(--orange); line-height: 1; }
.stat-lbl { font-size: 10px; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 3px; }

/* VIDEO FRAME */
.video-frame { width: 100%; aspect-ratio: 16/9; background: var(--bg-section); border-radius: var(--radius); border: 0.5px solid var(--border-light); position: relative; overflow: hidden; cursor: pointer; }
.video-frame-bg { position: absolute; inset: 0; background-image: url('https://soundcheck-avs.co.uk/wp-content/uploads/your-video-thumbnail.jpg'); background-size: cover; background-position: center; opacity: 0.3; }
.vf-corners span { position: absolute; width: 16px; height: 16px; border-color: var(--orange); border-style: solid; border-width: 0; }
.vf-corners .tl { top:10px;left:10px;border-top-width:2px;border-left-width:2px;border-top-left-radius:3px; }
.vf-corners .tr { top:10px;right:10px;border-top-width:2px;border-right-width:2px;border-top-right-radius:3px; }
.vf-corners .bl { bottom:10px;left:10px;border-bottom-width:2px;border-left-width:2px;border-bottom-left-radius:3px; }
.vf-corners .br { bottom:10px;right:10px;border-bottom-width:2px;border-right-width:2px;border-bottom-right-radius:3px; }
.vf-inner { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.play-btn { width: 56px; height: 56px; border-radius: 50%; background: rgba(252,124,4,0.15); border: 2px solid #FC7C04; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.video-frame:hover .play-btn { background: rgba(252,124,4,0.3); }
.play-btn i { color: var(--orange); font-size: 24px; margin-left: 3px; }
.vf-label { font-size: 13px; color: var(--text-muted); }
.vf-andrew { position: absolute; bottom: 12px; left: 14px; display: flex; align-items: center; gap: 8px; }
.vf-avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 500; }
.vf-name { font-size: 11px; font-weight: 500; color: var(--text-main); }
.vf-role { font-size: 9px; color: var(--text-dim); }
.vf-duration { position: absolute; bottom: 12px; right: 14px; font-size: 10px; color: var(--text-dim); background: rgba(0,0,0,0.6); padding: 2px 7px; border-radius: 3px; }
.video-caption { text-align: center; }
.video-caption p { font-size: 13px; font-weight: 500; color: var(--text-main); margin-bottom: 3px; }
.video-caption span { font-size: 11px; color: var(--text-dim); font-style: italic; }

/* TRUST STRIP */
.trust-strip { background: #1a1816; border-top: 0.5px solid var(--border); padding: 10px 2rem; display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 8px; }
.trust-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--text-muted); }
.trust-item i { color: var(--orange); font-size: 15px; }

/* PARTNER STRIP */
.partner-strip { background: #080404; border-top: 0.5px solid rgba(252,124,4,0.2); border-bottom: 0.5px solid rgba(252,124,4,0.2); padding: 1.2rem 2rem; }
.partner-strip-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); text-align: center; margin-bottom: 1rem; }
.partner-logos { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: center !important; gap: 3rem; flex-wrap: wrap; }
.partner-item { display: flex !important; flex-direction: row !important; align-items: center !important; gap: 12px; }
.partner-item img { height: 60px !important; width: auto !important; opacity: 0.85; }
.partner-item:last-child img { height: 30px !important; }
.partner-text { color: rgba(255,255,255,0.85) !important; font-size: 11px; line-height: 1.5; }
.partner-text strong { color: #ffffff !important; display: block; font-size: 12px; }

/* CORE OFFER */
.offer-box { background: var(--bg-card); border: 2px solid #FC7C04; border-radius: var(--radius); padding: 2rem; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; margin-bottom: 2rem; }
.offer-tag { display: inline-flex; align-items: center; gap: 5px; background: var(--orange-dim); border: 0.5px solid var(--orange-border); color: var(--orange); font-size: 10px; font-weight: 500; padding: 4px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.8rem; width: fit-content; }
.offer-box h3 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 0.6rem; }
.offer-box p { font-size: 13px; color: var(--text-muted); line-height: 1.7; max-width: 480px; }
.offer-includes { list-style: none; margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 1.5rem; }
.offer-includes li { font-size: 12px; color: var(--text-muted); display: flex; align-items: center; gap: 6px; }
.offer-includes li i { color: var(--orange); font-size: 13px; flex-shrink: 0; }
.offer-price-block { text-align: center; flex-shrink: 0; }
.offer-from { font-size: 11px; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.06em; }
.offer-price { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 3rem; color: var(--orange); line-height: 1; }
.offer-vat { font-size: 12px; color: var(--text-dim); }
.offer-note { font-size: 11px; color: var(--text-muted); margin-top: 6px; }

/* PACKAGES */
.packages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.pkg-card { background: var(--bg-card); border: 0.5px solid var(--border-light); border-radius: var(--radius); padding: 1.4rem; position: relative; transition: border-color 0.2s; }
.pkg-card:hover { border-color: var(--orange-border); }
.pkg-card.featured { border: 2px solid var(--orange); }
.pkg-featured-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #fff; font-size: 9px; font-weight: 500; letter-spacing: 0.06em; padding: 3px 12px; border-radius: 20px; white-space: nowrap; text-transform: uppercase; }
.pkg-icon { color: var(--orange); font-size: 22px; margin-bottom: 10px; }
.pkg-name { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.pkg-ideal { font-size: 11px; color: var(--text-dim); margin-bottom: 1rem; }
.pkg-features { list-style: none; margin-bottom: 1.2rem; }
.pkg-features li { font-size: 12px; color: var(--text-muted); padding: 3px 0; display: flex; align-items: flex-start; gap: 6px; }
.pkg-features li i { color: var(--orange); font-size: 12px; margin-top: 2px; flex-shrink: 0; }
.pkg-price { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.6rem; color: var(--orange); line-height: 1; margin-bottom: 4px; }
.pkg-price span { font-family: 'Montserrat', sans-serif; font-size: 11px; color: var(--text-dim); font-weight: 400; }
.pkg-note { font-size: 11px; color: var(--text-dim); margin-bottom: 1rem; font-style: italic; }
.pkg-btn { width: 100%; padding: 9px; background: rgba(255,255,255,0.06); border: 0.5px solid var(--border-light); border-radius: var(--radius-sm); color: var(--text-main); font-size: 12px; font-weight: 500; cursor: pointer; font-family: 'Montserrat', sans-serif; transition: background 0.15s; }
.pkg-card.featured .pkg-btn { background: var(--orange); border-color: var(--orange); color: #fff; }
.pkg-btn:hover { background: rgba(252,124,4,0.2); }
.pkg-card.featured .pkg-btn:hover { background: #d96800; }
.travel-note { background: var(--bg-card); border: 0.5px solid var(--border-light); border-radius: var(--radius-sm); padding: 1rem 1.2rem; margin-top: 1rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.travel-note p { font-size: 12px; color: var(--text-muted); }
.travel-note p strong { color: var(--text-main); }
.travel-zones { display: flex; gap: 8px; flex-wrap: wrap; }
.tz { font-size: 11px; color: var(--text-muted); background: rgba(255,255,255,0.05); border: 0.5px solid var(--border); padding: 4px 10px; border-radius: 4px; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.about-img-wrap { position: relative; }
.about-img { width: 100%; height: 360px; object-fit: cover; object-position: center top; border-radius: var(--radius); }
.about-award-badge { position: absolute; bottom: 14px; left: 14px; background: rgba(0,0,0,0.85); border: 0.5px solid var(--orange-border); border-radius: 8px; padding: 9px 14px; display: flex; align-items: center; gap: 8px; }
.about-award-badge i { color: var(--orange); font-size: 16px; }
.about-award-badge span { font-size: 11px; color: var(--text-main); line-height: 1.4; }
.about-text p { font-size: 13px; color: var(--text-muted); line-height: 1.8; margin-bottom: 0.9rem; font-weight: 400; }
.cred-pills { display: flex; flex-wrap: wrap; gap: 6px; margin: 1rem 0; }
.cred-pill { background: var(--orange-dim); border: 0.5px solid var(--orange-border); color: var(--orange-light); font-size: 10px; padding: 4px 10px; border-radius: 20px; }
.dw-badge-box { background: #3a3735; border: 0.5px solid var(--border-light); border-radius: 8px; padding: 12px 14px; display: flex; align-items: center; gap: 12px; margin-top: 1rem; }
.dw-badge-box img { height: 40px; width: auto; }
.dw-text strong { font-size: 12px; color: #fff; display: block; margin-bottom: 2px; }
.dw-text span { font-size: 11px; color: var(--text-muted); }

/* SERVICE TILES */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; }
.svc-tile { border-radius: var(--radius); overflow: hidden; position: relative; height: 200px; cursor: pointer; }
.svc-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.svc-tile:hover img { transform: scale(1.04); }
.svc-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.1rem; transition: background 0.2s; }
.svc-tile:hover .svc-overlay { background: linear-gradient(to top, rgba(252,124,4,0.5) 0%, rgba(0,0,0,0.2) 70%); }
.svc-tag { font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange-light); margin-bottom: 4px; }
.svc-name { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; color: #fff; line-height: 1; }
.svc-price { font-size: 11px; color: rgba(255,255,255,0.65); margin-top: 3px; }

/* GALLERY */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.gallery-grid img { width: 100%; height: 140px; object-fit: cover; border-radius: 8px; border: 0.5px solid var(--border); transition: opacity 0.2s; }
.gallery-grid img:hover { opacity: 0.8; }

/* REVIEWS */
.rc-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 1.5rem; }
.rc-nav { display: flex; gap: 8px; }
.rc-arrow { width: 36px; height: 36px; border-radius: 50%; background: transparent; border: 0.5px solid rgba(255,255,255,0.2); color: var(--text-muted); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: border-color 0.15s, color 0.15s; }
.rc-arrow:hover { border-color: var(--orange); color: var(--orange); }
.rc-viewport { overflow: hidden; }
.rc-track { display: flex; gap: 14px; transition: transform 0.45s cubic-bezier(0.4,0,0.2,1); }
.rc-card { flex: 0 0 calc(50% - 7px); background: var(--bg-card); border: 0.5px solid var(--border); border-radius: var(--radius); padding: 1.4rem; transition: border-color 0.2s; }
.rc-card.active { border-color: rgba(252,124,4,0.3); }
.rc-stars { color: var(--orange); font-size: 13px; margin-bottom: 10px; letter-spacing: 2px; }
.rc-text { font-size: 13px; color: var(--text-muted); line-height: 1.75; font-style: italic; margin-bottom: 1.1rem; min-height: 80px; }
.rc-reviewer { display: flex; align-items: center; gap: 10px; border-top: 0.5px solid var(--border); padding-top: 12px; }
.rc-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 500; flex-shrink: 0; }
.rc-name { font-size: 13px; font-weight: 500; color: var(--text-main); }
.rc-role { font-size: 11px; color: var(--text-dim); }
.rc-source { margin-left: auto; font-size: 10px; color: var(--text-dim); border: 0.5px solid var(--border); padding: 2px 7px; border-radius: 10px; }
.rc-controls { display: flex; justify-content: center; gap: 6px; margin-top: 1.2rem; }
.rc-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.15); border: none; cursor: pointer; padding: 0; transition: background 0.2s, transform 0.2s; }
.rc-dot.active { background: var(--orange); transform: scale(1.3); }
.rc-progress { height: 2px; background: var(--border); border-radius: 1px; margin-top: 1rem; overflow: hidden; }
.rc-progress-fill { height: 100%; background: var(--orange); width: 0%; transition: width 0.1s linear; }

/* FORM */
.form-card { background: #353230; border: 0.5px solid var(--border-light); border-radius: var(--radius); padding: 2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 12px; font-weight: 500; color: var(--text-muted); }
.form-group input, .form-group select, .form-group textarea { background: #1e1c1a; border: 0.5px solid var(--border-light); border-radius: var(--radius-sm); color: #fff; padding: 10px 12px; font-family: 'Montserrat', sans-serif; font-size: 13px; transition: border-color 0.15s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--orange); }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-dim); }
.form-group select option { background: #111; }
.form-group textarea { resize: vertical; min-height: 80px; }
.math-challenge { background: var(--bg-dark); border: 0.5px solid var(--border-light); border-radius: var(--radius-sm); padding: 10px 14px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.math-q { font-size: 13px; font-weight: 500; color: #fff; }
.math-challenge input { width: 70px !important; text-align: center; }
.hp-field { position: absolute; left: -9999px; top: -9999px; opacity: 0; height: 0; overflow: hidden; }
.timer-bar { height: 3px; background: var(--border); border-radius: 2px; margin-bottom: 1.2rem; overflow: hidden; }
.timer-fill { height: 100%; background: var(--orange); width: 0%; transition: width 0.1s linear; }
.submit-btn { width: 100%; padding: 14px; background: var(--orange); color: #fff; border: none; border-radius: var(--radius-sm); font-size: 15px; font-weight: 500; cursor: pointer; font-family: 'Montserrat', sans-serif; margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background 0.2s; }
.submit-btn:hover:not(:disabled) { background: #d96800; }
.submit-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.form-note { font-size: 11px; color: var(--text-dim); margin-top: 10px; display: flex; align-items: center; gap: 5px; }
.form-note i { color: var(--orange); font-size: 13px; }
.form-msg { font-size: 13px; margin-top: 10px; padding: 10px 14px; border-radius: var(--radius-sm); }
.form-msg.error { background: rgba(226,75,74,0.12); color: #f09595; border: 0.5px solid rgba(226,75,74,0.3); }
.form-msg.success { background: rgba(29,158,117,0.12); color: #5dcaa5; border: 0.5px solid rgba(29,158,117,0.3); }

/* STICKY BAR */
.sticky-bar { position: sticky; bottom: 0; z-index: 100; background: #080404; border-top: 1px solid rgba(252,124,4,0.3); padding: 10px 2rem; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.sticky-text { font-size: 12px; color: var(--text-muted); }
.sticky-text strong { color: #fff; }

/* MOBILE */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: 1; }
  .offer-box { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .nav-links a:not(:last-child) { display: none; }
  .hero-stats { gap: 1.2rem; }
  .partner-logos { flex-direction: column !important; gap: 1.5rem !important; padding: 0 1rem !important; }
  .partner-item { flex-direction: row !important; align-items: center !important; gap: 10px !important; width: 100% !important; }
  .partner-item img { height: 40px !important; width: auto !important; flex-shrink: 0 !important; }
  .partner-item:last-child img { height: 20px !important; }
  .partner-text { font-size: 11px !important; }
  .partner-strip { padding: 1.2rem 1rem !important; }
}@media (max-width: 480px) {
  .sticky-bar {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
  }
  .hero-ctas {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
@media (max-width: 480px) {
  .rc-card {
    flex: 0 0 100% !important;
  }
}
@media (max-width: 480px) {
  .hero-left {
    padding: 2rem 1.5rem !important;
  }
  .section {
    padding: 3rem 1.5rem !important;
  }
}/* End custom CSS */