.managed_it_company_card {
  background-color: #EEEEEE;
  padding: 20px 20px;
  border-radius: 8px;
  height: 100%;
}

/* .about-section {
  background: #f5f6f8;
  padding: 80px 0;
}


.about-title {
  font-size: 28px;
  font-weight: 700;
  border: 2px dashed #2b7cd3;
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.about-text {
  color: #6c757d;
  font-size: 15px;
}

.feature-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
} */

.feature-card:hover {
  transform: translateY(-5px);
}

/* .management-team {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 20px 20px;
} */

.blue-section {
  background-image: url(../images/about-us/background-img-sec1.png);
  padding: 1px 0 80px;
  position: relative;
  margin-top: 80px;
}

.management-row {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.benefits-choosing-company {
  background: linear-gradient(90deg, #F4F4F4, #9DE9E9);
}

.remote-it-sevrices.abt-us .service-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.remote-it-sevrices.abt-us .service-nav li button {
  font-size: 16px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}

.remote-it-sevrices.abt-us .service-nav .nav-link {
  background: #fff;
  border-radius: 35px;
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 0.75rem;
  color: #111;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.remote-it-sevrices.abt-us .service-nav .nav-link.active {
  background: var(--bs-primary);
  color: #fff;
  border: none;
}

.remote-it-sevrices.abt-us .service-nav li button {
  min-height: auto;
}

.remote-it-sevrices.abt-us .tab-pane {
  margin-top: 30px;
}

.remote-it-sevrices.abt-us .service-content {
  background: unset !important;
  /* padding: 2rem; */
  box-shadow: unset;
}

.remote-it-sevrices.abt-us .content-left {
  background: unset !important;
}

.remote-it-sevrices.abt-us .service-list li::before {
  content: "";
  background-image: url(../images/about-us/black_tick.png);
  width: 15px;
  height: 15px;
  background-size: 10px;
  position: absolute;
  background-repeat: no-repeat;
  left: -15px;
  top: 0px;
  background-position: 6px 6px;
  border-radius: 50%;
  padding: 10px;
  background-color: unset !important;
}

.remote-it-sevrices.abt-us .service-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem 1.5rem;
}

.remote-it-sevrices.abt-us .content-left h3 {
  font-size: 18px;
}

.remote-it-sevrices.abt-us {
  background-color: #fff !important;
}

.It-deliver-process {
  background-color: #EFF9FF;
}

/* --------- */

.card-header-block {
  background: #1A1A1A;
  padding: 28px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.card-header-block:hover {
  background: #1e88e5;
}

.icon-circle {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

}

.card-label {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Card Body */
.card-body-block {
  padding: 30px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  min-height: 252px;
}

.card-body-block p {
  font-size: 0.875rem;
  color: #444;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}

.case-study-section .section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #111;
  margin-bottom: 14px;
}

.cs-card {
  background: #F3F3F3;
  /* border: 1px solid #e5e8ef; */
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  min-height: 320px;
  /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06); */
}

.cs-card-img {
  flex: 0 0 48%;
  max-width: 48%;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  /* margin: 10px; */
  border: 1px dashed rgba(0, 0, 0, 1);
}

.cs-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  display: block;
  padding: 10px;
}

.cs-card-img::before {
  content: '';
  position: absolute;
  inset: 0;

  border-radius: 12px;
  pointer-events: none;
  z-index: 1;
}

.cs-card-body {
  flex: 1;
  padding: 28px 30px 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cs-card-body h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #000000;
}

.cs-card-body p {
  font-size: 14;
  line-height: 1.65;
  margin-bottom: 10px;
  color: #444;
}

.cs-card-body p strong {
  color: #000000;
  font-weight: 600;
}

.cs-card-body .cs-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a7fe8;
  text-decoration: none;
  align-self: flex-end;
}

.cs-card-body .cs-link .arrow-btn {
  background: #1a7fe8;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.cs-card-body .cs-link:hover {
  color: #0d5fc2;
}

.cs-card-body .cs-link:hover .arrow-btn {
  background: #0d5fc2;
}

/* ── Owl custom nav ── */
.owl-case-study {
  position: relative;
}

.owl-case-study .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-case-study .owl-nav button {
  pointer-events: all;
  background: #1a7fe8 !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
  transition: background 0.2s;
  box-shadow: 0 3px 10px rgba(26, 127, 232, 0.3);
}

.owl-case-study .owl-nav button:hover {
  background: #0d5fc2 !important;
}

.owl-case-study .owl-nav button span {
  font-size: 40px;
  line-height: 1;
  margin-top: -2px;
}

.owl-case-study .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-case-study .owl-dot span {
  background: #ccd4df !important;
  width: 8px;
  height: 8px;
}

.owl-case-study .owl-dot.active span {
  background: #1a7fe8 !important;
}

.abt-us-faq {
  background-color: #EFF9FF;
}

.abt-us-faq .accordion-header {
  background-color: #EFF9FF;
  position: relative;
}

.abt-us-faq .faq-icon img {
  background-color: #EFF9FF;
}

.abt-us-faq .accordion-body {
  background-color: #EFF9FF;
}

/* Responsive */
@media (max-width: 991px) {
  .process-card {
    max-width: 45%;
    flex: 1 1 45%;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 1.35rem;
  }

  .process-row {
    flex-direction: column;
    align-items: center;
  }

  .process-card {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .remote-it-sevrices.abt-us .content-left {
    padding: 0px 40px 40px 40px;
  }
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
  .cs-card {
    flex-direction: column;
    min-height: auto;
  }

  .cs-card-img {
    flex: 0 0 auto;
    max-width: 100%;
    height: 220px;
    margin: 10px 10px 0 10px;
  }

  .cs-card-body {
    padding: 20px;
  }

  .owl-case-study .owl-nav button {
    margin: 0 -10px;
    width: 34px;
    height: 34px;
  }

  .blue-section {
    background-image: url(../images/about-us/background-img-sec1.png);
    padding: 0px 0 0px;
    position: relative;
    margin-top: 0px;
    padding: 50px 0px;
  }

  .management-row {
    margin-top: 0px;
    position: relative;
    z-index: 2;
  }

  .remote-it-sevrices.abt-us .service-nav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .remote-it-sevrices.abt-us .content-left {
    padding: 0px;
  }

  .card-body-block {
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    min-height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cs-card-img {
    flex: 0 0 42%;
    max-width: 42%;
  }

  .cs-card-body {
    padding: 22px 22px 22px 18px;
  }

  .blue-section {
    background-image: url(../images/about-us/background-img-sec1.png);
    padding: 0px 0 0px;
    position: relative;
    margin-top: 0px;
    padding: 50px 0px;
  }

  .management-row {
    margin-top: 0px;
    position: relative;
    z-index: 2;
  }

  .remote-it-sevrices.abt-us .service-nav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .remote-it-sevrices.abt-us .content-left {
    padding: 0px;
  }

  .card-body-block {
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    min-height: auto !important;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .process-card {
    max-width: 45%;
    flex: 1 1 45%;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 1.35rem;
  }

  .process-row {
    flex-direction: column;
    align-items: center;
  }

  .process-card {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .remote-it-sevrices.abt-us .content-left {
    padding: 0px 40px 40px 40px;
  }
}


@media (min-width: 992px) and (max-width: 1200px) {
  .blue-section {
    background-image: url(../images/about-us/background-img-sec1.png);
    padding: 0px 0 0px;
    position: relative;
    margin-top: 0px;
    padding: 50px 0px;
  }

  .management-row {
    margin-top: 0px;
    position: relative;
    z-index: 2;
  }

  .remote-it-sevrices.abt-us .service-nav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .remote-it-sevrices.abt-us .content-left {
    padding: 0px;
  }

  .card-body-block {
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    min-height: auto !important;
  }
}