/* ==============
 ========= CSS Documentation =========

 * Theme Name: Star Tech & Engineering Ltd.
 * Version: 1.0
 * Description: Star Tech & Engineering Ltd.
 * Author: Startech
 * Author url: https://www.startech.com.bd/



 01. Layout
     1.1 --> Header
     1.2 --> Banner
     1.3 --> Footer

 02. Sections
     2.1 --> Overview


    =========================
============== */

/* ==== 
 --------- (1.1) Header styles start ---------
 ==== */
.mobile-menu {
  display: none;
}
.main-nav .nav {
  position: relative;
}

.main-nav .nav .overlay {
  display: none;
}
.main-nav .nav:after {
  content: "";
  display: table;
  clear: both;
}

.main-nav .nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-nav .nav ul li {
  display: inline-block;
  list-style: none;
  margin-right: 35px;
  background: none;
  position: relative;
}
.main-nav .nav ul li:first-child a > span {
  transform: translateY(4px);
}

.main-nav .nav ul li:last-child {
  margin-right: 0;
}

.main-nav .nav ul li:hover > a {
  color: var(--st-primary-color);
}

.main-nav .nav ul li.drop-open.c-1:hover:after {
  color: var(--st-primary-color);
}
.main-nav .nav li a {
  color: var(--st-text-color);
  display: block;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 22px;
}

.main-nav .nav li a:hover {
  color: var(--st-primary-color);
}

.nav .responsive-menu a.active {
  color: var(--st-primary-color);
}

.main-nav .nav .drop-menu-1 {
  left: 0;
}
.main-nav .nav .drop-menu-1 li {
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 40px;
  background: white;
  text-align: left;
  margin: 0;
  height: auto;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  position: relative;
}
.main-nav .nav .drop-menu-1 li:hover {
  background-color: white;
}

.main-nav .nav .drop-menu-1 li:nth-last-child(1) {
  border-bottom: none;
}

.main-nav .nav .drop-down a:hover {
  color: var(--st-secondary-color);
}

.main-nav .nav .drop-menu-1 a {
  display: block;
  padding: 10px 15px;
  color: var(--st-blackish-color);
}

.main-nav .nav .nav a:hover,
a:focus {
  color: var(--st-primary-color);
  text-decoration: none;
}

.main-nav .nav ul ul {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  top: 70%;
  padding: 0;
  margin: 0;
  color: #111;
  z-index: -1;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 14px 4px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 14px 4px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 14px 4px rgb(0 0 0 / 15%);
  transition: 0.5s all;
  width: 100%;
}

.main-nav .nav ul li:hover > ul {
  overflow: visible;
  visibility: visible;
  opacity: 1;
  z-index: 99;
  top: 100%;
}
.main-nav .nav ul ul li {
  width: 100%;
  float: none;
  display: list-item;
  position: relative;
}


.main-nav .nav .drop-menu-2 li {
  position: relative;
  background: white;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.main-nav .nav ul li.drop-open.c-1:after {
  content: "\e5cf";
  position: absolute;
  right: -20px;
  font-family: "Material Symbols Outlined";
  top: 13px;
  font-size: 20px;
  color: var(--st-text-color);
  width: 20px;
  height: 20px;
}
.main-nav .nav ul li:hover.drop-open.c-1:after,
.main-nav .nav ul li:hover > a {
  color: var(--st-blackish-color);
}
.drop-down.drop-menu-2 {
  left: 100%;
}
.main-nav .nav .drop-menu-2 {
  top: 0 !important;
  box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 15%);
}

.nav .drop-down li.drop-open > a:before {
  content: "\e409";
  font-family: "Material Symbols Outlined";
  float: right;
  font-size: 18px;
}

#nav-toggler, .search-icon.seacrh-bar-action.mobile {
  display: none;
}

/* ==== 
 --------- (1.1) Header styles end ---------
 ==== */

/* ==== 
 --------- (1.1) Mega menu styles start ---------
 ==== */
.header-area-wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header.header-area {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.main-menu {
  display: flex;
  align-items: center;
}

.main-menu li {
  margin-left: 24px;
}
.main-menu li.has-submenu {
  position: relative;
}

.main-menu a {
  padding: 5px;
  display: flex;
  align-items: center;
  transition: color 0.3s;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--st-font-family);
  color: var(--st-body-text-color);
  gap: 0;
}

.main-menu a i.fa-chevron-down {
  font-size: 12px;
  margin-left: 5px;
}

.main-menu a i.fa-chevron-right {
  font-size: 10px;
  margin-left: 5px;
}

.main-menu a:hover {
  color: #f44336;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* AI Solutions button */
.ai-solutions a {
     color: var(--st-secondary-color);
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
  z-index: 1;
}

.ai-solutions a:before {
  content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    padding-bottom: 200%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #f44336, #81a6cd, #3e94ef, #e78169);
    animation: spin 4s linear infinite;
    transform: translate(-50%, -50%);
    z-index: -2;
    user-select: none;
}

.ai-solutions a:after {
      content: "";
    position: absolute;
    inset: 2px;
    background: #fff;
    border-radius: 48px;
    z-index: -1;
}

.ai-solutions i {
  margin-right: 5px;
}
.ai-solutions:hover a {
box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 20%);
    color: var(--st-secondary-color);
    -webkit-text-fill-color: var(--st-secondary-color);

}


/* Search icon */
.search-icon {
  margin-left: 15px;
}

/* Mega menu styles */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(10px);
  z-index: 10;
  right: 0;
}

.has-megamenu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(24px);
}

.menu-left {
  width: 33.33%;
  background: #fff;
  padding: 0px 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.main-menu .menu-left li,
.main-menu .menu-right li {
  margin-left: 0;
}

.menu-left li a,
.submenu li a {
      display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--st-section-bg);
    gap: 16px;
    font-weight: 400;
    font-size: 14px;
}
.solution-module .menu-left li a {
  justify-content: space-between;
  color: var(--st-body-text-color);
}
.menu-left li:last-child a {
  border: none;
}
.menu-left li a .txt {
  display: flex;
  align-items: center;
  gap: 16px;
}
.menu-left li.active a {
  border-left-color: #f44336;
  color: #f44336;
  background-color: #fff;
}

.menu-icon {
  color: #f44336;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.menu-right {
  color: #fff;
  width: 66.66%;
  background: linear-gradient(121deg, #052b45 16.79%, #071124 98.7%);
  padding: 40px;
}

/* Submenu content */
.submenu-content {
  display: none;
}

.submenu-content.active {
  display: block;
}

.submenu-content h3 {
  margin-bottom: 5px;
  color: #c2c9cd;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.submenu-content h2 {
  border-bottom: 1px solid #eff1f21f;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 16px;
  margin: 0;
}
.submenu-content p {
  color: var(--st-body-text-color-two);
}
.submenu-content p {
  color: var(--st-body-text-color-two);
}

.solution-module .submenu-column li a {
  color: var(--st-body-text-color);
}

.solution-module .submenu-column li a::before {
  background: var(--st-body-text-color);
}
.submenu-columns {
  display: flex;
  gap: 40px;
  margin-top: 32px;
}

.submenu-column {
  flex: 1;
}

.submenu-column ul {
  list-style: none;
  list-style: none;
  display: grid
;
  grid-template-columns: 1fr 1fr;
}

.submenu-column li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.submenu-column li i {
  font-size: 8px;
  margin-right: 10px;
}

.main-menu li > a {
    font-size: 16px;
}

.main-menu li .submenu a, .submenu-column  a {
    font-size: 14px !IMPORTANT;
}
.explore-btn {
   font-weight: 400 !important;
  margin-top: 28px;
  padding: 12px 20px !important;
  text-decoration: none;
  background: transparent;
  border-color: #fff;
  color: #fff !important;
  gap: 10px !important;
}
.explore-btn:hover{
  background: var(--st-primary-color) !important;
}
.solution-area .explore-btn {
  background: var(--st-primary-color);
  border-color: var(--st-primary-color);
}

.solution-area .explore-btn.btn-border {
  background: transparent;
  border-color: var(--st-primary-color);
  color: var(--st-primary-color) !important;
}

.solution-area .explore-btn:hover {
      border-color: #0B417B ! IMPORTANT;
    color: white !important;
    background: #0B417B ! IMPORTANT;
}
.solution-area .explore-btn.btn-border:hover {
    border: 1px solid var(--Text-Text-Link-Primary, #3777BB);
    background: var(--Alert-InfoLight, #D7F0FF) ! IMPORTANT;
    color: var(--st-primary-color) ! IMPORTANT;
}
.submenu {
     position: absolute;
    top: 100%;
    left: 0;
    max-width: 390px;
    min-width: 300px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateY(10px);
    z-index: 100;
    padding: 0px 12px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.has-submenu:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(24px);
}

.submenu li {
  margin: 0;
  position: relative;
  width: 100%;
}
.submenu-column li a {
  color: #c2c9cd;
  font-weight: 400;
  padding: 0;
  position: relative;
}

.submenu-column li a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #c2c9cd;
  border-radius: 100%;
  margin-right: 10px;
}

/* Nested submenu styles */
.submenu-child {
  position: absolute;
  top: 0;
  left: 100%;
  max-width: 390px;
  min-width: 300px;
  background: #fff;
  padding: 0px 24px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateX(10px);
  z-index: 100;
}
.submenu li.has-child a {
  justify-content: space-between;
}
.has-child:hover > .submenu-child {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.menu-left li a .material-symbols-outlined, .submenu li a .material-symbols-outlined {
    font-size: 20px;
    width: 20px;
    height: 20px;
}
.desktop-menu li.has-submenu.c-2 .submenu {
        max-width: 700px;
    width: 650px;
    right: 0;
    left: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.desktop-menu li.has-submenu.c-2 .submenu > li:nth-child(even) {
    padding-left: 14px;
}
/* Responsive styles */
@media (max-width: 1024px) {
  .mega-menu {
    flex-direction: column;
  }

  .menu-left,
  .menu-right {
    width: 100%;
  }

  .submenu-columns {
    flex-direction: column;
    gap: 20px;
  }

  .submenu,
  .submenu-child {
    position: static;
    width: 100%;
    box-shadow: none;
    padding-left: 20px;
    transform: none;
    display: none;
  }

  .has-submenu:hover > .submenu,
  .has-child:hover > .submenu-child {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 768px) {
  .main-menu {
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
  }

  .main-menu li {
    margin: 5px 0;
    width: 100%;
  }

  .mega-menu {
    position: static;
    box-shadow: none;
  }
}
.on-sticky .header-area {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
}
.search-bar {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    height: 100%;
    background-color: #fff;
    display: none;
    z-index: 5;
    margin-left: auto;
    text-align: center;
}
.search-bar.searchbox{
    display: block;
}
.search-bar input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 50px;
    border: 0;
    background-color: #efefef;
    line-height: 50px;
    color: #888;
    outline: 0;
}
.search-bar i {
    position: absolute;
    top: 53%;
    left: 15px;
    transform: translateY(-53%);
    color: #888;
}
.search-bar span {
    position: absolute;
    top: 53%;
    right: 15px;
    transform: translateY(-53%);
    font-size: 25px;
    font-weight: 100;
    cursor: pointer;
}

.search-bar button.btn.btn-default.btn-lg {
    display: none;
}

#search .dropdown-menu {
    position: absolute;
    top: 100% !important;
    left: 0 !important;
    z-index: 1000 !important;
    display: none;
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    max-height: 365px;
    overflow: auto;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    border-left: 0;
    width: 100%;
}
#search .dropdown-menu .search-item {
    border-bottom: 1px solid #e1e4e7;
}
#search .dropdown-menu .search-item a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    white-space: normal;
}
#search .dropdown-menu .search-item .image {
    float: left;
    width: 60px;
    background: #fafafa;
}
#search .dropdown-menu .search-item .image img {
    max-width: 60px;
}

#search .dropdown-menu .search-item .name {
    margin-left: 70px;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
    color: #2b2828;
}
#search .dropdown-menu .search-item .price {
    font-size: 14px;
    margin-left: 70px;
    font-weight: 600;
    color: #222;
}

#search .dropdown-menu .search-item.remainder-count a {
    text-align: center;
    background: #f1f5f7;
    font-size: 13px;
    color: #777;
}

.dropdown-menu::-webkit-scrollbar {
    position: absolute;
    width: 0.7vw;
}
.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color:var(--st-gradient);
}
.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color:  #151414;;
}
.dropdown-menu::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
/* ==== 
 --------- (1.1) Mega menu styles end ---------
 ==== */

/* ==== 
 --------- (1.2) Hero styles start ---------
 ==== */

/* Hero Slider Styles */
section.hero-slider {
  margin: 35px 0;
}
.slide-content {
  position: relative;
}

.hero-text {
  position: absolute;
  top: 0;
  left: 5%;
  width: 45%;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.slider-container-wrap {
  position: relative;
  width: 100%;
}
.slider-container-wrap .owl-dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  right: 0;
  justify-content: center;
}
.slider-container-wrap .owl-dot {
  flex: 0 0 19%;
  width: 19%;
}
.slider-container-wrap .owl-dot span {
  display: inline-block;
  height: 3px;
  width: 98%;
  background-color: #fff !important;
}
.slider-container-wrap .owl-dot.active span {
  background-color: var(--st-primary-color) !important;
}
/* Top Links Section */

.links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.link-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.3s ease;
  border-radius: 10px;
  background: linear-gradient(80deg, #fff7e7 -0.6%, #fff 98.69%);
}

.link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.link-card:nth-child(2) {
  background: linear-gradient(260deg, #fff 0%, #ebf5ff 100%);
}
.link-card:nth-child(3) {
  background: linear-gradient(260deg, #fff 0%, #f0fffb 99.36%);
}
/* Brand Section */
.brands {
  padding: 30px 0;
  background: var(--st-section-bg);
  overflow: hidden;
  margin-top: 48px;
}

.brands-slider {
  overflow: hidden;
  white-space: nowrap;
}

.brands-track {
  display: inline-flex;
  animation: scroll 80s linear infinite;
  align-items: center;
}

.brand-logo {
  flex-shrink: 0;
  margin-right: 60px;
}

.brand-logo:hover img {
  filter: grayscale(0%);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* category Section */
.cat-items-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.cat-items-wrap .cat-item .cat-item-inner {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--Border-Border-Minimal, #eff1f2);
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      var(--Surface-Surface-Minimal, #eff1f2) 120.31%
    ),
    var(--White, #fff);
  color: var(--st-blackish-color);
}
.cat-item:hover .cat-item-inner{
  box-shadow: 0px 3px 10px 0px #03030336;
}
.cat-items-wrap .cat-item .cat-item-inner p {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* solution Section */
.solution-module {
  position: relative;
  visibility: visible !important;
  opacity: 1 !important;
  gap: 30px;
}
.solution-module .menu-right {
  background: var(--st-section-bg);
  color: var(--st-body-text-color);
}
/* who we are Section */
.who-we-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.who-we-content {
  padding: 0px 48px;
}

.who-we-content .title-moto {
  color: var(--st-primary-color);
}

.who-we-content .short-text {
  color: var(--st-body-text-color-two);
  margin-top: 24px;
  margin-bottom: 40px;
}
.who-we-img img {
    width: 100%;
}
/* partner Section */

.partner-area-wrap {
  padding: 48px 0;
  background: var(--st-section-bg);
}

.partners-wrap .slick-arrow {
  position: absolute;
  top: -150px;
  right: 0;
  padding: 16px;
  color: #545860;
}

.partners-wrap .slick-arrow.slick-prev {
  right: 85px;
}
.partners-wrap .slick-slide > div {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.partners-wrap .slick-slide div:last-child {
  margin-bottom: 0;
}
/* industry Section */

.industry-module-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.industry-item {
  justify-content: space-between;
  display: flex;
  padding: 20px 24px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--st-section-bg);
}

.industry-item .title {
  display: flex;
  gap: 16px;
}

.industry-item .title p > a {
  color: var(--st-body-text-color);
}

.industry-item .service-link {
  color: var(--st-body-text-color);
}

.industry-module-content .title-moto {
  color: var(--st-primary-color);
}

.industry-module-content .short-text {
  color: var(--st-body-text-color-two);
  margin-top: 24px;
  margin-bottom: 40px;
}

/* cta Section */
.cta-area {
  padding: 64px 0;
}

.cta-section-content {
  color: #fff;
}

.cta-section-content h2 {
  font-weight: 300;
}

.cta-section-content .btn-group {
  justify-content: center;
  margin-top: 24px;
}

.cta-section-content .btn-group .btn-border {
  color: #fff;
  border-color: #fff;
}

/* blog Section */
.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news-item {
  padding: 24px;
  border-bottom: 1px solid var(--st-section-bg);
}

.news-list .news-item .news-content .news-meta {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: var(--st-body-text-color-two);
  border-bottom: 1px solid var(--st-section-bg);
}

.news-list .news-item .news-content .news-title {
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 55px;
}

.news-list .news-item .news-content .news-title a {
  color: var(--textcolorTwo);
}

/* newsletter Section */
.newsletter-section {
  padding: 60px 0;
}
.newsletter-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  background: var(--st-section-bg);
  padding: 24px;
}
.newsletter-content h2 {
  font-weight: 300;
}

/* Footer Section */
.footer-top-area {
  background-color: var(--st-section-bg);
  padding: 64px 0;
  border-top: 4px solid var(--st-primary-color);
}

/* Footer Top - Contact and Social */
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  border-bottom: 1px solid #c2c9cd;
  margin-bottom: 64px;
  padding-bottom: 64px;
  align-items: center;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-label {
  color: var(--st-body-text-color-two);
}

.contact-link {
  transition: color 0.3s ease;
  color: var(--st-body-text-color);
  font-size: 20px;
  line-height: 30px;
}

.contact-link:hover {
  color: #4a90e2;
}

.social-media {
  display: flex;
  gap: 18px;
  justify-content: end;
}

.social-link {
  padding: 12px;
  background-color: #e0e3e5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-link:hover {
  transform: translateY(-2px);
}

/* Footer Links */
.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.footer-column h3 {
  font-weight: 500;
  margin-bottom: 32px;
  color: var(--st-primary-color);
}

.footer-column ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-column ul li a {
  color: var(--st-body-text-color-two);
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: var(--st-primary-color);
}

/* Footer Bottom */
.footer-bottom {
  background-color: var(--st-primary-color);
  padding: 16px 0;
  text-align: center;
}

.footer-bottom p {
  color: #fff;
}

.footer-bottom .highlight {
  color: #ffc107;
}
/* Breadcumb Section */
.page-breadcrumb {
  margin-top: 30px;
}
.breadcrumb li {
  display: inline;
  color: var(--Neutral-Grey-30, #c2c9cd);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.breadcrumb li:before {
  content: "/";
  margin: 0 8px;
  position: relative;
  top: 0;
}

.breadcrumb li:first-child:before {
  content: "";
  display: none;
}

.breadcrumb li a {
  color: var(--Neutral-Grey-30, #c2c9cd);
}
.dark .breadcrumb li a {
    color: var(--st-body-text-color-two);
}
/* Soltuion Hero Section */
.solution-hero-section {
  color: #fff;
  display: flex;
  align-items: center;
  background: linear-gradient(107deg, #052b45 16.38%, #171321 94.63%);
  position: relative;
  height: 100%;
}
.solution-hero-section:after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 4px;
  width: 100%;
  z-index: 44;
  background: linear-gradient(90deg, var(--Brand-Secondary, #EF4A23) 0%, #BB65FF 51%, var(--Brand-Primary, #3777BB) 100%);
  z-index: 2;
}
.solution-hero-section .solution-bg {
  position: absolute;
  height: 100%;
  right: 0;
  width: 50%;
  object-fit: cover;
  background-repeat: no-repeat;
}

.solution-hero-text {
  padding: 120px 0;
}
.solution-hero-text h1 {
  font-weight: 500;
}

.solution-hero-text p {
  color: var(--Neutral-Grey-30, #c2c9cd);
  font-size: var(--fontSize-24, 24px);
  font-weight: 300;
  line-height: 140%;
  margin-top: 24px;
  margin-bottom: 60px;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.solutions-grid .card-image img {
    width: 100%;
}
.solution-card-content {
  text-align: center;
  padding: 20px;
}
.solution-card-content h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.solution-card-content h4 a {
    color: var(--st-body-text-color);
}

.solution-card-content p {
     margin: 24px 0;
     color: var(--st-body-text-color-two);
     text-overflow: ellipsis;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
}

.solution-card-content .btn-link {
  width: fit-content;
  margin: auto;
}

.trust-logos .logo-item {
  margin-bottom: 30px;
}

/* Testimonial Section */

.testimonial-text {
  color: #fff;
  display: flex;
  padding: 60px;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(111deg, #052b45 24%, #253858 121.32%);
  height: 100%;
}

.quote-icon {
  font-size: 48px;
  color: #4a90e2;
  margin-bottom: 20px;
}

.testimonial-text blockquote {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 40px;
  font-weight: 300;
}

.testimonial-author h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.testimonial-author p {
  font-size: 18px;
  line-height: 24px;
}

/* Solution Partner Section */
.solution-partners-section {
  position: relative;
}

.solution-partners-section:before {
  content: "";
  position: absolute;
  top: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(
    90deg,
    var(--Brand-Secondary, #ef4a23) 0%,
    #bb65ff 51%,
    var(--Brand-Primary, #3777bb) 100%
  );
}

.soultion-partners-logos {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.solution-badge {
    margin-bottom: 48px;
}

.full-soultion .solution-bg {
    width: 100%;
}

/* Benefits Section */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.benefit-item {
        padding: 60px 20px;
    transition: 0.3s all;
    cursor: pointer;
}

.benefit-icon span {
  font-size: 60px;
  color: var(--st-primary-color);
  width: 60px;
  height: 60px;
}

.benefit-item h5 {
font-size: var(--fontSize-24, 24px);
    
font-weight: var(--fontWeight-medium, 500);
    
margin-bottom: 10px;
}

.benefit-item p {
    color: var(--st-body-text-color-two);
}

.benefit-item:hover, .benefit-item:nth-child(2) {
    background: #E0E3E5;
}

.benefit-icon {
    margin-bottom: 40px;
}
.benefit-item:hover {
    background: #ddddddc2;
}

/* Services Section */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.service-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.service-card .service-content {
    background: var(--st-section-bg);
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-image img {
    width: 100%;
    height: 100%;
}
.service-image img {
    width: 100%;
}

.service-image a {
    display: block;
}
.service-card .service-content .btn-link {
    margin-top: 30px;
}

.service-card .service-content p {
       color: var(--st-body-text-color-two);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.service-card .service-content h5 {
    margin-bottom: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-card .service-content h5 a {
    color: var(--st-body-text-color);
}
/* Solution Industry Section */
.solution-industry-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 30px 60px;
}

.solution-industry-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.solution-industry-list .solution-industry-item {
    display: flex;
    gap: 16px;
}

/* Service Benefit Section */

.service-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-benefit-card {
     position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-benefit-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.service-benefit-card .benefit-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.service-benefit-card:hover .benefit-image img {
  transform: scale(1.1);
}
.service-benefit-card .benefit-image {
    height: 100%;
    overflow: hidden;
}
.industry-image img {
    width: 100%;
}

.benefit-image h3 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color:#fff;
    z-index: 2;
}


.solution-slider.owl-carousel .owl-nav {
     position: absolute;
    top: -105px;
    right: 0px;
    width: fit-content;
    display: flex
;
    gap: 16px;
}
.solution-slider.owl-carousel .owl-nav button {
  padding: 16px !important;
  background: var(--st-section-bg);
  display: flex;
  align-items: center;
}
.solution-slider.owl-carousel {
  position: relative;
}

.solution-industry-info.service-benefits {
    padding: 0;
}


.single-service-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.service-benefit-image img {
    width: 100%;
}
.service-benefit-content {
    padding: 30px;
    background: var(--st-section-bg);
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}

.service-benefit-content .benefit-number {
    position: absolute;
    top: 30px;
    left: 30px;
    color: var(--st-body-text-color);
    font-family: Outfit;
    font-size: 64px;
    font-weight: 100;
    line-height: 120%; /* 76.8px */
}

.service-benefit-content h3 {
font-size: 32px;
font-weight: 500;
line-height: 120%; 
margin-bottom: 24px;
}

.service-benefit-content p {
    color: var(--st-body-text-color-two);
    font-size: 18px;
    line-height: 24px;
}

/* About Page Section */

.about-hero-text .short-desc {
    color: var(--st-body-text-color-two);
}

.iso-section {
    background: linear-gradient(107deg, #052B45 16.38%, #171321 94.63%);
    padding: 80px 0;
}

.iso-info .iso-badge {
    margin-bottom: 60px;
}

.iso-info {
    color: white;
}

.iso-details p {
font-size: var(--fontSize-20, 20px);
line-height: 30px;
margin-bottom: 18px;
}

.iso-details .iso-subtitle {
    color: var(--Neutral-Grey-30, #C2C9CD);
    font-size: 16px;
    line-height: 24px; 
}
.mission-content h3 {
    color: var(--Text-Text-Secondary, #545860);
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-item {
    text-align: center;
    padding: 30px;
    border: 1px solid var(--st-section-bg);
}
.values-grid .value-item .value-icon {
    margin-bottom: 40px;
}

.values-grid .value-item  h3 {
    
    
font-size: var(--fontSize-20, 20px);
    
font-weight: var(--fontWeight-medium, 500);
    
line-height: 30px; 
}

.values-grid .value-item p {
    color: var(--Text-Text-Secondary, #545860);
}
.strengths-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.strength-item {
  border: 1px solid var(--st-section-bg);
    padding: 24px;
    transition: all 0.3s ease;
}
.strength-item h3 {
    color: var(--Text-Text-Secondary, #545860);

/* Text/md/Regular */
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

h3 {}

.strength-item .strength-icon {
    margin-bottom: 48px;
}


/* Partners and Brands Section */

.partners-brands-inner .title {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--st-section-bg);
    margin-bottom: 30px;
    font-weight: var(--fontWeight-medium, 500);
     /* 35.1px */
}

.partners-brands-wrap {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(6, 1fr);
}

.partners-brands-inner {
    margin-bottom: 60px;
}

.partners-brands-inner:last-child {
    margin: 0;
}

/* Awards Section */

.awards-timeline {
        position: relative;
    padding: 160px 0;
    margin-top: 60px;
}

/* Timeline line */
.awards-timeline::before {
        content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #EFF1F2;
    transform: translateX(-50%);
    z-index: 1;
}

/* Award Items */
.award-item {
       position: relative;
    display: flex
;
    align-items: center;
        margin-top: -120px;
}



/* Award positioning */
.award-left {
    justify-content: flex-start;
}

.award-right {
    justify-content: flex-end;
}

.award-left .award-content {
    margin-right: 80px;
    width: calc(50% - 80px);
}

.award-right .award-content {
    margin-left: 80px;
    width: calc(50% - 80px);
}
.award-date {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    background: #EFF1F2;
    z-index: 3;
    padding: 8px 16px;
    font-size: 18px;
font-weight: 400;
line-height: 24px;
}


/* Award Content */
.award-content {
      overflow: hidden;
    transition: all 0.3s ease;
    padding: 24px;
    border: 1px solid #EFF1F2;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;

}

.award-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.award-image {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Award Info */
.award-info {
        padding-top: 24px;
}

.award-info h3 {
font-size: var(--fontSize-24, 24px);
font-weight: 300;
line-height: 140%;
margin-bottom: 24px;
}


/* Load More Button */
.load-more-container {
    margin-top: 60px;
}
.load-more-container .btn {
  margin: auto;
}

/* Contact Section */

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

/* Contact Information */
.contact-info {
    padding-right: 40px;
}

.contact-header h1 {
   font-weight: 500;
    margin-bottom: 24px;
}

.contact-header p {
    font-size: var(--fontSize-20, 20px);
font-weight: var(--fontWeight-regular, 400);
line-height: 30px; /* 150% */
color: var(--st-body-text-color-two);
    
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
}

.contact-item h3 {
        margin-bottom: 8px;
    color: var(--Text-Text-Secondary, #545860);
    font-size: var(--fontSize-20, 20px);
    font-weight: var(--fontWeight-regular, 400);
    line-height: 140%;
}

.contact-value {
        font-size: var(--fontSize-32, 32px);
    font-weight: 300;
    line-height: 140%;
}

.contact-value a {
    color: var(--st-body-text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-value a:hover {
    color: var(--st-primary-color);
}

.contact-value address {
    font-style: normal;
    line-height: 1.5;
}

/* Divider lines */
.contact-item:not(:last-child)::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #545860;
    margin-top: 40px;
}

/* Contact Form Container */
.contact-form-container {
        background-color: #EFF1F2;
    padding: 48px;
}
#contactForm .btn {
    width: 100%;
    justify-content: center;
}

#contactForm .btn-group {
    flex-wrap: nowrap;
}

#contactForm .btn.btn-clear {
    background: #fff;
    color: var(--st-body-text-color);
    font-weight: 500;
}
.deatils-page-listing-news .title {
  color: var(--Text-Text-Primary, #161616);

  /* H4/Semibold */
  font-size: var(--fontSize-27, 27px);
  font-weight: var(--fontWeight-medium, 500);
  line-height: 130%; /* 35.1px */
  margin-bottom: 32px;
}

.deatils-page-listing-news  .listing-news-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.deatils-page-listing-news .listing-news-wrapper .single-list-news-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #C2C9CD;
}

.deatils-page-listing-news .listing-news-wrapper .single-list-news-item .news-title {
  color: var(--Text-Text-Primary, #161616);

  /* H5/Regular */
  font-size: var(--fontSize-24, 24px);
  font-weight: 300;
  line-height: 140%; /* 33.6px */
  margin-top: 12px;
  margin-bottom: 16px;
}

.deatils-page-listing-news .listing-news-wrapper .single-list-news-item .date-time {
  color: var(--Text-Text-Secondary, #545860);

  /* Text/sm/Regular */
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
}

.deatils-page-listing-news .listing-news-wrapper .single-list-news-item:last-child {
  border: none;
  padding-bottom: 0;
}

.posted-time-author-wrapper {
  display: flex;
  gap: 24px;
  color: var(--Text-Text-Secondary, #545860);

  /* Text/sm/Regular */
  font-family: Outfit;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
}

.starpress-article-details h2 {
  color: var(--Text-Text-Primary, #161616);

  /* H1/Regular */
  font-family: Outfit;
  font-size: var(--fontSize-48, 48px);
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  margin-bottom: 40px;
  margin-top: 16px;
}

.starpress-article-details .news-detals-img img {
  margin-bottom: 40px;
}