/*
Theme Name: PowerDB
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&family=Sen:wght@500&display=swap');

/* Universal card frame — used wherever a col is a card */
.card-rounded > .col-inner { border-radius: 20px; overflow: hidden; height: 100%; }
.card-min > .col-inner { min-height: 362px; display: flex; flex-direction: column; }

/* Section titles (Raleway not in theme defaults) */
.pdb-section-title { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 35.5px; letter-spacing: -0.71px; line-height: 52px; color: #fff; }

/* Hero — overlays + container sizing (no shortcode equivalent) */
.pdb-hero {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  width: calc(100% - 96px);
  max-width: 1728px;
  margin: 0 auto;
  isolation: isolate;
}
.pdb-hero .section-bg::after {
  content: ''; position: absolute; inset: 0;
  background-color: #3F8EA3;
  background-image: linear-gradient(rgba(11, 11, 11, 0.76), rgba(11, 11, 11, 0.76));
  mix-blend-mode: multiply; pointer-events: none;
}
.pdb-hero .section-content { position: relative; z-index: 3; }

.pdb-hero h1 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 40px; letter-spacing: -0.8px; line-height: 1.2; margin: 0 0 34px; color: #fff; }
.pdb-hero p { font-size: 18px; line-height: 24px; letter-spacing: -0.09px; color: #fff; margin: 0 0 20px; }
.pdb-hero .ux-text { margin: 0; }

/* PowerDB buttons — match design's .btn (applies across hero, product cards, built-banner, CTA) */
.pdb-hero .button,
.pdb-product-card .button,
.pdb-built-banner .button,
.pdb-cta-wrapper .button {
  font-family: Arial, sans-serif; font-weight: 700; font-size: 16px;
  letter-spacing: -0.48px; line-height: 20px; padding: 14.8px 37.6px;
  border-radius: 9.6px; min-height: 0; height: auto;
  margin: 0 12px 0 0; text-transform: none;
  border: 1px solid transparent; box-shadow: none; text-shadow: none;
}
.pdb-hero .button span,
.pdb-product-card .button span,
.pdb-built-banner .button span,
.pdb-cta-wrapper .button span { line-height: 20px; }
.pdb-hero .button:last-of-type,
.pdb-product-card .button:last-of-type,
.pdb-built-banner .button:last-of-type,
.pdb-cta-wrapper .button:last-of-type { margin-right: 0; }
.pdb-hero .button:not(.is-outline):not(.is-link),
.pdb-product-card .button:not(.is-outline):not(.is-link),
.pdb-built-banner .button:not(.is-outline):not(.is-link),
.pdb-cta-wrapper .button:not(.is-outline):not(.is-link) { background: #fff; color: #171717; border-color: #fff; }
body .button.is-outline {
  background: rgba(255,255,255,0.22) !important; color: #fff; border-color: rgba(255,255,255,0.21);
  backdrop-filter: blur(10.4px); -webkit-backdrop-filter: blur(10.4px);
}

/* Product card — cap description width per design */
.pdb-product-card .text { max-width: 506px; }

/* Featured-box body typography (HTML inside featured_box can't use ux_text font_size) */
.pdb-feat-box h4 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 20px; line-height: 32px; letter-spacing: -0.4px; margin: 0 0 4px; color: #fff; }
.pdb-feat-box p { font-size: 18px; line-height: 24px; letter-spacing: -0.09px; margin: 0; }

/* Megger row — vertical divider between logo and text (design-specific) */
.pdb-feat-box--megger .icon-box { justify-content: center; }
.pdb-feat-box--megger .icon-box-text {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(255,255,255,0.15);
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

/* Product / bento / helps card headings (raw <h3> needs design-specific styling) */
.pdb-product-label { font-weight: 700; font-size: 16px; letter-spacing: 2.08px; line-height: 24px; text-transform: uppercase; margin: 0 0 12px; }
.pdb-product-label--pink { color: #ff81a8; }
.pdb-product-label--teal { color: #2ec4b6; }
.pdb-product-card h3,
.pdb-bento-card h3 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 24px; letter-spacing: -0.48px; line-height: 32px; margin: 0 0 12px; color: #fff; }
.pdb-help-card h3 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.4px; line-height: 32px; margin: 0; color: #fff; }

/* Trusted-by logos (Sen font is special) */
.pdb-logo-item p { font-family: 'Sen', sans-serif; font-weight: 500; font-size: 24px; letter-spacing: -0.96px; color: rgba(255,255,255,0.64); margin: 0; white-space: nowrap; }

/* Helps grid — cap each card to 289px to match design's narrow 3-col grid */
.pdb-help-card .col-inner {  margin: 0 auto; height: 100%; }

/* Built-for banner — same overlay/sizing pattern as hero */
.pdb-built-banner {
  position: relative; border-radius: 15px; overflow: hidden;
  width: calc(100% - 96px); max-width: 1728px; margin: 0 auto;
  isolation: isolate;
}
.pdb-built-banner::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(144deg, rgba(63,142,163,0.92) 0%, rgba(158,32,71,0.92) 100%);
  mix-blend-mode: hard-light; pointer-events: none; z-index: 1;
}
.pdb-built-banner::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(11,11,11,0.6); pointer-events: none; z-index: 2;
}
.pdb-built-banner .section-content { position: relative; z-index: 3; }
.pdb-built-banner h2 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 35.5px; letter-spacing: -0.71px; line-height: 1.3; margin: 0; color: #fff; }

/* CTA description — cap width per design */
.pdb-cta-desc { max-width: 548px; margin: 0 auto; }

/* Testimonial styling moved to shortcodes/single-testimonial/assets/single-testimonial.css */

/* Testimonial section vertical padding — Flatsome's padding= attribute can't handle 3-value shorthand, use class instead */
.section.pdb-testimonial-section { padding-top: 109px; padding-bottom: 96px; }
@media (max-width: 48em) {
  .section.pdb-testimonial-section { padding-top: 60px; padding-bottom: 60px; }
}

/* CTA — concentric circles (radial-gradient stack, no shortcode equivalent) */
.pdb-cta-wrapper { position: relative; border-radius: 15px; overflow: hidden; }

.pdb-cta-wrapper .ux-stack { position: relative; z-index: 1; }

/* ---------- Shared subpage helpers ---------- */

/* Short hero variant (solutions / pro / lite / contact) */
.pdb-hero--short .section-content .col-inner { min-height: 591px; display: flex; flex-direction: column; justify-content: center; }
.pdb-hero p strong { font-weight: 700; }

/* Product-logo overlay for Pro / Lite hero */
.pdb-hero .pdb-product-logo { position: absolute; top: 84px; left: 124px; z-index: 3; pointer-events: none; mix-blend-mode: overlay; width: 150px; }
.pdb-hero .pdb-product-logo .img,
.pdb-hero .pdb-product-logo .img-inner { width: 150px; padding-top: 0 !important; height: 108px; }
.pdb-hero .pdb-product-logo img { width: 150px !important; height: 108px !important; object-fit: contain; position: static !important; }

/* Pill highlight (Pro "Built for" and Lite hero) */
.pdb-pill-highlight { display: inline-block; border: 1px solid rgba(180,89,117,0.51); border-radius: 146px; padding: 14px 26px; font-size: 18px; line-height: 24px; letter-spacing: -0.09px; text-align: center; color: #fff; margin: 0; }

/* Mini feature card (solutions / pro / lite simple icon+text) */
.pdb-feat-mini h3 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.4px; line-height: 32px; color: #fff; margin: 0 0 20px; }
.pdb-feat-mini p { font-size: 18px; line-height: 24px; letter-spacing: -0.09px; color: #fff; margin: 0; }
.pdb-feat-mini .icon-box-image { margin-bottom: 27px; }

/* Feature row (Pro alternating image + content) */
.pdb-feature-row h2 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 35.5px; letter-spacing: -0.71px; line-height: 52px; color: #fff; margin: 0 0 54px; }
.pdb-feature-row .pdb-feature-row__subtitle { font-weight: 700; font-size: 18px; line-height: 24px; letter-spacing: -0.09px; margin: 0 0 16px; color: #fff; }
.pdb-feature-row p { font-size: 18px; line-height: 24px; letter-spacing: -0.09px; color: #fff; margin: 0 0 16px; }
.pdb-feature-row ul { list-style: disc; padding-left: 27px; margin: 16px 0 0; }
.pdb-feature-row li { font-size: 18px; line-height: 24px; color: #fff; margin: 0 0 13.5px; }
.pdb-feature-row .pdb-feature-row__placeholder { background: #111; border-radius: 20px; width: 100%; min-height: 500px; }

/* Downloads section (Pro / Lite) — row uses Flatsome [col_bg] for the card background */
.pdb-downloads .pdb-downloads__heading { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 24px; letter-spacing: -0.48px; line-height: 32px; color: #fff; margin: 0 0 12px; }
.pdb-downloads .pdb-version { display: flex; align-items: center; gap: 12px; font-size: 18px; line-height: 24px; margin: 0 0 24px; color: #fff; }
.pdb-downloads .pdb-version img { width: 24px !important; height: 24px !important; display: block; flex-shrink: 0; }
.pdb-downloads .pdb-downloads__col--right { border-left: 1px solid rgba(255,255,255,0.15); }
@media (max-width: 849px) { .pdb-downloads .pdb-downloads__col--right { border-left: 0; border-top: 1px solid rgba(255,255,255,0.15); } }

/* Company page — split layout, full-bleed right image */
.pdb-company { position: relative; overflow: hidden; }
.pdb-company .row { gap: 0; }
.pdb-company__content { display: flex; flex-direction: column; max-width: 733px; }
.pdb-company__content h1 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 40px; letter-spacing: -0.8px; line-height: 1.2; color: #fff; margin: 0 0 41px; }
.pdb-company__content p { font-size: 18px; line-height: 24px; letter-spacing: -0.09px; color: #fff; margin: 0 0 12px; }
.pdb-company__content ul { list-style: disc; padding-left: 27px; margin: 16px 0; }
.pdb-company__content li { font-size: 18px; line-height: 24px; color: #fff; margin: 0 0 13.5px; }
.pdb-company__content .pdb-company__bold { font-weight: 700; }
.pdb-company__image-col { position: relative; min-height: 800px; overflow: hidden; border-radius: 15px 0 0 15px; isolation: isolate; }
.pdb-company__image-col > .col-inner { height: 100%; min-height: inherit; position: static; }
.pdb-company__image-col .pdb-company__image { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; }
.pdb-company__image-col .pdb-company__image .img-inner,
.pdb-company__image-col .pdb-company__image .img { position: absolute; inset: 0; width: 100%; height: 100%; }
.pdb-company__image-col .pdb-company__image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.pdb-company__image-col::before { content: ''; position: absolute; inset: 0; background: rgba(113,26,53,0.92); mix-blend-mode: hard-light; z-index: 2; pointer-events: none; }
.pdb-company__image-col::after { content: ''; position: absolute; inset: 0; background: rgba(11,11,11,0.46); z-index: 3; pointer-events: none; }

/* Contact form */
.pdb-contact-form h2 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 35.5px; letter-spacing: -0.71px; line-height: 52px; color: #fff; margin: 0 0 16px; }
.pdb-contact-form > p { font-size: 18px; line-height: 24px; letter-spacing: -0.09px; color: rgba(255,255,255,0.7); margin: 0 0 40px; }
.pdb-contact-form .pdb-form-row { display: flex; gap: 24px; margin-bottom: 24px; }
.pdb-contact-form .pdb-form-group { flex: 1; display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.pdb-contact-form label { font-size: 15px; font-weight: 700; line-height: 20px; color: rgba(255,255,255,0.8); }
.pdb-contact-form input, .pdb-contact-form select, .pdb-contact-form textarea { background: #111; border: 1.5px solid rgba(255,255,255,0.12); border-radius: 9.7px; padding: 14px 19px; font-family: Arial, sans-serif; font-size: 16px; color: #fff; line-height: 20px; outline: none; transition: border-color 0.2s; width: 100%; }
.pdb-contact-form input::placeholder, .pdb-contact-form textarea::placeholder { color: rgba(255,255,255,0.35); }
.pdb-contact-form input:focus, .pdb-contact-form select:focus, .pdb-contact-form textarea:focus { border-color: rgba(180,89,117,0.6); }
.pdb-contact-form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; cursor: pointer; }
.pdb-contact-form select option { background: #111; color: #fff; }
.pdb-contact-form textarea { resize: vertical; min-height: 140px; }
.pdb-contact-form .pdb-form-submit { background: #fff; color: #171717; border: 1px solid #fff; font-family: Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: -0.48px; line-height: 20px; border-radius: 9.6px; padding: 14.8px 37.6px; cursor: pointer; margin-top: 8px; }
.pdb-contact-form .pdb-form-submit:hover { opacity: 0.9; }

.pdb-contact-info { display: flex; flex-direction: column; gap: 26px; }
.pdb-contact-card { background: #111; border-radius: 20px; padding: 28px 29px 34px; color: #fff; }
.pdb-contact-card__icon { width: 48px; height: 48px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; background: rgba(113,26,53,0.3); border-radius: 12px; }
.pdb-contact-card__icon svg { width: 24px; height: 24px; fill: #ff81a8; }
.pdb-contact-card h3 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.4px; line-height: 32px; color: #fff; margin: 0 0 12px; }
.pdb-contact-card p { font-size: 16px; line-height: 24px; color: rgba(255,255,255,0.7); margin: 0 0 8px; }
.pdb-contact-card a { color: #b45975; font-weight: 700; text-decoration: underline; font-size: 16px; line-height: 24px; }
.icon-set-left{margin-left:0 !important;}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.pdb-hero, .pdb-built-banner { width: calc(100% - 32px); }
.pdb-hero h1 { font-size: 28px; letter-spacing: -0.56px; margin-bottom: 24px; }
.pdb-hero p { font-size: 16px; line-height: 22px; }
.pdb-hero .button { display: block; width: 100%; margin: 0 0 12px; }
.pdb-hero .button:last-of-type { margin-bottom: 0; }
.pdb-hero .pdb-product-logo { left: 24px; top: 40px; }
.pdb-hero .pdb-product-logo img { width: 80px; height: 60px; }

/* Megger row — drop the divider on mobile, stack naturally */
.pdb-feat-box--megger .icon-box-text {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  min-height: 0;
}

.pdb-feature-row h2 { font-size: 26px; line-height: 36px; margin-bottom: 24px; }
.pdb-feature-row .pdb-feature-row__placeholder { min-height: 300px; }


.pdb-company__content { padding: 40px 16px 60px; max-width: 100%; gap: 40px; }
.pdb-company__content h1 { font-size: 28px; }
.pdb-company__image-col { min-height: 280px; border-radius: 0; }

.pdb-contact-form .pdb-form-row { flex-direction: column; gap: 16px; }
.pdb-contact-form h2 { font-size: 26px; line-height: 36px; }
.pdb-pill-highlight { font-size: 15px; padding: 12px 20px; }
}

.max-w-500 {max-width:500px;}
.max-w-700 {max-width:700px;}
.rounded-15{border-radius:15px;overflow:hidden;}
.image-contain .section-bg img{object-fit:contain;}
p {
    font-family: Arial;
	font-weight: 400;
	font-style: Regular;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: -0.5%;

}

a[href] {
  text-decoration: underline solid #B45975 !important;
  border-bottom: none !important;
}
