/**
Theme Name: DSI Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dsi-child-theme
Template: astra
*/



/* ── DESIGN SCAPES CUSTOM LAYOUT COMPONENTS ── */
:root {
  --cream:       #f4f0e6;
  --cream-dark:  #ede8db;
  --cream-mid:   #e8e2d4;
  --gold:        #b59a3c;
  --gold-hover:  #9e8530;
  --charcoal:    #2b2b2b;
  --charcoal-lt: #3d3d3d;
  --mid-gray:    #7a7a72;
  --dark-bg:     #1e1e1b;
  --dark-mid:    #2d2c28;
  --white:       #ffffff;
  --border:      #d9d3c4;
  --ff-head: 'Cormorant Garamond', Georgia, serif;
  --ff-body: 'Assistant', system-ui, sans-serif;
  --max-w: 1140px;
}

/* ── GOOGLE REVIEW WIDGET ── */
.ds-review-widget {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  padding: 10px 16px;
  margin-bottom: 28px;
  border-radius: 4px;
}
.ds-review-widget-g {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(135deg, #4285F4, #EA4335, #FBBC05, #34A853);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
}
.ds-review-widget-score {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
}
.ds-review-widget-stars {
  display: flex;
  gap: 2px;
}
.ds-review-widget-stars span {
  font-size: 15px;
  color: #FBBC05;
}
.ds-review-widget-count {
  font-family: var(--ff-body);
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}
.ds-review-widget-check {
  width: 16px;
  height: 16px;
  background: #4285F4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ds-review-widget-check svg { width: 10px; height: 10px; fill: white; }

/* ── UTILITIES ── */
.ds-section-label {
  display: block;
  font-family: var(--ff-body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.ds-btn-primary {
  background: var(--gold);
  color: var(--white);
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 30px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  display: inline-block;
}
.ds-btn-primary:hover { background: var(--gold-hover); }
.ds-btn-ghost-light {
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.ds-btn-ghost-light:hover { color: var(--gold); border-color: var(--gold); }
.ds-btn-ghost-dark {
  font-family: var(--ff-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  border-bottom: 1px solid var(--charcoal);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.ds-btn-ghost-dark:hover { color: var(--gold); border-color: var(--gold); }

/* ── HERO ── */
.ds-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 100px 24px 120px;
  overflow: hidden;
  background: var(--dark-bg);
}
.ds-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=1800&q=80');
  background-size: cover;
  background-position: center 35%;
  opacity: 0.38;
}
.ds-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
}
.ds-hero-left h1 {
  font-family: var(--ff-head);
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 300;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 22px;
}
.ds-hero-left p {
  font-size: 17px;
  color: rgba(255,255,255,0.78);
  max-width: 540px;
  line-height: 1.8;
  margin-bottom: 10px;
  font-weight: 300;
}
.ds-hero-helper {
  font-size: 12.5px !important;
  color: rgba(255,255,255,0.45) !important;
  font-style: italic;
  margin-bottom: 32px !important;
}
.ds-hero-btns {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.ds-hero-why {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
  padding: 32px 28px;
}
.ds-hero-why h3 {
  font-family: var(--ff-body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.ds-hero-why ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ds-hero-why ul li {
  font-size: 14.5px;
  font-weight: 300;
  color: rgba(255,255,255,0.82);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.ds-hero-why ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  margin-top: 7px;
}

/* ── RIBBON ── */
.ds-ribbon {
  background: var(--dark-mid);
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 14px 24px;
}
.ds-ribbon-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 32px;
}
.ds-ribbon-item {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  display: flex;
  align-items: center;
  gap: 7px;
}
.ds-ribbon-item::before { content: '•'; color: var(--gold); }

/* ── TRUST SECTION ── */
.ds-trust {
  padding: 88px 24px;
  background: var(--cream);
}
.ds-trust-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ds-trust-text h2 {
  font-family: var(--ff-head);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.22;
  margin-bottom: 24px;
}
.ds-trust-text p {
  font-size: 15.5px;
  font-weight: 300;
  color: var(--charcoal-lt);
  line-height: 1.85;
  margin-bottom: 16px;
}
.ds-trust-text p:last-of-type { margin-bottom: 30px; }
.ds-trust-proof {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ds-trust-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: var(--cream-dark);
  border: 1px solid var(--border);
}
.ds-trust-num {
  font-family: var(--ff-head);
  font-size: 28px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  min-width: 42px;
}
.ds-trust-row-body strong {
  display: block;
  font-family: var(--ff-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 3px;
}
.ds-trust-row-body p {
  font-size: 13.5px;
  font-weight: 300;
  color: var(--mid-gray);
  line-height: 1.6;
}

/* ── TRANSFORMATIONS ── */
.ds-transforms {
  padding: 80px 24px;
  background: var(--cream-dark);
}
.ds-transforms-inner { max-width: var(--max-w); margin: 0 auto; }
.ds-transforms-header {
  text-align: center;
  margin-bottom: 48px;
}
.ds-transforms-header h2 {
  font-family: var(--ff-head);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 300;
  color: var(--charcoal);
  letter-spacing: 0.04em;
}
.ds-transforms-header p {
  font-size: 15px;
  font-weight: 300;
  color: var(--mid-gray);
  margin-top: 8px;
}
.ds-transforms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
.ds-transforms-grid.ds-two { grid-template-columns: 1fr 1fr; }
.ds-transform-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--cream-mid);
}
.ds-transform-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.ds-transform-card:hover img { transform: scale(1.04); }
.ds-transform-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 100%);
  padding: 28px 18px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
.ds-transforms-cta {
  text-align: center;
  margin-top: 36px;
}

/* ── SERVICES ── */
.ds-services {
  padding: 88px 24px;
  background: var(--cream);
}
.ds-services-inner { max-width: var(--max-w); margin: 0 auto; }
.ds-services-header {
  text-align: center;
  margin-bottom: 52px;
}
.ds-services-header h2 {
  font-family: var(--ff-head);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 300;
  color: var(--charcoal);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.ds-services-header p {
  font-size: 15px;
  font-weight: 300;
  color: var(--mid-gray);
  max-width: 560px;
  margin: 0 auto;
}
.ds-services-primary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.ds-service-card {
  background: var(--cream-dark);
  border: 1px solid var(--border);
  text-decoration: none;
  display: block;
  transition: border-color 0.2s, background 0.2s;
  overflow: hidden;
}
.ds-service-card:hover { border-color: var(--gold); }
.ds-service-card-img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--cream-mid);
}
.ds-service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.ds-service-card:hover .ds-service-card-img img { transform: scale(1.05); }
.ds-service-card-body {
  padding: 20px 22px 22px;
}
.ds-service-card-name {
  font-family: var(--ff-head);
  font-size: 20px;
  font-weight: 400;
  color: var(--charcoal);
  line-height: 1.3;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.ds-service-card:hover .ds-service-card-name { color: var(--gold); }
.ds-service-card-link {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ds-services-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
  justify-content: center;
}
.ds-services-secondary a {
  font-size: 13px;
  font-weight: 500;
  color: var(--mid-gray);
  text-decoration: none;
  transition: color 0.2s;
}
.ds-services-secondary a:hover { color: var(--gold); }
.ds-services-secondary span { color: var(--border); }

/* ── HOW IT WORKS ── */
.ds-how {
  padding: 88px 24px;
  background: var(--dark-bg);
  position: relative;
  overflow: hidden;
}
.ds-how-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1593696140826-c58b021acf8b?w=1400&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.12;
}
.ds-how-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin: 0 auto;
}
.ds-how-header {
  text-align: center;
  margin-bottom: 60px;
}
.ds-how-header h2 {
  font-family: var(--ff-head);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 300;
  color: var(--white);
  letter-spacing: 0.04em;
}
.ds-how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.ds-how-step {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 40px 32px;
  position: relative;
}
.ds-how-step-num {
  font-family: var(--ff-head);
  font-size: 56px;
  font-weight: 300;
  color: rgba(181,154,60,0.25);
  line-height: 1;
  margin-bottom: 20px;
}
.ds-how-step h3 {
  font-family: var(--ff-head);
  font-size: 22px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.25;
}
.ds-how-step p {
  font-size: 14.5px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
}
.ds-how-proof-ribbon {
  margin-top: 60px;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 36px;
}
.ds-how-proof-item {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  display: flex;
  align-items: center;
  gap: 7px;
}
.ds-how-proof-item::before { content: '•'; color: var(--gold); }

/* ── CERTIFICATIONS ── */
.ds-certs {
  padding: 64px 24px;
  background: var(--cream-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ds-certs-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ds-cert-card {
  text-align: center;
  padding: 32px 20px 24px;
  background: var(--cream);
  border: 1px solid var(--border);
}
.ds-cert-badge-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  display: block;
  margin: 0 auto 18px;
}
.ds-cert-card strong {
  display: block;
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 6px;
}
.ds-cert-card p {
  font-size: 13px;
  font-weight: 300;
  color: var(--mid-gray);
  line-height: 1.55;
}

/* ── LOGO STRIP ── */
.ds-logo-strip {
  padding: 40px 24px;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}
.ds-logo-strip-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}
.ds-logo-strip-label {
  text-align: center;
  margin-bottom: 28px;
}
.ds-logo-strip-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  align-items: center;
}
.ds-logo-strip-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  background: var(--cream-dark);
  border: 1px solid var(--border);
  min-height: 72px;
}
.ds-logo-strip-item img {
  max-height: 36px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(20%);
  opacity: 0.85;
  transition: opacity 0.2s, filter 0.2s;
}
.ds-logo-strip-item:hover img { opacity: 1; filter: grayscale(0%); }
.ds-logo-placeholder {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-gray);
  text-align: center;
  line-height: 1.3;
}

/* ── FOUNDER / STANDARD ── */
.ds-founder {
  padding: 88px 24px;
  background: var(--cream);
}
.ds-founder-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 72px;
  align-items: center;
}
.ds-founder-img {
  position: relative;
}
.ds-founder-img img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  filter: grayscale(20%);
}
.ds-founder-img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--gold);
  padding: 14px 18px;
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
}
.ds-founder-text blockquote {
  font-family: var(--ff-head);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 300;
  font-style: italic;
  color: var(--charcoal);
  line-height: 1.45;
  margin-bottom: 28px;
  padding-left: 28px;
  border-left: 2px solid var(--gold);
}
.ds-founder-text p {
  font-size: 15px;
  font-weight: 300;
  color: var(--charcoal-lt);
  line-height: 1.85;
  margin-bottom: 14px;
}
.ds-founder-sig {
  margin-top: 28px;
  font-family: var(--ff-head);
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: var(--gold);
}

/* ── CTA BLOCK ── */
.ds-cta-block {
  padding: 88px 24px;
  background: var(--cream-dark);
  border-top: 1px solid var(--border);
  text-align: center;
}
.ds-cta-block-inner {
  max-width: 680px;
  margin: 0 auto;
}
.ds-cta-block h2 {
  font-family: var(--ff-head);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.25;
  margin-bottom: 18px;
}
.ds-cta-block p {
  font-size: 16px;
  font-weight: 300;
  color: var(--charcoal-lt);
  line-height: 1.8;
  margin-bottom: 36px;
}
.ds-cta-block-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.ds-cta-helper {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  font-style: italic;
  color: var(--mid-gray);
}

/* ── FAQ ── */
.ds-faq {
  padding: 88px 24px;
  background: var(--cream);
}
.ds-faq-inner {
  max-width: 780px;
  margin: 0 auto;
}
.ds-faq-header {
  text-align: center;
  margin-bottom: 48px;
}
.ds-faq-header h2 {
  font-family: var(--ff-head);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 300;
  color: var(--charcoal);
}
.ds-faq-item { border-bottom: 1px solid var(--border); }
.ds-faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  text-align: left;
  font-family: var(--ff-body);
  font-size: 15.5px;
  font-weight: 500;
  color: var(--charcoal);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.2s;
}
.ds-faq-q:hover { color: var(--gold); }
.ds-faq-q::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: var(--gold);
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.25s;
}
.ds-faq-item.ds-open .ds-faq-q::after { transform: rotate(45deg); }
.ds-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.ds-faq-a p {
  font-size: 15px;
  font-weight: 300;
  color: var(--charcoal-lt);
  line-height: 1.8;
  padding-bottom: 22px;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .ds-hero-inner { grid-template-columns: 1fr; }
  .ds-hero-why { display: none; }
  .ds-trust-inner { grid-template-columns: 1fr; gap: 48px; }
  .ds-how-steps { grid-template-columns: 1fr; }
  .ds-founder-inner { grid-template-columns: 1fr; }
  .ds-founder-img { max-width: 380px; }
  .ds-certs-inner { grid-template-columns: 1fr 1fr; }
  .ds-logo-strip-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .ds-services-primary { grid-template-columns: 1fr 1fr; }
  .ds-transforms-grid { grid-template-columns: 1fr 1fr; }
  .ds-transforms-grid.ds-two { grid-template-columns: 1fr; }
  .ds-logo-strip-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
  .ds-services-primary { grid-template-columns: 1fr; }
  .ds-certs-inner { grid-template-columns: 1fr; }
  .ds-logo-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .ds-transforms-grid { grid-template-columns: 1fr; }
}