.section-heading {
  color: #060806 !important;
  line-height: 4.125rem !important;
  margin-bottom: 0rem !important;
}

.bg-orange {
  background-color: #E12416 !important;
}

.link-orange {
  color: #E12416 !important;
  text-decoration: none;
  float: right;
}

.link-orange:hover {
  text-decoration: underline;
}

/* Product Banner Style Start Here */
.service-banner {
  background: url(../images/service-page-banner.png) no-repeat center center / cover;
  width: 100%;
  min-height: 100vh !important;
  position: relative;
  display: grid;
  place-items: center;
}

.service-banner.hire-banner {
  background: url(../images/hire-our-resources.png) no-repeat center center / cover;
  width: 100%;
  min-height: 100vh !important;
  position: relative;
  display: grid;
  place-items: center;
}

.service-banner.hire-banner::after,
.service-banner::after {
  /* subtle moving sheen */
  content: "";
  position: absolute;
  top: -120%;
  left: -60%;
  width: 55%;
  height: 260%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .18), rgba(255, 255, 255, .05), transparent);
  transform: rotate(20deg);
  opacity: .0;
  pointer-events: none;
  animation: heroSweep 4.5s ease-in-out 1.2s infinite;
}

@keyframes heroSweep {
  from {
    transform: translateX(-40%) rotate(20deg);
    opacity: .0;
  }

  20% {
    opacity: .55;
  }

  to {
    transform: translateX(140%) rotate(20deg);
    opacity: 0;
  }
}

.service-safe-space {
  padding: 50px;
}

.product-banner {
  color: #fff !important;
  font-size: clamp(1.5rem, 3.91vw, 64px) !important;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 2.25rem;
  font-weight: 700;
}

.lead {
  color: #fff !important;
  font-size: 1.25rem !important;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 2.25rem;
  font-weight: 500;
}

.hero-bullets li {
  margin-bottom: 1rem;
  font-size: 18.5px;
  color: #fff;
}

.bullet-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e12416;
  ;
  display: inline-block;
  margin-right: 1.25rem;
  box-shadow: 0 0 0 4px rgba(225, 36, 22, 1);
  transform: translateY(-1px);
}

/* Floating contact card */
.talk-card {
  color: #1F1F1F;
  border: 0;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  background: url(../images/lats-talk-bg.png) no-repeat center center / cover;
  overflow: hidden;
  position: relative;
  animation: floatY 4.2s ease-in-out infinite;
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.talk-card h4 {
  color: #1F1F1F;
  font-size: clamp(1rem, 2.5vw, 32px);
  font-weight: 700;
}

.talk-card .card-body {
  position: relative;
  z-index: 1;
}

#leadForm .input-group .input-group-text {
  border: none !important;
  background: transparent;
  display: flex;
  align-items: baseline;
}

#leadForm .input-group .input-group-text i {
  color: #E12416;
  font-weight: 800;
  font-size: 1.25rem;
}

#leadForm .input-group .form-control {
  border: none !important;
  background: transparent;
}

#leadForm .input-group {
  border-bottom: 1px solid #d9d9d9 !important;
}

#leadForm {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 20px 10px rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}


#leadForm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.8),
      transparent);
}

#leadForm::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.8),
      transparent,
      rgba(255, 255, 255, 0.3));
}

.form-control,
.form-select {
  border-radius: 10px;
  padding: .7rem .9rem;
}


/* Section titles */
.section-title {
  font-weight: 800;
  letter-spacing: -.02em;
}

.section-subtitle {
  max-width: 920px;
  color: var(--muted);
}

.build-card {
  border-radius: 22px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  justify-content: space;
  padding: 1.5rem 1rem;
  scroll-snap-align: start;
  position: relative;
  background: #fff;
  transition: box-shadow 0.2s;
  transition: transform .35s ease;
  border: 2px solid #fff;
}

.build-card:hover,
.why-card:hover {
  transition: transform .35s ease;
  box-shadow: rgba(225, 36, 22, 1) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

}

.build-card .num-pill,
.why-card .num-pill {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

.build-card:hover .num-pill,
.why-card:hover .num-pill {
  color: #fff;
  transform: rotateY(360deg);
  background: #E12416;
}

/* Small numbered points */
.num-pill {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: rgba(255, 90, 31, .12);
  border: 1px solid rgba(225, 36, 22, 1);
  flex: 0 0 auto;
}

.card-text {
  color: #4f4f51 !important;
  font-size: 1.125rem !important;
  line-height: 1.875rem !important;
}

.build-card h4 {
  font-weight: 700;
}

/* Help cards */
.help-section,
.bg-soft {
  background: #F6F9FC;
}

.help-card {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  transition: transform .2s ease, box-shadow .2s ease;
  min-height: 100%;
}

.help-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(225, 36, 22, .10);
}

.icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 90, 31, .10);
  color: #e12416;
  ;
  font-size: 1.25rem;
  border: 1px solid rgba(255, 90, 31, .18);
}

/* Dark process section */
.process {
  position: relative;
  color: #fff;
  background: url(../images/web-develop-prcs-bg-nw.png) no-repeat center center / cover;
}

.process .section-subtitle,
.pfsecond-section .section-subtitle {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 50px;
  margin: 0 auto;
  text-align: center;
}

.pf-timeline {
  margin-top: 10px;
}

.pf-item {
  display: flex;
  gap: 28px;
}

.pf-left {
  width: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pf-num {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  background: rgba(255, 255, 255, .02);
}

/* IMPORTANT: position + overflow for ::after fill */
.pf-line {
  position: relative;
  /* ✅ needed for absolute ::after */
  overflow: hidden;
  /* ✅ hides fill while growing */
  width: 1px;
  flex: 1;
  margin-top: 0;
  background: rgba(255, 255, 255, .55);
  /* base line */
}

/* Fill layer */
.pf-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  /* start empty */
  background: rgba(255, 72, 40, .2);
  transition: height .45s ease-in-out;
}

/* Hover: line fills */
.pf-item:hover .pf-line::after {
  height: 100%;
}

/* Your existing hover styles (kept) */
.pf-item:hover {
  color: rgb(255, 72, 40);
}

.pf-item:hover .pf-num {
  border: 1px solid rgba(255, 72, 40);
}

/* Optional: keep base line subtle instead of turning solid red */
.pf-item:hover .pf-line {
  background: rgba(255, 255, 255, .35);
}

/* Make heading/text red */
.pf-item:hover .pf-heading,
.pf-item:hover .pf-text {
  color: rgb(255, 72, 40);
}

/* Last step: no line */
.pf-item.pf-last .pf-line {
  display: none !important;
}

/* Stop the vertical line after the last item */
.pf-last .pf-line {
  background: transparent;
}

.pf-content {
  flex: 1;
  padding-top: 2px;
  margin-bottom: 2.5rem;
}

.pf-heading {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: clamp(20px, 1.6vw, 28px);
  font-family: 'Source Sans 3', sans-serif !important;
}

.pf-text {
  margin: 0;
  color: rgba(255, 255, 255, .85);
  font-size: 18px !important;
  line-height: 1.7;
}

/* Mobile */
@media (max-width: 576px) {
  .pf-item {
    gap: 16px;
  }

  .pf-left {
    width: 56px;
  }

  .pf-num {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/* process 2 */
/* ===== Section Background ===== */
.pfsecond-section {
  position: relative;
  padding: 80px 0 90px;
  color: #fff;
  overflow: hidden;
  background:
    url("../images/mobile-app-prcs-bg.webp") center/cover no-repeat;
}

.pfsecond-title {
  font-weight: 800;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -.02em;
  text-align: center;
  margin: 0;
}

.pfsecond-subtitle {
  text-align: center;
  margin-top: 6px;
  font-weight: 600;
  opacity: .9;
}

/* ===== Timeline Wrapper ===== */
.pfsecond-wrap {
  position: relative;
  max-width: 1120px;
  margin: 40px auto 0;
  padding: 6px 0;
}

/* ===== Item spacing ===== */
.pfsecond-item {
  position: relative;
  padding-left: 66px;
  /* room for connectors */
  padding-right: 66px;
  /* room for connectors */
  z-index: 1;
}

.pfsecond-item+.pfsecond-item {
  margin-top: 16px;
}

/* ===== Card ===== */
.pfsecond-card {
  position: relative;
  background: #fff;
  color: #111827;
  border-radius: 0.813rem;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5);
  padding: 35px;
  min-height: 128px;
  display: flex;
  align-items: self-start;
  gap: 18px;
  z-index: 2;
}

.pfsecond-no {
  font-weight: 800;
  font-size: 26px;
  color: #e12416;
  ;
  min-width: 56px;
}

.pfsecond-text h3 {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -.02em;
}

.pfsecond-text p {
  margin: 0;
  color: #4f4f51;
  line-height: 1.55;
  max-width: 820px;
}

.pfsecond-icon {
  margin-left: auto;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.pfsecond-icon img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

/* ===== Dots (one side per item) ===== */
.pfsecond-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e12416;
  ;
  box-shadow: 0 10px 22px rgba(255, 90, 31, .28);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: none;
}

.pfsecond-dot.left {
  left: 58px;
}

.pfsecond-dot.right {
  right: 58px;
}

/* ===== Short horizontal connector (dot -> card) ===== */
.pfsecond-connector {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  border-top: 2px solid #E12416;
  width: 48px;
  z-index: 1;
  display: none;
}

.pfsecond-connector.left {
  left: 22px;
}

.pfsecond-connector.right {
  right: 22px;
}

/* ===== Show dot+connector alternating per card ===== */
/* ODD cards (1,3,5...) use RIGHT side */
.pfsecond-item:nth-child(odd) .pfsecond-dot.right,
.pfsecond-item:nth-child(odd) .pfsecond-connector.right {
  display: block;
}

/* EVEN cards (2,4,6...) use LEFT side */
.pfsecond-item:nth-child(even) .pfsecond-dot.left,
.pfsecond-item:nth-child(even) .pfsecond-connector.left {
  display: block;
}

/* ===== Elbow connector from CURRENT card -> NEXT card =====
       Uses a border trick to draw: vertical down on one side + horizontal across at bottom
       - odd: go down on RIGHT, then cross to LEFT (next enters left)
       - even: go down on LEFT, then cross to RIGHT (next enters right) */
.pfsecond-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 50%;
  height: calc(100% + 16px);
  /* to next item center-ish */
  pointer-events: none;
  z-index: 0;
  opacity: .95;
  border: 0;
}

/* odd: RIGHT vertical + bottom horizontal (to left) */
.pfsecond-item:nth-child(odd):not(:last-child)::after {
  border-right: 2px dashed #E12416;
  border-bottom: 2px dashed transparent;
  border-image: linear-gradient(320deg, rgba(255, 66, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  border-bottom-right-radius: 16px;
}



/* even: LEFT vertical + bottom horizontal (to right) */
.pfsecond-item:nth-child(even):not(:last-child)::after {
  border-left: 2px dashed #E12416;
  border-bottom: 2px dashed transparent;
  border-image: linear-gradient(140deg, rgba(255, 66, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  border-bottom-left-radius: 16px;
}

/* ===== Tablet ===== */
@media (max-width:991.98px) {
  .pfsecond-card {
    padding: 22px;
  }

  .pfsecond-text h3 {
    font-size: 24px;
  }

  .pfsecond-icon {
    width: 60px;
    height: 60px;
  }

  .pfsecond-icon img {
    width: 54px;
    height: 54px;
  }
}

/* ===== Mobile ===== */
@media (max-width:767.98px) {

  .pfsecond-wrap::before,
  .pfsecond-dot,
  .pfsecond-connector,
  .pfsecond-item::after {
    display: none !important;
  }

  .pfsecond-item {
    padding-left: 0;
    padding-right: 0;
  }

  .pfsecond-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .pfsecond-icon {
    margin-left: 0;
  }

  .pfsecond-text p {
    max-width: 100%;
  }
}

/* process 2 */

/* Technology logos grid */
.tech-tile {
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 25px 15px;
  border-radius: 8px;
}

.tech-tile:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tech-tile img {
  width: 82px;
  max-height: 73px;
  max-width: 100%;
  object-fit: contain;
}

.tech-tile .fallback {
  font-weight: 800;
  color: #111827;
  font-size: .95rem;
}

/* Why choose us */
.why-card {
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 10px 26px rgba(11, 18, 32, .06);
  min-height: 100%;
}

.why-no {
  font-weight: 900;
  color: rgba(15, 23, 42, .35);
  font-size: 1rem;
  margin-right: .6rem;
}

/* CTA strip */
.cta-strip {
  position: relative;
  color: #fff;
  background: url("../images/get_started-cta-section.webp") center/cover no-repeat;
  padding: 65px 50px;
  overflow: hidden;
}

.cta-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(500px 250px at 80% 50%, rgba(255, 255, 255, .18), transparent 60%);
  pointer-events: none;
}

.cta-strip .inner {
  position: relative;
  z-index: 1;
}

/* Footer */
footer {
  background: #0b1220;
  color: rgba(255, 255, 255, .85);
}

footer a {
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-title {
  color: #fff;
  font-weight: 800;
  letter-spacing: -.01em;
}

/* WhatsApp floating button (optional) */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .20);
  z-index: 9999;
  text-decoration: none;
  font-size: 1.4rem;
}

.wa-float:hover {
  color: #fff;
  transform: translateY(-1px);
}

/* Hire our resource page css */
.Strengthen,
.panel-dark,
.suited-for,
.panel-dark-2,
#services,
.panel-dark-3,
#process,
.tech-section,
.proficiency,
#faq,
.band,
.aboutus-testimonial,
.stakeholders-like,
.careers-content,
.contact-detail-section {
  padding: 85px 0px;
}

/* Feature bullets */
.icon-bullet {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.icon-bullet:last-child {
  border-bottom: 0;
}

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(225, 36, 22, 1);
  color: #fff;
  font-size: 1.25rem;
  flex: 0 0 auto;
}

.icon-bullet p {
  margin: 0;
  color: #212529;
}

/* dark panels */
/* Dark panels */
.panel-dark,
.panel-dark-2,
.panel-dark-3 {
  position: relative;
  background: var(--dark);
  color: #fff;
  overflow: hidden;
}

.panel-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/dedicated-bg.png');
  background-size: cover !important;
}

.panel-dark-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/hire-resources-help.png') !important;
  background-size: cover !important;
}

.panel-dark-3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/4th-section-image.webp') !important;
  background-size: cover !important;
}

.panel-dark>*,
.panel-dark-2>*,
.panel-dark-3>* {
  position: relative;
  z-index: 2;
}

.pill-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.pill-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .9);
  font-size: 18px !important;
}

.pill-list li:last-child {
  border-bottom: 0;
}

.pill-list .mini-dot {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 225, 255, .18);
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 1rem;
}

.mini-dot i {
  color: #E12416;
  font-size: 1rem;
  font-weight: 700;
}

/* Accordion tweaks for dark background */
.accordion-dark .accordion-item {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  overflow: hidden;
}

.accordion-dark .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 700;
}

.accordion-dark .accordion-button::after {
  display: inline-block;
  font: 28px / 1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  position: absolute;
  right: 3%;
  top: 25%;
  transition: all 0.3s ease;
}

.accordion-dark .accordion-button:not(.collapsed)::after {
  position: absolute;
  right: 3%;
  top: 44%;
}

.accordion-dark .accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, .08);
  color: #ff4200;
  box-shadow: none;
}

.accordion-dark .accordion-button:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 60, 0, .25);
}

.accordion-dark .accordion-button {
  font-size: 1.25rem !important;
}

.accordion-dark .accordion-body {
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
}

/* Best suited cards */
.suited-card {
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: 100%;
  background-color: #F6F9FC;
  transition: all 0.3s ease;
}

.suited-card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  filter: brightness(1);
  background-color: #d9e9f9;
}

.avatar-chip {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 224, 213, 1);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-size: 1.25rem;
  margin: 0 auto 10px;
  top: -20%;
  position: relative;
}

.avatar-chip.main {
  width: 104px;
  height: 104px;
}


@media (min-width:991.98px) {

  /* ================= Common base ================= */

  .suited-card-top,
  .suited-card.card-left {
    position: relative;
    padding: 25px 0 100px;
    margin-bottom: 50px;
  }

  .suited-card-top::after,
  .suited-card.card-left::before,
  .suited-card.card-left::after,
  .suited-card.card-middle::before,
  .suited-card.card-middle::after {
    content: "";
    position: absolute;
    display: block;
    background: #ff4200;
    z-index: -1;
  }

  /* ================= Top card (vertical down) ================= */

  .suited-card-top::after {
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 100px;
    transform: translateX(-50%);
  }

  /* ================= Left card (horizontal + vertical up) ================= */

  .suited-card.card-left {
    position: relative;
  }

  .suited-card.card-left::before,
  .suited-card.card-left::after {
    content: "";
    position: absolute;
    display: block;
    background: #ff4200;
    z-index: -1;
  }

  /* horizontal line: left edge → center */
  .suited-card.card-left::before {
    left: 50%;
    top: -100px;
    width: 75%;
    height: 2px;
  }

  /* vertical line: up from center */
  .suited-card.card-left::after {
    left: 50%;
    top: -100px;
    width: 2px;
    height: 100px;
    transform: translateX(-50%);
  }


  /* ================= Middle card ================= */

  .suited-card.card-middle {
    position: relative;
  }

  .suited-card.card-middle::before {
    right: 0;
    top: -100px;
    width: 100%;
    height: 2px;
  }

  .suited-card.card-middle::after {
    left: 50%;
    top: -100px;
    width: 2px;
    height: 100px;
    transform: translateX(-50%);
  }

  /* ================= Right card (horizontal + vertical up) ================= */
  .suited-card.card-right {
    position: relative;
  }

  .suited-card.card-right::before,
  .suited-card.card-right::after {
    content: "";
    position: absolute;
    display: block;
    background: #ff4200;
    z-index: -1;
  }

  /* horizontal line from left edge to center */
  .suited-card.card-right::before {
    right: 50%;
    top: -100px;
    width: 75%;
    height: 2px;
  }

  .suited-card.card-right::after {
    left: 50%;
    top: -100px;
    width: 2px;
    height: 100px;
    transform: translateX(-50%);
  }

}

/* “We Provide” tech cards */
.tech-card {
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 14px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
  transition: all 0.3s ease-in-out;
}

.tech-card:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  background-color: #F6F9FC;
}

.tech-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}

.tech-card a {
  color: #e12416;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
}

.tech-card a:hover {
  text-decoration: underline;
}

.tech-card p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-break: auto;
}

/* Why choose us grid */
.why-card {
  border-radius: 14px;
  height: 100%;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 1rem;

  position: relative;
  overflow: hidden;

  /* Glass look */
  background: linear-gradient(180deg,
      rgba(255, 255, 255, .15),
      rgba(255, 255, 255, .1));
  backdrop-filter: blur(1px) saturate(120%);
  -webkit-backdrop-filter: blur(1px) saturate(160%);

  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .6);
  transition:
    transform .45s cubic-bezier(.22, 1, .36, 1),
    box-shadow .45s cubic-bezier(.22, 1, .36, 1);
}


/* ===== Base glass card ===== */

/* ===== Inner glass highlight ===== */
.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, .55),
      rgba(255, 255, 255, .05) 40%,
      rgba(255, 255, 255, .02));
  opacity: .45;
  pointer-events: none;
}

/* ===== Liquid reflection layer ===== */
.why-card::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -60%;
  width: 60%;
  height: 260%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, .45),
      rgba(255, 255, 255, .12),
      transparent);
  transform: rotate(25deg);
  opacity: .6;
  pointer-events: none;
}

/* ===== Hover interaction ===== */
.why-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow:
    0 35px 70px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .8);
}

.why-card:hover::after {
  animation: liquid-sweep 1s ease;
}

/* ===== Shine animation ===== */
@keyframes liquid-sweep {
  from {
    left: -60%;
  }

  to {
    left: 120%;
  }
}


.why-card .why-ico img {
  width: 64px !important;
}

.why-card h4 {
  font-weight: 800;
  margin: 0 0 6px;
  color: #ff7d4e;
}

.why-card p {
  margin: 0;
  color: rgba(255, 255, 255, .85);
}

/* Steps */
.steps-wrap {
  position: relative;
}

.steps-line {
  position: absolute;
  z-index: -1;
  top: 0.5rem;
  left: 0;
  right: 0;
  top: 20px;
  height: 54px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='840' height='54' viewBox='0 0 840 54'%3E%3Cpath d='M0 27 C70 0, 140 54, 210 27 S350 54, 420 27 560 0, 630 27 770 54, 840 27' fill='none' stroke='%23E12416' stroke-width='3' stroke-dasharray='6 8' stroke-linecap='round' opacity='.85'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: 0 0;
  animation: waveMove 10s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.steps-line img {
  animation: waveMove 10s linear infinite;
}

@keyframes waveMove {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 420px 0;
  }
}

.step-dot {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #ff4200;
  border: 5px solid #fff !important;
  color: #fff;
  display: grid;
  font-size: 24px;
  place-items: center;
  font-weight: 700;
  margin: 0 auto 12px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  animation: pulseRing 2.4s ease-in-out infinite;
}

@keyframes pulseRing {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 66, 0, .35);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(255, 66, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 66, 0, 0);
  }
}

.step-card img {
  padding: 1rem;
  background: rgba(255, 66, 0, 0.4);
  border-radius: 20%;
}

.step-card h4 {
  margin: 1.5rem 0rem;
}

.text-center:has(.step-dot),
.text-center:has(.step-card) {
  z-index: 2 !important;
  position: relative !important;
}

.step-card {
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
  min-height: 335px;
  margin-top: 2.5rem;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.step-card:hover {
  transform: scale(1) rotate(0deg) translate(0px, 0px) skewX(0deg);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  opacity: 1;
  filter: brightness(1);
  background-color: #ff4200;
  color: #fff !important;
}

.step-card:hover p {
  color: rgba(255, 255, 255, .98) !important;
}

.step-card:hover img {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 1) !important;
  border-radius: 20%;
}

.step-dot:hover {
  background: #fff;
  border: 5px solid #ff4200 !important;
  color: #ff4200;
}

.step-dot:hover+.step-card {
  transform: scale(1) rotate(0deg) translate(0px, 0px) skewX(0deg);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  opacity: 1;
  filter: brightness(1);
  background-color: #ff4200;
  color: #fff !important;
}

.step-dot:hover+.step-card img {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 1) !important;
  border-radius: 20%;
}

.step-dot:hover+.step-card p {
  color: rgba(255, 255, 255, .98) !important;
}


.step-card .bi {
  color: #ff4200;
  font-size: 1.3rem;
}

.tech-section .section-heading {
  font-size: 2.71rem !important;
}

.icon-tile {
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  margin: 12.5px 0;
  border-radius: 2rem;
  padding: 1rem;
  background: #fff;
  text-align: center;
  border: 2px solid #0d0f33;
  display: grid;
  place-items: center;
}

.icon-tile h6 {
  font-weight: 700 !important;
  color: #0d0f33;
  padding: 1rem;
  font-size: clamp(18px, 4vw, 20px);
}

.icon-tile::after {
  /* subtle shine on hover */
  content: "";
  position: absolute;
  top: -120%;
  left: -60%;
  width: 55%;
  height: 260%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .55), rgba(255, 255, 255, .15), transparent);
  transform: rotate(20deg);
  opacity: 0;
  pointer-events: none;
}

.icon-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, .14);
  border-color: rgba(255, 66, 0, 1);
}

.icon-tile:hover::after {
  animation: heroSweep .9s ease;
  opacity: 1;
}

.icon-tile .tile-ico {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  animation: glow 2.6s ease-in-out infinite;
}

.tech-section .hr_line-1,
.hr_line-1 {
  position: absolute;
  height: 5px !important;
  border-radius: 160px;
  background: #ff4200;
  opacity: 1;
  width: 6%;
  border-top: none !important;
}

.tech-section .hr_line-2,
.hr_line-2 {
  position: absolute;
  height: 5px !important;
  border-radius: 160px;
  background: #ff4200;
  opacity: 1;
  width: 20%;
  margin-left: 10rem;
  border-top: none !important;
}

.wide-cta {
  position: relative;
  overflow: hidden;
  background-color: #0d0f33;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 0px;
}

.wide-cta .section-heading {
  font-size: 2.5rem !important;
  max-width: 100% !important;
}

/* =========================
       Proficiency cards
    ========================= */
.pro-card {
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
  height: 100%;
  padding: 18px 18px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
}

.pro-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, .12);
  border-color: rgba(255, 66, 0, 1);
}

.pro-card .pro-ico {
  width: 100px;
  height: 100px;
  position: relative;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.pro-card h3 {
  font-weight: 600;
  margin: 1.25rem 0px;
}

.pro-card p {
  margin: 0;
  color: #4b5563;
  font-size: .92rem;
}

/* =========================
       FAQ
    ========================= */

#faq {
  background-color: #F6F9FC;
}

#faq .section-heading {
  max-width: 100%;
}

.faq-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
  background: #fff;
}

.faq-image {
  background:
    linear-gradient(90deg, rgba(10, 18, 44, .65), rgba(10, 18, 44, .15)),
    url("../images/faq-image.webp");
  background-size: cover;
  background-position: center;
  min-height: 260px;
}

.accordion-button {
  font-weight: 800;
}

.accordion-button:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 66, 0, .18);
}

.accordion-button:not(.collapsed) {
  background: rgba(255, 66, 0, .06);
  color: var(--ink);
}

#faq .accordion-button {
  font-size: 1.4rem;
}

#faq .accordion-button:not(.collapsed) {
  color: #e12416;
  background-color: rgba(255, 66, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(255, 66, 0, 0.1);

}

/* End Hire our resource page css */

/* blogs css starts here */
/* ========= Hero ========= */
.hero {
  position: relative;
  min-height: 240px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, .72) 0%, rgba(2, 6, 23, .30) 55%, rgba(2, 6, 23, .55) 100%),
    url("../images/blog-hdr.png") center/cover no-repeat;
  transform: scale(1.06);
  animation: heroZoom 10s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(circle at 20% 20%, rgba(255, 90, 31, .22), transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(255, 90, 31, .12), transparent 60%);
  animation: floatGlow 8s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes heroZoom {
  from {
    transform: scale(1.06) translateY(0px);
  }

  to {
    transform: scale(1.12) translateY(-6px);
  }
}

@keyframes floatGlow {
  from {
    transform: translate3d(-10px, 0, 0);
    opacity: .9;
  }

  to {
    transform: translate3d(10px, -6px, 0);
    opacity: .7;
  }
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2.2rem 0;
}

.hero-title {
  color: #fff;
  font-weight: 900;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin: 0;
  animation: fadeInLeft .7s ease both;
}

.hero-right {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  animation: fadeInRight .7s ease both;
}

.hero-right h5 {
  margin: 0;
  font-weight: 800;
  line-height: 1.1;
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  font-weight: 800;
  border-radius: 10px;
  padding: .55rem 1rem;
  background: rgba(255, 255, 255, .08);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}

.btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .65);
}

.btn-pulse {
  animation: pulse 2.4s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 90, 31, .45);
  }

  60% {
    box-shadow: 0 0 0 14px rgba(255, 90, 31, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 90, 31, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ========= Search ========= */
.search-wrap {
  position: relative;
  z-index: 2;
}

.search-card {
  background: #F6F9FC;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  padding: .85rem;
  animation: fadeUp .65s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-input {
  border: 0;
  outline: none;
  box-shadow: none !important;
}

.search-btn {
  border: 0;
  background: transparent;
  color: #E12416 !important;
  font-weight: 800;
  font-size: 1.75rem;
  transition: transform .18s ease, color .18s ease;
}

.search-card .bi-search::before {
  color: #E12416 !important;
  font-weight: 800;
  font-size: 1.25rem;
}

.search-btn:hover {
  color: #E12416;
  transform: translateX(2px);
}

/* ========= Blog cards ========= */
.section-pad {
  padding: 2.2rem 0 2.6rem;
}

.blog-card {
  border: 1px solid #d9e9f9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(2, 6, 23, 0);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  height: 100%;
  background: #fff;
  position: relative;
  isolation: isolate;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-color: rgba(255, 90, 31, .22);
}

.blog-thumb {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .5s ease;
}

.blog-card:hover .blog-thumb {
  transform: scale(1.01);
}

.blog-body {
  padding: 1rem 1.05rem 1.15rem;
}

.blog-date {
  color: #4f4f51;
  font-size: .9rem;
  margin-bottom: .55rem;
}

.blog-title {
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 .75rem;
  font-size: 1.05rem;
  color: #0b1b35;
}

.read-more {
  color: #E12416;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  transition: transform .2s ease, color .2s ease;
}

.read-more:hover {
  color: #ff4200;
  transform: translateX(3px);
}

/* stagger entrance */
.stagger {
  opacity: 0;
  transform: translateY(10px);
  animation: cardIn .6s ease forwards;
}

.stagger:nth-child(1) {
  animation-delay: .05s;
}

.stagger:nth-child(2) {
  animation-delay: .10s;
}

.stagger:nth-child(3) {
  animation-delay: .15s;
}

.stagger:nth-child(4) {
  animation-delay: .20s;
}

.stagger:nth-child(5) {
  animation-delay: .25s;
}

.stagger:nth-child(6) {
  animation-delay: .30s;
}

.stagger:nth-child(7) {
  animation-delay: .35s;
}

.stagger:nth-child(8) {
  animation-delay: .40s;
}

.stagger:nth-child(9) {
  animation-delay: .45s;
}

@keyframes cardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========= Pagination ========= */
.pagination .page-link {
  border: 0;
  color: #0b1b35;
  font-weight: 800;
  font-size: 18px !important;
  border-radius: 10px;
  margin: 0 .15rem;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.pagination .page-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 90, 31, .10);
  color: #E12416;
}

.last-page i::before {
  color: #E12416;
  font-weight: 800 !important;
  font-size: 24px !important;
}

.pagination .page-item.active .page-link {
  background: transparent;
  color: #E12416;
}

/* blogs css ends here */

/* blog inner page css starts here */

/* ===== Page layout ===== */
.page {
  padding: 1.7rem 0 2.8rem;
  animation: pageIn .55s ease both;
}

@keyframes pageIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Main blog card ===== */
.panel {
  background: #fff;
  border: 1px solid #d9e9f9;
  border-radius: 12PX;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.panel:hover {
  transform: translateY(-2px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-color: rgba(255, 90, 31, .18);
}

/* ===== Hero banner inside card ===== */
.hero-banner {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-bottom: 1px solid #d9e9f9;
}

.hero-banner .img {
  position: absolute;
  inset: 0;
  background: url("../images/blog-1.png") center/cover no-repeat;
  transform: scale(1.07);
  animation: heroZoom 10s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  from {
    transform: scale(1.07) translateY(0px);
  }

  to {
    transform: scale(1.13) translateY(-6px);
  }
}

.hero-banner .glow {
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(circle at 15% 25%, rgba(255, 90, 31, .22), transparent 55%),
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, .12), transparent 60%);
  animation: floatGlow 8s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes floatGlow {
  from {
    transform: translate3d(-10px, 0, 0);
    opacity: .9;
  }

  to {
    transform: translate3d(10px, -6px, 0);
    opacity: .7;
  }
}

.hero-banner .content {
  position: relative;
  z-index: 1;
  padding: 1.4rem 1.4rem 1.2rem;
  max-width: 760px;
  animation: fadeInLeft .7s ease both;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-banner .badge-brand {
  display: inline-block;
  padding: .35rem .7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  font-weight: 800;
  letter-spacing: .25px;
  font-size: .82rem;
  margin-bottom: .55rem;
}

.hero-banner h1 {
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 .6rem;
  text-shadow: 0 12px 22px rgba(0, 0, 0, .22);
}

.hero-banner .site {
  color: rgba(255, 255, 255, .88);
  font-weight: 800;
  font-size: .95rem;
}

/* ===== Meta line ===== */
.meta {
  padding: 1rem 1.4rem 0;
  color: #4f4f51;
  font-size: .95rem;
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.2rem;
  align-items: center;
}

.meta b {
  color: #0b1b35;
}

.meta a {
  color: #e12416;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease;
}

.meta a:hover {
  color: var(--brand-dark);
}

/* ===== Article ===== */
.article {
  padding: .9rem 1.4rem 1.3rem;
}

.article h2 {
  font-weight: 900;
  margin: .35rem 0 .9rem;
  line-height: 1.15;
}

.article p {
  color: #334155;
  line-height: 1.72;
  margin-bottom: .95rem;
  font-size: .98rem;
}

/* ===== CTA + Social ===== */
.cta-row {
  padding: 0 1.4rem 1.3rem;
}

.share {
  display: flex;
  gap: .55rem;
  padding: 0 1.4rem 1.5rem;
}

.share a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid #d9e9f9;
  color: #e12416;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
}

.share a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 90, 31, .35);
  box-shadow: 0 12px 20px rgba(2, 6, 23, .08);
  color: #e12416;
}

/* ===== Sidebar boxes ===== */
.side-card {
  background: #fff;
  border: 1px solid #d9e9f9;
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 1rem 1rem 1.05rem;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  animation: fadeInRight .7s ease both;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.side-card:hover {
  transform: translateY(-2px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-color: rgba(255, 90, 31, .18);
}

.side-card h5 {
  font-weight: 900;
  margin: 0 0 .8rem;
}

.side-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .45rem;
}

.side-list a {
  text-decoration: none;
  color: #0b1b35;
  font-weight: 700;
  font-size: .95rem;
  transition: color .2s ease, transform .2s ease;
  display: inline-flex;
  gap: .5rem;
  align-items: center;
}

.side-list a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: rgba(255, 90, 31, .9);
  display: inline-block;
}

.side-list a:hover {
  color: #E12416;
  transform: translateX(2px);
}

/* ===== Related section ===== */
.related-wrap {
  padding: 1.8rem 0 2.2rem;
  border-top: 1px solid rgba(229, 231, 235, .65);
  background: #fff;
}



/* responsive refinements */
@media (max-width: 992px) {
  .hero-banner .content {
    padding: 1.2rem 1.1rem;
  }

  .meta,
  .article,
  .cta-row,
  .share {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}

/* blog inner page css ends here */

/* about us section css starts here */
/* Client Voice Style Start Here */

.testimonial-section {
  min-height: 62.8rem;
  padding: 4rem 0;
  position: relative;
  background-color: #0d0f33;
  overflow: hidden;
}

.client-section-heading {
  font-size: 3.75rem;
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 700;
  color: #fff;
}

.testimonial-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  min-height: 40.625rem;
}

.testimonial-carousel {
  position: relative;
  height: 100%;
  perspective: 62.5rem;
}

.testimonial-carousel img.bg-img {
  display: none;
  position: absolute;
  width: 1030px;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 20px;
}

.testimonial-card0 {
  background-image: url(../images/realestart-bg-img.webp) !important;
}

.testimonial-card1 {
  background-image: url(../images/team\ qik\ bg\ img.webp) !important;
}

.testimonial-card2 {
  background-image: url(../images/keybus\ bg\ img.webp) !important;
}

.testimonial-card3 {
  background-image: url(../images/team\ qik\ bg\ img.webp) !important;
}

.testimonial-card {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 60.375rem;
  min-height: 38.375rem;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 3rem;
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(100%) scale(0.8);
  margin: auto;
  z-index: 2;
  opacity: 0;
}

.testimonial-card-content {
  width: 29.625rem;
  min-height: 33.375rem;
  top: 2.5rem;
  right: 2.5rem;
  background-color: rgba(13, 15, 51, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1.5rem;
  padding: 2rem;
}

.testimonial-card.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 3;
}

.testimonial-card.next {
  opacity: 1;
  transform: translateX(100%) scale(0.9);
  z-index: 2;
}

.testimonial-card.pre {
  opacity: 1;
  transform: translateX(-100%) scale(0.9);
  z-index: 2;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  transition: opacity 0.8s ease;
}

.loader-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(238, 238, 238, 0.5);
  border-radius: 50%;
}

.loader-progress {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.188rem solid transparent;
  border-top: 0.188rem solid #0d0f33;
  border-radius: 50%;
  animation: rotatelogo 2s linear infinite;
}

@keyframes rotatelogo {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* margin-bottom: 2rem; */
}

.client-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
}

.client-designation {
  font-size: 1rem;
  color: #fff;
}

.testimonial-card img.object-contain {
  max-height: 60px;
  width: auto;
  object-fit: contain;
  background: #fff;
  margin-left: 1.5rem;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
}

.testimonial-card img[alt="quote"] {
  height: 48px;
  float: right;
  margin-bottom: 1.5rem;
}

.text-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #fff !important;
  margin-top: 4rem;
}

.carousel-indicators {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 3rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
  padding-bottom: 2.8rem !important;
  z-index: 10;
}

.carousel-indicator {
  position: relative;
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.carousel-indicator.active {
  background: #fff;
  transform: scale(1.3);
  animation: 2.4s ease-in-out 0s infinite normal none running pulseRing;
}

.carousel-indicator img {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
}

.carousel-nav.prev,
.carousel-nav.next {
  display: none;
}

/* Client Voice Style End Here */

/* ===== Industries section (split) ===== */
.split {
  padding: 0;
  background-color: #F6F9FC;
}

.split-left {
  padding: 2.2rem 1.2rem 2.2rem 0;
}

.split-right {
  min-height: 340px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.split-right img {
  width: 100%;
  height: 100%;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, .15) 0%, rgba(2, 6, 23, .25) 70%, rgba(2, 6, 23, .35) 100%);
  transform: scale(1.06);
  animation: heroZoom 12s ease-in-out infinite alternate;
}

.industries h4 {
  font-weight: 950;
  margin: 0 0 .75rem;
}

.industries p {
  color: #334155;
  margin: 0 0 1rem;
  line-height: 1.65;
}

.industry-list {
  columns: 2;
  column-gap: 2rem;
  padding-left: 1.1rem;
  margin: 0;
}

.industry-list li {
  break-inside: avoid;
  margin: .45rem 0;
  color: #0b1b35;
  font-weight: 800;
  list-style: none;
  position: relative;
}

.industry-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--brand);
  position: absolute;
  left: 0;
  top: .52rem;
}

@media (max-width: 992px) {
  .split-left {
    padding: 2rem 0;
  }

  .industry-list {
    columns: 1;
  }

  .split-right {
    border-radius: var(--radius);
    min-height: 260px;
  }
}

.text-dark {
  color: #060806 !important;
}

/* ===== Stats tiles ===== */
.stats-grid {
  margin-top: 1.3rem;
}

.stat-tile {
  border: 1px solid #d9e9f9;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  height: 100%;
}

.stat-tile:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-color: rgba(255, 90, 31, .18);

}

.stat-img {
  aspect-ratio: 16 / 10 !important;
  width: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .55s ease;
}

.stat-tile:hover .stat-img {
  transform: scale(1.03);
}

.stat-body {
  padding: .85rem 1rem 1rem;
  text-align: center;
}

.stat-body .kpi {
  font-weight: 600 !important;
  font-size: 1.25rem !important;
  margin: 0;
  color: #0D0f33;
}


/* ===== Mission / Vision band ===== */
.band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #0b1b35 0%, #0a1633 60%, #3b0a0a 100%);
  color: #fff;
}

.band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(3, 29, 50, 0.8), rgba(178, 34, 34, .8)) 0 0 / cover,
    url("../images/aboutus_section4.png") center/cover no-repeat;
  transform: scale(1.08);
  animation: heroZoom 12s ease-in-out infinite alternate;
}

.band::after {
  content: "";
  position: absolute;
  inset: -45% -25%;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 90, 31, .22), transparent 55%),
    radial-gradient(circle at 70% 25%, rgba(255, 255, 255, .10), transparent 60%);
  animation: floatGlow 8s ease-in-out infinite alternate;
  pointer-events: none;
  opacity: .95;
}

.band .container {
  position: relative;
  z-index: 1;
}

.band h3 {
  font-weight: 950;
  margin: 0 0 .9rem;
  text-align: center;
}

.mv-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  padding: 1.1rem 1.15rem;
  height: 100%;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
  backdrop-filter: blur(6px);
}

.mv-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 90, 31, .28);
  background: rgba(255, 255, 255, .08);
}

.mv-card h3 {
  font-weight: 700;
  margin: 0 0 .55rem;
}

.band .section-heading {
  max-width: 100%;
}

.mv-card p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  line-height: 1.7;
  font-size: .95rem;
}

.service-banner.about-us-banner {
  background: url('../images/aboutus-header.webp') no-repeat center center / cover !important;
}

.split-left .section-heading {
  max-width: 100% !important;
}

.split-left ul {
  list-style-type: none !important;
  padding-left: 0;
  font-size: 18px;
}

.split-left ul li {
  margin-bottom: 0.25rem;
}

.split-left ul li span.bullet-dot {
  animation: pulseRing 2.4s ease-in-out infinite;
  width: 10px;
  height: 10px;
}

.testimonial-section.aboutus-testimonial {
  background: #F6F9FC !important;
}

.abt-us-cta .section-heading {
  max-width: 100% !important;
}

/* ===== Stakeholders (Image-style cards) ===== */
.stakeholders-like {
  background: #F6F9FC;
}

.stakeholders-like .section-sub {
  text-align: center !important;
  font-size: 22px;
  padding: 16px 0px !important;
  font-weight: 700 !important;
}

/* Card container */
.stake-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 420px;
  /* controls height like screenshot */
  box-shadow: 0 16px 34px rgba(2, 6, 23, .10);
  border: 1px solid rgba(15, 23, 42, .06);
  transform: translateY(0);
  transition: transform .25s ease, box-shadow .25s ease;
  isolation: isolate;
}

/* Hover lift */
.stake-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(2, 6, 23, .14);
}

/* Pastel backgrounds (like screenshot tiles) */
.stake-bg-1 {
  background: #dcd2ff;
}

/* lilac */
.stake-bg-2 {
  background: #d1fff6;
}

/* mint */
.stake-bg-3 {
  background: #ffd6d6;
}

/* soft pink */
.stake-bg-4 {
  background: #cfeeff;
}

/* baby blue */

/* Portrait image */
.stake-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform .6s ease, filter .6s ease;
  mix-blend-mode: normal;
}

/* Slight zoom on hover */
.stake-card:hover .stake-photo {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.02);
}

/* Soft highlight overlay (keeps it premium) */
.stake-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, .22), transparent 55%),
    linear-gradient(180deg, rgba(2, 6, 23, .00) 55%, rgba(2, 6, 23, .10) 100%);
  pointer-events: none;
  z-index: 1;
  opacity: .9;
}

/* Bottom-left info overlay box */
.stake-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  padding: 16px 16px;
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 28px rgba(2, 6, 23, .10);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.stake-card:hover .stake-overlay {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .95);
  border-color: rgba(255, 90, 31, .18);
}

/* Name + role */
.stake-name {
  margin: 0 0 6px;
  font-weight: 950;
  letter-spacing: .2px;
  color: #0b1b35;
  font-size: 1.25rem;
}

.stake-role {
  margin: 0;
  color: rgba(15, 23, 42, .72);
  font-weight: 700;
  line-height: 1.25rem;
}

/* Read more */
.stake-link {
  text-decoration: none;
  font-weight: 950;
  color: var(--brand, #ff5a1f);
  white-space: nowrap;
  transition: transform .2s ease, color .2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.stake-link:hover {
  color: var(--brand-dark, #e64a12);
  transform: translateX(2px);
}

.stake-arrow {
  display: inline-block;
  transform: translateX(0);
  transition: transform .2s ease;
}

.stake-link:hover .stake-arrow {
  transform: translateX(3px);
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .stake-card {
    min-height: 380px;
    border-radius: 24px;
  }
}

@media (max-width: 576px) {
  .stake-card {
    min-height: 360px;
    border-radius: 22px;
  }

  .stake-overlay {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .stake-name {
    font-size: 1.15rem;
  }
}

/* about us section css ends here */

/* carrer page css start */

/* ===== Page entrance ===== */
.page-in {
  animation: pageIn .6s ease both;
}

@keyframes pageIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Careers Hero ===== */
.careers-hero {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #0b1b35;
  display: flex;
  align-items: center;
}

.careers-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, .68) 0%, rgba(2, 6, 23, .35) 55%, rgba(2, 6, 23, .60) 100%),
    url("../images/carrer-hdr.png") center/cover no-repeat;
  transform: scale(1.08);
  animation: heroZoom 11s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  from {
    transform: scale(1.08) translateY(0px);
  }

  to {
    transform: scale(1.14) translateY(-6px);
  }
}

.careers-hero::after {
  content: "";
  position: absolute;
  inset: -45% -25%;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 90, 31, .18), transparent 55%),
    radial-gradient(circle at 75% 18%, rgba(255, 255, 255, .10), transparent 60%);
  animation: floatGlow 8s ease-in-out infinite alternate;
  pointer-events: none;
  opacity: .95;
}

@keyframes floatGlow {
  from {
    transform: translate3d(-10px, 0, 0);
    opacity: .9;
  }

  to {
    transform: translate3d(10px, -6px, 0);
    opacity: .7;
  }
}

.careers-hero .container {
  position: relative;
  z-index: 1;
}

.hero-left-title {
  color: #fff;
  font-weight: 950;
  letter-spacing: .6px;
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase;
  animation: fadeInUp .65s ease both;
}

.hero-mid {
  color: rgba(255, 255, 255, .92);
  font-weight: 800;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.35;
  animation: fadeInUp .65s ease .08s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-apply {
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
  font-weight: 950;
  border-radius: 10px;
  padding: .65rem 1.2rem;
  box-shadow: 0 14px 26px rgba(255, 90, 31, .24);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  animation: nudge 2.2s ease-in-out infinite;
  white-space: nowrap;
}

.btn-apply:hover {
  background: var(--brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(255, 90, 31, .28);
}

@keyframes nudge {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

/* ===== Main content ===== */

.careers-title {
  font-weight: 950;
  text-align: center;
  color: var(--navy);
  letter-spacing: .2px;
  margin: 0 0 .8rem;
  animation: titlePop .6s ease both;
}

@keyframes titlePop {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.careers-sub {
  text-align: center;
  color: #334155;
  line-height: 1.7;
  max-width: 980px;
  margin: 0 auto .45rem;
  font-weight: 700;
}

.careers-mail {
  text-align: center;
  color: #334155;
  margin: 0 auto 1.8rem;
  font-weight: 700;
}

.careers-mail a {
  color: #E12416;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
  display: inline-block;
}

.careers-mail a:hover {
  color: #ff4200;
  transform: translateY(-1px);
}

/* ===== Job Card ===== */
.job-card {
  border: 1px solid #E0E6ED;
  border-radius: 12px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 1.35rem 1.35rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.job-card::before {
  content: "";
  position: absolute;
  inset: -60% -40%;
  background:
    radial-gradient(circle at 15% 30%, rgba(255, 90, 31, .12), transparent 55%),
    radial-gradient(circle at 85% 20%, rgba(2, 6, 23, .06), transparent 60%);
  opacity: .9;
  transform: translate3d(-10px, 6px, 0);
  transition: transform .6s ease;
  pointer-events: none;
}

.job-card:hover::before {
  transform: translate3d(10px, -6px, 0);
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(255, 90, 31, .20);
}

.job-title {
  font-weight: 600;
  color: #0D0f33;
  margin: 0 0 .45rem;
  letter-spacing: .2px;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem 1.2rem;
  margin: 0;
  color: #0f172a;
  font-weight: 800;
  font-size: .95rem;
}

.job-meta span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #0f172a;
}

.job-meta b {
  color: var(--brand);
  font-weight: 600;
}


/* Mobile stacking like screenshot spacing */
@media (max-width: 768px) {
  .job-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-details {
    width: 100%;
  }

  .hero-left-title {
    font-size: 1.65rem;
    text-align: left;
  }

  .hero-mid {
    text-align: left;
  }
}

/* carrer page css end */

/* contact us page css start */
.contact-hero {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #0b1b35;
  display: flex;
  align-items: center;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, .68) 0%, rgba(2, 6, 23, .35) 55%, rgba(2, 6, 23, .60) 100%),
    url("../images/contact-us-nw.webp") center/cover no-repeat;
  transform: scale(1.08);
  animation: heroZoom 11s ease-in-out infinite alternate;
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: -45% -25%;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 90, 31, .18), transparent 55%),
    radial-gradient(circle at 75% 18%, rgba(255, 255, 255, .10), transparent 60%);
  animation: floatGlow 8s ease-in-out infinite alternate;
  pointer-events: none;
  opacity: .95;
}

@keyframes floatGlow {
  from {
    transform: translate3d(-10px, 0, 0);
    opacity: .9;
  }

  to {
    transform: translate3d(10px, -6px, 0);
    opacity: .7;
  }
}

.contact-hero .container {
  position: relative;
  z-index: 1;
}

.hero-contact-left-title {
  color: #fff;
  font-weight: 950;
  letter-spacing: .6px;
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase;
  animation: fadeInUp .65s ease both;
}

.hero-contact-right {
  color: rgba(255, 255, 255, .92);
  font-weight: 600 !important;
  text-align: right;
  margin: 0;
  animation: fadeInUp .65s ease .08s both;
  font-size: 1.5rem !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Section headings ===== */

.page-title {
  font-weight: 700 !important;
  text-align: center;
  color: #E12416 !important;
  letter-spacing: .2px;
  margin: 0 0 .6rem;
}

.page-sub {
  text-align: center;
  color: #334155;
  line-height: 1.7;
  max-width: 980px;
  margin: 0 auto 1.8rem;
  font-weight: 700;
}

/* ===== Cards ===== */
.panel {
  border: 1px solid #E0E6ED !important;
  border-radius: 12px !important;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.panel:hover {
  transform: translateY(-3px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-color: rgba(255, 90, 31, .18);
}

.panel-head {
  padding: 1.25rem 1.25rem .75rem;
}

.panel-title {
  font-weight: 800 !important;
  margin: 0;
  font-size: 1.75rem !important;
  color: #0D0f33 !important;
}

.panel-body {
  padding: .25rem 1.25rem 1.25rem;
}

/* Left overview bullet list */
.overview-list {
  list-style: none;
  padding-left: 0;
  margin: .25rem 0 0;
}

.overview-list li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  padding: .45rem 0;
  font-size: 18px !important;
  line-height: 1.5;
}

.overview-list i {
  color: #E12416 !important;
  margin-top: .15rem;
  flex: 0 0 auto;
}

/* Form controls */
.form-control,
.form-select,
textarea {
  border-radius: 8px;
  border-color: rgba(148, 163, 184, .55);
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
  border-color: rgba(255, 90, 31, .55);
  box-shadow: 0 0 0 .2rem rgba(255, 90, 31, .14);
}

/* Addresses row */
.addr-wrap {
  margin-top: 1.25rem;
}

.addr-card {
  border: 1px solid #E0E6ED;
  border-radius: 12px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 1.2rem 1.2rem;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.addr-card::before {
  content: "";
  position: absolute;
  inset: -60% -40%;
  background: radial-gradient(circle at 15% 25%, rgba(255, 90, 31, .10), transparent 55%);
  transform: translate3d(-10px, 6px, 0);
  transition: transform .6s ease;
  pointer-events: none;
  opacity: .9;
}

.addr-card:hover::before {
  transform: translate3d(10px, -6px, 0);
}

.addr-card:hover {
  transform: translateY(-3px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-color: rgba(255, 90, 31, .18);
}

.addr-top {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 700;
  color: #0D0f33 !important;
  margin-bottom: .6rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
}

.addr-top i {
  color: #E12416 !important;
}

.addr-card p {
  margin: 0;
  color: #0f172a;
  line-height: 1.7;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.addr-card .muted {
  color: #334155;
  font-weight: 700;
}

.addr-card a {
  color: #E12416 !important;
  text-decoration: none;
  font-weight: 600 !important;
}

.addr-card a:hover {
  color: #E12416 !important;
}

/* Responsive tweaks for hero alignment */
@media (max-width: 992px) {
  .hero-contact-right {
    text-align: left;
    margin-top: .25rem;
  }

  .hero-contact-left-title {
    font-size: 1.65rem;
  }
}

/* contact us page css end */

@media (max-width: 1024px) {
  .testimonial-card {
    width: 100%;
  }

  .testimonial-card.pre {
    transform: translateX(0) scale(1) !important;
  }

  .carousel-nav.prev,
  .carousel-nav.next {
    display: none !important;
  }

  .carousel-indicators {
    width: 100% !important;
  }
}


@media (max-width: 992px) {
  .testimonial-card {
    width: 100%;
    padding: 2.5rem;
  }

  .testimonial-card.next,
  .testimonial-card.prev {
    display: none;
  }

  .client-section-heading {
    font-size: 2rem;
  }

  .testimonial-card-content {
    padding: 1.875rem;
  }

  .client-name {
    font-size: 1.3rem;
  }

  .testimonial-carousel {
    height: 34.375rem;
  }

  .carousel-nav {
    width: 2.5rem;
    height: 2.5rem;
  }

  .carousel-nav.prev {
    left: -1.25rem;
  }

  .carousel-nav.next {
    right: -1.25rem;
  }

  .slide-content {
    width: 50%;
    padding: 2rem;
  }

  .slide-content h1 {
    font-size: 2rem;
  }
}


@media (max-width: 768px) {
  .testimonial-section {
    min-height: 56.5rem !important;
    padding: 3rem 0;
  }

  .testimonial-card {
    width: 100% !important;
    left: 0rem !important;
    padding: 2rem;
  }

  .client-name {
    font-size: 1.5rem;
  }

  .testimonial-card.pre {
    transform: none !important;
  }

  .testimonial-carousel {
    height: 37.5rem;
  }

  .testimonial-text {
    font-size: 1rem;
    margin-top: 3rem;
  }

  .testimonial-card {
    padding: 2rem;
  }

  .testimonial-card img.object-contain {
    margin-left: 0rem !important;
  }

  .testimonial-card img[alt="quote"] {
    display: flex;
    float: none !important;
    margin: auto;
  }

  .testimonial-card-content {
    width: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
  }

  .carousel-indicators {
    gap: 2rem !important;
    padding-bottom: 2.5rem !important;
  }

  .carousel-indicator {
    width: 5rem !important;
    height: 5rem !important;
  }

  .carousel-nav.prev,
  .carousel-nav.next {
    display: none !important;
  }

  .object-contain {
    width: 6.25rem;
  }

  .carousel-indicators button {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0.5rem;
  }

  .client-section-heading {
    font-size: 1.8rem;
    margin-bottom: 1.875rem;
  }

  .client-info {
    flex-direction: column;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .client-info img {
    margin-top: 0.938rem;
  }

  .indicators {
    margin-top: 2.5rem;
    gap: 0.938rem;
  }

  .indicator {
    width: 3.125rem;
    height: 3.125rem;
  }
}

@media (max-width: 576px) {
  .testimonial-card {
    min-height: 38.375rem !important;
  }

  .carousel-nav {
    width: 2.188rem;
    height: 2.188rem;
    font-size: 0.8rem;
  }

  .testimonial-section {
    min-height: 49.813rem !important;
    padding: 1.5rem 0;
  }

  .testimonial-card {
    left: 0rem !important;
    padding: 1.5rem;
  }

  .testimonial-card.pre,
  .testimonial-card.next,
  .testimonial-card.active {
    transform: none !important;
  }

  .testimonial-card img[alt="quote"] {
    display: flex;
    float: none !important;
    margin: auto;
  }

  .testimonial-card img.object-contain {
    margin-left: 0rem !important;
  }

  .testimonial-text {
    margin-top: 1.5rem !important;
  }

  .testimonial-card-content {
    height: 35.5rem !important;
  }

  .carousel-nav.prev,
  .carousel-nav.next {
    display: none;
  }

  .carousel-indicators {
    gap: 1rem !important;
    padding-bottom: 2rem !important;
  }

  .carousel-indicator {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .carousel-indicator img {
    width: 2rem !important;
    height: 2rem !important;
  }

  .indicators {
    margin-top: 1.875;
    gap: 0.75;
  }

  .indicator {
    width: 2.813rem;
    height: 2.813rem;
  }

  .carousel-nav {
    width: 2.5rem;
    height: 2.5rem;
  }
}