/* OZ Creative Studio inner-page theme.
   The index page intentionally does not load this file. */

:root {
  --oz-ink: #0b0c0e;
  --oz-ink-soft: #15171a;
  --oz-paper: #fff;
  --oz-muted: rgba(255, 255, 255, .68);
  --oz-line: rgba(255, 255, 255, .14);
  --oz-radius: 18px;
}

body.oz-inner-page,
.oz-inner-page .app-container {
  background: var(--oz-ink) !important;
  color: var(--oz-paper);
  font-family: "Inter", "Poppins", Arial, sans-serif;
}

.oz-inner-page .app-container > section:not(.home-bnerwrp) {
  position: relative;
  background-color: var(--oz-ink) !important;
  color: var(--oz-paper);
}

.oz-inner-page .app-container > section {
  width: calc(100% - 24px) !important;
  margin: 12px !important;
  border-radius: 22px !important;
  overflow: hidden;
}

.oz-inner-page .app-container > section:not(.home-bnerwrp) + section:not(.home-bnerwrp) {
  border-top: 1px solid var(--oz-line);
}

.oz-inner-page .home-bnerwrp {
  position: relative;
  min-height: 680px;
  padding-top: 150px !important;
  padding-bottom: 100px !important;
  isolation: isolate;
  background-color: var(--oz-ink) !important;
}

.oz-inner-page .home-bnerwrp::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 6, 8, .94) 0%, rgba(5, 6, 8, .72) 50%, rgba(5, 6, 8, .36) 100%);
}

.oz-inner-page .home-bnerwrp .container,
.oz-inner-page .home-bnerwrp .row {
  position: relative;
  z-index: 1;
}

.oz-inner-page .home-bnerwrp .row > .col-md-6:first-child {
  flex: 0 0 min(820px, 100%);
  width: min(820px, 100%);
  max-width: 100%;
}

/* The shared popup replaces duplicate hero/order forms on inner pages. */
.oz-inner-page .home-bnerwrp .mainfrm,
.oz-inner-page .banner-form.flotform,
.oz-inner-page .floatbutton {
  display: none !important;
}

.oz-inner-page .home-bnerwrp h1,
.oz-inner-page .home-bnerwrp h2,
.oz-inner-page .home-bnerwrp h3,
.oz-inner-page .home-bnerwrp h4,
.oz-inner-page .home-bnerwrp p,
.oz-inner-page .home-bnerwrp li {
  color: var(--oz-paper) !important;
}

.oz-inner-page .home-bnerwrp h1 {
  max-width: 900px;
  margin-bottom: 24px !important;
  font-family: "Six Caps", Impact, sans-serif !important;
  font-size: clamp(68px, 8vw, 118px) !important;
  font-weight: 400 !important;
  line-height: .94 !important;
  letter-spacing: .015em !important;
  text-transform: uppercase;
}

/* Repeated legacy conversion and testimonial sections are intentionally
   omitted from inner pages; the index page is not affected by this file. */
.oz-inner-page .home_cta,
.oz-inner-page .testiwrp {
  display: none !important;
}

.oz-inner-page .clintwrp {
  background: #17191d !important;
}

.oz-inner-page .clintwrp .portslider-inner-1 img,
.oz-inner-page .clintwrp .imgwrp > ul img {
  opacity: .78 !important;
  filter: grayscale(1) brightness(0) invert(1) !important;
}

.oz-inner-page .home-bnerwrp p {
  max-width: 720px;
  font-size: clamp(17px, 1.55vw, 23px) !important;
  line-height: 1.55 !important;
}

.oz-inner-page .home-bnerwrp .btnwrp a,
.oz-inner-page a.btn-1,
.oz-inner-page a.btn-2,
.oz-inner-page a.btnwrp {
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 999px !important;
  background: rgba(10, 10, 10, .3) !important;
  color: #fff !important;
  backdrop-filter: blur(10px);
  transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.oz-inner-page .home-bnerwrp .btnwrp a:hover,
.oz-inner-page a.btn-1:hover,
.oz-inner-page a.btn-2:hover,
.oz-inner-page a.btnwrp:hover {
  transform: translateY(-2px);
  background: #fff !important;
  color: #111 !important;
}

.oz-inner-page .app-container > section:not(.home-bnerwrp) h1,
.oz-inner-page .app-container > section:not(.home-bnerwrp) h2,
.oz-inner-page .app-container > section:not(.home-bnerwrp) h3,
.oz-inner-page .app-container > section:not(.home-bnerwrp) h4 {
  color: var(--oz-paper);
}

.oz-inner-page .app-container > section:not(.home-bnerwrp) p,
.oz-inner-page .app-container > section:not(.home-bnerwrp) li {
  color: var(--oz-muted);
}

.oz-inner-page .pakge-box,
.oz-inner-page .form-box-main,
.oz-inner-page .testi-box,
.oz-inner-page .serv-box,
.oz-inner-page .process-box,
.oz-inner-page .contact-info {
  border-color: var(--oz-line) !important;
  border-radius: var(--oz-radius) !important;
  background: var(--oz-ink-soft) !important;
  box-shadow: none !important;
}

.oz-inner-page .belowform .form-box-main,
.oz-inner-page .belowform form {
  color: #111;
}

.oz-inner-page .belowform input,
.oz-inner-page .belowform textarea,
.oz-inner-page .belowform select {
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
}

.oz-inner-page .belowform input::placeholder,
.oz-inner-page .belowform textarea::placeholder {
  color: rgba(255, 255, 255, .62) !important;
}

.oz-inner-page footer {
  border-top: 1px solid var(--oz-line);
}

.oz-sitemap-page {
  min-height: 70vh;
  padding: 170px 0 100px !important;
}

.oz-sitemap-page .txtwrp {
  max-width: 820px;
  margin-bottom: 52px;
}

.oz-sitemap-page .txtwrp h1 {
  margin-bottom: 16px;
  font-family: "Six Caps", Impact, sans-serif;
  font-size: clamp(68px, 9vw, 132px) !important;
  font-weight: 400;
  line-height: .85;
  text-transform: uppercase;
}

.oz-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.oz-sitemap-grid > div {
  padding: 28px;
  border: 1px solid var(--oz-line);
  border-radius: 14px;
  background: var(--oz-ink-soft);
}

.oz-sitemap-grid h2 {
  margin-bottom: 20px;
  font-size: 18px;
}

.oz-sitemap-grid li {
  margin: 0 0 10px;
  list-style: none;
}

.oz-sitemap-grid ul { margin: 0; padding: 0; }
.oz-sitemap-grid a { color: rgba(255, 255, 255, .68); text-decoration: none; }
.oz-sitemap-grid a:hover { color: #fff; }

@media (max-width: 1199.98px) {
  .oz-inner-page .home-bnerwrp {
    min-height: 600px;
    padding-top: 120px !important;
  }
}

@media (max-width: 767px) {
  .oz-inner-page .home-bnerwrp {
    min-height: 560px;
    padding: 112px 0 72px !important;
  }

  .oz-inner-page .home-bnerwrp h1 {
    font-size: clamp(54px, 16vw, 84px) !important;
    line-height: .98 !important;
  }

  .oz-inner-page .home-bnerwrp::before {
    background: linear-gradient(180deg, rgba(5, 6, 8, .78), rgba(5, 6, 8, .92));
  }

  .oz-sitemap-page { padding: 120px 0 70px !important; }
  .oz-sitemap-grid { grid-template-columns: 1fr; }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .oz-sitemap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
