.main-menu > li,
.main-menu > li > a {
  position: relative;
}

.hero-title,
body h2 {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
}

.cta-btn,
.logo-text {
  text-transform: uppercase;
}

.main-menu > li > a,
ul {
  list-style: none;
}

.industry-icon img,
.itpc-icon img {
  filter: brightness(0) invert(1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: #3b3b3b;
}

.row {
  align-items: center;
}

.logo-area,
.main-header-inner {
  align-items: center;
  display: flex;
}

a {
  text-decoration: none !important;
  color: inherit;
}

body h2 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: normal;
  color: #1163fb;
}

.footer-links a,
p {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #4f4f4f;
}

.it-installation-content h2,
span.color-black {
  color: #000;
}

.container {
  max-width: 100% !important;
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.main-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.main-header-inner {
  height: 90px;
  justify-content: space-between;
}

.logo-area {
  gap: 12px;
}

.logo-area img {
  height: 75px;
  width: auto;
  object-fit: contain;
}

.logo-text {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #1f2933;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.main-menu > li > a {
  color: #111827;
  padding: 6px 0;
  text-decoration: none;
}

.dropdown-item:hover .item-title,
.main-menu > li > a:hover {
  color: #2563eb;
}

.dropdown-card {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 7px;
  width: 360px;
  background: #fff;
  border-radius: 18px;
  padding: 16px 4px;
  box-shadow: NONE !important;
  display: none;
  z-index: 50;
  border: 2px solid #1163fb;
}

.cta-btn,
.item-icon {
  border-radius: 999px;
}

.has-dropdown:hover .dropdown-card {
  display: block;
}

.dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 !important;
  margin: 0 !important;
}

li.dropdown-item a {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  background-color: transparent !important;
}

.dropdown-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent !important;
}

.app-devloper-content,
.it-installation-content,
.limitless-map,
.main-tittle-sect,
.tech-partners-content {
  text-align: center;
}

.tech-partners-content img {
  width: 75%;
  margin-bottom: 20px;
}

.industry-content .industry-text.row img {
  width: 100%;
  max-width: 500px;
}

.item-icon {
  width: 40px;
  height: 40px;
  background: #005be2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.item-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.item-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.glance-breadcrumb,
.item-subtitle {
  font-size: 12px;
  color: #6b7280;
}

.hero {
  background: linear-gradient(90deg, #1163fb 0, #0a3b95 100%);
  color: #fff;
  padding: 80px 0;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-title {
  margin-bottom: 32px;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
  color: #f7f7f7;
  width: 70%;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-hero-outline,
.btn-hero-primary {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 12px 26px;
  border-radius: 999px;
  text-transform: uppercase;
}

.footer-heading,
.industry-subtitle,
.outsourcing-wrapper h2 {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.btn-hero-primary {
  background: #fff;
  color: #0050d5;
  border: 1px solid #fff;
}

.btn-hero-primary:hover {
  background: #f5f5ff;
}

.btn-hero-outline {
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
}

.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hero-right {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
}

.hero-illustration {
  max-width: 620px;
  height: auto;
  display: block;
}

.industry-leading {
  background: #fff;
  padding: 40px 0;
  margin-top: -20px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.industry-subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.27;
  text-align: center;
  color: #333;
}

img.industr-main-img {
  padding: 30px 0;
  width: 100%;
}

.industry-subtitle span {
  font-weight: 700;
  line-height: 1.4;
  color: #1163fb;
}

.industry-content {
  padding: 22px 50px;
  background: #f7f7f7;
  border-radius: 50px;
}

.industry-content .text-start {
  border-left: 1px solid #000;
}

.industry-wrapper {
  padding: 2px;
  border-radius: 50px;
  margin-top: -100px;
  text-align: center;
  border-style: solid;
  border-width: 0;
  border-image-source: linear-gradient(to bottom, rgba(2, 74, 207, 0), #012569);
  border-image-slice: 1;
  background-image:
    linear-gradient(to bottom, #f7f7f7, #f7f7f7),
    linear-gradient(to bottom, rgba(2, 74, 207, 0), #012569);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.industry-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.industry-description {
  font-size: 14px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto 40px;
}

.industry-logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 24px;
  justify-items: center;
}

.logo-item img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.services {
  background-color: #fff;
  padding: 60px 0;
}

div#v-pills-tab {
  width: 42%;
  padding: 38px 0 40px 40px;
  background-color: #1163fb;
  border-radius: 40px 0 0 40px;
}

div#v-pills-tabContent {
  width: 58%;
}

.tab-button {
  padding: 12px 24px !important;
  font-size: 16px;
  background-color: transparent !important;
  color: #fff !important;
  display: flex !important;
  justify-content: space-between;
  margin: 7px 0;
}

.nav-link.tab-button.active {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-radius: 20px 0 0 21px !important;
}

.tab-button:hover {
  background-color: #0a3b95;
}

.tab-button.active {
  background-color: #fff;
  color: #1163fb;
  border: 2px solid #1163fb;
}

.services-section {
  padding: 100px 0;
}

.service-tab-main {
  display: flex;
  background-image: url(../images/bg-sect.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom;
  padding-bottom: 120px;
}

.service-box {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.service-tab-wrapper {
  border-radius: 40px;
  border: 1px solid #bdbdbd;
  background-color: rgba(247, 247, 247, 0.4);
  width: 93%;
  margin: 0 auto;
}

.row.right-services {
  padding: 20px 30px 0 0;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: rgba(230, 230, 230, 0.3);
  margin: 5px 0;
}

.industries {
  padding: 80px 0 20px;
  background: #f5f7fb;
}

.industries-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.blogs-right,
.footer-locations .locations-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.industry-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 35px rgba(15, 23, 42, 0.06);
  padding: 26px 22px 6px;
  text-align: left;
  position: relative;
  transition: 0.18s ease-out;
  margin-bottom: 30px;
}

.industry-card:hover {
  box-shadow: 0 28px 45px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.industry-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #1163fb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -50px auto 10px;
}

.industry-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.blog-image img,
.case-study-media img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.industry-name {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
  text-align: center;
}

.industry-sub-content {
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
  text-align: center;
}

.cta-discuss {
  padding: 60px 0 40px;
  background: #f5f7fb;
}

.cta-box {
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  padding: 40px 48px;
  color: #fff;
  text-align: center;
}

.cta-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.cta-subtitle {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.cta-action {
  flex-shrink: 0;
}

.cta-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  color: #0a3b95;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.btn-blog-outline:hover,
.cta-btn:hover {
  background: #f1f5ff;
}

.limitless {
  padding: 50px 0 80px;
  background: #fff;
}

.limitless-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px;
}

.it-opt-title,
.limitless-title {
  font-size: 30px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

.blog-label,
.btn-blog-outline,
.btn-blog-primary {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.custom-dev-title span,
.it-installation-content h2 span,
.it-opt-title span,
.limitless-title span,
.why-title span,
span.blue {
  color: #1163fb;
}

.limitless-subtitle {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}

.limitless-map img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.latest-blogs {
  background: #425c8d;
  padding: 70px 0;
  color: #fff;
}

.blogs-inner {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.blogs-left {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.effortles-sect h2,
.effortles-sect p,
h2.blogs-title,
p.blogs-text {
  color: #fff;
}

.blogs-actions a.btn.btn-primary.me-2 {
  border-color: #fff;
  background-color: transparent;
}

a.btn.btn-outline-primary {
  background-color: #fff !important;
  border-color: #fff;
  color: #425c8d !important;
  font-weight: 500;
}

.blogs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-blog-outline,
.btn-blog-primary {
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid #d1d5f9;
  text-decoration: none;
}

.btn-blog-primary {
  background: 0 0;
  color: #fff;
}

.btn-blog-primary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn-blog-outline {
  background: #fff;
  color: #425c8d;
}

.blogs-right {
  flex: 1 1 auto;
  gap: 20px;
}

.blog-card {
  background: #fff;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.25);
}

.blog-image img {
  height: 180px;
}

.blog-body {
  padding: 18px 20px 20px;
  color: #111827;
}

.blog-label {
  color: #6b7280;
  margin-bottom: 6px;
}

.blog-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
}

.blog-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}

.case-stud-sect {
  background: #f6f3f1;
  padding: 80px 0 90px;
}

.case-stud-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.case-stud-title {
  margin-bottom: 14px;
  color: #3e2f2f;
}

.case-stud-text {
  font-size: 14px;
  line-height: 1.8;
  color: #6d6464;
}

.caseStudiesSwiper {
  overflow: hidden !important;
  padding-left: 20px !important;
}

.caseStudiesSwiper .swiper-slide {
  height: auto;
}

.case-study-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: stretch;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  overflow: hidden;
  min-height: 160px;
}

.it-opt-grid,
.itpc-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-study-media img {
  height: 100%;
  min-height: 160px;
}

.case-study-body {
  padding: 18px 20px;
}

.case-study-label {
  margin-bottom: 8px;
  font-size: 11px;
  color: #7f7474;
  text-transform: none;
}

.case-study-heading {
  margin-bottom: 5px;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  color: #3e2f2f;
}

.case-study-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #6d6464;
}

section.service-tittle-sect {
  padding: 70px 0;
}

.newsletter-email {
  background-image: url(../images/newsleter-bg.png);
  border-radius: 32px;
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 100px 0;
}

section.newsletter-sect {
}

.newsletter-form {
  width: 50%;
  padding: 1px;
  border-radius: 5px;
  box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(
    to left,
    rgba(104, 104, 104, 0.03) 80%,
    #e8e8e8 0%
  );
  border-image-slice: 1;
  background-image:
    linear-gradient(to bottom, #f7f7f7, #f7f7f7),
    linear-gradient(to left, rgba(104, 104, 104, 0.03) 80%, #e8e8e8 0);
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin: 0 auto;
}

.newsletter-input-wrap {
  background: 0 0;
  border-radius: 999px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.newsletter-btn,
.newsletter-input {
  border: none;
  outline: 0;
  font-size: 14px;
}

.newsletter-input {
  flex: 1 1 auto;
  background: 0 0;
  padding: 10px 16px 10px 20px;
  color: #111827;
}

.newsletter-input::placeholder {
  color: #9ca3af;
}

.newsletter-btn {
  border-radius: 0;
  background: #1163fb;
  color: #fff;
  font-weight: 600;
  padding: 10px 24px;
  cursor: pointer;
  text-transform: uppercase;
}

.newsletter-btn:hover {
  background: #0a3b95;
}

.site-footer {
  background: #fff;
  margin-top: 40px;
  font-size: 13px;
  color: #4b5563;
}

.footer-line {
  height: 1px;
  background: #e5e7eb;
  margin-bottom: 26px;
}

.footer-bottom p {
  color: #fff;
  margin: 10px 0;
}

.footer-inner {
  display: flex;
  gap: 40px;
  padding-bottom: 55px;
}

.footer-col.footer-locations {
  width: 55%;
}

.footer-col.footer-brand {
  width: 25%;
}

.footer-col.footer-links {
  width: 20%;
}

.footer-logo img {
  max-width: 160px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.it-opt-icon img,
.itpc-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.footer-brand-text {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1f2937;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
}

.social-icon:hover {
  background: #0f172a;
}

.footer-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: #5e5751;
  padding-bottom: 14px;
  border-bottom: 3px solid #5e5751;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-top: 12px;
}

.footer-locations .locations-grid {
  gap: 18px 30px;
}

.location-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #828282;
}

.location-pk {
  color: #059669;
}

.location-uae {
  color: #10b981;
}

.location-usa {
  color: #ef4444;
}

.location-me {
  color: #f97316;
}

.location-block p {
  margin: 0;
  line-height: 1.6;
}

.why-right p + p,
.why-right ul {
  margin-top: 10px;
}

.footer-bottom {
  background: #1064fa;
  text-align: center;
  padding: 10px 16px;
  color: #fff;
  font-size: 12px;
}

.glance-section {
  padding: 40px 0 70px;
  background: #f9f9f9;
}

.glance-inner {
  max-width: 860px;
  margin: 0 auto;
}

.glance-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 30px;
}

.glance-logo {
  width: 80px;
  height: auto;
}

.glance-breadcrumb a {
  color: #0a3b95;
  text-decoration: none;
}

.glance-title {
  font-size: 46px;
  font-weight: 700;
  color: #0a3b95;
  margin-bottom: 20px;
  line-height: 1.1;
}

.glance-list li,
.glance-text {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

.glance-text {
  margin-bottom: 18px;
}

.glance-list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.glance-list li {
  margin-bottom: 8px;
}

.glance-box {
  width: 100%;
  height: 150px;
  background: #e5e7eb;
  border-radius: 10px;
  margin: 25px 0;
}

.outsourcing-sect {
  padding: 70px 0 80px;
}

.outsourcing-wrapper h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  color: #f7f7f7;
}

.it-installation-card p,
.outsorcing-box p,
.outsorcing-image h3 {
  text-align: left;
  color: #f7f7f7;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.outsourcing-wrapper {
  padding: 50px 40px;
  border-radius: 30px;
  background-color: #445889;
}

.outsorcing-card {
  border-radius: 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(#0000, #445889) padding-box,
    linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)) border-box;
  -webkit-backdrop-filter: blur(150px);
  backdrop-filter: blur(150px);
  padding: 1px !important;
}

.outsorcing-row .outsorcing-card.in .outsorcing-box {
  background-color: #32446d;
}

.outsorcing-row .outsorcing-card.in {
  background:
    linear-gradient(#0000, #32456d) padding-box,
    linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)) border-box;
}

.outsorcing-box {
  background-color: #445889;
  padding: 28px;
  border-radius: 20px;
}

.row.outsorcing-row .col-md-4 {
  margin-bottom: 30px;
  width: 32%;
}

.row.outsorcing-row {
  margin-top: 40px;
  align-items: stretch;
  gap: 18px;
}

.outsorcing-image h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.outsorcing-image {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.it-installation-card p,
.outsorcing-box p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
}

.custom-dev,
.it-consulting,
.it-optimized {
  padding: 70px 0;
  background: #f4f5f8;
}

.it-opt-header {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.custom-dev-footer-text p,
.custom-dev-text p,
.it-opt-subtitle {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.8;
}

.it-opt-grid {
  display: grid;
  gap: 22px 20px;
  margin-bottom: 26px;
}

.it-opt-card {
  background: #314a86;
  border-radius: 24px;
  padding: 22px 18px 20px;
  color: #fff;
  box-shadow: 0 20px 30px rgba(15, 23, 42, 0.18);
  position: relative;
  transition: 0.18s ease-out;
}

.it-opt-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 40px rgba(15, 23, 42, 0.25);
}

.it-opt-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.it-opt-card-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.it-opt-card-text {
  font-size: 12px;
  line-height: 1.7;
  color: #e5e7f8;
}

.it-opt-footer-text {
  font-size: 13px;
  color: #4b5563;
  text-align: center;
  max-width: 900px;
  margin: 10px auto 0;
}

.custom-dev-title,
.why-title {
  font-weight: 700;
  color: #111827;
}

.custom-dev-header {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.custom-dev-title {
  font-size: 32px;
}

.custom-dev-row {
  max-width: 1000px;
  margin: 0 auto 36px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.custom-dev-col {
  flex: 1 1 50%;
}

.custom-dev-img {
  background: #e5e7eb;
  border-radius: 8px;
  min-height: 210px;
}

.custom-dev-footer-text {
  max-width: 1000px;
  margin: 10px auto 0;
}

.why-box {
  background: #fff;
  border-radius: 32px;
  border: 2px solid #2563ff;
  padding: 30px 32px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.why-left {
  flex: 0 0 220px;
}

.why-title {
  font-size: 38px;
  line-height: 1.1;
}

.why-right {
  flex: 1 1 auto;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.8;
}

.itpc-heading h3,
.itpc-title {
  color: #111827;
  font-weight: 600;
}

.why-right ul {
  padding-left: 18px;
}

.why-right li {
  margin-bottom: 4px;
}

.itpc-heading {
  text-align: center;
  margin: 30px 0 26px;
}

.itpc-heading h3 {
  font-size: 20px;
}

.itpc-grid {
  display: grid;
  gap: 18px 18px;
}

.itpc-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  padding: 18px 18px 16px;
  position: relative;
  min-height: 170px;
  transition: 0.16s ease-out;
}

.itpc-card:hover {
  box-shadow: 0 22px 35px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.itpc-icon {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: #1163fb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.itpc-title {
  font-size: 14px;
  margin-bottom: 6px;
}

.itpc-text {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 10px;
}

.itpc-link {
  font-size: 12px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.itpc-link span,
.service-card p {
  font-size: 13px;
}

.inner-overlay {
  background-image: linear-gradient(to top, #fff, #dbdbdb);
}

section.main-inner-sect {
  padding: 60px 0;
}

section.main-inner-sect hr {
  height: 3px;
  background: #000 !important;
  color: #000 !important;
  margin: 30px 0 50px;
}

section.main-inner-sect .row {
  align-items: flex-start;
}

.at-sub-content ul {
  margin: 10px 0 12px;
  padding: 0 0 0 19px;
}

.at-sub-content ul li,
.service-tittle-wrapper li {
  list-style: disc;
}

.at-sub-content img {
  width: 100%;
  margin-bottom: 16px;
}

h1.at-sub-title {
  text-transform: uppercase;
  color: #053690;
  font-weight: 700;
}

.at-sub-content strong {
  font-size: 23px;
  line-height: 32px;
}

.direct-wrapper h3 {
  margin-top: 15px;
}

.main-tittle-sect h1 {
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

section.it-main-inner-sect,
section.main-tittle-sect {
  padding: 50px 0;
}

.last-p,
p.last-cont-wrap {
  text-align: center;
  margin: 30px 0 0;
}

.it-main-inner-sect img,
.left-image-sect img,
.row.it-effortles-image img {
  width: 100%;
}

.it-installation-sect {
  padding: 10px 0 80px;
}

.it-installation-card {
  padding: 32px 22px;
  margin-top: 30px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(150px);
  backdrop-filter: blur(150px);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(
    to bottom,
    #e6e6e6,
    rgba(255, 255, 255, 0)
  );
  border-image-slice: 1;
  background-image:
    linear-gradient(to bottom, #445889, rgba(68, 88, 137, 0.65)),
    linear-gradient(to bottom, #e6e6e6, rgba(255, 255, 255, 0));
  background-origin: border-box;
}

.row.it-installation-wrapper {
  justify-content: center;
  gap: 10px;
  align-items: stretch;
  margin-top: 40px;
}

.it-installation-card h3 {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f7f7f7;
  margin: 5px 0 4px;
}

.left-image-sect {
  padding: 20px 0 50px;
}

.left-image-sect h2 {
  color: #000;
  font-size: 40px;
}

.service-inner-overlay {
  background-image: linear-gradient(to top, #fff 50%, #ededed);
}

.service-tittle-wrapper {
  padding: 45px 30px;
  border-radius: 50px;
  box-shadow: 0 4px 20px 0 #1163fb;
  border: 4px solid #1163fb;
  display: flex;
  gap: 30px;
}

.service-tittle-wrapper ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.service-and-box,
.service-box {
  -webkit-backdrop-filter: blur(150px);
  backdrop-filter: blur(150px);
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: start;
  gap: 10px;
}

.service-card {
  border-radius: 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #324fff, rgba(38, 38, 39, 0)) border-box;
  margin-bottom: 20px;
}

.row.service-row {
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
}

.service-image {
  display: flex;
  align-items: center;
}

section.service-sect h2 {
  color: #000;
  text-align: center;
}

.service-card a {
  color: #000 !important;
}

.service-card a i.fa-solid.fa-arrow-right {
  position: relative;
  top: 1px;
}

.service-card h3 {
  font-size: 22px;
}

.effortles-sect {
  padding: 50px 0 80px;
  background-image: url(../images/it-installation-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
  border-radius: 35px 35px 0 0;
}

.it-inner-overlay {
  background-image: linear-gradient(to top, #fff, #ededed);
}

.col-md-3.it-installation-card {
  width: 24%;
}

section.app-develop-sect {
  padding: 30px 0 70px;
}

.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 26px !important;
  background-color: rgba(17, 99, 251, 0.25) !important;
}

.custom-accordion .accordion-button {
  font-weight: 500;
  padding: 18px 20px;
  box-shadow: none;
  color: #000 !important;
  background: 0 0;
}

.custom-accordion .accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.custom-accordion ul {
  list-style: disc;
  padding: 0 0 6px 20px;
  margin: 0;
}

.custom-accordion .accordion-body {
  background: 0 0;
  padding: 10px 0 20px 20px;
}

.step-number {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-weight: 700;
}

.team-left-sidebar h3 {
  margin: 7px 0 2px;
}

@media (max-width: 1100px) {
  .it-opt-grid,
  .itpc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .industries-grid,
  .itpc-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media (max-width: 992px) {
  .blogs-inner,
  .why-box {
    flex-direction: column;
  }

  .dropdown-card {
    text-align: justify;
  }

  .main-menu > li {
    position: relative;
    text-align: center;
  }

  div#v-pills-tab {
    width: 100%;
    padding: 0 !important;
    gap: 0;
    border-radius: 20px 20px 0 0 !important;
  }

  .services-section {
    padding: 50px 0;
    overflow: hidden;
  }

  .industry-content {
    padding: 22px;
  }

  .blogs-left,
  .why-left {
    flex-basis: auto;
  }

  .service-tab-wrapper {
    flex-direction: column;
    width: 100%;
    padding: 0;
    border-radius: 20px;
  }

  .nav-link.tab-button.active,
  .service-tab-wrapper button {
    border-radius: 0 !important;
  }

  .blogs-right,
  .it-features {
    grid-template-columns: 1fr 1fr;
  }

  div#v-pills-tabContent {
    width: 108%;
  }

  .newsletter-card {
    padding: 30px 20px;
  }

  .footer-inner {
    flex-wrap: wrap;
  }

  .footer-brand {
    flex-basis: 100%;
  }

  .it-panel-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .it-panel-illustration {
    justify-content: center;
    width: 100%;
  }

  .itpc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .hero-left,
  .hero-right {
    flex: 1 1 100%;
  }

  .hero-title {
    max-width: none;
    font-size: 30px;
  }

  .hero-buttons {
    justify-content: start;
  }

  .hero-illustration {
    max-width: 300px;
  }

  .custom-dev-row {
    flex-direction: column;
  }

  .it-opt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .it-opt-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .has-dropdown > a::after,
  .main-menu {
    display: none;
  }

  .at-sub-content strong {
    font-size: 16px;
    line-height: 23px;
  }

  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .newsletter-input {
    flex: auto;
  }

  .blogSwiper {
    margin-top: 30px;
  }

  section.main-tittle-sect {
    padding: 50px 0 0;
  }

  .footer-heading {
    padding-bottom: 0;
    border-bottom: #ffdead;
  }

  .social-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .outsourcing-wrapper h2 {
    font-size: 26px;
    line-height: 31px;
  }

  .outsorcing-box {
    padding: 18px;
    border-radius: 20px;
  }

  .left-image-sect h2 {
    font-size: 30px;
  }

  .outsourcing-wrapper {
    padding: 0px;
    border-radius: 30px;
    background-color: #445889;
  }

  .outsourcing-sect {
    padding: 30px 0 0px;
    background-color: #445889;
    margin: 40px 0;
  }

  .item-icon,
  .item-title {
    font-size: 14px;
  }

  .blogSwiper img,
  .col-md-3.it-installation-card,
  .cta-action,
  .footer-col.footer-brand,
  .footer-col.footer-links,
  .footer-col.footer-locations {
    width: 100%;
  }

  .row.outsorcing-row .col-md-4 {
    margin-bottom: 10px;
    width: 100%;
  }

  body h2 {
    font-size: 28px;
  }

  .main-tittle-sect h1 {
    font-size: 32px;
  }

  body h1 {
    font-size: 32px;
  }

  .effortles-sect {
    background-color: #32446d;
    background-size: 0;
    margin: 50px 0;
    padding: 40px 0;
    border-radius: 0;
  }

  .it-inner-overlay.app section.left-image-sect {
    text-align: center;
  }

  section img {
    margin: 0px 0 18px;
  }

  section.left-image-sect.two .row {
    flex-direction: column-reverse;
  }

  section.app-develop-sect {
    padding: 0px 0 70px;
  }

  .it-inner-overlay.app .left-image-sect {
    padding: 0px 0 0px;
  }

  .row.it-installation-wrapper {
    gap: 10px;
    margin: 0;
  }

  .row.outsorcing-row {
    margin-top: 40px;
    gap: 18px;
    padding: 0 12px;
  }

  .app-devloper-content {
    margin-bottom: 24px;
  }

  .outsorcing-card {
    margin-bottom: 30px;
  }

  body p {
    font-size: 16px;
  }

  .main-header-inner {
    position: relative;
    flex-direction: column;
    height: auto;
    padding: 8px 0 0;
  }

  .logo-area {
    margin-bottom: 5px;
    justify-content: center;
  }

  .main-menu {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .main-menu.active {
    display: flex;
  }

  .main-menu > li > a {
    padding: 8px 16px;
    width: 100%;
    text-align: center;
  }

  .dropdown-card {
    position: static;
    display: none;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
    padding: 16px;
    border-radius: 16px;
  }

  .has-dropdown.open .dropdown-card {
    display: block;
  }

  .dropdown-list {
    gap: 12px;
  }

  .item-icon {
    width: 32px;
    height: 32px;
  }

  .item-subtitle {
    font-size: 11px;
  }

  .cta-title,
  .industry-title {
    font-size: 22px;
  }

  .industry-description {
    font-size: 12px;
  }

  .industry-logos {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }

  .service-tabs {
    flex-direction: column;
    gap: 16px;
  }

  .service-tab-main,
  .services-inner {
    flex-direction: column;
  }

  .tab-button {
    font-size: 14px;
    padding: 10px 20px;
  }

  .service-tab-main {
    padding-bottom: 60px;
  }

  .service-tab-main .tab-content {
    margin-top: 0;
  }

  .industries {
    padding: 60px 0;
  }

  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industries-title {
    font-size: 26px;
  }

  .cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }

  .cta-subtitle {
    font-size: 18px;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
  }

  .limitless-title {
    font-size: 24px;
  }

  .main-menu {
    background: #fff;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 80;
  }

  .mobile-nav-toggle {
    display: block;
    z-index: 90;
  }
}

@media (min-width: 769px) {
  .mobile-nav-toggle {
    display: none;
  }
}

.mobile-nav-toggle {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 24px;
  background: 0 0;
  border: none;
  color: #111827;
  cursor: pointer;
  z-index: 100;
}

@media (max-width: 640px) {
  .blogs-right,
  .case-study-card,
  .footer-locations .locations-grid,
  .it-features,
  .it-opt-grid,
  .itpc-grid {
    grid-template-columns: 1fr;
  }

  .it-consulting,
  .latest-blogs {
    padding: 50px 0;
  }

  .newsletter-title {
    font-size: 22px;
  }

  .footer-inner {
    flex-direction: column;
  }

  .site-footer {
    font-size: 12px;
  }

  .it-installation {
    padding: 50px 0 60px;
  }

  .it-title {
    font-size: 26px;
  }

  .it-panel {
    padding: 28px 20px 24px;
    border-radius: 26px;
  }

  .hero-illustration {
    max-width: 390px;
    margin-bottom: 20px;
  }

  .it-opt-card {
    text-align: left;
  }

  .why-title {
    font-size: 30px;
  }

  .case-stud-sect {
    padding: 56px 0 64px;
  }

  .case-study-media img {
    min-height: 220px;
  }

  .case-study-heading {
    font-size: 24px;
  }

  .custom-dev-title {
    font-size: 26px;
  }
}

@media (max-width: 540px) {
  .industries-grid {
    grid-template-columns: 1fr;
  }

  .industry-card {
    text-align: center;
  }

  .industry-text {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 40px 0;
  }

  .hero-title {
    font-size: 24px;
  }

  .btn-hero-outline,
  .btn-hero-primary {
    padding: 10px 20px;
    font-size: 13px;
  }

  .blog-heading {
    font-size: 14px;
  }

  .blog-desc,
  .case-study-desc {
    font-size: 12px;
  }

  .case-stud-title {
    font-size: 28px;
  }

  .case-study-body {
    padding: 16px;
  }

  .case-study-heading {
    font-size: 22px;
  }

  .newsletter-title {
    font-size: 20px;
  }

  .site-footer {
    font-size: 11px;
  }

  .footer-logo img {
    max-width: 120px;
  }
}
