.nriway-section {
  background-color: #e7f4fa;
  border-radius: 15px;
  overflow: hidden;
  margin: 119px 0 40px 0;
  padding: 24px 14px;
}

.nriway-section .badge-custom {
  background-color: #b9e3fd;
  color: #1c1b1b;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 4px 14px;
  margin-bottom: 10px;
  display: inline-block;
}

.nriway-section h2 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 12px;
}

.nriway-section h2 .wave {
  font-size: 4.1rem;
}

.nriway-section p {
  color: #3b4d5c;
  font-size: 1rem;
  margin-bottom: 0;
  text-align: justify;
}

.nriway-section .img-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nriway-section img {
  max-width: 95%;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px rgba(175, 175, 175, 0.09);
}

@media (max-width: 767px) {
  .nriway-section .row {
    flex-direction: column;
    text-align: left;
  }

  .nriway-section .img-col {
    margin-top: 24px;
  }
  .nriway-section {
    margin: 0px 0 40px 0 !important;
  }
  .nriway-section h2 {
    line-height: 1;
  }
}

.team-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 38px;
  margin-bottom: 8px;
  text-align: center;
  color: #24272f;
}

.team-section-desc {
  font-size: 1.08rem;
  color: #646c7c;
  margin-bottom: 33px;
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.team-filters {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 35px;
}

.dropdown-pills .dropdown-toggle {
  border-radius: 32px;
  padding: 10px 32px 10px 18px;
  background: #f6f8fb;
  color: #24272f;
  font-weight: 500;
  font-size: 1.105rem;
  box-shadow: 0 2px 9px 0 rgba(66, 98, 214, 0.08);
  border: 1.5px solid #e6effa;
  transition: background 0.2s;
}

.dropdown-pills .dropdown-menu {
  border-radius: 16px;
  min-width: 165px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #e6effa;
  font-size: 1.03rem;
}

.show-btn {
  display: block;
  margin: 32px auto 18px auto;
  background: #3db3e7;
  color: #fff;
  border-radius: 12px;
  border: none;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 11px 34px;
  transition: background 0.2s;
  min-width: 116px;
}

.show-btn:hover {
  background: #235d9b;
}

.team-card {
  border-radius: 18px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.04);
  border: 2px solid #5ebceb;
  padding-bottom: 8px;
  text-align: left;
  position: relative;
  background: #fff;
  margin-bottom: 24px;
  transition: box-shadow 0.2s;
  cursor: pointer;
}

.team-card:hover {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.12);
}

.team-photo {
  padding: 12px;
  border-radius: 24px;
  width: 100%;
  height: 249px;
  object-fit: cover;
}

.team-info {
  padding: 11px 17px 0 17px;
}

.team-name {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1px;
  color: #2b2e38;
  margin-top: 4px;
}

.team-role {
  color: #766f6f;
  font-size: 15px;
  margin-bottom: 0px;
}

.team-arrow {
  position: absolute;
  bottom: 14px;
  right: 18px;
  font-size: 1.6rem;
  color: #000;
  transition: color 0.2s;
}

/* Animation Classes */
.scale-fade-out {
  animation: scaleFadeOut 0.44s forwards;
}

@keyframes scaleFadeOut {
  40% {
    opacity: 0.35;
    transform: scale(0.93);
  }

  100% {
    opacity: 0;
    transform: scale(0.83);
  }
}

.scale-fade-in {
  animation: scaleFadeIn 0.44s;
}

@keyframes scaleFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.78);
  }

  50% {
    opacity: 0.3;
    transform: scale(0.96);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.team-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 38px;
  margin-bottom: 8px;
  text-align: center;
  color: #24272f;
}

.team-section-desc {
  font-size: 1.08rem;
  color: #646c7c;
  margin-bottom: 33px;
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.team-filters {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 35px;
}

.dropdown-pills .dropdown-toggle {
  border-radius: 32px;
  padding: 10px 32px 10px 18px;
  background: #f6f8fb;
  color: #24272f;
  font-weight: 500;
  font-size: 1.105rem;
  box-shadow: 0 2px 9px 0 rgba(66, 98, 214, 0.08);
  border: 1.5px solid #e6effa;
  transition: background 0.2s;
}

.dropdown-pills .dropdown-menu {
  border-radius: 16px;
  min-width: 165px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #e6effa;
  font-size: 1.03rem;
}

.show-btn {
  display: block;
  margin: 32px auto 18px auto;
  background: #3db3e7;
  color: #fff;
  border-radius: 12px;
  border: none;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 11px 34px;
  transition: background 0.2s;
  min-width: 116px;
}

.show-btn:hover {
  background: #235d9b;
}

.team-card {
  border-radius: 18px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.04);
  border: 2px solid #5ebceb;
  padding-bottom: 8px;
  text-align: left;
  position: relative;
  background: #fff;
  margin-bottom: 24px;
  transition: box-shadow 0.2s;
  cursor: pointer;
}

.team-card:hover {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.12);
}

.team-photo {
  padding: 12px;
  border-radius: 24px;
  width: 100%;
  height: 205px;
  object-fit: cover;
}

.team-info {
  padding: 11px 17px 0 17px;
}

.team-name {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1px;
  color: #2b2e38;
  margin-top: 4px;
}

.team-role {
  color: #766f6f;
  font-size: 15px;
  margin-bottom: 0px;
}

.team-arrow {
  position: absolute;
  bottom: 14px;
  right: 18px;
  font-size: 1.6rem;
  color: #000;
  transition: color 0.2s;
}

/* Animation Classes */
.scale-fade-out {
  animation: scaleFadeOut 0.44s forwards;
}

@keyframes scaleFadeOut {
  40% {
    opacity: 0.35;
    transform: scale(0.93);
  }

  100% {
    opacity: 0;
    transform: scale(0.83);
  }
}

.scale-fade-in {
  animation: scaleFadeIn 0.44s;
}

@keyframes scaleFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.78);
  }

  50% {
    opacity: 0.3;
    transform: scale(0.96);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .container.pt-4 {
    padding-top: 24px !important;
  }

  .team-section-title {
    font-size: 31px !important;
    margin-top: 5px;
    margin-bottom: 6px !important;
  }

  .team-section-desc {
    font-size: 0.96rem;
    margin-bottom: 24px;
    padding: 0 14px;
  }

  .row#teamGrid {
    row-gap: 1.25rem !important;
  }

  .team-card {
    border-radius: 14px;
    padding-bottom: 6px;
    transition: all 0.3s ease-in-out;
  }

  .team-card .team-photo {
    height: 432px;
    border-radius: 14px;
    padding: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .team-card:hover .team-photo {
    transform: scale(1.02);
    opacity: 0.95;
  }

  .team-name {
    font-size: 0.95rem;
  }

  .team-role {
    font-size: 0.88rem;
    margin-bottom: 0px;
  }

  .team-arrow {
    font-size: 1.3rem;
    bottom: 10px;
    right: 14px;
  }

  .show-btn {
    font-size: 1rem;
    padding: 9px 28px;
    margin-top: 24px;
  }
}

@media (max-width: 991px) {
  .team-card {
    margin-bottom: 18px;
    border-width: 1.6px;
  }

  .team-card .team-photo {
    height: 432px;
    border-radius: 14px;
    padding: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .team-info {
    padding: 10px 14px 0 14px;
  }

  .team-name {
    font-size: 1rem;
  }
}

.ceo-welcome-wrapper {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
}

.ceo-welcome-section {
  position: relative;
  background-color: #f5f5f5;
  padding: 60px 20px;
  overflow: hidden;
  min-height: 400px;
}

.ceo-welcome-bg-shape-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 380px;
  background: linear-gradient(135deg, #0099ff 0%, #0077cc 100%);
  border-radius: 0 0 200px 0;
  z-index: 1;
}

.ceo-welcome-bg-shape-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #00ccff 0%, #0099ff 100%);
  border-radius: 200px 0 0 0;
  z-index: 1;
}

.ceo-welcome-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
  z-index: 2;
  flex-wrap: wrap;
}

.ceo-welcome-image-wrapper {
  flex: 0 0 auto;
  position: relative;
}

.ceo-welcome-image-card {
  background: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
}

.ceo-welcome-image {
  width: 280px;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.ceo-welcome-content {
  flex: 1;
  min-width: 300px;
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3;
}

.ceo-welcome-title {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  line-height: 1.2;
}

.ceo-welcome-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 15px 0;
}

.ceo-welcome-text {
  line-height: 1.8;
  color: #000000;
  margin: 0 0 30px 0;
  text-align: justify;
}

.ceo-welcome-signature {
  margin-top: 20px;
}

.ceo-welcome-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #171616;
  margin: 0 0 5px 0;
  line-height: 0.5;
}

.ceo-welcome-position {
  font-size: 13px;
  color: #6d6a6a;
  margin: 0;
  font-weight: 600;
}

/* Spacing between multiple sections */
.ceo-welcome-section + .ceo-welcome-section {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .ceo-welcome-container {
    flex-direction: column;
    gap: 30px;
  }

  .ceo-welcome-image-wrapper {
    margin: 0 auto;
  }

  .ceo-welcome-content {
    padding: 30px 25px;
  }

  .ceo-welcome-title,
  .ceo-welcome-subtitle {
    font-size: 1.8rem;
  }

  .ceo-welcome-bg-shape-left {
    width: 200px;
    height: 280px;
  }

  .ceo-welcome-bg-shape-right {
    width: 150px;
    height: 150px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px !important;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px !important;
  }
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.team-member {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}

.story-section {
  padding: 50px 0;
}

.story-gallery {
  display: flex;
  flex-direction: column;
  gap: 1px;
  height: 100%;
}

.story-gallery-top {
  display: flex;
  gap: 18px;
}

.px-38 {
  padding-left: 38px;
  padding-right: 38px;
}

.story-img-lg {
  width: 100%;
  height: 211px;
  border-radius: 16px;
  object-fit: cover;
  background: #f6fafd;
}

.story-img-sm {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  background: #f6fafd;
}

.story-gallery-bottom {
  display: flex;
  gap: 18px;
  margin-top: 18px;
}

.square-img {
  flex: 1 0 0;
}

.rect-img {
  flex: 2 0 0;
}

.story-title {
  font-size: 40px;
  font-weight: 700;
  color: #182048;
  margin-bottom: 10px;
}

.story-desc {
  color: #545968;
  font-size: 17px;
  margin-bottom: 22px;
  /* line-height: 1.7; */
  letter-spacing: 0.02em;
  text-align: justify;
}

@media (max-width: 991px) {
  .story-section {
    padding: 32px 0;
  }

  .story-gallery {
    gap: 12px;
  }

  .story-gallery-top,
  .story-gallery-bottom {
    gap: 12px;
  }

  .story-img-lg {
    height: 187px;
  }

  .story-img-sm {
    height: 240px;
  }

  .story-title {
    font-size: 30px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 19px;
  }

  .story-desc {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .story-gallery {
    flex-direction: column;
    gap: 8px;
  }

  .story-gallery-top,
  .story-gallery-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .story-img-lg,
  .story-img-sm {
    width: 100%;
  }
}

.vision-mission-wrapper {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
}

.vision-mission-main-section {
  padding: 20px 20px;
  background-color: #fff;
}

.vision-mission-main-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 50px 0;
}

.vision-mission-content-box {
  margin: 0 auto;
  background: linear-gradient(135deg, #e8eef5 0%, #d8dfe8 100%);
  border-radius: 12px;
  padding: 60px 40px;
}

.vision-mission-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 auto;
}

.vision-mission-card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 25px;
  position: relative;
}

.vision-mission-card-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 104%;
  background-color: rgb(255 255 255 / 75%);
}

.vision-mission-icon-circle {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.vision-mission-icon-circle::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border: 3px solid rgba(70, 130, 180, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vision-mission-icon-svg {
  width: 55px;
  height: 55px;
  fill: none;
  stroke: #4682b4;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vision-mission-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vision-mission-card-text {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

@media (max-width: 992px) {
  .vision-mission-grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .vision-mission-card-item {
    padding: 20px 15px;
  }

  .vision-mission-content-box {
    padding: 40px 20px;
  }

  .vision-mission-main-title {
    font-size: 2rem;
  }

  .vision-mission-icon-circle {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .vision-mission-icon-circle::before {
    width: 90px;
    height: 90px;
  }

  .vision-mission-icon-svg {
    width: 45px;
    height: 45px;
  }

  .vision-mission-card-title {
    font-size: 1.1rem;
  }

  .vision-mission-card-text {
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .vision-mission-main-section {
    padding: 40px 10px;
  }

  .vision-mission-content-box {
    padding: 30px 15px;
  }

  .vision-mission-main-title {
    font-size: 1.5rem;
    margin-bottom: 35px;
  }

  .vision-mission-grid-container {
    gap: 10px;
  }

  .vision-mission-card-item {
    padding: 20px 10px;
  }

  .vision-mission-card-item:not(:last-child)::after {
    display: none;
  }

  .vision-mission-icon-circle {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .vision-mission-icon-circle::before {
    width: 80px;
    height: 80px;
    border-width: 2px;
  }

  .vision-mission-icon-svg {
    width: 38px;
    height: 38px;
  }

  .vision-mission-card-title {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .vision-mission-card-text {
    font-size: 0.65rem;
    line-height: 1.5;
  }
}

#our-values {
  padding: 80px 0;
  background: #fff;
}

#our-values .values-title {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

#our-values .values-desc {
  color: #555;
  font-size: 16px;
  max-width: 750px;
  margin: 0 auto 50px;
  line-height: 1.8;
}

#our-values .values-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

#our-values .values-card {
  background: #f6f6f8;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  padding: 35px 25px;
  text-align: center;
  max-width: 350px;
  flex: 1 1 300px;
  transition: 0.3s ease-in-out;
}

#our-values .values-card:hover {
  background: #fff;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}

#our-values .values-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
}

#our-values .values-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

#our-values .values-card p {
  font-size: 17px;
  color: #444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  #our-values {
    padding: 60px 15px;
  }

  #our-values .values-desc {
    margin-bottom: 30px;
  }

  #our-values .values-card {
    max-width: 100%;
  }
}

.csr-initiatives-section {
  margin: 0 auto;
  padding: 60px 40px;
  background-color: #ffffff;
}

.csr-initiatives-header {
  text-align: center;
  margin-bottom: 50px;
}

.csr-initiatives-description {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.csr-initiatives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.csr-initiative-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.csr-initiatives-title {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.csr-initiative-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.csr-initiative-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.csr-initiative-heading {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.csr-initiative-text {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  font-family: Arial, sans-serif;
}

@media (max-width: 992px) {
  .csr-initiatives-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .csr-initiatives-section {
    padding: 40px 20px;
  }

  .csr-initiatives-title {
    font-size: 28px;
  }

  .csr-initiatives-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.csr-more-btn {
  background: #00aeef;
  color: #fff;
  border: none;
  padding: 6px 40px;
  border-radius: 20px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.csr-more-btn:hover {
  background: #008ec4;
}

.csr-card-btn-wrapper {
  text-align: center;
  margin-top: 23px;
  /* pushes the button to the bottom */
}

.offices-wrapper {
  background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
  padding: 33px 0;
  position: relative;
  overflow: hidden;
}

.offices-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.offices-section {
  position: relative;
  z-index: 1;
}

/* Background Decorations */
.offices-bg-decoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.offices-bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}

.offices-bg-circle--1 {
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  top: -250px;
  right: -250px;
  animation: float 20s ease-in-out infinite;
}

.offices-bg-circle--2 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  bottom: -150px;
  left: -150px;
  animation: float 15s ease-in-out infinite reverse;
}

.offices-bg-circle--3 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: float 25s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-30px) rotate(180deg);
  }
}

/* Header */
.offices-section__header {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

.offices-section__header-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes badge-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.offices-section__title {
  font-size: 38px;
  font-weight: 600;
  background: linear-gradient(135deg, #1a1a1a 0%, #667eea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 12px 0;
  letter-spacing: -1px;
}

.offices-section__subtitle {
  font-size: 18px;
  color: #666;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Tabs */
.offices-section__tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 17px;
}

.office-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: white;
  border: 2px solid #e8e8e8;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.office-tab:hover {
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.office-tab--active {
  background: linear-gradient(135deg, #118cc9 0%, #2ab8bf 100%);
  color: white;
  border-color: transparent;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
}

.office-tab__icon {
  flex-shrink: 0;
}

.office-tab__count {
  background: rgba(255, 255, 255, 0.3);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}

/* Grid */
.offices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
}

/* Office Cards */
.office-card {
  background: white;
  border: 2px solid #b0e6e7;
  border-radius: 24px;
  padding: 22px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.office-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.office-card--featured::before {
  background: linear-gradient(90deg, #ffd700 0%, #ffed4e 100%);
}

.office-card:hover {
  border-color: #667eea;
  box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2);
  transform: translateY(-8px);
}

.office-card:hover::before {
  transform: scaleX(1);
}

/* Shine Effect */
.office-card__shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transform: rotate(45deg);
  transition: all 0.6s ease;
  pointer-events: none;
}

.office-card:hover .office-card__shine {
  left: 100%;
}

/* Card Header */
.office-card__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.office-card__icon-wrapper {
  position: relative;
  flex-shrink: 0;
}

.office-card__icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  position: relative;
  z-index: 1;
}

.office-card__icon--secondary {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  box-shadow: 0 8px 20px rgba(240, 147, 251, 0.3);
}

.office-card__icon--tertiary {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  box-shadow: 0 8px 20px rgba(79, 172, 254, 0.3);
}

/* Pulse Animation */
.office-card__pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  opacity: 0.6;
  animation: pulse 2s ease-out infinite;
}

.office-card__pulse--secondary {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.office-card__pulse--tertiary {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.office-card__header-content {
  flex: 1;
}

.office-card__city {
  font-size: 26px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}

.office-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
  color: #2d3436;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(253, 203, 110, 0.4);
}

.office-card__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #10b981;
  font-weight: 600;
}

.office-card__status-dot {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

/* Card Content */
.office-card__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}

.office-card__info {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.office-card__info-icon-wrapper {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8edff 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.office-card:hover .office-card__info-icon-wrapper {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.office-card__info-icon {
  color: #667eea;
  transition: all 0.3s ease;
}

.office-card:hover .office-card__info-icon {
  color: white;
}

.office-card__info-content {
  flex: 1;
}

.office-card__info-label {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.office-card__address {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.office-card__phone {
  font-size: 16px;
  font-weight: 600;
  color: #667eea;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}

.carousel-track {
  display: flex;
  gap: 20px;
  animation: scroll 30s linear infinite;
  align-items: center;
}

.carousel-item {
  flex-shrink: 0;
  border-radius: 0.5rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: var(--color-brand-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.2s ease;
  height: fit-content;
}

.carousel-item:hover {
  transform: scale(1.05);
}

.carousel-item img {
  max-inline-size: 200px;
  -webkit-block-size: auto;
  -ms-flex-block-size: auto;
  block-size: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.carousel-track:hover {
  animation-play-state: paused;
}
