@font-face {
    font-display: swap;
    font-family: Suisse Intl;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/91216a0ea6e4f35b0840.woff2) format("woff2"),url(/fonts/1e4e905a58f4b3b53895.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Suisse Intl Bold;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/1ecbcc126412ccfd5436.woff2) format("woff2"),url(/fonts/4449b058974f104347fa.woff) format("woff")
}


body {
    background-color: #eeeef2;
    color: #eeeef2;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -ms-scroll-chaining: none;
    opacity: 1;
    overscroll-behavior: none;
    position: relative;
    -webkit-overflow-scrolling: touch;
    font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .2s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .2s cubic-bezier(.645, .045, .355, 1);
    transition-property: opacity, background, color;
}
html, body {
    margin: 0;
    padding: 0;
   
    height: 100%;
}

.pdt-10{padding-top:10px}
.blogpge-text-section h2{text-align:left}
.hero-title,h1,h2,h3,h4 {  font-family: Impact, sans-serif;}
.footerlogo{font-size: 44px;
    letter-spacing: 0.02em;
    font-family: Impact, sans-serif;}
#body-content {
    /*overflow-y: auto;*/ /* Enable scrolling inside this container */
    height: 100vh;    /* Full viewport height */
    position: relative;
    overscroll-behavior: none; /* Prevent scroll chaining */
}

/* Hero Section */
#hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    color: white;
}

.hero-content {
    text-align: center;
    z-index: 10;
}



/* Base styles */
.text-container .hero-title {
  margin: 0;
  letter-spacing: 0.02em;
  background-repeat: repeat;
  -webkit-background-clip: text;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  background-position: left top;
  animation: animate 15s ease-in-out infinite;
}

/* WebP animation (desktop) */
.text-container .hero-title.animate-webp {
    color: rgba(225, 225, 225, 0.01);
  background-image: url("/images/red-flare-small.webp");
}

/* JPG animation (desktop) */
.text-container .hero-title.animate-jpg {
    color: rgba(225, 225, 225, 0.01);
  background-image: url("/images/red-flare-small.jpg");
}

/* WebP animation (mobile) */
.text-container .hero-title.animate-webp-mobile {
    color: rgba(225, 225, 225, 0.01);
  background-image: url("/images/red-flare-small_mobile.webp");
}

/* JPG animation (mobile) */
.text-container .hero-title.animate-jpg-mobile {
    color: rgba(225, 225, 225, 0.01);
  background-image: url("/images/red-flare-small_mobile.jpg");
}

/* Keyframes for animation */
@keyframes animate {
  0%, 100% {
    background-position: left top;
  }
  25% {
    background-position: right bottom;
  }
  50% {
    background-position: left bottom;
  }
  75% {
    background-position: right top;
  }
}

.hero-title {
    font-size: clamp(90px, 15.27vw, 340px);
    font-family: Impact, sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.hero-tagline {
    font-size: 1.5rem;
    margin-top: 1rem;
}

.content {
    margin-left: -10px;
    position: relative;
    width: 100vw !important;
}
/* Canvas fills the entire screen */
#light-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Navigation Menu */
#main-menu ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
}

#main-menu ul li {
    margin: 0 1rem;
}

#main-menu ul li a {
    color: #EEE;
    text-decoration: none;
    font-size: 1rem;
}

/* Sections */
section {
    padding: 2rem 2rem;
    text-align: center;
}

.service-grid, .projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.service-card, .project-card {
    background: #2D2329;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}




.blur-circle {
    background: radial-gradient(#6b79ee 0, rgba(107, 121, 238, 0) 70%);
    border-radius: 50%;
    height: 60vw;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(.25);
    -moz-transform: translate(-50%, -50%) scale(.25);
    -webkit-transform: translate(-50%, -50%) scale(.25);
    -o-transform: translate(-50%, -50%) scale(.25);
    -ms-transform: translate(-50%, -50%) scale(.25);
    width: 60vw;
    z-index: 1;
}
#smooth-wrapper {
    border-radius: 20px;
    bottom: 10px !important;
    height: calc(100% - 20px) !important;
    left: 10px !important;
     inset: 0; /* Full viewport */
    overflow: scroll !important;
    right: 10px !important;
    top: 10px !important;
    transition: opacity .4s cubic-bezier(.23,1,.32,1);
    -webkit-transition: opacity .4s cubic-bezier(.23,1,.32,1);
    -moz-transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
    -o-transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
    width: calc(100% - 20px) !important;
    z-index: 5;
}

.scrollPattern {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.scrollPattern .patternBottom, .scrollPattern .patternTop {
    height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.scrollPattern .patternTop {
    top: -150%;
}

.scrollPattern img {
    height: 100%;
    opacity: .5;
    width: 100%;
}

.scrollPattern .patternTop,
.scrollPattern .patternBottom {
    position: absolute;
    width: 100%;
    height: 100vh;
    will-change: transform, opacity; /* Optimize for animations */
    transition: opacity 0.3s ease; /* Smooth opacity changes */
    opacity: 0; /* Initially hidden */
}



.scrollPattern .patternBottom {
    bottom: -150%;
}
.scrollPattern .patternBottom, .scrollPattern .patternTop {
    height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.page-to-page {
    border-radius: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: -1;
}
.page-to-page svg:first-of-type {
    top: 0;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform-origin: top center;
    -webkit-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
}

.page-to-page svg {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.page-to-page svg:nth-of-type(2) {
    bottom: 0;
}

.animation-container {
  position: relative;
  width: 100%; /* Full width of the container */
  height: 20px; /* Container height */
  margin-top: 10px; /* Space below the tagline */
}

.red-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #d62e49;
  border-radius: 50%; /* Make it circular */
  box-shadow: 0 0 10px rgba(214, 46, 73, 0.8); /* Glow effect */
  opacity:0;    
}

.red-line {
  position: absolute;
  top: 4px; /* Centered vertically with the dot */
  left: 0;
  width: 0%; /* Initially no line */
  height: 2px; /* Line thickness */
  background-color: #d62e49;
  box-shadow: 0 0 10px rgba(214, 46, 73, 0.5); /* Glow effect */
}
.line {
  opacity: 0; /* Hidden initially */
  transform: translateY(50px); /* Start below the viewport */
  transition: all 0.5s ease-out; /* Smooth animation */
}

.line.visible {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Back to its original position */
}


/* Scoped styles for #intro-section */
/* Scoped styles for #intro-section */
#intro-section {

 
  color: #eeeef2;
  font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;
}



.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: start;
}

/* Styling for the title column */
/* Scoped styles for #intro-section */
#intro-section {


  color: #eeeef2;
  font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;
}

/* Grid layout for desktop */
.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns for content */
  gap: 2rem; /* Space between columns */
  align-items: start;
}

/* Styling for the title column */
.intro-header {
  grid-column: span 1; /* Occupy 1 column */
}

.section-title {
    font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;
        margin-top: 5px;
  font-size: 1.5rem;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1rem;
  color: #d62e49;
}
.bs-60 {
    font-size: calc(20px + 1.4vw);
    line-height: 1;
}

.circle-tag {
  border: 1px solid rgba(238, 238, 242, 0.2);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.circle-dot {
  background-color: #d62e49;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

/* Styling for text columns */
.intro-column {
  grid-column: span 1; /* Occupy 1 column */
}

.text-block {
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
  text-transform: uppercase;
font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;    
}

.text-line {
  display: block;
  opacity: 0; /* Hidden by default */
  transform: translateY(20px); /* Start below */
}

/* Styling for links row */
.intro-links {
  grid-column: span 3; /* Span all 3 columns */
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
  margin-top: 2rem;
}

.arrow-link {
  color: #d62e49;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}

.arrow-link::after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background-color: #d62e49;
  transition: width 0.3s ease-in-out;
}

.arrow-link:hover::after {
  width: 100%;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .intro-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
    gap: 1.5rem;
  }

  .intro-links {
    grid-column: span 2; /* Span both columns on smaller screens */
  }
}

@media (max-width: 768px) {
  .intro-grid {
    grid-template-columns: 1fr; /* 1 column for mobile */
  }
    
    .contact-grid {
     grid-template-columns: 1fr; /* 1 column for mobile */
}

  .intro-links {
    grid-column: span 1; /* Occupy the only column */
    justify-content: center; /* Center the links */
  }
}

/* menu */
:root {
    --color-light: var(--color-neutral-200);
    --c-red:#d62e49;
    --color-dark: var(--color-neutral-800);
    --color-primary: #d62e49;
    --color-neutral-100: #ffffff;
    --color-neutral-200: #efeeec;
    --color-neutral-300: #1D2145;
    --color-neutral-400: #cbc8c5;
    --color-neutral-500: #818180;
    --color-neutral-600: #2c2c2c;
    --color-neutral-700: #1f1f1f;
    --color-neutral-800: #131313;
    --color-neutral-900: #000000;
    --color-white: var(--color-neutral-100);
    --color-black: var(--color-neutral-900);
    --color-error: var(--color-primary);
    --color-success: #0ba954;
    --cubic-default: cubic-bezier(0.65, 0.05, 0, 1);
    --duration-default: 0.735s;
    --animation-default: var(--duration-default) var(--cubic-default);
    --gap: 2em;
    --section-padding: calc(3.5em +(var(--gap)* 2));
    --container-padding: 2em;
    --header-height: calc(1.5em +(var(--gap)* 2));
    --footer-height: calc(2.785em +(var(--gap)* 2));
}
.menu-lumineth {
   position:fixed;
    top:0;
    right:0;
  z-index: 1000;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.nav-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-logo-row {
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  width: 13em;
  display: flex;
}

.nav-logo__wordmark {
  width: 4em;
}

.nav-logo__icon {
  width: 1.5em;
  height: 1.5em;
}

.container {
  z-index: 1;
  max-width: var(--size-container);
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.is--full {
  max-width: 100%;
}

.nav-row__right {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header {
  z-index: 110;
  padding-top: var(--gap);
  position: fixed;
  inset: 0% 0% auto;
}

.website-link {
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.website-link.is--alt {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  height: 1.5em;
  display: flex;
}

.inline-link__p {
  margin-bottom: 0;
}


p{
  margin: 0px
}

.cloneable {
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: absolute;
  --menu-padding: 2em;
}

.cloneable .nav {
  z-index: 100;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.cloneable .overlay {
  z-index: 0;
  cursor: pointer;
  background-color: #13131366;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cloneable .menu {
  padding-bottom: var(--menu-padding);
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  padding-top: calc(3 * var(--menu-padding));
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30em;
  height: 100%;
  margin-left: auto;
  position: relative;
  overflow: auto;
}

.cloneable .menu-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.cloneable .menu-inner {
  z-index: 1;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
justify-content: flex-start;
    align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.cloneable .bg-panel {
  z-index: 0;
  background-color: var(--color-neutral-300);
  border-top-left-radius: 1.25em;
  border-bottom-left-radius: 1.25em;
  position: absolute;
  inset: 0%;
}

.cloneable .bg-panel.first {
  background-color: var(--color-primary);
}

.cloneable .bg-panel.second {
  background-color: var(--color-neutral-100);
}

.cloneable .menu-list {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.cloneable .menu-list-item {
  position: relative;
  overflow: hidden;
}

.cloneable .menu-link-heading{ text-shadow: 0px 1em 0px var(--color-neutral-200); }

.cloneable .menu-link {
  padding-top: .75em;
  padding-bottom: .75em;
  padding-left: var(--menu-padding);
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cloneable .menu-link-heading {
  z-index: 1;
  text-transform: uppercase;
    color:white;
  font-family:Suisse Intl, Open Sans, Helvetica, sans-serif;
  font-size: 2.8125em;
  font-weight: 700;
  line-height: .6;
  transition: transform .55s cubic-bezier(.65, .05, 0, 1);
  position: relative;
}

.cloneable .eyebrow {
  z-index: 1;
  color: var(--color-primary);
  text-transform: uppercase;
  font-family:Suisse Intl, Open Sans, Helvetica, sans-serif;
  font-weight: 400;
  position: relative;
}

.cloneable .menu-link-bg {
  z-index: 0;
  background-color: var(--color-neutral-800);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  transition: transform .55s cubic-bezier(.65, .05, 0, 1);
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.cloneable .menu-details {
  padding-left: var(--menu-padding);
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cloneable .p-small {
  font-size: .875em;
  font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;
}

.cloneable .socials-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  display: flex;
}

.cloneable .p-large {
  font-size: 1.125em;
  font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;
}

.cloneable .text-link {
    color: var(--color-primary);
  text-decoration: none;
  position: relative;
}

.menu-lumineth .menu-button {
     background-color: transparent;
  color: #d62e49;

  font-weight: 600;

      grid-column-gap: .625em;
    grid-row-gap: .625em;
    border-radius: 5px;
    cursor:pointer;
    justify-content: flex-end;
    align-items: center;
    margin: -1em;
    padding: 1em;
    display: flex
;
    border: none;
}

.menu-lumineth .menu-button-icon {
  width: 1em;
  height: 1em;
}

.menu-lumineth .menu-button-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 1.7em;
  display: flex;
  overflow: hidden;
}

@supports (-webkit-backdrop-filter: blur(0)) {
  .menu-lumineth .icon-wrap {
    padding-top: 4px;
  }
    .menu-lumineth  {
        height: 1.8em; 
    }
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
     .menu-lumineth .icon-wrap {
    padding-top: 4px;
  }
    .menu-lumineth  {
        height: 1.8em; 
    }
  }
}

.menu-lumineth .icon-wrap {
  transition: transform .4s cubic-bezier(.65, .05, 0, 1);
}

@media (hover:hover){
  
   /* Menu toggle button*/
  .menu-lumineth .menu-button:hover .icon-wrap{transform: rotate(90deg); }

  /* Menu Large Links */
  .cloneable .menu-link:hover .menu-link-heading{ transform: translate(0px, -1em); transition-delay: 0.1s; }
  .cloneable .menu-link:hover .menu-link-bg{ transform: scale(1,1) }

  /* Menu Smaller Links */
  .cloneable .text-link::after{
    content: '';
    position:absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height:1px;
    background: var(--color-primary);
    transform-origin: right center;
    transform: scale(0,1);
    transition: transform 0.4s var(--cubic-default)
  }

  .cloneable .text-link:hover::after{
    transform-origin: left center;
    transform: scale(1,1);	
  }
  
}
.imgcap{border: 2px solid #ffffff;
    border-radius: 5px;}
.pb-10{padding-bottom: 20px;}
.captcha_svg svg {
    height: 3em;
    cursor:pointer;
}

.dispflex{    display: flex
;
    align-items: center;
    justify-content: space-evenly;}
@media screen and (max-width: 767px) {
    .imgcap{width:100%}
    .captcha_svg svg {
    height: 2.5em!important;
    }
    .dispflex{
       flex-direction: column;
    gap:10px;
    }
    .footerlogo {
        text-align: center;}
    .scrollPattern img {
    height: auto!important;

}
  .cloneable{
  	--menu-padding: 1em;
  }
  
  .cloneable .nav-logo-row {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    width: auto;
  }

  .cloneable .nav-row__right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .cloneable .cloneable-title {
    pointer-events: none;
    width: calc(100% - 5.25em);
    padding-left: 1em;
    position: absolute;
    overflow: hidden;
  }

  .cloneable .cloneable-title__nr, .cloneable-title__h1 {
    font-size: .875em;
  }

  .cloneable .clone-in-webflow {
    justify-content: flex-end;
    width: 100%;
    margin-right: 0;
    padding-left: .75em;
  }

  .cloneable .clone-in-webflow__p {
    display: none;
  }

  .cloneable .cloneable-title__gradient, .osmo-ui__bg {
    display: block;
  }

  .cloneable .menu {
    padding-top: calc(4 * var(--menu-padding))!important;
    width: 100%;
  }

  .cloneable .bg-panel {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .cloneable .menu-list-item {
    height: 4.5em;
  }

  .cloneable .menu-link-heading {
    font-size: 3em;
      line-height: 1.4;
  }

  .cloneable .socials-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .cloneable .p-large.text-link {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  .cloneable .menu {
    padding-top: calc(7 * var(--menu-padding));
    padding-bottom: calc(2 * var(--menu-padding));
  }
}


#attitude .boxes {
  position: absolute;
  top: 10%;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 2;

  /* Place it fully right, off-screen: */
  transform: translateX(100vw); 
}
/* The boxes container - starting off-screen to the right if you do a horizontal slide */
.boxes {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 3vw; /* bigger gap between boxes */
  transform: translateX(100vw); /* if you're animating from the right */
  top: 50%;
  left: 50%;
  /*transform-origin: top left; */
}

/* Keep or adjust your existing styles, then add: */

/* The pinned section (unchanged) */
#attitude {
  position: relative;
  min-height: 100vh;
    height: 100vh;
 overflow: hidden; /* Prevent internal jiggling */
    
}

/* Wrapper that occupies the full viewport */
.center-wrapper {
  position: relative;
  width: 100%;
  height: 100vh; /* for pinning */
  /* if you're using flex for vertical centering, it might be:
     display: flex; align-items: center; justify-content: center; */
}

/* Big "360°" text behind the boxes */
.big-fade {
     -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 1;
  font-size: 18vw; /* big text */   
        line-height: 15vw;line-height: 15vw;
  color: #151833;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  margin: 0;
}



/* Make each box bigger */
.boxend{ background-color: transparent!important;}
.box {
    opacity:0.9;
  background-color: #222650;
  border-radius: 10px;
  /* Increase width from, say, 20vw to 30vw or 35vw */
  width: 30vw;
  min-width: 250px;       /* ensure they don't get too narrow on mobile */
  padding: 3rem;         /* more padding for bigger boxes */
  color: #fff;
  box-sizing: border-box;
}
.box .section-title {
  color: #d62e49; /* or any highlight color */
  margin-bottom: 1rem;
  text-transform: uppercase;

}
.box p,.box div {
  line-height: 1.5;
  font-size: 1.5rem;
  opacity: 0.9;
    font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;
}


.panel h3{font-family:Impact,sans-serif;}

.grid-inner{padding-left:12.4998vw;padding-right:12.4998vw;}
.text-progress{display:flex;font-family:Impact,sans-serif;font-size:34vw;height:1em;overflow:visible;position:relative;}
.text-progress p:first-of-type{align-items:center;clip-path:inset(0 0 0 100%);-webkit-clip-path:inset(0 0 0 100%);color:#d62e49;display:flex;justify-content:center;width:100%;z-index:2;}
.text-progress p:nth-of-type(2){align-items:center;bottom:0;color:#151833;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;}

#attitude{min-height:100vh;position:relative;}
#attitude,#attitude .grid-inner{height:100%;}
#attitude .hex-wrap,#attitude .hex-wrap>svg{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);}
#attitude .hex-wrap>svg{height:50vw;opacity:.4;width:50vw;}

#attitude .boxes>div{padding-left:4.1666vw;width:37.4994vw;}
#attitude .boxes>div:first-of-type{padding-left:0;width:33.3328vw;}
#attitude .boxes>div.b-middle{align-self:center;}
#attitude .boxes>div.b-end{align-self:flex-end;}
#attitude .boxes h4{line-height:1;}

.box h3{margin-bottom:1em;}
.box p,.box div{margin-top:60px;opacity:.6;}

.bs80 svg
{
    width: calc(40px + 1.4vw);
    fill:#d62e49;
}

.lightBG {
	background:#313143;
}

.space-20vh {
	height:20vh;
}

.space-30vh {
	height:30vh;
}

.space-50vh {
	height:50vh;
}

.space-100vh {
	height:100vh;
}

.ident{
   max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}


a.mask-link {
    line-height: 1;
    position: relative;
}

.upper {
    text-transform: uppercase;
}
.bs-120 {
    font-size: 6.333vw;
    line-height: 0;
}
.contact-link {
    overflow: hidden;
}
a.mask-link {
    display: inline-flex;
       align-items: baseline; 
    position: relative;
    line-height: 1;
    text-decoration: none;
}
a.mask-link:before {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
    color: #d62e49;
    content: attr(data-id);
    text-align: left;
    transition: clip-path .5s cubic-bezier(1,0,0,1);
    -webkit-transition: clip-path .5s cubic-bezier(1,0,0,1);
    -moz-transition: clip-path .5s cubic-bezier(1, 0, 0, 1);
    -o-transition: clip-path .5s cubic-bezier(1, 0, 0, 1);
    width: 100%;
    z-index: 2;
}
a.mask-link .dot.work-dot svg, a.mask-link:before {
    left: 0;
    position: absolute;
    top: 0;
}


a.mask-link span {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    display: inline-block;
    line-height: 1;
    transition: clip-path .5s cubic-bezier(1,0,0,1);
    -webkit-transition: clip-path .5s cubic-bezier(1,0,0,1);
    -moz-transition: clip-path .5s cubic-bezier(1, 0, 0, 1);
    -o-transition: clip-path .5s cubic-bezier(1, 0, 0, 1);
}

a.mask-link .dot.work-dot {
   
    background-image: none;
    line-height: 0;
    position: relative;
    
}
a.mask-link .dot {
    background-image: url(/images/red.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    display: inline-block;
    height: .175em;
    width: .175em;
    margin-left:10px;
}

a.mask-link .dot.work-dot svg, a.mask-link:before {
    left: 0;
    position: absolute;
    top: 0;
}

.dot.work-dot svg path{fill:#d62e49}
a.mask-link.hovered span {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0)
}

a.mask-link.hovered:before {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s
}

.mask-link:visited{color:white;}

.flexcenter{    display: flex;
    align-items: center;
    height: 100%;
}

a[href^="tel:"] {
    color: white;
}
.concol:hover{color:#d62e49!important; }
.concol{color:#fff!important; text-decoration: none}
.telcol{color:#d62e49!important; text-decoration: none}
.telcol:hover{color:#fff!important; }
.bs-30 {
    font-size: calc(30px + 1.4vw);
    line-height: 1;
}



/* Contact Section Styling */
#contactform-section {
    padding: 80px 20px;

}

/* Contact Container */
.contact-container {
    max-width: 600px; /* Reduced width for consistency */
    margin: 0 auto;
    padding: 60px 40px;
        opacity: 0.9;
    background-color: #222650; /* Slight transparency for modern look */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}


/* Form Group */
.form-group {
    position: relative;
    margin-bottom: 30px;
    opacity: 0; /* Initial State for Animation */
    transform: translateY(50px); /* Initial Position for Animation */
}

/* Labels */
.form-group label {
   display: block;
    font-size:20px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold;
    color: #fff;
}

/* Inputs and Textarea */
.form-group input,
.form-group textarea {
    width: 100%; /* Ensures consistency */
    padding: 12px 15px; /* Adjusted for better spacing */
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #ecf0f1;
    box-sizing: border-box; /* Include padding and border in width */
}

/* Focus States */
.form-group input:focus,
.form-group textarea:focus {
    border-color: #d62e49; /* Primary Accent Color */
    box-shadow: 0 0 8px rgba(231, 76, 60, 0.3);
}

/* Submit Button */
.submit-button {
    display: block;
    width: 100%; /* Matches input width */
    padding: 15px;
    background-color: #d62e49; /* Primary Accent Color */
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    opacity: 0; /* Initial State for Animation */
    transform: translateY(50px); /* Initial Position for Animation */
    position: relative;
    overflow: hidden;
}

/* Submit Button Hover Effects */
.submit-button:hover {
    background-color: #bc233c; /* Darker Shade */
    transform: scale(1.05);
}

.submit-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg) scale(0);
    transition: transform 0.5s ease;
}

.submit-button:hover::before {
    transform: rotate(45deg) scale(1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .w-100{width:100%!important;}
    .section-title {
        font-size: 2rem;
    }

    .submit-button {
        font-size: 1rem;
    }
}

/* Enhancements */
.contact-form {
    position: relative;
}

/* Success Message Styling */
.success-message {
    display: none;
    margin-top: 20px;
    padding: 15px;
    background-color: #d62e49; /* Success Green */
    color: #ffffff;
    border-radius: 6px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

      .line-container {
      margin-top: 2em; /* spacing before the footer */
    }
    svg#lineSVG {
      display: block;
      width: 100%;
      height: auto;
    }
    /* The line (#redLine) will be drawn via GSAP strokeDashoffset tween */

    /* ===== FOOTER ===== */
    footer {
        font-size:16px;
      padding-bottom: 2em;
      padding-left: 2em;
        padding-right: 2em;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
   font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;
      color: #eeeef2;
    }
footer div,footer a{font-size:16px; font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;}
    /* Newsletter section */
    .footer-newsletter {
      flex: 1 1 300px;
      margin-right: auto;
    }
    .footer-newsletter h2 {
      font-family: Impact, sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 1em;
    }
    .newsletter-row {
      display: inline-flex;
      align-items: center;
      position: relative;
        padding-top: 10px;
    }
    .newsletter-row input[type="email"] {
      background: transparent;
      border: none;
      color: #eeeef2;
      font-size: 16px;
    height:30px;    
           font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;
      width: 235px;
    }
    .newsletter-row input[type="email"]::placeholder {
      color: #eeeef2;
           font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;
      opacity: 0.6;
    }
    .input-underline {
      width: 300px;
      height: 1px;
      background-color: #eeeef2;
      margin-top: 0.5em;
    }

    /* Optional arrow styling */
    .morph-arrow-svg {
      cursor: pointer;
      margin-left: 1em;
    }
    .morph-arrow-svg path {
      stroke: #eeeef2;
      stroke-width: 1.5;
      fill: none;
    }

    /* Footer info */
    .footer-info {
      flex: 1 1 auto;
      text-align: right;
      margin-left: 1em;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
    /* First row: © and socials on one line */
    .footer-row-top {
      display: flex;
      gap: 1.5em;
      align-items: center;
      margin-bottom: 1em;
    }
    /* Second row: phone & policies on one line */
    .footer-row-bottom {
      display: flex;
      gap: 1.5em;
      align-items: center;
    }
    .footer-info small {
      display: inline-block;
      margin-bottom: 0; /* no extra spacing */
    }

    /* Social links */
    .footer-social-links {
      list-style: none;
      display: flex;
      gap: 1.5em;
      margin: 0;
      padding: 0;
    }
    .footer-social-links a,.footer-row-bottom a {
      color: #eeeef2;
      text-decoration: none;
     
    }
.privacy-overlay a:hover{
color: #d62e49;
}
.privacy-overlay a{color:white}
.footer-social-links a:hover::after,.footer-row-bottom a:hover::after,.categories-bar a:hover::after {
    width: 100%;
}
.close-btn:hover{color:white!important}
.footer-social-links a::after,.footer-row-bottom a::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #d62e49;
    transition: width 0.3s ease-in-out;
}


.categories-bar a:hover::after {
    width: 100%;
}
    .categories-bar a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #d62e49;
    transition: width 0.3s ease-in-out;

}
.legallinks{    display: flex
;
    gap: 10px;}

.copyright::after{content: '';
    display: block;
    width: 0%;height: 2px;}
   
    /* Responsive */
    @media (max-width: 768px) {
      footer {
        flex-direction: column;
        align-items: flex-start;
      }
      .footer-info {
        align-items: flex-start;
        text-align: left;
        margin: 1em 0 0;
          width: 100%;
      }
      .footer-row-top,
      .footer-row-bottom {
        justify-content: space-between;
          width:100%;
      }
      .input-underline {
        width: 100%;
      }
    }



.serviceslnk{color:white;font-family:Impact,sans-serif;}
.services {
  display: flex;
  flex-direction: column;
  padding: 0 15px; /* Added padding for mobile responsiveness */
  margin: 0 auto; /* Center the content */
  overflow-x: hidden; /* Prevent horizontal scrolling */
}

.panel {
  font-family: Suisse Intl, Open Sans, Helvetica, sans-serif;
  opacity: 0.9;
  border: 5px solid #ffffff30;
  background-color: #222650;
  border-radius: 10px;
  height: 80vh; /* Full viewport height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  color: white;
  text-align: center;
  max-width: 100%; /* Ensure panel doesn't overflow horizontally */
  margin: 20px auto; /* Center panel on all devices */
  box-sizing: border-box; /* Ensure padding is accounted for */
}

.panel-content {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 1.4rem;
  text-align: justify;
}

.panel-content p {
  margin-bottom: 20px;
}

.bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bullets li {
  display: flex;
  align-items: flex-start; /* Align bullets with the first line of text */
  margin: 10px 0;
  line-height: 1.5; /* Ensure proper spacing between lines */
}

.bullet {
    margin-top: 10px;
  width: 12px;
  height: 12px;
  margin-right: 15px; /* Adjust spacing for bullet and text */
  background-color: #d62e49;
  border-radius: 50%;
  flex-shrink: 0; /* Prevent bullets from deforming */
}

.panel h3 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 0!important;
}

@media (min-width: 768px) {
  .panel-content {
    font-size: 1.4rem;
    max-width: 800px;
  }

  .panel h3 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .panel {
    width: 100%; /* Ensure panels take full width */
    padding: 30px;
    margin: 10px auto;
  }

  .panel-content {
    font-size: 1rem;
    text-align: justify;
  }

  .bullets {
    font-size: 1rem;
    text-align: left;
  }

  .bullets li {
    margin: 8px 0; /* Slightly reduced margin for compact view */
    line-height: 1.4; /* Adjust line height for smaller screens */
  }

  .bullet {
    width: 10px; /* Smaller bullet size for mobile */
    height: 10px;
    margin-right: 10px;
      margin-top: 5px!important;
    
  }

  .hidden-on-mobile {
    display: none!important;
  }

  .panel h3 {
    font-size: 2rem;
  }

footer {
    padding-top: 10px;
    padding-left: 0.5em!important;
    padding-right: 0.5em!important;
    }
    .newsletter-row {
          width: 100%;
    justify-content: space-between;
    }
    .footer-newsletter {
        width: 100%;
    flex: 1 1 100px!important;
    }
    #redLine{stroke-width: 10!important;}
     footer a,.copyright {
         font-size:14px!important;
    }
   
    #contact-section{height: 100vh;
    display: flex
;
    align-items: center;}
    
        .contact-link.bs-120,#h1-intro .bs-120{
                font-size: 15vmin;
        margin-bottom: 20px;
    }
    .text-line.bs-60 {
    font-size: calc(20px + 1.4vw);
    line-height: 1.3;
}
    
    section {
    padding: 2rem 0.5rem!important;
    }

}
.mobile-break {
  display: block; /* Default inline for larger screens */
}

.mrg0{margin: 0;}
.hidedesk{display: none}



@media (max-width: 767px) {
    .mobheight {        height: 60px;width:100%;
}
    .cloneable .menu-inner {

    grid-row-gap: 2em;
    }
    .hidedesk{display:inline-block}
    .box{    min-width: 350px;
    padding: 3rem;}
  .mobile-break {
    display: block;  /* Force a line break on mobile */
  }
    
    .telcol {

    font-size: 40px;
    /* margin-top: 10px; */
    line-height: 70px;
    }
}


#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    background: #1e2145!important;
   

}

#tarteaucitron #tarteaucitronClosePanel, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie
{
    
        background: #d62e49!important;
}

#tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronAllow, #tarteaucitronRoot .tarteaucitronDeny {
    background: #d62e49!important;
    color:white!important;
}


/* ==== Link to open overlay ==== */
 
    /* ==== Dark background overlay ==== */
    .privacy-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.8);
      opacity: 0;
      visibility: hidden;
      overflow-y: auto; /* Allow scrolling if content is large */
      z-index: 9999;
    }

    /* ==== Overlay content container ==== */
    .overlay-content {
      max-width: 800px;
      margin: 60px auto;
      background-color: #1e2145bf;
      border-radius: 8px;
      padding: 40px;
      transform: scale(0.8);
      opacity: 0;
    }

    /* ==== Close button (optional) ==== */
    .close-btn {
      display: inline-block;
      margin-bottom: 20px;
      background: #c62d49;
      color: #fff;
      padding: 10px 15px;
      border-radius: 5px;
      text-decoration: none;
      cursor: pointer;
    }

    /* For the stagger effect, each separate element gets this class */
    .stagger-el {
      /*opacity: 0;*/ /* We'll fade them in with GSAP */
    }

.red{color: #c62d49;}

 /* Each letter is inline-block so GSAP can animate transform properly */
#animatedHeading {
  position: relative;
  display: inline-block;
  white-space: normal; /* Allow wrapping */
  word-break: break-word; /* Allow breaking long words */
  overflow-wrap: break-word; /* Standard property for wrapping */
  /* Optional: Add padding or margin as needed */
  padding: 20px;
  text-align: center; /* Center align for better aesthetics */
      line-height: 1 !important;
}

#animatedHeadingPage{ line-height: 1 !important;}

/* ===========================
   Span Styles
   =========================== */

#animatedHeading span {
  display: inline-block; /* Necessary for GSAP animations */
  /* Ensure spans don't prevent wrapping */
  white-space: normal;
  /* Optional: Add transition for smoother animations */
  transition: transform 0.3s ease, opacity 0.3s ease;
}


.mobile-break-h1 {
  display: none; /* Hide the <br> by default (desktop) */
  margin: 0;     /* Ensure no extra spacing */
  padding: 0;    /* Ensure no extra spacing */
  line-height: 0;/* Avoid vertical “jump” if needed */
}
#h1-intro{min-height:400px}
@media (max-width: 767px) {
    #h1-intro{min-height:170px!important}
    .ml7 {
 
 font-size: 13.333vw!important;
    }
    #animatedHeadingPage {

      line-height: 1 !important;
    }
    #animatedHeading{

      line-height: 0.5 !important;
}
  .mobile-break-h1 {
    display: inline;
    width:100%;  
  }
}

/* Styling the red last word */
.ml7 .red {
    color: #d62e49; /* Adjust the color as needed */
    font-weight: bold; /* Optional: Make the last word bold */
}

.ml7 {
  position: relative;
 font-size: 8.333vw;
        line-height: 0;

}
.ml7 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.ml7 .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}
/* Prevent words from breaking mid-line */
.ml7 .letters {
    white-space: normal;           /* Allow natural wrapping */
    word-break: normal;            /* Prevent word breaking */
    overflow-wrap: normal;         /* Prevent forced breaks */
    hyphens: none;                 /* Disable hyphenation */
}

/* Ensure each word and letter behaves correctly for animation */
.ml7 .word {
    display: inline-block;         /* Keep words together */
 
}


:root {
    --dark: #d62e49;
}

.intro {
    height: 100vh;
}

.intro {
    position: relative;
    padding: 5vw;
    background: #C0D7D8;
    overflow: hidden;
}

.intro__content {
    position: absolute;
    right: 8%;
    bottom: 15%;
    z-index: 3;
    
    @media all and (max-width: 768px) {
        right: auto;
    }
}

.intro__title {
    font-size: 25vw;
    overflow: hidden;
    letter-spacing: -2.3vw;
    padding-right: 2.3vw;

    @media all and (max-width: 768px) {
        margin-bottom: 5vh;
    }
}

.intro__img {
    position: absolute;
    width: 35%;
    max-width: 390px;
    height: auto;
    
    @media all and (max-width: 768px) {
        width: 75vw;
    }
}

.intro__img--1 {
    z-index: 2;
    left: 10%;
    bottom: 35%;
    
    @media all and (max-width: 768px) {
        // top: 15vh;
        left: 50%;
        bottom: 50vh;
    }
}

.intro__img--2 {
    z-index: 1;
    left: 25%;
    bottom: 40%;
    
    @media all and (max-width: 768px) {
        // top: 2vh;
        left: 70%;
        bottom: 60vh;
    }
}

.intro__txt {
    max-width: 35vw;
    margin-left: 25vw;
    
    @media all and (max-width: 768px) {
        max-width: 80vw;
        margin-left: 5vw;
    }
}

/*  ========================================================================== 
    Slides
    ========================================================================== */
.npd{padding:0!important}
.slide {
    display: flex;
    align-items: stretch;
    height: 100vh;
    overflow: hidden;
   
   
    
    @media all and (max-width: 768px) {
        display: block;
        position: relative;
         padding:0!important;
    }
}

/*  Columns
    ========================================================================== */

.col {
    flex-basis: 50%;
    
    @media all and (max-width: 768px) {
        display: block;
        width: 100%;
        height: 100vh;
    }
}

.col--1 {
    position: relative;
    z-index: 1;
    
     @media all and (max-width: 768px) {
        position: relative;
        z-index: 1;
    }
}

.col--2 {
    position: relative;
    overflow: hidden;
    
    @media all and (max-width: 768px) {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
    }
}

/*  ========================================================================== 
    Column Content
    ========================================================================== */

.col__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    height: 100%;
    padding: 6vw 6vw 10vw;
    
    @media all and (max-width: 768px) {
        width: 85%;
        text-shadow: 2px 2px 4px rgb(0 0 0 / 85%);
    }
}

/* Default image styling with grayscale and no gradient */
.col__image-wrap img {
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 1;
}

/* Linear gradient effect when the slide is in focus */
.col__image-wrap.focused img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Linear gradient overlay effect directly on the image */
.col__image-wrap.focused img::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.1) 0%, 
        rgba(0, 0, 0, 0.3) 100%
    );
    z-index: 1;
    pointer-events: none;
}



/* When image is in focus (desktop only) */
.col__image-wrap img.focused {
    filter: grayscale(0%);
    opacity: 1;
}

/* Mobile Effect - Lower Opacity on Focus */
@media (max-width: 768px) {
    .col__image-wrap img.focused {
        opacity: 0.3;
    }
}



/*  Column Content
    ========================================================================== */

.col__content-title {
     white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    margin: 0 0 2vw;
    font-size: 5vw;

    
    @media all and (max-width: 768px) {
        margin: 0 0 6vw;
       font-size: 15vw;
    
    }
}

.col__content-wrap {
    display: flex;
    justify-content: flex-end;
    
    @media all and (max-width: 768px) {
        flex-direction: column;
    }
}

.col__content-txt {
        font-size: 1.25vw;
    max-width: 30vw;
    order: 2;
    margin-left: 32px;
    
    @media all and (max-width: 768px) {
                order: 1;
        max-width: fit-content !important;
        margin: 0;
        font-size: 5.25vw;
    }
}

.slide-link {
    position: relative;
    order: 1;
    display: flex;
    justify-content: flex-end;
    width: 75px;
    height: 53px;
    
    > * {
        pointer-events: none;
    }
    
    @media all and (max-width: 768px) {
        order: 2;
        align-self: flex-end;
    }
}

.slide-link__circ {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 3px solid var(--dark);
}

.slide-link__line {
    position: absolute;
    top: 25px;
    left: 0;
        width: 69px;
    height: 5px;
    background: var(--dark);
}

.line {
    overflow: hidden;
    
    &:nth-of-type(even) {
        margin-top: -1vw;
    }
}

.line__inner {
    display: block;
}

.slide__scroll-link {
    position: absolute;
    right: -113px;
    bottom: 3.5vw;
    display: flex
;
    text-decoration: none;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #d62e49;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    
    @media all and (max-width: 768px) {


    right: 50%;
    bottom: 3.5vw;
    transform: translateX(50%);
 
    }
}

.slide__scroll-line {
    position: absolute;
    left: 26px;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}

.published_day{    font-size: 4vw;
    color: white;}

 @media all and (max-width: 768px) {
     .slide-link {
         padding-top: 20px;}
     .slide-link__line {

    top: 45px;
     }
     .published_day{    font-size: 10vw;}
}

/*  ========================================================================== 
    Column Image
    ========================================================================== */

.col__image-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)!important;
    width: 100%;
    height: 160vh;
}

.img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*
.blurred-text-container {
    position: relative;
    padding: 20px;
    color: white;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
*/
/* Default: No blur effect unless the class is added */
/*.blurred-text-container::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    backdrop-filter: blur(12px);
    z-index: 0;
    background: rgba(0, 0, 0, 0.3); 
    display: none; 
}*/

/* Blur effect activated only on mobile when class is added by JS */
/*.enable-blur::before {
    display: block;
}*/


.faq {
    margin: 20px 0;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    cursor: pointer;
    background-color: #f2f2f2;
    padding: 10px;
    border: 1px solid #ccc;
        color: #1d2145;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    border-radius:5px;
}
.indicator {
    font-weight: bold;
    padding-right: 1em;
    color:#d62e49;
}

.faq-answer {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #00000012;
}


.img_container {
    margin: 20% 0;
    width: 70%;
    position: relative;
}


.mask img {
    height: 100%;
    width: 100%;
    transform-origin: left;
    object-fit: cover;
    border-radius: 50%;
    border:4px solid #d62e49;
}

.mask {
    visibility: hidden;
    position: relative;
    width: 80%;
    height: 80%;
    overflow: hidden;
        padding-right: 10px;
}


.blogpge-container {
    display: flex;
    flex-wrap: nowrap;
    gap:20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.blogpge-text-section {
    flex: 0 0 50%;
  
}

.blogpge-img_container {
    display: flex
;
    flex: 0 0 40%;
    padding: 1rem;
    justify-content: center;
}

.blogpge-img_container img {
    width: 100%;
    height: auto;
}
#blog-content div{text-align: justify}

.introduction {padding-bottom:2rem;}
@media (max-width: 768px) {
    .faq-answer {text-align: justify}
    .introduction div{text-align: justify}
    .conclusion h2,.faqsection h2{text-align: center}
    .blogpge-text-section {padding:0!important;}
    .blogpge-text-section h2{text-align: center}
    .blogpge-text-section div, .conclusion div {text-align: justify;}
    .blogpge-container {
            flex-direction: column;
    }
    .reverse {
        flex-direction: column-reverse!important;
    }
}


/* alert design */
/* Base styles for the popup */
.alertpopup {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border-radius: 10px;
    z-index: 9999;
    font-size: 1.2rem;

    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    max-width: 300px;
    text-align: center;
    color: #fff;
}

/* Success popup styles */
.alertpopup-success {
    background: #4caf50;
    border: 2px solid #3e8e41;
}

/* Error popup styles */
.alertpopup-error {
    background: #f44336;
    border: 2px solid #d32f2f;
}

/* Additional styling for rounded appearance */
.rounded {
    border-radius: 12px;
}

/* Center text alignment */
.t-center {
    text-align: center;
}

/* Animation enhancements */
.alertpopup span {
    font-weight: bold;
}

#tarteaucitronRoot {
    z-index: 99;}
#tarteaucitronPrivacyUrl{display:none!important}
#tarteaucitronAllDenied2{display:none!important}
#tarteaucitronRoot span#tarteaucitronDisclaimerAlert{font-size:16px!important;margin: 10px 0 10px!important;}

body #tarteaucitronRoot div#tarteaucitronAlertBig {padding: 20px 20px!important;    width: 30%!important;}

@media (max-width: 768px) {
body #tarteaucitronRoot div#tarteaucitronAlertBig {width: auto !important;}
    
}


.joinchat {
  --bottom: 20px;
  --sep: 20px;
  --s: 60px;
  display: none;
  position: fixed;
  z-index: 9000;
  right: var(--sep);
  bottom: var(--bottom);
  animation: joinchat_show 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 10ms both;
  transform: scale3d(0, 0, 0);
}

.joinchat--show {
  display: block;
  transform: scaleX(1);
}

.joinchat__button {
  position: relative;
  z-index: 2;
  height: var(--s);
  width: var(--s);
  background: #25d366;
  border-radius: 50%;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
  cursor: pointer;
}

.joinchat__button__open {
  width: var(--s);
  height: var(--s);
  background-image: url('/images/icons/whatsapp.svg');
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.joinchat__tooltip {
  position: absolute;
  top: -50px;
  right: 50px;
  max-width: 200px;
  width:200px;
  height: 32px;
  padding: 0 14px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 16px;
  line-height: 32px;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.4s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.joinchat__tooltip:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -8px;
  border: 8px solid transparent;
  border-left-color: #fff;
}

.joinchat__button:hover .joinchat__tooltip {
  opacity: 1;
}

@keyframes joinchat_show {
  0% { transform: scale3d(0, 0, 0); }
  100% { transform: scaleX(1); }
}


   .card-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      align-items: stretch;
      max-width: 1200px;
      margin: 0 auto;
    }

  

    /* Card styling */
    .card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

      max-width: 350px;
      flex: 1;
      min-width: 300px;

      /* IMPORTANT: No "!important" usage. 
         Start hidden for GSAP to animate from. */
      opacity: 1; 
      transform: translateY(50px);
      transition: none;
      cursor: pointer; /* So it looks clickable */
    }

    /* Hover effect (optional) */
    .card:hover {
      transform: translateY(-5px);
    }

    /* Card image */
    .card_img img {
      width: 100%;
      height: auto;
      border-bottom: 3px solid #d62e49;
      display: block;
    }

    /* Card body */
    .card_body {
      padding: 20px;
      text-align: center;
    }

    /* Title */
    .card_title h3 {
      font-size: 25px;
      color: #333;
      margin-bottom: 10px;
    }

    /* Description */
    .card_description {
      font-size: 14px;
      color: #666;
      margin-bottom: 15px;
    }

    /* Read more button */
    .card_btn .read_more {
      display: inline-block;
      padding: 10px 15px;
      background: #d62e49;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      transition: background 0.3s;
    }

    .card_btn .read_more:hover {
      background: #b8273e;
    }

    /* Responsive for mobile */
    @media (max-width: 768px) {
      .card-container {
        flex-direction: column;
        align-items: center;
      }
    }

#blog-content a,.relatedarticles a,.breadcrumbs a{
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    padding-bottom: 3px;
}

#blog-content a::after,.relatedarticles a::after,.breadcrumbs a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #d62e49;
    transition: width 0.3s ease-in-out;
}

#blog-content a:hover::after,.relatedarticles a:hover::after,.breadcrumbs a:hover::after {
  width: 100%;
}

.blogpge-category-section{font-size: 1.1rem;
    padding-bottom: 10px;
    color: #d62e49;
    font-weight: 500;}

.topbread{position:absolute;display:inline-flex;align-items: center;    left: 0;
    top: 0;    padding: 0.7rem 2rem;}
.breadcrumbs{
    padding-bottom: 20px;}

.contactother{    margin-top: 50px;}

.pgeblog{    text-align: left;
    padding: 1rem 2rem;}


.p-large{font-size:20px;}

 @media (max-width: 768px) {
.topbread {
    position: relative;    align-items: flex-start;
    flex-direction: column;padding: 0.9rem .5rem !important;}
     .breadcrumbs{     text-align: left !important;} 
     .contactother{    margin-top: 0px!important;}
     .blogpge-category-section{text-align: left !important; font-size: 16px;}
}


/* Section Styling */
.error-container {
    padding-top:6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height:60vh;
}

/* Square Container */
.Square404 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Square Box */
.Square {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 12px;
    background: linear-gradient(45deg, #d62e49, #d62e49b3);
    box-shadow:0 0 1px 10px #d62e49, 0 0 2px 20px #9a1f38, 0 0 3px 30px #601632, 0 0 4px 40px #1e2145;
    transform: rotateZ(-21deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.Square h1 {
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    user-select: none;
}

/* Texts Section */
.texts {
    flex: 1;
    padding: 1.5rem;
    text-align: left;
}

.texts h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.texts p {
    font-size: 1rem;
    margin-bottom: 15px;
}

/* Button Styles */
.btn {
        text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 0.5rem 1rem;
    margin: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 5px;
    color: white;
    background: #d62e49;
    border: none;
    transition: 0.3s ease-in-out;
}

.btn:hover {
    background: #9a1f38;
}

/* Search Box */
#search_box {
    width: 70%;
    max-width: 250px;
    border-radius: 8px;
    padding: 0.5rem;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive - Mobile View */
@media (max-width: 768px) {
  
    .error-container {
        flex-direction: column;
        text-align: center;
        padding-top: 10rem !important;
        height: 70vh;
    }
    
    .Square404 {
        order: -1; /* Moves Square to Top */
        margin-bottom: 20px;
    }
    
    .texts {
        text-align: center;
    }
}

.pt-3{padding-top:15px}



.quiz-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
  color:white;
}


.question p, .results p {
    font-size: 18px;
    margin-bottom: 20px;
}
.question-title{font-size: 38px; line-height:1.5em}


.btn-wrr {
    background-color: var(--c-red);
    color: #fff;
}

button.prev {
    margin-right: 10px;
}
.validation-message {
    color: red;
    font-size: 0.875em;
}
#quiz .btn:hover {
   
    text-decoration: none
        border-color: var(--c-red);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .24);
}
#quiz input,#quiz select {
   width: 100%;
  padding: 10px;
  box-sizing: border-box;

}
.captcha_svg svg {
    height: 2em;
}
.refresh-captcha-contact {
    cursor: pointer;
}
.captcha-image-seo {
    border-radius: 5px;
    height: auto;
    max-width: 60%;
    width: 60%;
    vertical-align: middle;
    object-fit: contain !important;
}
.contactd{padding-bottom:15px;}
.flexquiz{display:flex;align-items: center; flex-direction: row; /* Default to row */
  gap: 10px;
    align-content: center;
}
.curr {
    background: linear-gradient(270deg, var(--c-red), #fff 194.64%);
    border-radius: 8px;
    height: 100%;
    transition: width .5s ease-in-out;
    width: 0;
}
#quiz .progress_bar {
    background: #f5f6f7;
    border-radius: 8px;
    height: 8px;
    margin: 0 auto 36px;
    max-width: 100%;
}
.quiz-form-control-wrap {
  display: block;
}

.quiz-list-item {
  display: block;
  margin-bottom: 16px; /* Adjust based on the actual space needed */
}


.quiz-list-item label {
    text-align: center;
  display: block;
  padding: 18px;
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 2px;
  color: #8f8f8f;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.quiz-list-item label:hover {
  background-color: var(--c-red); /* Replace with actual color */
  color: #fff;
}

.quiz-list-item input[type="radio"] {
  display: none;
}

.quiz-list-item input[type="radio"]:checked + .quiz-list-item-label {
  background-color: var(--c-red); /* Replace with actual color */
  color: #fff;
}

#quiz .form-section { padding: 20px; }
#quiz .text-large { font-size: 24px; font-weight: bold; margin-bottom: 20px; }
#quiz .text-small { font-size: 14px; }
#quiz .form-field { margin-bottom: 15px; }
#quiz .form-control-wrap { display: block; }
#quiz .form-control { display: block; width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 5px; }
#quiz .form-input { margin-top: 5px; }
#quiz .form-select { padding: 5px; }
#quiz .form-field-checkbox { margin-top: 20px; }
#quiz .form-submit { background-color: var(--c-red); color: white; border: none; border-radius: 5px; padding: 10px 20px; cursor: pointer; display: block; width: 100%;     border: 1px solid transparent;}
#quiz .form-submit:hover {  color: var(--c-red);
    text-decoration: none;
    background-color: white;
        border:1px solid var(--c-red);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .24);}
#quiz .tcpa-text { font-size: 12px; margin-top: 20px; }

.overlayseo {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1d2145;
    overflow-y: auto; /* Enable scrolling within the overlay */
    z-index: 9999; /* Ensure it's above other content */
}

.overlayseo-content {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 5% auto;
}

.closeseo {
    position: fixed; /* Change to fixed positioning */
    top: 10px;
    right: 20px;
    font-size: 40px; /* Increase font size */
    text-decoration: none;
    color: white;
    cursor: pointer; /* Change cursor to pointer to indicate clickable */
}

.contentseo-center {
    text-align: center;
    /* Style for your centered content */
}

.phone:hover{border-bottom: 1px solid transparent!important;}
.phonebig:hover{border-bottom: 1px solid transparent!important;}
/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .overlay-content {
        margin: 15% auto;
    }
    
}

.analyze-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: scale(0.8);
    opacity: 0;
}

.analyze-title {
    font-size: 28px;
    color: #222;
    margin-bottom: 10px;
        font-weight: 600;
}

.analyze-subtitle {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

#analyze-website {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.field-keyword {
      box-sizing: border-box;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border 0.3s;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.field-keyword:focus {
    border: 1px solid #d62e49;
    outline: none;
    box-shadow: 0 0 5px rgba(214, 46, 73, 0.4);
}

.analyze-button {
    background-color: #d62e49;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s;
    box-shadow: 0 5px 10px rgba(214, 46, 73, 0.3);
}

.analyze-button:hover {
    background-color: #b3243b;
    box-shadow: 0 7px 14px rgba(214, 46, 73, 0.4);
}
fieldset{border:0;}