* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

body {
  overflow-x: hidden;
}

/* Mobile Menu Icon */
.icon-res {
  display: none;
  cursor: pointer;
  font-size: 1.5rem;
}

.slider-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slide {
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.text {
  margin-top: 35px;
}

.slide img {
  width: 100%;
  height: 600px;
  /* object-fit: cover; */
  margin-top: 30px;
  position: relative;
  top: 30px;
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
  width: 50%;
  z-index: 2;
}

.slide-content h2 {
  font-size: 5vw;
  /* Reduced font size */
}

.btn1 {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  /* Adjusted font size */
  position: relative;

  padding: 20px 30px;
  /* Adjusted padding */
  border: 2px solid #6855F5;
  border-radius: 55px;
  transition: 0.3s;
  display: inline-block;
  margin-top: 50px;
  z-index: 10000;
  /* Ensure button is inline */
}

.btn1:hover {
  background: linear-gradient(to right, #6855F5, #4bd9c5);
}

.slide-content p {
  font-size: 1.8vw;
  /* Adjusted font size */
  color: #ffffff;
  line-height: 23px;
  margin-top: 30px;
  font-weight: lighter;
}

.dots {
  text-align: center;
  margin-top: 10px;
}

.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #bbb;
  /* Inactive color */
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #717171;
  /* Active color */
}

/* Responsive styles */
@media (max-width: 768px) {
  .slide-content {
    width: 80%;
    left: 10%;
    text-align: center;
    top: 63%;
  }

  .slide img {
    height: 300px;
  }

  .slide-content h2 {
    font-size: 2.5rem;
    /* position: relative;
        left: 0; */
    margin-left: -25px;
    width: 300px;

    text-align: left;
  }

  .btn1 {
    font-size: 1.2rem;
    padding: 10px 15px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .btn1:hover a.btn1 {
    color: #fff;
  }

  a.btn1 {
    color: #000;
  }

  .slide-content p {
    font-size: 0.9rem;
    text-align: left;
    line-height: 13px;
    /* Decrease paragraph font size */
  }
}

@media (max-width: 480px) {
  .slide-content h2 {
    font-size: 2rem;
    text-align: left;
    /* Further decrease font size */
  }

  .btn1 {
    font-size: 1rem;
    /* Responsive button size */
    padding: 8px 10px;
    /* Adjust padding */
  }

  .slide-content p {
    font-size: 0.8rem;
    text-align: left;
    /* Further decrease paragraph font size */
  }
}

.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.hero-text {
  flex: 1;
  max-width: 600px;
}

.hero-text h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #6855F5;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-text span {
  color: #333;
}

.hero-text p {
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.6;
  color: #0000007e;
  margin-bottom: 2rem;
  max-width: 540px;
}

.hero-img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-img img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
}

/* Hero Text */

.content {
  position: absolute;
  bottom: 50px;
  left: 20px;
  color: white;
}

.caption {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 5px;
}

.description {
  margin-top: 10px;
  font-size: 1.2em;
}

.heading {
  font-size: 2.5em;
  font-weight: bold;
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  /* background: linear-gradient(to right, #6855F5, #4bd9c5);
  color: white; */
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: #000;
  color: #5a49f8;;
}

/* Responsive Design */
@media (min-width: 1440px) {
  .menu,
  .hero {
    padding-left: 60px;
    padding-right: 60px;
  }

  header ul {
    gap: 3rem;
  }
}

@media (max-width: 1200px) {
  .hero {
    padding: 40px 20px;
  }

  .hero-img img {
    max-width: 500px;
  }
}

@media (max-width: 1024px) {
  .thirs-pRT .phone {
    display: none;
  }

  header ul {
    gap: 1.5rem;
  }
}

.hero .hero-text p {
  margin-top: 5px;
  color: #0000007e;
  font-size: 13px;
  line-height: 17px;
}

button1 {
  display: inline-block;
  padding: 15px 23px;
  border-radius: 10px;
  /* background: linear-gradient(to right, #6855F5, #4bd9c5);
  color: white; */
  font-size: 16px;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

z


.services-banner {
  width: 100%;
  background: linear-gradient(to right, #6855F5, #4bd9c5);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0.5vw;
  margin-top: 20px;
}

.scrolling-text {
  display: flex;
  white-space: nowrap;
}

.scrolling-text span {
  color: #fff;
  font-size: 4vw;
  flex-shrink: 0;
  text-transform: capitalize;
}

.about-company {
  width: 100%;
  min-height: 75vh;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  max-width: 1440px;
  margin: 0px auto 0;
  gap: 40px;
}

.about-company .about-text {
  width: 100%;
  max-width: 500px;
  /* margin: 0; */
}

.about-company .about-text h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-family: "Sofia-Pro-Bold";
  color: #000;
  margin-bottom: 1rem;
}

.about-company .about-text .primry {
  color: #6855F5;  margin-bottom: 1.5rem;
}

.about-company .about-text .secondary {
  width: 100%;
  max-width: 600px;
  line-height: 1.6;
  color: #0a0a0a;
}

/* Image styles */
.about-company .about-image {
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
}

.about-company .about-image img {
  height: 400px;

  object-fit: contain;
}

@media (min-width: 1024px) {
  .about-company {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    padding: 20px 60px;
  }

  .about-company .about-text {
    flex: 1;
    max-width: 50%;
  }

  .about-company .about-image {
    flex: 1;
    max-width: 45%;
  }

  .about-company .about-text .secondary {
    max-width: 500px;
  }
}

/* Extra large screens */
@media (min-width: 1440px) {
  .about-company {
    padding: 120px 80px;
    gap: 80px;
  }

  .about-company .about-text {
    max-width: 55%;
  }

  .about-company .about-image {
    max-width: 40%;
  }

  .about-company .about-text .secondary {
    max-width: 600px;
  }
}

.services {
  width: 100%;
  height: auto;
  background-color: #F9F9F9;
  padding: 20px 5% 10px;
}

.sevises-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  width: 100%;
  margin: 50px auto;
  max-width: 1440px;
}

.services .services-text h1 {
  text-align: center;
  font-size: 4.5vw;
}

.services .sevises-row .services-box .s-heading h1 {
  font-size: 22px;
  color: #333;
  margin: 15px 15px;
  text-transform: uppercase;
  display: flex;
}

.services .sevises-row .services-box a {
  color: #6855F5;
  margin-top: 20px;
  position: relative;
  text-decoration: none;
  padding: 10px 10px;
  transition: color 0.3s ease-in-out;
  border: 2px solid #6855F5;
  border-radius: 25px;
  overflow: hidden;
  font-size: 15px;
}

.services .sevises-row .services-box a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  background-color: #6855F5;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
  padding: 12px 20px;
}

.services .sevises-row .services-box a:hover {
  color: #000;
}

/* .services .sevises-row .services-box a:hover::before {
  transform: scaleX(1);
} */

.services .sevises-row .services-box a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -5px;
  left: 0;
  background: rgba(33, 150, 243, 0.1);
  opacity: 0;
  filter: blur(5px);
  transition: opacity 0.3s ease-in-out;
  z-index: -1;

  padding: 12px 20px;
}

.services .sevises-row .services-box a:hover::after {
  opacity: 1;
}

.serv-icon {
  font-size: 50px;
  color: #6855F5;
  position: absolute;
  top: -30px;
  left: 50%;
  /* Center the icon */
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

/* Updated animation for better positioning */
@keyframes moveIcon {
  0% {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }

  50% {
    top: 90%;
    left: 90%;
    transform: translateX(0);
    opacity: 0;
  }

  100% {
    top: 10px;
    left: 10px;
    transform: translateX(0);
    opacity: 1;
  }
}

.services .sevises-row .services-box .s-text {
  text-align: center;
  margin-top: 0px;
}

.list {
  display: flex;
  flex-direction: column;
  /* Align items in a single column */
  gap: 8px;
  /* Adds spacing between each item */
}

.group {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.group i {
  height: 18px;
  /* Adjust icon size */
  width: auto;
  object-fit: cover;
  color: #5a49f8;
}

.group li {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  list-style: none;
  /* Removes default bullet points */
  margin: 0;
  padding: 0;
  text-align: left;
  /* Ensures text aligns properly */
}

.serv-icon {
  font-size: 50px;
  /* Adjust icon size */
  color: #6855F5;
  position: absolute;
  top: -30px;
  left: 120px;
  transition: all 0.3s ease;
}

/* .services-box:hover .serv-icon {
  animation: moveIcon 2s ease-in-out;
} */

/* @keyframes moveIcon {
  0% {
    top: -30px;
    left: 120px;
    opacity: 1;
  }

  50% {
    top: 90%;
    left: 90%;
    opacity: 0;
  }

  100% {
    top: 10px;
    left: 10px;
    opacity: 1;
  }
} */

.partener {
  width: 100%;
  max-width: 1440px;
  margin: auto 0;
}

.part-text h1 {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-top: 20px;
}

.psrtenr-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 20px 0; */
}

.partener img {
  width: 200px;
  max-width: 250px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.part-box:hover img {
  transform: scale(1.05);
}

/* Information Section */
.information {
  width: 100%;
  background-color: #F9F9F9;
  /* margin-top: 60px; */
  padding: 20px 10px 0 20px;
}

.info-text {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .info-text {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.heading-info {
  flex: 1;
  max-width: 600px;
}

.heading-info span {
  letter-spacing: 3px;
  font-size: 1.0625rem;

  display: block;
  margin-bottom: 1rem;
}

.heading-info h1 {
  font-size: clamp(1.75rem, 3vw, 2.1875rem);
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.3;
  margin: 0;
}

.info-para {
  flex: 1;
  max-width: 500px;
  color: rgba(0, 0, 0, 0.67);
  line-height: 1.6;
}

/* Company Info Grid */
.comp-info {
  background-color: #F9F9F9;
  /* padding: 20px; */
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

.counter {
  text-align: center;
  /* Center content */
}

.count {
  font-size: 32px;
  /* Counter size */
  display: block;
  /* Counter ko block banayein */
}

.heading {
  font-size: 18px;
  /* Heading size */
  margin-top: 10px;
  /* Space between counter and heading */
}

.cmp-box {
  background-color: #F9F9F9;
  border-radius: 12px;

  padding: 30px;
  margin: 10px;
  flex: 1 1 220px;
  text-align: center;
  transition: transform 0.3s;
}

.cmp-box:hover {
  transform: scale(1.05);
}

.comp-icon {
  font-size: 3em;
  color: #6855F5;
  margin-bottom: 10px;
}

.com-head h2 {
  margin: 10px 0;
  color: #333;
}

.com-head p {
  color: #555;
}

.processs .process-headng h1 {
  text-align: center;
  font-size: 4.5vw;
}

.processs .process-headng h2 {
  text-align: center;
  font-size: 4vw;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: capitalize;
}

.processs .proc-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.processs .proc-box img {
  width: 100%;
  height: 500px;
  /* object-fit: cover; */
  background-position: center;
}

.processs {
  width: 100%;
  height: auto;
  margin-top: 1%;
  position: relative;
  z-index: 2;
  background-color: #F9F9F9;
}

.information {
  position: relative;
  z-index: 1;
}

.baaner {
  width: 100%;
  height: 70vh;
  background-color: #6855F5;
  margin-top: 1%;
  background-image: url(photo/Capture.PNG);
  background-size: cover;
  background-position: center;
}

.baaner .baqnne3r-box .banner-text {
  color: #ffff;
  text-align: center;
  padding-top: 15%;
}

.baaner .baqnne3r-box .banner-text h2 {
  text-align: center;
  color: #fff;
}

.baaner .baqnne3r-box .banner-text h1 {
  font-size: 4vw;
}

.wrapper {
  display: flex;
  text-align: center;
  position: relative;
}

.dynamic-text li {
  color: #fff;
  font-size: 5.5vw;
  font-weight: 1000;
  position: relative;
  top: 0;
  animation: sliide 12s steps(4) infinite;
  text-transform: capitalize;
}

.dynamic-text {
  margin-left: 340px;
}

.wrapper .dynamic-text {
  line-height: 90px;
  height: 90px;
  overflow: hidden;
  text-align: center;
}

.dynamic-text li::after {
  content: "";
  position: absolute;
  left: 0;
  border-left: 3px solid #fff;
  height: 70%;
  width: 100%;
  top: 1rem;
  animation: typing 3s steps(10) infinite;
  background-color: #092f54;
  transition: 0.3s;
}

.dynamic-text li {
  position: relative;
}

@keyframes sliide {
  100% {
    top: -360px;
  }
}

@keyframes typing {
  40%,
  60% {
    left: calc(100% + 30px);
  }
}

.logos-heading h1 {
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 5s slide infinite linear;
}

.logos-slide img {
  height: 70px;
  margin: 0 20px;
}

@keyframes slide-reverse {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.review-section {
  max-width: 1200px;
  margin: auto;
  background-color: #F9F9F9;
  padding: 40px;
  position: relative;
}

.review-container {
  overflow: hidden;
  margin-top: 20px;
}

.review-row {
  display: flex;
  transition: transform 0.3s ease;
  position: relative;
  gap: 30px;
}

.review-box {
  background-color: #ffff;
  color: white;
  border-radius: 15px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}

.review-heading {
  text-align: center;
}

.review-text {
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
}

.review-text p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.reviewer {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.reviewer img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.reviewer-info {
  font-size: 14px;
}

.star-rating {
  display: flex;
}

.star-rating i {
  color: #6855F5;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .review-container {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .review-row {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
  }

  .review-box {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 15px;
  }

  .navigation {
    display: flex;
    /* Show navigation on small screens */
  }
}

.extra-infoe {
  width: 100%;
  height: auto;
  text-align: center;
  /* margin-top: 50px; */
  background-color: #F9F9F9;
  padding: 70px;
}

.extra-infoe .ex-etxt .ex-head h1 {
  font-size: 3vw;
  letter-spacing: 2px;
  line-height: 45px;
}

.ex-butto {
  margin-top: 40px;
}

.ex-butto a {
  color: #6855F5;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #6855F5;
  margin-top: 20px;
  text-decoration: none;
  transition: all 0.2s;
}

.ex-butto a:hover {
  background-color: #6855F5;
  color: #000;
}

.services .services-text h1 {
  text-align: center;
}

.services .sevises-row .services-box {
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 35vh;
}

.services .sevises-row .services-box:hover {
  color: #F9F9F9;

  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.serv-icon {
  font-size: 50px;
  color: #6855F5;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

@media screen and (max-width: 760x) {
  .serv-icon {
    left: 60%;
  }
}

.s-text p {
  color: #666;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  font-weight: 200;
  font-family: Arial, Helvetica, sans-serif;
}

@keyframes moveIcon {
  0% {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }

  50% {
    top: 90%;
    left: 90%;
    transform: translateX(0);
    opacity: 0;
  }

  100% {
    top: 10px;
    left: 10px;
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .footer-container {
    gap: 20px;
  }

  .footer-column {
    flex: 0 0 calc(50% - 20px);
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 15px;
  }

  .footer-column {
    flex: 0 0 70%;
    /* Adjust to take half width for two columns */
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto 15px;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 20px 10px;
  }

  .footer-column h4 {
    font-size: 16px;
  }

  .footer-column ul li,
  .footer-column p {
    font-size: 14px;
  }

  .footer-column {
    flex: 0 0 50%;
    /* Stack columns on very small screens */
  }

  .footer-container {
    gap: 25px;
  }
}

@media screen and (max-width: 768px) {

    .about-company {
        display: block;

    }
  .footer-column h4::after {
    display: none;
  }

  .menu {
    justify-content: space-between;
  }

  .about-company{
    flex-direction: column-reverse;
    height: auto;
    display: block;
    padding: 15px;
    text-align: center;
  }

  .about-company .about-text h1 {
    font-size: 6vw;
    font-weight: 600;
    line-height: 18px;
  }

  .about-company .about-text .secondary {
    width: 100%;
    line-height: 1.6;
  }

  .about-company .about-text .primry {
    font-size: 20px;
  }

  .about-company .about-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .about-company .about-text .secondary {
    font-size: 14px;
  }

  .services {
    height: auto;
    margin-top: 50px;
    padding-bottom: 30px;
  }

  .sevises-row {
    grid-template-columns: 1fr;
    /* Stack boxes vertically */
    gap: 2rem;
    padding: 10px;
  }

  .services .services-text h1 {
    font-size: 8vw;
  }

  .services .sevises-row .services-box {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
  }

  .serv-icon {
    position: relative;
    margin-bottom: 15px;
    top: 0;
    left: 5%;
  }

  .services-box:hover .serv-icon {
    animation: none;
  }

  .services .sevises-row .services-box:hover {
    transform: none;
  }

  .hero {
    flex-direction: column-reverse;
    height: auto;
    text-align: center;
    padding: 20px 15px;
  }

  .hero .hero-text {
    margin-top: 30px;
    width: 100%;
  }

  .hero .hero-text h1 {
    font-size: 8vw;
  }

  .hero .hero-text p {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero .hero-img img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .hero .hero-img img:hover {
    transform: none;
  }

  .menu {
    justify-content: space-between;
    height: 10vh;
    z-index: 8;
  }

  /* Hide all menu items */
  .menu .thirs-pRT {
    display: none;
  }

  .menu .icon-res {
    display: block;
  }

  .menu header ul {
    display: block;
    height: auto;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    width: 100%;
    left: -1000%;
    top: 100%;
    text-align: center;
    transition: all 1s;
  }

  .menu header ul li {
    padding: 1vw;
  }

  .menu .icon-res i {
    font-size: 20px;
    cursor: pointer;
  }

  .menu .logo img {
    width: 120px;
  }

  .part-text h1 {
    font-size: 8vw;
  }

  .partener .psrtenr-row {
    grid-template-columns: 1fr 1fr;
    /* 2 columns on small screens */
    gap: 1.5rem;
    padding: 0px 15px;
  }

  .partener .psrtenr-row .part-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .partener .psrtenr-row .part-box img {
    width: 150px;
    object-fit: contain;
  }

  .information .info-text {
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
  }

  .information .info-text .heading-info span {
    font-size: 14px;
  }

  .information .info-text .heading-info h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .information .info-text .info-para {
    width: 100%;
    margin-top: 20px;
  }

  .comp-info .c-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 10px;
  }

  .comp-info .c-row .cmp-box .comp-icon {
    margin-bottom: 15px;
  }

  .comp-info .c-row .cmp-box:hover {
    transform: none;
  }

  .processs {
    /* margin-top: 5%; */
    padding: 0 15px;
  }

  .processs .process-headng h1 {
    font-size: 8vw;
  }

  .processs .process-headng h2 {
    font-size: 6vw;
  }

  .processs .proc-box {
    margin-top: 20px;
  }

  .processs {
    /* margin-top: 145%; */
    padding: 0 15px;
    overflow: hidden;
    /* Prevent any potential overflow */
  }

  .baaner {
    height: 50vh;
    margin-top: 45%;
    background-size: cover;
    background-position: center;
  }

  .baaner .baqnne3r-box .banner-text {
    padding-top: 25%;
  }

  .baaner .baqnne3r-box .banner-text h2 {
    font-size: 18px;
  }

  .baaner .baqnne3r-box .banner-text h1 {
    font-size: 8vw;
  }

  .baaner .baqnne3r-box .banner-text p {
    font-size: 14px;
  }

  .review-row {
    display: block;
    gap: 30px;
  }
}

@media screen and (max-width: 480px) {
  .services .services-text h1 {
    font-size: 10vw;
  }

  .services .sevises-row .services-box .s-heading h1 {
    font-size: 20px;
  }

  .services .sevises-row .services-box .s-text p {
    font-size: 14px;
  }

  .hero .hero-text h1 {
    font-size: 10vw;
  }

  .hero .hero-text p {
    font-size: 14px;
  }

  .part-text h1 {
    font-size: 10vw;
  }

  .partener .psrtenr-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .partener .psrtenr-row .part-box img {
    width: 120px;
  }

  .information .info-text .heading-info h1 {
    font-size: 20px;
  }

  .information .info-text .info-para p {
    font-size: 14px;
  }

  .processs {
    margin-top: 3%;
  }

  .processs .process-headng h1 {
    font-size: 10vw;
  }

  .processs .process-headng h2 {
    font-size: 7vw;
  }

  .baaner {
    height: 40vh;
  }

  .baaner .baqnne3r-box .banner-text {
    padding-top: 30%;
  }

  .baaner .baqnne3r-box .banner-text h1 {
    font-size: 10vw;
  }

  .customers .cust-heading h1 {
    font-size: 10vw;
  }

  .customers .customer-row .ciustomer-box .customer-name p {
    font-size: 1rem;
  }

  .customers .customer-row .ciustomer-box .customer-des p {
    font-size: 0.8rem;
  }

  .dynamic-text {
    margin-left: 130px;
  }
}

@media screen and (max-width: 1024px) {
  .extra-infoe {
    padding-top: 50px;
  }

  .extra-infoe .ex-etxt .ex-head h1 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .ex-butto button {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  .extra-infoe {
    padding-top: 30px;
  }

  .extra-infoe .ex-etxt .ex-head h1 {
    font-size: 6vw;
  }

  .ex-butto button {
    font-size: 12px;
    padding: 8px 15px;
  }
}

@media screen and (min-width: 1024px) {
  .sevises-row {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 50px;
    padding-right: 50px;
    gap: 2rem;
  }
}

/* Additional spacing for xl screens */
@media screen and (min-width: 1440px) {
  .sevises-row {
    padding-left: 100px;
    padding-right: 100px;
    gap: 2rem;
  }
}


.service-item .service-icon img {
  width: 80px;
}

.plus-symbol {
  font-size: 1.5rem;
  margin-left: 2px;
}

.counter-item .counter-content .rating img {
  width: 40px;
}