.nav-button .gb-menu-link {
    align-items: center;
    background-color: var(--accent);
    color: var(--base-3) !important;
    display: inline-flex !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.5;
    transition: all 0.5s ease 0s;
    border-radius: 1rem;
    text-transform: uppercase;
    padding: 1rem !important;
}
.background-video {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
	border-radius: 16px;
}
.megamenu-gradient {
    background-blend-mode: normal;
    background-clip: text;
    background-image: linear-gradient(90deg, var(--accent-2) 3%, var(--global-color-10) 87%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 0);
}
/* Fix megamenu in sticky header */
.gb-is-sticky .gb-overlay--anchored {
  position: fixed !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  transform: none !important;
  margin-left: 0 !important;
}

/** Mobile Menu Third Level Background **/
.gb-sub-menu-sm3a7bbb .gb-sub-menu .menu-item {
  background-color: var(--base-2); 
  color: var(--contrast);
  border-bottom: .5px solid var(--global-color-9);
  list-style: none;
}
.sub-menu .sub-menu a.gb-menu-link {
    color: var(--contrast);
    background: var(--base-2);
}
.gb-is-sticky .gb-overlay__content {
  transform: none !important;
}
/* Hide any manually placed SVGs */
.gbp-mega-menu .gb-tabs__menu-item .gb-shape {
  display: none;
}

/* Tab layout */
.gbp-mega-menu .gb-tabs__menu-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Chevron via pseudo-element */
.gbp-mega-menu .gb-tabs__menu-item::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500006 13.5L7.50001 6.69048L0.500006 0.5' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M0.500006 13.5L7.50001 6.69048L0.500006 0.5' stroke='black' stroke-opacity='0.2' stroke-linecap='round'/%3E%3Cpath d='M0.500006 13.5L7.50001 6.69048L0.500006 0.5' stroke='black' stroke-opacity='0.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  margin-left: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gbp-mega-menu .gb-tabs__menu-item.gb-block-is-current::after,
.gbp-mega-menu .gb-tabs__menu-item:hover::after {
  opacity: 1;
}
.page-hero {
    position: relative;
    overflow: hidden;
}

.background-video-content {
    position: relative;
    z-index: 1;
}

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home-hero h1,
.home-hero-sub-text,
.home-hero .eyelash,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.visually-hidden-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
@media (max-width: 1366px) {
#menu-header-menu :where(.gb-submenu-toggle) {
    width: 50px;
}
}
@media (max-width: 1000px) {
	.hero-headline span {
  display: inline-block;
  width: 100%;
	}
}
.word-rotator {
  display: inline-block;
  position: relative;
  min-width: 200px; /* Adjust based on your longest word */
  text-align: left;
}

.word-rotator .word {
  display: inline-block;
  white-space: nowrap;
}

.word-rotator .word:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}
/* Override text color for labels within the specific HubSpot form */
body.page-id-11461 .sff-wrap .hs-form-49806286-c9dc-4165-97c7-9cc9f3d9d359_9d62b2b1-351f-4392-b5bd-e57b93d09657 .hs-form-field label:not(.hs-error-msg) {
    color: #ffffff !important; /* Change label text color to white */
}

.defenses-step-section .section-heading h2 {
 max-width: 65rem; 
}

.studio {display:none;}

.main-header .navigation ul li > ul li a {font-size: .9rem;}

.main-header .navigation ul li > ul ul li a {font-size: .7rem;}

.main-header .navigation ul li > ul ul li:before {top: 0px;}

.inner-page-hero-section .hero-content-wrap .banner-logo {max-width: 240px;}

.inner-page-hero-section .hero-image .banner-image {box-shadow: 0px 7px 20px 15px rgb(0 0 0 / 50%);}

.wpcf7 form.sent .wpcf7-response-output {font-size: 1rem !important;}

.wpcf7-list-item {margin:0 30px 0 0}

.pain-service .ps-item .item-heading-wrap {background: #0b1741;}

.inner-page-hero-section .hero-image .banner-image {
	padding-left: 0rem;}
	
.defenses-step-v2 .dsv2-cta-wrap {background: #EB6272;}

.security-fifty-fifty .sff-imgwrap {height: 320px;}

/* Archive page background */
body.archive,
body.page-id-1156.separate-containers .inside-article,
body.blog,
body.single {
    background: var(--accent);
}
/* Center two columns when only two are present */
.row {
  display: flex;
  justify-content: center;
}
/* GeneratePress Site CSS */  /* End GeneratePress Site CSS */
.gb-block-is-current .tab-menu-title .gb-shape svg {
    width: 1rem;
    height: 1rem;
    transition: transform 0.5s ease 0s;
    transform: translate(-30px, 0);
}
/* Adjustments for Services Swiper */
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--accent-2) !important;
}
.swiper-button-next, .swiper-button-prev {
	color: var(--accent-2) !important;
}
.rounded-vid video {
	border-radius: 16px;
}

.hero-headline span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent !important;
    background-image: linear-gradient(to right, var(--accent-2) 0%, var(--contrast-3) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Word rotator - solid accent color */
.hero-headline .word-rotator,
.hero-headline .word-rotator span {
    background-blend-mode: normal;
    background-clip: text;
    background-image: linear-gradient(90deg, var(--accent-2) 3%, var(--global-color-10) 87%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
    
    /* Reduce slide padding on mobile */
    .services-swiper .swiper-slide {
        padding: 20px 15px;
    }
    
  
    /* Smaller heading */
    .services-swiper .swiper-slide h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    
    /* Smaller paragraph text */
    .services-swiper .swiper-slide p {
        font-size: 0.7rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    
    /* Smaller button */
    .services-swiper .swiper-slide a {
        font-size: 0.5rem;
        padding: 10px 20px;
    }
    
    /* Add side padding to swiper container */
    .services-swiper {
        padding: 0 15px;
    }
    
    /* Navigation arrows positioning */
    .services-swiper .swiper-button-prev,
    .services-swiper .swiper-button-next {
        display: none; /* Hide arrows on mobile */
    }
}

/* Tablet adjustments */
@media (max-width: 1023px) and (min-width: 768px) {
    
    .services-swiper .swiper-slide {
        padding: 10px;
    }
    
    
    .services-swiper .swiper-slide h3 {
        font-size: 1.3rem;
    }
}

.cube-animation {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.cube-animation img {
  width: 100%;
  height: auto;
}

.cube-animation .frame-2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: crossfade 2s ease-in-out infinite alternate;
}

@keyframes crossfade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* News Loop Section
================================ */

/* Second item background */
.news-loop .gb-loop-item:nth-child(3n+2) .news-item-wrapper {
    background-color: var(--accent-2);
}

/* Third item background */
.news-loop .gb-loop-item:nth-child(3n+3) .news-item-wrapper {
    background-color: var(--global-color-12);
}

/* Image container - overflow hidden for zoom effect */
.news-item-bottom {
    position: relative;
    overflow: hidden;
}
.news-loop-archive .news-item-bottom {
border-radius: 20px;
}
/* Create pseudo-element for the background image */
.news-item-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--inline-bg-image);
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
    transform-origin: top right;
    z-index: 0;
}

/* Zoom effect on hover */
.news-item-wrapper:hover .news-item-bottom::before {
    transform: scale(1.1);
}

/* Keep button above the pseudo-element */
.news-item-bottom > * {
    position: relative;
    z-index: 1;
}

/* Nav Link Animated Underline
================================ */
.gb-menu-item:not(.nav-button) .gb-menu-link {
    position: relative;
    border-bottom: none !important;
}

.gb-menu-item:not(.nav-button) .gb-menu-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--accent-2);
    transition: width 0.3s ease;
}

.gb-menu-item:not(.nav-button) .gb-menu-link:hover::after {
    width: 100%;
}

.swiper-arrows {
    right: 40px !important;
}
/* ==========================================================================
   OnDefend — HubSpot Contact Form Styling
   Matches Figma design: clean, minimal, light-gray fields
   Target: form#hsForm_bf23693b-d2ab-412b-aec9-630c8adde969
   ========================================================================== */

/* ---------- CSS Custom Properties ---------- */


/* ---------- Form Reset & Base ---------- */
.hs-form-private {
    max-width: 100%;
    font-family: inherit;
}

/* Hide default labels (placeholders handle it) */
.hs-form-private .hs-form-field > label {
    display: none !important;
}

/* Hide the "Contact Us" rich text heading if handled elsewhere */
.hs-form-private .form-columns-0 .hs-richtext {
    display: none;
}

/* ---------- Fieldset / Grid Layout ---------- */
.hs-form-private fieldset {
    margin: 0 0 20px 0 !important;
    padding: 0;
    border: none;
    max-width: 100% !important;
}

.hs-form-private fieldset.form-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.hs-form-private fieldset.form-columns-1 {
    display: block;
}

/* Ensure fields fill their grid cell */
.hs-form-private .hs-form-field {
    width: 100% !important;
}

.hs-form-private .hs-form-field .input {
    width: 100%;
}

/* ---------- Input & Textarea Base Styles ---------- */
.hs-form-private .hs-input:not([type="checkbox"]),
.hs-form-private select.hs-input {
    width: 100% !important;
    background-color: var(--global-color-13);
    border: 1px solid var(--global-color-9);
    border-radius: 6px;
    padding: 20px 10px;
    font-size: 16px;
    font-family: inherit;
    color: var(--global-color-8);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hs-form-private .hs-input:not([type="checkbox"]):focus,
.hs-form-private select.hs-input:focus {
    border-color: var(--global-color-9);
    box-shadow: 0 0 0 3px rgba(0, 193, 213, 0.1);
}

/* Placeholder styling */
.hs-form-private .hs-input::placeholder {
    color: var(--global-color-9);
    font-weight: 400;
    opacity: 1;
}

/* Textarea specific */
.hs-form-private textarea.hs-input {
    min-height: 140px;
    resize: vertical;
    line-height: 1.5;
}

/* Select dropdown arrow */
.hs-form-private select.hs-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 44px;
    cursor: pointer;
}

/* Remove placeholder appearance on select */
.hs-form-private select.hs-input.is-placeholder {
    color: var(--global-color-9);
}

/* ---------- Checkbox Section — "What services interest you?" ---------- */

/* Style the checkbox container to look like a collapsible field */
.hs-form-private .hs_in_would_like_ .input {
    background-color: var(--global-color-13);
    border: 1px solid var(--global-color-9);
    border-radius: 6px;
    padding: 10px 20px;
    transition: border-color 0.2s ease;
}

.hs-form-private .hs_in_would_like_ .input:hover {
    border-color: var(--global-color-9);
}

/* Show the label for the checkbox group as in-field text */
.hs-form-private .hs_in_would_like_ > label {
    display: block !important;
    color: var(--global-color-9);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    pointer-events: none;
    position: relative;
}

/* Hide required asterisk from the checkbox label */
.hs-form-private .hs_in_would_like_ > label .hs-form-required {
    display: none;
}

/* Checkbox list layout */
.hs-form-private .hs_in_would_like_ ul.inputs-list {
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hs-form-private .hs_in_would_like_ li.hs-form-checkbox {
    margin: 0;
    padding: 0;
}

/* Custom checkbox styling */
.hs-form-private .hs_in_would_like_ .hs-form-checkbox-display {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 15px;
    color: var(--global-color-8);
}

.hs-form-private .hs_in_would_like_ input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 2px solid var(--global-color-9);
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

.hs-form-private .hs_in_would_like_ input[type="checkbox"]:checked {
    background-color: var(--accent-2);
    border-color: var(--accent-2);
}

.hs-form-private .hs_in_would_like_ input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* ---------- SMS Opt-in Checkbox ---------- */
.hs-form-private .hs_sms_opt_in {
    padding: 10px 0;
    display: flex;
    flex-direction: column-reverse;
}

.hs-form-private .hs_sms_opt_in .hs-field-desc {
    display: none;
}

.hs-form-private .hs_sms_opt_in .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hs-form-private .hs_sms_opt_in .hs-form-booleancheckbox-display {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4;
    color: var(--global-color-8);
}

/* Custom boolean checkbox */
.hs-form-private .hs_sms_opt_in input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid var(--global-color-9);
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.15s ease;
    flex-shrink: 0;
    margin-top: 1px;
}

.hs-form-private .hs_sms_opt_in input[type="checkbox"]:checked {
    background-color: var(--accent-2);
    border-color: var(--accent-2);
}

.hs-form-private .hs_sms_opt_in input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}

/* SMS label text */
.hs-form-private .hs_sms_opt_in .hs-form-booleancheckbox-display > span {
    display: flex;
    flex-direction: row;
}

.hs-form-private .hs_sms_opt_in .hs-field-desc {
    display: block;
    font-size: 13px;
    color: var(--global-color-8);
    margin: -4px 0 0 37px;
    font-weight: 400;
}

/* ---------- "I am a:" Dependent Select Field ---------- */
.hs-form-private .hs-dependent-field {
    margin-top: 0;
}

/* ---------- Submit Button ---------- */
.hs-form-private .hs_submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.hs-form-private .hs-button.primary {
    background-color: var(--accent);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    font-family: inherit;
}

.hs-form-private .hs-button.primary:hover {
    background-color: var(--accent-2);
}

.hs-form-private .hs-button.primary:active {
    transform: scale(0.98);
}

/* ---------- Error Messages ---------- */
.hs-form-private .hs-error-msgs {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0;
}

.hs-form-private .hs-error-msg {
    color: #e74c3c;
    font-size: 13px;
    font-weight: 400;
}

/* Error state on input */
.hs-form-private .hs-input.error,
.hs-form-private .hs-input.invalid {
    border-color: #e74c3c;
}

/* ---------- Legal / Privacy Text ---------- */
.hs-form-private .legal-consent-container {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--global-color-9);
}

.hs-form-private .legal-consent-container .hs-richtext p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--global-color-8);
    margin: 0;
}

.hs-form-private .legal-consent-container a {
    color: var(--accent-2);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.hs-form-private .legal-consent-container a:hover {
    color: #009aab;
}

/* ---------- reCAPTCHA ---------- */
.hs-form-private .hs_recaptcha {
    margin-top: 12px;
}

.hs-form-private .grecaptcha-badge {
    box-shadow: none !important;
}

/* ---------- Hidden iframes ---------- */
.hs-form-private iframe[name^="target_iframe"] {
    display: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
    .hs-form-private fieldset.form-columns-2 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hs-form-private .hs_submit {
        justify-content: stretch;
    }

    .hs-form-private .hs-button.primary {
        width: 100%;
    }

    .hs-form-private .hs-input:not([type="checkbox"]),
    .hs-form-private select.hs-input {
        font-size: 16px; /* Prevents iOS zoom */
    }
}
/* ===================================
   Footer HubSpot Form 
=================================== */

.gbp-footer .acf-hubspot-form .hs-form fieldset {
  max-width: 100% !important;
  gap: 16px;
  display: flex;
}

.gbp-footer .acf-hubspot-form .hs-form-field {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 16px !important;
}

.gbp-footer .acf-hubspot-form .hs-form-field label {
  display: none !important;
}

.gbp-footer .acf-hubspot-form .hs-input {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-family: inherit !important;
  padding: 14px 16px !important;
  transition: border-color 0.2s ease, background 0.2s ease !important;
  outline: none !important;
  box-shadow: none !important;
}

.gbp-footer .acf-hubspot-form .hs-input::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

.gbp-footer .acf-hubspot-form .hs-input:focus {
  border-color: var(--accent-2) !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

.gbp-footer .acf-hubspot-form .hs-submit .hs-button {
  background: var(--accent) !important;
  color: var(--base) !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 14px 32px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  font-family: inherit !important;
  transition: background 0.2s ease !important;
  float: right;
}

.gbp-footer .acf-hubspot-form .hs-submit .hs-button:hover {
  background: var(--accent-2) !important;
}

.gbp-footer .acf-hubspot-form .hs-error-msgs {
  margin: 4px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gbp-footer .acf-hubspot-form .hs-error-msg {
  color: #ff6b6b !important;
  font-size: 12px !important;
}

.gbp-footer .acf-hubspot-form iframe {
  display: none !important;
}