* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #1f5bd7;
  --secondary-color: #0d3b94;
  --text-dark: #1a202c;
  --text-gray: #4a5568;
}

body {
  font-family: "Inter", sans-serif;
}

.topbar {
  background: var(--primary-color);
  padding: 8px 0;
  font-size: 0.85rem;
  font-weight: 500;
}

.topbar a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s;
}

.topbar a:hover {
  color: #fff;
}

.navbar {
  padding: 15px 0;
  transition: all 0.3s ease;
  background: #fff !important;
}

.navbar-brand img {
  height: 50px;
  width: auto;
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-dark) !important;
  padding: 10px 15px !important;
  transition: all 0.3s;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-color) !important;
}

/* Dropdown Hover for Desktop */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border: none;
    border-radius: 12px;
    padding: 15px;
    min-width: 220px;
  }
}

.dropdown-item {
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 8px;
  color: var(--text-gray);
  transition: all 0.2s;
}

.dropdown-item:hover {
  background-color: rgba(31, 91, 215, 0.05);
  color: var(--primary-color);
  transform: translateX(5px);
}

.navbar-toggler {
  border: none;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Mobile Menu Polish */
.offcanvas {
  border-radius: 0 20px 20px 0;
}

.offcanvas-body .nav-link {
  font-size: 1.1rem;
  padding: 15px 0 !important;
  border-bottom: 1px solid #f1f1f1;
}

.offcanvas-body .dropdown-menu {
  border: none;
  box-shadow: none;
  background: #f8f9fa;
  border-radius: 10px;
  margin-top: 10px;
}

.social-circle {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.social-circle:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  width: 100%;
  height: 100vh;
  font-family: "Inter", sans-serif;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}
@media (min-width: 1400px) {
  .topbar .container,
  .navbar .container {
    max-width: 1320px !important;
  }
}
@media (min-width: 992px) {
  .desktop-sticky {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}
.desktop-sticky {
  transition: box-shadow 0.3s ease;
}

.desktop-sticky.stuck {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
  width: 120px;
  object-fit: cover;
  height: 70px;
}

.topbar {
  background: #1f5bd7;
  color: #fff;
  font-size: 13px;
  padding: 6px 0;
}

.topbar a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.topbar-left span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.topbar-social a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar-social i {
  font-size: 13px;
  color: #fff;
}

/* Mobile fine tuning */
@media (max-width: 575px) {
  .topbar {
    font-size: 12px;
  }
}
.nav-link {
  color: #000;
}
.nav-link:hover,
.nav-link.active,
.nav-link:active {
  color: #1f5bd7 !important;
}

/* slider coding */

.slider {
  height: 80vh;
  position: relative;
}

.slider .list .item {
  position: absolute;
  inset: 0 0 0 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

.slider .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider .list .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(36, 50, 63, 0.5);
}

.slider .list .item .content {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 500px;
  max-width: 80%;
  z-index: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.slider .list .item .content img {
  object-fit: cover;
  margin-bottom: 20px;
  /* filter: drop-shadow(2px 2px 5px white); */
  width: 40%;
  height: 50%;
  border-radius: 8px;
}

.slider .list .item .content #design {
  font-size: 34px;
}

.slider .list .item .content h2 {
  font-size: 100px;
  margin: 0;
  font-weight: 600;
  color: var(--rear-bg-color);
  padding-right: 100px;
}

.slider .list .item .content h1 {
  font-size: 2rem;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  margin-top: 12px;
}

.slider .list .item .content button {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  position: absolute;
  margin-bottom: 20px;
  background-color: #bcd7fa;
  right: 35%;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}

.slider .list .item .content button:hover {
  background-color: #60a5fa;
}

.slider .list .item .content button a {
  text-decoration: none;
  color: #2148a2;
  font-size: 1rem;
  font-weight: 600;
}

.slider .list .item.active {
  opacity: 1;
}

.arrows {
  position: absolute;
  top: 30%;
  right: 50px;
  z-index: 100;
}

.arrows button {
  background-color: #eee5;
  border: none;
  font-family: monospace;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: x-large;
  color: #eee;
  display: none;
  transition: 0.5s;
}

.arrows button:hover {
  background-color: #eee;
  color: #010101;
}

.thumbnail {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  display: flex;
  gap: 10px;
  width: 100%;
  height: 250px;
  padding: 0 50px;
  box-sizing: border-box;
  overflow: auto;
  justify-content: center;
}

.thumbnail::-webkit-scrollbar {
  width: 0;
}

.thumbnail .item {
  width: 150px;
  height: 220px;
  filter: brightness(0.5);
  transition: 0.5s;
  flex-shrink: 0;
  display: none;
}

.thumbnail .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.thumbnail .item.active {
  filter: brightness(1.5);
}

.thumbnail .item .content {
  position: absolute;
  inset: 10px auto 10px;
  padding: 10px;
}

/* about us coding */

#about {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

#about .container {
  padding: 20px;
}

#about .container h2 {
  font-size: 1.9rem;
  font-weight: 600;
  text-align: left;
  color: #1f2937;
}

#about .container .info p {
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

#about .container .content {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 20px 40px;
  margin-top: 20px;
  align-items: center;
}

#about .container .content .left {
  width: 50%;
  height: 100%;
}

#about .container .content .left img {
  width: 100%;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  border-radius: 16px;
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#about .container .content .left img:hover {
  scale: 1.02;
}

#about .container .content .right {
  width: 50%;
  height: 100%;
  padding: 20px;
  margin-left: 20px;
}

#about .container .content .right h3 {
  font-size: 1.3rem;
  font-weight: 500;
}

#about .container .content .right p {
  font-size: 1rem;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.4;
}

#about .container .content .right p span img {
  /* font-weight: 600;
    color: #0056B3;
    font-size: 2rem;
    filter: drop-shadow(1px 1px 2px #fff);  */
  width: 30%;
  height: 30%;
  object-fit: cover;
  margin-right: 20px;
}

#about .container .content .right .box {
  width: 100%;
  height: 300px;
}

#about .container .content .right .box .points {
  width: 100%;
  height: auto;
  display: flex;
  gap: 10px;
  margin-top: 30px;
  transition: all 0.5s;
}

#about .container .content .right .box .points:hover {
  scale: 1.02;
}

#about .container .content .right .box .points .left-1 i {
  padding: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #0056b3;
  background-color: #dbeafe;
}

#about .container .content .right .box .points .right-1 h4 {
  font-size: 1.2rem;
  font-weight: 400;
}

#about .container .content .right .box .points .right-1 p {
  font-size: 1rem;
  font-weight: 400;
}

#about .container .content .right button {
  width: 14vw;
  height: 7vh;
  padding: 10px;
  margin-top: 25px;
  background-color: #2563eb;
  border: none;
  border-radius: 8px;
  transition: all 0.5s;
}

#about .container .content .right button:hover {
  background-color: #2148a2;
}

#about .container .content .right button a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .slider .list .item .content {
    right: 10%;
  }

  #about .container .content {
    flex-direction: column;
  }
  #about .container .content .left {
    width: 100%;
  }
  #about .container .content .right {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }
  #about .container .content .right {
    padding: 0;
  }
  #about .container .content .right button {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #about .container .content {
    padding: 0;
  }
}

/* page coding */

.page {
  width: 100%;
  height: 100%;
  margin: 50px 0px;
}

.page .container {
  padding: 20px 40px;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 40px;
}

.page .container .box {
  width: 25%;
  height: 100%;
  border: 2px solid rgb(229, 231, 235);
  text-align: center;
  border-radius: 12px;
  transition: all 0.8s;
}

.page .container .box:hover {
  border-color: #bcd7fa;
  scale: 1.05;
}

.page .container .box h4 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #2563eb;
  margin-top: 10px;
}

.page .container .box p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .page .container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  }

  .page .container .box {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .page .container {
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
  }

  .page .container .box {
    width: 80%;
  }

  .page .container .box h4 {
    font-size: 1.8rem;
  }

  .page .container .box p {
    font-size: 1rem;
  }
}

/* brands coding */

#brands {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#brands .container {
  padding: 20px 20px;
  margin-bottom: 50px;
}
#brands .container .info {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
}

#brands .container .info h2 {
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  color: #1f2937;
  margin-top: 50px;
}

#brands .container .info p {
  font-size: 1.2rem;

  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  width: 60%;
}

#brands .container .content {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
}

#brands .container .content .box {
  width: 30%;
  height: 80vh;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.5s;
}

#brands .container .content .box:hover {
  scale: 1.02;
}

#brands .container .content .box .top {
  width: 100%;
  height: 50%;
  padding: 20px;
}

#brands .container .content .box .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 16px;
}

#brands .container .content .box .top img:hover {
  scale: 1.02;
}

#brands .container .content .box .bottom {
  width: 100%;
  height: 50%;
  padding: 20px;
}

#brands .container .content .box .bottom img {
  width: 200px;
  height: auto;
  object-fit: contain;
  text-align: center;
}

#brands .container .content .box .bottom p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
  color: #4b5563;
}

#brands .container .content .box .bottom .elem {
  display: flex;
  gap: 10px;
}

#brands .container .content .box .bottom .elem p {
  padding: 0.5em;
  border-radius: 36px;
  background-color: #dbeafe;
  color: #2563eb;
  font-size: 0.8rem;
}

#brands .container .content .box .bottom button {
  width: 10vw;
  height: 5vh;
  margin-top: 20px;
  background-color: #2563eb;
  border: none;
  border-radius: 8px;
  transition: all 0.5s;
}

#brands .container .content .box .bottom button:hover {
  background-color: #2148a2;
}

#brands .container .content .box .bottom button a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 1250px) {
  #brands .container .content .box .bottom .elem {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1100px) {
  #brands .container .content .box {
    flex-direction: column;
    width: 45%;
    height: 100%;
  }
  #brands .container .content .box .bottom button {
    width: 100%;
    height: 5vh;
  }
}

@media screen and (max-width: 600px) {
  #brands .container .content .box .bottom button {
    width: 100%;
    height: 5vh;
  }
  #brands .container .content .box {
    width: 100%;
    height: 100%;
  }
}

#partnership {
  width: 100%;
  height: 100%;
  padding: 20px 20px;
}

#partnership .container {
  width: 100%;
  height: 70%;
  background-color: #ffffff;
  padding: 20px 20px;
  display: flex;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#partnership .container .left {
  width: 50%;
  height: 100%;
  padding: 10px 20px;
}

#partnership .container .left h2 {
  font-size: 1.9rem;
  font-weight: 500;
}

#partnership .container .left .box {
  width: 100%;
  height: 70%;
  padding: 10px;
}

#partnership .container .left .box .content {
  width: 100%;
  height: 20%;
  display: flex;
  margin-bottom: 10px;
}

#partnership .container .left .box .content .left-1 {
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#partnership .container .left .box .content .left-1 i {
  border: 2px solid white;
  padding: 10px;
  font-size: 1.5rem;
  color: #4378ee;
}

#partnership .container .left button {
  width: 15em;
  height: 40px;
  background-color: #2563eb;
  border: none;
  border-radius: 8px;
  transition: all 0.5s;
  padding: 8px;
}

#partnership .container .left button a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}

#partnership .container .left button:hover {
  background-color: #2148a2;
}

#partnership .container .left .box .content .right-1 {
  width: 90%;
  height: 100%;
}

#partnership .container .left .box .content .right-1 .top-1 {
  width: 100%;
  height: 100%;
  padding: 10px;
}

#partnership .container .left .box .content .right-1 .top-1 h5 {
  font-size: 1.2rem;
  font-weight: 500;
}

#partnership .container .left .box .content .right-1 .top-1 p {
  font-size: 1rem;
  font-weight: 400;
}

#partnership .container .right {
  width: 50%;
  height: 80%;
  flex-wrap: wrap;
  display: flex;
  padding: 20px;
}

#partnership .container .right .box-1 {
  width: 45%;
  height: 40%;
  background-color: #f3f4f6;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: all 0.2s;
}

#partnership .container .right .box-1:hover {
  scale: 1.05;
}

#partnership .container .right .box-1 .boxs h4 {
  color: #2563eb;
  font-size: 3rem;
  margin-bottom: 10px;
}

#partnership .container .right .box-1 .boxs p {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (max-width: 1050px) {
  #partnership .container {
    flex-direction: column;
  }
  #partnership .container .left {
    width: 100%;
    height: 100%;
  }
  #partnership .container .right {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  #partnership .container .left .box {
    padding: 0;
    margin: 0;
  }
  #partnership .container .right {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #partnership .container .right .box-1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 550px) {
  #partnership .container .right .box-1 {
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
  }
}

/* services coding */

#services {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#services .container {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

#services .container .info {
  text-align: center;
  margin-bottom: 20px;
}

#services .container .info h2 {
  font-size: 1.9rem;
  font-weight: 500;
}

#services .container .info p {
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

#services .container .content {
  width: 100%;
  height: 100%;
  /* background-color: violet; */
  display: flex;
  padding: 10px 20px;
}

#services .container .content .left {
  width: 50%;
  height: 100%;
  /* background-color: wheat; */
}

#services .container .content .right {
  width: 50%;
  height: 100%;
  /* background-color: #b82c2c; */
  padding: 20px;
}

#services .container .content .right img {
  width: 100%;
  height: 60%;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#services .container .content .right img:hover {
  scale: 1.02;
}

#services .container .content .left h2 {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 10px;
}

#services .container .content .left p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 20px;
  color: #5b6471;
  line-height: 1.5;
  letter-spacing: 3;
}

#services .container .content .left .box {
  width: 100%;
  height: 50%;
  padding-top: 20px;
  /* background-color: teal; */
}

#services .container .content .left .box .points {
  width: 100%;
  height: 10;
  /* background-color: skyblue; */
  display: flex;
  margin-bottom: 20px;
}

#services .container .content .left .box .points .left-2 {
  width: 10%;

  /* background-color: #fff; */
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}

#services .container .content .left .box .points .left-2 i {
  padding: 10px;
  font-size: 1.5rem;
  color: #346eed;
  border-radius: 50%;
  background-color: #dbeafe;
}

#services .container .content .left .box .points .right-2 {
  width: 90%;
  height: 100%;
  /* background-color: #F2E8E8; */
}

#services .container .content .left .box .points .right-2 .top-1 {
  width: 100%;
  height: 50%;
  /* background-color: seagreen; */
}

#services .container .content .left .box .points .right-2 .top-1 h5 {
  font-size: 1.2rem;
  font-weight: 450;
}

#services .container .content .left .box .points .right-2 .top-1 p {
  font-size: 1rem;
  font-weight: 400;
  color: #5b6471;
}

#services .container .content .left .box .points .right-2 .bottom-1 {
  width: 100%;
  height: 50%;
  /* background-color: rgb(0, 255, 110); */
}

@media screen and (max-width: 1000px) {
  #services .container .content {
    flex-direction: column-reverse;
  }
  #services .container .content .left {
    width: 100%;
    height: 100%;
  }
  #services .container .content .right {
    width: 100%;
    height: 100%;
    padding: 0px;
  }
}

#services .container .content .left button {
  width: 12em;
  height: 40px;
  background-color: #2563eb;
  border: none;
  border-radius: 8px;
  transition: all 0.5s;
  /* margin:20px 0 0 20px; */
  padding: 8px;
}

#services .container .content .left button a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}

#services .container .content .left button:hover {
  background-color: #2148a2;
}

#services .description {
  width: 100%;
  min-height: 100%;
  /* background-color: yellow; */
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

#services .description .box {
  flex: 1 1 45%;
  max-width: 45%;
  height: auto;
  /* background-color: #b82c2c; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  transition: all 0.5s;
}

#services .description .box:hover {
  scale: 1.02;
}

#services .description .box .top {
  width: 100%;
  height: 400px;
  padding: 20px;
}

#services .description .box .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#services .description .box .bottom {
  width: 100%;
  padding: 20px;
}

#services .description .box .bottom h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1f2937;
}

#services .description .box .bottom p {
  font-size: 1rem;
  font-weight: 400;
  color: #4b5563;
  margin-top: 10px;
}

#services .description .box .bottom .elem {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#services .description .box .bottom .elem p {
  padding: 0.5em;
  border-radius: 36px;
  background-color: #dbeafe;
  color: #2563eb;
  font-size: 0.8rem;
}

#services .description .box .bottom button {
  width: 12em;
  height: 40px;
  background-color: #2563eb;
  border: none;
  border-radius: 8px;
  transition: all 0.5s;
  margin-top: 20px;
  padding: 8px;
}

#services .description .box .bottom button:hover {
  background-color: #2148a2;
}

#services .description .box .bottom button a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}

/* =======================
   /media QUERIES FOR RESPONSIVENESS
========================== */

@media (max-width: 1024px) {
  #services .description {
    gap: 30px;
  }

  #services .description .box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #services .description {
    padding: 20px;
  }

  #services .description .box .top {
    height: 200px;
    padding: 10px;
  }

  #services .description .box .bottom {
    padding: 10px;
  }

  #services .description .box .bottom h4 {
    font-size: 1.2rem;
  }

  #services .description .box .bottom p {
    font-size: 0.9rem;
  }

  #services .description .box .bottom button {
    width: 100%;
  }
}

/* clients container coding */

#clients .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}

#clients .container h2 {
  font-size: 1.9rem;
  font-weight: 500;
  color: #1f2937;
  text-align: center;
}

.moving-container {
  bottom: 3%;
  width: 100%;
  white-space: nowrap;
  padding: 1.2vw;
  overflow: hidden;
  position: relative;
}

.moving-container .move {
  /* display: flex;
    align-items: center;
    gap:2vw; */
  display: inline-block;
  animation: move 40s linear infinite;
  /* gap:50px; */
}

.moving-container .move .box {
  display: inline-block;
  /* border: 1px solid red; */
  gap: 10px;
  margin-right: 20px;
  padding: 10px;
  border-radius: 16px;
  width: 16vw;
  height: 6vw;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.moving-container .move img {
  /* height:10vw; */
  width: 100%;
  object-fit: contain;
  height: 100%;
  /* border: 1px solid red; */
  /* margin:0 1vw; */
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

#clients .container .moving-container .blur-left {
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to right, hsl(30, 50%, 100%), transparent);
}

#clients .container .moving-container .blur-right {
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(to right, transparent, hsl(30, 50%, 100%));
}

#clients .container button {
  width: 12em;
  height: 40px;
  background-color: #2563eb;
  border: none;
  border-radius: 8px;
  transition: all 0.5s;
  margin-top: 20px;
  padding: 8px;
  /* transition: all 0.5s; */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

#clients .container button a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-size: 1rem;
}

/* Make box sizes responsive */
@media (max-width: 1024px) {
  .moving-container .move .box {
    width: 25vw;
    height: 12vw;
  }
}

@media (max-width: 768px) {
  .moving-container .move .box {
    width: 30vw;
    height: 15vw;
  }
}

@media (max-width: 480px) {
  .moving-container .move .box {
    width: 40vw;
    height: 20vw;
    margin-right: 10px;
  }

  #clients .container h2 {
    font-size: 1.8rem;
  }

  #clients .container button {
    width: 100%;
  }
}

/* footer coding */
footer {
  background-color: #1a1a1a;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

.text-muted-custom {
  color: #a0aec0 !important;
  transition: color 0.3s ease;
}

.footer-brand p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.social-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon:hover {
  background: #2563eb;
  color: #ffffff;
  transform: translateY(-3px);
  border-color: #2563eb;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  color: #a0aec0;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
}

.footer-links li a i {
  font-size: 1.1rem;
  margin-right: 8px;
  transition: transform 0.3s ease;
}

.footer-links li a:hover {
  color: #2563eb;
  padding-left: 5px;
}

.footer-links li a:hover i {
  transform: translateX(3px);
}

.contact-item p {
  font-size: 0.95rem;
}

.custom-newsletter input {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-newsletter button {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-weight: 600;
}

.footer-bottom {
  background: #141414;
}

@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  .footer-socials,
  .contact-item {
    justify-content: center;
  }
  .footer-links li a:hover {
    padding-left: 0;
  }
}

/* any update coding */

#update {
  width: 100%;
  height: 40vh;
  /* background-color: violet; */
  padding: 40px 80px;
}

#update h2 {
  font-size: 1.9rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}

#update p {
  font-size: 1rem;
  font-weight: 350;
  color: #000;
  text-align: center;
  margin-top: 10px;
}

#update .container {
  width: 100%;
  height: 100%;
  /* background-color: yellowgreen; */
  padding: 20px 40px;
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#update .box {
  width: 100%;
  height: 80%;
  background-color: wheat;
  /* padding:20px 40px; */
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

#update .box button {
  width: 200px;
  height: 60px;
  padding: 20px;
  margin-left: 20px;
  border: none;
  border-radius: 16px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #2563eb;
}

#update .box input {
  width: 50%;
  height: 60px;
  border: 1px solid #969595;
  border-radius: 16px;
  padding: 20px 40px;
  font-size: 1rem;
}
