/*
Theme Name: Inspire Partners
Theme URI: https://inspirepartners.ae/
Author: Inspire Partners
Description: A custom WordPress theme for Inspire Partners.
Version: 1.0.0
Text Domain: inspire-partners
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --blue: #075bdc;
  --gold: #d9af38;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #fff;
}
.navbar {
  /* height: 76px; */
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 28px;
  /* background: rgba(12, 53, 108, 0.88); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.logo {
  padding: 20px 0px;
  /* width: 205px; */
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
a.logo img {
    width: 200px;
}


.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
}
.nav-links .faq {
  background: var(--gold);
  padding: 7px 12px;
  border-radius: 13px;
  font-weight: bold;
}
.advisor-btn {
  display: flex;
  align-items: center;
  justify-content: center;
      padding: 0 43px 0 24px;
  height: 45px;
  color: #111;
  background: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
}
.advisor-btn span {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
}
.advisor-btn span img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
}
.hero {
  min-height: 650px;
  height: 100vh;
  max-height: 820px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: url("./assets/img/innerpages/banner-img.jpg") center/cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 24, 53, 0.82),
      rgba(5, 24, 53, 0.6) 40%,
      rgba(5, 24, 53, 0.3) 75%,
      rgba(5, 24, 53, 0.42)
    ),
    linear-gradient(0deg, rgba(4, 17, 35, 0.4), transparent 50%);
}
.hero-content {
  position: relative;
  z-index: 2;
  margin-left: clamp(40px, 7vw, 105px);
  margin-top: 70px;
}
.hero h1 {
  font-size: clamp(35px, 3.25vw, 61px);
  line-height: 1.12;
      color: white;
  font-weight: 700;
  letter-spacing: -1.5px;
  max-width: 720px;
}
.hero p {
  margin-top: 17px;
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.94);
}
.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 27px;
}
.hero-actions a {
  height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
}
.primary-btn {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
}
.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
.slider-controls {
  position: absolute;
  z-index: 3;
  left: clamp(40px, 7vw, 105px);
  bottom: 28px;
  display: flex;
  gap: 7px;
}
.slider-controls button {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
}
.floating-contact {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 118px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.floating-contact a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
}
.floating-contact a img{
 width: 18px;
 object-fit: cover;
 height: 18px;
}
.phone {
  background: #e1b636;
}
.whatsapp {
  background: #16c76b;
}
.news-card {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 25px;
  width: 280px;
  min-height: 74px;
  display: flex;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.22);
}
.news-thumb {
  width: 80px;
  flex-shrink: 0;
  background: url("./assets/img/innerpages/we-one.png") center/cover;
}
.news-text {
  padding: 10px 12px;
  color: #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-text strong {
  font-size: 11px;
  line-height: 1.25;
}
.news-text span {
  margin-top: 8px;
  color: #b39429;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .nav-links {
    gap: 14px;
  }
  .nav-links a {
    font-size: 11px;
  }
  .logo {
    width: 170px;
  }
  .advisor-btn {
    min-width: 145px;
  }
}
@media (max-width: 760px) {
  .navbar {
    height: 68px;
    padding: 0 20px;
  }
  .logo-main {
    font-size: 31px;
  }
  .logo-mark {
    left: 116px;
    top: 0;
    transform: scale(0.8) skew(-18deg) rotate(-20deg);
  }
  .nav-links,
  .advisor-btn {
    display: none;
  }
  .menu-btn {
    display: block;
    margin-left: auto;
  }
  .hero {
    min-height: 680px;
    height: 100svh;
    background-position: 58% center;
  }
  .hero-content {
    margin: 0 24px;
    padding-top: 70px;
  }
  .hero h1 {
    font-size: clamp(31px, 9vw, 47px);
    letter-spacing: -0.8px;
  }
  .hero p {
    font-size: 15px;
  }
  .desktop {
    display: none;
  }
  .hero-actions {
    flex-direction: column;
    width: max-content;
  }
  .hero-actions a {
    width: 205px;
  }
  .news-card {
    display: none;
  }
  .floating-contact {
    right: 15px;
    bottom: 85px;
  }
}


/* =========================================================
   INSPIRE - WHAT BRINGS YOU TO INSPIRE
========================================================= */

.inspire-journey-section {
    position: relative;
    width: 100%;
    padding: 20px 0 24px;

    background: #ffffff;
}


/* Main light background panel */

.inspire-journey-wrapper {
    position: relative;

    max-width: 1390px;

    margin: 0 auto;

    padding: 55px 45px 58px;

    background: #f7f7fd;

    border-radius: 13px;

    overflow: hidden;
}


/* Very subtle decorative background */

.inspire-journey-wrapper::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 650px;

    left: 50px;
    top: 110px;

    opacity: 0.08;

    border: 1px solid #123e7b;

    transform: rotate(30deg);

    pointer-events: none;
}


/* =========================================================
   TOP AREA
========================================================= */

.inspire-journey-top {
    position: relative;

    z-index: 2;

    margin-bottom: 95px;
}


/* Small label */

.inspire-section-label {
    padding-top: 4px;
}

.inspire-section-label span {
    position: relative;

    display: inline-block;

    color: #101010;

    font-size: 17px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: -0.3px;
}


/* Blue underline */

.inspire-section-label span::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -9px;

    width: 126px;
    height: 2px;

    background: #1717e8;
}


/* Main heading */

.inspire-section-heading {
    padding-left: 0;
}

.inspire-section-heading h2 {
    max-width: 700px;

    margin: 0;

    color: #16427e;

    font-size: clamp(38px, 3.2vw, 57px);

    line-height: 1.12;

    letter-spacing: -1.5px;

    font-weight: 400;
}


/* Gradient / lighter last phrase */

.inspire-section-heading h2 span {
    color: #4778ad;
}


/* =========================================================
   CARDS
========================================================= */

.inspire-journey-cards {
    position: relative;

    z-index: 2;

    padding: 0 0;
}


/* Card */

.inspire-journey-card {
    position: relative;

    min-height: 322px;

    background: #ffffff;

    border-radius: 22px;

    overflow: hidden;

    box-shadow:
        0 9px 17px rgba(15, 31, 60, 0.12);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


/* Hover */

.inspire-journey-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 17px 30px rgba(15, 31, 60, 0.17);
}


/* Blue top strip */

.inspire-card-top {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;

    height: 40px;

    background:
        linear-gradient(
            100deg,
            #061d82 0%,
            #083bb4 45%,
            #061d82 100%
        );
}


/* Add subtle blue texture */

.inspire-card-top::after {
    content: "";

    position: absolute;

    inset: 0;

    opacity: 0.25;

    background:
        radial-gradient(
            circle at 20% 30%,
            rgba(255,255,255,.35),
            transparent 18%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgba(255,255,255,.25),
            transparent 20%
        );
}


/* =========================================================
   CARD NUMBER
========================================================= */

.inspire-card-number {
    position: absolute;

    z-index: 3;

    top: 15px;
    left: 27px;

    color: transparent;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 70px;

    line-height: 1;

    font-weight: 300;

    -webkit-text-stroke:
        1px rgba(105, 110, 118, 0.75);

    text-stroke:
        1px rgba(105, 110, 118, 0.75);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.inspire-card-content {
    position: relative;

    min-height: 322px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    padding: 30px 27px 29px;
}


/* Card title */

.inspire-card-content h3 {
    margin: 0 0 10px;

    color: #090909;

    font-size: 22px;

    line-height: 1.25;

    font-weight: 500;

    letter-spacing: -0.5px;
}


/* Card paragraph */

.inspire-card-content p {
    max-width: 370px;

    margin: 0 0 20px;

    color: #5d5d5d;

    font-size: 16px;

    line-height: 1.42;

    font-weight: 400;
}


/* Card link */

.inspire-card-content a {
    display: inline-flex;

    align-items: center;

    width: fit-content;

    gap: 9px;

    color: #0a3477;

    font-size: 16px;

    line-height: 1.2;

    font-weight: 500;

    text-decoration: none;

    transition: 0.3s ease;
}

.inspire-card-content a i {
    font-size: 16px;

    transition: transform 0.3s ease;
}

.inspire-card-content a:hover {
    color: #145ac5;
}

.inspire-card-content a:hover i {
    transform: translate(3px, -3px);
}


/* =========================================================
   SECOND ROW OFFSET
========================================================= */

/*
   The Figma design has the second row slightly narrower
   and centered compared to the first row.
*/

.inspire-journey-cards .row > .col-lg-4:nth-child(4) {
    margin-left: 6.5%;
}



/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .inspire-journey-wrapper {
        padding-left: 45px;
        padding-right: 45px;
    }

    .inspire-journey-cards {
        padding: 0;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .inspire-journey-wrapper {
        padding: 50px 30px;
    }

    .inspire-journey-top {
        margin-bottom: 65px;
    }

    .inspire-section-heading h2 {
        font-size: 43px;
    }

    .inspire-card-content h3 {
        font-size: 20px;
    }

    .inspire-card-content p {
        font-size: 15px;
    }

    .inspire-journey-cards .row > .col-lg-4:nth-child(4) {
        margin-left: 0;
    }

    .inspire-journey-cards .row > .col-lg-4:nth-child(6) {
        margin-right: 0;
    }

}


/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 991px) {

    .inspire-journey-section {
        padding: 15px 0;
    }

    .inspire-journey-wrapper {
        padding: 45px 25px 45px;
    }

    .inspire-journey-top {
        margin-bottom: 55px;
    }

    .inspire-section-label {
        margin-bottom: 35px;
    }

    .inspire-section-heading h2 {
        font-size: 40px;

        line-height: 1.15;
    }

    .inspire-card-content {
        min-height: 300px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .inspire-journey-wrapper {
        padding: 40px 18px;
        border-radius: 10px;
    }

    .inspire-section-label span {
        font-size: 15px;
    }

    .inspire-section-label span::after {
        width: 115px;
    }

    .inspire-section-heading h2 {
        font-size: 31px;

        letter-spacing: -0.8px;
    }

    .inspire-card-number {
        left: 22px;

        font-size: 62px;
    }

    .inspire-card-content {
        min-height: 295px;

        padding: 25px 22px 25px;
    }

    .inspire-card-content h3 {
        font-size: 20px;
    }

    .inspire-card-content p {
        font-size: 15px;
    }

    .inspire-card-content a {
        font-size: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .inspire-journey-wrapper {
        padding: 35px 15px;
    }

    .inspire-section-heading h2 {
        font-size: 28px;
    }

    .inspire-journey-card {
        min-height: 285px;
    }

    .inspire-card-content {
        min-height: 285px;
    }

}

.col-lg-4.col-md-6.brings-card {
    width: 405px;
}

/* =========================================================
   INTELLIGENT MATCHING SECTION
========================================================= */

.intelligent-matching-section {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}


/* =========================================================
   TOP INTRO
========================================================= */

.intelligent-heading-row {
    min-height: 360px;
    padding-top: 105px;
    padding-bottom: 70px;
}


/* LEFT LABEL */

.intelligent-label {
    padding-top: 5px;
}

.intelligent-label span {
    position: relative;

    display: inline-block;

    color: #111111;

    font-size: 18px;

    font-weight: 500;

    line-height: 1.2;
}

.intelligent-label span::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -10px;

    width: 126px;
    height: 2px;

    background: #1515dc;
}


/* RIGHT HEADING */

.intelligent-heading h2 {
    margin: 0 0 20px;

    max-width: 650px;

    color: #204c88;

    font-size: clamp(40px, 3.1vw, 58px);

    line-height: 1.08;

    font-weight: 400;

    letter-spacing: -1.5px;
}

.intelligent-heading p {
    max-width: 650px;

    margin: 0;

    color: #151515;

    font-size: 17px;

    line-height: 1.45;

    font-weight: 400;
}


/* =========================================================
   FORM BACKGROUND
========================================================= */

.intelligent-form-container {
    width: 100%;

    padding-left: 3.2%;
    padding-right: 3.2%;
}

.intelligent-form-background {
    position: relative;

    min-height: 650px;

    padding: 108px 0;

    border-radius: 13px;

    overflow: hidden;

    background-image:
        linear-gradient(
            90deg,
            rgba(0, 54, 119, 0.22),
            rgba(0, 15, 50, 0.08)
        ),
        url("./assets/img/innerpages/inteligents-bg.jpg");

    background-size: cover;

    background-position: center;
}


/*
    If your actual Figma background image has a different
    filename, replace:

    ./assets/img/innerpages/uae-flags.jpg

    with your image path.
*/


/* Dark overlay */

.intelligent-form-background::before {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 44, 108, 0.22),
            rgba(0, 0, 0, 0.05)
        );

    pointer-events: none;
}


/* =========================================================
   FORM ROW
========================================================= */

.intelligent-form-row {
    position: relative;

    z-index: 2;

    max-width: 1250px;

    margin: 0 auto;
}


/* =========================================================
   LEFT STEP PANEL
========================================================= */

.matching-steps {
    height: 100%;

    min-height: 625px;

    padding: 68px 55px;

    border-radius: 14px;


    background: linear-gradient(135deg, rgb(13 40 81 / 96%), rgba(4, 38, 91, 0.94)), url(./assets/img/innerpages/point-bg.png);

    position: relative;

    overflow: hidden;
}


/* Decorative pattern */

/* .matching-steps::before {
    content: "";

    position: absolute;

    inset: 0;

    opacity: 1;

    background-image:
        linear-gradient(
            45deg,
            transparent 46%,
            rgba(255,255,255,.3) 47%,
            transparent 48%
        );

    background-size: 45px 45px;

    pointer-events: none;
} */


/* =========================================================
   STEP ITEM
========================================================= */

.matching-step {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 38px;

    transition: 0.3s ease;
}


/* Number circle */

.matching-step-number {
    flex: 0 0 88px;

    width: 88px;
    height: 88px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.9);

    border-radius: 50%;

    color: #ffffff;

    font-size: 38px;

    font-weight: 400;

    transition: 0.3s ease;
}


/* Step text */

.matching-step-content {
    padding-top: 3px;
}

.matching-step-content h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 21px;

    line-height: 1.2;

    font-weight: 600;
}

.matching-step-content p {
    margin: 0;

    color: rgba(255,255,255,.92);

    font-size: 16px;

    line-height: 1.4;
}


/* Active step */

.matching-step.active .matching-step-number {
    background: rgba(255,255,255,.06);

    box-shadow:
        0 0 0 1px rgba(255,255,255,.1);
}


/* =========================================================
   CONNECTING LINE
========================================================= */

.matching-step-line {
    position: relative;

    z-index: 2;

    width: 1px;

    height: 57px;

    margin-left: 44px;

    background: rgba(255,255,255,.85);
}


/* =========================================================
   RIGHT FORM CARD
========================================================= */

.matching-form-card {
    min-height: 625px;

    padding: 40px 42px;

    border-radius: 14px;

    background: #f8f8ff;

    box-shadow:
        0 10px 35px rgba(0,0,0,.12);
}


/* =========================================================
   FORM STEP
========================================================= */

.matching-form-step {
    display: none;
}

.matching-form-step.active {
    display: block;

    animation: matchingFadeIn .4s ease;
}


@keyframes matchingFadeIn {

    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


/* =========================================================
   BADGE
========================================================= */

.matching-step-badge {
    display: inline-flex;

    align-items: center;

    min-height: 29px;

    padding: 4px 14px;

    margin-bottom: 27px;

    border-radius: 30px;

    background: #103b7c;

    color: #ffffff;

    font-size: 14px;

    line-height: 1;

    font-weight: 500;
}


/* =========================================================
   FORM TITLE
========================================================= */

.matching-form-step h3 {
    margin: 0 0 10px;

    color: #111111;

    font-size: 31px;

    line-height: 1.15;

    font-weight: 500;

    letter-spacing: -0.7px;
}


.matching-form-description {
    margin: 0 0 27px;

    color: #171717;

    font-size: 16px;

    line-height: 1.35;
}


/* =========================================================
   FIELDS
========================================================= */

.matching-field {
    margin-bottom: 22px;
}

.matching-field label {
    display: block;

    margin-bottom: 8px;

    color: #111111;

    font-size: 16px;

    line-height: 1.2;

    font-weight: 500;
}


.matching-field input,
.matching-field select {
    width: 100%;

    height: 53px;

    padding: 0 14px;

    border: 1px solid #c9c9cf;

    border-radius: 9px;

    outline: none;

    background: transparent;

    color: #3c3c3c;

    font-family: inherit;

    font-size: 16px;

    transition: 0.25s ease;

    box-sizing: border-box;
}


.matching-field select {
    cursor: pointer;
}


.matching-field input::placeholder {
    color: #555555;
}


.matching-field input:focus,
.matching-field select:focus {
    border-color: #1c4f91;

    box-shadow:
        0 0 0 2px rgba(28,79,145,.08);
}


/* =========================================================
   BUTTON
========================================================= */

.matching-next-btn {
    width: 100%;

    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    border: 0;

    border-radius: 28px;

    background:
        linear-gradient(
            100deg,
            #06358c,
            #081e76
        );

    color: #ffffff;

    font-family: inherit;

    font-size: 16px;

    font-weight: 500;

    cursor: pointer;

    transition: 0.3s ease;
}


.matching-next-btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 18px rgba(4,43,113,.25);
}


.matching-next-btn i {
    font-size: 18px;

    transition: transform .3s ease;
}


.matching-next-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   BACK + NEXT
========================================================= */

.matching-form-buttons {
    display: flex;

    align-items: center;

    gap: 15px;
}

.matching-form-buttons .matching-next-btn {
    flex: 1;
}

.matching-back-btn {
    height: 50px;

    padding: 0 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    border: 1px solid #103b7c;

    border-radius: 28px;

    background: transparent;

    color: #103b7c;

    font-family: inherit;

    font-size: 15px;

    cursor: pointer;

    transition: .3s ease;
}

.matching-back-btn:hover {
    background: #103b7c;

    color: #ffffff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .intelligent-heading-row {
        padding-top: 80px;
    }

    .intelligent-heading h2 {
        font-size: 44px;
    }

    .intelligent-form-background {
        padding: 70px 25px;
    }

    .matching-steps {
        padding: 50px 35px;
    }

    .matching-step {
        gap: 25px;
    }

    .matching-step-number {
        flex-basis: 75px;

        width: 75px;
        height: 75px;

        font-size: 32px;
    }

    .matching-step-line {
        margin-left: 37px;
    }

    .matching-form-card {
        padding: 35px;
    }

}


/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 991px) {

    .intelligent-heading-row {
        min-height: auto;

        padding-top: 65px;
        padding-bottom: 50px;
    }

    .intelligent-label {
        margin-bottom: 45px;
    }

    .intelligent-heading h2 {
        font-size: 40px;
    }

    .intelligent-form-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .intelligent-form-background {
        padding: 40px 20px;
    }

    .matching-steps {
        min-height: auto;

        margin-bottom: 25px;

        padding: 40px 30px;
    }

    .matching-step {
        gap: 22px;
    }

    .matching-step-number {
        flex-basis: 70px;

        width: 70px;
        height: 70px;

        font-size: 29px;
    }

    .matching-step-line {
        height: 35px;

        margin-left: 34px;
    }

    .matching-form-card {
        min-height: auto;

        padding: 35px 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .intelligent-heading-row {
        padding-top: 50px;
        padding-bottom: 35px;
    }

    .intelligent-label span {
        font-size: 15px;
    }

    .intelligent-label span::after {
        width: 115px;
    }

    .intelligent-heading h2 {
        font-size: 31px;

        line-height: 1.12;

        letter-spacing: -.8px;
    }

    .intelligent-heading p {
        font-size: 15px;
    }

    .intelligent-form-background {
        padding: 25px 10px;

        border-radius: 10px;
    }

    .matching-steps {
        padding: 30px 20px;

        border-radius: 12px;
    }

    .matching-step {
        gap: 16px;
    }

    .matching-step-number {
        flex-basis: 60px;

        width: 60px;
        height: 60px;

        font-size: 24px;
    }

    .matching-step-content h3 {
        font-size: 17px;

        margin-bottom: 6px;
    }

    .matching-step-content p {
        font-size: 13px;
    }

    .matching-step-line {
        height: 28px;

        margin-left: 29px;
    }

    .matching-form-card {
        padding: 28px 20px;

        border-radius: 12px;
    }

    .matching-step-badge {
        margin-bottom: 20px;
    }

    .matching-form-step h3 {
        font-size: 27px;
    }

    .matching-form-description {
        font-size: 14px;
    }

    .matching-field input,
    .matching-field select {
        height: 50px;

        font-size: 14px;
    }

    .matching-field label {
        font-size: 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .intelligent-heading h2 {
        font-size: 27px;
    }

    .matching-step-number {
        flex-basis: 53px;

        width: 53px;
        height: 53px;

        font-size: 21px;
    }

    .matching-step-content h3 {
        font-size: 15px;
    }

    .matching-step-content p {
        font-size: 12px;
    }

    .matching-step-line {
        margin-left: 26px;
    }

    .matching-form-step h3 {
        font-size: 24px;
    }

    .matching-form-buttons {
        gap: 8px;
    }

    .matching-back-btn {
        padding: 0 15px;
    }

}



/* =========================================
   INSPIRE PARTNERS - WHAT WE DELIVER
========================================= */

.inspire-services {
    padding: 120px 0 140px;
    background: #ffffff;
    overflow: hidden;
}


/* Section Heading
----------------------------------------- */

.inspire-section-title {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.inspire-section-title h2 {
    margin: 0 0 18px;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 600;
    color: #111827;
}

.inspire-section-title p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #687083;
}


/* Cards Wrapper
----------------------------------------- */

.inspire-services-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


/* Main Card
----------------------------------------- */

.inspire-service-card {
    position: relative;
    min-height: 675px;
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;

    padding: 68px 60px 68px 80px;

    overflow: hidden;
    border-radius: 14px;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(255,255,255,.16) 0,
            rgba(255,255,255,0) 38%
        ),
        linear-gradient(
            135deg,
            #5369d7 0%,
            #6479df 45%,
            #7d8ee5 100%
        );

    box-sizing: border-box;
}


/* First Dark Card
----------------------------------------- */

.inspire-service-card.card-dark {
    background: linear-gradient(90deg, #0A2C68 0%, #2C4F8D 24.75%, #0049CA 62.5%, #033895 100%);

}


/* Subtle Noise Texture
----------------------------------------- */

.inspire-service-card::before {
    content: "";
    position: absolute;
    inset: 0;

    pointer-events: none;

    opacity: .15;

    background-image:
        radial-gradient(
            rgba(255,255,255,.45) 0.7px,
            transparent 0.7px
        );

    background-size: 5px 5px;
}


/* Grid Lines
----------------------------------------- */

.service-grid-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}


/* Vertical center line */

.service-grid-lines::before {
    content: "";
    position: absolute;

    top: 0;
    bottom: 0;
    left: 50%;

    width: 1px;

    background: rgba(255,255,255,.16);
}


/* Horizontal lines */

.service-grid-lines::after {
    content: "";
    position: absolute;

    right: 0;
    top: 80px;
    width: 75%;
    height: 1px;

   background: linear-gradient(90deg, rgba(4, 26, 86, 0.3) -4.09%, rgba(255, 255, 255, 0.3) 41.94%);
   box-shadow:
        0 600px 0 rgba(255,255,255,.12);
}


.service-grid-lines2 {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}


/* Vertical center line */

.service-grid-lines2::before {
    content: "";
    position: absolute;

    top: 0;
    bottom: 0;
    right: 40px;

    width: 1px;

    background: rgba(255,255,255,.16);
}


/* Horizontal lines */

.service-grid-lines2::after {
    content: "";
    position: absolute;

    right: 0;
    bottom: 80px;
    width: 75%;
    height: 1px;

   background: linear-gradient(90deg, rgba(4, 26, 86, 0.3) -4.09%, rgba(255, 255, 255, 0.3) 41.94%);
   box-shadow:
        0 600px 0 rgba(255,255,255,.12);
}

/* Decorative geometric shape
----------------------------------------- */

.service-decoration {
    position: absolute;

    width: 190px;
    height: 280px;

    left: 45px;
    bottom: -75px;

    transform: rotate(20deg);

    border-left: 1px solid rgba(4, 25, 70, .45);
    border-top: 1px solid rgba(4, 25, 70, .45);

    z-index: 1;

    opacity: .65;
}

.service-decoration::before {
    content: "";

    position: absolute;

    width: 145px;
    height: 220px;

    left: 58px;
    top: 100px;

    transform: rotate(-7deg);

    border-left: 1px solid rgba(4, 25, 70, .45);
    border-top: 1px solid rgba(4, 25, 70, .45);
}


/* Left Content
----------------------------------------- */

.service-info {
    position: relative;
    z-index: 2;
    padding-top: 101px;
    height: 100%;

    display: flex;
    flex-direction: column;

    padding-right: 70px;
}


/* Number
----------------------------------------- */

.service-number {
    display: block;

    margin-bottom: 58px;

    font-size: 78px;
    line-height: .9;

    font-weight: 300;

    color: transparent;

    -webkit-text-stroke: 1px rgba(255,255,255,.95);
    text-stroke: 1px rgba(255,255,255,.95);
}


/* Main Content
----------------------------------------- */

.service-main-content {
    max-width: 600px;
}

.service-main-content h2 {
    margin: 0 0 18px;

    font-size: 34px;
    line-height: 1.2;

    font-weight: 600;

    color: #ffffff;
}

.service-main-content h2 a {
    color: inherit;
    text-decoration: none;
}

.service-main-content p {
    max-width: 590px;

    margin: 0 0 25px;

    font-size: 19px;
    line-height: 1.55;

    color: rgba(255,255,255,.94);
}


/* List
----------------------------------------- */

.service-main-content ul {
    margin: 0 0 35px;
    padding: 0;

    list-style: none;
}

.service-main-content li {
    position: relative;

    padding-left: 25px;
    margin-bottom: 11px;

    font-size: 16px;
    line-height: 1.5;

    color: #ffffff;
}

.service-main-content li::before {
    content: "ÃƒÂ¢Ã…â€œÃ¢â‚¬Å“";

    position: absolute;
    left: 0;
    top: 0;

    font-size: 15px;
    font-weight: 600;

    color: #ffffff;
}


/* Explore Button
----------------------------------------- */

.service-explore {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    width: fit-content;

    padding: 14px 20px;

    border-radius: 3px;

    background: #ffffff;

    color: #0c2869;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}

.service-explore svg {
    fill: currentColor;

    transition: transform .3s ease;
}

.service-explore:hover {
    color: #ffffff;
    background: #0b255f;

    transform: translateY(-2px);
}

.service-explore:hover svg {
    transform: translateX(4px);
}


/* Image
----------------------------------------- */

.service-image {
    position: relative;
    z-index: 2;

    width: 91%;
    height: 475px;

    overflow: hidden;

    border-radius: 22px;
}

.service-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .7s ease;
}

.inspire-service-card:hover .service-image img {
    transform: scale(1.04);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .inspire-service-card {
        min-height: 600px;

        padding: 55px 45px 55px 55px;
    }

    .service-info {
        padding-right: 40px;
    }

    .service-number {
        font-size: 68px;
        margin-bottom: 45px;
    }

    .service-main-content h2 {
        font-size: 30px;
    }

    .service-main-content p {
        font-size: 17px;
    }

    .service-image {
        height: 480px;
    }
}


@media (max-width: 991px) {

    .inspire-services {
        padding: 90px 0 100px;
    }

    .inspire-section-title h2 {
        font-size: 42px;
    }

    .inspire-service-card {
        min-height: auto;

        grid-template-columns: 1fr;

        gap: 45px;

        padding: 55px 45px;
    }

    .service-grid-lines::before {
        display: none;
    }

    .service-info {
        padding-right: 0;
    }

    .service-number {
        margin-bottom: 35px;
    }

    .service-image {
        height: 430px;
    }
}


@media (max-width: 767px) {

    .inspire-services {
        padding: 70px 0 80px;
    }

    .inspire-section-title {
        margin-bottom: 40px;
        padding: 0 15px;
    }

    .inspire-section-title h2 {
        font-size: 36px;
    }

    .inspire-section-title p {
        font-size: 16px;
    }

    .inspire-services-list {
        gap: 18px;
    }

    .inspire-service-card {
        padding: 40px 25px;

        border-radius: 12px;

        gap: 35px;
    }

    .service-number {
        font-size: 58px;
        margin-bottom: 35px;
    }

    .service-main-content h2 {
        font-size: 27px;
    }

    .service-main-content p {
        font-size: 16px;
        line-height: 1.6;
    }

    .service-image {
        height: 330px;
        border-radius: 17px;
    }

    .service-decoration {
        left: 15px;
    }
}


@media (max-width: 480px) {

    .inspire-service-card {
        padding: 35px 20px;
    }

    .service-number {
        font-size: 50px;
    }

    .service-main-content h2 {
        font-size: 24px;
    }

    .service-image {
        height: 280px;
    }

    .service-main-content li {
        font-size: 14px;
    }
}


/* =========================================
   INSPIRE PARTNERS COUNTER SECTION
========================================= */

.inspire-counter-section {
    width: 100%;
    padding: 0px 0 100px;
    background: #ffffff;
}

.inspire-counter {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    width: 100%;

    border: 1px solid #e4e6eb;
    background: #ffffff;
}


/* =========================================
   COUNTER ITEM
========================================= */

.counter-item {
    position: relative;

    min-height: 195px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 22px;

    padding: 30px 35px;
}


/* Vertical separator */

.counter-item:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 26px;
    right: 0;

    width: 1px;
    height: calc(100% - 52px);

    background: #e4e6eb;
}


/* Navy accent at bottom of separator */

.counter-item:not(:last-child)::before {
    content: "";

    position: absolute;

    right: -2px;
    bottom: 30px;

    width: 5px;
    height: 34px;

    background: #123875;

    z-index: 2;
}


/* =========================================
   NUMBER
========================================= */

.counter-number {
    display: flex;
    align-items: baseline;

    white-space: nowrap;

    font-size: 50px;
    line-height: 1;

    font-weight: 600;

    letter-spacing: -2px;

    color: #080808;
}

.counter-number .counter {
    min-width: 55px;
}


/* =========================================
   TEXT
========================================= */

.counter-text {
    display: flex;
    flex-direction: column;

    font-size: 16px;
    line-height: 1.45;

    font-weight: 400;

    color: #171717;
}

.counter-text span {
    display: block;
}


/* =========================================
   CONTAINER
========================================= */

.inspire-counter-section .container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 30px;
}


/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 1199px) {

    .inspire-counter-section {
        padding: 60px 0 80px;
    }

    .counter-item {
        gap: 14px;
        padding: 25px 20px;
    }

    .counter-number {
        font-size: 42px;
    }

    .counter-text {
        font-size: 14px;
    }
}


/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 767px) {

    .inspire-counter-section {
        padding: 50px 0 70px;
    }

    .inspire-counter-section .container {
        padding: 0 20px;
    }

    .inspire-counter {
        grid-template-columns: repeat(2, 1fr);
    }

    .counter-item {
        min-height: 145px;

        justify-content: flex-start;

        gap: 10px;

        padding: 25px 18px;
    }

    /* Remove right border from every 2nd item */
    .counter-item:nth-child(2)::after,
    .counter-item:nth-child(4)::after {
        display: none;
    }

    /* Horizontal divider */

    .counter-item:nth-child(1)::before,
    .counter-item:nth-child(2)::before {
        bottom: -2px;
        right: auto;
        left: 20px;

        width: 35px;
        height: 4px;
    }

    .counter-item:nth-child(3)::before {
        bottom: -2px;
        right: auto;
        left: 20px;

        width: 35px;
        height: 4px;
    }

    .counter-number {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .counter-number .counter {
        min-width: 38px;
    }

    .counter-text {
        font-size: 13px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .counter-item {
        min-height: 125px;

        padding: 20px 12px;

        gap: 8px;
    }

    .counter-number {
        font-size: 28px;
    }

    .counter-text {
        font-size: 11px;
    }
}

/* =========================================
   CHOOSE YOUR SETUP STRUCTURE
========================================= */

.setup-structure-section {
    padding: 70px 0 120px;
    background: #ffffff;
}

.setup-structure-section .container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 25px;
}


/* Main Wrapper
----------------------------------------- */

.setup-structure-wrapper {
    position: relative;

    overflow: hidden;

    min-height: 680px;

    padding: 55px 70px 55px;

    border-radius: 14px;

    background: #f6f7fc;
}


/* =========================================
   BACKGROUND GRID
========================================= */

.setup-grid {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background-image:
        linear-gradient(
            to right,
            rgba(22, 55, 112, .08) 1px,
            transparent 1px
        ),
        linear-gradient(
            to bottom,
            rgba(22, 55, 112, .08) 1px,
            transparent 1px
        );

    background-size: 160px 160px;

    opacity: .75;
}


/* Extra subtle grid on right */

.setup-grid::after {
    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 470px;
    height: 290px;

    background-image:
        linear-gradient(
            to right,
            rgba(22, 55, 112, .09) 1px,
            transparent 1px
        ),
        linear-gradient(
            to bottom,
            rgba(22, 55, 112, .09) 1px,
            transparent 1px
        );

    background-size: 160px 160px;
}


/* =========================================
   TITLE
========================================= */

.setup-section-title {
    position: relative;
    z-index: 2;

    text-align: center;

    margin-bottom: 65px;
}

.setup-section-title h2 {
    margin: 0;

    font-size: 44px;
    line-height: 1.15;

    font-weight: 400;

    color: #17427f;
}


/* =========================================
   CARDS WRAPPER
========================================= */

.setup-cards {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    align-items: start;

    max-width: 1060px;

    margin: 0 auto;

    gap: 25px;
}


/* =========================================
   CARD
========================================= */

.setup-card {
    position: relative;

    min-height: 430px;

    overflow: hidden;

    background: #ffffff;

    border-radius: 25px;

    box-shadow:
        0 12px 25px rgba(20, 36, 70, .12);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.setup-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 20px 35px rgba(20, 36, 70, .16);
}


/* =========================================
   FEATURED CARD
========================================= */

.setup-card.featured {
    margin-top: -20px;

    border-radius: 24px;

    padding-top: 40px;
}


/* Featured Blue Header */

.featured-label {
    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #075fae;

    color: #ffffff;

    font-size: 16px;
    font-weight: 600;
}


/* =========================================
   CARD CONTENT
========================================= */

.setup-card-content {
    height: 100%;

    display: flex;
    flex-direction: column;

    padding: 27px 27px 24px;
}

.setup-card.featured .setup-card-content {
    padding-top: 0;
}


/* =========================================
   CARD TITLE
========================================= */

.setup-card h3 {
    margin: 0;

    font-size: 27px;
    line-height: 1.2;

    font-weight: 600;

    color: #101010;
}


/* =========================================
   DIVIDER
========================================= */

.setup-divider {
    width: 100%;

    height: 1px;

    margin: 10px 0 14px;

    background: #dedede;
}


/* =========================================
   DESCRIPTION
========================================= */

.setup-card p {
    margin: 0 0 22px;

    min-height: 70px;

    font-size: 16px;

    line-height: 1.35;

    color: #3d3d3d;
}


/* =========================================
   FEATURES
========================================= */

.setup-card ul {
    display: flex;
    flex-direction: column;

    gap: 13px;

    margin: 0 0 22px;
    padding: 0;

    list-style: none;
}

.setup-card li {
    position: relative;

    padding-left: 35px;

    font-size: 16px;
    line-height: 1.4;

    color: #161616;
}

.setup-card li::before {
    content: "✓";
    position: absolute;
    left: 2px;
    top: -2px;
    font-size: 22px;
    font-weight: 400;

    color: #18b957;
}


/* =========================================
   TAG
========================================= */

.setup-tag {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    width: fit-content;

    margin-top: auto;
    margin-bottom: 28px;

    padding: 6px 11px;

    border-radius: 20px;

    background: #f1f1f1;

    font-size: 13px;

    color: #272727;
}

.tag-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 17px;
    height: 17px;

    font-size: 18px;

    transform: rotate(45deg);
}


/* =========================================
   BUTTON
========================================= */

.setup-btn {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    min-height: 50px;

    padding: 12px 18px;

    border-radius: 30px;

    background:
        linear-gradient(
            100deg,
            #075eb7,
            #11105d
        );

    color: #ffffff;

    font-size: 16px;

    font-weight: 600;

    text-decoration: none;

    transition:
        transform .3s ease,
        filter .3s ease;
}

.setup-btn:hover {
    color: #ffffff;

    transform: translateY(-2px);

    filter: brightness(1.08);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .setup-structure-wrapper {
        padding: 50px 35px;
    }

    .setup-cards {
        gap: 18px;
    }

    .setup-card-content {
        padding: 25px 22px;
    }

    .setup-card h3 {
        font-size: 24px;
    }

    .setup-card p,
    .setup-card li {
        font-size: 14px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .setup-structure-section {
        padding: 50px 0 80px;
    }

    .setup-structure-wrapper {
        min-height: auto;

        padding: 45px 20px 50px;

        border-radius: 12px;
    }

    .setup-section-title {
        margin-bottom: 45px;
    }

    .setup-section-title h2 {
        font-size: 34px;
    }

    .setup-cards {
        grid-template-columns: 1fr;

        max-width: 500px;

        gap: 25px;
    }

    .setup-card {
        min-height: 420px;
    }

    .setup-card.featured {
        margin-top: 0;
    }

    .setup-card-content {
        padding: 27px 25px 24px;
    }

    .setup-card.featured .setup-card-content {
        padding-top: 0;
    }

    .setup-card h3 {
        font-size: 25px;
    }

    .setup-card p {
        font-size: 15px;
    }

    .setup-card li {
        font-size: 15px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .setup-structure-wrapper {
        padding: 40px 15px;
    }

    .setup-section-title h2 {
        font-size: 29px;
    }

    .setup-card {
        min-height: 400px;
        border-radius: 20px;
    }

    .setup-card-content {
        padding: 25px 20px 20px;
    }

    .setup-card h3 {
        font-size: 23px;
    }
}

/* =========================================
   JOURNEY IN 4 STEPS
========================================= */

.journey-section {
    padding: 110px 0 80px;
    background: #ffffff;
}

.journey-container {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Heading */

.journey-heading {
    text-align: center;
    margin-bottom: 65px;
}

.journey-heading h2 {
    margin: 0;
    font-family: inherit;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 500;
    color: #123b78;
}

.journey-heading h2 span {
    color: #4c79b5;
}

/* Slider */

.journey-slider {
    width: 100%;
    overflow: hidden;
}

.journey-slide {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

/* Cards */

.journey-card {
    min-height: 285px;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

/* Text cards */

.journey-text {
    background: #fafafa;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 15px;
    border-radius: 50px;

    background: linear-gradient(
        135deg,
        #0d4d9c,
        #082b70
    );

    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    z-index: 3;
}

/* Text content */

.journey-content {
    position: relative;
    z-index: 3;
    max-width: 390px;
    margin-top: auto;
}

.journey-content h3 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}

.journey-content p {
    margin: 0;
    color: #222222;
    font-size: 17px;
    line-height: 1.45;
    max-width: 390px;
}

/* Background icon */

.journey-bg-icon {
    position: absolute;
    right: 25px;
    bottom: 15px;

    width: 170px;
    height: 170px;

    color: #eeeeee;

    opacity: .9;
    z-index: 1;
    pointer-events: none;
}

.journey-bg-icon svg {
    width: 100%;
    height: 100%;
}

.document-icon {
    right: 20px;
    bottom: 15px;
}

/* Images */

.journey-image {
    padding: 10px;
    background: #ffffff;
}

.journey-image img {
    display: block;
    width: 100%;
    height: 265px;

    object-fit: cover;

    border-radius: 14px;
}

/* Controls */

.journey-controls {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 8px;
    margin-top: 35px;
}

.journey-controls button {
    width: 44px;
    height: 44px;

    border: 1px solid #e5e5e5;
    border-radius: 9px;

    background: #fafafa;
    color: #111111;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 21px;
    cursor: pointer;

    transition: all .3s ease;
}

.journey-controls button:hover {
    background: #0d4d9c;
    color: #ffffff;
    border-color: #0d4d9c;
}

.journey-controls button:active {
    transform: scale(.95);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .journey-section {
        padding: 80px 0 60px;
    }

    .journey-heading {
        margin-bottom: 45px;
    }

    .journey-heading h2 {
        font-size: 42px;
    }

    .journey-card {
        min-height: 260px;
    }

    .journey-image img {
        height: 240px;
    }

    .journey-content h3 {
        font-size: 21px;
    }

    .journey-content p {
        font-size: 16px;
    }

    .journey-bg-icon {
        width: 130px;
        height: 130px;
    }
}


@media (max-width: 767px) {

    .journey-section {
        padding: 65px 0 50px;
    }

    .journey-container {
        padding: 0 15px;
    }

    .journey-heading {
        margin-bottom: 35px;
    }

    .journey-heading h2 {
        font-size: 34px;
    }

    .journey-slide {
        grid-template-columns: 1fr;
    }

    .journey-card {
        min-height: auto;
    }

    .journey-text {
        min-height: 230px;
        padding: 24px;
    }

    .journey-image {
        padding: 8px;
    }

    .journey-image img {
        height: 250px;
    }

    .journey-content {
        margin-top: 45px;
    }

    .journey-content h3 {
        font-size: 22px;
    }

    .journey-bg-icon {
        width: 120px;
        height: 120px;
    }
}


@media (max-width: 480px) {

    .journey-heading h2 {
        font-size: 30px;
    }

    .journey-text {
        padding: 20px;
    }

    .journey-image img {
        height: 220px;
    }

    .step-badge {
        font-size: 13px;
        padding: 7px 13px;
    }

    .journey-content h3 {
        font-size: 20px;
    }

    .journey-content p {
        font-size: 15px;
    }

    .journey-controls button {
        width: 42px;
        height: 42px;
    }
}

/* =========================================
   EXPERTS / TEAM SECTION
========================================= */

.experts-section {
    position: relative;
    padding: 110px 0 100px;
    background: #f7f7ff;
    overflow: hidden;
}

/* Decorative background lines */

.experts-section::before {
    content: "";
    position: absolute;

    width: 330px;
    height: 150px;

    left: -100px;
    bottom: 50px;

    border: 1px solid rgba(20, 62, 120, 0.16);
    border-radius: 50%;

    transform: rotate(-8deg);

    box-shadow:
        0 18px 0 -1px transparent,
        0 35px 0 -1px transparent;
}

.experts-section::after {
    content: "";
    position: absolute;

    width: 330px;
    height: 150px;

    right: -100px;
    top: 90px;

    border: 1px solid rgba(20, 62, 120, 0.16);
    border-radius: 50%;

    transform: rotate(-8deg);
}

/* Container */

.experts-container {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 20px;

    position: relative;
    z-index: 2;
}

/* Heading */

.experts-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 55px;
}

.section-label {
    display: inline-block;
    margin-bottom: 15px;

    color: #1450a0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.experts-heading h2 {
    margin: 0;

    color: #153f7a;

    font-size: 34px;
    line-height: 1.25;
    font-weight: 500;
}

/* =========================================
   TOP CONTROLS
========================================= */

.experts-top-controls {
    display: flex;
    gap: 8px;

    margin-bottom: 25px;
}

.experts-top-controls button {
    width: 44px;
    height: 44px;

    border: 1px solid #e4e5ec;
    border-radius: 9px;

    background: #f2f2f7;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #333;
    font-size: 20px;

    cursor: pointer;

    transition: all .3s ease;
}

.experts-top-controls button:hover {
    background: #104b99;
    border-color: #104b99;
    color: #fff;
}

.experts-top-controls button:active {
    transform: scale(.95);
}


/* =========================================
   SLIDER
========================================= */

.experts-slider {
    display: flex;
    gap: 20px;

    overflow: hidden;

    scroll-behavior: smooth;

    padding: 0 0 15px;
}


/* =========================================
   EXPERT CARD
========================================= */

.expert-card {
    flex: 0 0 calc((100% - 40px) / 3);

    background: #ffffff;

    border-radius: 20px;

    padding: 15px 15px 25px;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.08);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

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

    box-shadow:
        0 18px 35px rgba(0, 0, 0, 0.12);
}


/* Image */

.expert-image {
    width: 100%;
    height: 285px;

    overflow: hidden;

    border-radius: 10px;
}

.expert-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .5s ease;
}

.expert-card:hover .expert-image img {
    transform: scale(1.03);
}


/* =========================================
   CARD CONTENT
========================================= */

.expert-info {
    text-align: center;

    padding: 14px 5px 0;
}

.expert-info h3 {
    margin: 0 0 8px;

    color: #111;

    font-size: 23px;
    line-height: 1.25;
    font-weight: 500;
}

.expert-info p {
    margin: 0 auto 14px;

    max-width: 300px;

    min-height: 48px;

    color: #444;

    font-size: 15px;
    line-height: 1.35;
}


/* =========================================
   CONSULTATION BUTTON
========================================= */

.expert-btn {
    width: 100%;

    min-height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50px;

    background:
        linear-gradient(
            100deg,
            #0753ad,
            #091b68
        );

    color: #fff !important;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    position: relative;
    overflow: hidden;

    transition: all .3s ease;
}

.expert-btn::before {
    content: "";

    position: absolute;

    width: 100%;
    height: 100%;

    left: -100%;
    top: 0;

    background: rgba(255,255,255,.12);

    transition: left .4s ease;
}

.expert-btn:hover::before {
    left: 100%;
}

.expert-btn:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(10, 62, 140, .25);
}


/* =========================================
   PROFILE LINK
========================================= */

.profile-link {
    display: inline-block;

    margin-top: 13px;

    color: #111 !important;

    font-size: 13px;
    font-weight: 600;

    text-decoration: underline;

    text-underline-offset: 4px;
}

.profile-link:hover {
    color: #0b4e9e !important;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {

    .expert-card {
        flex: 0 0 calc((100% - 20px) / 2);
    }

}


@media (max-width: 767px) {

    .experts-section {
        padding: 75px 0 70px;
    }

    .experts-heading {
        margin-bottom: 40px;
    }

    .experts-heading h2 {
        font-size: 28px;
    }

    .experts-slider {
        gap: 15px;
    }

    .expert-card {
        flex: 0 0 100%;
    }

    .expert-image {
        height: 300px;
    }

    .experts-top-controls {
        margin-bottom: 20px;
    }

}


@media (max-width: 480px) {

    .experts-heading h2 {
        font-size: 25px;
    }

    .expert-image {
        height: 280px;
    }

    .expert-info h3 {
        font-size: 21px;
    }

}

/* =========================================
   FAQ SECTION
========================================= */

.faq-section {
    padding: 120px 0;
    background: #ffffff;
}

.faq-left {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.faq-label {
    display: inline-block;
    width: fit-content;
    font-size: 17px;
    font-weight: 500;
    color: #111;
    padding-bottom: 8px;
    border-bottom: 3px solid #1d4ed8;
    margin-bottom: 25px;
}

.faq-left h2 {
    margin: 0;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 500;
    color: #19427d;
}


/* CTA Box */

.faq-cta {
    margin-top: auto;
    max-width: 460px;
    padding: 32px 28px;
    background: #f5f5f5;
    border-radius: 14px;
}

.faq-cta h3 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

.faq-cta p {
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 1.4;
    color: #444;
}

.faq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 27px;
    border-radius: 50px;
    background: linear-gradient(
        90deg,
        #075bc2,
        #07105d
    );
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
}

.faq-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 45, 120, .2);
}


/* =========================================
   FAQ LIST
========================================= */

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.faq-item {
    background: #f5f5f5;
    border-radius: 14px;
    overflow: hidden;
    transition: all .3s ease;
}


/* Question */

.faq-question {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;

    padding: 25px 18px 25px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    text-align: left;
    cursor: pointer;

    font-family: inherit;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    color: #111;
}


/* Arrow */

.faq-icon {
    min-width: 34px;
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    border-radius: 50%;

    font-size: 13px;
    color: #111;

    transition: transform .3s ease;
}


/* Answer */

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;

    transition:
        max-height .4s ease,
        padding .4s ease;
}

.faq-answer p {
    margin: 0;
    padding-bottom: 24px;

    font-size: 17px;
    line-height: 1.5;
    color: #555;
}


/* Active */

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding-top: 0;
}

.faq-item.active .faq-icon {
    transform: rotate(0deg);
}

.faq-item:not(.active) .faq-icon {
    transform: rotate(0deg);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .faq-section {
        padding: 80px 0;
    }

    .faq-left {
        height: auto;
    }

    .faq-cta {
        margin-top: 50px;
        max-width: 100%;
    }

    .faq-left h2 {
        font-size: 40px;
    }
}


@media (max-width: 575px) {

    .faq-section {
        padding: 60px 0;
    }

    .faq-left h2 {
        font-size: 34px;
    }

    .faq-question {
        padding: 20px 15px;
        font-size: 17px;
    }

    .faq-answer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .faq-answer p {
        font-size: 15px;
    }

    .faq-cta {
        padding: 25px 20px;
    }

    .faq-cta h3 {
        font-size: 24px;
    }

    .faq-btn {
        width: 100%;
    }
}


/* =========================================================
   INSPIRE PARTNERS - CTA + FOOTER
========================================================= */

:root {
    --ip-blue: #0b3f9e;
    --ip-blue-dark: #0a398f;
    --ip-white: #ffffff;
    --ip-text-light: #c8d5ef;
    --ip-border: rgba(255, 255, 255, 0.18);
}


/* =========================================================
   CTA SECTION
========================================================= */

.ip-cta-section {
    position: relative;
    z-index: 2;
    margin: 0 auto -94px;
    width: min(1504px, calc(100% - 40px));
}

.ip-cta-container {
    min-height: 336px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    overflow: hidden;

    border-radius: 26px;

    background:
        linear-gradient(
            rgba(7, 30, 62, 0.72),
            rgba(7, 30, 62, 0.72)
        ),
        var(--ip-cta-background, none) center center / cover no-repeat;
}


/* Add subtle dark overlay */
.ip-cta-container::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.3;
    background: var(--ip-cta-overlay, none) center center / cover no-repeat;
    pointer-events: none;
}


.ip-cta-content {
    position: relative;
    z-index: 1;

    width: 100%;
    padding: 50px 30px;

    text-align: center;
    color: #fff;
}


.ip-cta-content h2 {
    margin: 0 0 12px;

    color: #ffffff;

    font-family: Arial, sans-serif;
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.2;
}


.ip-cta-content p {
    margin: 0 auto 30px;

    max-width: 850px;

    color: #ffffff;

    font-family: Arial, sans-serif;
    font-size: clamp(17px, 1.5vw, 23px);
    font-weight: 400;
    line-height: 1.5;
}


.ip-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 285px;
    height: 50px;

    padding: 0 28px;

    border-radius: 30px;

    background:
        linear-gradient(
            90deg,
            #0753c7,
            #10138f
        );

    border: 1px solid rgba(255, 255, 255, 0.12);

    color: #ffffff;

    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


.ip-cta-btn:hover {
    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(0, 32, 130, 0.45);

    background:
        linear-gradient(
            90deg,
            #1268e8,
            #161aa7
        );
}


/* =========================================================
   FOOTER
========================================================= */

.ip-footer {
    position: relative;

    margin-top: 0;

    background:
        linear-gradient(
            180deg,
            #0d429f 0%,
            #0a398d 100%
        );

    color: #ffffff;
}


.ip-footer-inner {
    width: min(1504px, calc(100% - 40px));
    margin: 0 auto;
    padding: 200px 20px 0;
}


/* =========================================================
   FOOTER MAIN
========================================================= */

.ip-footer-main {
    display: grid;

    grid-template-columns:
        1.5fr
        1fr
        1fr
        1.35fr
        1fr
        1fr
        0.9fr;

    gap: 35px;

    padding-bottom: 100px;
}


/* =========================================================
   LOGO
========================================================= */

.ip-footer-brand {
        margin-right: 50px;
    padding-top: 0;
}


.ip-logo {
    position: relative;

    display: inline-flex;

    flex-direction: column;

    color: #ffffff;

    text-decoration: none;
}


.ip-logo span {
    display: block;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 58px;
    font-weight: 400;

    line-height: 0.8;

    letter-spacing: -3px;
}


.ip-logo span::after {
    content: "ÃƒÂ¢Ã…Â¾Ã‚Â¤";

    display: inline-block;

    margin-left: 5px;

    font-family: Arial, sans-serif;

    font-size: 40px;

    transform: rotate(-35deg);
}


.ip-logo small {
    display: block;

    margin-top: 8px;

    font-family: Arial, sans-serif;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.5px;
}


/* =========================================================
   SOCIAL LINKS
========================================================= */

.ip-social-links {
    display: flex;

    align-items: center;

    gap: 16px;

    margin-top: 45px;
}


.ip-social-links a {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    color: #ffffff;

    font-size: 15px;

    text-decoration: none;

    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}


.ip-social-links a:hover {
    color: #ffffff;

    opacity: 0.7;

    transform: translateY(-3px);
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.ip-footer-column h3 {
    margin: 0 0 22px;

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 17px;
    font-weight: 600;

    line-height: 1.3;
}


.ip-footer-column ul {
    list-style: none;

    padding: 0;
    margin: 0;
}


.ip-footer-column li {
    margin-bottom: 15px;
}


.ip-footer-column a {
    color: var(--ip-text-light);

    font-family: Arial, sans-serif;

    font-size: 15.5px;
    font-weight: 400;

    line-height: 1.4;

    text-decoration: none;

    transition:
        color 0.25s ease,
        padding-left 0.25s ease;
}


.ip-footer-column a:hover {
    color: #ffffff;

    padding-left: 4px;
}


.ip-footer-column sup {
    color: #f5c400;

    font-size: 9px;
}


/* =========================================================
   FOOTER META
========================================================= */

.ip-footer-meta {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 0 0 28px;
}


.ip-footer-policies {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 28px;
}


.ip-footer-policies a {
    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 13px;

    text-decoration: none;

    transition: opacity 0.25s ease;
}


.ip-footer-policies a:hover {
    opacity: 0.65;
}


/* =========================================================
   PAYMENT
========================================================= */

.ip-payment {
    display: flex;

    align-items: center;

    gap: 15px;

    white-space: nowrap;
}


.ip-payment > span {
    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 13px;
}


.ip-payment-logos {
    display: flex;

    align-items: center;

    gap: 7px;
}


.ip-visa,
.ip-mastercard {
    width: 45px;
    height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 3px;

    background: #ffffff;

    color: #164b9e;

    font-family: Arial, sans-serif;

    font-size: 14px;
    font-weight: 800;
}


.ip-mastercard {
    position: relative;

    overflow: hidden;
}


.ip-mastercard span {
    position: absolute;

    width: 17px;
    height: 17px;

    border-radius: 50%;
}


.ip-mastercard span:first-child {
    left: 8px;

    background: #ed1c24;
}


.ip-mastercard span:last-child {
    right: 8px;

    background: #f7b600;

    opacity: 0.95;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.ip-footer-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    min-height: 84px;

    border-top: 1px solid var(--ip-border);

    color: #b8cbed;
}


.ip-footer-bottom p {
    margin: 0;

    font-family: Arial, sans-serif;

    font-size: 13px;
}


.ip-footer-bottom a {
    color: #f4b800;

    text-decoration: none;

    font-weight: 600;
}


.ip-footer-bottom a:hover {
    text-decoration: underline;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (max-width: 1300px) {

    .ip-footer-main {
        grid-template-columns:
            1.4fr
            1fr
            1fr
            1.3fr
            1fr
            1fr;

        row-gap: 50px;
    }

    .ip-footer-brand {
        grid-column: span 1;
    }

    .ip-footer-column:last-child {
        grid-column: auto;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

    .ip-cta-section {
        width: calc(100% - 30px);
    }

    .ip-cta-container {
        min-height: 300px;
    }

    .ip-footer-inner {
        width: calc(100% - 30px);

        padding-top: 60px;
    }

    .ip-footer-main {
        grid-template-columns:
            repeat(3, 1fr);

        gap: 45px 25px;

        padding-bottom: 70px;
    }

    .ip-footer-brand {
        grid-column: span 3;
    }

    .ip-social-links {
        margin-top: 30px;
    }

    .ip-footer-meta {
        flex-direction: column;

        align-items: flex-start;
    }

    .ip-payment {
        width: 100%;

        justify-content: space-between;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ip-cta-section {
        width: calc(100% - 20px);
    }

    .ip-cta-container {
        min-height: 330px;

        border-radius: 18px;
    }

    .ip-cta-content {
        padding: 40px 20px;
    }

    .ip-cta-content h2 {
        font-size: 28px;
    }

    .ip-cta-content p {
        margin-bottom: 25px;

        font-size: 16px;
    }

    .ip-cta-btn {
        width: 100%;

        min-width: 0;

        font-size: 14px;
    }


    .ip-footer-inner {
        width: calc(100% - 20px);

        padding: 150px 15px 0;
    }


    .ip-footer-main {
        grid-template-columns: repeat(2, 1fr);

        gap: 40px 25px;

        padding-bottom: 55px;
    }


    .ip-footer-brand {
        grid-column: span 2;
    }


    .ip-logo span {
        font-size: 50px;
    }


    .ip-footer-column h3 {
        font-size: 16px;

        margin-bottom: 18px;
    }


    .ip-footer-column a {
        font-size: 14px;
    }


    .ip-footer-column li {
        margin-bottom: 12px;
    }


    .ip-footer-meta {
        gap: 25px;

        padding-bottom: 25px;
    }


    .ip-footer-policies {
        gap: 15px 20px;
    }


    .ip-footer-policies a {
        font-size: 12px;
    }


    .ip-payment {
        flex-wrap: wrap;

        gap: 12px;
    }


    .ip-footer-bottom {
        flex-direction: column;

        align-items: flex-start;
        justify-content: center;

        gap: 10px;

        min-height: 100px;
    }


    .ip-footer-bottom p {
        font-size: 12px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ip-footer-main {
        grid-template-columns: 1fr;
    }

    .ip-footer-brand {
        grid-column: span 1;
    }

    .ip-cta-container {
        min-height: 350px;
    }

    .ip-cta-content h2 {
        font-size: 25px;
    }

    .ip-cta-content p {
        font-size: 15px;
    }
}

/* =========================================================
   ABOUT COMPANY SECTION
========================================================= */

.about-company-section {
    padding: 105px 0 120px;
    background: #ffffff;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.about-company-heading {
    align-items: flex-start;
    margin-bottom: 48px;
}


.about-section-label {
    padding-top: 8px;
}


.about-section-label span {
    position: relative;

    display: inline-block;

    padding-bottom: 8px;

    color: #111111;

    font-family: Arial, sans-serif;

    font-size: 18px;
    font-weight: 500;

    line-height: 1.3;
}


.about-section-label span::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 125px;
    height: 2px;

    background: #153f98;
}


/* =========================================================
   MAIN TITLE
========================================================= */

.about-section-title {
    padding-left: 5px;
}


.about-section-title h2 {
    margin: 0;

    max-width: 760px;

    font-family: Arial, sans-serif;

    font-size: 44px;

    font-weight: 500;

    line-height: 1.18;

    letter-spacing: -1.5px;

    background:
        linear-gradient(
            90deg,
            #173d7e 0%,
            #2c5795 55%,
            #6b8dbd 100%
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
}


/* =========================================================
   IMAGE
========================================================= */

.about-company-image {
    position: relative;

    width: 100%;

    height: 535px;

    overflow: hidden;

    border-radius: 18px;

    background: #eeeeee;
}


.about-company-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center center;
}


/* =========================================================
   GOLD INSPIRE GRAPHIC
========================================================= */

.about-gold-shape {
    position: absolute;

    left: -35px;
    bottom: -15px;

    width: 285px;
    height: 430px;

    pointer-events: none;

    transform: rotate(-3deg);
}


.about-gold-shape span {
    position: absolute;

    display: block;

    background: #e1b63b;

    opacity: 0.90;

    transform-origin: bottom left;
}


/* First large stroke */
.about-gold-shape span:first-child {
    left: 0;
    bottom: 0;

    width: 52px;
    height: 450px;

    transform:
        rotate(40deg)
        skewX(-8deg);
}


/* Second stroke */
.about-gold-shape span:last-child {
    left: 105px;
    bottom: 0;

    width: 45px;
    height: 330px;

    transform:
        rotate(40deg)
        skewX(-8deg);
}


/* =========================================================
   CONTENT BELOW IMAGE
========================================================= */

.about-company-content {
    align-items: center;

    margin-top: 42px;
}


.about-description h3 {
    margin: 0 0 14px;

    color: #171717;

    font-family: Arial, sans-serif;

    font-size: 24px;

    font-weight: 400;

    line-height: 1.35;
}


.about-description p {
    margin: 0;

    max-width: 900px;

    color: #3f3f3f;

    font-family: Arial, sans-serif;

    font-size: 18px;

    font-weight: 400;

    line-height: 1.45;
}


/* =========================================================
   ADVISOR BUTTON
========================================================= */

.about-advisor-wrapper {
    display: flex;

    justify-content: flex-end;

    align-items: center;

    height: 100%;
}


.about-advisor-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 310px;
    height: 50px;

    padding: 0 28px;

    border-radius: 28px;

    background:
        linear-gradient(
            90deg,
            #064db4,
            #171283
        );

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 14px;

    font-weight: 700;

    text-align: center;

    text-decoration: none;

    box-shadow:
        0 6px 18px rgba(20, 54, 130, 0.15);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.about-advisor-btn:hover {
    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(20, 54, 130, 0.25);
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .about-company-section {
        padding-top: 105px;
    }


    .about-company-image {
        height: 625px;
    }


    .about-section-title h2 {
        font-size: 45px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .about-company-section {
        padding: 80px 0 90px;
    }


    .about-company-heading {
        margin-bottom: 35px;
    }


    .about-section-title {
        margin-top: 30px;
        padding-left: 0;
    }


    .about-section-title h2 {
        font-size: 38px;
    }


    .about-company-image {
        height: 450px;
    }


    .about-company-content {
        margin-top: 35px;
    }


    .about-description h3 {
        font-size: 21px;
    }


    .about-description p {
        font-size: 16px;
    }


    .about-advisor-wrapper {
        justify-content: flex-start;

        margin-top: 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .about-company-section {
        padding: 60px 0 70px;
    }


    .about-section-label span {
        font-size: 16px;
    }


    .about-section-title {
        margin-top: 25px;
    }


    .about-section-title h2 {
        font-size: 31px;

        line-height: 1.2;

        letter-spacing: -0.8px;
    }


    .about-company-heading {
        margin-bottom: 30px;
    }


    .about-company-image {
        height: 350px;

        border-radius: 14px;
    }


    .about-gold-shape {
        left: -45px;
        bottom: -50px;

        transform: scale(0.72) rotate(-3deg);

        transform-origin: bottom left;
    }


    .about-company-content {
        margin-top: 30px;
    }


    .about-description h3 {
        font-size: 19px;

        line-height: 1.4;
    }


    .about-description p {
        font-size: 15px;

        line-height: 1.5;
    }


    .about-advisor-wrapper {
        margin-top: 28px;

        justify-content: flex-start;
    }


    .about-advisor-btn {
        width: 100%;

        min-width: 0;

        height: 48px;

        font-size: 13px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .about-company-section {
        padding: 50px 0 60px;
    }


    .about-section-title h2 {
        font-size: 28px;
    }


    .about-company-image {
        height: 300px;
    }


    .about-gold-shape {
        transform: scale(0.58) rotate(-3deg);

        transform-origin: bottom left;
    }


    .about-description h3 {
        font-size: 18px;
    }


    .about-description p {
        font-size: 14px;
    }

}

/* =========================================================
   THE INSPIRE DIFFERENCE
========================================================= */

.inspire-difference-section {
    width: 100%;
    padding: 100px 0 120px;
    background: #f7f8fc;
}

.inspire-difference-container {
    width: calc(100% - 100px);
    max-width: 1390px;
    margin: 0 auto;
    background: #ffffff;
    padding: 55px 58px 0;
}


/* =========================================================
   HEADER
========================================================= */

.difference-header {
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: start;
    margin-bottom: 65px;
}

.difference-label {
    padding-top: 5px;
}

.difference-label span {
    display: block;
    width: fit-content;

    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;

    color: #111111;
}

.difference-line {
    width: 125px;
    height: 3px;

    margin-top: 8px;

    background: #263f91;
}


.difference-header h2 {
    margin: 0;

    font-family: Arial, sans-serif;
    font-size: clamp(42px, 4vw, 64px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -2px;

    color: #173d7a;
}

.difference-header h2 span {
    color: #4d79b3;
}


/* =========================================================
   CARD LIST
========================================================= */

.difference-list {
    width: 100%;
}


/* =========================================================
   CARD
========================================================= */

.difference-card {
    position: relative;

    width: 100%;
    min-height: 132px;

    display: grid;
    grid-template-columns: 70px 365px 1fr 60px;
    align-items: center;
    column-gap: 0;

    border-bottom: 1px solid #dedede;

    background: #ffffff;

    overflow: hidden;

    cursor: pointer;

    transition:
        min-height 0.65s cubic-bezier(.22, 1, .36, 1),
        background-color 0.45s ease;
}


/* First card border */
.difference-card:first-child {
    border-top: 0;
}


/* =========================================================
   NUMBER
========================================================= */

.card-number {
    align-self: start;

    padding-top: 37px;

    font-family: Arial, sans-serif;
    font-size: 27px;
    font-weight: 300;
    font-style: italic;

    color: #111111;

    transition:
        color 0.35s ease,
        transform 0.55s ease;
}


/* =========================================================
   IMAGE
========================================================= */

.card-image {
    width: 195px;
    height: 76px;

    overflow: hidden;

    transition:
        width 0.65s cubic-bezier(.22, 1, .36, 1),
        height 0.65s cubic-bezier(.22, 1, .36, 1),
        transform 0.65s cubic-bezier(.22, 1, .36, 1);
}

.card-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.8s cubic-bezier(.22, 1, .36, 1);
}


/* =========================================================
   CONTENT
========================================================= */

.card-content {
    padding-left: 35px;
    padding-right: 100px;

    transition:
        transform 0.6s cubic-bezier(.22, 1, .36, 1);
}

.card-content h3 {
    margin: 0;

    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.2;

    color: #111111;

    transition:
        color 0.35s ease,
        transform 0.5s ease;
}


.card-content p {
    max-width: 650px;

    margin: 14px 0 0;

    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;

    color: #ffffff;

    opacity: 0;
    visibility: hidden;

    transform: translateY(18px);

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.55s cubic-bezier(.22, 1, .36, 1);
}


/* =========================================================
   ARROW
========================================================= */

.card-arrow {
    position: relative;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;

    color: #111111;

    transition:
        color 0.35s ease,
        transform 0.5s cubic-bezier(.22, 1, .36, 1);
}

.arrow-default,
.arrow-active {
    position: absolute;

    display: block;

    transition:
        opacity 0.3s ease,
        transform 0.4s ease;
}

.arrow-default {
    opacity: 1;
    transform: translate(0, 0);
}

.arrow-active {
    opacity: 0;
    transform: translate(-8px, 8px);
}


/* =========================================================
   HOVER / ACTIVE CARD
========================================================= */

.difference-card:hover,
.difference-card.active {
    min-height: 270px;

    background: #123875;

    border-bottom-color: #123875;
}


/* Number */
.difference-card:hover .card-number,
.difference-card.active .card-number {
    color: #ffffff;

    transform: translateY(-2px);
}


/* Image expands */
.difference-card:hover .card-image,
.difference-card.active .card-image {
    width: 195px;
    height: 215px;

    transform: translateY(0);
}

.difference-card:hover .card-image img,
.difference-card.active .card-image img {
    transform: scale(1.04);
}


/* Title */
.difference-card:hover .card-content h3,
.difference-card.active .card-content h3 {
    color: #ffffff;
}


/* Description */
.difference-card:hover .card-content p,
.difference-card.active .card-content p {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);

    transition-delay: 0.18s;
}


/* Arrow */
.difference-card:hover .card-arrow,
.difference-card.active .card-arrow {
    color: #ffffff;

    transform: translateX(-4px);
}

.difference-card:hover .arrow-default,
.difference-card.active .arrow-default {
    opacity: 0;

    transform: translate(8px, -8px);
}

.difference-card:hover .arrow-active,
.difference-card.active .arrow-active {
    opacity: 1;

    transform: translate(0, 0);
}


/* =========================================================
   OTHER CARDS
   Slightly fade when another card is hovered
========================================================= */

.difference-list:has(.difference-card:hover)
.difference-card:not(:hover) {
    opacity: 0.82;
}

.difference-list:has(.difference-card:hover)
.difference-card:not(:hover) .card-image {
    transform: scale(0.98);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .inspire-difference-container {
        width: calc(100% - 40px);
        padding: 45px 35px 0;
    }

    .difference-header {
        grid-template-columns: 30% 70%;
    }

    .difference-card {
        grid-template-columns: 60px 260px 1fr 50px;
    }

    .card-image {
        width: 175px;
    }

    .card-content {
        padding-left: 25px;
        padding-right: 50px;
    }

    .card-content h3 {
        font-size: 25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .inspire-difference-section {
        padding: 70px 0;
    }

    .inspire-difference-container {
        width: calc(100% - 24px);
        padding: 35px 20px 0;
    }

    .difference-header {
        display: block;
        margin-bottom: 40px;
    }

    .difference-label {
        margin-bottom: 25px;
    }

    .difference-label span {
        font-size: 15px;
    }

    .difference-header h2 {
        font-size: 39px;
        letter-spacing: -1.5px;
    }


    /* Mobile card */
    .difference-card {
        min-height: 100px;

        grid-template-columns: 42px 95px 1fr 35px;

        align-items: center;
    }

    .card-number {
        padding-top: 0;

        font-size: 19px;
    }

    .card-image {
        width: 85px;
        height: 55px;
    }

    .card-content {
        padding-left: 15px;
        padding-right: 5px;
    }

    .card-content h3 {
        font-size: 17px;
    }

    .card-content p {
        font-size: 13px;
        line-height: 1.4;
    }

    .card-arrow {
        font-size: 22px;
    }


    /* Expanded mobile card */
    .difference-card:hover,
    .difference-card.active {
        min-height: 250px;

        grid-template-columns: 42px 110px 1fr 35px;

        align-items: start;

        padding-top: 20px;
        padding-bottom: 20px;
    }

    .difference-card:hover .card-image,
    .difference-card.active .card-image {
        width: 100px;
        height: 205px;
    }

    .difference-card:hover .card-content,
    .difference-card.active .card-content {
        padding-top: 35px;
    }

    .difference-card:hover .card-content h3,
    .difference-card.active .card-content h3 {
        font-size: 19px;
    }

    .difference-card:hover .card-content p,
    .difference-card.active .card-content p {
        font-size: 13px;
    }

    .difference-card:hover .card-number,
    .difference-card.active .card-number {
        padding-top: 5px;
    }

}


/* =========================================================
   OUR STORY SECTION
========================================================= */

.our-story-section {
    background: #f6f7fc;
    padding: 110px 0 100px;
}

.our-story-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.our-story-wrapper {
    display: grid;

    grid-template-columns:
        180px
        450px
        1fr;

    column-gap: 45px;

    align-items: start;
}


/* =========================================================
   LEFT LABEL
========================================================= */

.our-story-label {
    padding-top: 5px;
}

.our-story-label span {
    display: block;

    font-size: 18px;
    line-height: 1.2;

    font-weight: 500;

    color: #111111;
}

.our-story-line {
    width: 55px;
    height: 3px;

    background: #183d7a;

    margin-top: 9px;
}


/* =========================================================
   IMAGE
========================================================= */

.our-story-image {
    width: 100%;
    height: 345px;

    overflow: hidden;

    border-radius: 14px;
}

.our-story-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.7s ease;
}

.our-story-image:hover img {
    transform: scale(1.04);
}


/* =========================================================
   CONTENT
========================================================= */

.our-story-content {
    padding-left: 0;
}


/* Main heading */

.our-story-content h2 {
    margin: 0 0 22px;

    font-size: clamp(42px, 3.3vw, 58px);

    line-height: 1.08;

    font-weight: 400;

    letter-spacing: -1.5px;

    color: #173d7a;
}

.our-story-content h2 span {
    color: #4c78b2;
}


/* Subtitle */

.our-story-content h3 {
    margin: 0 0 27px;

    font-size: 24px;

    line-height: 1.35;

    font-weight: 400;

    color: #111111;
}


/* Paragraphs */

.our-story-content p {
    margin: 0 0 18px;

    max-width: 680px;

    font-size: 17px;

    line-height: 1.42;

    font-weight: 400;

    color: #3d3d3d;
}

.our-story-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .our-story-section {
        padding: 90px 0;
    }

    .our-story-wrapper {
        grid-template-columns:
            130px
            380px
            1fr;

        column-gap: 30px;
    }

    .our-story-image {
        height: 320px;
    }

    .our-story-content h2 {
        font-size: 44px;
    }

    .our-story-content h3 {
        font-size: 21px;
    }

    .our-story-content p {
        font-size: 16px;
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 991px) {

    .our-story-wrapper {
        grid-template-columns: 140px 1fr;
        row-gap: 40px;
    }

    .our-story-label {
        grid-column: 1;
        grid-row: 1;
    }

    .our-story-image {
        grid-column: 2;
        grid-row: 1;

        height: 330px;
    }

    .our-story-content {
        grid-column: 1 / -1;
        grid-row: 2;

        padding-left: 140px;
    }

    .our-story-content h2 {
        max-width: 700px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .our-story-section {
        padding: 65px 0 70px;
    }

    .our-story-section .container {
        padding: 0 20px;
    }


    .our-story-wrapper {
        display: flex;

        flex-direction: column;

        gap: 30px;
    }


    /* Label */

    .our-story-label {
        padding-top: 0;
    }

    .our-story-label span {
        font-size: 15px;
    }

    .our-story-line {
        width: 48px;
        height: 2px;
    }


    /* Image */

    .our-story-image {
        width: 100%;
        height: 300px;

        border-radius: 12px;
    }


    /* Content */

    .our-story-content {
        padding-left: 0;
    }

    .our-story-content h2 {
        margin-bottom: 20px;

        font-size: 39px;

        line-height: 1.08;

        letter-spacing: -1px;
    }

    .our-story-content h3 {
        margin-bottom: 22px;

        font-size: 20px;

        line-height: 1.35;
    }

    .our-story-content p {
        font-size: 16px;

        line-height: 1.5;

        margin-bottom: 17px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .our-story-section {
        padding: 55px 0 60px;
    }

    .our-story-image {
        height: 270px;
    }

    .our-story-content h2 {
        font-size: 34px;
    }

    .our-story-content h3 {
        font-size: 18px;
    }

}

/* ==========================================
   OUR PRINCIPLES SECTION
========================================== */

.principles-section {
    width: 100%;
    padding: 80px 0 100px;
}

.principles-container {
    width: calc(100% - 100px);
    max-width: 1400px;
    margin: 0 auto;

    background: #f5f5fc;
    border-radius: 14px;

    padding: 70px 45px 70px;
}


/* ==========================================
   HEADER
========================================== */

.principles-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 55px;
}

.principles-label {
    min-width: 330px;
}

.principles-label span {
    display: block;

    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;

    color: #111;
}

.principles-line {
    width: 75px;
    height: 3px;

    background: #172f6b;

    margin-top: 8px;
}


.principles-header h2 {
    width: 55%;

    margin: 0;

    font-size: clamp(42px, 4vw, 64px);
    font-weight: 400;
    line-height: 1.08;

    letter-spacing: -2px;

    color: #17366f;
}

.principles-header h2 span {
    color: #416da6;
}


/* ==========================================
   CARDS GRID
========================================== */

.principles-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
}


/* First row positioning */

.principle-card:nth-child(1) {
    grid-column: 2;
}

.principle-card:nth-child(2) {
    grid-column: 3;
}


/* Second row */

.principle-card:nth-child(3) {
    grid-column: 1;
}

.principle-card:nth-child(4) {
    grid-column: 2;
}

.principle-card:nth-child(5) {
    grid-column: 3;
}


/* ==========================================
   CARD
========================================== */

.principle-card {
    position: relative;

    min-height: 320px;

    padding: 25px 28px 30px;

    border-radius: 15px;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.14);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


/* ==========================================
   CARD COLORS
========================================== */

.blue-card {
    background: #123575;
    color: #fff;
}

.gold-card {
    background: #caa438;
    color: #fff;
}


/* ==========================================
   NUMBER
========================================== */

.principle-number {
    font-size: 72px;
    font-weight: 300;
    line-height: 0.9;

    color: transparent;

    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.55);

    opacity: 0.8;

    letter-spacing: -3px;
}


/* ==========================================
   CARD CONTENT
========================================== */

.principle-content {
    max-width: 420px;
}

.principle-content h3 {
    margin: 0 0 12px;

    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;

    color: #fff;
}

.principle-content p {
    margin: 0;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;

    color: rgba(255, 255, 255, 0.95);
}


/* ==========================================
   HOVER
========================================== */

.principle-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {

    .principles-container {
        width: calc(100% - 40px);

        padding: 55px 30px;
    }

    .principles-header {
        display: block;
    }

    .principles-label {
        margin-bottom: 35px;
    }

    .principles-header h2 {
        width: 100%;

        font-size: 48px;
    }

    .principles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .principle-card:nth-child(1),
    .principle-card:nth-child(2),
    .principle-card:nth-child(3),
    .principle-card:nth-child(4),
    .principle-card:nth-child(5) {
        grid-column: auto;
    }

    .principle-card {
        min-height: 300px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

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

    .principles-container {
        width: calc(100% - 24px);

        padding: 45px 20px;

        border-radius: 12px;
    }

    .principles-label span {
        font-size: 15px;
    }

    .principles-line {
        width: 60px;
        height: 2px;
    }

    .principles-header h2 {
        font-size: 38px;

        letter-spacing: -1px;
    }

    .principles-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }

    .principle-card {
        min-height: 280px;

        padding: 22px 24px 28px;
    }

    .principle-number {
        font-size: 62px;
    }

    .principle-content h3 {
        font-size: 21px;
    }

    .principle-content p {
        font-size: 16px;
    }
}

/* ==========================================
   MISSION / VISION / PROMISE
========================================== */

.mvp-section {
    width: 100%;
    padding: 75px 0 110px;
    background: #ffffff;
}

.mvp-section .container {
    max-width: 1400px;
    margin: 0 auto;
}


/* ==========================================
   GRID
========================================== */

.mvp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}


/* ==========================================
   CARD
========================================== */

.mvp-card {
    position: relative;

    min-height: 465px;

    padding: 30px 35px 38px;

    background: #ffffff;

    border: 1px solid #dedede;

    display: flex;
    flex-direction: column;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;

    overflow: hidden;
}


/* ==========================================
   ICON
========================================== */

.mvp-icon {
    width: 105px;
    height: 105px;

    margin-bottom: 45px;

    color: #0864b7;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mvp-icon svg {
    width: 105px;
    height: 105px;

    display: block;
}


/* ==========================================
   CONTENT
========================================== */

.mvp-content {
    margin-top: auto;
}

.mvp-content h3 {
    margin: 0 0 22px;

    color: #080808;

    font-size: 31px;
    font-weight: 500;

    line-height: 1.15;

    letter-spacing: -1px;
}


.mvp-content h4 {
    margin: 0 0 22px;

    color: #161616;

    font-size: 23px;
    font-weight: 400;

    line-height: 1.3;

    letter-spacing: -0.5px;
}


.mvp-content p {
    margin: 0;

    max-width: 410px;

    color: #222222;

    font-size: 17px;
    font-weight: 400;

    line-height: 1.38;
}


/* ==========================================
   HOVER
========================================== */

.mvp-card:hover {
    transform: translateY(-7px);

    border-color: #cfcfcf;

    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

.mvp-card:hover .mvp-icon {
    transform: translateY(-3px);
}

.mvp-icon {
    transition: transform 0.4s ease;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .mvp-section {
        padding: 60px 0 80px;
    }

    .mvp-section .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .mvp-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .mvp-card {
        min-height: 430px;
        padding: 28px;
    }

    .mvp-content h3 {
        font-size: 28px;
    }

    .mvp-content h4 {
        font-size: 21px;
    }

    .mvp-content p {
        font-size: 16px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .mvp-section {
        padding: 50px 0 70px;
    }

    .mvp-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mvp-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mvp-card {
        min-height: auto;

        padding: 28px 25px 35px;
    }

    .mvp-icon {
        width: 85px;
        height: 85px;

        margin-bottom: 35px;
    }

    .mvp-icon svg {
        width: 85px;
        height: 85px;
    }

    .mvp-content {
        margin-top: 0;
    }

    .mvp-content h3 {
        margin-bottom: 17px;

        font-size: 27px;
    }

    .mvp-content h4 {
        margin-bottom: 17px;

        font-size: 20px;
    }

    .mvp-content p {
        font-size: 16px;
        line-height: 1.45;
    }
}

/* =========================================
   BUSINESS SETUP SECTION
========================================= */

.business-setup-section {
    padding: 110px 0 120px;
    background: #ffffff;
}
.business-solution-section {
    padding: 0px 0 120px;
    background: #ffffff;
}

.business-setup-heading {
    position: relative;
    margin-bottom: 52px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e8e8e8;
}

.business-setup-heading h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;
    color: #111111;
    text-transform: uppercase;
}

.business-setup-heading span {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 54px;
    height: 3px;
    background: #c9a227;
}


/* =========================================
   CARDS GRID
========================================= */

.business-setup-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


/* =========================================
   CARD
========================================= */

.business-setup-card {
    position: relative;
    height: 535px;
    overflow: hidden;
    border-radius: 20px;
    background: #111;
}

.business-setup-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.business-setup-card:hover img {
    transform: scale(1.05);
}


/* =========================================
   DARK IMAGE OVERLAY
========================================= */

.business-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(181.45deg, rgba(0, 0, 0, 0) 6.21%, rgba(0, 0, 0, 0.8) 80.62%);

}


/* =========================================
   CONTENT BOX
========================================= */

.business-card-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;

    padding: 28px 26px 25px;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 18px;

    background: rgba(35, 35, 35, 0.35);

    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.business-card-content h3 {
    margin: 0 0 14px;

    color: #ffffff;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 600;
}

.business-card-content p {
    margin: 0 0 25px;

    max-width: 430px;

    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    line-height: 1.55;
}


/* =========================================
   BUTTON
========================================= */

.business-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    padding: 0 22px;

    border-radius: 30px;

    background: linear-gradient(
        90deg,
        #1264d8,
        #1517b8
    );

    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;

    transition: all 0.3s ease;
}

.business-card-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(20, 60, 190, 0.3);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .business-setup-section {
        padding: 80px 0;
    }

    .business-setup-heading h2 {
        font-size: 32px;
    }

    .business-setup-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .business-setup-card {
        height: 500px;
    }

    /* .business-setup-card:last-child {
        grid-column: 1 / -1;
    } */
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .business-setup-section {
        padding: 60px 0;
    }

    .business-setup-heading {
        margin-bottom: 35px;
        padding-bottom: 16px;
    }

    .business-setup-heading h2 {
        font-size: 27px;
    }

    .business-setup-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .business-setup-card:last-child {
        grid-column: auto;
    }

    .business-setup-card {
        height: 470px;
        border-radius: 16px;
    }

    .business-card-content {
        left: 14px;
        right: 14px;
        bottom: 14px;

        padding: 22px 20px;
        border-radius: 15px;
    }

    .business-card-content h3 {
        font-size: 20px;
    }

    .business-card-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .business-card-btn {
        width: 100%;
        font-size: 13px;
    }
}


/* =====================================================
   SERVICE DETAIL PAGE
===================================================== */

.sp-service-page {
    width: 100%;
    background: #ffffff;
    padding: 65px 0 120px;
}


/* =====================================================
   CONTAINER
===================================================== */

.sp-container {
    width: min(1280px, calc(100% - 60px));
    margin: 0 auto;
}


/* =====================================================
   MAIN GRID
===================================================== */

.sp-service-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 2.2fr)
        minmax(320px, 0.9fr);

    column-gap: 55px;

    align-items: start;
}


/* =====================================================
   LEFT CONTENT
===================================================== */

.sp-service-main {
    min-width: 0;
}


/* =====================================================
   CONTENT SECTION
===================================================== */

.sp-content-section {
    margin-bottom: 95px;

    scroll-margin-top: 40px;
}


/* =====================================================
   SECTION HEADING
===================================================== */

.sp-section-heading {
    position: relative;

    margin-bottom: 34px;
    padding-bottom: 17px;

    border-bottom: 1px solid #e7e7e7;
}

.sp-section-heading h2 {
    margin: 0;

    color: #111111;

    font-size: 39px;
    line-height: 1.2;

    font-weight: 500;

    letter-spacing: -0.8px;
}

.sp-section-heading span {
    position: absolute;

    left: 0;
    bottom: -2px;

    width: 53px;
    height: 3px;

    background: #c7a127;
}


/* =====================================================
   PARAGRAPHS
===================================================== */

.sp-service-main p {
    margin: 0 0 27px;

    color: #171717;

    font-size: 17px;
    line-height: 1.52;
}

.sp-bold-text {
    margin-top: 30px !important;
    margin-bottom: 20px !important;

    font-weight: 600;
}


/* =====================================================
   SERVICE LIST
===================================================== */

.sp-service-list {
    padding: 0;
    margin: 0;

    list-style: none;
}

.sp-service-list li {
    position: relative;

    padding-left: 29px;

    margin-bottom: 14px;

    color: #151515;

    font-size: 17px;
    line-height: 1.45;
}

.sp-service-list li::before {
    content: "›";

    position: absolute;

    left: 2px;
    top: -2px;

    color: #103c78;

    font-size: 28px;
    line-height: 22px;

    font-weight: 700;
}


/* =====================================================
   BENEFIT CARDS
===================================================== */

.sp-benefit-card {
    width: 100%;

    margin-top: 25px;

    padding: 30px 26px 29px;

    border: 1px solid #e1e1e1;

    background: #ffffff;
}

.sp-benefit-card h3 {
    margin: 0 0 17px;

    color: #103b77;

    font-size: 25px;
    line-height: 1.3;

    font-weight: 500;

    letter-spacing: -0.3px;
}

.sp-benefit-card p {
    margin: 0;

    color: #151515;

    font-size: 17px;
    line-height: 1.55;
}


/* =====================================================
   RIGHT SIDEBAR
===================================================== */

.sp-service-sidebar {
    min-width: 0;

    align-self: start;
}


/*
    SCROLL LOCK

    The sidebar remains visible while the left
    content continues to scroll.
*/

.sp-sidebar-lock {
    position: sticky;

    top: 35px;

    max-height: calc(100vh - 50px);

    overflow-y: auto;

    scrollbar-width: none;
}

.sp-sidebar-lock::-webkit-scrollbar {
    display: none;
}


/* =====================================================
   SIDEBAR NAVIGATION
===================================================== */

.sp-sidebar-navigation {
    position: relative;

    margin-bottom: 50px;

    padding-left: 27px;

    border-left: 3px solid #dddddd;
}


/* =====================================================
   SIDEBAR LINKS
===================================================== */

.sp-sidebar-link {
    position: relative;

    display: block;

    margin-bottom: 25px;

    color: #111111;

    font-size: 22px;
    line-height: 1.3;

    text-decoration: none;

    transition:
        color 0.25s ease;
}

.sp-sidebar-link:last-child {
    margin-bottom: 0;
}

.sp-sidebar-link:hover {
    color: #103d78;
}


/* =====================================================
   ACTIVE SIDEBAR INDICATOR
===================================================== */

.sp-sidebar-link.active {
    color: #111111;
}

.sp-sidebar-link.active::before {
    content: "";

    position: absolute;

    left: -30px;

    top: -17px;

    width: 3px;

    height: calc(100% + 34px);

    background: #c7a127;
}


/* =====================================================
   CONTACT BOX
===================================================== */

.sp-contact-box {
    padding: 43px 35px 42px;

    border-radius: 16px;

    background: #f5f5fb;
}


/* =====================================================
   CONTACT TITLE
===================================================== */

.sp-contact-box h3 {
    margin: 0 0 17px;

    color: #111111;

    font-size: 28px;
    line-height: 1.2;

    font-weight: 500;

    letter-spacing: -0.5px;
}


/* =====================================================
   CONTACT DESCRIPTION
===================================================== */

.sp-contact-box > p {
    margin: 0 0 29px;

    color: #171717;

    font-size: 17px;

    line-height: 1.45;
}


/* =====================================================
   CONTACT FORM
===================================================== */

.sp-contact-form {
    display: flex;

    flex-direction: column;

    gap: 14px;
}


/* =====================================================
   FORM INPUT
===================================================== */

.sp-contact-form input,
.sp-contact-form textarea {
    width: 100%;

    border: 1px solid #c9c9c9;

    border-radius: 9px;

    outline: none;

    background: transparent;

    color: #222222;

    font-family: inherit;

    font-size: 16px;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.sp-contact-form input {
    height: 54px;

    padding: 0 14px;
}

.sp-contact-form textarea {
    min-height: 108px;

    padding: 15px 14px;

    resize: vertical;
}

.sp-contact-form input::placeholder,
.sp-contact-form textarea::placeholder {
    color: #444444;
}

.sp-contact-form input:focus,
.sp-contact-form textarea:focus {
    border-color: #123f79;

    box-shadow:
        0 0 0 2px rgba(18, 63, 121, 0.08);
}


/* =====================================================
   SEND BUTTON
===================================================== */

.sp-contact-form button {
    width: fit-content;

    min-height: 49px;

    padding: 0 27px;

    margin-top: 3px;

    border: 0;

    border-radius: 30px;

    background: linear-gradient(
        90deg,
        #1559b3,
        #101995
    );

    color: #ffffff;

    font-family: inherit;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.sp-contact-form button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(20, 55, 140, 0.25);
}


/* =====================================================
   FAQ
===================================================== */

.sp-faq-list {
    border-top: 1px solid #dedede;
}

.sp-faq-item {
    border-bottom: 1px solid #dedede;
}

.sp-faq-question {
    display: flex;

    align-items: center;
    justify-content: space-between;

    width: 100%;

    padding: 23px 5px;

    border: 0;

    background: transparent;

    color: #111111;

    font-family: inherit;

    font-size: 18px;

    font-weight: 500;

    text-align: left;

    cursor: pointer;
}

.sp-faq-question strong {
    flex-shrink: 0;

    margin-left: 20px;

    color: #103c78;

    font-size: 27px;

    font-weight: 400;

    transition: transform 0.25s ease;
}

.sp-faq-item.active
.sp-faq-question strong {
    transform: rotate(45deg);
}

.sp-faq-answer {
    display: none;

    padding: 0 5px 22px;
}

.sp-faq-item.active .sp-faq-answer {
    display: block;
}

.sp-faq-answer p {
    margin: 0;

    font-size: 16px;
    line-height: 1.55;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {

    .sp-container {
        width: min(100% - 40px, 960px);
    }

    .sp-service-grid {
        grid-template-columns:
            minmax(0, 1.8fr)
            minmax(280px, 0.9fr);

        gap: 35px;
    }

    .sp-sidebar-link {
        font-size: 19px;
    }

    .sp-contact-box {
        padding: 32px 25px;
    }

    .sp-contact-box h3 {
        font-size: 24px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .sp-service-page {
        padding: 50px 0 70px;
    }

    .sp-container {
        width: calc(100% - 30px);
    }


    /* Stack columns */

    .sp-service-grid {
        display: flex;

        flex-direction: column;

        gap: 45px;
    }


    /* Sidebar comes first */

    .sp-service-sidebar {
        width: 100%;

        order: -1;
    }


    /*
        Disable sticky on mobile
    */

    .sp-sidebar-lock {
        position: relative;

        top: auto;

        max-height: none;

        overflow: visible;
    }


    /* Navigation */

    .sp-sidebar-navigation {
        padding-left: 20px;

        margin-bottom: 35px;
    }

    .sp-sidebar-link {
        margin-bottom: 18px;

        font-size: 18px;
    }

    .sp-sidebar-link.active::before {
        left: -23px;
    }


    /* Contact */

    .sp-contact-box {
        padding: 30px 22px;

        border-radius: 14px;
    }

    .sp-contact-box h3 {
        font-size: 25px;
    }


    /* Main content */

    .sp-content-section {
        margin-bottom: 65px;
    }

    .sp-section-heading {
        margin-bottom: 27px;
    }

    .sp-section-heading h2 {
        font-size: 29px;

        letter-spacing: -0.4px;
    }

    .sp-service-main p {
        font-size: 16px;

        line-height: 1.6;
    }


    /* Cards */

    .sp-benefit-card {
        padding: 25px 20px;
    }

    .sp-benefit-card h3 {
        font-size: 21px;
    }

    .sp-benefit-card p {
        font-size: 16px;
    }


    /* Button */

    .sp-contact-form button {
        width: 100%;
    }

}


/* =========================================================
   INDUSTRIES SECTION
========================================================= */

.industries-section {
    padding: 110px 0 120px;
    background: #ffffff;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 24px;
}


/* =========================================================
   INDUSTRY CARD
========================================================= */

.industry-card {
    position: relative;
    height: 470px;
    border-radius: 20px;
}


/* Image */

.industry-image {
    width: 100%;
    height: 375px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.industry-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 55%,
        rgba(0, 0, 0, 0.08) 100%
    );
    pointer-events: none;
}

.industry-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.industry-card:hover .industry-image img {
    transform: scale(1.04);
}


/* =========================================================
   CONTENT BOX
========================================================= */

.industry-content {
    position: absolute;
    z-index: 2;

    left: 15px;
    right: 15px;
    bottom: 0;

    min-height: 190px;

    padding: 28px 24px;

    display: flex;
    align-items: flex-start;
    gap: 25px;

    background: #ffffff;

    border: 1px solid #d8a62c;
    border-radius: 20px;

    box-sizing: border-box;
}


/* Icon */

.industry-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #0068d7;
    font-size: 42px;
    line-height: 1;
}

.industry-icon i {
    font-size: 42px;
}


/* Text */

.industry-text {
    flex: 1;
}

.industry-text h3 {
    margin: 0 0 14px;

    color: #111111;

    font-size: 23px;
    line-height: 1.15;
    font-weight: 600;

    letter-spacing: -0.4px;
}

.industry-text p {
    margin: 0;

    color: #202020;

    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
}


/* =========================================================
   CTA CARD
========================================================= */

.industry-cta-card {
    position: relative;

    min-height: 470px;

    overflow: hidden;

    background: #f8f8fc;

    border: 1px solid #dedee8;
    border-radius: 20px;
}


/* Background grid */

.cta-pattern {
    position: absolute;
    inset: 0;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);

    opacity: 0.75;
}

.cta-pattern span {
    border-right: 1px solid #dedee8;
    border-bottom: 1px solid #dedee8;
}

.cta-pattern span:nth-child(3),
.cta-pattern span:nth-child(6),
.cta-pattern span:nth-child(9) {
    border-right: none;
}


/* CTA content */

.industry-cta-content {
    position: absolute;
    z-index: 2;

    left: 38px;
    right: 35px;
    bottom: 42px;
}

.industry-cta-content h3 {
    margin: 0 0 16px;

    color: #111111;

    font-size: 29px;
    line-height: 1.2;
    font-weight: 500;

    letter-spacing: -0.7px;
}

.industry-cta-content p {
    margin: 0 0 25px;

    max-width: 330px;

    color: #1b1b1b;

    font-size: 17px;
    line-height: 1.5;
}


/* CTA button */

.industry-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;
    padding: 0 28px;

    background: #063a9b;

    color: #ffffff !important;

    border-radius: 30px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;

    text-decoration: none;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.industry-cta-btn:hover {
    background: #002b78;
    transform: translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .industries-section {
        padding: 90px 0;
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .industry-card {
        height: 450px;
    }

    .industry-image {
        height: 355px;
    }

    .industry-content {
        min-height: 185px;
        padding: 25px 20px;
        gap: 18px;
    }

    .industry-text h3 {
        font-size: 21px;
    }

    .industry-text p {
        font-size: 16px;
    }

    .industry-cta-card {
        min-height: 450px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .industries-section {
        padding: 70px 0;
    }

    .industries-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .industry-card {
        height: 430px;
    }

    .industry-image {
        height: 335px;
        border-radius: 18px;
    }

    .industry-content {
        left: 10px;
        right: 10px;

        min-height: 180px;

        padding: 23px 20px;

        gap: 16px;

        border-radius: 18px;
    }

    .industry-icon {
        width: 42px;
        min-width: 42px;
        height: 42px;
    }

    .industry-icon i {
        font-size: 35px;
    }

    .industry-text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .industry-text p {
        font-size: 15px;
        line-height: 1.45;
    }

    .industry-cta-card {
        min-height: 400px;
    }

    .industry-cta-content {
        left: 25px;
        right: 25px;
        bottom: 30px;
    }

    .industry-cta-content h3 {
        font-size: 26px;
    }

    .industry-cta-content p {
        font-size: 16px;
    }

    .industry-cta-btn {
        width: auto;
        padding: 0 24px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .industry-card {
        height: 410px;
    }

    .industry-image {
        height: 315px;
    }

    .industry-content {
        min-height: 175px;
    }

    .industry-text h3 {
        font-size: 18px;
    }

    .industry-text p {
        font-size: 14px;
    }

    .industry-cta-card {
        min-height: 380px;
    }

    .industry-cta-content h3 {
        font-size: 24px;
    }
}

/* =========================================
   FAQ SECTION
========================================= */

.faq-section {
    padding: 100px 0;
    background: #fff;
}

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

.faq-wrapper {
    background: #f5f5fc;
    border-radius: 8px;
    padding: 28px 30px;
    overflow: hidden;
}

/* FAQ Item */

.faq-item {
    border-bottom: 1px solid #dedee7;
}



/* Question */

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 27px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    text-align: left;
    cursor: pointer;

    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #0d0d0f;

    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #003478;
}

.faq-item.active .faq-question {
    color: #003478;
}

/* Icon */

.faq-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #111;
    transition: transform 0.35s ease;
}

.faq-icon svg {
    width: 17px;
    height: 17px;
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    color: #d59b24;
}

/* Answer */

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;

    transition:
        max-height 0.4s ease,
        opacity 0.3s ease,
        padding 0.4s ease;
}

.faq-answer p {
    margin: 0;
    padding: 0 10px 25px;

    font-size: 14px;
    line-height: 1.7;
    color: #686873;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    opacity: 1;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .faq-section {
        padding: 80px 0;
    }

    .faq-wrapper {
        padding: 20px 22px;
    }

    .faq-question {
        padding: 24px 8px;
        font-size: 15px;
    }

    .faq-answer p {
        padding-left: 8px;
        padding-right: 8px;
    }
}


@media (max-width: 575px) {

    .faq-section {
        padding: 60px 0;
    }

    .faq-section .container {
        padding: 0 15px;
    }

    .faq-wrapper {
        padding: 10px 15px;
        border-radius: 6px;
    }

    .faq-question {
        padding: 21px 5px;
        gap: 15px;
        font-size: 14px;
        line-height: 1.5;
    }

    .faq-icon {
        width: 18px;
        min-width: 18px;
    }

    .faq-answer p {
        padding: 0 5px 21px;
        font-size: 13px;
    }
}


/* =========================================
   TEAM SECTION
========================================= */

.team-section {
    padding: 110px 0 120px;
    background: #ffffff;
}

.team-section .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}


/* =========================================
   HEADER
========================================= */

.team-header {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 80px;
    margin-bottom: 55px;
}

.team-label {
    padding-top: 8px;
}

.team-label span {
    position: relative;

    display: inline-block;

    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;

    color: #111111;
    padding-bottom: 10px;
}

.team-label span::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 76px;
    height: 2px;

    background: #243ed0;
}


.team-intro {
    max-width: 800px;
}

.team-intro h2 {
    margin: 0 0 15px;

    font-size: 44px;
    line-height: 1.15;
    font-weight: 500;

    color: #1c447f;
}

.team-intro p {
    max-width: 780px;

    margin: 0 0 18px;

    font-size: 19px;
    line-height: 1.4;
    font-weight: 400;

    color: #111111;
}

.team-intro blockquote {
    margin: 0;

    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;

    color: #111111;
}


/* =========================================
   TABS
========================================= */

.team-tabs-wrap {
    width: 100%;

    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.team-tabs {
    display: flex;
    align-items: center;
    gap: 14px;

    overflow-x: auto;
    scrollbar-width: none;
}

.team-tabs::-webkit-scrollbar {
    display: none;
}


.team-tab {
    flex: 0 0 auto;

    border: 0;
    outline: none;

    padding: 11px 20px;

    border-radius: 30px;

    background: #f1f1f1;

    color: #555555;

    font-family: inherit;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;

    cursor: pointer;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.team-tab:hover {
    background: #e8e8e8;
}

.team-tab.active {
    background: #d4a635;
    color: #ffffff;
}


/* =========================================
   TEAM GRID
========================================= */

.team-content {
    display: none;
}

.team-content.active {
    display: grid;
}

.team-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}


/* =========================================
   TEAM CARD
========================================= */

.team-card {
    background: #ffffff;

    border: 1px solid #eeeeee;

    border-radius: 18px;

    padding: 16px;

    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.025);

    text-align: center;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

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

    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.08);
}


/* =========================================
   TEAM IMAGE
========================================= */

.team-image {
    width: 100%;
    height: 267px;

    overflow: hidden;

    border-radius: 7px;

    background: #eeeeee;
}

.team-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.03);
}


/* =========================================
   CARD CONTENT
========================================= */

.team-card-content {
    padding: 20px 5px 0;
}

.team-card h3 {
    margin: 0 0 8px;

    font-size: 23px;
    line-height: 1.2;
    font-weight: 500;

    color: #111111;
}

.team-role {
    min-height: 48px;

    margin: 0 0 18px;

    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;

    color: #454545;
}


/* =========================================
   CONSULTATION BUTTON
========================================= */

.team-consultation {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 49px;

    padding: 10px 15px;

    border-radius: 30px;

    background: #063cae;

    color: #ffffff !important;

    font-size: 15px;
    line-height: 1;
    font-weight: 600;

    text-decoration: none;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.team-consultation:hover {
    background: #022c87;

    transform: translateY(-2px);
}


/* =========================================
   VIEW PROFILE BUTTON
========================================= */

.team-profile {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 47px;

    margin-top: 9px;

    padding: 10px 15px;

    border: 1px solid #dedede;

    border-radius: 30px;

    background: #ffffff;

    color: #111111 !important;

    font-size: 14px;
    line-height: 1;
    font-weight: 500;

    text-decoration: none;

    transition:
        background 0.3s ease,
        border-color 0.3s ease;
}

.team-profile:hover {
    background: #f6f6f6;
    border-color: #cfcfcf;
}


/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1199px) {

    .team-section {
        padding: 90px 0 100px;
    }

    .team-section .container {
        padding: 0 25px;
    }

    .team-header {
        column-gap: 50px;
    }

    .team-intro h2 {
        font-size: 38px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .team-image {
        height: 300px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 767px) {

    .team-section {
        padding: 70px 0 80px;
    }

    .team-section .container {
        padding: 0 20px;
    }

    .team-header {
        display: block;

        margin-bottom: 40px;
    }

    .team-label {
        margin-bottom: 38px;
    }

    .team-label span {
        font-size: 16px;
    }

    .team-intro h2 {
        font-size: 32px;
        line-height: 1.15;

        margin-bottom: 18px;
    }

    .team-intro p {
        font-size: 16px;
        line-height: 1.45;
    }

    .team-intro blockquote {
        font-size: 17px;
        line-height: 1.4;
    }

    .team-tabs-wrap {
        margin-bottom: 25px;

        overflow: hidden;
    }

    .team-tabs {
        gap: 10px;

        padding-bottom: 14px;
    }

    .team-tab {
        padding: 10px 18px;

        font-size: 15px;
        white-space: nowrap;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .team-image {
        height: auto;
        aspect-ratio: 1.35 / 1;
    }

    .team-card {
        padding: 15px;
        border-radius: 15px;
    }

    .team-card-content {
        padding-top: 18px;
    }

    .team-card h3 {
        font-size: 21px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .team-section {
        padding: 55px 0 65px;
    }

    .team-section .container {
        padding: 0 15px;
    }

    .team-label {
        margin-bottom: 30px;
    }

    .team-intro h2 {
        font-size: 29px;
    }

    .team-intro p {
        font-size: 15px;
    }

    .team-intro blockquote {
        font-size: 16px;
    }

    .team-tabs {
        gap: 8px;
    }

    .team-tab {
        font-size: 14px;
        padding: 9px 16px;
    }

    .team-card {
        padding: 12px;
    }

    .team-image {
        aspect-ratio: 1.25 / 1;
    }

    .team-card h3 {
        font-size: 20px;
    }

    .team-role {
        font-size: 14px;
    }
}


/* =========================================
   PROFILE HERO
========================================= */

.profile-hero {
    position: relative;

    min-height: 310px;

    display: flex;
    align-items: center;

    background-image: url("../images/team/team-banner.jpg");
    background-size: cover;
    background-position: center;

    overflow: hidden;
}

.profile-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(7, 27, 60, 0.96) 0%,
            rgba(13, 38, 76, 0.82) 45%,
            rgba(13, 38, 76, 0.45) 100%
        );
}

.profile-hero .container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1400px;

    margin: 0 auto;
    padding: 0 40px;
}

.profile-hero-content {
    padding: 45px 0;
}

.profile-hero h1 {
    margin: 0 0 18px;

    font-size: 48px;
    line-height: 1.15;
    font-weight: 500;

    color: #ffffff;
}

.profile-breadcrumb {
    display: flex;
    align-items: center;
    gap: 13px;

    font-size: 16px;
    line-height: 1.4;

    color: #ffffff;
}

.profile-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.profile-breadcrumb span:nth-child(2) {
    color: #d4a635;
}


/* =========================================
   PROFILE SECTION
========================================= */

.profile-section {
    padding: 105px 0 120px;

    background: #ffffff;
}

.profile-section .container {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;
    padding: 0 40px;
}


/* =========================================
   PROFILE LAYOUT
========================================= */

.profile-layout {
    display: grid;

    grid-template-columns: 320px minmax(0, 1fr);

    gap: 20px;

    align-items: start;
}


/* =========================================
   LEFT SIDE
========================================= */

.profile-left {
    width: 100%;
}

.profile-image {
    width: 100%;

    aspect-ratio: 0.93 / 1;

    overflow: hidden;

    border-radius: 12px;
}

.profile-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* Consultation */

.profile-consultation {
    width: 100%;

    min-height: 49px;

    margin-top: 13px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 30px;

    background: #063cae;

    color: #ffffff !important;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}

.profile-consultation:hover {
    background: #022d86;

    transform: translateY(-2px);
}


/* =========================================
   RIGHT CONTENT
========================================= */

.profile-content {
    background: #f5f5fc;

    border-radius: 12px;

    padding: 57px 45px 46px;
}

.profile-content h2 {
    margin: 0 0 8px;

    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;

    color: #111111;
}

.profile-position {
    font-size: 16px;
    line-height: 1.5;

    color: #07367c;
}


/* =========================================
   GOLD DIVIDER
========================================= */

.profile-divider {
    position: relative;

    height: 35px;

    margin: 20px 0 25px;

    border-top: 1px solid #dedee7;
}

.profile-divider span {
    position: absolute;

    top: -2px;
    left: 0;

    width: 54px;
    height: 2px;

    background: #d4a635;
}


/* =========================================
   DESCRIPTION
========================================= */

.profile-description {
    margin: 0 0 33px;

    max-width: 100%;

    font-size: 17px;
    line-height: 1.4;

    color: #3d3d42;
}


/* =========================================
   INFO GRID
========================================= */

.profile-info-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.profile-info-box {
    min-height: 108px;

    padding: 20px;

    border: 1px solid #dadbe4;

    background: rgba(255, 255, 255, 0.12);
}

.profile-info-label {
    display: block;

    margin-bottom: 6px;

    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;

    color: #07367c;
}

.profile-info-box p {
    margin: 0;

    font-size: 16px;
    line-height: 1.4;

    color: #3e3e42;
}


/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1199px) {

    .profile-section {
        padding: 85px 0 100px;
    }

    .profile-section .container,
    .profile-hero .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .profile-layout {
        grid-template-columns: 300px minmax(0, 1fr);
    }

    .profile-content {
        padding: 45px 35px;
    }

    .profile-content h2 {
        font-size: 30px;
    }

    .profile-info-grid {
        gap: 15px;
    }

    .profile-info-box {
        padding: 17px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .profile-hero {
        min-height: 280px;
    }

    .profile-hero h1 {
        font-size: 40px;
    }

    .profile-layout {
        grid-template-columns: 250px minmax(0, 1fr);

        gap: 18px;
    }

    .profile-content {
        padding: 35px 28px;
    }

    .profile-info-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .profile-info-box {
        min-height: auto;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .profile-hero {
        min-height: 250px;
    }

    .profile-hero .container {
        padding: 0 20px;
    }

    .profile-hero-content {
        padding: 35px 0;
    }

    .profile-hero h1 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .profile-breadcrumb {
        font-size: 14px;
        gap: 9px;
    }


    /* Profile */

    .profile-section {
        padding: 55px 0 70px;
    }

    .profile-section .container {
        padding: 0 20px;
    }

    .profile-layout {
        display: flex;

        flex-direction: column;

        gap: 18px;
    }


    /* Image */

    .profile-left {
        width: 100%;
    }

    .profile-image {
        aspect-ratio: 1 / 1;

        border-radius: 11px;
    }


    /* Button */

    .profile-consultation {
        margin-top: 12px;

        min-height: 50px;
    }


    /* Content */

    .profile-content {
        width: 100%;

        padding: 35px 25px;

        border-radius: 11px;
    }

    .profile-content h2 {
        font-size: 29px;
    }

    .profile-position {
        font-size: 15px;
    }

    .profile-divider {
        margin: 20px 0 30px;
    }

    .profile-description {
        font-size: 16px;
        line-height: 1.4;

        margin-bottom: 32px;
    }

    .profile-info-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .profile-info-box {
        padding: 20px;

        min-height: 110px;
    }

    .profile-info-box p {
        font-size: 15px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .profile-hero {
        min-height: 220px;
    }

    .profile-hero .container {
        padding: 0 15px;
    }

    .profile-hero h1 {
        font-size: 29px;
    }

    .profile-section {
        padding: 40px 0 55px;
    }

    .profile-section .container {
        padding: 0 15px;
    }

    .profile-content {
        padding: 30px 20px;
    }

    .profile-content h2 {
        font-size: 26px;
    }

    .profile-position {
        font-size: 14px;
    }

    .profile-description {
        font-size: 15px;
    }

    .profile-info-box {
        padding: 18px;
    }

    .profile-info-label {
        font-size: 12px;
    }

    .profile-info-box p {
        font-size: 14px;
    }
}

/* =========================================================
   INSIGHTS SECTION
========================================================= */

.insights-section {
    background: #ffffff;
    padding: 115px 0 130px;
    overflow: visible;
}


/* =========================================================
   HEADING
========================================================= */

.insights-heading {
    padding-bottom: 70px;
    border-bottom: 1px solid #dedede;
}

.insights-label {
    padding-top: 5px;
}

.insights-label span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #111111;
    padding-bottom: 10px;
}

.insights-label span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 125px;
    height: 2px;
    background: #162fd0;
}


.insights-intro {
    max-width: 700px;
}

.insights-intro h2 {
    margin: 0 0 22px;
    color: #21477f;
    font-size: 43px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.insights-intro p {
    max-width: 650px;
    margin: 0;
    color: #222222;
    font-size: 19px;
    line-height: 1.4;
}


/* =========================================================
   CONTENT
========================================================= */

.insights-content {
    padding-top: 65px;
}


/* =========================================================
   STICKY SIDEBAR
========================================================= */

.insights-sidebar {
    position: sticky;
    top: 100px;
    height: max-content;
    z-index: 5;
}

.insights-sidebar-inner {
    border-left: 3px solid #dedede;
    padding-left: 25px;
    margin-right: 35px;
}


/* Sidebar links */

.insight-category {
    display: block;
    position: relative;
    color: #111111;
    text-decoration: none;
    font-size: 22px;
    line-height: 1.3;
    padding: 7px 0;
    margin-bottom: 8px;
    transition: all 0.25s ease;
}

.insight-category:hover {
    color: #21477f;
}


/* Active category */

.insight-category.active {
    font-weight: 500;
    color: #111111;
}


/* Gold active line */

.insight-category.active::before,
.featured-category::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #d3a52d;
}


/* Featured category */

.featured-category {
    position: relative;
    padding: 8px 0 14px;
    margin-bottom: 7px;
}

.featured-category h4 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 500;
}

.featured-category p {
    margin: 0;
    max-width: 260px;
    color: #222222;
    font-size: 15px;
    line-height: 1.45;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.insights-main {
    padding-left: 35px;
}


/* =========================================================
   SEARCH
========================================================= */

.insights-search-wrap {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 14px;
}

.insights-search {
    width: 350px;
    height: 54px;
    background: #f7f7fb;
    border: 1px solid #e4e4eb;
    border-radius: 30px;

    display: flex;
    align-items: center;

    padding: 0 22px;
}

.insights-search svg {
    width: 23px;
    height: 23px;
    margin-right: 15px;
    fill: none;
    stroke: #17202d;
    stroke-width: 2;
}

.insights-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;

    color: #222222;
    font-size: 16px;
}

.insights-search input::placeholder {
    color: #444444;
}


/* =========================================================
   ARTICLE
========================================================= */

.insight-article {
    padding: 28px 0 50px;
    border-top: 1px solid #dedede;
}

.insight-article:first-of-type {
    padding-top: 28px;
}

.article-image {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 15px;
}

.article-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    transition: transform 0.5s ease;
}

.insight-article:hover .article-image img {
    transform: scale(1.035);
}


/* =========================================================
   ARTICLE INFO
========================================================= */

.article-info {
    padding-left: 35px;
}

.article-category {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 20px;

    background: #f3f3f3;
    color: #111111;

    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}


.article-info h3 {
    margin: 20px 0 18px;

    color: #0d0d0d;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 500;
    letter-spacing: -0.6px;
}
.article-info h3 a{
    color: #0d0d0d;
}

.article-info p {
    margin: 0;
    color: #444444;
    font-size: 17px;
    line-height: 1.45;
}

.article-meta {
    margin-top: 45px;
    padding-top: 14px;

    border-top: 1px solid #dedede;

    color: #666666;
    font-size: 14px;
    font-style: italic;
}

.article-meta span {
    margin: 0 6px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .insights-section {
        padding: 80px 0 90px;
    }

    .insights-heading {
        padding-bottom: 50px;
    }

    .insights-label {
        margin-bottom: 35px;
    }

    .insights-intro h2 {
        font-size: 38px;
    }

    .insights-sidebar {
        position: relative;
        top: auto;
        margin-bottom: 45px;
    }

    .insights-sidebar-inner {
        margin-right: 0;
    }

    .insights-main {
        padding-left: 0;
    }

    .article-info {
        padding-left: 25px;
    }

    .article-info h3 {
        font-size: 26px;
    }

    .article-image {
        height: 280px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .insights-section {
        padding: 65px 0 75px;
    }

    .insights-heading {
        padding-bottom: 40px;
    }

    .insights-label span {
        font-size: 15px;
    }

    .insights-intro h2 {
        font-size: 31px;
        letter-spacing: -0.7px;
    }

    .insights-intro p {
        font-size: 16px;
    }

    .insights-content {
        padding-top: 40px;
    }


    /* Sidebar */

    .insights-sidebar {
        margin-bottom: 35px;
    }

    .insights-sidebar-inner {
        padding-left: 18px;
        overflow-x: auto;
        white-space: nowrap;

        border-left: 0;
        border-bottom: 1px solid #dedede;

        padding-bottom: 12px;

        display: flex;
        gap: 8px;
    }

    .insight-category {
        display: inline-block;
        flex-shrink: 0;

        background: #f5f5f5;
        border-radius: 25px;

        padding: 10px 18px;
        margin: 0;

        font-size: 15px;
    }

    .insight-category.active {
        background: #d3a52d;
        color: #ffffff;
    }

    .insight-category.active::before,
    .featured-category::before {
        display: none;
    }

    .featured-category {
        padding: 10px 18px;
    }

    .featured-category h4 {
        font-size: 15px;
        margin: 0;
    }

    .featured-category p {
        display: none;
    }


    /* Search */

    .insights-search-wrap {
        justify-content: stretch;
        margin-bottom: 20px;
    }

    .insights-search {
        width: 100%;
        height: 50px;
    }


    /* Articles */

    .insight-article {
        padding: 25px 0 35px;
    }

    .article-image {
        height: 240px;
        margin-bottom: 25px;
    }

    .article-info {
        padding-left: 0;
    }

    .article-info h3 {
        font-size: 24px;
        margin: 16px 0;
    }

    .article-info p {
        font-size: 15px;
    }

    .article-meta {
        margin-top: 30px;
    }
}

/* =========================================
   BLOG DETAILS
========================================= */

.blog-details-section {
    padding: 80px 0 120px;
    background: #ffffff;
}

.blog-details-section .container {
    max-width: 1040px;
}


/* =========================================
   FEATURED IMAGE
========================================= */

.blog-details-featured-image {
    width: 100%;
    height: 430px;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 45px;
}

.blog-details-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* =========================================
   BLOG HEADER
========================================= */

.blog-details-header {
    margin-bottom: 55px;
}

.blog-category {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 50px;
    background: #f3f3f3;
    color: #222;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog-details-header h1 {
    margin: 0 0 25px;
    color: #111111;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -1px;
}

.blog-details-header p {
    margin: 0 0 25px;
    color: #444444;
    font-size: 17px;
    line-height: 1.65;
}

.blog-details-header p:last-child {
    margin-bottom: 0;
}


/* =========================================
   BLOG CONTENT
========================================= */

.blog-details-content {
    max-width: 900px;
    margin-bottom: 100px;
}

.blog-details-content h2 {
    margin: 55px 0 20px;
    color: #111111;
    font-size: 29px;
    line-height: 1.25;
    font-weight: 500;
}

.blog-details-content h2:first-child {
    margin-top: 0;
}

.blog-details-content p {
    margin: 0 0 25px;
    color: #444444;
    font-size: 17px;
    line-height: 1.7;
}

.blog-details-content ul {
    margin: 25px 0;
    padding-left: 22px;
}

.blog-details-content li {
    margin-bottom: 10px;
    color: #444444;
    font-size: 17px;
    line-height: 1.6;
}

.blog-details-content blockquote {
    margin: 40px 0;
    padding: 25px 30px;
    border-left: 3px solid #d5aa35;
    background: #f7f7fc;
    color: #173d7a;
    font-size: 22px;
    line-height: 1.5;
    font-style: italic;
}


/* =========================================
   RELATED ARTICLES
========================================= */

.related-articles-section {
    padding-top: 5px;
}

.related-title {
    margin: 0 0 30px;
    color: #111111;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
}

.related-article {
    height: 100%;
}

.related-image {
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 28px;
}

.related-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-article:hover .related-image img {
    transform: scale(1.04);
}

.related-content {
    padding-bottom: 5px;
}

.related-content .blog-category {
    margin-bottom: 20px;
}

.related-content h3 {
    margin: 0 0 20px;
    color: #111111;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 500;
}

.related-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-content h3 a:hover {
    color: #17437f;
}

.related-content p {
    margin: 0 0 25px;
    color: #555555;
    font-size: 16px;
    line-height: 1.55;
}

.article-meta {
    padding-top: 12px;
    border-top: 1px solid #e8e8e8;
    color: #666666;
    font-size: 13px;
    font-style: italic;
}

.article-meta span {
    margin: 0 5px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .blog-details-section {
        padding: 60px 0 90px;
    }

    .blog-details-featured-image {
        height: 380px;
    }

    .blog-details-header h1 {
        font-size: 34px;
    }

    .related-image {
        height: 280px;
    }

}


@media (max-width: 767px) {

    .blog-details-section {
        padding: 40px 0 70px;
    }

    .blog-details-section .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-details-featured-image {
        height: 230px;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .blog-details-header {
        margin-bottom: 40px;
    }

    .blog-details-header h1 {
        font-size: 28px;
        line-height: 1.25;
        letter-spacing: -0.5px;
    }

    .blog-details-header p {
        font-size: 16px;
    }

    .blog-details-content {
        margin-bottom: 70px;
    }

    .blog-details-content h2 {
        margin-top: 40px;
        font-size: 25px;
    }

    .blog-details-content p,
    .blog-details-content li {
        font-size: 16px;
    }

    .blog-details-content blockquote {
        font-size: 18px;
        padding: 20px;
    }

    .related-title {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .related-image {
        height: 230px;
        margin-bottom: 22px;
    }

    .related-content h3 {
        font-size: 22px;
    }

}


/* =========================================
   CONTACT SECTION
========================================= */

.contact-section {
  padding: 100px 0 80px;
  background: #ffffff;
}

.contact-section .container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}


/* Main Layout */

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 40px;
  align-items: stretch;
}


/* =========================================
   LEFT CONTENT
========================================= */

.contact-content {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}

.section-label {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-bottom: 38px;

  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #111111;
}

.section-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 75px;
  height: 2px;
  background: #172ed0;
}

.contact-content h2 {
  max-width: 620px;
  margin: 0 0 24px;

  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -1.5px;

  color: #214780;
}

.contact-description {
  max-width: 650px;
  margin: 0;

  font-size: 20px;
  line-height: 1.45;
  color: #333333;
}


/* =========================================
   CONTACT INFO CARDS
========================================= */

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-top: auto;
  padding-top: 70px;
}

.contact-info-card {
  min-height: 165px;
  padding: 35px 27px;

  border: 1px solid #dddddd;
  border-radius: 8px;

  background: #ffffff;
}

.contact-info-card h3 {
  margin: 0 0 16px;

  font-size: 23px;
  line-height: 1.2;
  font-weight: 600;

  color: #333333;
}

.contact-info-card p {
  margin: 0;

  font-size: 17px;
  line-height: 1.6;
  color: #3b3b3b;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 5px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 25px;
  height: 25px;

  color: #333333;
  font-size: 22px;

  text-decoration: none;
  transition: 0.3s ease;
}

.social-links a:hover {
  color: #214780;
}


/* =========================================
   FORM
========================================= */

.contact-form-box {
  padding: 50px 56px 55px;

  border-radius: 16px;
  background: #f5f5fb;
}

.contact-form-box h3 {
  margin: 0 0 8px;

  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  color: #111111;
}

.form-description {
  max-width: 520px;
  margin: 0 0 30px;

  font-size: 17px;
  line-height: 1.35;
  color: #171717;
}

.form-group {
  margin-bottom: 23px;
}

.form-group label {
  display: block;
  margin-bottom: 9px;

  font-size: 17px;
  font-weight: 500;
  color: #111111;
}

.form-group input,
.form-group textarea {
  display: block;
  width: 100%;

  padding: 16px 14px;

  border: 1px solid #c8c8c8;
  border-radius: 9px;

  outline: none;
  background: transparent;

  font-family: inherit;
  font-size: 17px;
  color: #222222;

  box-sizing: border-box;
  transition: border-color 0.3s ease,
              box-shadow 0.3s ease;
}

.form-group input {
  height: 54px;
}

.form-group textarea {
  min-height: 108px;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #454545;
  opacity: 1;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #214780;
  box-shadow: 0 0 0 2px rgba(33, 71, 128, 0.08);
}


/* =========================================
   BUTTON
========================================= */

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 195px;
  height: 52px;
  padding: 0 25px;

  border: 0;
  border-radius: 30px;

  background: linear-gradient(
    100deg,
    #084dba,
    #171d7d
  );

  color: #ffffff;

  font-family: inherit;
  font-size: 15px;
  font-weight: 600;

  cursor: pointer;

  transition: transform 0.3s ease,
              box-shadow 0.3s ease;
}

.contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(23, 42, 125, 0.2);
}


/* =========================================
   MAP
========================================= */

.contact-map {
  width: 100%;
  height: 460px;

  margin-top: 50px;

  overflow: hidden;
  border-radius: 18px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;

  display: block;
  border: 0;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

  .contact-section {
    padding: 80px 0 60px;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-content h2 {
    max-width: 700px;
  }

  .contact-info-grid {
    margin-top: 40px;
    padding-top: 0;
  }

  .contact-form-box {
    padding: 40px;
  }
}


@media (max-width: 767px) {

  .contact-section .container {
    width: min(100% - 30px, 600px);
  }

  .contact-section {
    padding: 60px 0 40px;
  }

  .section-label {
    margin-bottom: 28px;
    font-size: 15px;
  }

  .contact-content h2 {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -0.8px;
  }

  .contact-description {
    font-size: 17px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 35px;
  }

  .contact-info-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .contact-form-box {
    padding: 30px 22px;
    border-radius: 12px;
  }

  .contact-form-box h3 {
    font-size: 28px;
  }

  .form-group {
    margin-bottom: 19px;
  }

  .contact-submit {
    width: 100%;
  }

  .contact-map {
    height: 320px;
    margin-top: 30px;
    border-radius: 12px;
  }
}


/* =========================================
   INSPIRE PARTNERS - MAINLAND HERO
   New unique classes
========================================= */

.ip-mainland-hero {
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 140px 0 120px;
    position: relative;
}

.ip-mainland-hero-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
}


/* -----------------------------------------
   BREADCRUMB
----------------------------------------- */

.ip-mainland-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px;

    padding-top: 38px;

    font-size: 14px;
    line-height: 1.4;
}

.ip-mainland-crumbs a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;

    transition: color 0.25s ease;
}

.ip-mainland-crumbs a:hover {
    color: #dcae2c;
}

.ip-mainland-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    color: #dcae2c;
}

.ip-mainland-arrow svg {
    display: block;
}

.ip-mainland-current {
    color: #ffffff;
    font-weight: 500;
}


/* -----------------------------------------
   MAIN CONTENT
----------------------------------------- */

.ip-mainland-copy {
    max-width: 700px;

    padding-top: 175px;
}

.ip-mainland-copy h1 {
    margin: 0 0 16px;

    color: #ffffff;

    font-size: 46px;
    line-height: 1.15;
    font-weight: 600;

    letter-spacing: -1px;
}

.ip-mainland-copy h2 {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 22px;
    line-height: 1.45;
    font-weight: 400;
}

.ip-mainland-copy p {
    max-width: 650px;

    margin: 0 0 35px;

    color: #ffffff;

    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}


/* -----------------------------------------
   CTA BUTTON
----------------------------------------- */

.ip-mainland-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 278px;
    height: 60px;

    padding: 0 26px;

    box-sizing: border-box;

    border-radius: 8px;

    background: linear-gradient(
        110deg,
        #075bd1 0%,
        #111674 100%
    );

    color: #ffffff;

    text-decoration: none;

    font-size: 15px;
    line-height: 1;
    font-weight: 600;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.ip-mainland-action:hover {
    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.25);
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (max-width: 1200px) {

    .ip-mainland-hero {
        min-height: 700px;
    }

    .ip-mainland-hero-inner {
        min-height: 700px;
        padding: 0 35px;
    }

    .ip-mainland-copy {
        padding-top: 125px;
    }

    .ip-mainland-copy h1 {
        font-size: 42px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .ip-mainland-hero {
        min-height: 650px;
    }

    .ip-mainland-hero-inner {
        min-height: 650px;
        padding: 0 30px;
    }

    .ip-mainland-crumbs {
        padding-top: 30px;
    }

    .ip-mainland-copy {
        padding-top: 110px;
    }

    .ip-mainland-copy h1 {
        font-size: 40px;
    }

    .ip-mainland-copy h2 {
        font-size: 20px;
    }

    .ip-mainland-copy p {
        font-size: 17px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .ip-mainland-hero {
        min-height: 650px;

        background-position: 62% center;
    }

    .ip-mainland-hero-inner {
        min-height: 650px;
        padding: 0 20px;
    }

    .ip-mainland-crumbs {
        padding-top: 25px;

        gap: 6px;

        font-size: 12px;
    }

    .ip-mainland-copy {
        padding-top: 90px;
    }

    .ip-mainland-copy h1 {
        margin-bottom: 14px;

        font-size: 34px;
        line-height: 1.15;
    }

    .ip-mainland-copy h2 {
        font-size: 18px;
        line-height: 1.4;
    }

    .ip-mainland-copy p {
        margin-bottom: 28px;

        font-size: 16px;
        line-height: 1.5;
    }

    .ip-mainland-action {
        width: 100%;
        min-width: 0;
    }
}
/* Contact Form 7 output inside the dynamic contact page. */
.contact-form-box .wpcf7 p {
  margin: 0 0 23px;
}

.contact-form-box .wpcf7 label {
  display: block;
  margin-bottom: 9px;
  font-size: 17px;
  font-weight: 500;
  color: #111111;
}

.contact-form-box .wpcf7-form-control-wrap {
  display: block;
  margin-top: 9px;
}

.contact-form-box .wpcf7 input:not([type="submit"]),
.contact-form-box .wpcf7 textarea,
.contact-form-box .wpcf7 select {
  display: block;
  width: 100%;
  padding: 16px 14px;
  border: 1px solid #c8c8c8;
  border-radius: 9px;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 17px;
  color: #222222;
  box-sizing: border-box;
}

.contact-form-box .wpcf7 input:not([type="submit"]),
.contact-form-box .wpcf7 select {
  height: 54px;
}

.contact-form-box .wpcf7 textarea {
  min-height: 108px;
  resize: vertical;
}

.contact-form-box .wpcf7 input:focus,
.contact-form-box .wpcf7 textarea:focus,
.contact-form-box .wpcf7 select:focus {
  border-color: #214780;
  box-shadow: 0 0 0 2px rgba(33, 71, 128, 0.08);
}

.contact-form-box .wpcf7 input[type="submit"] {
  min-width: 195px;
  height: 52px;
  padding: 0 25px;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(100deg, #084dba, #171d7d);
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.contact-form-box .wpcf7-not-valid-tip {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .contact-form-box .wpcf7 input[type="submit"] {
    width: 100%;
  }
}
/* Service Details: Contact Form 7 submit control inside the dynamic sidebar form. */
.sp-contact-form .wpcf7 p {
    margin: 0 0 14px;
}

.sp-contact-form .wpcf7 p:last-of-type {
    margin-bottom: 0;
}

.sp-contact-form .wpcf7-form-control-wrap {
    display: block;
}

.sp-contact-form .wpcf7 input[type="submit"] {
    width: fit-content;
    min-height: 49px;
    padding: 0 27px;
    margin-top: 3px;
    border: 0;
    border-radius: 30px;
    background: linear-gradient(90deg, #1559b3, #101995);
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sp-contact-form .wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(20, 55, 140, 0.25);
}

@media (max-width: 767px) {
    .sp-contact-form .wpcf7 input[type="submit"] {
        width: 100%;
    }
}
