/*=====================================
  1. Home Top Header CSS
========================================*/
b, strong {
    font-weight: 600 !important;
}
.topHeader .leftHeader {
  margin: 0;
  font-size: 14px;
  padding: 0 8px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.topHeader svg {
  fill: #f5f5f5;
}
.topHeader .leftHeader p {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 25px;
  line-height: 1.4;
}
.topHeader .leftHeader p a {
  color: var(--white-color);
  text-decoration: none;
  transition: 0.5s;
}
.topHeader .leftHeader p a:hover {
  color: #000000;
}

.topHeader .rightHeader {
  width: 100%;
  text-align: right;
  float: left;
  margin: 0;
}

.topHeader .rightHeader ul {
    display: flex;
    margin: 0;
    justify-content: flex-end;
}

.topHeader .rightHeader ul li {
  float: left;
  margin: 0;
}

.topHeader .rightHeader ul li a {
  color: #fff;
  font-size: 12px;
  font-family: var(--font-dmsans);
  font-weight: 400;
  transition: 0.5s;
  text-transform: uppercase;
  padding: 0 8px;
  display: block;
  border-radius: 5px;
  line-height: 1.8;
}

.topHeader {
  width: 100%;
  margin: 0;
  background: #e31a20;
  background: -moz-linear-gradient(
    45deg,
    rgb(91 130 250) 0,
    rgb(90 131 250) 50%,
    rgb(57 167 254) 50%,
    rgb(57 167 254) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgb(91 130 250) 0,
    rgb(90 131 250) 50%,
    rgb(57 167 254) 50%,
    rgb(57 167 254) 100%
  );
  background: linear-gradient(
    45deg,
    rgb(91 130 250) 0,
    rgb(90 131 250) 50%,
    rgb(57 167 254) 50%,
    rgb(57 167 254) 100%
  );
}

.topHeader li {
  list-style: none;
}

.text-type {
  color: #5c81fa;
  font-size:56px !important;
}
/*=====================================
  2. Customized Button
========================================*/
.primary-btn {
  background-image: linear-gradient(to right, #3357ce, #39a8fe);
  color: white;
  border-radius: 100px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  padding: 16px 21px;
  align-items: center;
  gap: 8px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  font-family: var(--font-dmsans);
}

/*=====================================
  3. Home About Section CSS
========================================*/
.home-about-section {
  background-color: #ffffff;
}

.home-about-section b {
  font-weight: 600;
}

.home-about-section .section-title.white > span {
  background-image: linear-gradient(to right, #3357ce, #39a8fe);
}

.hero-subtitle {
  letter-spacing: 2px;
  color: #5c85fa;
  font-size: 0.85rem;
}

.text-accent {
  color: #5c85fa;
}

.home-about-section h1,
.home-about-section h2 {
  color: #0a0a3c;
}

.home-about-section p {
  font-size: 1rem;
  line-height: 1.8;
}

/*=====================================
  3. Home Work Process Section CSS
========================================*/
.home-process-section {
  background-image:
    url(../img/home-portfolio-section-bg.png),
    linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 100px 0;
}
.feature-card4 {
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 25px 20px;
}
.feature-card4 .card-top-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-card4 .card-top-area {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .feature-card4 .card-top-area {
    margin-bottom: 20px;
  }
}
.feature-card4 .card-top-area .number span {
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.8px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(var(--primary-color1-opc), 0.3);
}
.feature-card4 .content h4 {
  color: var(--title-color);
  font-family: var(--font-hankenGrotesk);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .feature-card4 .content h4 {
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  .feature-card4 .content h4 {
    font-size: 22px;
  }
}
.feature-card4 .content ul {
  padding-top: 20px;
  padding-left: 0;
}
.feature-card4 .content ul li {
  display: flex;
  align-items: start;
  gap: 8px;
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.3px;
  border-bottom: 1px solid rgba(var(--text-color-opc), 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.feature-card4 .content ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.feature-card4 .content ul li i {
  color: var(--primary-color1);
  min-width: 15px;
  max-width: 15px;
  top: 2px;
  position: relative;
}
.feature-card4:hover .icon {
  animation: zoomIn 0.7s linear;
}
.feature-card4.arrow1 {
  position: relative;
}
.feature-card4.arrow1::before {
  content: url(../img/icon/process-arrow1.svg);
  position: absolute;
  top: 20%;
  right: -12%;
  z-index: 9;
}
@media (max-width: 1199px) {
  .feature-card4.arrow1::before {
    display: none;
  }
}
.feature-card4.arrow2 {
  position: relative;
}
.feature-card4.arrow2::before {
  content: url(../img/icon/process-arrow2.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12%;
  z-index: 9;
}
@media (max-width: 1199px) {
  .feature-card4.arrow2::before {
    display: none;
  }
}
.feature-card4.arrow3 {
  position: relative;
}
.feature-card4.arrow3::before {
  content: url(../img/icon/process-arrow3.svg);
  position: absolute;
  bottom: 35%;
  right: -12%;
  z-index: 9;
}
@media (max-width: 1199px) {
  .feature-card4.arrow3::before {
    display: none;
  }
}

.home-process-section .process-bottom-area .process-bottom-title {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .home-process-section .process-bottom-area .process-bottom-title {
    margin-bottom: 30px;
  }
}
.home-process-section .process-bottom-area .process-bottom-title h2 {
  color: var(--title-color);
  font-family: var(--font-hankenGrotesk);
  font-size: 58px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .home-process-section .process-bottom-area .process-bottom-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .home-process-section .process-bottom-area .process-bottom-title h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-process-section .process-bottom-area .process-bottom-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .home-process-section .process-bottom-area .process-bottom-title h2 {
    font-size: 28px;
  }
}
.home-process-section .process-bottom-area .process-bottom-title h2 span {
  color: var(--text-color);
  font-weight: 500;
}
.home-process-section .process-bottom-area .process-bottom-content-and-img p {
  color: var(--text-color);
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 35px;
}
.home-process-section .process-bottom-area .process-bottom-content-and-img img {
  border-radius: 5px;
}
/*=====================================
  4. Home Client Work Section CSS
========================================*/
.home-client-section {
  background-image:
    url(../img/home-service-bg.png),
    linear-gradient(180deg, #1c1a1e 0%, #1c1a1e 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.home-client-section .logo-slider {
  overflow: hidden;
  width: 100%;
}

.home-client-section .logo-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

/* animation */
.home-client-section .left-scroll .logo-track {
  animation: scrollLeft 25s linear infinite;
}

.home-client-section .right-scroll .logo-track {
  animation: scrollRight 25s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.home-client-section .logo-slider:hover .logo-track {
  animation-play-state: paused;
}
.home-client-section .feature-card {
  border: 1px solid #f5f5f5;
  border-radius: 20px;
}
@media(max-width: 576px) {
  .home-client-section .feature-card {
      flex: 0 0 4%;
  }
}
.home-client-section .feature-client {
  text-align: center;
  padding: 5px 0 !important;
}
.home-client-section .feature-card img {
  max-width: 70%;
  height: auto;
}
/* .home-client-section .logo-track img {
  filter: grayscale(100%);
}
.home-client-section .logo-track img:hover {
  filter: grayscale(0%);
} */
/*=====================================
  Home Industry Section CSS
========================================*/
.home-industry-section {
  background-image:
    url(../img/home-service-bg.png),
    linear-gradient(180deg, #1c1a1e 0%, #1c1a1e 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.home-industry-section .industry-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: #a0b6f51f;
  border-radius: 8px;
  border: 1px solid #557be745;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(6px);
}
@media (max-width: 576px) {
  .home-industry-section .industry-item {
      flex-direction: column;
  }
}
.home-industry-section .industry-item i {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  color: #5a84fa;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.25s ease;
}

.home-industry-section .industry-item span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s ease;
    letter-spacing: 0.4px;
    font-family: var(--font-dmsans);
    line-height: 1.2;
}

.home-industry-section .industry-item:hover {
  transform: translateY(-4px);
  background: rgb(94 133 249);
}

.home-industry-section .industry-item:hover i {
  transform: scale(1.2) rotate(5deg);
  background: #3358ce;
  color: #fff;
}

.home-industry-section .industry-item:hover span {
  color: #fff;
}

/*=====================================
  5. Home Text Section CSS
========================================*/

.home-text-section {
  padding: 80px 0;
}

/*=====================================
  5. Home Portfolio Work Section CSS
========================================*/
.technology {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.tech-item {
  display: flex;
  align-items: center;
  border: 1px solid #e6ebff;
  border-radius: 40px;
  padding: 6px 14px 6px 6px;
  background: #fff;
  transition: 0.3s;
}

.tech-item:hover {
  border-color: #5c81fa;
  box-shadow: 0 4px 12px rgba(92, 129, 250, 0.15);
}

.tech-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c81fa;
  font-size: 18px;
}

.tech-icon .divider {
  width: 1px;
  height: 20px;
  background: #e6ebff;
  margin: 0 10px;
}

.tech-item span {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-left: 8px;
}

/*=====================================
  6. Home Footer Section CSS
========================================*/
.custom-link-row {
  padding: 20px 0 20px 60px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-link-row ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-link-row ul li a {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.5s;
}
.custom-link-row ul li a span {
  color: var(--white-color);
  font-family: var(--font-lora);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 3px 8px;
  background-color: var(--primary-color1);
  border-radius: 50px;
}
.custom-link-row ul li a:hover {
  color: var(--primary-color4);
}
/* Footers */
.footer-partners h6 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.partner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.location-grid {
  display: flex;
  gap: 10px;
}
.location-grid img {
  background: #fff;
  padding: 6px;
  border-radius: 6px;
  height: 30px;
  width: 100px;
  object-fit: contain;
}
.partner-grid img {
  background: #fff;
  padding: 6px;
  border-radius: 6px;
  height: 40px;
  width: 150px;
  object-fit: contain;
}
/* Security */
.footer-security h6 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
}
.footer-security img {
  background: #fff;
  padding: 0px;
  border-radius: 6px;
  width: 170px;
}

/* Breadcrumb */
.breadcrumb-text {
  font-size: 30px !important;
  font-weight: 700 !important;
}

/* Inner Pages */
.webdesign-section {
  padding: 50px 20px;
  background: #f9fafc;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.webdesign-section h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #222;
}

.webdesign-section .intro {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #555;
  font-size: 16px;
}

.webdesign-section .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.webdesign-section .card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: none;
}

.webdesign-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.webdesign-section .card h3 {
  margin-bottom: 10px;
  color: #333;
  font-size: 20px;
}

.webdesign-section .card p {
  color: #666;
  font-size: 14px;
}
