html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
a:hover {
  color: none;
}
html {
  overflow-x: hidden;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
a {
  text-decoration: none;
  cursor: pointer !important;
  &:hover {
    text-decoration: none !important;
  }
}
button:focus {
  outline: transparent !important;
}
* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}
body {
  background-color: #050505 !important;
  color: #fff !important;
  overflow-x: hidden;
  padding-top: 80px; /* Add padding to account for fixed header */
}
/* COMO CSSS */
li,
a {
  font-size: 16px;
}
/* Scrollbar Track */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
img {
  width: 100%;
  max-width: 100%;
}
@font-face {
  font-family: "clash-semibold";
  src: url("../assets/fonts/clash-display/ClashDisplay-Semibold.ttf");
}
@font-face {
  font-family: "clash-light";
  src: url("../assets/fonts/clash-display/ClashDisplay-Light.ttf");
}
@font-face {
  font-family: "Cabinet-light";
  src: url("../assets/fonts/CabinetGrotesk-Light.otf");
}
@font-face {
  font-family: "Cabinet-Mediaum";
  src: url("../assets/fonts/CabinetGrotesk-Medium.otf");
}
:root {
  --primary-color: #fff;
  --primary-font: "clash-semibold", sans-serif;
  --primary-secondary-font: "clash-light", sans-serif;
  --primary-title-font: "Cabinet-Mediaum", sans-serif;
  --p-font: "Cabinet-light", sans-serif;
}
/* Basic Grid System */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-6, .col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* body */
p {
  font-family: var(--p-font);
  letter-spacing: 1px;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 200;
}
h3 {
  font-size: 28px !important;
  font-family: var(--primary-font) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-title-font);
  letter-spacing: 1px;
}
/* header */
header {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  .collapse {
    .flex {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      .navbar-nav {
        display: flex;
        align-items: center;
        gap: 100px;
        li {
          padding: 15px 0;
          letter-spacing: 1px;
          font-weight: 500;
          color: #94a3b8 !important;
          font-family: "Cabinet-light";
          font-size: 14px;
        }
        a {
          letter-spacing: 1px;
          font-weight: 500;
          color: #94a3b8 !important;
          font-family: "Cabinet-light";
          font-size: 14px;
        }
      }
      .btns {
        display: flex;
        align-items: center;
        gap: 15px;
        a {
          button {
            background-color: transparent;
            border: none;
            color: #000000;
            font-family: var(--p-font);
            letter-spacing: 1px;
            font-size: 14px;
            background-color: #fff;
          }
          &:first-child {
            button {
              padding: 9px 30px;
              border-radius: 6px;
            }
          }
        }
      }
    }
  }
}
/* OUR PARTNERS */
.OurCreditation {
  margin: 170px 0;
  background: #292929;
  padding: 70px 0;
  .CreditPartner {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .title {
    text-align: left;
    width: calc(50% - 12px);
  }
  .Logoand {
    width: calc(50% - 12px);
    .Cnt {
      width: 285px;
      background-color: #505050;
      border-radius: 14px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    position: relative;
    .Image {
      background-color: var(--primary-color);
      padding: 40px;
      border-radius: 12px 12px 0px 24px;
      p {
        color: #000;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0;
      }
    }
    .Points {
      padding: 19px;
      h6 {
        font-size: 17px;
      }
      ul {
        margin-bottom: 0;
        li {
          font-size: 15px;
          opacity: 0.7;
          span {
            display: block;
            margin-left: 10px;
          }
        }
      }
    }
  }
}
@media (min-width: 768px) {
  .Dropdown {
    position: relative;
    padding: 39px 0 !important;
    a {
      display: flex;
      align-items: center;
      gap: 10px;
      i {
        font-size: 12px;
      }
    }
    .DropdownContent {
      visibility: hidden;
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 95px;
      width: 250px;
      background-color: #21211f;
      padding: 0px 20px;
      z-index: 1100;
      border-radius: 6px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      img {
        width: 20px;
      }
      li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        &:last-child {
          border-bottom: none;
        }
      }
    }
    &:hover {
      .DropdownContent {
        visibility: visible;
        opacity: 1;
        max-height: max-content;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
      }
    }
  }
}
/* BANNER */
.whiteffect {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: normal;
  mix-blend-mode: difference;
  height: 300vh;
}
.Banner {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  /* mix-blend-mode: difference; */
  &::after {
    content: "";
    display: inline-block;
    background-color: #6b0002;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    opacity: 0.8;
    filter: blur(180px);
    position: absolute;
    left: -60px;
    z-index: 1;
    bottom: 400px;
  }
  &::before {
    content: "";
    display: inline-block;
    background-color: #00276b;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    opacity: 0.8;
    filter: blur(180px);
    position: absolute;
    right: -60px;
    z-index: 1;
    bottom: 400px;
  }
  .white-Effect {
    opacity: 0.7;
  }

  .banner-bg {
    position: absolute;
    left: 0;
    mix-blend-mode: normal;
    z-index: -1;
  }
  .cnt {
    position: relative;
    z-index: 99;
    text-align: center;
    padding-top: 340px;
    h1 {
      font-family: var(--primary-font);
      color: var(--primary-color);
      margin: 0;
      span {
        display: block;
        font-family: var(--primary-secondary-font);
      }
    }
    p {
      font-family: var(--p-font);
      font-size: 20px;
      padding: 17px 17%;
      margin: 0;
    }
    .btns {
      display: flex;
      gap: 20px;
      justify-content: center;
      a {
        button {
          background-color: var(--primary-color);
          border: transparent;
          border-radius: 4px;
          padding: 12px 60px;
          letter-spacing: 1px;
          display: flex;
          align-items: center;
          gap: 10px;
          font-family: var(--primary-title-font);
        }
        &:last-child {
          button {
            background-color: transparent;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
          }
        }
      }
    }
  }
  .Testimonial {
    margin: 100px 0;
    .TestimonialSlider {
      margin-top: 60px;
      .item {
        margin: 0 15px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(5px);
        padding: 40px;
        border-radius: 7px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        .img {
          border-radius: 16px;
          overflow: hidden;
          border: 1px solid rgba(255, 255, 255, 0.2);
          width: 100%;
          aspect-ratio: 1/1;
          img {
            height: 100%;
            width: 100%;
            object-fit: cover;
          }
        }
        .position {
          margin-bottom: 25px;
          h5 {
            font-size: 24px;
            span {
              font-variant: var(--p-font);
              font-size: 16px;
            }
            margin: 0;
            margin-bottom: 5px;
          }
        }
        p {
        }
        /* span {
          display: block;
          width: 150px;
          height: 2px;
          background: radial-gradient(
            circle,
            rgba(255, 255, 255, 0.5),
            rgba(0, 0, 0, 0.1)
          );
          margin: 20px 0;
        } */
      }
      .next-arrow,
      .prev-arrow {
        background-color: rgba(255, 255, 255, 0.1);
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
        &:hover {
          background-color: rgba(255, 255, 255, 0.5);
          .next-arrow i,
          .prev-arrow i {
            color: #ffffff;
            opacity: 0.8;
          }
        }
      }
      .next-arrow i,
      .prev-arrow i {
        color: #ffffff;
        opacity: 0.4;
      }
      .next-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 100px;
      }
      .prev-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 100px;
        z-index: 999;
      }
    }
  }
}

.Cards {
  margin-top: 180px;
  .item {
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 35px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    img {
      width: 85px;
      height: 85px;
    }
    h4 {
      margin: 10px 0;
      font-family: var(--primary-font) !important;
    }
  }
}

/* Set default opacity for all slides */
.TestimonialSlider .slick-slide {
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

/* Set opacity for the active slide */
.TestimonialSlider .slick-current {
  opacity: 1;
}

/* Set opacity for the slides on the left and right */
.TestimonialSlider .left-slide,
.TestimonialSlider .right-slide {
  opacity: 0.6;
}

/* Ensure the active slide is fully visible */
.TestimonialSlider .slick-slide.active-slide {
  opacity: 1;
}

.title {
  text-align: center;
  h2 {
    font-family: var(--primary-font);
    color: var(--primary-color);
    span {
      display: block;
      font-family: var(--primary-secondary-font);
    }
  }
}

/* redome work */
.Howwork {
  margin: 100px 0;
  position: relative;
  &::after {
    content: "";
    display: inline-block;
    background-color: #00276b;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    opacity: 0.8;
    filter: blur(180px);
    position: absolute;
    left: -60px;
    z-index: 1;
    bottom: -300px;
  }
  &::before {
    content: "";
    display: inline-block;
    background-color: #6b0002;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    opacity: 0.8;
    filter: blur(180px);
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode: multiply;
  }
  .flex {
    margin-top: 100px;
    display: flex;
    align-items: center;
    gap: 0px;
    position: relative;
    .lin-1 {
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      width: 15%;
    }
    .lin-2 {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 15%;
    }
    .card {
      width: 42%;
      background-color: transparent;
      &:nth-child(2) {
        width: 18%;
      }
      &:last-child {
        display: flex;
        flex-flow: column;
        gap: 260px;
      }
      .item-1 {
        text-align: right;
        margin-right: -30px;
      }
      .item-2 {
        text-align: left;
        margin-left: -30px;
      }
      .item {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: space-between;
        .cnt {
          width: calc(100% - 100px);
          h4 {
            font-family: var(--primary-font);
          }
        }
        .icon {
          width: 60px;
          height: 60px;
          overflow: hidden;
          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
          }
        }
      }
    }
  }
}
.EmailSend {
  margin: 100px 0;
  .bg {
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 50px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    .row {
      align-items: center;
    }
    p {
      margin: o;
      opacity: 0.8;
    }
    h3 {
      font-family: var(--primary-font);
    }
    form {
      display: flex;
      gap: 10px;
      align-items: center;
      input {
        color: var(--primary-color);
        font-family: var(--p-font);
        border: 1px solid rgba(255, 255, 255, 0.2);
        width: 80%;
        border-radius: 6px;
        padding: 8px 12px;
        outline: none;
        font-size: 14px;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.2);
        &::placeholder {
          color: var(--primary-color);
          opacity: 0.5;
        }
      }
      button {
        width: 20%;
        border-radius: 6px;
        padding: 8px 12px;
        border: none;
        font-size: 14px;
        font-family: var(--primary-title-font);
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
        &:hover {
          background-color: #b1161c;
          color: var(--primary-color);
        }
      }
    }
  }
}
footer {
  .logo {
    img {
      width: 70%;
    }
  }
  p {
    margin: 0;
    padding: 14px 0;
    opacity: 0.7;
    max-width: 300px;
  }
  .social {
    display: flex;
    align-items: center;
    gap: 15px;
    li {
      i {
        color: var(--primary-color);
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
        &:hover {
          color: #b1161c;
        }
      }
    }
  }
  h5 {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .quck-links {
    ul {
      li {
        padding: 5px 0;
        a {
          color: var(--primary-color);
          opacity: 0.6;
          font-size: 15px;
        }
      }
    }
  }
  h4 {
    font-family: var(--primary-font);
  }
  .flex {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 5px 0;
    i {
      opacity: 0.8;
    }
    a {
      color: var(--primary-color);
      font-size: 15px;
      opacity: 0.8;
    }
  }
  .ft-nave {
    padding-top: 50px;
    ul {
      display: flex;
      gap: 15px;
      justify-content: end;
      align-items: center;
      a {
        font-size: 14px;
        color: var(--primary-color);
        font-family: var(--p-font);
        opacity: 0.8;
        letter-spacing: 1px;
      }
      p {
        margin: 0;
        margin-left: 25px;
      }
    }
  }
}
/* nave bar */
/* Styling for the custom-toggler */
.custom-toggler {
  cursor: pointer;
  width: 30px;
  height: 24px;
  position: relative;
  display: block;
  z-index: 1000;
  display: none;
  span {
    display: block;
    background-color: #ffffff;
    margin: 6px 0;
    width: 30px;
    height: 2px;
    transition: all 0.3s;
  }
}

/* Rotate bars to form an "X" when open */
.custom-toggler.open .bar1 {
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
}

.custom-toggler.open .bar2 {
  opacity: 0;
}

.custom-toggler.open .bar3 {
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}

/* Navbar collapse styles for mobile */
.navbar-collapse {
  display: none;
}

.navbar-collapse.active {
  display: block;
}
.mob-logo {
  display: none;
}
.web {
  display: block;
}
.mob {
  display: none;
}
.web-ft {
  display: block;
}
.offcanvas-ft {
  display: none;
  .quick-links {
    ul {
      li {
        a {
          color: var(--primary-color);
          opacity: 0.6;
          font-size: 15px;
          text-decoration: none;
          &:hover {
            opacity: 1;
          }
        }
      }
    }
  }
  .ft-nav {
    margin-top: 30px;
    ul {
      display: flex;
      justify-content: center;
      gap: 12px;
      a {
        color: var(--primary-color);
        opacity: 0.6;
        font-size: 15px;
        text-decoration: none;
      }
    }
  }
}
/* ABOUT */
.Inner_banner {
  position: relative;
  &::after {
    content: "";
    display: inline-block;
    background-color: #00276b;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    opacity: 0.8;
    filter: blur(180px);
    position: absolute;
    left: -60px;
    z-index: 1;
    bottom: 250px;
  }
  &::before {
    content: "";
    display: inline-block;
    background-color: #6b0002;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    opacity: 0.6;
    filter: blur(180px);
    position: absolute;
    right: -60px;
    z-index: 1;
    top: 118px;
  }
  .row {
    align-items: center;
    .Cnt {
      padding-top: 190px;
      padding-bottom: 190px;
      .title {
        margin-bottom: 15px;
        h2 {
          color: var(--primary-color);
          text-align: left;
          font-size: 45px;
        }
      }
    }
    .img {
      width: 37%;
      position: absolute;
      right: 0;
      top: 100px;
    }
  }
}
/* ceo */
.Anss {
  margin-top: 100px !important;
  .Cnt {
    padding-right: 0 !important;
    padding: 50px 0 !important;
  }
  .img {
    left: 41px !important;
  }
}
.Ceo {
  margin-top: 300px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(5px);
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  .col-lg-5 {
    position: relative;
    .img {
      position: absolute;
      bottom: 0;
      max-width: 90%;
      left: 80px;
    }
  }
  .col-lg-6 {
    .Cnt {
      padding: 70px 0;
      padding-right: 35px;
    }
  }
}
/* Mobile styles */
.CntSection {
  margin-top: 100px;
  .row {
    align-items: center;
    .title {
      h1 {
        text-align: left;
        font-size: 100px;
        line-height: 93px;
        font-family: var(--primary-font);
        opacity: 0.4;
      }
    }
  }
}
.whyredome {
  margin-top: 120px;
  .title {
    p {
      padding: 0px 17%;
    }
  }
  .Cards {
    margin-top: 60px;
    .item {
      padding: 29px;
      p {
        font-size: 15px !important;
      }
    }
  }
}
.oruvision {
  margin-top: 100px;
  .row {
    padding: 0px 60px;
    align-items: center;
    .cnt {
      max-width: 500px;
      .title {
        text-align: left;
      }
    }
  }
}
.join {
  button {
    width: 100%;
    border-radius: 6px;
    padding: 8px 12px;
    border: none;
    font-size: 14px;
    font-family: var(--primary-title-font);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  }
}
/* contact popup */
.enrollmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;

  &.active {
    display: flex;
  }

  .enrollmodal-content {
    background-color: #383838;
    padding: 28px;
    border-radius: 8px;
    width: 90%;
    max-width: 550px;
    position: relative;
    p {
      font-family: var(--p-font);
      color: var(--primary-color);
      margin-bottom: 15px;
    }
    form {
      .col-lg-6 {
        margin: 8px 0;
        label {
          margin-bottom: 5px;
          font-family: var(--p-font);
          letter-spacing: 1.5px;
          font-size: 14px;
          opacity: 0.8;
        }
        input {
          width: 100%;
          padding: 9px 10px;
          font-size: 14px;
          font-family: var(--p-font);
          outline: none;
          border: none;
          border-radius: 5px;
          color: var(--primary-color);
          background-color: #868686;
        }
      }
      button {
        width: 100%;
        padding: 10px;
        border-radius: 6px;
        margin-top: 13px;
        font-size: 14px;
        font-family: var(--p-font);
        letter-spacing: 1px;
      }
    }
    .close-btn {
      position: absolute;
      right: 10px;
      top: 10px;
      display: block;
      background-color: red;
      color: #fff;
      padding: 6px 6px;
      border: none;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;

      &:hover {
        background-color: #d93636;
      }
    }
  }
}
/* SERVICE BANNER */
.Service-banner {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  h1 {
    font-family: var(--primary-font);
    color: var(--primary-color);
    margin: 0;
    text-transform: capitalize;
    span {
      display: block;
      font-family: var(--primary-secondary-font);
    }
  }
  .btns {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    a {
      button {
        background-color: var(--primary-color);
        border: transparent;
        border-radius: 4px;
        padding: 12px 60px;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: var(--primary-title-font);
      }
      &:last-child {
        button {
          background-color: transparent;
          color: var(--primary-color);
          border: 1px solid var(--primary-color);
        }
      }
    }
  }
  img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36%;
    mix-blend-mode: difference;
    z-index: -1;
  }
  &::after {
    content: "";
    background-color: #be1517;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    filter: blur(100px);
  }
}
/* WHAT WE DO */
.Whatwedo {
  margin-top: 70px;
  margin-bottom: 70px;
  h1 {
    font-weight: 600;
    font-size: 250px;
    color: rgba(255, 255, 255, 0.05);
    font-family: var(--primary-font);
    text-align: center;
  }
  .row {
    row-gap: 33px;
    margin-top: -100px;
    .col-md-12 {
      .Card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 35px;
        .Title {
          display: flex;
          gap: 28px;
          p {
            margin: 0;
          }
          h3 {
            margin-top: 0;
            margin-bottom: 0;
          }
        }
      }
    }
  }
  .CardWrapper {
    padding: 2px;
    border-radius: 10px;
    background: radial-gradient(circle at center, #000000, #303030);
    /* background: linear-gradient(135deg, #000000, #303030);  */
    /* display: inline-block;  */

    .Card {
      background-color: #121212;
      padding: 35px;
      border-radius: 8px;
      background-clip: padding-box;
      width: 100%;
      box-sizing: border-box;
      img {
        width: 50px;
        height: 50px;
        object-fit: contain;
      }
      h3 {
        font-family: var(--primary-title-font);
        margin-top: 30px;
      }
      p {
        margin: 20px 0;
        font-size: 16px;
      }
      button {
        border: none;
        padding: 10px 20px;
        border-radius: 7px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: var(--primary-title-font);
        font-weight: 300;
        letter-spacing: 1px;
      }
    }
  }
}
/* OUR APPROCH */
.OurApporach {
  margin: 70px 0;
  position: relative;
  &::after {
    content: "";
    background-color: #be1517;
    width: 320px;
    height: 320px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    filter: blur(200px);
  }
  &::before {
    content: "";
    background: #0a7cd2;
    width: 320px;
    height: 320px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    filter: blur(200px);
  }
  .row {
    align-items: center;
    h2 {
      text-transform: capitalize;
      text-align: left;
    }
    p {
      max-width: 500px;
    }
    h3 {
      font-family: var(--primary-title-font);
    }
    ul {
      padding-left: 40px;
      position: relative;
      &::before {
        content: "";
        display: inline-block;
        background-color: #f1636580;
        width: 2px;
        height: 330px;
        position: absolute;
        left: -2px;
        top: 20px;
      }
      li {
        position: relative;
        margin: 60px 0;
        &::before {
          content: "";
          width: 18px;
          height: 18px;
          background: linear-gradient(
            319.28deg,
            #6b70ff 30.74%,
            #e2383b 79.81%
          );
          border: 2px solid #000000;
          display: inline-block;
          border-radius: 50%;
          position: absolute;
          left: -49px;
          top: 9px;
          z-index: 999;
        }
        &::after {
          content: "";
          width: 24px;
          height: 24px;
          background: linear-gradient(
            319.28deg,
            #6b70ff 30.74%,
            #e2383b 79.81%
          );
          display: inline-block;
          border-radius: 50%;
          position: absolute;
          left: -52px;
          top: 6px;
        }
        p {
          max-width: 100%;
        }
      }
    }
  }
}
/* WHY CHOOICE */
.WhyServiceChooce {
  margin: 100px 0;
  position: relative;
  .title {
    h2 {
      margin-bottom: 22px;
    }
    p {
      width: 70%;
      margin: 0 auto;
    }
  }
  .row {
    margin-top: 40px;
  }
  .CardWrapper {
    padding: 2px;
    border-radius: 10px;
    background: radial-gradient(circle at center, #000000, #303030);
    /* background: linear-gradient(135deg, #000000, #303030);  */
    /* display: inline-block;  */

    .Card {
      background-color: #121212;
      padding: 35px 40px;
      border-radius: 8px;
      background-clip: padding-box;
      width: 100%;
      box-sizing: border-box;

      img {
        width: auto;
        height: 70px;
      }
      h3 {
        font-family: var(--primary-title-font);
        margin-top: 30px;
      }
      p {
        margin: 13px 0;
        font-size: 16px;
      }
      button {
        border: none;
        padding: 10px 20px;
        border-radius: 7px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: var(--primary-title-font);
        font-weight: 300;
        letter-spacing: 1px;
      }
    }
  }
}
/* OurPartners */
.OurPartners {
  margin: 100px 0;
  .title {
    margin-top: 30px;
    p {
      margin-top: 20px;
    }
  }
  .Partnerslider {
    margin-top: 25px;
    position: relative;
    /* &::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 300px;
      display: inline-block;
      z-index: 9999;
      background: linear-gradient(to right, #000 10%, transparent 100%);
    }
    &::before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 300px;
      display: inline-block;
      z-index: 9999;
      background: linear-gradient(to left, #000 10%, transparent 100%);
    } */
    li {
      height: 60px;
      display: flex;
      align-items: center;
      margin: 0px 30px;
      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
  }
}
/* TalkSeccurity */
.TalkSeccurity {
  margin: 100px 0;
  .title {
    text-align: left;
  }
  form {
    label {
      margin: 10px 0;
      font-size: 15px;
      font-family: var(--p-font);
      font-weight: 300;
      letter-spacing: 1px;
    }
    input,
    textarea,
    select {
      padding: 10px;
      border: none;
      background: linear-gradient(#121212, #121212) padding-box,
        /* inner background */ radial-gradient(circle at center, #303030, #0000)
          border-box; /* gradient border */
      border: 2px solid transparent;
      border-radius: 6px;
      outline: none;
      font-size: 14px;
      width: 100%;
      box-sizing: border-box;
      color: rgba(255, 255, 255, 0.5);
      option {
        color: rgba(255, 255, 255, 0.5);
        background-color: #121212;
      }
    }
    button {
      width: 100%;
      margin-top: 25px;
      background-color: var(--primary-color);
      border: none;
      border-radius: 4px;
      padding: 10px 20px;
      font-family: var(--primary-title-font);
      letter-spacing: 1px;
    }
  }
}
/* SERVICE INNER BANNER */
.serviceInner {
  height: 100vh;
  text-align: center;

  h1 {
    margin-top: 50px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    text-transform: capitalize;
    span {
      display: block;
      font-family: var(--primary-secondary-font);
    }
  }
  p {
    padding: 0px 19%;
    margin-top: 20px;
  }
}
.Howwe {
  margin-bottom: 100px;
  span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #f1636580;
    margin-top: 40px;
  }
  .UlFlex {
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
  ul {
    display: flex;
    justify-content: space-around;
    li {
      text-align: center;
      width: calc(40% - 12px);
      position: relative;
      &::before {
        content: "";
        width: 18px;
        height: 18px;
        background: linear-gradient(319.28deg, #6b70ff 30.74%, #e2383b 79.81%);
        border: 2px solid #000000;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        transform: translateX(-50%);
        top: -47px;
        z-index: 999;
      }
      &::after {
        content: "";
        width: 24px;
        height: 24px;
        background: linear-gradient(319.28deg, #6b70ff 30.74%, #e2383b 79.81%);
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        transform: translateX(-50%);
        top: -50px;
      }

      h3 {
        font-family: var(--primary-title-font);
      }
    }
  }
}
/* What We Test */
.WhatWeTest {
  margin: 100px 0;
  .title {
    text-align: left;
  }
  .row {
    align-items: center;
    row-gap: 20px;
    h3 {
      font-family: var(--primary-title-font);
      margin: 15px 0;
    }
    img {
      width: auto;
      height: 60px;
      margin-bottom: 20px;
    }
  }
}
/* OUR PHILOSAPHY */
.OurPhilosaphy {
  margin: 100px 0;
  position: relative;
  &::after {
    content: "";
    background-color: #be1517;
    width: 320px;
    height: 320px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    filter: blur(200px);
  }
  &::before {
    content: "";
    background: #0a7cd2;
    width: 320px;
    height: 320px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    filter: blur(200px);
  }
  .title {
    p {
      width: 50%;
      margin: 0 auto;
      margin-top: 20px;
    }
  }
  .row {
    row-gap: 30px;
    margin-top: 50px;
    align-items: stretch;
  }
  .CardWrapper {
    padding: 2px;
    border-radius: 10px;
    background: radial-gradient(circle at center, #000000, #303030);
    height: 100%;
    display: flex;
    .Card {
      background-color: #121212;
      padding: 35px 30px;
      border-radius: 8px;
      background-clip: padding-box;
      width: 100%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      min-height: 300px;
      flex: 1;
      img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
      }
      div {
        flex: 1;
      }
      .Title {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
        img {
          width: 30px;
          height: 30px;
          flex-shrink: 0;
        }
        h3 {
          margin: 0;
          font-family: var(--primary-title-font);
          font-size: 20px;
          line-height: 1.3;
        }
      }
      h3 {
        font-family: var(--primary-title-font);
        margin: 0 0 15px 0;
        font-size: 20px;
        line-height: 1.3;
      }
      p {
        font-family: var(--p-font);
        margin: 0;
        line-height: 1.6;
        font-size: 15px;
      }
      ul {
        margin: 0;
        padding-left: 0;
        li {
          font-family: var(--p-font);
          font-size: 14px;
          line-height: 1.5;
          margin-bottom: 8px;
          padding-left: 15px;
          position: relative;
          &:before {
            content: "•";
            color: var(--primary-color);
            position: absolute;
            left: 0;
          }
        }
      }
    }
  }
}
/* WhatYourRecive */
.WhatYourRecive {
  margin: 100px 0;
  .row {
    margin-top: 70px;
    align-items: center;
    .col-md-6,
    .col-lg-3 {
      position: relative;
      &::before {
        content: "";
        position: absolute;
        left: 0;
        width: 5px;
        height: 100%;
        background-color: var(--primary-color);
        border-radius: 6px;
        transform: rotate(15deg);
      }
      &:nth-child(1) {
        &::before {
          background-color: #cd4360;
        }
      }
      &:nth-child(2) {
        &::before {
          background-color: #6b70ff;
        }
      }
      &:nth-child(3) {
        &::before {
          background-color: #cd4360;
        }
      }
      &:nth-child(4) {
        &::before {
          background-color: #6b70ff;
        }
      }
      p {
        margin: 0;
        padding-left: 15px;
      }
    }
  }
}
.ReadySeccurity {
  margin: 100px 0;
  .CardWrapper {
    padding: 2px;
    border-radius: 10px;
    background: radial-gradient(circle at center, #000000, #303030);
  }
  .Bg {
    background-color: trrgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 100px 50px;
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
    width: 100%;
    box-sizing: border-box;
    .BlurEffect {
      position: relative;
      span {
        content: "";
        position: absolute;
        width: 20px;
        height: 300px;
        background-color: #0a7cd2;
        border-radius: 50%;
        transform: rotate(-30deg);
        filter: blur(40px);
        opacity: 0.8;
        &:nth-child(1) {
          top: 0;
          right: 10px;
        }
        &:nth-child(2) {
          top: 0px;
          right: 60px;
        }
        &:nth-child(3) {
          top: 100px;
          right: 110px;
        }
        &:nth-child(4) {
          top: 150px;
          right: 160px;
        }
      }
    }
    .RedEffect {
      position: relative;
      span {
        content: "";
        position: absolute;
        width: 20px;
        height: 300px;
        background-color: #be1517;
        border-radius: 50%;
        transform: rotate(30deg);
        filter: blur(40px);
        opacity: 0.8;

        &:nth-child(1) {
          top: 0;
          left: 10px;
        }
        &:nth-child(2) {
          top: 0px;
          left: 60px;
        }
        &:nth-child(3) {
          top: 100px;
          left: 110px;
        }
        &:nth-child(4) {
          top: 150px;
          left: 160px;
        }
      }
    }
    p {
      margin: 13px 0;
    }
    button {
      background-color: var(--primary-color);
      padding: 7px 20px;
      border-radius: 7px;
      border: none;
      margin-top: 15px;
    }
  }
}
/* OUR CERTIFICATE */
.OurCertificate {
  margin: 100px 0;
  ul {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-flow: row wrap;
    li {
      width: calc(33.33% - 27px);
      height: 170px;
      overflow: hidden;
      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
  }
}
@media (max-width: 1600px) {
  .Inner_banner {
    & .row {
      .img {
        width: 43%;
        top: 141px;
      }
    }
  }
  .OurApporach {
    & .row {
      & ul {
        &::before {
          left: -1px;
        }
      }
    }
  }
  .Service-banner {
    h1 {
      font-size: 37px;
    }
  }
  .WhyServiceChooce {
    & .CardWrapper {
      .Card {
        padding: 23px 27px !important;
      }
    }
  }
}
@media (max-width: 1333px) {
  .OurPhilosaphy {
    & .CardWrapper {
      .Card {
        padding: 25px 17px;
      }
    }
  }
}
.Whatwedo {
  & .CardWrapper {
    & .Card {
      img {
        width: 66px;
      }
    }
  }
  h1 {
    font-size: 169px;
  }
  .row {
    margin-top: -70px;
  }
  .Banner {
    .cnt {
      padding-top: 240px;
    }
  }

  .Banner {
    .Testimonial {
      .TestimonialSlider {
        .item {
          margin: 0 15px;
          background: rgba(255, 255, 255, 0.1);
          backdrop-filter: blur(5px);
          padding: 50px;
          border-radius: 7px;
          border: 1px solid rgba(255, 255, 255, 0.2);
        }
      }
    }
  }
}
@media (max-width: 999px) {
  .serviceInner {
    h1 {
      font-size: 35px;
    }
  }
  .ReadySeccurity {
    .Bg {
      padding: 59px 50px;
    }
  }
  .Howwe {
    span {
      display: none;
    }
    .UlFlex {
      flex-flow: row wrap;
      row-gap: 50px;
      margin-top: 60px;
      ul {
        position: relative;
        &::before {
          content: "";
          background-color: #f1636580;
          height: 2px;
          width: 100%;
          position: absolute;
          top: -40px;
        }
      }
    }
  }
  .WhatYourRecive {
    .row {
      margin-top: 50px !important;
      row-gap: 30px;
      margin: 0 auto;
      width: 80%;
    }
  }
  .Service-banner {
    img {
      width: 47%;
    }
    h1 {
      font-size: 35px;
    }
    & .btns {
      & a {
        button {
          padding: 6px 37px;
          font-size: 14px;
        }
      }
    }
  }
  header {
    padding: 10px 0;
    & .navbar-expand-lg {
      .flex {
        display: flex;
        padding: 0px 13px;
        justify-content: space-between;
      }
    }
  }
  .OurPartners {
    margin: 50px 0;
    & .Partnerslider {
      li {
        height: 53px;
      }
    }
  }
  .WhyServiceChooce {
    margin: 50px 0;
    & .title {
      p {
        width: 80%;
      }
    }
    .row {
      row-gap: 30px;
    }
  }
  .custom-toggler {
    display: block;
  }
  .mob-logo {
    display: block;
    width: 50px;
  }
  .OurApporach {
    margin: 50px 0;
    & .row {
      & ul {
        li {
          margin: 37px 0;
        }
      }
    }
  }
  h3 {
    font-size: 25px !important;
  }
  .Service-banner {
    & .btns {
      & a {
        button {
          padding: 9px 44px;
        }
      }
    }
  }
  .Whatwedo {
    margin-top: 50px;
    margin-bottom: 50px;
    .row {
      margin-top: -59px;
      & .col-md-12 {
        .Card {
          padding: 32px 35px;
          .Title {
            width: 70%;
          }
        }
      }
    }
    h1 {
      font-size: 128px;
    }
    & .CardWrapper {
      & .Card {
        button {
          padding: 7px 17px;
          font-size: 14px;
        }
        p {
          margin: 14px 0;
        }
      }
    }
  }
  .Anss {
    .row {
      flex-flow: column-reverse;
      .Cnt {
        padding: 30px !important;
      }
    }
  }
  .navbar-collapse {
    display: flex;
    .navbar-nav {
      flex-direction: row;
      gap: 50px !important;
    }
  }
  .Inner_banner {
    &::before {
      content: "";
      display: inline-block;
      background-color: #6b0002;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      opacity: 1;
      filter: blur(180px);
      position: absolute;
      right: 0;
      z-index: 1;
      top: 0;
    }
    &::after {
      display: inline-block;
      background-color: #00276b;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      opacity: 0.8;
      filter: blur(180px);
      position: absolute;
      left: -60px;
      z-index: 1;
      bottom: 0;
    }
    margin-top: 100px;
    & .row {
      flex-flow: column-reverse;
      .Cnt {
        padding-top: 0px;
        text-align: center;
        margin-top: -102px;
        & .title {
          h2 {
            text-align: center;
            font-size: 30px;
          }
        }
      }
      .img {
        width: 70%;
        position: unset;
        right: 0;
        top: 50px;
      }
    }
  }
  .Ceo {
    margin-top: 130px;
    .col-lg-6 {
      .Cnt {
        padding-top: 100px !important;
        padding: 30px;
      }
    }
    .col-lg-5 {
      .img {
        position: absolute;
        bottom: -86px;
        max-width: 25%;
        left: 36px;
      }
    }
  }
  .Testimonial {
    .TestimonialSlider {
      .draggable {
        padding-top: 50px !important;
      }
      .item {
        height: 327px;
        text-align: center;
        p {
          font-size: 12px !important;
        }
        .img {
          border-radius: 13px;
          overflow: hidden;
          width: 100px !important;
          height: 100px;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: -90px;
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
        .position {
          margin-top: 25px;
          margin-bottom: 14px;
        }
      }
    }
  }
  .OurPhilosaphy {
    & .title {
      p {
        width: 78%;
      }
    }
    & .CardWrapper {
      .Card {
        flex-flow: row wrap;
      }
    }
  }
  .serviceInner {
    img {
      margin-top: 70px;
    }
    p {
      padding: 0px 10%;
      margin-top: 20px;
    }
  }
}

@media (max-width: 768px) {
  .OurCertificate {
    ul {
      margin-top: 25px;
      li {
        height: 80px;
      }
    }
  }
  header {
    & .collapse {
      & .flex {
        & .navbar-nav {
          li {
            padding: 5px 0;
            text-align: center !important;
          }
        }
      }
    }
  }
  .serviceInner {
    h1 {
      font-size: 30px;
    }
  }
  .TalkSeccurity {
    margin: 50px 0;
    .Image {
      margin: 0 auto;
      width: 80%;
    }
    img {
      display: flex;
      justify-content: center;
      text-align: center;
    }
  }
  .OurPartners {
    & .Partnerslider {
      &::before {
        width: 99px;
      }
      &::after {
        width: 99px;
      }
    }
  }
  .WhatWeTest {
    & .row {
      img {
        width: auto;
        height: 46px;
      }
    }
  }
  .WhyServiceChooce {
    & .CardWrapper {
      & .Card {
        img {
          width: auto;
          height: 56px;
        }
      }
    }
    & .title {
      p {
        width: 100%;
      }
    }
  }
  .OurApporach {
    & .row {
      & ul {
        padding-left: 56px;
        position: relative;
        &::before {
          height: 294px;
          left: 14px;
        }
      }
    }
  }
  .Whatwedo {
    & .col-md-12 {
      .Card {
        display: grid !important;
        .Title {
          width: 100% !important;
          flex-flow: column;
          p {
            margin: 14px 0 !important;
          }
        }
      }
    }
    .row {
      margin-top: -42px;
    }
    h1 {
      font-size: 93px;
    }
  }
  .Service-banner {
    img {
      width: 60%;
    }
    h1 {
      font-size: 30px;
    }
  }
  .Anss {
    margin-top: 150px !important;
  }
  .navbar-collapse {
    display: flex;
    .navbar-nav {
      flex-direction: column;
      gap: 5px !important;
    }
  }
  .Inner_banner {
    &::before {
      content: "";
      display: inline-block;
      background-color: #6b0002;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      opacity: 1;
      filter: blur(180px);
      position: absolute;
      right: 0;
      z-index: 1;
      top: 0;
    }
    &::after {
      display: inline-block;
      background-color: #00276b;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      opacity: 0.8;
      filter: blur(180px);
      position: absolute;
      left: -60px;
      z-index: 1;
      bottom: 0;
    }
    margin-top: 100px;
    & .row {
      flex-flow: column-reverse;
      .Cnt {
        padding-top: 0px;
        text-align: center;
        margin-top: -102px;
        & .title {
          h2 {
            text-align: center;
            font-size: 30px;
          }
        }
      }
      .img {
        width: 100%;
        position: unset;
        right: 0;
        top: 50px;
      }
    }
  }
  .EmailSend {
    margin: 60px 0;
  }
  .oruvision {
    .row {
      padding: 0px 0px;
      flex-flow: column-reverse;
      .cnt {
        text-align: center;
        .title {
          text-align: center;
        }
      }
    }
  }
  .whyredome {
    margin-top: 60px;
    & .row {
      .col-lg-4 {
        margin-top: 18px;
      }
    }
    .Cards {
      margin-top: 10px;
    }
    .title {
      p {
        display: none;
      }
    }
  }
  .CntSection {
    margin-top: 52px;
    .row {
      .title {
        h1 {
          font-size: 57px;
          line-height: 58px;
        }
      }
    }
  }
  .Inner_banner {
    &::before {
      content: "";
      display: inline-block;
      background-color: #6b0002;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      opacity: 1;
      filter: blur(180px);
      position: absolute;
      right: 0;
      z-index: 1;
      top: 0;
    }
    &::after {
      display: inline-block;
      background-color: #00276b;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      opacity: 0.8;
      filter: blur(180px);
      position: absolute;
      left: -60px;
      z-index: 1;
      bottom: 0;
    }
    margin-top: 100px;
    & .row {
      flex-flow: column-reverse;
      .Cnt {
        padding-top: 0px;
        text-align: center;
        margin-top: -102px;
        padding-bottom: 0;
        & .title {
          h2 {
            text-align: center;
            font-size: 30px;
          }
        }
      }
      .img {
        width: 100%;
        position: unset;
        right: 0;
        top: 50px;
      }
    }
  }
  .Ceo {
    margin-top: 130px;
    .col-lg-6 {
      .Cnt {
        padding-top: 100px !important;
        padding: 30px;
        padding-right: 30 !important;
      }
    }
    .col-lg-5 {
      .img {
        position: absolute;
        bottom: -86px;
        max-width: 35%;
        left: 36px;
      }
    }
  }

  .Cards {
    .row {
      .col-lg-4 {
        &:last-child {
          margin-top: 20px;
        }
      }
    }
  }
  .web-ft {
    display: none;
  }
  .offcanvas-ft {
    display: block;
  }
  .whiteffect {
    display: none;
  }
  .web {
    display: none;
  }
  .mob {
    display: block;
  }
  .Banner {
    .banner-bg {
      top: 8%;
    }
    .cnt {
      padding-top: 190px;
    }
    .Cards {
      .row {
        gap: 25px;
      }
    }
  }
  .weblogo {
    display: none;
  }
  header {
    padding: 22px 10px;
    .navbar-expand-lg {
      .flex {
        display: flex;
        padding: 0px 13px;
        justify-content: space-between;
      }
    }
    & .collapse {
      & .flex {
        flex-flow: column;
        gap: 20px;
        & .navbar-nav {
          display: flex;
          align-items: center;
          gap: 18px;
          width: 100%;
          ul {
            li {
              text-align: center;
              padding: 5px 0 !important;
            }
          }
        }
        .btns {
          border-top: 1px solid rgba(255, 255, 255, 0.3);
          padding-top: 24px;
          flex-flow: column;
          gap: 18px;
          a {
            &:first-child {
              button {
                border: 1px solid rgba(255, 255, 255, 0.6);
              }
            }
            button {
              width: 200px;
              padding: 8px 0 !important;
            }
          }
        }
      }
    }
  }
  .mob-logo {
    display: block;
  }
  .custom-toggler {
    display: block;
  }
  .navbar-collapse {
    position: absolute;
    top: 0px;
    padding-top: 80px !important;
    left: 0;
    right: 0;
    background-color: #383838;
    padding: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
    z-index: 999;
    height: 100vh;
  }

  .navbar-nav {
    flex-direction: column;
    gap: 10px;
  }
  .Howwork {
    margin: 60px 0;
    &::after {
      width: 250px;
      height: 250px;
      bottom: auto;
      top: 0;
      opacity: 1;
      right: 0;
      left: auto;
    }
    &::before {
      width: 250px;
      height: 250px;
      top: auto;
      bottom: 0;
      left: 0;
      opacity: 1;
    }
    .flex {
      flex-flow: wrap;
      gap: 50px;
      margin-top: 50px;
      position: relative;
      padding: 0px 20px;
      .card {
        .item {
          justify-content: start;
          gap: 16px;
          .icon {
            width: 45px;
            height: 45px;
          }
          .cnt {
            width: calc(100% - 65px);
            h4 {
              font-size: 18px;
            }
          }
        }
        .item-2 {
          margin-left: 0;
        }
        &:last-child {
          gap: 60px;
        }
        .item-1 {
          margin-right: 0;
          justify-content: start;
        }
        width: 100%;
        &:nth-child(2) {
          width: 100%;
        }
      }
      .line-position {
        position: absolute;
        top: 102px;
        height: 312px;
        display: block;
        width: 86%;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }
  .Footer {
    text-align: center;
    p {
      padding: 0px 10%;
      margin: 16px 0;
      max-width: 100%;
    }
    .row {
      justify-content: center;
      .logo {
        width: 40%;
        margin: 0 auto;
        margin-top: 30px;
      }
    }
    .social {
      justify-content: center;
      gap: 60px;
      margin-top: 13px;
      margin-bottom: 20px;
      li {
        i {
          font-size: 18px;
        }
      }
    }
    .flex {
      justify-content: center;
    }
    .ft-nave {
      ul {
        flex-flow: wrap;
        justify-content: center;
        gap: 10px;
        p {
          padding: 0;
          margin-left: 0;
        }
      }
    }
  }
  .Banner {
    .Testimonial {
      .TestimonialSlider {
        .item {
          text-align: center;
        }
      }
    }
  }
  .DropdownContent {
    display: none;
    position: unset;
    list-style: none;
    padding: 0px;
    z-index: 1000;
    text-align: center;
    li {
      &:last-child {
        a {
          display: flex;
          align-items: center;
          gap: 10px;
          justify-content: center;
          img {
            width: 20px;
          }
        }
      }
    }
  }

  .Dropdown.show .DropdownContent {
    display: block;
  }
}

@media (max-width: 550px) {
  .OurCreditation {
    .CreditPartner {
      flex-flow: row wrap;
      .title {
        width: 100%;
        text-align: center;
      }
      .Logoand {
        width: 100%;
        & .Points {
          & ul {
            & li {
              span {
                display: inline;
                margin-left: 0px;
              }
            }
          }
        }
        .Cnt {
          width: 80%;
          position: unset;
          transform: translate(0, 0);
          margin: 0 auto;
          margin-bottom: -100px;
        }
      }
    }
  }

  .OurCreditation {
    margin: 90px 0;
    padding: 30px 0;
    padding-top: 50px !important;
    & .Logoand {
      & .Points {
        & ul {
          li {
            font-size: 13px;
          }
        }
        h6 {
          font-size: 16px;
        }
      }
      .Image {
        padding: 23px;
      }

      .Cnt {
        width: 220px;
      }
    }
  }
  .Service-banner {
    img {
      width: 100%;
    }
  }
  .serviceInner {
    height: 74vh;
  }
  .Howwe {
    .UlFlex {
      row-gap: 0px;
      margin-top: 10px;
    }
    ul {
      flex-flow: column;
      padding-left: 60px;
      &::before {
        display: none;
      }
      li {
        width: 100%;
        text-align: left;
        &::before {
          top: 50%;
          left: -40px;
          transform: translateY(-50%);
        }
        &::after {
          top: 50%;
          left: -43px;
          transform: translateY(-50%);
        }
      }
    }
  }
  .OurPartners {
    & .Partnerslider {
      li {
        margin: 0px 7px;
      }
    }
  }
  .TalkSeccurity {
    & form {
      button {
        padding: 8px 20px;
        font-size: 14px;
      }
    }
  }
  .OurApporach {
    & .row {
      & ul {
        &::before {
          height: 313px;
        }
      }
    }
  }
  .WhyServiceChooce {
    & .CardWrapper {
      & .Card {
        img {
          height: 50px;
        }
      }
    }
  }
  .Service-banner {
    text-align: center;
    h1 {
      font-size: 30px;
    }
    .btns {
      display: flex;
      flex-flow: column;
      justify-content: center;
      width: 80%;
      margin: 0 auto;
      margin-top: 15px;
      button {
        justify-content: center;
        width: 100%;
      }
    }
  }
  .Whatwedo {
    margin-top: 40px;
    margin-bottom: 40px;
    h1 {
      font-size: 64px;
    }
    .row {
      margin-top: -31px;
    }
    & .CardWrapper {
      .Card {
        padding: 25px;
        img {
          width: 60px;
        }
      }
    }
  }
  .enrollmodal-content {
    p {
      font-family: var(--p-font);
      color: var(--primary-color);
      margin-bottom: 15px;
      br {
        display: none;
      }
    }
  }
  .EmailSend {
    margin: 60px 0;
  }
  .oruvision {
    .row {
      padding: 0px 0px;
      flex-flow: column-reverse;
      .cnt {
        text-align: center;
        .title {
          text-align: center;
        }
      }
    }
  }
  .whyredome {
    margin-top: 60px;
    & .row {
      .col-lg-4 {
        margin-top: 18px;
      }
    }
    .Cards {
      margin-top: 10px;
    }
    .title {
      p {
        display: none;
      }
    }
  }
  .CntSection {
    margin-top: 52px;
    .row {
      .title {
        h1 {
          font-size: 57px;
          line-height: 58px;
        }
      }
    }
  }
  .Inner_banner {
    &::before {
      content: "";
      display: inline-block;
      background-color: #6b0002;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      opacity: 1;
      filter: blur(180px);
      position: absolute;
      right: 0;
      z-index: 1;
      top: 0;
    }
    &::after {
      display: inline-block;
      background-color: #00276b;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      opacity: 0.8;
      filter: blur(180px);
      position: absolute;
      left: -60px;
      z-index: 1;
      bottom: 0;
    }
    margin-top: 100px;
    & .row {
      flex-flow: column-reverse;
      .Cnt {
        padding-top: 0px;
        text-align: center;
        margin-top: -102px;
        padding-bottom: 0;
        & .title {
          h2 {
            text-align: center;
            font-size: 30px;
          }
        }
      }
      .img {
        width: 100%;
        position: unset;
        right: 0;
        top: 50px;
      }
    }
  }
  .Ceo {
    margin-top: 130px;
    .col-lg-6 {
      .Cnt {
        padding-top: 100px !important;
        padding: 30px;
        padding-right: 0;
      }
    }
    .col-lg-5 {
      .img {
        position: absolute;
        bottom: -86px;
        max-width: 40%;
        left: 36px;
      }
    }
  }

  .Banner {
    .Testimonial {
      .TestimonialSlider {
        .item {
          margin: 0 10px;
          height: 320px;
        }
      }
    }
  }
  .web {
    display: none;
  }
  .mob {
    display: block;
  }
  p {
    font-size: 14px !important;
  }
  .Banner {
    &::before {
      width: 270px;
      height: 270px;
      bottom: auto;
      top: 12%;
      opacity: 1;
    }
    &::after {
      width: 270px;
      height: 270px;
      bottom: auto;
      top: 12%;
      opacity: 1;
    }
    .banner-bg {
      top: 10%;
    }
    .cnt {
      padding-top: 210px;
      h1 {
        font-size: 28px !important;
        span {
          font-size: 23px;
        }
      }
      p {
        padding: 10px 0;
      }
      .btns {
        flex-flow: wrap;
        a {
          width: 75%;
          button {
            width: 100%;
            justify-content: center;
            font-size: 15px;
          }
        }
      }
    }
    .Cards {
      .row {
        gap: 24px;
        .item {
          .h3 {
            font-size: 24px;
          }
          & img {
            width: 70px;
            height: 70px;
          }
        }
      }
    }
    .Testimonial {
      margin: 60px 0;
      .title {
        text-align: left;
      }
      .TestimonialSlider {
        margin-top: 25px;
        .item {
          padding: 22px;
        }
      }
    }
  }
  .Howwork {
    margin: 60px 0;
    &::after {
      width: 250px;
      height: 250px;
      bottom: auto;
      top: 0;
      opacity: 1;
      right: 0;
      left: auto;
      z-index: -1;
    }
    &::before {
      width: 250px;
      height: 250px;
      top: auto;
      bottom: 0;
      left: 0;
      opacity: 1;
      z-index: -1;
    }
    .flex {
      flex-flow: wrap;
      gap: 60px;
      margin-top: 50px;
      position: relative;
      padding: 0px 20px;
      .card {
        .item {
          justify-content: start;
          gap: 16px;
          .icon {
            width: 45px;
            height: 45px;
          }
          .cnt {
            width: calc(100% - 65px);
            h4 {
              font-size: 18px;
            }
          }
        }
        .item-2 {
          margin-left: 0;
        }
        &:last-child {
          gap: 60px;
        }
        .item-1 {
          margin-right: 0;
          justify-content: start;
        }
        width: 100%;
        &:nth-child(2) {
          width: 100%;
        }
      }
      .line-position {
        position: absolute;
        top: 106px;
        height: 307px;
        display: block;
        width: 86%;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }
  .title {
    h2 {
      font-family: var(--primary-font);
      color: var(--primary-color);
      font-size: 25px;
    }
  }
  .EmailSend {
    & .bg {
      padding: 20px;
      & form {
        display: unset;
        input {
          width: 100%;
        }
        button {
          width: 100%;
          margin-top: 5px;
          display: flex;
          justify-content: center;
        }
      }
    }
  }
  .Footer {
    text-align: center;
    .row {
      justify-content: center;
    }
    .ft-nave {
      ul {
        flex-flow: wrap;
        justify-content: center;
        gap: 10px;
        p {
          padding: 0;
          margin-left: 0;
        }
      }
    }
  }
  .Banner {
    .Testimonial {
      .TestimonialSlider {
        .draggable {
          padding-top: 50px !important;
        }
        .item {
          height: 320px;
          p {
            font-size: 12px !important;
          }
          .img {
            border-radius: 13px;
            overflow: hidden;
            width: 80px;
            height: 90px;
            position: absolute;
            top: -80px;
            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }
          .position {
            margin-top: 25px;
            margin-bottom: 14px;
          }
        }
      }
    }
  }
}
@media (max-width: 400px) {
  .Howwork {
    .flex {
      padding: 0px 4px !important;
      .line-position {
        width: 292px;
      }
    }
  }
  .TestimonialSlider {
    .item {
      padding: 24px !important;
    }
  }
}

@media (max-width: 768px) {
  .TestimonialSlider .slick-slide {
    opacity: 1; /* Increase opacity for all slides */
    height: 100%;
  }

  .TestimonialSlider .slick-current,
  .TestimonialSlider .left-slide,
  .TestimonialSlider .right-slide,
  .TestimonialSlider .active-slide {
    opacity: 1; /* Ensure active and adjacent slides are fully visible */
  }

/* Training modules specific styling */
#modules .CardWrapper {
  margin-bottom: 2rem;
}

#modules .Card {
  height: auto;
  min-height: 200px;
}

#modules .Card img {
  margin-bottom: 1rem;
}

#modules .Card h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

#modules .Card p {
  margin-bottom: 1rem;
  color: #ccc;
  font-size: 0.9rem;
}

/* Curriculum content styling */
.curriculum-content {
  padding: 1rem 0;
}

.weeks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.week-card {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 1.2rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.week-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(226, 56, 59, 0.2);
}

.week-title {
  color: #e2383b;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
}

.topic-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topic-list li {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
}

.topic-list li:before {
  content: "▶";
  color: #e2383b;
  position: absolute;
  left: 0;
  font-size: 0.8rem;
}

.capstone-section, .tools-section {
  background: #0f0f0f;
  border: 1px solid #444;
  border-radius: 8px;
  padding: 1.2rem;
  margin-top: 1rem;
}

.capstone-title, .tools-title {
  color: #e2383b;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.tools-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.tool-category p {
  margin: 0.3rem 0;
  color: #ccc;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .weeks-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .week-card {
    padding: 1rem;
  }
  
  .week-title {
    font-size: 1rem;
  }
}

/* Search section styling */
.search-section {
  background: #050505;
  padding: 3rem 0;
  border-bottom: 1px solid #333;
}

.search-input {
  width: 100%;
  padding: 1.5rem 2rem;
  border: 2px solid #333;
  border-radius: 12px;
  background: #1a1a1a;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.search-input:focus {
  outline: none;
  border-color: #e2383b;
  box-shadow: 0 0 0 3px rgba(226, 56, 59, 0.1);
  transform: translateY(-2px);
}

.search-input::placeholder {
  color: #888;
  font-size: 1.1rem;
}

/* Enhanced dark theme for training modules */
.training-modules-page {
  background: #050505 !important;
  color: #ffffff !important;
}

.training-modules-page .Service-banner {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), 
              url('image/bg-png.png') center/cover;
  position: relative;
  background-attachment: fixed;
  color: #ffffff;
}

.training-modules-page .Service-banner h1 {
  color: #ffffff !important;
}

.training-modules-page .Service-banner p {
  color: #cccccc !important;
}

.training-modules-page .Service-banner span {
  color: #e2383b !important;
}

/* Dark theme for module cards */
.training-modules-page .CardWrapper {
  background: radial-gradient(circle at center, #000000, #303030) !important;
}

.training-modules-page .Card {
  background-color: #121212 !important;
  color: #ffffff !important;
  border: 1px solid #333 !important;
}

.training-modules-page .Card h3 {
  color: #ffffff !important;
}

.training-modules-page .Card p {
  color: #cccccc !important;
}

.training-modules-page .module-summary {
  background: #1a1a1a !important;
  color: #ffffff !important;
  border: 1px solid #333 !important;
}

.training-modules-page .curriculum-content {
  background: #0f0f0f !important;
  color: #ffffff !important;
  border: 1px solid #333 !important;
}

.training-modules-page .topic-list li {
  color: #cccccc !important;
}

/* Dark theme buttons */
.training-modules-page button {
  background: #e2383b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

.training-modules-page button:hover {
  background: #d12126 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 5px 15px rgba(226, 56, 59, 0.4) !important;
}

/* Dark theme for search section specific to training modules */
.training-modules-page .search-section {
  background: #050505 !important;
  border-bottom: 1px solid #333 !important;
}

.training-modules-page .search-input {
  background: #1a1a1a !important;
  border: 2px solid #333 !important;
  color: #ffffff !important;
}

.training-modules-page .search-input:focus {
  border-color: #e2383b !important;
  box-shadow: 0 0 0 3px rgba(226, 56, 59, 0.1) !important;
}

/* Training banner specific styling */
.training-banner {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), 
              url('image/bg-png.png') center/cover;
  position: relative;
  background-attachment: fixed;
}

.training-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.training-banner .container {
  position: relative;
  z-index: 2;
}

/* Training banner text styling for better readability */
.training-banner h1 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: bold;
}

.training-banner p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Footer styling */
.footer {
  background: #000;
  color: #fff;
  padding: 3rem 0 1rem;
  border-top: 1px solid #333;
}

.footer-logo img {
  width: 150px;
  margin-bottom: 1rem;
}

.footer-logo p {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer-links h4 {
  color: #e2383b;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 0.5rem;
}

.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #e2383b;
}

.footer-contact h4 {
  color: #e2383b;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  color: #ccc;
  font-size: 0.9rem;
}

.contact-item i {
  color: #e2383b;
  margin-right: 0.8rem;
  width: 16px;
}

.social-links {
  margin-top: 1.5rem;
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 0.8rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: #e2383b;
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 1.5rem;
  margin-top: 2rem;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: #888;
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .footer-links, .footer-contact {
    margin-bottom: 2rem;
  }
}

/* Module details styling */
.module-details {
  margin-top: 2rem;
}

.module-summary {
  cursor: pointer;
  font-weight: bold;
  color: #e2383b;
  margin-bottom: 1rem;
  list-style: none;
  padding: 0.8rem;
  background: #1a1a1a;
  border-radius: 6px;
  border: 1px solid #333;
  transition: all 0.3s ease;
}

.module-summary:hover {
  background: #252525;
  transform: translateY(-1px);
}

.module-summary::-webkit-details-marker {
  display: none;
}

.module-details[open] .module-summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.module-details[open] .curriculum-content {
  border: 1px solid #333;
  border-top: none;
  border-radius: 0 0 6px 6px;
  background: #0f0f0f;
}

/* Enhanced grid system for better layout */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 768px) {
  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  #modules .CardWrapper {
    margin-bottom: 1.5rem;
  }
}

/* ==== REDDOME BRANDING STYLES ==== */

/* Enhanced Service Banner with Reddome Branding */
.reddome-banner {
  background-image: url('assets/image/bg-png.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.reddome-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(5, 5, 5, 0.8), rgba(226, 56, 59, 0.1));
  z-index: 1;
}

.reddome-banner .container {
  position: relative;
  z-index: 2;
}

.reddome-banner h1 {
  color: #fff;
  font-family: var(--primary-title-font);
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 3.5rem;
  line-height: 1.2;
}

.reddome-banner h1 span {
  color: #e2383b;
  display: block;
  font-size: 0.7em;
  margin-top: 10px;
  font-weight: 600;
}

.reddome-banner p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.95;
}

/* Reddome Buttons */
.reddome-btn-primary {
  background: linear-gradient(135deg, #e2383b, #d12126);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(226, 56, 59, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.reddome-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(226, 56, 59, 0.4);
  background: linear-gradient(135deg, #d12126, #b91e23);
}

.reddome-btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #e2383b;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 15px;
}

.reddome-btn-secondary:hover {
  background: #e2383b;
  color: #fff;
  transform: translateY(-2px);
}

/* Section Headers with Reddome Branding */
.reddome-section-header h2 {
  color: #e2383b;
  font-family: var(--primary-title-font);
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 15px;
}

.reddome-section-header p {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 50px;
}

/* Enhanced Card Styling */
.reddome-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-top: 4px solid #e2383b;
  height: 100%;
}

.reddome-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(226, 56, 59, 0.15);
}

.reddome-card h3 {
  color: #333;
  font-family: var(--primary-title-font);
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.reddome-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

.reddome-card ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

.reddome-card ul li {
  color: #666;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.reddome-card ul li::before {
  content: '→';
  color: #e2383b;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Application Form Styling */
.reddome-application-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  text-align: center;
}

.reddome-form-container {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
  border-top: 6px solid #e2383b;
}

.reddome-form-header {
  text-align: center;
  margin-bottom: 30px;
}

.reddome-form-header h3 {
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: var(--primary-title-font);
  font-size: 1.8rem;
}

.reddome-form-header p {
  color: #666;
  font-size: 1rem;
  margin: 0;
}

/* Form Input Styling */
.reddome-form-input {
  padding: 15px;
  border: 2px solid #eee;
  border-radius: 8px;
  transition: border-color 0.3s ease;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
}

.reddome-form-input:focus {
  border-color: #e2383b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(226, 56, 59, 0.1);
}

.reddome-form-textarea {
  padding: 15px;
  border: 2px solid #eee;
  border-radius: 8px;
  resize: vertical;
  transition: border-color 0.3s ease;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  min-height: 120px;
  font-family: inherit;
}

.reddome-form-textarea:focus {
  border-color: #e2383b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(226, 56, 59, 0.1);
}

.reddome-form-select {
  padding: 15px;
  border: 2px solid #eee;
  border-radius: 8px;
  transition: border-color 0.3s ease;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  background: white;
  height: 50px;
  cursor: pointer;
}

.reddome-form-select:focus {
  border-color: #e2383b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(226, 56, 59, 0.1);
}

.reddome-form-submit {
  background: linear-gradient(135deg, #e2383b, #d12126);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(226, 56, 59, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.reddome-form-submit:hover {
  background: linear-gradient(135deg, #d12126, #b91e23);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(226, 56, 59, 0.4);
}

.reddome-form-help {
  color: #888;
  font-size: 0.85rem;
  margin-top: 5px;
  display: block;
  font-style: italic;
}

/* Form Layout Improvements */
.reddome-form-container .row {
  margin: 0;
}

.reddome-form-container .col-md-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.reddome-form-container .mb-3 {
  margin-bottom: 1.5rem;
}

/* Button centering */
.text-center {
  text-align: center;
  margin-top: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .reddome-banner h1 {
    font-size: 2.5rem;
  }
  
  .reddome-btn-secondary {
    margin-left: 0;
    margin-top: 10px;
  }
  
  .reddome-form-container {
    padding: 30px 20px;
    margin: 0 15px;
  }
}

}

/* ===== CAREER PAGE STYLES ===== */

/* Benefits Section */
.benefits-section {
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
  padding: 80px 0;
}

/* Position Cards */
.open-positions {
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
  padding: 80px 0;
}

.position-card {
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
  border: 1px solid rgba(226, 56, 59, 0.2);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.position-card:hover {
  border-color: rgba(226, 56, 59, 0.4);
  transform: translateY(-5px);
}

.position-card.coming-soon {
  opacity: 0.7;
  position: relative;
}

.position-header {
  margin-bottom: 15px;
}

.position-header h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 5px;
  font-family: var(--primary-title-font);
}

.position-type {
  color: #e2383b;
  font-size: 14px;
  font-weight: 500;
}

.position-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.position-skills {
  margin-bottom: 25px;
}

.skill-tag {
  display: inline-block;
  background: rgba(226, 56, 59, 0.1);
  color: #e2383b;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid rgba(226, 56, 59, 0.3);
}

.position-footer {
  margin-top: auto;
}

.apply-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #e2383b, #c62d2f);
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background: linear-gradient(135deg, #c62d2f, #a82529);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

.apply-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.apply-btn:hover i {
  transform: translateX(3px);
}

.coming-soon-badge {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Career CTA Section */
.career-cta {
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
  padding: 80px 0;
}

.career-cta h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 20px;
  font-family: var(--primary-title-font);
}

.career-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cta-buttons .reddome-btn-primary,
.cta-buttons .reddome-btn-secondary {
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.cta-buttons .reddome-btn-primary {
  background: linear-gradient(135deg, #e2383b, #c62d2f);
  color: #ffffff;
}

.cta-buttons .reddome-btn-primary:hover {
  background: linear-gradient(135deg, #c62d2f, #a82529);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

.cta-buttons .reddome-btn-secondary {
  background: transparent;
  color: #e2383b;
  border: 2px solid #e2383b;
}

.cta-buttons .reddome-btn-secondary:hover {
  background: #e2383b;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

.cta-buttons i {
  margin-left: 8px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .position-card {
    padding: 20px;
  }
  
  .position-header h3 {
    font-size: 20px;
  }
  
  .career-cta h2 {
    font-size: 28px;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .cta-buttons .reddome-btn-primary,
  .cta-buttons .reddome-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .open-positions {
    padding: 50px 0;
  }
  
  .career-cta {
    padding: 50px 0;
  }
  
  .career-cta h2 {
    font-size: 24px;
  }
}
