/*
Theme Name: Jevelin Child
Theme URI: https://clickdifferent.co.uk
Description: Child theme for Click Different
Author: Click Different
Template: jevelin
Version: 1.0.0
Text Domain: jevelin-child
*/

/* ==================================================
CUSTOM NAV 
================================================== */
/* CUSTOM NAV RESET */
.sh-header,
.sh-header-7,
.sh-header-mobile {
  display: none !important;
}

.cd-custom-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 120px !important;
  background: #000 !important;
  z-index: 9999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 55px !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.cd-custom-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 360px !important;
  height: 120px !important;
  overflow: visible !important;
}

.cd-custom-logo img {
  display: block !important;
  width: 260px !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}

.cd-custom-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 30px !important;
  height: 120px !important;
}

.cd-custom-nav a {
  display: flex !important;
  align-items: center !important;
  height: 120px !important;
  color: #fff !important;
  font-family: Poppins, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.cd-custom-nav a:hover {
  color: #00d4d8 !important;
}

.cd-hero {
  padding-top: 120px !important;
}

@media (max-width: 768px) {
  .cd-custom-header {
    height: 100px !important;
    padding: 0 20px !important;
  }

  .cd-custom-logo {
    width: 230px !important;
    height: 100px !important;
  }

  .cd-custom-logo img {
    width: 180px !important;
  }

  .cd-custom-nav {
    display: none !important;
  }

  .cd-hero {
    padding-top: 100px !important;
  }
}

/* Nudge logo down */
.cd-custom-logo img {
  transform: translateY(20px) !important;
}
.cd-custom-logo img {
  transform: translateY(30px) !important;
}

/* ==================================================
CLICK DIFFERENT HERO
================================================== */

.cd-hero{
position:relative;
min-height:850px;
display:flex;
align-items:center;
overflow:hidden;
padding:0!important;
}

/* dark overlay */
.cd-hero:before{
content:"";
position:absolute;
inset:0;

background:
linear-gradient(
90deg,
rgba(0,0,0,.90) 0%,
rgba(0,0,0,.68) 35%,
rgba(0,0,0,.20) 65%,
rgba(0,0,0,.70) 100%
);

z-index:1;
}

.cd-hero-content{
position:relative;
z-index:2;

max-width:620px;

padding-left:7vw;
padding-top:40px;
}

/* little text */
.cd-eyebrow{
font-family:Poppins,sans-serif;
font-size:14px;
font-weight:800;

letter-spacing:3px;

text-transform:uppercase;

color:#00d4d8;

margin-bottom:20px;
}

/* giant headline */
.cd-hero h1{

font-family:Bebas Neue,Impact,sans-serif;

font-size:clamp(75px,8vw,120px);

line-height:.90;

margin:0 0 20px;

color:#fff;
}

.cd-hero h1 span{
color:#66d8ff;
}

/* paragraph */
.cd-subtext{

font-family:Poppins,sans-serif;

font-size:20px;

line-height:1.6;

color:#fff;

max-width:520px;

margin-bottom:28px;
}

/* buttons */

.cd-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.cd-btn-primary,
.cd-btn-secondary{

padding:18px 34px;

border-radius:999px;

font-weight:900;

text-transform:uppercase;

font-size:14px;

text-decoration:none!important;
}

.cd-btn-primary{

background:#ffc400;

color:#000!important;

box-shadow:
0 0 35px rgba(255,196,0,.35);
}

.cd-btn-secondary{

border:2px solid #00d4d8;

color:#fff!important;

background:transparent;
}

/* trust row */

.cd-trust{

display:flex;

gap:25px;

margin-top:35px;

font-weight:700;

color:#fff;

flex-wrap:wrap;
}

/* MOBILE */

@media(max-width:768px){

.cd-hero{

min-height:930px;

align-items:flex-start;
}

.cd-hero:before{

background:
linear-gradient(
180deg,
rgba(0,0,0,.65) 0%,
rgba(0,0,0,.45) 30%,
rgba(0,0,0,.92) 100%
);

}

.cd-hero-content{

padding:170px 25px 50px;

max-width:100%;
}

.cd-hero h1{

font-size:58px;

line-height:.95;
}

.cd-subtext{

font-size:18px;

max-width:100%;
}

.cd-buttons{

flex-direction:column;

max-width:320px;
}

.cd-btn-primary,
.cd-btn-secondary{

width:100%;
text-align:center;
}

.cd-trust{

flex-direction:column;

gap:12px;
}
}

/* ==================================================
CLICK DIFFERENT — RESPONSIVE HERO FIX
================================================== */

/* Tablet */
@media (max-width: 1024px) {
  .cd-hero {
    min-height: 820px !important;
    background-position: 60% center !important;
  }

  .cd-hero-content {
    max-width: 560px !important;
    padding-left: 40px !important;
    padding-right: 30px !important;
  }

  .cd-hero h1 {
    font-size: 78px !important;
    line-height: 0.92 !important;
  }

  .cd-subtext {
    font-size: 18px !important;
    max-width: 460px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .cd-custom-header {
    height: 105px !important;
    padding: 0 18px !important;
    justify-content: center !important;
  }

  .cd-custom-logo {
    width: auto !important;
    min-width: 0 !important;
    height: 105px !important;
    justify-content: center !important;
  }

  .cd-custom-logo img {
    width: 170px !important;
    height: auto !important;
    transform: translateY(8px) !important;
  }

  .cd-hero {
    min-height: 920px !important;
    padding-top: 105px !important;
    background-size: cover !important;
    background-position: 62% center !important;
    align-items: flex-start !important;
  }

  .cd-hero:before {
    background: linear-gradient(
      180deg,
      rgba(0,0,0,.80) 0%,
      rgba(0,0,0,.58) 38%,
      rgba(0,0,0,.92) 100%
    ) !important;
  }

  .cd-hero-content {
    padding: 135px 24px 45px !important;
    margin: 0 !important;
    max-width: 100% !important;
  }

  .cd-eyebrow {
    font-size: 12px !important;
    line-height: 1.45 !important;
    letter-spacing: 2.2px !important;
    max-width: 330px !important;
    margin-bottom: 18px !important;
  }

  .cd-hero h1 {
    font-size: 58px !important;
    line-height: 0.95 !important;
    margin-bottom: 22px !important;
  }

  .cd-subtext {
    font-size: 17px !important;
    line-height: 1.55 !important;
    max-width: 335px !important;
    margin-bottom: 26px !important;
  }

  .cd-buttons {
    flex-direction: column !important;
    gap: 14px !important;
    max-width: 335px !important;
  }

  .cd-btn-primary,
  .cd-btn-secondary {
    width: 100% !important;
    min-height: 58px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 18px !important;
    font-size: 14px !important;
  }

  .cd-trust {
    flex-direction: column !important;
    gap: 12px !important;
    font-size: 15px !important;
    margin-top: 30px !important;
  }
}

/* Small phones */
@media (max-width: 390px) {
  .cd-hero h1 {
    font-size: 51px !important;
  }

  .cd-hero-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .cd-btn-primary,
  .cd-btn-secondary {
    font-size: 13px !important;
  }
}

/* REMOVE GAP BETWEEN HERO + REQUIREMENTS */

.cd-hero{
margin-bottom:0!important;
padding-bottom:0!important;
}

.cd-pack-section{
margin-top:-210px!important;
padding-top:90px!important;
position:relative;
z-index:2;
}

/* remove WPBakery row gap */
.vc_row,
.wpb_row{
margin-bottom:0!important;
}

.home .vc_row:first-child{
margin-bottom:0!important;
padding-bottom:0!important;
}

/* ==================================================
CLICK DIFFERENT - REQUIREMENTS PACK SECTION
================================================== */

.cd-pack-section {
  background:
    radial-gradient(circle at top left, rgba(0,212,216,.16), transparent 30%),
    linear-gradient(135deg, #050505 0%, #0d0d0d 45%, #020202 100%);
  padding: 110px 6vw;
  color: #fff;
}

.cd-pack-wrap {
  max-width: 1350px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
  align-items: center;
}

.cd-pack-eyebrow {
  color: #00d4d8;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.cd-pack-left h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(58px, 6vw, 95px);
  line-height: .9;
  margin: 0 0 24px;
  color: #fff;
}

.cd-pack-intro {
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #e8e8e8;
  max-width: 520px;
  margin-bottom: 34px;
}

.cd-pack-btn {
  display: inline-flex;
  background: #ffc400;
  color: #000 !important;
  padding: 18px 34px;
  border-radius: 999px;
  font-family: Montserrat, Poppins, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 0 32px rgba(255,196,0,.32);
}

.cd-pack-card {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(0,212,216,.28);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 0 55px rgba(0,212,216,.12);
  backdrop-filter: blur(10px);
}

.cd-pack-card h3 {
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  margin: 0 0 24px;
  color: #fff;
}

.cd-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cd-pack-grid div {
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 20px;
  min-height: 145px;
}

.cd-pack-grid span {
  color: #ffc400;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 1px;
}

.cd-pack-grid strong {
  display: block;
  color: #00d4d8;
  font-size: 16px;
  margin: 8px 0;
}

.cd-pack-grid p {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

/* Mobile */
@media(max-width: 900px) {
  .cd-pack-section {
    padding: 80px 24px;
  }

  .cd-pack-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cd-pack-grid {
    grid-template-columns: 1fr;
  }

  .cd-pack-card {
    padding: 24px;
    border-radius: 22px;
  }

  .cd-pack-left h2 {
    font-size: 58px;
  }

  .cd-pack-intro {
    font-size: 17px;
  }
}

/* ==================================================
CLICK DIFFERENT - REQUIREMENTS PACK - COMPARISON SECTION
================================================== */
.cd-compare-wrap{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}

.cd-side{
background:#0b0b0b;
padding:35px;
border-radius:24px;
border:1px solid rgba(0,212,216,.2);
box-shadow:0 0 30px rgba(0,212,216,.08);
}

.cd-side h3{
color:#fff;
font-size:28px;
font-weight:800;
margin-bottom:25px;
}

.cd-bad h3{
color:#999;
}

.cd-good h3{
color:#00d4d8;
}

.cd-item{
background:#111;
padding:16px 18px;
border-radius:14px;
margin-bottom:14px;
color:#fff;
}

.cd-good .cd-item{
border-left:4px solid #00d4d8;
}

.cd-bad .cd-item{
opacity:.65;
}

@media(max-width:768px){

.cd-compare-wrap{
grid-template-columns:1fr;
}

}

/* left card look weaker */


.cd-bad{
opacity:.75;
transform:scale(.97);
}

.cd-good{
transform:scale(1.03);
box-shadow:
0 0 40px rgba(0,212,216,.15);
}

.cd-good:before{
content:"RECOMMENDED";
position:absolute;
top:-12px;
right:25px;
background:#00d4d8;
color:#000;
padding:6px 14px;
border-radius:50px;
font-size:11px;
font-weight:800;
letter-spacing:1px;
}

.cd-side{
position:relative;
overflow:visible;
}

/* comparison intro */

.cd-compare-section{
max-width:1400px;
margin:auto;
}

.cd-compare-intro{
text-align:center;
margin-bottom:70px;
}

.cd-mini{
color:#00d4d8;
font-size:13px;
font-weight:800;
letter-spacing:3px;
margin-bottom:20px;
text-transform:uppercase;
}

.cd-compare-intro h2{
font-size:64px;
font-weight:900;
line-height:1;
color:#fff;
margin-bottom:25px;
}

.cd-compare-intro p{
max-width:760px;
margin:auto;
font-size:20px;
line-height:1.8;
color:#bbb;
}

/* visual weighting */

.cd-bad{
opacity:.72;
transform:scale(.97);
}

.cd-good{
transform:scale(1.03);
box-shadow:
0 0 45px rgba(0,212,216,.15);
}

.cd-side{
position:relative;
overflow:visible;
}

.cd-good:before{
content:"RECOMMENDED";
position:absolute;
top:-12px;
right:25px;

background:#00d4d8;
color:#000;

padding:7px 16px;

border-radius:999px;

font-size:11px;
font-weight:800;
letter-spacing:2px;
}

@media(max-width:768px){

.cd-compare-intro h2{
font-size:40px;
}

.cd-compare-intro p{
font-size:16px;
}

}

/* ==================================================
DISCOVERY FORM
================================================== */

.cd-discovery{
padding:120px 8%;
background:#050505;
color:white;
}

.cd-discovery-intro{
text-align:center;
max-width:850px;
margin:auto auto 70px;
}

.cd-discovery-intro span{
color:#00d9ff;
font-size:12px;
letter-spacing:4px;
font-weight:700;
}

.cd-discovery-intro h2{
font-size:64px;
font-weight:900;
line-height:1;
margin:25px 0;
}

.cd-discovery-intro p{
opacity:.75;
font-size:18px;
line-height:1.8;
}

.cd-steps{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-bottom:80px;
}

.cd-step{
background:#0a0a0a;
border:1px solid rgba(0,220,255,.2);
padding:35px;
border-radius:30px;
}

.step-no{
font-size:14px;
color:#00d9ff;
margin-bottom:18px;
font-weight:700;
}

.cd-step h3{
font-size:26px;
margin-bottom:12px;
}

.cd-form-wrap{
max-width:1000px;
margin:auto;
background:#090909;
border-radius:35px;
padding:60px;
border:1px solid rgba(0,220,255,.15);
}

.cd-form-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:25px;
}

.cd-field.full{
grid-column:span 2;
}

.cd-field label{
display:block;
margin-bottom:10px;
font-size:13px;
color:#00d9ff;
}

.cd-field input,
.cd-field textarea,
.cd-field select{

width:100%;
padding:18px;
background:#050505;
border:1px solid rgba(255,255,255,.08);
color:white;
border-radius:15px;
}

.cd-field textarea{
height:160px;
resize:none;
}

.cd-blueprint-btn{

display:inline-block;
margin-top:30px;
padding:18px 45px;
background:#ffc400;
color:black;
font-weight:800;
border-radius:999px;
text-decoration:none;
box-shadow:0 0 30px rgba(255,196,0,.3);

}

@media(max-width:768px){

.cd-discovery h2{
font-size:42px;
}

.cd-steps{
grid-template-columns:1fr;
}

.cd-form-grid{
grid-template-columns:1fr;
}

.cd-field.full{
grid-column:auto;
}

.cd-form-wrap{
padding:30px;
}

}