
/* GLOBAL */
/* ==== */
html {
scroll-behavior: smooth;
}
#savecontent {
margin-top: -2px;
}
.anchor {
scroll-margin-top: 150px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
color: inherit;
}
h1, .h1 {
font-size: clamp(35px, 4.4vw, 46px);
}
h1.mega, .h1.mega {
font-size: clamp(36px, 4.7vw, 70px);
}
h1.ultra, .h1.ultra {
font-size: clamp(37px, 5.3vw, 95px);
}
h2, .h2 {
font-size: clamp(32px, 4vw, 42px);
}
h3, .h3 {
font-size: clamp(29px, 3.6vw, 37px);
}
h4, .h4 {
font-size: clamp(26px, 3.2vw, 32px);
}
h5, .h5 {
font-size: clamp(23px, 2.8vw, 27px);
}
h6, .h6 {
font-size: clamp(20px, 2.4vw, 22px);
}
body {
font-size: clamp(15px, 2vw, 18px);
}
.btn {
white-space: normal;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
.btn-warning {
color: white !important;
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn-primary {
color: white !important;
}
.round {
border-radius: 12px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-color: rgba(0, 0, 0, 0.9);
padding: 1rem;
background-size: 20px;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
@media(min-width: 1600px) {
.container.container-wide {
width: 1500px !important;
max-width: 1500px !important;
}
}
.product-image {
background-size: cover !important;
min-height: auto !important;
padding-bottom: 75%;
}
#savecontent form label {
font-weight: bold;
}
#savecontent form .checkbox-group label,
#savecontent form .radio-group label {
font-weight: normal;
}
.formbuilder-required {
color: red;
}
.text-right.addToCart {
text-align: left !important;
}
.blog-detail-page {
background: var(--light);
}
.blog-detail-page .blog {
border-radius: 12px;
padding: 1.5rem;
background: white;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.blog-detail-page .blog h4 {
margin-top: 1rem;
}
form li p {
margin-bottom: 0;
}
form label {
font-weight: bold;
}
form .checkbox-group label,
form .radio-group label {
font-weight: normal;
}
.formbuilder-checkbox,
.formbuilder-radio {
margin-bottom: 4px;
}
/* reusable bloom gradient: brand primary blooming into deep navy */
.grad-bloom {
background-color: #22377b;
background-image:
radial-gradient(85% 120% at 18% 12%, var(--primary) 0%, rgba(34,55,123,0) 58%),
radial-gradient(70% 90% at 95% 100%, rgba(255,255,255,.06) 0%, rgba(34,55,123,0) 55%);
}
/* ============================================================
DMX Imaging homepage (scoped .dmx)
============================================================ */
.dmx-hero {
position: relative;
background-color: #10151b;
background-size: cover;
background-position: center;
}
.dmx-hero-overlay {
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.55) 55%, rgba(0,0,0,.35) 100%);
}
.dmx-hero .container {
position: relative;
z-index: 2;
}
/* audience cards */
.dmx-audience-card {
position: relative;
background: #fff;
border: 1px solid rgba(0,0,0,.06);
box-shadow: 0 6px 18px rgba(0,0,0,.08);
}
.dmx-audience-media {
position: relative;
}
.dmx-card-img {
width: 100%;
aspect-ratio: 3 / 2;
object-fit: cover;
}
.dmx-audience-badge {
position: absolute;
left: 24px;
bottom: -26px;
width: 54px;
height: 54px;
border-radius: 50%;
background: var(--primary);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.35rem;
box-shadow: 0 6px 16px rgba(0,0,0,.22);
}
.dmx-morelink {
font-weight: 700;
color: var(--primary);
text-decoration: none;
}
.dmx-morelink:hover {
color: var(--primary);
text-decoration: none;
}
.dmx-morelink i {
transition: transform .18s ease;
}
.dmx-morelink:hover i {
transform: translateX(4px);
}
/* ebook */
.dmx-ebook-cover {
width: 240px;
max-width: 100%;
box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.dmx-ebook-form {
max-width: 520px;
}
/* testimonials */
.dmx-quote-card {
background: #fff;
border: 1px solid rgba(0,0,0,.06);
box-shadow: 0 6px 18px rgba(0,0,0,.06);
padding: 30px 28px;
}
.dmx-stars {
color: #f6b40a;
letter-spacing: 2px;
}
/* FAQ accordion */
.dmx-faq .card {
border: 0;
border-radius: 12px;
overflow: hidden;
margin-bottom: 14px;
box-shadow: 0 6px 20px rgba(0,0,0,.06);
}
.dmx-faq .card-header {
padding: 0;
background: #fff;
border-bottom: 0;
}
.dmx-faq .faq-btn {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 20px 24px 20px 26px;
font-size: 1.08rem;
font-weight: 700;
line-height: 1.35;
color: #23324f;
background: #fff;
text-align: left;
text-decoration: none;
white-space: normal;
border-left: 4px solid transparent;
transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
/* open state — heading clearly set apart from the answer */
.dmx-faq .faq-btn:not(.collapsed) {
color: var(--primary);
background: rgba(0,0,0,.02);
border-left-color: var(--primary);
}
/* hover — signals clickability */
.dmx-faq .faq-btn:hover,
.dmx-faq .faq-btn:focus {
text-decoration: none;
color: var(--primary);
background: rgba(0,0,0,.035);
border-left-color: var(--primary);
}
.dmx-faq .faq-btn .faq-icon {
flex: 0 0 auto;
width: 30px;
height: 30px;
margin-left: 18px;
display: flex;
align-items: center;
justify-content: center;
font-size: .8rem;
color: var(--primary);
background: rgba(0,0,0,.05);
border-radius: 50%;
transition: transform .2s ease, background-color .18s ease, color .18s ease;
}
.dmx-faq .faq-btn:not(.collapsed) .faq-icon {
color: #fff;
background: var(--primary);
}
.dmx-faq .faq-btn:hover .faq-icon {
background: var(--primary);
color: #fff;
}
.dmx-faq .faq-btn.collapsed .faq-icon {
transform: rotate(-90deg);
}
.dmx-faq .card-body {
padding: 20px 24px 24px 26px;
border-top: 1px solid rgba(0,0,0,.06);
color: #444;
}
.dmx-faq .card-body ul {
padding-left: 1.2rem;
margin-bottom: 0;
}
/* ============ contact ============ */
/* map — modern rounded, shadowed, fills its column height */
.dmx-map {
position: relative;
flex: 1 1 auto;
min-height: 400px;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.dmx-map iframe {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
border: 0;
}
/* form card — styles the BS4 form dropped in via [[[CUSTFORM_XXXX]]] */
.dmx-form-card {
background: #fff;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,.08);
padding: 32px 30px;
height: 100%;
}
.dmx-form-card .form-control {
border-radius: 8px;
padding: .65rem .85rem;
border: 1px solid rgba(0,0,0,.14);
}
.dmx-form-card .form-control:focus {
border-color: var(--primary);
box-shadow: 0 0 0 .2rem rgba(0,0,0,.06);
}
.dmx-form-card label {
font-weight: 700;
margin-bottom: .3rem;
}
.dmx-form-card .btn {
padding: .65rem 1.6rem;
}
/* contact detail rows */
.dmx-contact-item {
display: flex;
align-items: flex-start;
margin-bottom: .9rem;
}
.dmx-contact-item i {
flex: 0 0 auto;
width: 22px;
margin-top: 3px;
color: var(--primary);
}
.dmx-contact-item a {
color: inherit;
text-decoration: none;
}
.dmx-contact-item a:hover {
color: var(--primary);
}
/* PAGE SPECIFIC */
/* FOOTER */
