@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif !important;
  /* background-color: #f4f5f0; */
}

p {
  color: #0000007a;
  font-size: 17px;
  margin: 0;
}

.padding {
  padding: 100px 0;
}

.padding-l-r {
  padding-left: 130px;
  padding-right: 130px;
}

.padding-top {
  padding-top: 100px;
}

.padding-bottom {
  padding-bottom: 100px;
}

.heading {
  h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
  }

  h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 53px;
  }
}

.text-gradient {
  color: #3361F8;
  background: #3361F8;
  background: linear-gradient(260deg, #f27700, #17a617);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

button.btn.btn-primary {
  border: 0;
  background: #f27700;
  border-radius: 0;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 13px 26px;
}

.two {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 19px 46px !important;
}

img {
  max-width: 100%;
}

.top-header {
  padding: 30px 0;

  li.nav-item {
    margin: 0 12px;
  }

  .header-right {
    a {
      font-weight: 600;
      color: #000;
      text-decoration: none;
      font-size: 17px;
      margin: 0 26px;
    }
  }
}



.nav-links {
  .navbar-nav {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    list-style: none;
  }

  a.nav-link {
    font-size: 16px !important;
    font-weight: 600;
  }

  .navbar-nav li>a {
    color: #000;
  }

  .navbar-nav li>a:hover {
    color: #000;
  }

  .navbar-nav li>a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s;
  }

  .navbar-nav li>a:hover::after {
    width: 100%;
    transition: width 0.3s;
  }
}

.hero-section {
  position: relative;
  overflow: hidden;

  h1 {
    font-size: 64px;
    color: #000;
    font-weight: 700;
    line-height: 70px;
  }

  .banner-left {
    position: relative;
  }

  .round-image {
    top: -19px;
    position: absolute;
    right: 15%;
    /* animation: rotate 20s linear infinite; */
    max-width: 56px;
  }

  .banner-links {
    display: flex;
    margin-top: 23px;

    a {
      text-decoration: none;
      margin-right: 12px;

      i {
        text-align: center;
        width: 50px;
        height: 50px;
        display: flex;
        background: #0000000a;
        justify-content: center !important;
        align-items: center;
        color: #000;
        font-size: 17px;
        border-radius: 50%;
      }
    }
  }
}


@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.anim {
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  animation: fadeSlideUp 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.anim-delay-1 {
  animation-delay: 0.2s;
}

.anim-delay-2 {
  animation-delay: 0.4s;
}

.anim-delay-3 {
  animation-delay: 0.6s;
}

.anim-delay-4 {
  animation-delay: 0.8s;
}

.anim-delay-5 {
  animation-delay: 1s;
}

.anim-delay-6 {
  animation-delay: 1.2s;
  transform: translateX(50px) scale(0.98);
  animation-name: fadeSlideRight;
}

@keyframes fadeSlideRight {
  0% {
    opacity: 0;
    transform: translateX(50px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.table-mobile-view {
  display: none;

  .mobile-border-table {
    border-top: 1px solid #00000036;
    margin-top: 15px;
    padding-top: 18px;

    p {
      color: #000000eb;
      font-weight: 600;
    }

    h6 {
      color: #00000075;
    }
  }
}

.assist-section {
  background-color: #f4f5f0;

  margin-top: 7%;

  .info-card {
    display: flex;
    background: #ffffff;
    padding: 62px 47px;
    border-radius: 6px;
    align-items: center;
    height: 100%;

    .icon {
      flex-shrink: 0;
      width: 56px;
      height: 56px;
      margin-right: 24px;
    }

    .content {
      h3 {
        font-size: 21px;
        font-weight: 600;
        color: #000;
        margin: 0;
        margin-bottom: 16px;
      }
    }
  }
}

.award-section {
  .award-img {
    background: url(../images/round.svg) no-repeat;
    height: 200px;
    margin-top: 120px;
    position: relative;

    h6 {
      text-align: center;
      position: absolute;
      top: 80px;
      left: 83px;
      font-size: 18px;
      font-weight: 600;
    }
  }

  .case-table {
    border-collapse: collapse;
    width: 100%;

    tr {
      border-bottom: 1px solid #e5e5e5;

      td {
        padding: 2rem 0;
        vertical-align: middle;
        font-size: 17px;
        font-weight: 600;


        &.year {
          color: #888;
        }

        &.arrow {
          font-size: 1.2rem;
          color: #000;
          text-align: right;
          padding-left: 1rem;
        }
      }
    }
  }
}

a.arrow-icn {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  font-size: 17px;

  i {
    margin-left: 10px;
  }
}

.about-section {
  h5 {
    font-size: 19px;
    font-weight: 600;
  }

  h6 {
    font-size: 60px;
    font-weight: 700;
  }
}



.gallery-slider {
  width: 90%;
  margin: auto;
  padding: 110px 0 !important;


  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;

    img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.4s ease;
      
      &:hover {
        transform: scale(1.05);
      }
    }
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 50%;
    transition: background 0.3s ease;

    &:hover {
      background: rgba(0, 0, 0, 0.8);
    }
  }
}




.team-section {
  h4 {
    font-size: 35px;
    font-weight: 600;
  }

  i {
    margin-right: 24px;
    margin-top: 18px;
  }

  .team-inner {
    background-color: #000;
    padding: 40px;

    .img-sections {
      position: relative;

      h5 {
        color: #fff;
        text-align: center;
        position: absolute;
        top: 80px;
        left: 83px;
        font-size: 18px;
        font-weight: 600;
      }
    }
  }
}

.brand-section {
  .slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    border-top: 1px solid #d6dae2;
    border-bottom: 1px solid #d6dae2;
    padding: 50px 0;

    .slide-track {
      animation: scroll 40s linear infinite;
      display: flex;
      width: calc(250px * 14);
    }
  }

  .slide {
    display: flex;
    align-items: center;

    h3 {
      font-size: 26px;
      margin: 0;
      padding: 0px 22px;
      font-weight: 700;
    }

    img {
      max-width: 30px;
    }
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.testimonial-section {
  .t-profile {
    display: flex;
    align-items: center;
    margin-top: 15%;

    img {
      max-width: 80px;
      border-radius: 50%;
      margin-right: 15px;
    }

    h6 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 4px;
    }
  }

  .testimonial-right {
    h5 {
      font-size: 22px;
      line-height: 30px;
      font-weight: 700;
    }

    ul {
      padding-left: 19px;

      li {
        &::marker {
          color: #1ea517;
          font-size: 21px;
          display: block;
        }

        color: black;
        margin-bottom: 10px;
      }
    }
  }
}

.get-in-touch-section {
  .contact-right-section {
    padding: 0 100px;
    position: relative;

    .round-image {
      top: -23px;
      animation: rotate 20s linear infinite;
      position: absolute;
      right: 23%;
      max-width: 56px;
    }
  }

  .Form {
    display: block;
    margin-top: 1rem;
    overflow: hidden;

    div {
      position: relative;
    }

    input,
    textarea,
    select {
      background-color: transparent;
      font-size: 1rem;
    }

    .input-animated {

      input,
      select {
        display: block;
        border: none;
        border-bottom: 1px solid #d3d3d3;
        padding: 1.25rem 1rem 0.75rem 1rem;
        margin-bottom: 1rem;
        width: 100%;
        outline: none;

        &::placeholder {
          color: transparent;
        }
      }

      /* label design */
      label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        border-bottom: 1px solid #d3d3d3;
        color: #00000061;
        font-weight: 500;

        span {
          position: absolute;
          bottom: 0.5rem;
          left: 0;
          transition: all 0.3s ease;
        }
      }

      /* floating animation trigger */
      input:focus+label span,
      input:valid+label span,
      input:not(:placeholder-shown)+label span,
      select:focus+label span,
      select:valid+label span {
        transform: translateY(-150%);
        font-size: 0.75rem;
      }

      input:focus+label:after,
      input:valid+label:after,
      input:not(:placeholder-shown)+label:after,
      select:focus+label:after,
      select:valid+label:after {
        transform: translateX(0%);
      }

      /* custom arrow for select */
      select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;utf8,<svg fill='%237b7b7b' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 16px;
      }
    }
  }
}

label.form-check-label {
  color: #7b7b7b;
  font-size: 14px;

  a {
    color: #7b7b7b;
  }
}

.blog-section {
  .blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    cursor: pointer;

    img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.4s ease;
    }

    .blog-overlay {
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.8);
      opacity: 0;
      padding: 55px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      transition: opacity 0.4s ease;
      color: #fff;
    }

    .blog-category {
      top: 53px;
      background: #1b44ff;
      padding: 5px 10px;
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 10px;
      display: inline-block;
      position: absolute;
    }

    .blog-title {
      font-size: 26px;
      font-weight: 600;
      margin-bottom: 10px;
      line-height: 39px;
    }

    .blog-meta {
      font-size: 13px;
      opacity: 0.8;
    }

    &:hover {
      img {
        transform: scale(1.05);
      }

      .blog-overlay {
        opacity: 1;
      }
    }
  }
}

.news-letter-section {
  form {
    position: relative;

    .form-control {
      padding: 16px 33px;
      border-radius: 57px;
    }

    i {
      width: 50px;
      position: absolute;
      background: #f27700;
      height: 50px;
      top: 3px;
      right: 4px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

}

.footer {
  background-color: #000;

  .nav-links {
    .navbar-nav {
      display: flex;
      flex-direction: row;
      margin-bottom: 0;
      list-style: none;
    }

    a.nav-link {
      font-size: 16px !important;
      font-weight: 500;
      margin-right: 25px;
    }

    .navbar-nav li>a {
      color: #ffffff;

    }

    .navbar-nav li>a:hover {
      color: #ffffff;
    }

    .navbar-nav li>a:after {
      content: "";
      display: block;
      width: 0;
      height: 2px;
      background: #ffffff;
      transition: width 0.3s;
    }

    .navbar-nav li>a:hover::after {
      width: 100%;
      transition: width 0.3s;
    }
  }

  .copy-right-section a {
    color: #f27700;
    text-decoration: none;
  }

  .round-image {
    top: -23px;
    animation: rotate 20s linear infinite;
    position: absolute;
    right: 16%;
    max-width: 56px;
  }

  .footer-social-links {
    display: flex;
    justify-content: end;

    a {
      color: #fff;
      text-decoration: none;

      i {
        border: 1px solid #ffffff4f;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 16px;
        border-radius: 50%;

      }
    }
  }

  a.fb:hover i {
    color: #250faf;
  }

  a.tw:hover i {
    color: #00a2ff;
  }

  a.in:hover i {
    color: #a415ce;
  }

  .copy-right-section {
    border-top: 1px solid #ffffff24;
    margin-top: 40px;
    padding: 30px 0;
    color: #ffffff78;
    font-size: 17px;
  }
}

#scrollTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #f27700;
  color: #000;
  border: none;
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s ease;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  &.show {
    display: flex;
    opacity: 1;
  }

  &:hover {
    background-color: #555;
  }
}

.custom-cursor {
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.mobile-navbar {
  color: #fff;
  position: relative;
  z-index: 1000;
  display: none;

  .nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;

    .logo {
      font-size: 20px;
      font-weight: bold;
    }

    .menu-toggle {
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 5px;
      z-index: 1100;

      span {
        display: block;
        width: 24px;
        height: 3px;
        background: #000;
        transition: all 0.3s ease;
      }
    }
  }

  /* Overlay */
  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 900;
  }

  /* Menu */
  .nav-menu {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    width: 250px;
    background: #111;
    display: flex;
    flex-direction: column;
    padding: 16px 23px;
    gap: 20px;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 999999;

    .close-btn {
      background: none;
      border: none;
      color: #b9e544;
      font-size: 28px;
      position: absolute;
      top: 3px;
      right: 15px;
      cursor: pointer;
    }

    a {
      color: #fff;
      text-decoration: none;
      font-size: 15px;
      transition: color 0.2s;

      &:hover {
        color: #ffcc00;
      }
    }
  }

  &.open {
    .nav-menu {
      right: 0;
    }

    .nav-overlay {
      opacity: 1;
      visibility: visible;
    }
  }
}

@media screen and (min-device-width: 300px) and (max-device-width: 576px) {
  .custom-cursor {
    display: none;
  }

  .padding-l-r {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-toggle {
    display: none;
  }

  .nav-overlay {
    display: none;
  }

  .mobile-navbar {
    display: block !important;
  }

  .nav-menu {
    position: static;
    height: auto;
    width: auto;
    flex-direction: row;
    background: transparent;
    padding: 0;
    gap: 30px;
    right: 0;
  }

  .table-mobile-view {
    display: block !important;
  }

  .top-header {
    display: none;
  }

  .pplr {
    padding-left: 0 !important;
  }

  .hero-section {
    h1 {
      font-size: 44px;
      color: #000;
      font-weight: 700;
      line-height: 46px;
    }

    .banner-links {
      justify-content: center;
    }

    & .banner-links {
      a {
        margin: 10px;
      }
    }
  }

  .banner-left {
    text-align: center;

    .round-image {
      max-width: 34px;
      top: -9px;
      position: absolute;
      right: 9%;
    }
  }

  .mobile-d-none {
    display: none;
  }

  .heading {
    h2 {
      font-size: 26px;
      line-height: 31px;
    }

    br {
      display: none;
    }
  }

  p {
    font-size: 15px;

    br {
      display: none;
    }
  }

  .assist-section {
    .info-card {
      display: flex;
      background: #ffffff;
      padding: 32px 13px;
      border-radius: 6px;
    }
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .padding {
    padding: 60px 0;
  }

  .d-mobile-flex {
    display: inline-block !important;
  }

  a.arrow-icn {
    margin-top: 15px;
    display: block;
    font-size: 15px;

  }

  .pplr2 {
    padding-left: 3% !important;
    padding-top: 30px;
  }

  .video-section {
    & .videoinner {
      a {
        width: 80px;
        height: 80px;
        top: 27%;
      }
    }
  }

  .testimonial-section {
    & .testimonial-right {
      h5 {
        font-size: 19px;
        line-height: 23px;
        font-weight: 700;
        margin-top: 14px;
      }
    }
  }

  .get-in-touch-section {
    padding: 10px !important;

    .contact-right-section {
      padding: 40px 15px;
      position: relative;
    }

    & .contact-right-section {
      .round-image {
        display: none;
      }
    }
  }


  .news-letter-section {
    padding: 60px 10px !important;
  }

  .footer {
    text-align: center;
    padding-top: 60px;

    .text-gradient {
      display: block;
    }

    .navbar-nav {
      justify-content: center;
    }

    & .nav-links {
      a.nav-link {

        margin-right: 0px !important;
        padding: 0 10px;

      }
    }

    .footer-social-links {
      justify-content: center !important;
      margin-top: 15px;
    }

    .round-image {
      left: 29px !important;
      top: -37px !important;
      max-width: 36px;
    }

    a {
      i {
        margin: 0 10px !important;
      }
    }

    .copy-right-section {
      margin-top: 32px !important;
      padding: 17px 0 !important;
      font-size: 15px !important;
    }
  }

  .mt-5 {
    margin-top: 1.5rem !important;
  }

  .mmm {
    margin: 20px 0;
  }

  .table-responsive {
    display: none;
  }

  .brand-section {
    & .slide {
      h3 {
        font-size: 25px;
        padding: 0px 25px;
      }
    }
  }

  news-letter-section {
    & form {
      i {
        top: 4px;
        right: 4px;
      }
    }
  }

}