:root {
  --bg-color: #000e30;
  --theme-color: #000e30;
  --main-color: #d0ff71;
}

/* --------------- header --------------- */
.header-dm .caption {
  position: relative;
  z-index: 3;
}

.header-dm .imgs-cube {
  position: relative;
}

.header-dm .imgs-cube .imgs {
  position: absolute;
  top: 50px;
  right: -100px;
}

.header-dm .imgs-cube .imgs .circle {
  width: 200px;
  position: relative;
  z-index: 4;
}

.header-dm .imgs-cube .imgs .circle:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  z-index: -1;
}

.header-dm .mimg {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  width: 50%;
}

.header-dm .mimg img {
  border-radius: 0 30px 30px 0;
}

.header-dm .mimg .shaps.top {
  background: var(--theme-color);
  border-radius: 0 0 30px 0;
  width: 45%;
  height: 185px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.header-dm .mimg .shaps.top .shap-right-top {
  position: absolute;
  top: 0;
  right: -2.05rem;
}

.header-dm .mimg .shaps.top .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}

.header-dm .mimg .shaps.top .shap-left-bottom {
  position: absolute;
  bottom: -2.05rem;
  left: -1px;
}

.header-dm .mimg .shaps.top .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}

.header-dm .mimg .text {
  background: var(--theme-color);
  border-radius: 0 30px 0 0;
  padding: 30px 30px 0 0;
  position: absolute;
  bottom: -1px;
  left: -1px;
  text-align: right;
}

.header-dm .mimg .text .shap-left-top {
  position: absolute;
  left: 0;
  top: -2.05rem;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.header-dm .mimg .text .shap-left-top svg {
  width: 2.1rem;
  height: 2.1rem;
}

.header-dm .mimg .text .shap-right-bottom {
  position: absolute;
  right: -2.05rem;
  bottom: -1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.header-dm .mimg .text .shap-right-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
.header-dm .robot {
    position: absolute;
    top: 60px;    
    right: 10%;   
    z-index: 10;
    width: 150px;
    height: 150px;
}
@media (max-width: 1130px) {
  .header-dm .robot {
    width: 160px;
    height: 100px;
  }
}

/* --------------- Awards --------------- */
.intro-vid .bg-img {
  height: 580px;
  border-radius: 30px;
  margin-top: -140px;
  position: relative;
}

.intro-vid .bg-img .states {
  position: absolute;
  top: -120px;
  left: 30px;
  background: var(--theme-color);
  padding: 60px 40px;
  border-radius: 30%;
  max-width: 300px;
  z-index: 3;
}

.intro-vid .bg-img .states .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro-vid .bg-img .states .imgs .img {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 2px solid var(--bg-color);
}

.intro-vid .bg-img .states .imgs .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--main-color);
  text-align: center;
  line-height: 40px;
  margin-left: -10px;
  z-index: -1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.intro-vid .bg-img .states .imgs .icon img {
  width: 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.intro-vid .bg-img .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro-vid .bg-img .play-button a {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

/* --------------- Works --------------- */
.slider-wrapper {
  overflow: hidden;
  width: 100vw;
  position: relative;
  padding: 20px 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.slider-track {
  display: flex;
  animation: scroll-loop 30s linear infinite;
  width: max-content;
}

.slider-track .box {
  display: flex;
}

.slider-track .item {
  margin: 0 60px;
  width: 220px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider-track .img {
  height: min-content;
  width: 120%;
  height: 120px;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.slider-track img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.slider-track .cont {
  height: 20px;
  text-align: center;
  margin-top: 10px;
}

.slider-track .info {
  height: 10px;
  font-size: 14px;
  color: #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.slider-track .info .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}

.slider-track h6 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: 5px;
}
.client-logo {
  /* max-width: 100%; */
  /* max-height: 80px; */
  height: 100px;
  /* width: auto; */
  /* display: block; */
  /* margin: 0 auto; */
  /* object-fit: contain; */
}
@media (max-width: 576px) {
  .client-logo {
    height: 70px;
  }
}

@keyframes scroll-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* --------------- Services --------------- */
.services-dm {
  position: relative;
  z-index: 3;
}

.services-dm .img-patern {
  position: absolute;
  bottom: 10%;
  left: -15%;
  width: 30%;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: .07;
  z-index: -1;
}

.services-dm .item {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-dm .item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-dm .item .title h2 {
  font-size: 100px;
  letter-spacing: -4px;
}

.services-dm .item p {
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-dm .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: 150px;
}

.services-dm .item .icon img {
  width: 30px;
}

.services-dm .item:hover .title {
  margin-bottom: 0;
  color: white;
}

.services-dm .item:hover p {
  opacity: 1;
}

.numbers-dm .item h2 {
  font-size: 120px;
  font-weight: 200;
}

.numbers-dm .item h2 span {
  font-size: 50px;
}

.numbers-dm .item h6 {
  font-size: 18px;
}

/* --------------- Clients --------------- */
.clients-dm {
  position: relative;
}

.clients-dm .item {
  background-color: white;
  border-radius: 10px;
  margin: 0 50px;
}

.clients-dm .item img {
  padding: 10px;
  width: 140px;
}

.client-h {
  padding: 60px;
}

.client-h .client-h1 {
  padding-bottom: 20px;
  font-size: 55px;
}

/* --------------- Testimonials --------------- */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  background: #f5f8ff;
  color: #222;
}

.custom-section-padding {
  padding: 60px 15px;
}

.custom-container {
  max-width: 460px;
  margin: 0 auto;
}

.custom-sec-head {
  margin-bottom: 4rem;
  text-align: center;
}

.custom-sec-head .custom-sub-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.custom-sec-head .custom-title {
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.custom-swiper-slide {
  transition: all 0.3s ease;
  transform: scale(0.95);
}

.custom-swiper-slide.active-slide .custom-item {
  background-color: white !important;
  color: black;
  transform: scale(1.05);
}

.custom-swiper-slide.active-slide {
  transform: scale(1);
}

.custom-swiper-slide:not(.active-slide) .custom-item {
  background-color: #000e30;
  color: white;
}

.custom-testim {
  position: relative;
  overflow: hidden;
}

.custom-swiper-slide {
  height: auto;
  padding: 5px;
}

.custom-item {
  background: #000e30;
  padding: 50px 50px 30px 50px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 5px 10px 10px rgba(0, 123, 255, 0.5);
  transition: transform 0.3s ease;
  border-color: 1px solid rgb(255, 255, 255);
}

.custom-item:hover {
  transform: scale(1.05);
}

.custom-item .custom-rate h5 {
  font-size: 16px;
}

.custom-item .custom-rate .custom-stars {
  font-size: 13px;
  color: #EF2B10;
  margin-left: 10px;
}

.custom-item .custom-info {
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin-bottom: 15px;
}

.custom-item .custom-img-author {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.custom-item .custom-img-author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-item .custom-info-text {
  font-size: 20px;
  padding-left: 15px;
}

.custom-item .custom-info-text span {
  font-size: 25px;
  font-weight: 700;
  display: block;
}

.custom-item .custom-info-text p {
  font-size: 15px;
  margin: 0;
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  color: #007bff;
  width: 44px;
  height: 44px;
}

.custom-swiper-pagination-bullet {
  background: #007bff;
  opacity: 0.7;
}

.custom-swiper-pagination-bullet-active {
  opacity: 1;
}

/* --------------- Awards --------------- */
.awards-sa .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.awards-sa .item-title>div {
  padding: 0;
}

.awards-sa .item-title h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .7;
}

.awards-sa .item-line {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3;
}

.awards-sa .item-line>div {
  padding: 0;
}

.awards-sa .item-line>div:last-of-type {
  text-align: right;
}

.awards-sa .item-line:hover:after {
  height: 100%;
}

.awards-sa .item-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: -1;
}

.awards-sa .item-line .honors h6 {
  font-size: 14px;
}

.awards-sa .item-line .project-date span {
  font-size: 14px;
  opacity: .7;
}

/* --------------- Blogs --------------- */
.blog-sa .item .img {
  height: 470px;
  border-radius: 15px;
}

.blog-sa .item .cont .info a {
  font-size: 14px;
}

.blog-sa .item .cont .info .date {
  opacity: .5;
  margin-left: 5px;
}

/* --------------------------Metric Section-------------------------------- */
body {
  background: #0c1232;
  font-family: 'Chakra Petch', sans-serif;
  color: #fff;
  padding: 50px;
}

.section-heading {
  text-align: center;
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 40px;
}

.metric {
  margin-bottom: 30px;
}

.label {
  padding-left: 5%;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.highlight {
  color: #00BFFF;
}

.bar-line {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bar-container {
  padding-left: 5%;
  background: #000e30;
  border-radius: 10px;
  width: 100%;
  height: 14px;
  overflow: hidden;
}

.bar {
  height: 100%;
  width: 0%;
  background: #1e90ff;
  border-radius: 10px;
  transition: width 2s ease;
}

.number {
  font-family: 'Orbitron', sans-serif;
  color: #00ffff;
  font-size: 1.5rem;
  min-width: 50px;
  text-shadow: 0 0 5px cyan;
  padding-right: 6%;
}

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 120px 60px;
  background-image: url(../images/gr-back_1.png);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden;
}

.contact-sa .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.contact-sa .contact-form label {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-sa .contact-form label .star {
  color: red;
  padding-left: 5px;
}

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
}

.contact-sa .contact-form button {
  background: transparent;
  color: #fff;
}

/* --------------- footer --------------- */
.footer-sa {
  background: var(--bg-color);
  border-radius: 30px 30px 0 0;
}

.footer-sa .logo {
  width: 160px;
}

.footer-sa .contact-info .item {
  margin-bottom: 50px;
}

.footer-sa .contact-info .item span {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.footer-sa .contact-info .social-icon a:hover {
  border-color: #fff;
}

.footer-sa .sub-footer .copy p {
  font-size: 14px;
}

.footer-sa .sub-footer .copy p a {
  color: #fff;
}

.footer-sa .sub-footer .links {
  width: 100%;
}

.footer-sa .sub-footer .links a {
  font-size: 14px;
}

.footer-sa .sub-footer .links .active {
  color: #fff;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  background-color: var(--theme-color);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: -3px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -3px;
}

h3 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  letter-spacing: -2px;
}

h4 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  letter-spacing: -2px;
}

h5 {
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  letter-spacing: -1px;
}

h6 {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.sub-bg {
  background: var(--bg-color);
}

.sub-color {
  color: #a4a4a4;
}

.sub-head {
  font-size: clamp(1rem, 2vw, 1.25rem);
}

p {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 400;
  color: #a4a4a4;
  margin: 0;
}

.sec-head .sub-head {
  position: relative;
  padding-left: 25px;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 300;
}

.sec-head .sub-head:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.text-indent {
  text-indent: 20%;
}

.loader-wrap svg {
  fill: #000e30;
}

.crv-butn span {
  background: var(--main-color);
  color: #000e30;
  background-color: white;
}

.crv-butn .text {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 30px;
  position: relative;
  background-color: white;
}

.crv-butn .text:after {
  content: '';
  width: 30px;
  height: 30px;
  background: var(--main-color);
  position: absolute;
  top: 5px;
  right: -15px;
  z-index: -1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.crv-butn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: -10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.crv-butn .icon img {
  width: 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px;
}

.crv-butn:hover .icon {
  margin-left: 5px;
}

.crv-butn:hover .icon img {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.butn.butn-bord:hover {
  background: #fff;
  color: #212121;
}

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.butn .icon {
  width: 18px;
}

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.left-icon {
  color: black !important;
}

/* ====================== [ Start Responsive ] ====================== */

/* Large Desktop */
@media screen and (max-width: 1400px) {
  .services-dm .item .title h2 {
    font-size: clamp(4rem, 8vw, 6.25rem);
  }
  
  .numbers-dm .item h2 {
    font-size: clamp(4rem, 8vw, 7.5rem);
  }
  
  .client-h .client-h1 {
    font-size: clamp(2.5rem, 5vw, 3.4375rem);
  }
}

/* Desktop */
@media screen and (max-width: 1200px) {
  
  
  .services-dm .item .icon {
    margin-left: clamp(50px, 10vw, 150px);
  }
  
  .slider-track .item {
    width: clamp(180px, 20vw, 220px);
    margin: 0 clamp(30px, 5vw, 60px);
  }
  
  .contact-sa .box {
    padding: clamp(60px, 8vw, 120px) clamp(30px, 5vw, 60px);
  }
}

/* Tablet */
@media screen and (max-width: 992px) {
  .header-dm .caption {
    height: 700px;
  }

  .header-dm .mimg {
    width: 98%;
    top: -15px;
    right: 1%;
  }

  .header-dm .mimg .shaps.top {
    width: 95%;
    height: 220px;
  }

  .sec-head .sub-head {
    margin-bottom: 30px;
  }

  .text-indent {
    text-indent: inherit;
  }

  .intro-vid {
    margin-top: 120px;
  }
  
  .intro-vid .bg-img {
    height: clamp(400px, 50vw, 580px);
    margin-top: clamp(-80px, -10vw, -140px);
  }
  
  .intro-vid .bg-img .states {
    top: clamp(-80px, -10vw, -120px);
    left: clamp(15px, 3vw, 30px);
    padding: clamp(30px, 5vw, 60px) clamp(20px, 4vw, 40px);
    max-width: clamp(200px, 30vw, 300px);
  }

  .services-dm .item .title h2 {
    font-size: clamp(3rem, 6vw, 5rem);
  }
  
  .services-dm .item .icon {
    margin-left: clamp(20px, 5vw, 80px);
  }

  .works-dm .sec-head {
    padding-left: 0;
  }

  .works-dm .gallery,
  .works-dm .items {
    position: static !important;
    height: auto !important;
  }
  
  .custom-item {
    padding: clamp(30px, 5vw, 50px);
  }
  
  .custom-item .custom-img-author {
    width: clamp(80px, 12vw, 120px);
    height: clamp(80px, 12vw, 120px);
  }
  
  .blog-sa .item .img {
    height: clamp(300px, 40vw, 470px);
  }
  
  .clients-dm .item {
    margin: 0 clamp(20px, 4vw, 50px);
  }
  
  .clients-dm .item img {
    width: clamp(100px, 15vw, 140px);
  }
  
  .client-h {
    padding: clamp(30px, 5vw, 60px);
  }
}

/* Mobile Large */
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(16px, 2.5vw, 18px);
    padding: clamp(20px, 4vw, 50px);
  }
  
  

  .services-dm .item {
    display: block !important;
    text-align: center;
  }

  .services-dm .item .title h2 {
    font-size: clamp(2.5rem, 8vw, 3.75rem);
    margin-bottom: 10px;
  }
  
  .services-dm .item .icon {
    margin: 1rem auto;
  }

  .intro-vid {
    margin-top: 0;
  }

  .intro-vid .bg-img .states {
    display: none;
  }
  
  .intro-vid .bg-img .play-button a {
    width: clamp(80px, 15vw, 120px);
    height: clamp(80px, 15vw, 120px);
    line-height: clamp(80px, 15vw, 120px);
    font-size: clamp(24px, 5vw, 40px);
  }

  .testimonials-dm .sec-head .states .ml-80 {
    margin-left: 15px !important;
  }
  
  .custom-item {
    padding: clamp(20px, 4vw, 30px);
  }
  
  .custom-item .custom-info {
    flex-direction: column;
    text-align: center;
  }
  
  .custom-item .custom-info-text {
    padding-left: 0;
    padding-top: 15px;
  }
  
  .slider-track .item {
    width: clamp(150px, 25vw, 180px);
    height: clamp(120px, 20vw, 160px);
    /* margin: 0 clamp(15px, 3vw, 30px); */
  }
  
  .slider-track .img {
    height: clamp(80px, 15vw, 120px);
  }
  
  .numbers-dm .item h2 {
    font-size: clamp(3rem, 10vw, 5rem);
  }
  
  .numbers-dm .item h2 span {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
  }
  
  .section-heading {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
  }
  
  .bar-line {
    flex-direction: column;
    gap: 10px;
  }
  
  .label, .bar-container {
    padding-left: 0;
  }
  
  .number {
    padding-right: 0;
    text-align: center;
  }
}

/* Mobile Small */
@media screen and (max-width: 480px) {
  
  
  .custom-section-padding {
    padding: clamp(30px, 6vw, 60px) clamp(10px, 3vw, 15px);
  }
  
  .custom-container {
    max-width: 100%;
    padding: 0 15px;
  }
  
  .contact-sa .box {
    padding: clamp(30px, 6vw, 60px) clamp(15px, 4vw, 30px);
  }
  
  .footer-sa .contact-info .item {
    margin-bottom: clamp(25px, 5vw, 50px);
  }
  
  .footer-sa .logo {
    width: clamp(120px, 20vw, 160px);
  }
  
  .awards-sa .item-line {
    padding: clamp(15px, 3vw, 25px) clamp(10px, 2vw, 15px);
  }
  
  .client-h {
    padding: clamp(15px, 4vw, 30px);
  }
}

/* Extra Small Mobile */
@media screen and (max-width: 360px) {
  .slider-track .item {
    width: clamp(120px, 30vw, 150px);
    margin: 0 clamp(10px, 2vw, 15px);
  }
  
  .services-dm .item .title h2 {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
  
  .custom-item .custom-img-author {
    width: clamp(60px, 15vw, 80px);
    height: clamp(60px, 15vw, 80px);
  }
  
  .custom-item .custom-info-text {
    font-size: clamp(16px, 4vw, 20px);
  }
  
  .custom-item .custom-info-text span {
    font-size: clamp(18px, 5vw, 25px);
  }
}