/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.6.2.1780320994
Updated: 2026-06-01 13:36:34

*/

/*----- DNPCA GLOBAL COLORS START -----*/

:root {
  --dnpca-bg-deep: #170A06;
  --dnpca-bg-secondary: #24100A;
  --dnpca-bg-footer: #0B0503;
  --dnpca-card-bg: #2F160D;

  --dnpca-accent: #FBB500;
  --dnpca-accent-dark: #8E421B;

  --dnpca-text: #FFFFFF;
  --dnpca-text-muted: #FFFFFF;

  --dnpca-border: rgba(251, 181, 0, 0.24);
}

/*----- DNPCA GLOBAL COLORS END -----*/



/*----- DNPCA GLOBAL BASE STYLE START -----*/

html,
body,
#page-container {
  background-color: var(--dnpca-bg-deep);
  color: var(--dnpca-text);
}

body,
p,
span,
li,
div,
input,
textarea,
select,
button {
  color: var(--dnpca-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dnpca-text);
}

a {
  color: var(--dnpca-text);
}

a:hover {
  color: var(--dnpca-accent);
}

/*----- DNPCA GLOBAL BASE STYLE END -----*/



/*----- DNPCA GLOBAL WIDTH START -----*/

.dnpca-container {
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.dnpca-section {
  width: 100%;
  max-width: 100%;
}

/* Divi rows default 90% width */
.et_pb_row {
  width: 90%;
  max-width: 90%;
}

/* Mobile par bhi 5% left/right spacing maintain rahegi */
@media only screen and (max-width: 767px) {
  .dnpca-container,
  .et_pb_row {
    width: 90%;
    max-width: 90%;
  }
}

/*----- DNPCA GLOBAL WIDTH END -----*/



/*----- DNPCA HOME HERO SECTION START -----*/

.dnpca-hero-section {
  width: 100%;
  min-height: 100vh;
  background-color: var(--dnpca-bg-deep);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.dnpca-hero-row {
  width: 90%;
  max-width: 90%;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

/*----- DNPCA HOME HERO SECTION END -----*/