.elementor-617 .elementor-element.elementor-element-500dbcd{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-500dbcd */*{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    html{
    scroll-behavior: smooth;
    }
    
    body{
      font-family:'Inter', sans-serif;
      background:var(--light);
      overflow-x:hidden;
    }

    :root{
      --primary-red:#d11217;
      --dark:#0b0b0b;
      --light:#ffffff;
      --gray:#9f9f9f;
    }

    .hero-section{
      position:relative;
      min-height:100vh;
      background-image:
      linear-gradient(
        90deg,
        rgba(0,0,0,0.88) 0%,
        rgba(0,0,0,0.72) 35%,
        rgba(0,0,0,0.35) 60%,
        rgba(0,0,0,0.15) 100%
      ),
      url('http://prometheus-wordpress-894719-213-136-64-128.sslip.io/wp-content/uploads/2026/07/slider-img.jpg');

      background-size:cover;
      background-position:center;
      background-repeat:no-repeat;
    }

    .glass-nav{
      backdrop-filter: blur(12px);
      background: rgba(255,255,255,0.92);
      border-bottom:1px solid rgba(255,255,255,0.08);
    }

    .menu-link{
      position:relative;
      transition:0.3s ease;
    }

    .menu-link::after{
      content:'';
      position:absolute;
      left:0;
      bottom:-8px;
      width:0%;
      height:2px;
      background:var(--primary-red);
      transition:0.3s ease;
    }

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

    .menu-link:hover{
      color:var(--primary-red);
    }

    .main-title{
      line-height:0.95;
      letter-spacing:-2px;
    }

    .cta-button{
      transition:all 0.35s ease;
      box-shadow:0 15px 35px rgba(209,18,23,0.35);
    }

    .cta-button:hover{
      transform:translateY(-4px);
      box-shadow:0 20px 45px rgba(209,18,23,0.55);
    }

    .mobile-menu{
      transition:all 0.3s ease;
    }

    @media(max-width:768px){

      .hero-section{
        background-position:65% center;
      }

      .main-title{
        line-height:1;
        letter-spacing:-1px;
      }

    }
     /* Footer Main */

     .footer-main{
      background:#050505;
      padding:70px 90px 40px;
      position:relative;
      overflow:hidden;
    }

    .footer-main::before{
      content:'';
      position:absolute;
      inset:0;
      background:
      radial-gradient(circle at center,
      rgba(255,255,255,0.03),
      transparent 50%);
      pointer-events:none;
    }

    .footer-content{
      position:relative;
      z-index:2;
    }

    /* Logo */

    .footer-wrapper{
      width:100%;
      margin:auto;
    }

    .footer-logo{
      font-size:54px;
      font-weight:900;
      letter-spacing:-2px;
      line-height:1;
    }

    .footer-logo span{
      color:var(--primary-red);
    }

    /* Social */

    .social-list{
      display:flex;
      gap:14px;
      margin-top:30px;
    }

    .social-icon{
      width:46px;
      height:46px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,0.12);
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      transition:0.3s ease;
      cursor:pointer;
      background:rgba(255,255,255,0.02);
    }

    .social-icon:hover{
      background:var(--primary-red);
      border-color:var(--primary-red);
      transform:translateY(-4px);
    }

    /* Footer Titles */

    .footer-title{
      font-size:18px;
      font-weight:800;
      margin-bottom:24px;
      color:#fff;
    }

    .footer-links{
      display:flex;
      flex-direction:column;
      gap:16px;
    }

    .footer-links a{
      color:var(--gray);
      text-decoration:none;
      transition:0.3s ease;
      font-size:15px;
    }

    .footer-links a:hover{
      color:#fff;
      transform:translateX(4px);
    }

    /* Bottom */

    .footer-bottom{
      margin-top:60px;
      padding-top:30px;
      border-top:1px solid var(--border);
    }

    .footer-copy{
      color:#7d7d7d;
      font-size:14px;
    }

    .footer-legal{
      display:flex;
      gap:30px;
    }

    .footer-legal a{
      color:#7d7d7d;
      text-decoration:none;
      transition:0.3s ease;
      font-size:14px;
    }

    .footer-legal a:hover{
      color:#fff;
    }

    /* Responsive */

    @media(max-width:1024px){

      .footer-main{
        padding:60px 35px 35px;
      }

    }

    @media(max-width:768px){

      .newsletter-bar{
        padding:28px 20px;
      }

      .footer-main{
        padding:55px 20px 30px;
      }

      .footer-logo{
        font-size:44px;
      }

      .footer-bottom{
        text-align:center;
      }

      .footer-legal{
        justify-content:center;
        flex-wrap:wrap;
        margin-top:20px;
      }

    }
    :root{
    --primary-red:#d11217;
    --dark:#0b0b0b;
    --light:#ffffff;
  }
  /* Main Layout */

.success-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:700px;
  }

  /* Left Side */

  .content-side{
    position:relative;
    overflow:hidden;
    padding:90px 90px 90px 25%;
    display:flex;
    align-items:center;
    background:
    radial-gradient(circle at top left,
    rgba(255,255,255,0.08),
    transparent 40%),
    linear-gradient(
    135deg,
    #d90f16 0%,
    #cb1016 40%,
    #8d090d 100%);
  }

  .content-side::before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    border-radius:50%;
    background:rgba(255,255,255,0.05);
    top:-250px;
    left:-250px;
  }

  .content-container{
    position:relative;
    z-index:2;
    max-width:600px;
  }

  .mini-title{
    color:#fff;
    opacity:0.9;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1.5px;
    font-weight:800;
    margin-bottom:30px;
  }

  .main-title{
    font-size:72px;
    line-height:1.02;
    font-weight:300;
    letter-spacing:-3px;
    color: var(--light);
  }

  .description{
    margin-top:35px;
    font-size:20px;
    line-height:1.8;
    color:rgba(255,255,255,0.92);
  }

  .signature{
    margin-top:35px;
    font-size:18px;
    line-height:1.7;
    color:#fff;
  }

  .cta-button-success{
    margin-top:40px;
    display:inline-flex;
    align-items:center;
    gap:16px;
    background: var(--primary-red);
    color: var(--light);
    border: solid 1px var(--light);
    padding:18px 28px;
    border-radius:16px;
    font-weight:400;
    transition:all 0.35s ease;
  }

  .cta-button-success:hover{
    transform:translateY(-5px);
  }

  .arrow-box{
    width:36px;
    height:36px;
    border-radius:10px;
    background:var(--light);
    color:var(--primary-red);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
  }

  /* Image Side */

  .image-side{
    position:relative;
    overflow:hidden;
    background:#111;
    cursor:pointer;
  }

  .image-side img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 0.9s ease;
  }

  .image-side:hover img{
    transform:scale(1.07);
  }

  .image-side::after{
    content:'';
    position:absolute;
    inset:0;
    background:
    linear-gradient(
    to left,
    rgba(0,0,0,0.08),
    rgba(0,0,0,0.02));
  }

  /* Quote Section */

  .quote-section{
    position:relative;
    background:
    radial-gradient(circle at center,
    rgba(255,255,255,0.06),
    transparent 45%),
    linear-gradient(
    90deg,
    #0b0b0b,
    #191919,
    #0b0b0b);

    padding:90px 40px;
    text-align:center;
    overflow:hidden;
  }

  .quote-icon{
    color:var(--primary-red);
    font-size:90px;
    line-height:0;
    margin-bottom:10px;
    font-weight:900;
  }

  .quote-text{
    font-size:42px;
    line-height:1.5;
    max-width:1100px;
    margin:auto;
    font-weight:300;
    letter-spacing:-2px;
    color: var(--light);
  }

  .quote-author{
    margin-top:35px;
    font-size:22px;
    color:#fff;
    font-weight:700;
  }

  .quote-role{
    margin-top:10px;
    color:var(--primary-red);
    font-size:18px;
    font-weight:500;
  }

  .shield-icon{
    position:absolute;
    top:18px;
    left:50%;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  /* Responsive */

  @media(max-width:1400px){

    .main-title{
      font-size:58px;
    }

    .quote-text{
      font-size:34px;
    }

  }

  @media(max-width:1024px){

    .success-grid{
      grid-template-columns:1fr;
    }

    .content-side{
      padding:70px 40px;
    }

    .main-title{
      font-size:48px;
    }

    .quote-text{
      font-size:28px;
    }

    .description{
      font-size:18px;
    }

  }

  @media(max-width:768px){

    .content-side{
      padding:60px 25px;
    }

    .main-title{
      font-size:38px;
      letter-spacing:-1px;
    }

    .description{
      font-size:16px;
      line-height:1.7;
    }

    .quote-section{
      padding:70px 20px;
    }

    .quote-text{
      font-size:22px;
      line-height:1.7;
      letter-spacing: -1px;
    }

    .quote-author{
      font-size:18px;
    }

    .shield-icon {
        top: -1px;
    }

  }
  :root {
  --primary-red: #d11217;
  --dark: #0b0b0b;
  --light: #ffffff;
}

.section-wrapper {
  max-width: 1920px;
  margin: auto;
  padding: 10px 90px 110px 90px;
}

.mini-title-wrapper {
  color: var(--primary-red);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.main-title-wrapper {
  font-size: 68px;
  font-weight: 200;
  line-height: 1.02;
  letter-spacing: -3px;
}

.main-title-wrapper .highlight {
  color: var(--primary-red);
}

.description-wrapper {
  font-size: 22px;
  color: var(--text-light);
  line-height: 1.7;
  max-width: 900px;
  margin: auto;
  color: var(--dark);
}

.security-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 40px;
}

.divider-line {
  width: 70px;
  height: 2px;
  background: var(--primary-red);
}

/* Cards */

.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  cursor: pointer;
  background: #000;
  height: 380px;
  box-shadow: 0 20px 50px #e1e1e1;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.image-card:hover img {
  transform: scale(1.08);
}

.image-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.18),
      rgba(0, 0, 0, 0.02));
}

/* Stats */

.stats-section {
  border-top: 1px solid var(--border);
  margin-top: 90px;
}

.stats-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 200;
  letter-spacing: -3px;
}

.stats-title span {
  color: var(--primary-red);
}

.learn-more {
  color: var(--dark);
  font-weight: 700;
  transition: 0.3s ease;
}

.learn-more:hover {
  opacity: 0.7;
  transform: translateX(5px);
}

.counter-box {
  border-left: 2px solid var(--light);
  padding-left: 32px;
}

.counter-number {
  font-size: 8rem;
  letter-spacing: -.7rem;
  font-weight: 100;
  line-height: 1;
  color: var(--primary-red);
}

.counter-label {
  margin-top: 12px;
  color: #444;
  font-size: 20px;
  font-weight: 500;
}

/* Responsive */

@media(max-width:1400px) {

  .main-title-wrapper {
    font-size: 58px;
  }

  .stats-title {
    font-size: 48px;
  }

}

@media(max-width:1024px) {

  .section-wrapper {
    padding: 90px 35px;
  }

  .main-title-wrapper {
    font-size: 46px;
  }

  .description-wrapper {
    font-size: 18px;
  }

  .stats-title {
    font-size: 40px;
  }

  .counter-number {
    font-size: 62px;
  }

  .image-card {
    height: 300px;
  }

  .article-image{
    height:220px;
  }

  .newsletter-section{
    padding:40px 30px;
  }

}

@media(max-width:768px) {

  .stats-section {
    display: none;
  }

  .section-wrapper {
    padding: 70px 20px;
  }

  .main-title-wrapper {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .stats-title {
    font-size: 34px;
  }

  .counter-number {
    font-size: 52px;
    letter-spacing: -1px;
  }

  .counter-box {
    border-left: none;
    border-top: 2px solid var(--light);
    padding-left: 0;
    padding-top: 25px;
  }

  .header-description{
    margin-top:20px;
    font-size:16px;
  }

  .article-title{
    font-size:22px;
  }

  .newsletter-title{
    font-size:28px;
  }

  .newsletter-form{
    margin-top:20px;
  }

  .newsletter-button{
    width:70px;
  }

}

/* Cards */

.article-card {
  position: relative;
  transition: 0.35s ease;
  cursor: pointer;
}

.article-card:hover {
  transform: translateY(-6px);
}

.article-image {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
  height: 260px;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.article-card:hover img {
  transform: scale(1.08);
}

.article-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.12),
      rgba(0, 0, 0, 0.02));
}

.article-title {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 700;
  margin-top: 22px;
  transition: 0.3s ease;
}

.article-card:hover .article-title {
  color: var(--primary-red);
}

.article-meta {
  margin-top: 20px;
  color: #777;
  font-size: 15px;
  line-height: 1.8;
}

/* Newsletter */

.newsletter-bar {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 30%), linear-gradient(135deg, #d90f16 0%, #bf0d13 45%, #8d090d 100%);
  padding: 28px 90px;
  margin-top: 3rem;
}

.newsletter-content {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.newsletter-section {
  margin-top: 90px;
  background:
    radial-gradient(circle at top left,
      rgba(255, 255, 255, 0.08),
      transparent 30%),
    linear-gradient(135deg,
      #d90f16 0%,
      #bf0d13 45%,
      #8d090d 100%);

  border-radius: 0;
  padding: 45px 70px;
  overflow: hidden;
  position: relative;
}

.newsletter-section::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  top: -250px;
  left: -180px;
}

.newsletter-content {
  position: relative;
  z-index: 2;
}

.newsletter-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.newsletter-title {
  font-size: 34px;
  font-weight: 200;
  line-height: 1.1;
  color: var(--light);
}

.newsletter-text {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

/* Input */

.newsletter-form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.newsletter-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 22px 24px;
  color: #fff;
  font-size: 17px;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.newsletter-button {
  width: 82px;
  height: 68px;
  border: none;
  background: #fff;
  color: var(--primary-red);
  font-size: 26px;
  font-weight: 900;
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 20px;
}

.newsletter-button:hover {
  background: #f1f1f1;
}

.header-description {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--gray);
}

.explore-link {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dark);
  font-weight: 700;
  transition: 0.3s ease;
}

.explore-link:hover {
  color: var(--primary-red);
  transform: translateX(5px);
}
:root {
  --primary-red: #d11217;
  --dark: #0b0b0b;
  --light: #ffffff;
}

.section-wrapper {
  max-width: 1920px;
  margin: auto;
  padding: 10px 90px 110px 90px;
}

.mini-title-wrapper {
  color: var(--primary-red);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.main-title-wrapper {
  font-size: 68px;
  font-weight: 200;
  line-height: 1.02;
  letter-spacing: -3px;
}

.main-title-wrapper .highlight {
  color: var(--primary-red);
}

.description-wrapper {
  font-size: 22px;
  color: var(--text-light);
  line-height: 1.7;
  max-width: 900px;
  margin: auto;
  color: var(--dark);
}

.security-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 40px;
}

.divider-line {
  width: 70px;
  height: 2px;
  background: var(--primary-red);
}

/* Cards */

.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  cursor: pointer;
  background: #000;
  height: 380px;
  box-shadow: 0 20px 50px #e1e1e1;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.image-card:hover img {
  transform: scale(1.08);
}

.image-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.18),
      rgba(0, 0, 0, 0.02));
}

/* Stats */

.stats-section {
  border-top: 1px solid var(--border);
  margin-top: 90px;
}

.stats-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 200;
  letter-spacing: -3px;
}

.stats-title span {
  color: var(--primary-red);
}

.learn-more {
  color: var(--dark);
  font-weight: 700;
  transition: 0.3s ease;
}

.learn-more:hover {
  opacity: 0.7;
  transform: translateX(5px);
}

.counter-box {
  border-left: 2px solid var(--light);
  padding-left: 32px;
  text-align: center;
}

.counter-number {
  font-size: 8rem;
  letter-spacing: -.7rem;
  font-weight: 100;
  line-height: 1;
  color: var(--primary-red);
}

.counter-label {
  margin-top: 12px;
  color: #444;
  font-size: 20px;
  font-weight: 500;
}

/* Responsive */

@media(max-width:1400px) {

  .main-title-wrapper {
    font-size: 58px;
  }

  .stats-title {
    font-size: 48px;
  }

}

@media(max-width:1024px) {

  .section-wrapper {
    padding: 90px 35px;
  }

  .main-title-wrapper {
    font-size: 46px;
  }

  .description-wrapper {
    font-size: 18px;
  }

  .stats-title {
    font-size: 40px;
  }

  .counter-number {
    font-size: 62px;
  }

  .image-card {
    height: 300px;
  }

  .article-image {
    height: 220px;
  }

  .newsletter-section {
    padding: 40px 30px;
  }

}

@media(max-width:768px) {

  .stats-section {
    display: none;
  }

  .section-wrapper {
    padding: 70px 20px;
  }

  .main-title-wrapper {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .stats-title {
    font-size: 34px;
  }

  .counter-number {
    font-size: 52px;
    letter-spacing: -1px;
  }

  .counter-box {
    border-left: none;
    border-top: 2px solid var(--light);
    padding-left: 0;
    padding-top: 25px;
  }

  .header-description {
    margin-top: 20px;
    font-size: 16px;
  }

  .article-title {
    font-size: 22px;
  }

  .newsletter-title {
    font-size: 28px;
  }

  .newsletter-form {
    margin-top: 20px;
  }

  .newsletter-button {
    width: 70px;
  }

}

/* Cards */

.article-card {
  position: relative;
  transition: 0.35s ease;
  cursor: pointer;
}

.article-card:hover {
  transform: translateY(-6px);
}

.article-image {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
  height: 260px;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.article-card:hover img {
  transform: scale(1.08);
}

.article-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.12),
      rgba(0, 0, 0, 0.02));
}

.article-title {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 700;
  margin-top: 22px;
  transition: 0.3s ease;
  text-align: center;
}

.article-card:hover .article-title {
  color: var(--primary-red);
}

.article-meta {
  margin-top: 1px;
  color: #777;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  width: 75%;
}

/* Newsletter */

.newsletter-bar {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 30%), linear-gradient(135deg, #d90f16 0%, #bf0d13 45%, #8d090d 100%);
  padding: 28px 90px;
  margin-top: 3rem;
}

.newsletter-content {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.newsletter-section {
  margin-top: 90px;
  background:
    radial-gradient(circle at top left,
      rgba(255, 255, 255, 0.08),
      transparent 30%),
    linear-gradient(135deg,
      #d90f16 0%,
      #bf0d13 45%,
      #8d090d 100%);

  border-radius: 0;
  padding: 45px 70px;
  overflow: hidden;
  position: relative;
}

.newsletter-section::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  top: -250px;
  left: -180px;
}

.newsletter-content {
  position: relative;
  z-index: 2;
}

.newsletter-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.newsletter-title {
  font-size: 34px;
  font-weight: 200;
  line-height: 1.1;
  color: var(--light);
}

.newsletter-text {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

/* Input */

.newsletter-form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.newsletter-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 22px 24px;
  color: #fff;
  font-size: 17px;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.newsletter-button {
  width: 82px;
  height: 68px;
  border: none;
  background: #fff;
  color: var(--primary-red);
  font-size: 26px;
  font-weight: 900;
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 20px;
}

.newsletter-button:hover {
  background: #f1f1f1;
}

.header-description {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--gray);
}

.explore-link {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dark);
  font-weight: 700;
  transition: 0.3s ease;
}

.explore-link:hover {
  color: var(--primary-red);
  transform: translateX(5px);
}

/* STEPS */
.process-section {

  position: relative;
  overflow: hidden;

  background:
    radial-gradient(circle at top left,
      rgba(255, 255, 255, .06),
      transparent 35%),

    linear-gradient(135deg,
      #d11217 0%,
      #b60d12 55%,
      #94090d 100%);

  padding: 30px 90px;

}

.process-watermark {

  position: absolute;

  width: 900px;
  height: 900px;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  opacity: .05;

  background: url("logo.svg") center center no-repeat;
  background-size: contain;

  pointer-events: none;

}

.process-grid {

  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
  position: relative;
  z-index: 2;

}

.process-card {

  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 24px;
  backdrop-filter: blur(14px);
  padding: 100px 28px 45px;
  text-align: center;
  transition: .35s;

}

.process-card:hover {

  transform: translateY(-10px);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .20);

}

.step-circle {

  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: auto;
  background: white;
  color: #d11217;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  font-weight: 300;
  transition: .4s;

}

.process-card:hover .step-circle {

  transform: scale(1.08) rotate(5deg);

}

.process-card h3 {

  margin-top: 35px;
  color: white;
  font-size: 28px;
  font-weight: 400;

}

.process-card p {

  margin-top: 25px;
  color: rgba(255, 255, 255, .88);
  line-height: 1.7;
  font-size: 18px;

}

.process-footer {

  margin-top: 60px;
  text-align: center;
  color: white;
  opacity: .85;
  font-size: 22px;

}

@media(max-width:1400px){

.process-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:768px){

.process-section{

padding:80px 20px;

}

.process-grid{

grid-template-columns:1fr;

}

.step-circle{

width:90px;
height:90px;
font-size:48px;

}

.process-card h3{

font-size:24px;

}

.process-card p{

font-size:17px;

}

}/* End custom CSS */