  @media (max-width: 1024px) {
    .about-section .ak-section-heading>div {
      justify-content: flex-start !important;
      text-align: left !important;
    }

    .about-section .ak-section-subtitle {
      text-align: left !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      display: block !important;
    }
  }


  /* 
  |......................................................................
  |--------------------------------------------------------------------------
  |--------------------------------------------------------------------------
  | TABLE OF CONTENTS:
  |--------------------------------------------------------------------------
  | 1. Basic Color Variable
  | 2. Typography
  | 3. Preloader
  | 4. Spacing
  | 5. General
  | 6. Slider
  | 7. Video Popup
  | 8. Header
  | 9. Footer
  | 10. Pagination
  | 11. Section Heading Title
  | 12. Button style
  | 13. Hero
  | 14. Service
  | 15. Moving Text
  | 16. About Content
  | 17. Counter Funfact
  | 18. Feature Content
  | 19. Testmonial
  | 20. Team
  | 21. Strategic
  | 22. Blog
  | 23. Accordion
  | 24. Cta
  | 25. Pricing Calculator
  | 26. Contact Form
    27. Projects Card
    28. Schedule
    29. Error Page Content
    30. Why Choose Us
    30. Services Content
  ................................................................*/
  /*--------------------------------------------------------------
  1. Basic Color Variable
  ----------------------------------------------------------------*/
  @import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

  :root {
    --body-font-family: "DM Sans", sans-serif;
    --heading-font-family: "Lato", sans-serif;
    --body-color: #485b60;
    --body-bg-color: #fdfbf7;
    --body-bg-color-two: #f4ffff;
    --heading-color: #030917;
    --border-color: #e4e3e1;
    --white-color: #ffffff;
    --black-color: #030917;
    --primary-color: #f09b53;
    --dark-orange: #f09b53;

  }

  /*--------------------------------------------------------------
  2. Typography
  ----------------------------------------------------------------*/
  @font-face {
    font-family: "Helvena";
    src: url("..assets/fonts/Helvena-Bold.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }

  html,
  body {
    color: var(--body-color);
    font-family: var(--body-font-family);
    background-color: var(--body-bg-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    overflow-x: hidden;
    scroll-behavior: auto;
    padding: 0 !important;
  }

  body.body-bg-color-two {
    background-color: var(--body-bg-color-two);
  }

  .hero-main-title.h1 {
    color: #f4ffff;
  }


  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    clear: both;
    color: var(--heading-color);
    font-family: var(--heading-font-family);
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
  }

  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  p {
    margin-bottom: 0;
  }

  ul {
    margin: 0 0 25px 0;
    padding-left: 20px;
    list-style: square outside none;
  }

  ol {
    padding-left: 20px;
    margin-bottom: 25px;
  }

  dfn,
  cite,
  em,
  i {
    font-style: italic;
  }

  blockquote {
    margin: 0 15px;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0;
  }

  address {
    margin: 0 0 15px;
  }

  img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
  }

  a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  button {
    color: inherit;
    transition: all 0.3s ease;
  }

  a:hover {
    text-decoration: none;
    color: #030917;
    transition: all 0.3s ease;
  }

  table {
    width: 100%;
    margin-bottom: 25px;
  }

  table th {
    font-weight: 600;
    color: var(--body-color);
  }

  table td,
  table th {
    border-top: 1px solid #fff;
    padding: 11px 10px;
  }

  dl {
    margin-bottom: 25px;
  }

  dl dt {
    font-weight: 600;
  }

  b,
  strong {
    font-weight: bold;
  }

  pre {
    color: var(--body-color);
    border: 1px solid #fff;
    font-size: 18px;
    padding: 25px;
    border-radius: 5px;
  }

  kbd {
    font-size: 100%;
    background-color: var(--body-color);
    border-radius: 5px;
  }

  /*--------------------------------------------------------------
  3. Preloader
  ----------------------------------------------------------------*/
  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 99999999;
    overflow: hidden;
    transform: translateY(0);
  }

  .txt-loading {
    color: #030917;
    font-family: var(--body-font-family);
    font-size: 60px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .txt-loading .preloader-text {
    text-align: center;
  }

  .txt-loading .preloader-text .logo-icon {
    width: 80px;
  }

  .txt-loading .loading-percent {
    max-width: 200px;
    min-width: 150px;
  }

  .txt-loading .loading-border-content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    padding: 0;
    gap: 10vw;
    align-items: flex-end;
    bottom: 91px;
    left: 50px;
  }

  .loading-border-show {
    background-color: var(--border-color);
    height: 2px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
  }

  .loading-border-show .loading-border {
    background-color: var(--body-color);
    height: 2px;
    width: 0;
    border-radius: 4px;
  }

  @media screen and (max-width: 991px) {
    .txt-loading {
      font-size: 42px;
    }

    .txt-loading .loading-border-content {
      left: 15px;
    }

    .txt-loading .loading-border-content .loading-percent {
      min-width: 115px;
    }
  }

  /*--------------------------------------------------------------
    4. Spacing
  ----------------------------------------------------------------*/
  @media screen and (min-width: 992px) {
    .ak-height-0 {
      height: 0px;
    }

    .ak-height-5 {
      height: 5px;
    }

    .ak-height-10 {
      height: 10px;
    }

    .ak-height-15 {
      height: 15px;
    }

    .ak-height-20 {
      height: 20px;
    }

    .ak-height-25 {
      height: 25px;
    }

    .ak-height-30 {
      height: 30px;
    }

    .ak-height-35 {
      height: 35px;
    }

    .ak-height-40 {
      height: 40px;
    }

    .ak-height-45 {
      height: 45px;
    }

    .ak-height-50 {
      height: 50px;
    }

    .ak-height-55 {
      height: 55px;
    }

    .ak-height-60 {
      height: 60px;
    }

    .ak-height-65 {
      height: 65px;
    }

    .ak-height-70 {
      height: 70px;
    }

    .ak-height-75 {
      height: 75px;
    }

    .ak-height-80 {
      height: 80px;
    }

    .ak-height-85 {
      height: 85px;
    }

    .ak-height-90 {
      height: 90px;
    }

    .ak-height-95 {
      height: 95px;
    }

    .ak-height-100 {
      height: 100px;
    }

    .ak-height-105 {
      height: 105px;
    }

    .ak-height-110 {
      height: 110px;
    }

    .ak-height-115 {
      height: 115px;
    }

    .ak-height-120 {
      height: 120px;
    }

    .ak-height-125 {
      height: 125px;
    }

    .ak-height-130 {
      height: 130px;
    }

    .ak-height-135 {
      height: 135px;
    }

    .ak-height-140 {
      height: 140px;
    }

    .ak-height-145 {
      height: 145px;
    }

    .ak-height-150 {
      height: 150px;
    }

    .ak-height-155 {
      height: 155px;
    }

    .ak-height-160 {
      height: 160px;
    }

    .ak-height-165 {
      height: 165px;
    }

    .ak-height-170 {
      height: 170px;
    }

    .ak-height-175 {
      height: 175px;
    }

    .ak-height-180 {
      height: 180px;
    }

    .ak-height-185 {
      height: 185px;
    }

    .ak-height-190 {
      height: 190px;
    }

    .ak-height-195 {
      height: 195px;
    }

    .ak-height-200 {
      height: 200px;
    }

    .ak-height-205 {
      height: 205px;
    }

    .ak-height-210 {
      height: 210px;
    }

    .ak-height-219 {
      height: 219px;
    }
  }

  @media screen and (max-width: 991px) {
    .ak-height-lg-0 {
      height: 0px;
    }

    .ak-height-lg-5 {
      height: 5px;
    }

    .ak-height-lg-10 {
      height: 10px;
    }

    .ak-height-lg-15 {
      height: 15px;
    }

    .ak-height-lg-20 {
      height: 20px;
    }

    .ak-height-lg-25 {
      height: 25px;
    }

    .ak-height-lg-30 {
      height: 30px;
    }

    .ak-height-lg-35 {
      height: 35px;
    }

    .ak-height-lg-40 {
      height: 40px;
    }

    .ak-height-lg-45 {
      height: 45px;
    }

    .ak-height-lg-50 {
      height: 50px;
    }

    .ak-height-lg-55 {
      height: 55px;
    }

    .ak-height-lg-60 {
      height: 60px;
    }

    .ak-height-lg-65 {
      height: 65px;
    }

    .ak-height-lg-70 {
      height: 70px;
    }

    .ak-height-lg-75 {
      height: 75px;
    }

    .ak-height-lg-80 {
      height: 80px;
    }

    .ak-height-lg-85 {
      height: 85px;
    }

    .ak-height-lg-90 {
      height: 90px;
    }

    .ak-height-lg-95 {
      height: 95px;
    }

    .ak-height-lg-100 {
      height: 100px;
    }

    .ak-height-lg-105 {
      height: 105px;
    }

    .ak-height-lg-110 {
      height: 110px;
    }

    .ak-height-lg-115 {
      height: 115px;
    }

    .ak-height-lg-120 {
      height: 120px;
    }

    .ak-height-lg-125 {
      height: 125px;
    }

    .ak-height-lg-130 {
      height: 130px;
    }

    .ak-height-lg-135 {
      height: 135px;
    }

    .ak-height-lg-140 {
      height: 140px;
    }

    .ak-height-lg-145 {
      height: 145px;
    }

    .ak-height-lg-150 {
      height: 150px;
    }

    .ak-height-lg-155 {
      height: 155px;
    }

    .ak-height-lg-160 {
      height: 160px;
    }

    .ak-height-lg-165 {
      height: 165px;
    }

    .ak-height-lg-170 {
      height: 170px;
    }

    .ak-height-lg-175 {
      height: 175px;
    }

    .ak-height-lg-180 {
      height: 180px;
    }

    .ak-height-lg-185 {
      height: 185px;
    }

    .ak-height-lg-190 {
      height: 190px;
    }

    .ak-height-lg-195 {
      height: 195px;
    }

    .ak-height-lg-200 {
      height: 200px;
    }

    .ak-height-lg-205 {
      height: 205px;
    }

    .ak-height-lg-210 {
      height: 210px;
    }

    .ak-height-lg-219 {
      height: 219px;
    }
  }

  /*--------------------------------------------------------------
    5. General
  ----------------------------------------------------------------*/
  .ak-light {
    font-weight: 300;
  }

  .ak-normal {
    font-weight: 400;
  }

  .ak-medium {
    font-weight: 500;
  }

  .ak-semi-bold {
    font-weight: 600;
  }

  .ak-bold {
    font-weight: 700;
  }

  .ak-extra-bold {
    font-weight: 800;
  }

  .ak-black {
    font-weight: 900;
  }

  .ak-radius-3 {
    border-radius: 3px;
  }

  .ak-radius-5 {
    border-radius: 5px;
  }

  .ak-radius-7 {
    border-radius: 7px;
  }

  .ak-radius-10 {
    border-radius: 10px;
  }

  .ak-radius-15 {
    border-radius: 15px;
  }

  .ak-line-height-1 {
    line-height: 1.2em;
  }

  .ak-line-height-2 {
    line-height: 1.25em;
  }

  .ak-line-height-3 {
    line-height: 1.3em;
  }

  .ak-line-height-4 {
    line-height: 1.4em;
  }

  .ak-line-height-5 {
    line-height: 1.5em;
  }

  .ak-line-height-6 {
    line-height: 1.6em;
  }

  .ak-line-height-7 {
    line-height: 1.7em;
  }

  .ak-line-height-39 {
    line-height: 39px;
  }

  .ak-line-height-54 {
    line-height: 54px;
  }

  .ak-line-height-85 {
    line-height: 85px;
  }

  .ak-line-height-100 {
    line-height: 100%;
  }

  .ak-font-14 {
    font-size: 14px;
  }

  .ak-font-16 {
    font-size: 16px;
  }

  .ak-font-18 {
    font-size: 18px;
  }

  .ak-font-20 {
    font-size: 20px;
  }

  .ak-font-22 {
    font-size: 22px;
  }

  .ak-font-24 {
    font-size: 24px;
  }

  .ak-font-26 {
    font-size: 26px;
  }

  .ak-font-28 {
    font-size: 28px;
  }

  .ak-font-30 {
    font-size: 30px;
  }

  .ak-font-38 {
    font-size: 38px;
  }

  .ak-font-42 {
    font-size: 42px;
  }

  .ak-font-50 {
    font-size: 50px;
  }

  .ak-font-62 {
    font-size: 62px;
  }

  .ak-font-italic {
    font-style: italic;
  }

  .ak-mp0 {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .ak-m0 {
    margin: 0;
  }

  .ak-mt100 {
    margin-top: 100px;
  }

  .ak-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .ak-vertical-middle {
    display: flex;
    align-items: center;
    min-height: 100%;
  }

  .ak-vertical-middle-in {
    flex: none;
    width: 100%;
  }

  .ak-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ak-primary-font {
    font-family: var(--heading-font-family);
  }

  .ak-secondary-font {
    font-family: var(--body-font-family);
  }

  .ak-black-color,
  .ak-black-color-hover:hover {
    color: #030917 !important;
  }

  .ak-darkwhite-color,
  .ak-darkwhite-color-hover:hover {
    color: #e7e7e7;
  }

  .ak-white-color,
  .ak-white-color-hover:hover {
    color: #fff;
  }

  .ak-primary-color {
    color: #f09b53;
  }

  .ak-white-color,
  .ak-white-color-hover:hover {
    color: #fff;
  }

  .ak-body-color,
  .ak-body-color-hover:hover {
    color: var(--body-color);
  }

  .ak-primary-two-color,
  .ak-primary-two-color-hover:hover {
    color: #9fe970;
  }

  .ak-white-bg-1,
  .ak-white-bg-1-hover:hover {
    background-color: rgba(255, 255, 255, 0.25);
  }

  .ak-white-bg,
  .ak-white-bg-hover:hover {
    background-color: #fff;
  }

  .ak-black-bg,
  .ak-black-bg-hover:hover {
    background-color: #030917;
  }

  .ak-whiteLite-bg,
  .ak-whiteLite-bg-hover:hover {
    background-color: #eaf4f4;
  }

  .ak-primary-bg,
  .ak-primary-bg-hover:hover {
    background-color: rgba(249, 214, 124, 0.7);
  }

  .ak-secondary-bg,
  .ak-secondary-bg-hover:hover {
    background-color: #063232 !important;
  }

  .ak-primary-two-bg,
  .ak-primary-two-bg-hover:hover {
    background-color: #9fe970 !important;
  }

  .ak-gradient-bg-1 {
    background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
  }

  @media screen and (min-width: 992px) {
    .ak-w-20 {
      width: 20%;
    }

    .ak-w-30 {
      width: 30%;
    }

    .ak-w-40 {
      width: 40%;
    }

    .ak-w-50 {
      width: 50%;
    }

    .ak-w-60 {
      width: 60%;
    }

    .ak-w-70 {
      width: 70%;
    }

    .ak-w-80 {
      width: 80%;
    }
  }

  @media screen and (max-width: 991px) {
    .ak-left-space-30 {
      padding-left: 0px;
    }

    .ak-font-14-sm {
      font-size: 14px;
    }

    .ak-font-16-sm {
      font-size: 16px;
    }

    .ak-font-18-sm {
      font-size: 18px;
    }

    .ak-font-20-sm {
      font-size: 20px;
    }

    .ak-font-22-sm {
      font-size: 22px;
    }

    .ak-font-24-sm {
      font-size: 24px;
    }

    .ak-font-26-sm {
      font-size: 26px;
    }

    .ak-font-28-sm {
      font-size: 28px;
    }

    .ak-font-42-sm {
      font-size: 42px;
    }

    .ak-font-36-sm {
      font-size: 36px;
    }

    .ak-btn-group>*:not(:last-child) {
      margin-right: 10px;
    }

    .flex-column-reverse-lg {
      flex-direction: column-reverse;
    }

    .ak-line-height-39 {
      line-height: 100%;
    }
  }

  .ak-stroke-text {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
    color: transparent;
    font-family: var(--heading-font-family);
    -webkit-text-stroke: 1px var(--body-color);
  }

  .ak-stroke-text.ak-type-1 {
    -webkit-text-stroke: 1.5px var(--body-color);
    text-align: center;
    font-size: 265.289px;
    line-height: 321px;
  }

  .ak-stroke-number {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
    color: transparent;
    -webkit-text-stroke: 2px var(--body-color);
  }

  .ak-stroke-number.ak-type-1 {
    text-align: center;
    font-size: 265.289px;
    line-height: 321px;
  }

  @media screen and (max-width: 991px) {
    .ak-stroke-number.ak-type-1 {
      font-size: 100px;
      line-height: 100px;
    }
  }

  .ak-fixed-bg {
    background-attachment: fixed;
  }

  .ak-hover-layer,
  .ak-hover-layer1,
  .ak-hover-layer3 {
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(600px) translate3d(0, 0, 0);
  }

  .ak-tab {
    display: none;
  }

  .ak-tab.active {
    display: block;
  }

  .ak-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ak-google-map {
    height: 530px;
  }

  .ak-google-map iframe {
    height: 100%;
    width: 100%;
    display: block;
    border: none;
  }

  .ak-google-map.ak-type1 {
    height: 100%;
    min-height: 300px;
    width: 50vw;
  }

  .ak-rotate-img {
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: 7px;
  }

  .ak-rotate-img-in {
    transform: rotate(-45deg) scale(1.4);
  }

  .ak-half-screen {
    width: 56vw;
  }

  .ak-scrollup {
    position: fixed;
    bottom: -60px;
    right: 40px;
    color: #fff;
    padding: 5px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 111111;
    background-color: #000000;
    box-shadow: 0px 1px 5px 1px rgba(3, 9, 23, 0.2);
    border-radius: 50%;
  }

  .ak-scrollup:hover {
    background-color: #fff;
    color: #030917;
  }

  .ak-scrollup.ak-scrollup-show {
    bottom: 50px;
  }

  .swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
  }

  .swiper-slide .ak-entity-img {
    display: none;
  }

  .primary-color-border {
    width: 100%;
    height: 1px;
    opacity: 0.35;
    background: var(--primary-color);
  }

  .btn-animation {
    transform-style: preserve-3d;
    transition: font-size 0.5s, background-color 0.3s, transform 0.3s, color 0.3s;
    transform: translate3d(0, 0px, 0px);
  }

  .btn-animation:hover {
    font-size: 17px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: rgba(249, 214, 124, 0.7) !important;
    transform: translate3d(0, -8px, 0.01px);
  }

  .text-letter-spacing-animation {
    letter-spacing: normal;
    transition: letter-spacing 0.3s ease;
    cursor: pointer;
  }

  .text-letter-spacing-animation:hover {
    letter-spacing: 2px;
    color: var(--white-color);
  }

  .img-clip-text {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--heading-font-family);
    font-size: 120px;
    font-style: normal;
    font-weight: 900;
    line-height: 125%;
    text-transform: uppercase;
  }

  .select-input-customize {
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    border: 1px solid #485b60;
  }

  .select-input-customize:focus {
    border-color: #f09b53 !important;
    box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.19);
  }

  .select-input-customize option {
    background-color: var(--black-color);
    color: rgba(255, 255, 255, 0.25);
  }

  .select-input-customize option:visited {
    background-color: #f09b53 !important;
    color: #f09b53 !important;
  }

  .container-customize {
    max-width: 870px;
  }

  .social-icon {
    display: flex;
    gap: 15px;
  }

  .social-icon .icon {
    background-color: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
  }

  .social-icon .icon.color-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .social-icon .icon.color-1 svg path {
    fill: #030917;
  }

  .social-icon .icon.color-1:hover {
    background-color: #f09b53;
  }

  .social-icon .icon.style-2 {
    border: 1px solid #030917;
  }

  .social-icon .icon.style-2 svg path {
    fill: #030917;
  }

  .social-icon .icon.style-2:hover {
    background-color: #030917;
  }

  .social-icon .icon.style-2:hover svg path {
    fill: #fff;
  }

  .social-icon .icon:hover {
    background-color: #fff;
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }

  .social-icon .icon:hover svg path {
    fill: #030917;
  }

  .ak-border-width {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
  }

  .ak-border-width.color-black {
    background: rgba(3, 9, 23, 0.2);
  }

  .image-hov-one {
    position: relative;
    display: block;
    overflow: hidden;

  }

  .image-hov-one img {
    transition: all 0.3s linear;
    transform: scale(1);
  }

  .image-hov-one::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
  }

  .image-hov-one:hover img {
    transform: scale(1.02);
  }

  .image-hov-one:hover::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms linear;
  }

  @media screen and (max-width: 991px) {
    .ak-google-map {
      height: 400px;
    }

    .ak-google-map.ak-type1 {
      width: 100%;
      height: 400px;
      border-radius: 15px;
      overflow: hidden;
    }

    .ak-scrollup {
      right: 15px;
    }

    .ak-scrollup.ak-scrollup-show {
      bottom: 50px;
    }

    .img-clip-text {
      font-size: 82px;
    }
  }

  @media screen and (max-width: 767px) {

    .ak-cursor-lg,
    .ak-cursor-sm {
      display: none !important;
    }

    .img-clip-text {
      font-size: 58px;
    }
  }

  /*--------------------------------------------------------------
    6. Slider
  ----------------------------------------------------------------*/
  .ak-slider {
    position: relative;
    overflow: hidden;
  }

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

  .ak-slider-hero .swiper-slide {
    width: 100%;
  }

  .ak-slider-hero-2 {
    position: relative;
  }

  .ak-slider-hero-2 .swiper-controller.hero-2 {
    pointer-events: none !important;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    z-index: 111;
    padding: 0 30px;
  }

  .ak-slider-hero-2 .swiper-controller.hero-2 button {
    pointer-events: visible;
  }

  .ak-slider-service {
    width: 100%;
    z-index: 11;
  }

  .ak-slider-service .swiper-slide {
    height: auto;
    width: calc(33.7% - 15px);
  }

  .service-swiper-controller {
    display: flex;
    gap: 15px;
  }

  .ak-slider-client-logo {
    width: 100%;
    margin: 25px 0;
  }

  .ak-slider-client-logo .swiper-slide {
    width: 20%;
    margin-left: 17px;
  }

  /* Start slider testimonal */
  .ak-slider-testimonal {
    width: 100%;
  }

  .ak-slider-testimonal .swiper-slide {
    width: 100%;
  }

  .img-previews-slider {
    width: 100%;
  }

  .img-previews-slider .swiper-slide {
    width: 100%;
  }

  .strategic-slider {
    position: relative;
    width: 100%;
  }

  .strategic-slider .swiper-slide {
    width: 100%;
  }

  .strategic-slider .strategic-swiper-controller {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 15px;
    bottom: 0;
    z-index: 11111;
  }

  .strategic-slider .strategic-swiper-controller .strategic-slider-pagination {
    font-weight: 700;
    color: rgba(3, 9, 23, 0.2);
  }

  .strategic-slider .strategic-swiper-controller .strategic-slider-pagination .strategic-current-slide {
    color: rgba(3, 9, 23, 0.2);
  }

  .strategic-slider .strategic-swiper-controller .strategic-slider-pagination .strategic-total-slides {
    color: #030917;
  }

  .ak-team-slider {
    width: 100%;
  }

  .ak-team-slider .swiper-slide {
    height: auto;
    width: calc(33.7% - 15px);
  }

  .ak-projects-slider {
    width: 100%;
  }

  .ak-projects-slider .swiper-slide {
    height: auto;
    width: calc(25% - 15px);
  }

  @media screen and (max-width: 1299px) {
    .ak-slider-hero-2 .swiper-controller.hero-2 {
      align-items: flex-end;
      justify-content: flex-end;
      gap: 30px;
    }

    .ak-slider-hero-2 .swiper-controller.hero-2 button {
      margin-bottom: 200px;
      width: 70px;
      height: 70px;
    }
  }

  @media screen and (max-width: 991px) {
    .ak-slider-service .swiper-slide {
      width: 50%;
    }

    .ak-team-slider .swiper-wrapper>* {
      width: calc(50% - 15px);
    }

    .ak-projects-slider .swiper-wrapper>* {
      width: calc(50% - 15px);
    }

    .strategic-slider .strategic-swiper-controller {
      position: relative;
    }
  }

  @media screen and (max-width: 767px) {
    .ak-slider-service .swiper-slide {
      width: 100%;
    }

    .ak-team-slider .swiper-wrapper>* {
      width: 100%;
    }

    .ak-projects-slider .swiper-wrapper>* {
      width: 100%;
    }

    .ak-slider-hero-2 .swiper-controller.hero-2 {
      align-items: flex-end;
      justify-content: flex-start;
      gap: 30px;
      padding: 0 15px;
    }

    .ak-slider-hero-2 .swiper-controller.hero-2 button {
      margin-bottom: 30px;
      width: 60px;
      height: 60px;
    }
  }


  .video-home {
    height: 650px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .video-home.height-xxl {
    height: 875px;
  }

  .video-home .parallax-bg {
    position: absolute;
    width: 100%;
    height: calc(100% + 100px);
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1.5s;
  }

  .video-home .parallax-bg.active {
    transform: translateY(10px);
  }

  .video-home .video-info-content {
    width: 825px;
    height: 165px;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    background: rgba(255, 215, 0, 0.1);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    bottom: 0;
    display: flex;
    gap: 35px;
    align-items: center;
    overflow: hidden;
  }

  .video-home .video-info-content .video-btn {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    border-radius: 100px 100px 0px 100px;
    background: var(--brand, #f09b53);
    transform: rotate(90deg);
    cursor: pointer;
    align-self: flex-end;
  }

  .video-home .video-info-content .video-btn .cricle-btn {
    display: inline-flex;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    align-items: center;
    justify-content: center;
    transition: background-color 1s ease, transform 1s ease;
  }

  .video-home .video-info-content .video-btn .cricle-btn:hover {
    background-color: rgba(255, 255, 255, 0.315);
    transform: scale(1.1);
    animation: heart-beat 3s infinite;
  }

  .video-home .video-info-content .video-btn .cricle-btn:hover::after {
    background-color: rgba(3, 9, 23, 0.8);
    /* Change color on hover */
  }

  .video-home .video-info-content .video-btn .cricle-btn::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #030917;
    /* Default color */
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: rotate(270deg);
    transition: background-color 0.5s ease, transform 1s ease;
  }

  .video-home .video-info-content .video-title-content .video-title {
    font-size: 50px;
    line-height: 125%;
    color: #fff;
  }

  .video-home .video-btn.style-two {
    position: relative;
    width: 150px;
    height: 150px;
    background-color: rgba(249, 214, 124, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .video-home .video-btn.style-two .rounded-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.4);
    transition: background-color 1s ease, transform 1s ease;
  }

  .video-home .video-btn.style-two .rounded-btn::after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #030917;
    /* Default color */
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transition: background-color 0.5s ease, transform 1s ease;
  }

  .video-home .video-btn.style-two:hover .rounded-btn {
    background-color: rgba(255, 255, 255, 0.315);
    transform: scale(1.1);
    animation: heart-beat 3s infinite;
  }

  .video-home .video-btn.style-two:hover .rounded-btn::after {
    background-color: #fff;
    /* Change color on hover */
  }

  .video-home .video-btn.style-two.type-two {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .video-home .video-btn.style-two.type-two .rounded-btn {
    border-radius: 50%;
  }

  @keyframes heart-beat {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
      transform: scale(1.1);
      box-shadow: 0 0 20px rgba(249, 214, 124, 0.6);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
      transform: scale(1.2);
      box-shadow: 0 0 40px rgba(249, 214, 124, 0.8);
    }
  }

  @media screen and (max-width: 991px) {
    .video-home {
      max-height: 450px;
      overflow: hidden;
    }

    .video-home .container-custom {
      max-width: 100%;
      width: 100%;
      padding: 0;
    }

    .video-home .video-info-content {
      width: 100%;
    }

    .video-home .video-info-content .video-title-content .video-title {
      font-size: 42px;
    }
  }

  @media screen and (max-width: 767px) {
    .video-home {
      -o-object-fit: contain;
      object-fit: contain;
    }

    .video-home .video-info-content .video-btn {
      width: 100px;
      height: 100px;
    }

    .video-home .video-info-content .video-btn .cricle-btn {
      width: 50px;
      height: 50px;
    }

    .video-home .video-info-content .video-btn .cricle-btn::after {
      width: 17px;
      height: 18px;
    }

    .video-home .video-info-content .video-title-content .video-title {
      font-size: 32px;
    }
  }

  @media screen and (max-width: 575px) {
    .video-home .video-info-content {
      flex-direction: column;
      height: auto;
      padding: 15px 0px;
      gap: 15px;
      transition: all;
    }

    .video-home .video-info-content .video-btn {
      align-self: self-start;
      border-radius: 0;
    }
  }

  /*--------------------------------------------------------------
  8. Header
  ----------------------------------------------------------------*/
  .container-customize-header {
    max-width: 1720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .ak-site_header {
    position: relative;
    z-index: 100001;
  }

  .ak-site-branding {
    display: inline-block;
    max-width: 180px;
  }

  .ak-site_header.ak-style1 .ak-main_header_in,
  .ak-site_header.ak-style1 .ak-top_header_in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 0px;
  }

  .ak-site_header.ak-style1 .ak-main-header-center {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .ak-site_header_full_width .container {
    max-width: 100%;
    padding: 0 100px;
  }

  .ak-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ak-nav .ak-nav_list a {
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: word-spacing 0.2s ease;
  }

  .ak-nav .ak-nav_list a:hover {
    color: var(--black-color);
    word-spacing: 2px;
  }

  .ak-sticky_header {
    position: fixed !important;
    width: 100%;
    z-index: 999;
    background-color: var(--body-bg-color);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: background-color 0.4s ease;
  }

  .ak-sticky_header.style-2 {
    background-color: var(--body-bg-color-two);
  }

  .ak-sticky_header.style-2 .ak-nav_list {
    background-color: var(--body-bg-color-two);
  }

  @media (min-width: 1199px) {
    .ak-sticky_header.style-2 {
      background-color: transparent;
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
    }

    .ak-sticky_header.style-2 .ak-nav_list {
      background-color: transparent;
    }

    .ak-sticky_header.style-2 .ak-nav>.ak-nav_list li a {
      color: var(--white-color);
      transition: color word-spacing 2s ease-in-out;
      transition: all 0.3s ease;
    }

    .ak-sticky_header.style-2 .ak-nav>.ak-nav_list li a:hover {
      color: rgba(255, 255, 255, 0.7);
      transition: all 0.3s ease;
      word-spacing: 2px;
    }

    .ak-sticky_header.style-2 .ak-nav>.ak-nav_list .menu-item-has-children>ul {
      background-color: var(--body-bg-color-two);
    }

    .ak-sticky_header.style-2 .ak-nav>.ak-nav_list .menu-item-has-children>ul>li>a {
      color: var(--body-color);
      transition: word-spacing 0.2s ease-in-out;
    }

    .ak-sticky_header.style-2 .ak-nav>.ak-nav_list .menu-item-has-children>ul>li>a ::after {
      border: 2px solid rgba(255, 255, 255, 0.7);
    }

    .ak-sticky_header.style-2 .ak-nav>.ak-nav_list .menu-item-has-children>ul>li>a:hover {
      color: var(--black-color);
      word-spacing: 2px;
    }

    .ak-sticky_header.style-2 .ak-nav>.ak-nav_list .menu-item-has-children>ul a::after {
      border: 2px solid rgba(255, 255, 255, 0.7) !important;
    }

    .ak-sticky_header.style-2.ak-gescout_show>.ak-main_header .ak-main_header_in .ak-site_branding.default-logo {
      display: inline-block;
    }

    .ak-sticky_header.style-2.ak-gescout_show>.ak-main_header .ak-main_header_in .ak-site_branding.white-logo {
      display: none;
    }

    .ak-sticky_header.style-2:not(.ak-gescout_show) .ak-main_header .ak-main_header_in .ak-site_branding.default-logo {
      display: none;
    }

    .ak-sticky_header.style-2:not(.ak-gescout_show) .ak-main_header .ak-main_header_in .ak-site_branding.white-logo {
      display: inline-block;
    }
  }

  .ak-gescout_sticky {
    position: fixed !important;
    top: -150px;
    transition: top 0.4s ease-in-out;
  }

  @media (min-width: 1199px) {
    .ak-gescout_sticky.style-2 {
      background-color: var(--body-bg-color-two);
    }

    .ak-gescout_sticky.style-2 .ak-nav>.ak-nav_list li a {
      color: var(--body-color);
    }

    .ak-gescout_sticky.style-2 .ak-nav>.ak-nav_list .menu-item-has-children>ul>li>a {
      color: var(--body-color);
    }
  }

  .ak-gescout_show {
    top: 0 !important;
  }

  .offcanvas.offcanvas-end.style-1 {
    background-color: var(--body-bg-color-two);
    width: 500px;
  }

  .offcanvaopen-btn.style-2 {
    cursor: pointer;
  }

  .offcanvas-body-coustom-style {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0px 29px;
    width: 100%;
    height: 100%;
  }

  .offcanvas-body-coustom-style .ak-site_branding {
    margin-bottom: 50px;
  }

  .offcanvas-body-coustom-style .desp {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
  }

  .offcanvas-body-coustom-style .offcanvas-footer-contant {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
  }

  .offcanvas-body-coustom-style .offcanvas-footer-contant .short-title {
    font-size: 16px;
    line-height: 165%;
  }

  .offcanvas-body-coustom-style .offcanvas-footer-contant .email {
    line-height: 130%;
  }

  @media screen and (min-width: 1199px) {
    .ak-main_header {
      position: relative;
    }

    .ak-main_header .container-fluid {
      padding-right: 40px;
      padding-left: 40px;
    }

    .ak-main_header_center,
    .ak-top_header_center {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }

    .ak-site_header.ak-style1 .ak-main_header_center {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
      max-width: calc(100% - 300px);
    }

    .ak-nav {
      display: flex;
      align-items: center;
      height: 100%;
      line-height: 1.6em;
      font-size: 16px;
    }

    .ak-nav .ak-nav_list {
      display: flex !important;
      flex-wrap: wrap;
      height: inherit;
    }

    .ak-nav .ak-nav_list>li {
      margin-right: 40px;
      height: 80px;
    }

    .ak-nav .ak-nav_list>li:last-child {
      margin-right: 0;
    }

    .ak-nav .ak-nav_list>li>a {
      display: inline-flex;
      position: relative;
      height: inherit;
      align-items: center;
    }

    .ak-nav .ak-nav_list>li>ul {
      left: 0;
      top: calc(100% + 25px);
    }

    .ak-nav .ak-nav_list>li:hover>ul {
      top: calc(100% + 0px);
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease;
    }

    .ak-nav .ak-nav_list>li.menu-item-has-children>a {
      position: relative;
    }

    .ak-nav .ak-nav_list>li.menu-item-has-children>a::after {
      content: "";
      display: inline-block;
      height: 8px;
      width: 8px;
      border: 2px solid var(--body-color);
      transform: rotate(45deg);
      border-left: 0;
      border-top: 0;
      margin-left: 6px;
      position: relative;
      top: -2px;
      border-radius: 0px 0px 2px 0px;
    }

    .ak-nav .ak-nav_list>li.menu-item-has-children.cs_changes_color_1>a {
      position: relative;
    }

    .ak-nav .ak-nav_list>li.menu-item-has-children.cs_changes_color_1>a::after {
      content: "";
      display: inline-block;
      height: 8px;
      width: 8px;
      transform: rotate(45deg);
      border-left: 0;
      border-top: 0;
      margin-left: 6px;
      position: relative;
      top: -2px;
      border-radius: 0px 0px 2px 0px;

    }

    .ak-nav .ak-nav_list>li.menu-item-has-children>ul>li:last-child {
      border-bottom: none;
    }

    .ak-nav .ak-nav_list li:not(.ak-mega_menu) {
      position: relative;
    }

    .ak-nav .ak-nav_list ul {
      width: 260px;
      background-color: var(--body-bg-color);
      position: absolute;
      box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
      border-top: 2px solid rgba(255, 255, 255, 0.3215686275);
      padding-bottom: 5px;
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      display: block !important;
      border-radius: 0;
      transition: all 0.1s ease;
    }

    .ak-nav .ak-nav_list ul li:hover ul {
      top: 0px;
    }

    .ak-nav .ak-nav_list ul li:hover>ul {
      opacity: 1;
      visibility: visible;
      transition: all 0.4s ease;
    }

    .ak-nav .ak-nav_list ul a {
      display: block;
      line-height: inherit;
      padding: 7px 20px;
    }

    .ak-nav .ak-nav_list ul ul {
      top: 15px;
      left: 100%;
    }

    .ak-munu_toggle,
    .ak-munu_dropdown_toggle {
      display: none;
    }

    .ak-nav_black_section ul {
      position: relative;
      list-style: none;
      line-height: 65px;
      padding: 0px;
    }

    .ak-nav_black_section ul li {
      margin-top: 40px;
      font-size: 55px;
      text-transform: uppercase;
      font-weight: 900;
    }

    .menu-item-has-black-section {
      position: relative;
    }

    .menu-item-has-black-section span {
      cursor: pointer;
    }

    .menu-item-has-black-section>a {
      position: relative;
    }

    .menu-item-has-black-section>ul {
      padding-left: 40px;
      display: none;
      list-style: none;
      line-height: 30px;
    }

    .menu-item-has-black-section>ul li {
      margin-top: 40px;
    }

    .ak-munu_dropdown_toggle_1 {
      position: absolute;
      height: 30px;
      width: 35px;
      right: 20px;
      top: 9px;
    }

    .ak-munu_dropdown_toggle_1:before,
    .ak-munu_dropdown_toggle_1:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 2px;
      width: 35px;
      transition: all 0.3s ease;
    }

    .ak-munu_dropdown_toggle_1:before {
      transform: translate(-50%, -50%) rotate(90deg);
    }

    .ak-munu_dropdown_toggle_1.active:before {
      transform: translate(-50%, -50%) rotate(0deg);
    }
  }

  @media screen and (max-width: 1199px) {
    .ak-main_header .container {
      max-width: 100%;
    }

    .ak-site_header.ak-style1 .ak-nav {
      display: flex;
    }

    .ak-site_header_full_width .container {
      padding: 0 15px;
    }

    .ak-munu_dropdown_toggle {
      position: absolute;
      height: 30px;
      width: 30px;
      right: 20px;
      top: 5px;
    }

    .ak-munu_dropdown_toggle:before,
    .ak-munu_dropdown_toggle:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 2px;
      width: 10px;
      background-color: var(--body-color);
      transition: all 0.3s ease;
    }

    .ak-munu_dropdown_toggle:before {
      transform: translate(-50%, -50%) rotate(90deg);
    }

    .ak-munu_dropdown_toggle.active:before {
      transform: translate(-50%, -50%) rotate(0deg);
    }

    .ak-nav .ak-nav_list {
      position: absolute;
      width: 100vw;
      left: -15px;
      padding: 10px 0;
      display: none;
      top: 0%;
      padding-top: 75px;
      border-top: 1px solid rgba(77, 77, 77, 0.3215686275);
      border-bottom: 1px solid rgba(77, 77, 77, 0.3215686275);
      overflow: auto;
      max-height: calc(100vh - 80px);
      line-height: 1.6em;
      background-color: var(--body-bg-color);
    }

    .ak-nav .ak-nav_list ul {
      padding-left: 15px;
      display: none;
    }

    .ak-nav .ak-nav_list a {
      display: block;
      padding: 8px 20px;
      text-transform: uppercase;
      position: relative;
    }

    .ak-nav .menu-item-has-children {
      position: relative;
    }

    /*Mobile Menu Button*/
    .ak-munu_toggle {
      display: inline-block;
      width: 30px;
      height: 27px;
      cursor: pointer;
      position: absolute;
      top: 27px;
      right: 30px;
    }

    .ak-munu_toggle span,
    .ak-munu_toggle span:before,
    .ak-munu_toggle span:after {
      width: 100%;
      height: 2px;
      background-color: var(--black-color);
      display: block;
    }

    .ak-munu_toggle span {
      margin: 0 auto;
      position: relative;
      top: 12px;
      transition-duration: 0s;
      transition-delay: 0.2s;
    }

    .ak-munu_toggle span:before {
      content: "";
      position: absolute;
      margin-top: -9px;
      transition-property: margin, transform;
      transition-duration: 0.2s;
      transition-delay: 0.2s, 0s;
    }

    .ak-munu_toggle span:after {
      content: "";
      position: absolute;
      margin-top: 9px;
      transition-property: margin, transform;
      transition-duration: 0.2s;
      transition-delay: 0.2s, 0s;
    }

    .ak-site_header.ak-style1 .ak-munu_toggle {
      top: 50%;
      right: 0px;
      margin-top: -13px;
    }

    .ak-toggle_active span {
      background-color: rgba(0, 0, 0, 0);
      transition-delay: 0.2s;
    }

    .ak-toggle_active span:before {
      margin-top: 0;
      transform: rotate(45deg);
      transition-delay: 0s, 0.2s;
    }

    .ak-toggle_active span:after {
      margin-top: 0;
      transform: rotate(-45deg);
      transition-delay: 0s, 0.2s;
    }

    .ak-header_toolbox {
      margin-right: 50px;
    }

    .ak-site_header.ak-style1 .ak-main_header_in {
      height: 80px;
      justify-content: start;
      margin: 0px;
    }

    .ak-site_header .current-menu-item>a:before {
      display: none;
    }

    .ak-site_header.ak-style1 .ak-main_header_center .ak-site_branding {
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
    }

    .ak-site_header.ak-style1 {
      top: 0;
    }

    .ak-main-header-right {
      display: none;
    }
  }

  @media screen and (max-width: 991px) {
    .ak-site_header .container {
      max-width: 100%;
    }

    .ak-site_header.ak-style1 .ak-action_box>*:not(:last-child) {
      margin-right: 25px;
    }

    .ak-site_header.ak-style1 .ak-btn {
      padding: 8px;
    }
  }

  @media screen and (max-width: 575px) {
    .ak-site-branding {
      max-width: 150px;
    }

    .ak-site_branding img {
      max-height: 32px;
    }

    .ak-site_header.ak-style1 .ak-btn span {
      display: none;
    }

    .ak-site_header.ak-style1 .ak-btn svg {
      margin-right: 0;
      width: 20px;
      height: 20px;
    }
  }

  /*--------------------------------------------------------------
  9. Footer
----------------------------------------------------------------*/
  .footer-bg {
    background-color: #030917;
  }

  .footer-bg .ak-footer-container {
    position: relative;
  }

  .footer-bg .ak-footer-container .footer-bg-img {
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    max-width: 695px;
    width: 100%;
  }

  /* ================================
   MAIN FOOTER CONTENT (DESKTOP)
================================ */
  .ak-footer.style-1 .footer-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    /* ✅ Align top */
    gap: 110px;
  }

  /* ================================
   COMPANY INFO
================================ */
  .ak-footer.style-1 .footer-content .company-info {
    max-width: 336px;
  }

  .ak-footer.style-1 .footer-content .company-info .ak-site_branding {
    display: inline-block;
    margin-bottom: -10px;
  }

  .ak-footer.style-1 .footer-content .company-info .text {
    color: #e7e7e7;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  /* ================================
   SOCIAL ICONS
================================ */
  .footer-social {
    display: flex;
    gap: 18px;
    margin-top: 10px;
  }

  .footer-social a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
  }

  .footer-social a:hover {
    background: #f09b53;
    border-color: #f09b53;
    transform: translateY(-3px);
  }

  /* ================================
   FOOTER NAV (DESKTOP)
================================ */
  .ak-footer.style-1 .footer-content .footer-nav {
    width: 100%;
  }

  .ak-footer.style-1 .footer-content .footer-nav .footer-link {
    display: flex;
    max-width: 802px;
    justify-content: flex-end;
    gap: 120px;
    flex-wrap: wrap;
  }

  /* Column width */
  .ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content {
    min-width: 240px;
  }

  /* Titles */
  .ak-footer.style-1 .footer-content .footer-nav .footer-link .short-title {
    font-size: 24px;
    line-height: 135%;
    color: #fff;
    margin-bottom: 18px;
  }

  /* Divider + list */
  .ak-footer.style-1 .footer-content .footer-nav .footer-link .linek-all {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none;
    padding-left: 0;
  }

  /* Links */
  .ak-footer.style-1 .footer-content .footer-nav .footer-link .linek-all a {
    margin-left: 15px;
    font-size: 16px;
    line-height: 165%;
    color: #e7e7e7;
    position: relative;
    display: inline-block;
    max-width: 320px;
    white-space: normal;
    transition: color 0.3s ease;
  }

  /* Hover underline */
  .ak-footer.style-1 .footer-content .footer-nav .footer-link .linek-all a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: -2px;
    transition: all 0.3s;
    background-color: #fff;
  }

  .ak-footer.style-1 .footer-content .footer-nav .footer-link .linek-all a:hover::after {
    width: 100%;
  }

  /* ================================
   COPYRIGHT
================================ */
  .ak-footer.style-1 .copy-right {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    text-align: center;
  }

  .ak-footer.style-1 .copy-right .copyright-text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
  }

  /* =================================================
   RESPONSIVE – CENTERED LAYOUT
================================================= */
  @media screen and (max-width: 1199px) {

    .ak-footer.style-1 .footer-content {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 50px;
    }

    .ak-footer.style-1 .footer-content .company-info {
      max-width: 520px;
    }

    .footer-social {
      justify-content: center;
    }

    .ak-footer.style-1 .footer-content .footer-nav {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .ak-footer.style-1 .footer-content .footer-nav .footer-link {
      justify-content: center;
      gap: 40px;
    }

    .ak-footer.style-1 .footer-content .footer-nav .footer-link .linek-all {
      border-left: none;
    }

    .ak-footer.style-1 .footer-content .footer-nav .footer-link .linek-all a {
      margin-left: 0;
    }
  }

  /* ================================
   MOBILE FIX
================================ */
  @media screen and (max-width: 768px) {

    .ak-footer.style-1 .company-info {
      margin-top: 0;
      /* remove negative pull */
      padding-top: 40px;
      /* add clean spacing */
    }

    .ak-footer.style-1 .footer-content .company-info .ak-site_branding {
      display: inline-block;
      margin-bottom: 20px;
    }

  }

  /* ================================
   FOOTER NAV (DESKTOP)
================================ */
  .ak-footer.style-1 .footer-content .footer-nav {
    width: 100%;
  }

  .ak-footer.style-1 .footer-content .footer-nav .footer-link {
    display: flex;
    max-width: 802px;
    justify-content: flex-end;
    gap: 120px;
    flex-wrap: wrap;
  }

  /* Column width */
  .ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content {
    min-width: 240px;
  }

  /* Titles */
  .ak-footer.style-1 .footer-content .footer-nav .footer-link .short-title {
    font-size: 24px;
    line-height: 135%;
    color: #fff;
    margin-bottom: 18px;
  }

  /* Divider + list */
  .ak-footer.style-1 .footer-content .footer-nav .footer-link .linek-all {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none;
    padding-left: 0;
  }

  /* Links */
  .ak-footer.style-1 .footer-content .footer-nav .footer-link .linek-all a {
    margin-left: 15px;
    font-size: 16px;
    line-height: 165%;
    color: #e7e7e7;
    position: relative;
    display: inline-block;
    max-width: 320px;
    white-space: normal;
  }

  /* Hover underline */
  .ak-footer.style-1 .footer-content .footer-nav .footer-link .linek-all a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: -2px;
    transition: all 0.3s;
    background-color: #fff;
  }

  .ak-footer.style-1 .footer-content .footer-nav .footer-link .linek-all a:hover::after {
    width: 100%;
  }

  /* ================================
   COPYRIGHT
================================ */
  .ak-footer.style-1 .copy-right {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    text-align: center;
  }

  .ak-footer.style-1 .copy-right .copyright-text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
  }

  /* =================================================
   RESPONSIVE – CENTERED LAYOUT
================================================= */
  @media screen and (max-width: 1199px) {

    .ak-footer.style-1 .footer-content {
      flex-direction: column;
      align-items: center;
      /* ✅ center */
      text-align: center;
      gap: 50px;
    }

    .ak-footer.style-1 .footer-content .company-info {
      max-width: 520px;
    }

    .ak-footer.style-1 .footer-content .company-info .social-icon {
      justify-content: center;
    }

    .ak-footer.style-1 .footer-content .footer-nav {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .ak-footer.style-1 .footer-content .footer-nav .footer-link {
      justify-content: center;
      /* ✅ center columns */
      gap: 40px;
    }

    .ak-footer.style-1 .footer-content .footer-nav .footer-link .linek-all {
      border-left: none;
      /* cleaner on mobile */
    }

    .ak-footer.style-1 .footer-content .footer-nav .footer-link .linek-all a {
      margin-left: 0;
    }
  }

  .ak-footer.style-1 .company-info {
    margin-top: -30px;
    /* adjust between -8px to -18px if needed */
  }


  /*--------------------------------------------------------------
    10. Pagination
  ----------------------------------------------------------------*/
  .pagination-style {
    display: flex;
    gap: 30px;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
  }

  .pagination-style .current {
    color: #f09b53;
  }

  .pagination-style .current.next,
  .pagination-style .current.prev {
    color: #fff;
  }

  /*--------------------------------------------------------------
  11. Section Heading Title
  ----------------------------------------------------------------*/
  .ak-section-heading-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
  }

  .ak-section-heading.ak-style-1 .ak-section-title {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
  }

  .ak-section-heading.ak-style-1 .ak-section-subtitle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1px 15px;
    font-size: 16px;
    gap: 10px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid rgba(3, 9, 23, 0.1);
    color: #030917;
    margin-bottom: 10px;
  }

  .ak-section-heading.ak-style-1 .ak-section-desp {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
  }

  .ak-section-heading.ak-style-1.color-2 .ak-section-title {
    color: #fff;
  }

  .ak-section-heading.ak-style-1.color-2 .ak-section-subtitle {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .ak-section-heading.ak-style-1.color-2 .ak-section-desp {
    color: #e7e7e7;
  }

  @media screen and (max-width: 991px) {
    .ak-section-heading-content {
      flex-direction: column;
      align-items: flex-start;
    }

    .ak-section-heading.ak-style-1 .ak-section-title {
      font-size: 42px;
    }

    .ak-section-heading.ak-style-1 .ak-section-subtitle {
      font-size: 18px;
    }
  }

  @media screen and (max-width: 767px) {
    .ak-section-heading.ak-style-1 .ak-section-title {
      font-size: 32px;
    }
  }

  /*--------------------------------------------------------------
    12. Button style
  ----------------------------------------------------------------*/
  .common-btn {
    background-color: var(--dark-orange);
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    padding: 10px 40px;
    border-radius: 50px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    overflow: hidden;
    width: auto;
  }

  .common-btn span {
    color: var(--white-color);
    position: relative;
    z-index: 111;
    transition: all 0.5s;
  }

  .common-btn span {
    color: #fff !important;
  }

  .common-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    visibility: hidden;
    overflow: hidden;
    background-color: var(--black-color);
    transition: all 0.3s;
    z-index: 11;
  }

  .common-btn:hover span {
    color: var(--white-color);
  }

  .common-btn:hover span path {
    stroke: var(--white-color);
  }

  .common-btn:hover::before {
    right: 0;
    visibility: visible;
  }

  .common-btn.style-2 {
    background-color: var(--dark-orange);
    padding: 15px 40px;
  }

  .common-btn.style-2::before {
    background-color: var(--black-color);
  }

  .common-btn.style-2 span {
    color: var(--white-color);
  }

  .common-btn.style-2 .arrow-cricle {
    position: relative;
    display: flex;
    background-color: var(--white-color);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    z-index: 111;
    overflow: hidden;
  }

  .common-btn.style-2 .arrow-cricle> :first-child {
    transition: all 0.15s;
    transform: translateX(-150%);
  }

  .common-btn.style-2 .arrow-cricle> :last-child {
    transition: all 0.2s;
    transform: translateX(-50%);
  }

  .common-btn.style-2:hover span {
    color: #000;
  }

  .common-btn.style-2:hover .arrow-cricle path {
    stroke: var(--black-color);
  }

  .common-btn.style-2:hover .arrow-cricle> :first-child {
    transform: translateX(50%);
  }

  .common-btn.style-2:hover .arrow-cricle> :last-child {
    transform: translateX(170%) rotateX(50deg);
  }

  .common-btn.style-2.color-2 {
    background: rgba(255, 255, 255, 0.1);
  }

  .common-btn.style-2.type-2 {
    background: transparent;
    border: none;
    border-radius: 50%;
    padding: 5px 5px;
  }

  .common-btn.style-2.color-3 {
    background-color: #9fe970;
  }

  .common-btn.style-2.color-3::before {
    background-color: var(--black-color);
  }

  .common-btn.style-2.color-3 span {
    color: var(--black-color);
  }

  .common-btn.style-2.color-3:hover span {
    color: var(--white-color);
  }

  .common-btn.style-3 {
    background-color: transparent;
    border: 1px solid rgba(3, 9, 23, 0.1);
  }

  .more-btn {
    font-family: var(--body-font-family);
    position: relative;
    display: inline-flex;
    color: #030917;
    font-size: 16px;
    font-weight: 500;
    min-width: 100px;
    text-transform: capitalize;
    margin-bottom: 6px;
    flex-shrink: 0;
  }

  .more-btn .svg-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
    overflow: hidden;
  }

  .more-btn .svg-icon> :first-child {
    transition: all 0.3s;
    transform: translateX(-150%);
  }

  .more-btn .svg-icon> :last-child {
    transition: all 0.3s;
    transform: translateX(-50%);
  }

  .more-btn::after {
    content: "";
    position: absolute;
    display: inline;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: -2px;
    opacity: 1;
    transition: all 0.3s;
    background-color: var(--black-color);
  }

  .more-btn:hover {
    color: var(--black-color);
  }

  .more-btn:hover .svg-icon.style-two {
    transform: rotate3d(0, 0, 1, -45deg);
  }

  .more-btn:hover .svg-icon> :first-child {
    transform: translateX(50%);
  }

  .more-btn:hover .svg-icon> :last-child {
    transform: translateX(170%) rotateX(50deg);
  }

  .more-btn:hover::after {
    width: 70%;
  }

  .more-btn.arrow-left-style::after {
    right: 0;
    left: auto;
  }

  .more-btn.arrow-left-style .svg-icon> :first-child {
    transition: all 0.3s;
    transform: translateX(210%);
  }

  .more-btn.arrow-left-style .svg-icon> :last-child {
    transition: all 0.3s;
    transform: translateX(-50%);
  }

  .more-btn.arrow-left-style:hover .svg-icon> :first-child {
    transform: translateX(50%);
  }

  .more-btn.arrow-left-style:hover .svg-icon> :last-child {
    transform: translateX(-210%) rotateX(50deg);
  }

  .slider-btn {
    font-family: var(--heading-font-family);
    width: 50px;
    height: 50px;
    border: 2px solid rgba(72, 91, 96, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: background-color 0.3s;
  }

  .slider-btn svg {
    transition: transform 0.3s;
  }

  .slider-btn:hover {
    border: none;
    background-color: #f09b53;
  }

  .slider-btn.next:hover svg {
    transform: translateX(-3px);
  }

  .slider-btn.prev:hover svg {
    transform: translateX(3px);
  }

  .slider-btn.color-2:hover {
    background-color: #9fe970;
  }

  .slider-btn.color-2:hover svg path {
    stroke: #030917;
  }

  .slider-btn.style-2 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .view-more-button {
    font-family: var(--heading-font-family);
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 50%;
  }

  .view-more-button .more-button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    display: inline;
    background-color: #f09b53;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
  }

  .view-more-button .more-button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    left: -85%;
    top: 120%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    opacity: 1;
  }

  .view-more-button .more-button:hover::before {
    opacity: 1;
    left: -40%;
    top: 90%;
  }

  .view-more-button .more-button span {
    font-size: 18px;
    color: #030917;
    font-weight: 700;
    z-index: 111;
  }

  .view-more-button .more-button .icon {
    margin-top: 5px;
    width: 30px;
    height: 30px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.3s ease;
    transform: rotate(-45deg);
  }

  .view-more-button .more-button .icon svg {
    color: var(--black-color);
  }

  .view-more-button .more-button:hover .ak-icon {
    transform: scale(1.2);
  }

  @media screen and (max-width: 991px) {
    .view-more-button {
      width: 100px;
      height: 100px;
    }

    .view-more-button .more-button span {
      font-size: 14px;
    }
  }

  /*--------------------------------------------------------------
    13. Hero
  ----------------------------------------------------------------*/
  /* ===============================
   Hero divider line
================================ */

  .hero-divider {
    position: relative;
    width: 500px;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    margin: 32px 0 28px;
  }

  /* Stronger left portion */
  .hero-divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
  }

  /* ===============================
   Tablet (≤ 991px)
================================ */
  @media (max-width: 991px) {
    .hero-divider {
      width: 360px;
      margin: 28px 0 24px;
    }

    .hero-divider::before {
      width: 200px;
      height: 2px;
    }
  }

  /* ===============================
   Mobile (≤ 767px)
================================ */
  @media (max-width: 767px) {
    .hero-divider {
      width: 160px;
      margin: 24px 0 22px;
    }

    .hero-divider::before {
      width: 80px;
      height: 2px;
    }
  }

  /* ===============================
   Small Mobile (≤ 480px)
================================ */
  @media (max-width: 480px) {
    .hero-divider {
      width: 120px;
      margin: 20px 0 18px;
    }

    .hero-divider::before {
      width: 56px;
    }
  }




  /* Hero text color + weight */
  .ak-slider-hero-1 .hero-title .mini-title,
  .ak-slider-hero-1 .hero-title .hero-main-title,
  .ak-slider-hero-1 .hero-title .hero-main-title span,
  .ak-slider-hero-1 .hero-title .main-desp {
    color: #ffffff !important;
    font-family: "Helvena", sans-serif;
    margin-top: 1.7rem;
  }

  /* Make text bold / strong */
  .ak-slider-hero-1 .hero-title .mini-title {
    font-weight: 600;
  }

  .ak-slider-hero-1 .hero-title .hero-main-title,
  .ak-slider-hero-1 .hero-title .hero-main-title span {
    font-weight: 550;
  }

  .ak-slider-hero-1 .hero-title .main-desp {
    font-weight: 500;
  }

  .back-btn,
  .common-page-hero .common-hero-content .common-hero-info,
  .ak-about-hero-1 {
    display: inline-block;
    font-size: 16px;
    line-height: 165%;
    color: #030917;
    font-weight: 400;
    margin-top: 15px;
  }

  .back-btn a:hover,
  .common-page-hero .common-hero-content .common-hero-info a:hover,
  .ak-about-hero-1 a:hover {
    opacity: 0.8;
  }

  .social-hero {
    position: absolute;
    width: 60px;
    height: calc(100% - 80px);
    bottom: 0%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 111;
  }

  .social-hero .content {
    height: 100%;
    width: 100%;
    display: flex;
    gap: 80px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 11111;
  }

  .social-hero .style-1 {
    transform: rotate(-90deg);
    font-size: 20px;
    color: #030917;
    display: inline-block;
  }

  .social-hero .hr {
    transform: rotate(0deg);
    width: 50%;
    height: 2px;
    background-color: #030917;
    opacity: 0.2;
  }

  .ak-slider-hero-1 {
    position: relative;
    height: 90vh;
  }

  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }

  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .ak-hero-featured {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 0.3;
    transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
  }

  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .ak-hero-featured .ak-hero-bg {
    opacity: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info {
    position: absolute;
    height: calc(100% - 10px);
    max-width: 789px;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 100px;
  }

  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title,
  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title-1.style-2 {
    transform: translatey(-20px);
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
  }

  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-title .mini-title {
    transform: translatey(-20px);
    transition-delay: 0.3s;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
  }

  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-title .main-desp {
    transform: translatey(-20px);
    transition-delay: 0.7s;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
  }

  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .common-btn.style-2 {
    transform: translateX(50px);
    transition-delay: 1s;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
  }

  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-main-title {
    font-size: 50px;
    text-transform: capitalize;
    max-width: 490px;
  }

  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-main-title .hero-main-title-1 {
    font-size: 70px;
  }

  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .main-desp {
    max-width: 560px;
    font-size: 18px;
    color: #030917;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px;
  }

  .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .mini-title {
    display: inline-flex;
    padding: 1px 15px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.534);
    color: #030917;
  }

  .ak-slider-hero-1 .swiper-slide-active .ak-hero.ak-style1 {
    z-index: 1;
  }

  .ak-slider-hero-1 .swiper-slide-active .ak-hero.ak-style1 .ak-hero-featured {
    opacity: 1;
    transform: scale(1);
  }

  .ak-slider-hero-1 .swiper-slide-active .ak-hero.ak-style1 .ak-hero-featured .ak-hero-bg {
    opacity: 1;
  }

  .ak-slider-hero-1 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title,
  .ak-slider-hero-1 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title-1.style-2 {
    transform: translateY(0);
    transition-delay: 0.5s;
    opacity: 1;
    visibility: visible;
  }

  .ak-slider-hero-1 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .hero-title .mini-title {
    transform: translateY(0);
    transition-delay: 0.3s;
    opacity: 1;
    visibility: visible;
  }

  .ak-slider-hero-1 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .hero-title .main-desp {
    transform: translateY(0);
    transition-delay: 0.7s;
    opacity: 1;
    visibility: visible;
  }

  .ak-slider-hero-1 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .common-btn.style-2 {
    transform: translateX(0);
    transition-delay: 1s;
    opacity: 1;
    visibility: visible;
  }

  .ak-slider-hero-2 {
    position: relative;
    height: 100vh;
  }

  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }

  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .ak-hero-featured {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 0.3;
    transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
  }

  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .ak-hero-featured .ak-hero-bg {
    opacity: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .hero-slider-info {
    position: absolute;
    height: calc(100% - 80px);
    max-width: 1360px;
    width: 100%;
    display: flex;
    align-items: center;
    bottom: 0;
  }

  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title,
  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title-1.style-2 {
    transform: translatey(-20px);
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    transition: all 500ms ease-in-out;
    font-weight: 900;
  }

  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-title .mini-title {
    transform: translatey(-20px);
    transition-delay: 0.3s;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    transition: all 500ms ease-in-out;
  }

  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-title .main-desp {
    transform: translatey(-20px);
    transition-delay: 0.7s;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    transition: all 500ms ease-in-out;
  }

  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .common-btn.style-2 {
    transform: translateX(50px);
    transition-delay: 1s;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
  }

  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-main-title {
    font-size: 65px;
    text-transform: capitalize;
  }

  @media (min-width: 1500px) {
    .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-main-title {
      font-size: 120px;
    }

    .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-main-title .hero-main-title-1 {
      font-size: 120px !important;
    }
  }

  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-main-title .hero-main-title-1 {
    font-size: 65px;
  }

  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .main-desp {
    max-width: 560px;
    font-size: 18px;
    color: #030917;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px;
  }

  .ak-slider-hero-2 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .mini-title {
    display: inline-flex;
    padding: 1px 15px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #030917;
  }

  .ak-slider-hero-2 .swiper-slide-active .ak-hero.ak-style1 {
    z-index: 1;
  }

  .ak-slider-hero-2 .swiper-slide-active .ak-hero.ak-style1 .ak-hero-featured {
    opacity: 1;
    transform: scale(1);
  }

  .ak-slider-hero-2 .swiper-slide-active .ak-hero.ak-style1 .ak-hero-featured .ak-hero-bg {
    opacity: 1;
  }

  .ak-slider-hero-2 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title,
  .ak-slider-hero-2 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title-1.style-2 {
    transform: translateY(0);
    transition-delay: 0.5s;
    opacity: 1;
    visibility: visible;
  }

  .ak-slider-hero-2 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .hero-title .mini-title {
    transform: translateY(0);
    transition-delay: 0.3s;
    opacity: 1;
    visibility: visible;
  }

  .ak-slider-hero-2 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .hero-title .main-desp {
    transform: translateY(0);
    transition-delay: 0.7s;
    opacity: 1;
    visibility: visible;
  }

  .ak-slider-hero-2 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .common-btn.style-2 {
    transform: translateX(0);
    transition-delay: 1s;
    opacity: 1;
    visibility: visible;
  }

  .ak-slider-hero-2 .social-medial.hero-2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    z-index: 111;
  }

  @media (max-width: 991px) {
    .ak-slider-hero-2 .social-medial.hero-2 {
      display: none;
    }
  }

  .ak-slider-hero-2 .social-medial.hero-2 .content {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    pointer-events: visible;
    width: 550px;
    height: 140px;
    background-color: rgba(6, 50, 50, 0.5);
  }

  .ak-slider-hero-2 .social-medial.hero-2 .content li {
    position: relative;
  }

  .ak-slider-hero-2 .social-medial.hero-2 .content li a {
    color: #fff;
    transition: colo 0.3s ease;
  }

  .ak-slider-hero-2 .social-medial.hero-2 .content li a:hover {
    color: #9fe970;
  }

  .ak-slider-hero-3 {
    position: relative;
    height: 100vh;
  }

  .ak-slider-hero-3 .swiper-slide .ak-hero.ak-style1 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }

  .ak-slider-hero-3 .swiper-slide .ak-hero.ak-style1 .ak-hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale3d(100, 100, 0.2);
    transition: scale3d 5s ease-in-out;
  }

  .ak-slider-hero-3 .swiper-slide .ak-hero.ak-style1 .hero-slider-info {
    position: absolute;
    height: calc(100% - 80px);
    max-width: 789px;
    display: flex;
    align-items: center;
    bottom: 0;
  }

  .ak-slider-hero-3 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title,
  .ak-slider-hero-3 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title-1.style-2 {
    transform: translatey(-20px);
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
    color: #fff;
  }

  .ak-slider-hero-3 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-title .mini-title {
    transform: translatey(-20px);
    transition-delay: 0.3s;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
  }

  .ak-slider-hero-3 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-title .main-desp {
    color: #fff;
    transform: translatey(-20px);
    transition-delay: 0.7s;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
  }

  .ak-slider-hero-3 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .common-btn.style-2 {
    transform: translateX(50px);
    transition-delay: 1s;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out;
  }

  .ak-slider-hero-3 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-main-title {
    font-size: 80px;
    text-transform: capitalize;
  }

  .ak-slider-hero-3 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-main-title .hero-main-title-1 {
    font-size: 70px;
  }

  .ak-slider-hero-3 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .main-desp {
    max-width: 560px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px;
  }

  .ak-slider-hero-3 .swiper-slide .ak-hero.ak-style1 .hero-slider-info .mini-title {
    display: inline-flex;
    padding: 1px 15px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid rgba(3, 9, 23, 0.1);
    color: #fff;
  }

  .ak-slider-hero-3 .swiper-slide-active .ak-hero.ak-style1 {
    z-index: 1;
  }

  .ak-slider-hero-3 .swiper-slide-active .ak-hero.ak-style1 .ak-hero-bg {
    transform: none !important;
    transition: scale3d 5s ease-in-out;
  }

  .ak-slider-hero-3 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title,
  .ak-slider-hero-3 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title-1.style-2 {
    transform: translateY(0);
    transition-delay: 0.5s;
    opacity: 1;
    visibility: visible;
  }

  .ak-slider-hero-3 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .hero-title .mini-title {
    transform: translateY(0);
    transition-delay: 0.3s;
    opacity: 1;
    visibility: visible;
  }

  .ak-slider-hero-3 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .hero-title .main-desp {
    transform: translateY(0);
    transition-delay: 0.7s;
    opacity: 1;
    visibility: visible;
  }

  .ak-slider-hero-3 .swiper-slide-active .ak-hero.ak-style1 .hero-slider-info .common-btn.style-2 {
    transform: translateX(0);
    transition-delay: 1s;
    opacity: 1;
    visibility: visible;
  }

  .ak-about-hero-1 {
    position: relative;
    overflow: hidden;
    min-height: 580px;
    width: 100%;
  }

  .ak-about-hero-1 .about-hero-bg {
    position: absolute;
    height: calc(100% - 60px);
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .ak-about-hero-1 .about-hero-content {
    position: absolute;
    bottom: 0;
    height: calc(100% - 80px);
    width: 718px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ak-about-hero-1 .about-hero-content .ak-section-title {
    font-size: 62px;
  }

  .common-page-hero {
    position: relative;
    overflow: hidden;
    height: 440px;
  }

  .common-page-hero .common-hero-bg {
    position: absolute;
    bottom: 0;
    height: calc(100% - 80px);
    width: 100%;
  }

  .common-page-hero .common-hero-content {
    position: absolute;
    bottom: 0;
    height: calc(100% - 80px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .common-page-hero .common-hero-content .common-hero-info {
    max-width: 718px;
  }

  .common-page-hero .common-hero-content .common-hero-info .ak-section-title {
    font-size: 62px;
  }

  .common-page-hero .phone-number {
    position: absolute;
    right: -35px;
    transform: rotate(270deg);
    color: #030917;
    font-size: 20px;
  }

  @media screen and (max-width: 1099px) {
    .social-hero {
      display: none;
    }

    .common-page-hero .phone-number {
      display: none;
    }

  }

  @media screen and (max-width: 575px) {
    section[class*=ak-slider-hero-] .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-main-title {
      font-size: 40px;
    }

    section[class*=ak-slider-hero-] .swiper-slide .ak-hero.ak-style1 .hero-slider-info .hero-main-title .hero-main-title-1 {
      font-size: 45px;
    }

    section[class*=ak-slider-hero-] .swiper-slide .ak-hero.ak-style1 .hero-slider-info .main-desp {
      font-size: 16px;
    }

    .ak-about-hero-1 {
      min-height: 400px;
    }

    .ak-about-hero-1 .about-hero-content {
      padding-right: 24px;
      text-align: center;
      width: 100%;
    }

    .ak-about-hero-1 .about-hero-content .ak-section-title {
      font-size: 42px;
      line-height: 110%;
    }

    .common-page-hero .common-hero-content .common-hero-info .ak-section-title {
      font-size: 42px;
      line-height: 110%;
    }

    .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .hero-slider-info {
      left: 24px;
      right: 25px
    }

    .ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1 .ak-hero-featured {
      background-position: center 35%;
    }

  }

  @media screen and (min-width: 991px) and (min-height: 660px) {
    .ak-slider-hero-3 {
      height: calc(100vh - 200px);
    }
  }

  /*--------------------------------------------------------------
  14. Service
  ----------------------------------------------------------------*/
  /* =====================================================
   PART-2 SERVICES HEADER (CENTERED – IMAGE MATCH)
===================================================== */

  .tcg-section {
    padding-top: 0;
  }

  .tcg-container {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
  }

  /* Badge */
  .tcg-badge {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
  }

  .tcg-badge span {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #f09b53;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
    color: #000;
  }

  /* Title */
  .tcg-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #000;
  }

  .tcg-title span {
    color: #f09b53;
  }

  /* Description */
  .tcg-description {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    max-width: 700px;
    margin: 0 auto;
  }

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

  /* Tablet */
  @media (max-width: 991px) {
    .tcg-title {
      font-size: 36px;
    }

    .tcg-description {
      font-size: 15.5px;
    }
  }

  /* Mobile */
  @media (max-width: 575px) {
    .tcg-title {
      font-size: 28px;
      line-height: 1.25;
    }

    .tcg-description {
      font-size: 14.5px;
    }

    .tcg-badge span {
      width: 48px;
      height: 48px;
      font-size: 18px;
    }
  }

  .service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
  }

  .service-bg {
    position: relative;
    background-color: #063232;
    z-index: 10;
  }

  .service-bg .ak-white-bg-service {
    position: absolute;
    z-index: 11;
    width: 100%;
    background-color: var(--body-bg-color);
    height: 150px;
  }

  .service-card {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    min-width: 0;
  }

  .service-card .service-thumb {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }

  .service-card .service-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
  }

  .service-card .service-thumb .overlay-image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transform: translatex(50%) scaleX(1.5);
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.3s ease;
    transition: background-color 0.3s ease;
    transition: all 0.5s ease;
    z-index: 1;
    border-radius: 50%;
  }

  .service-card:hover .service-thumb .overlay-image {
    transform: translatex(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
  }

  .service-card .service-info {
    margin-top: 8px;
    margin-bottom: 25px;
    flex: 1 1 auto;
  }

  .service-card .service-info {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    color: #fff;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
  }

  .service-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    color: #fff;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
  }

  .service-card .service-info .service-title:hover {
    color: #fff;
  }

  .service-card .service-info .service-title::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    right: 0;
    bottom: -2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
  }

  .service-card .service-info .service-title:hover::after {
    transform: scaleX(1);
    /* Full width on hover */
    transform-origin: left;
    /* Slide out to the right */
  }

  .service-card .service-info .service-desp {
    font-size: 16px;
    line-height: 165%;
    font-weight: 400;
    color: #e7e7e7;
  }

  @media (min-width: 1199px) {
    .service-card.style-two.mb-10 {
      bottom: 50px;
    }
  }

  .service-card.style-two .service-info {
    flex: 0 1 auto;
  }

  .service-card.style-two .service-info .service-title {
    transition: opacity 0.1s;
    color: #030917;
  }

  .service-card.style-two .service-info .service-title:hover {
    opacity: 0.7;
  }

  .service-card.style-two .service-info .service-title::after {
    display: none;
  }

  .service-card.style-two .service-info .service-desp {
    color: #030917;
    margin: 0;
  }

  .case-content-info {
    display: flex;
    max-width: 1114px;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }

  .case-content-info .short-info {
    max-width: 300px;
  }

  .case-content-info .short-info .short-title {
    font-size: 20px;
  }

  .case-content-info .short-info .title {
    font-size: 20px;
    color: #030917;
  }

  @media screen and (max-width: 575px) {
    .service-card .service-info {
      margin-top: 0px;
    }
  }

  /* ================================
   FORCE WHITE BACKGROUND – SERVICES PAGE
================================ */

  /* Page background */
  body {
    background-color: #fdfbf7 !important;
  }

  /* Service section wrappers */
  .service-bg {
    background-color: #fdfbf7 !important;
  }

  /* Remove the dark top strip if present */
  .service-bg .ak-white-bg-service {
    background-color: #fdfbf7 !important;
  }

  /* Cards stay clean on white */
  .service-card.style-two {
    background-color: transparent;
  }

  /* Ensure text remains dark */
  .service-card.style-two .service-title,
  .service-card.style-two .service-desp {
    color: #030917;
  }

  /* =====================================================
   SERVICES SECTION
===================================================== */

  .services-section {
    padding: 90px 0 120px;
  }

  .services-section .container {
    max-width: 1200px;
    margin: 0 auto;
  }

  /* =====================================================
   SERVICES HEADER – FINAL (RESTORED LOOK)
===================================================== */

  .services-header {
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    align-items: center;
    gap: 32px;
    margin-bottom: 64px;
  }

  /* LEFT TITLE */
  .services-header h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    color: #000;
    max-width: 520px;
    text-align: left;
    /* keeps balance */
  }

  /* RIGHT DESCRIPTION */
  .services-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0;
    max-width: 520px;
    text-align: left;
  }

  /* CENTER DIVIDER */
  .services-divider {
    width: 2px;
    height: 100%;
    background: #f09b53;
  }

  /* =====================================================
   TABLET (KEEP DESKTOP FEEL, JUST TIGHTER)
===================================================== */

  @media (max-width: 991px) {

    .services-header {
      gap: 24px;
      margin-bottom: 56px;
    }

    .services-header h2 {
      font-size: 10px;
    }

    .services-desc {
      font-size: 15px;
      line-height: 1.65;
    }
  }

  /* =====================================================
   MOBILE (STACKED & CLEAN)
===================================================== */

  @media (max-width: 767px) {

    .services-header {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 48px;
      text-align: center;
    }

    .services-divider {
      display: none;
    }

    .services-header h2 {
      font-size: 26px;
      line-height: 1.3;
      max-width: 100%;
      text-align: center;
    }

    .services-desc {
      font-size: 14.5px;
      line-height: 1.7;
      max-width: 100%;
      text-align: center;
    }
  }


  /* =====================================================
   SERVICE CARD (EXPANDABLE)
===================================================== */

  .service-card-drop {
    position: relative;
    background: #ececec;
    border-radius: 28px;
    padding: 36px 48px;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    transition: padding 0.35s ease;
  }

  /* Layout */
  .service-card-drop .service-main {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }

  /* Number badge */
  .service-card-drop .service-index {
    color: #000;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #f09b53;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 0;
  }

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

  .service-card-drop .service-content {
    flex: 1;
  }

  .service-card-drop h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0;
    padding-top: 10px;
    color: #000;
  }

  /* Intro text — always visible */
  .service-card-drop .service-intro {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.65;
    color: #333;
  }

  /* =====================================================
   DETAILS (SMOOTH EXPAND)
===================================================== */

  .service-card-drop .service-details {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    transition:
      max-height 0.65s cubic-bezier(0.25, 0.8, 0.25, 1),
      opacity 0.4s ease,
      margin-top 0.3s ease;
  }

  .service-card-drop.active .service-details {
    max-height: 2000px;
    opacity: 1;
    margin-top: 22px;
  }

  .service-card-drop .service-details h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 22px 0 6px;
    color: #000;
  }

  .service-card-drop .service-details p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #444;
  }

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

  .service-card-drop .service-actions {
    position: absolute;
    top: 36px;
    right: 48px;
  }

  .service-card-drop .learn-btn {
    background: #f09b53;
    color: #000;
    border: none;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition:
      background 0.25s ease,
      transform 0.25s ease;
  }

  .service-card-drop .learn-btn:hover {
    background: #ea8f45;
    transform: translateY(-1px);
  }

  .service-card-drop.active .learn-btn {
    background: #e38a3e;
  }

  /* =====================================================
   RESPONSIVE – CLEAN (CENTERED + LEFT MIX)
===================================================== */

  @media (max-width: 991px) {

    .service-card-drop {
      padding: 28px 26px;
      text-align: center;
      /* base center */
    }

    .service-card-drop .service-main {
      flex-direction: column;
      align-items: center;
      gap: 16px;
    }

    /* Number centered */
    .service-card-drop .service-index {
      margin: 0 auto;
    }

    /* ---- CENTERED CONTENT ---- */
    .service-card-drop h3,
    .service-card-drop .service-intro {
      text-align: center;
    }

    /* ---- LEFT CONTENT (DETAILS) ---- */
    .service-card-drop .service-details,
    .service-card-drop .service-details h4,
    .service-card-drop .service-details p {
      text-align: left;
    }

    /* Add breathing space so left text doesn't feel stuck */
    .service-card-drop .service-details {
      padding-left: 8px;
      padding-right: 8px;
    }

    /* Button centered */
    .service-card-drop .service-actions {
      position: static;
      margin-top: 24px;
      display: flex;
      justify-content: center;
    }
  }

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

  @media (max-width: 360px) {

    .service-card-drop {
      padding: 24px 20px;
      border-radius: 20px;
    }

    .service-card-drop h3 {
      font-size: 22px;
    }

    .service-card-drop .service-intro {
      font-size: 15px;
    }

    .service-card-drop .service-details h4 {
      font-size: 16px;
    }

    .service-card-drop .service-details p {
      font-size: 14px;
    }

    .service-card-drop .learn-btn {
      padding: 10px 18px;
      font-size: 14px;
    }
  }


  /*--------------------------------------------------------------
  16. About Content (Fully Fixed & Improved)
--------------------------------------------------------------*/

  /* ===============================
   Section Background
================================ */

  .about-section {
    background-color: #fff3e8;
    padding: 80px 0;
  }

  /* Responsive padding */
  @media (max-width: 1199px) {
    .about-section {
      padding: 70px 0;
    }
  }

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

  @media (max-width: 767px) {
    .about-section {
      padding: 50px 0;
    }
  }

  @media (max-width: 480px) {
    .about-section {
      padding: 40px 0;
    }
  }

  /* ===============================
   Layout
================================ */

  .about-us-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Stack on mobile */
  @media (max-width: 991px) {
    .about-us-content {
      flex-direction: column;
      gap: 40px;
    }
  }

  /* ===============================
   Image Section (FIXED)
================================ */

  .about-us-content .image-content {
    flex: 1;
    max-width: 500px;
    width: 100%;
    position: relative;
  }

  .about-img-1 {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
  }

  /* Remove secondary image if not needed */
  .about-img-2 {
    display: none;
  }

  /* Mobile image height */
  @media (max-width: 767px) {
    .about-img-1 {
      height: 380px;
    }
  }

  /* ===============================
   Text Section
================================ */

  .about-us-content .info-content {
    flex: 1;
    max-width: 600px;
  }

  /* Badge */
  .about-section .mini-title,
  .about-section .about-label {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(177, 104, 40, 0.1);
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
  }

  /* Main Heading */
  .about-section h2 {
    font-size: 42px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 24px;
    color: #f09b53;
  }

  /* Paragraph */
  .about-section p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #f09b53;
    opacity: 0.95;
  }

  /* Responsive heading */
  @media (max-width: 991px) {
    .about-section h2 {
      font-size: 36px;
    }
  }

  @media (max-width: 767px) {
    .about-section h2 {
      font-size: 30px;
    }

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

  @media (max-width: 480px) {
    .about-section h2 {
      font-size: 26px;
    }

    .about-section p {
      font-size: 15px;
    }
  }

  /* ===============================
   Button
================================ */

  .about-section .common-btn {
    margin-top: 10px;
  }

  /*--------------------------------------------------------------
    17. Counter Funfact
  ----------------------------------------------------------------*/
  .funfact-counter .funfact-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }

  .funfact-counter .auto-counter-section {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
  }

  .funfact-counter .funfact-title-content {
    max-width: 420px;
    font-size: 36px;
    line-height: 125%;
  }

  @media (max-width: 1199px) {
    .funfact-counter .funfact-title-content {
      text-align: center;
    }
  }

  .funfact.style1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* .divider-border{
      display: ;
    } */
  }

  .funfact.style1 .type_2 {
    flex-direction: row;
  }

  .funfact.style1 .funfact-number {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #030917;
  }

  .funfact.style1 .funfact-number span {
    font-family: var(--heading-font-family);
    font-size: 62px;
    font-weight: 500;
    margin: 0;
    line-height: 125%;
  }

  .funfact.style1 .funfact-number.stroke-number span {
    -webkit-text-stroke: 1px var(--black-color);
    color: transparent;
  }

  .funfact.style1 .funfact-text .text {
    font-family: var(--heading-font-family);
    color: #030917;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 135%;
    margin: 0;
  }

  @media screen and (max-width: 991px) {
    .funfact-counter .auto-counter-section .funfact.style1 .funfact-number span {
      font-size: 36px;
    }
  }

  @media screen and (max-width: 767px) {
    .funfact-counter .funfact-title-content .funfact-title {
      font-size: 32px;
    }

    .funfact-counter .auto-counter-section .funfact.style1 .funfact-number span {
      font-size: 32px;
    }
  }

  @media screen and (max-width: 399px) {
    .funfact-counter .funfact-title-content {
      text-align: start;
    }

    .funfact-counter .auto-counter-section .funfact.style1 {
      align-items: start;
    }
  }

  /*--------------------------------------------------------------
  18. Contact Content
----------------------------------------------------------------*/
  .contact-content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
  }

  .contact-info-card {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
  }

  .contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-color: var(--primary-color);
  }

  .contact-info-card .contact-icon-wrap {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }

  .contact-info-card .contact-icon {
    width: 40px;
    height: 40px;
  }

  .contact-info-card .contact-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .contact-info-card .contact-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #030917;
  }

  .contact-info-card .contact-desp {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
    flex-grow: 1;
  }

  .contact-info-card .contact-action {
    margin-top: auto;
  }

  .contact-more-btn {
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }

  .contact-more-btn:hover {
    opacity: 0.8;
  }

  @media (max-width: 991px) {
    .contact-content-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }

  .contact-card.style-2 {
    padding: 35px;
    max-width: 100%;
    background-color: #eaf4f4;
    transition: all 0.3s ease-in-out;
  }

  .contact-card.style-2:hover {
    color: #fff;
    background-color: #063232;
  }

  .contact-card.style-2:hover::after {
    background-color: #fff;
  }

  .contact-card.style-2:hover .contact-body .contact-title {
    color: #fff;
  }

  .contact-card.style-2:hover .contact-body .more-btn {
    color: #fff;
  }

  .contact-card.style-2:hover .contact-body .more-btn .svg-icon svg path {
    stroke: #fff !important;
  }

  .contact-card.style-3 {
    padding: 35px;
    max-width: 100%;
    background-color: #eaf4f4;
    transition: all 0.3s ease-in-out;
  }

  .contact-card.style-3:hover {
    color: #030917;
    background-color: #9fe970;
  }

  .contact-card.style-3:hover::after {
    background-color: #030917;
  }

  .contact-card.style-3:hover .contact-body .contact-title {
    color: #030917;
  }

  .contact-card.style-3:hover .contact-body .more-btn {
    color: #030917;
  }

  .contact-card.style-3:hover .contact-body .more-btn .svg-icon svg path {
    stroke: #030917 !important;
  }

  .contact-card-two {
    display: inline-flex;
    flex-direction: column;
    height: 208px;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e7e7;
  }

  .contact-card-two .contact-card-info {
    max-width: 307px;
  }

  .contact-card-two .contact-card-info .contact-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 135%;
  }

  .ak-contact-hr {
    display: inline-block;
    height: 310px;
    width: 1px;
    background-color: rgba(3, 9, 23, 0.1);
  }

  .ak-contact-hr.ak-h-100 {
    height: 100px;
  }

  /* ================================
   Responsive
================================ */
  @media screen and (max-width: 991px) {
    .ak-contact-hr {
      display: none;
    }

    .contact-content {
      flex-wrap: wrap;
      gap: 50px;
    }
  }

  @media screen and (max-width: 767px) {
    .contact-card {
      max-width: 100%;
    }

    .contact-card .contact-body .contact-desp {
      margin-bottom: 25px;
    }
  }


  /*--------------------------------------------------------------
  19. Testmonial
  ----------------------------------------------------------------*/
  .testmonial-top-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
  }

  @media (max-width: 1399px) {
    .testmonial-top-content {
      flex-wrap: wrap;
    }
  }

  .testmonial-top-content .testmonial-top-desp {
    max-width: 582px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
  }

  .testmonial-content .testmonial-slider {
    display: flex;
    gap: 50px;
    justify-content: space-between;
  }

  @media (min-width: 1400px) {
    .testmonial-content .testmonial-slider {
      align-items: center;
    }
  }

  .testmonial-content .testmonial-slider .testmonial-img {
    max-width: 450px;
    width: 100%;
    min-height: 400px;
    overflow-x: hidden;
  }

  .testmonial-content .testmonial-slider .testmonial-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
  }

  .testmonial-content .testmonial-slider .testmonial-info {
    flex: 1 1 auto;
    position: relative;
    max-width: 758px;
  }

  .testmonial-content .testmonial-slider .testmonial-info .testmonial-shot-title {
    font-size: 16px;
    position: relative;
    display: inline-block;
  }

  .testmonial-content .testmonial-slider .testmonial-info .testmonial-shot-title::after {
    content: "";
    position: absolute;
    display: inline;
    width: 150%;
    height: 1px;
    left: 0;
    bottom: -10px;
    opacity: 1;
    background-color: rgba(72, 91, 96, 0.1);
    transition: all 0.5s;
  }

  .testmonial-content .testmonial-slider .testmonial-info .person-info {
    max-width: 526px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .testmonial-content .testmonial-slider .testmonial-info .person-info .name {
    font-size: 20px;
    color: #030917;
    line-height: 135%;
  }

  .testmonial-content .testmonial-slider .testmonial-info .person-info .form {
    font-size: 16px;
    line-height: 165%;
  }

  .testmonial-content .swiper-slide:not(.swiper-slide-active) {
    transition: all 0s ease-in-out;
    opacity: 0 !important;
  }

  .testmonial-content .swiper-slide {
    overflow: hidden;
  }

  .testmonial-content .swiper-slide .testmonial-slider .testmonial-info {
    opacity: 0;
    transition: all 0.5s;
  }

  .testmonial-content .swiper-slide .testmonial-slider .testmonial-info .testmonial-shot-title {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.5s;
  }

  .testmonial-content .swiper-slide .testmonial-slider .testmonial-info .testmonial-title {
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.5s;
  }

  .testmonial-content .swiper-slide.swiper-slide-active .testmonial-slider .testmonial-info {
    transform: translateY(0px);
    opacity: 1;
  }

  .testmonial-content .swiper-slide.swiper-slide-active .testmonial-slider .testmonial-info .testmonial-shot-title {
    transform: translateY(0px);
    opacity: 1;
  }

  .testmonial-content .swiper-slide.swiper-slide-active .testmonial-slider .testmonial-info .testmonial-title {
    transform: translateY(0px);
    opacity: 1;
  }

  .testmonial-controller {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    align-items: center;
  }

  @media (min-width: 1400px) {
    .testmonial-controller {
      position: absolute;
      left: 41.5%;
      bottom: 0;
      z-index: 11;
    }
  }

  .testmonial-controller .testmonial-swiper-controller {
    display: flex;
    gap: 15px;
  }

  .testimonial-section-home-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-section-home-two .tc-home-two {
    margin-top: 80px;
  }

  .testimonial-section-home-two .testimonial-info-section {
    width: 100%;
    padding: 0 50px;
    text-align: center;
  }

  .testimonial-section-home-two .testimonial-info-section .testimonial-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .testimonial-section-home-two .testimonial-info-section .testimonial-info-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.7, -0.56, 0.27, 1.6);
  }

  .testimonial-section-home-two .testimonial-info-section .testimonial-info-title {
    font-size: 22px;
    opacity: 1;
  }

  .testimonial-section-home-two .testimonial-info-section .short-title-one {
    margin-top: 30px;
    opacity: 1;
    position: relative;
  }

  .testimonial-section-home-two .testimonial-info-section .short-title-one::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -10px;
    opacity: 0.1;
    background-color: #030917;
  }

  .testimonial-section-home-two .testimonial-info-section .testimonial-info-subtitle {
    font-size: 36px;
    line-height: normal;
    color: #030917;
    font-weight: 500;
    margin: 50px 0px;
  }

  @media screen and (max-width: 991px) {
    .testmonial-content .testmonial-slider .testmonial-info .testmonial-title {
      font-size: 24px;
    }

    .testimonial-section-home-two .testimonial-info-section {
      width: 100%;
      padding: 0;
    }

    .testimonial-section-home-two .testimonial-info-section .testimonial-info-subtitle {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 767px) {
    .testmonial-content .testmonial-slider {
      flex-direction: column;
    }

    .testmonial-content .testmonial-slider .testmonial-img {
      max-width: 100%;
      min-height: 100%;
    }

    .testimonial-section-home-two .tc-home-two {
      display: none;
    }
  }

  /*--------------------------------------------------------------
  20. Team
  ----------------------------------------------------------------*/
  .socile-icon {
    display: flex;
    gap: 15px;
    transition: all 0.4s;
  }

  .socile-icon a:hover svg path {
    opacity: 0.5;
  }

  .team-card {
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
  }

  .team-card .team-thamnel {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.3s;
  }

  .team-card .team-thamnel img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .team-card .team-thamnel .team-card-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    opacity: 0;
    flex-shrink: 0;
    border-radius: 100px 100px 0px 100px;
    background: var(--brand, #f09b53);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #030917;
    font-weight: 500;
    transition: all 0.4s;
    overflow: hidden;
    gap: 5px;
  }

  .team-card .team-thamnel .team-card-btn .btn-text {
    transition: all 0.2s;
    opacity: 0;
    margin-top: 20px;
  }

  .team-card .team-thamnel .team-card-btn .icon-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.2s;
    opacity: 0;
  }

  .team-card .team-thamnel .team-card-btn.color-2 {
    background: #9fe970;
  }

  .team-card .team-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 15px;
    height: 100%;
  }

  .team-card .team-body .team-info {
    flex-grow: 1;
    position: relative;
  }

  .team-card .team-body .team-info .title {
    font-size: 24px;
    line-height: 135%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
  }

  .team-card .team-body .team-info .title::after {
    content: "";
    position: absolute;
    display: inline;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: -2px;
    opacity: 1;
    transition: all 0.3s;
    background-color: var(--black-color);
  }

  .team-card .team-body .team-info .title:hover::after {
    width: 100%;
  }

  .team-card .team-body .team-info .short-title {
    color: #030917;
    font-size: 16px;
    line-height: 165%;
    margin: 0;
  }

  .team-card .team-body .boder-hr {
    width: 1px;
    height: 50px;
    background-color: #030917;
    opacity: 0.1;
  }

  .team-card:hover .team-thamnel {
    transform-origin: bottom;
    transform: translateY(-12px) translateX(-10px);
  }

  .team-card:hover .team-thamnel .team-card-btn {
    width: 115px;
    height: 115px;
    opacity: 1;
    transition: all 0.3s;
  }

  .team-card:hover .team-thamnel .team-card-btn .btn-text {
    opacity: 1;
    transition-delay: 0.2s;
  }

  .team-card:hover .team-thamnel .team-card-btn .icon-arrow {
    opacity: 1;
    transition-delay: 0.23s;
  }

  .team-card:hover .team-thamnel img {
    filter: blur(1px);
  }

  .team-card.style-two {
    overflow: hidden;
  }

  .team-card.style-two .team-thamnel .img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(3, 9, 23, 0) 0%, #030917 63.57%);
    transition: all 0.3s;
  }

  .team-card.style-two .team-thamnel .team-card-btn {
    opacity: 1;
    width: 115px;
    height: 115px;
    background-color: rgba(249, 214, 124, 0.2);
  }

  .team-card.style-two .team-thamnel .btn-text {
    opacity: 1;
    color: #fff;
  }

  .team-card.style-two .team-thamnel .icon-arrow {
    opacity: 1;
  }

  .team-card.style-two .team-body {
    padding: 20px 0px 20px 20px;
  }

  .team-card.style-two:hover .team-thamnel {
    transform: translateY(0px) translateX(0px) scale(1.02);
  }

  .team-card.style-two:hover .team-thamnel img {
    filter: blur(0px);
  }

  .team-card.style-two:hover .team-thamnel .team-card-btn {
    background-color: #f09b53;
  }

  .team-card.style-two:hover .team-thamnel .img-overlay {
    top: 90%;
    left: 90%;
    border-radius: 100px 100px 0px 100px;
  }

  .team-card.style-two:hover .btn-text {
    color: #030917;
  }

  .atd .atd-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }

  .atd .atd-content .atd-image-section {
    max-width: 471px;
    position: relative;
    flex: 1;
  }

  .atd .atd-content .atd-image-section .atd-email-vertical {
    position: absolute;
    bottom: 0;
    right: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .atd .atd-content .atd-section {
    max-width: 757px;
    flex: 1;
  }

  .atd .atd-content .atd-section .atd-title {
    font-size: 36px;
    line-height: 125%;
  }

  .atd .atd-content .atd-section .atd-subtitle {
    font-size: 24px;
    line-height: 135%;
  }

  .atd .atd-content .atd-section .atd-shot-title {
    font-size: 16px;
    font-weight: 400;
  }

  .atd .atd-content .atd-section .atd-desp {
    margin-top: 30px;
    color: #030917;
  }

  .atd-skills {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
  }

  .atd-skills .atd-skill {
    max-width: 398px;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .atd-skills .atd-skill .atd-circle {
    flex-shrink: 0;
    flex-wrap: 1;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(157deg);
  }

  .atd-skills .atd-skill .atd-circle.mini-atd-circle {
    width: 80px;
    height: 80px;
  }

  .atd-skills .atd-skill .atd-circle .atd-circle-mini {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    transform: rotate(-157deg);
  }

  .atd-skills .atd-skill .atd-circle .atd-circle-mini .percentage {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background-color: rgba(224, 224, 224, 0.6039215686);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #030917;
  }

  .atd-skills .atd-skill .atd-circle.color-2 .atd-circle-mini {
    background-color: #063232;
  }

  .atd-skills .atd-skill .atd-circle.color-2 .atd-circle-mini .percentage {
    background-color: #063232;
    color: #fff;
  }

  .atd-skills .atd-skill .atd-circle.color-3 .atd-circle-mini {
    background-color: #fdfbf7;
  }

  .atd-skills .atd-skill .atd-circle.color-3 .atd-circle-mini .percentage {
    background-color: #fdfbf7;
    color: #030917;
  }

  .atd-skills .atd-skill .atd-skill-text .title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .atd-skills .atd-skill .atd-skill-text .desp {
    font-size: 16px;
  }

  @media screen and (max-width: 991px) {
    .atd .atd-content {
      flex-direction: column;
      align-items: self-start;
    }
  }

  /*--------------------------------------------------------------
  21. Strategic
  ----------------------------------------------------------------*/
  .strategic {
    background-color: #f7f3ec;
    padding: 75px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    background-repeat: no-repeat;
    margin-top: 80px;
  }

  .strategic.single-card {
    padding: 0px;
    background-color: transparent;
  }

  .strategic.single-card:last-child {
    margin-bottom: 0px;
  }

  .strategic.single-card .strategic-img {
    position: relative;
    overflow: hidden;
  }

  .strategic.single-card .strategic-img img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 111;
    padding-right: 50px;
    padding-bottom: 50px;
  }

  .strategic.single-card .strategic-img::after {
    position: absolute;
    z-index: 11;
    content: "";
    left: 50px;
    top: 50px;
    width: 100%;
    height: 100%;
    background: #f7f3ec;
  }

  .strategic.single-card.style-2 {
    flex-direction: row;
    background-color: transparent;
  }

  .strategic.single-card .atd-skills {
    flex-wrap: nowrap;
  }

  .strategic.spacer128 {
    margin-bottom: 128px !important;
  }

  .strategic:first-child {
    margin-top: 0px;
  }

  .strategic:last-child {
    margin-bottom: 80px;
  }

  .strategic .strategic-info {
    max-width: 600px;
    width: 100%;
  }

  .strategic .strategic-info .personalized-long-term {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }

  .strategic .strategic-info .personalized-long-term .personalized .icon,
  .strategic .strategic-info .personalized-long-term .long-term .icon {
    margin-bottom: 16px;
    max-width: 40px;
    max-height: 40px;
  }

  .strategic .strategic-info .personalized-long-term .personalized .title,
  .strategic .strategic-info .personalized-long-term .long-term .title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .strategic .strategic-info .personalized-long-term .personalized .desp,
  .strategic .strategic-info .personalized-long-term .long-term .desp {
    margin-bottom: 0;
  }

  .strategic .strategic-info .personalized-long-term .personalized-divder {
    display: block;
    width: 1px;
    height: 81px;
    align-self: flex-end;
    background-color: #030917;
    opacity: 0.2;
  }

  .strategic .strategic-img {
    max-width: 550px;
    flex-grow: 2;
  }

  .strategic .strategic-img img {
    width: inherit;
    height: 100%;
  }

  .strategic.style-2 {
    background-color: transparent;
    flex-direction: row-reverse;
  }

  .strategic.style-2 .strategic-info .personalized-long-term .personalized,
  .strategic.style-2 .strategic-info .personalized-long-term .long-term {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #fff;
  }

  .strategic.style-2 .strategic-info .personalized-long-term .personalized p,
  .strategic.style-2 .strategic-info .personalized-long-term .long-term p {
    font-size: 20px;
  }

  .strategic.style-2 .strategic-info .personalized-long-term .personalized .cricle,
  .strategic.style-2 .strategic-info .personalized-long-term .long-term .cricle {
    width: 80px;
    height: 80px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid;
    border-color: #f09b53 #fff #f09b53 #f09b53;
    border-style: solid;
  }

  .strategic.type-2 {
    flex-direction: row;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }

  @media (min-width: 1499px) {
    .strategic.type-2 {
      gap: 0;
      width: calc(100vw - 300px);
    }
  }

  .strategic.type-2.row-reverse {
    flex-direction: row-reverse;
  }

  .strategic.type-2.color-1 {
    background-color: #eaf4f4 !important;
  }

  .strategic.type-2 .strategic-img {
    max-width: 962px;
    width: 100%;
    height: 700px;
    flex-grow: 2;
  }

  .strategic.type-2 .strategic-img img {
    width: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .strategic-anim.bg-color {
    background-color: #eaf4f4 !important;
  }

  .ak-skill-box {
    margin-bottom: 20px;
  }

  .ak-skill-box.type-2 .ak-skill-bar .ak-skill-fill {
    background-color: var(--black-color);
  }

  .ak-skill-box .ak-skill-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }

  .ak-skill-box .ak-skill-text .ak-skill-title {
    font-size: 16px;
    color: var(--heading-color);
  }

  .ak-skill-box .ak-skill-text .ak-skill-per {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 400;
  }

  .ak-skill-box .ak-skill-bar {
    background-color: var(--border-color);
    height: 8px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }

  .ak-skill-box .ak-skill-bar .ak-skill-fill {
    background-color: var(--primary-color);
    height: 100%;
    width: 0;
    border-radius: 4px;
  }

  @media screen and (max-width: 1400px) {
    .strategic.type-2 {
      max-width: 100%;
      width: 100%;
    }

    .strategic.type-2 .strategic-img {
      max-width: 100%;
      height: 600px;
    }
  }

  @media screen and (max-width: 1200px) {
    .strategic {
      flex-direction: column-reverse;
      padding: 50px 15px;
    }

    .strategic .strategic-info .personalized-long-term {
      align-items: flex-start;
    }

    .strategic.style-2 {
      flex-direction: column-reverse;
      padding: 50px 15px;
    }

    .strategic.style-2 .strategic-info .personalized-long-term {
      align-items: flex-start;
    }

    .strategic.single-card {
      flex-direction: row;
    }

    .strategic.single-card .strategic-info {
      max-width: 100%;
    }

    .strategic.single-card .strategic-img {
      display: none;
    }

    .strategic-slider .strategic-swiper-controller {
      position: relative;
    }
  }

  @media screen and (max-width: 991px) {
    .strategic {
      align-items: flex-start;
    }

    .strategic.type-2 {
      flex-direction: column-reverse;
      max-width: 100%;
      width: 100%;
      align-items: flex-start;
      padding: 80px 0;
    }

    .strategic.type-2 .strategic-img {
      max-width: 100%;
      height: 400px;
    }

    .strategic.type-2.row-reverse {
      flex-direction: column-reverse;
    }

    .strategic .strategic-img {
      max-width: 100%;
      width: 100%;
      height: 400px;
    }

    .strategic .strategic-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
  }

  @media screen and (max-width: 767px) {
    .strategic .strategic-info .personalized-long-term {
      flex-direction: column;
    }

    .strategic .strategic-info .personalized-long-term .personalized-divder {
      display: none;
    }

    .strategic.single-card .atd-skills {
      flex-wrap: wrap !important;
      gap: 30px;
    }

    .strategic.type-2 .strategic-info .atd-skills {
      flex-wrap: wrap !important;
    }
  }

  /* =====================================
   BLOG – CLEAN NEWSPAPER LAYOUT
===================================== */

  /* Remove Bootstrap container restriction */
  section.container {
    max-width: 100% !important;
    width: 100%;
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  /* Add balanced bottom space before footer */
  .blog-section {
    padding-bottom: 80px;
  }

  /* Remove theme spacer divs inside blog */
  .blog-section .ak-height-20,
  .blog-section .ak-height-30,
  .blog-section .ak-height-40,
  .blog-section .ak-height-50,
  .blog-section .ak-height-60,
  .blog-section .ak-height-lg-30,
  .blog-section .ak-height-lg-50 {
    display: none;
  }

  /* Content container */
  .blog-content-page {
    max-width: 1250px;
    margin: 0 auto;
    line-height: 1.8;
  }

  /* ===============================
   Headings
================================ */

  .blog-content-page h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 45px 0 14px 0;
    /* tighter heading spacing */
    color: #030917;
    text-align: left;
    line-height: 1.3;
  }

  /* ===============================
   Paragraphs
================================ */

  .blog-content-page p {
    font-size: 17px;
    color: #333;
    margin-bottom: 5px;
    /* 🔥 reduced paragraph spacing */
    text-align: justify;
    /* justified newspaper feel */
  }

  /* Remove extra gap if paragraphs follow each other */
  .blog-content-page p+p {
    margin-top: 0;
  }

  /* ===============================
   FLOAT IMAGE – Desktop
================================ */

  .blog-content-page .blog-card.style-2 {
    display: block;
    margin: 0;
    cursor: default;
  }

  /* Image floats right */
  .blog-content-page .blog-card.style-2 .blog-img {
    float: right;
    width: 360px;
    height: 360px;
    margin: 8px 0 18px 40px;
    border-radius: 18px;
    overflow: hidden;
  }

  .blog-content-page .blog-card.style-2 .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
  }

  /* Remove hover zoom */
  .blog-content-page .blog-card.style-2:hover>.blog-img img {
    transform: none;
  }

  /* Hide card meta block */
  .blog-content-page .blog-details-info {
    display: none;
  }

  /* Clear float */
  .blog-content-page::after {
    content: "";
    display: block;
    clear: both;
  }

  /* ===============================
   Bullet List
================================ */

  .blog-content-page ul {
    padding-left: 22px;
    margin-bottom: 14px;
  }

  .blog-content-page ul li {
    margin-bottom: 6px;
    font-size: 16px;
  }

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

  @media (max-width: 992px) {

    section.container {
      padding-left: 40px !important;
      padding-right: 40px !important;
    }

    .blog-content-page {
      max-width: 100%;
    }

    .blog-content-page .blog-card.style-2 .blog-img {
      width: 280px;
      height: 280px;
      margin-left: 30px;
    }

    .blog-content-page h3 {
      font-size: 26px;
      margin-top: 35px;
    }

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

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

  @media (max-width: 768px) {

    section.container {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }

    .blog-section {
      padding-bottom: 60px;
    }

    /* Remove float on mobile */
    .blog-content-page .blog-card.style-2 .blog-img {
      float: none;
      width: 100%;
      height: auto;
      margin: 0 0 18px 0;
    }

    .blog-content-page .blog-card.style-2 .blog-img img {
      height: auto;
    }

    .blog-content-page h3 {
      font-size: 22px;
      margin-top: 30px;
    }

    .blog-content-page p {
      font-size: 15.5px;
      text-align: left;
      /* better readability on mobile */
      line-height: 1.7;
      margin-bottom: 10px;
    }

    .blog-content-page ul li {
      font-size: 15px;
    }
  }

  /* =====================================
   SMALL PHONE
===================================== */

  @media (max-width: 480px) {

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

    .blog-content-page p {
      font-size: 14.5px;
    }
  }



  /* ============================= */
  /*         BLOG GRID STYLE       */
  /* ============================= */

  .blog-grid-section {
    padding: 80px 20px;
  }

  .blog-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .blog-grid-card {
    display: block;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: #111;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
  }

  .blog-grid-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
  }

  .blog-grid-content {
    padding: 30px;
    text-align: center;
  }

  .blog-grid-author {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }

  .blog-grid-content h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
  }

  /* Hover Effect */
  .blog-grid-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  }

  .blog-grid-card:hover h3 {
    color: #000;
  }

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

  @media (max-width: 992px) {
    .blog-grid-container {
      grid-template-columns: 1fr;
    }
  }




  /*--------------------------------------------------------------
  24. Finance Accordion Header (NEW PART)
----------------------------------------------------------------*/

  /* Step circle */
  .service-step {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #f09b53;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
    color: #000;
  }

  /* Title */
  .col-xl-6 h2 {
    font-size: 36px;
    font-weight: 700;
    color: #030917;
    line-height: 1.2;
  }

  /* Description text */
  .col-xl-6 p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    max-width: 520px;
  }


  /*--------------------------------------------------------------
  25. RESPONSIVE – Tablets
----------------------------------------------------------------*/
  @media (max-width: 1199px) {
    .service-step {
      width: 42px;
      height: 42px;
      font-size: 15px;
    }

    .col-xl-6 h2 {
      font-size: 32px;
    }

    .col-xl-6 p {
      max-width: 100%;
    }
  }


  /*--------------------------------------------------------------
  26. RESPONSIVE – Mobile
----------------------------------------------------------------*/
  @media (max-width: 767px) {
    .service-step {
      width: 40px;
      height: 40px;
      font-size: 14px;
    }

    .col-xl-6 h2 {
      font-size: 26px;
    }

    .col-xl-6 p {
      font-size: 15px;
      line-height: 1.5;
    }

    .ak-accordion {
      gap: 18px;
    }
  }


  /*--------------------------------------------------------------
    24. Cta
  ----------------------------------------------------------------*/
  .cta-container {
    background-color: #f7f3ec;
    position: relative;
  }

  .cta-container .footer-bg-img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
  }

  .cta-container .cta-info {
    margin: 0 auto;
    max-width: 766px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cta-container .cta-info .cta-title {
    font-size: 50px;
  }

  .cta-container .cta-info .cta-desp {
    max-width: 595px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .img-previews-slider .swiper-slide img {
    transform: scale(1.3);
    transition: transform 1.5s ease-in-out;
  }

  .img-previews-slider .swiper-slide.swiper-slide-active img {
    transform: scale(1);
    transition: transform 1.5s ease-in-out;
  }

  @media screen and (max-width: 767px) {
    .cta-container .cta-info .cta-title {
      font-size: 32px;
    }

    .cta-container .cta-info .cta-desp {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }

  @media screen and (max-width: 575px) {
    .cta-container .cta-info .cta-title {
      font-size: 22px;
    }
  }



  /*--------------------------------------------------------------
  26. Contact Form
  ----------------------------------------------------------------*/
  .comments-box-content {
    background-color: #fff;
    padding: 57px 70px;
  }

  .contact-form-centered {
    display: flex;
    justify-content: center;
    padding: 60px 0;
  }

  .contact-card-wrapper {
    width: 100%;
    max-width: 600px;
    text-align: center;
  }

  /* Header with lines */
  .contact-header-with-lines {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
  }

  .contact-header-with-lines .line {
    flex: 1;
    height: 1px;
    background-color: #ddd;
  }

  .contact-header-with-lines .contact-title {
    font-size: 32px;
    font-weight: 500;
    white-space: nowrap;
    margin: 0;
  }

  /* WhatsApp Button */
  .whatsapp-connect-wrap {
    margin-bottom: 25px;
  }

  .whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease;
  }

  .whatsapp-btn:hover {
    background-color: var(--primary-color);
    color: #fff !important;
  }

  .whatsapp-btn i {
    font-size: 18px;
  }

  /* OR Divider */
  .form-divider {
    position: relative;
    margin-bottom: 25px;
    color: #777;
    font-size: 14px;
  }

  /* Card and Form */
  .contact-form-card {
    background: transparent;
    padding: 0;
  }

  .form-group-custom {
    position: relative;
    margin-bottom: 30px;
  }

  .form-input-custom {
    width: 100%;
    padding: 15px 30px;
    border: 1px solid var(--primary-color);
    background: transparent;
    outline: none;
    color: #333;
    font-size: 16px;
    border-radius: 50px;
    transition: all 0.3s ease;
  }

  .form-input-custom:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 1px var(--primary-color);
  }

  /* Label on border */
  .form-label-custom {
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-50%);
    background: #fdfbf7; /* Matches body-bg-color */
    padding: 0 10px;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
    pointer-events: none;
    transition: all 0.3s ease;
  }

  /* Textarea adjustment */
  textarea.form-input-custom {
    resize: none;
    border-radius: 25px;
  }

  /* Submit Button */
  .submit-btn-custom {
    width: 100%;
    padding: 18px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
  }

  .submit-btn-custom:hover {
    background-color: #d6813e;
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .contact-header-with-lines .contact-title {
      font-size: 26px;
    }
  }

  .comments-content .comments-title {
    margin-bottom: 25px;
  }

  .comments-content .comments-info {
    display: flex;
    gap: 15px;
  }

  .comments-content .comments-info .comment-person-img {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
  }

  .comments-content .comments-info .person-info .person-desp {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .comments-content .comments-info .person-info .comment-reply-btn {
    background-color: transparent;
    border: none;
    color: #030917;
    font-weight: 500;
  }

  .comments-content .comments-info .person-info .comment-reply-btn:hover {
    color: #f09b53;
  }

  .contact-section-home-three {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }

  .contact-section-home-three .contact-info-section {
    max-width: 391px;
    width: 100%;
  }

  .contact-section-home-three .contact-info-section .contact-social-info {
    display: flex;
    flex-direction: column;
    gap: 33px;
  }

  .contact-section-home-three .contact-info-section .contact-social-info .social-info-item {
    display: flex;
    gap: 20px;
  }

  .contact-section-home-three .contact-info-section .contact-social-info .social-info-item .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-section-home-three .contact-info-section .contact-social-info .social-info-item .icon path {
    fill: #030917;
  }

  .contact-section-home-three .contact-info-section .contact-social-info .social-info-item .text {
    color: #030917;
    font-size: 16px;
  }

  .contact-section-home-three .contact-info-section .contact-social-info .social-info-item .text .short-title {
    font-size: 20px;
  }

  .contact-section-home-three .contact-info-section .contact-social-info .social-info-item .text .title {
    font-size: 28px;
    font-weight: 500;
  }

  .contact-section-home-three .contact-info-section .contact-social-info .social-info-item:hover>.icon {
    background-color: #9fe970;
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }

  .contact-section-home-three .contact-info-section .contact-social-info .social-info-item:hover>.icon svg path {
    fill: #030917;
  }

  .contact-section-home-three .contact-form {
    max-width: 645px;
    width: 100%;
  }

  @media screen and (max-width: 1199px) {
    .contact-form-content {
      gap: 50px;
    }
  }

  @media screen and (max-width: 991px) {
    .comments-box-content {
      padding: 30px 20px;
    }

    .contact-form-content {
      flex-direction: column;
      gap: 30px;
      margin-bottom: 80px;
    }

    .contact-form-content .contact-form-img {
      max-width: 100%;
      flex-basis: 450px;
      overflow: hidden;
    }

    .contact-form-content .contact-form {
      max-width: 100%;
      margin-bottom: 20px;
    }

    .contact-section-home-three {
      flex-direction: column;
    }

    .contact-section-home-three .contact-info-section .contact-social-info .social-info-item .text .short-title {
      font-size: 16px;
    }

    .contact-section-home-three .contact-info-section .contact-social-info .social-info-item .text .title {
      font-size: 18px;
      font-weight: 500;
    }
  }

  @media screen and (max-width: 576px) {
    .contact-form .form-inputs {
      flex-direction: column;
    }
  }



  /*# sourceMappingURL=style.css.map */

  /*--------------------------------------------------------------
  30. Why Choose Us Section
----------------------------------------------------------------*/
  .why-choose-section {
    padding: 120px 0;
    background: #fffaf4;
  }

  /* ================================
   Layout
================================ */
  .why-choose-layout {
    display: flex;
    flex-direction: row-reverse;
    /* image RIGHT on desktop */
    align-items: flex-start;
    gap: 80px;
  }

  /* ================================
   Image
================================ */
  .why-choose-image {
    position: relative;
    flex: 0 0 560px;
    height: 620px;
    margin-left: -32px;
    border-radius: 24px;
    overflow: hidden;
  }

  .why-choose-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
  }

  /* Image Badge */
  .image-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 72px;
    height: 72px;
    background: #f4a261;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
  }

  /* ================================
   Content
================================ */
  .why-choose-content {
    flex: 1;
    margin-top: 10px;
  }

  /* Label */
  .why-choose-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
  }

  .label-dot {
    width: 32px;
    height: 32px;
    background: #f4a261;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
  }

  .label-text {
    font-size: 15px;
    letter-spacing: 1px;
    color: #f4a261;
  }

  /* Heading */
  .why-choose-heading {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 40px;
    color: #f09b53;
  }

  .why-choose-section .why-card h4 {
    color: #f09b53;
  }

  /* ================================
   Cards
================================ */
  .why-choose-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .why-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    position: relative;
    border: 1px solid #f0f0f0;
    transition: all 0.35s ease;
    overflow: hidden;
  }

  .why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    border-color: #f4a261;
  }

  .why-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #f4a261;
    transition: width 0.35s ease;
  }

  .why-card:hover::after {
    width: 100%;
  }

  .card-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f4a261;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }

  .why-card h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .why-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
  }

  /* ================================
   Responsive
================================ */

  /* ≤ 1400px */
  @media (max-width: 1400px) {
    .why-choose-image {
      flex-basis: 520px;
      height: 700px;
    }
  }

  /* ================================
   ≤ 1200px (Same as 991px layout)
================================ */
  @media (max-width: 1200px) {
    .why-choose-layout {
      flex-direction: column;
      gap: 48px;
    }

    .why-choose-image {
      width: 100%;
      height: 420px;
      margin-left: 0;
      flex-basis: auto;
    }

    /* keep 2 cards per row */
    .why-choose-cards {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* ================================
   Mobile (≤ 768px) – FIXED
================================ */
  @media (max-width: 768px) {
    .why-choose-section {
      padding: 72px 0;
      /* reduce heavy desktop padding */
    }

    .why-choose-layout {
      flex-direction: column;
      gap: 36px;
    }

    .why-choose-image {
      width: 100%;
      height: 300px;
      margin-left: 0;
      border-radius: 18px;
    }

    .why-choose-image img {
      border-radius: 18px;
    }

    .why-choose-content {
      margin-top: 0;
    }

    .why-choose-heading {
      font-size: 28px;
      line-height: 1.35;
      margin-bottom: 28px;
    }

    .why-choose-cards {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .why-card {
      padding: 22px;
    }

    .why-card h4 {
      font-size: 16px;
    }

    .why-card p {
      font-size: 14px;
    }
  }

  /* ================================
   Small Mobile (≤ 480px)
================================ */
  @media (max-width: 480px) {
    .why-choose-section {
      padding: 56px 0;
    }

    .why-choose-image {
      height: 260px;
    }

    .why-choose-heading {
      font-size: 24px;
    }

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


  /* ================================
   GLOBAL SCROLLBAR FIX (SAFE)
================================ */

  html,
  body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    /* removes side scrollbar */
  }

  /* Hide scrollbar but KEEP scroll */
  body {
    -ms-overflow-style: none;
    /* IE / Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    /* Chrome / Safari */
  }

  /* ================================
   Section Gradient Divider
================================ */
  .section-divider {
    width: 100%;
    height: 50px;
    margin: 90px 0;
    pointer-events: none;

    background:
      linear-gradient(to bottom,
        transparent 0%,
        rgba(240, 155, 83, 0.06) 35%,
        rgba(240, 155, 83, 0.10) 50%,
        rgba(240, 155, 83, 0.06) 65%,
        transparent 100%);
  }

  /*--------------------------------------------------------------
  Feature Cards Section – OPTICALLY CENTERED (SMOOTH + TEXT CENTER)
----------------------------------------------------------------*/
  .feature-section {
    padding: 120px 0;
    background: #ffffff;
  }

  /* ================================
   FIX CONTAINER OPTICAL CENTER
================================ */
  .feature-section .container {
    max-width: 1320px;
    padding-left: 64px;
    padding-right: 64px;
  }

  /* ================================
   REMOVE BOOTSTRAP GUTTER EFFECT
================================ */
  .feature-section .row {
    margin-left: 0;
    margin-right: 0;
  }

  .feature-section .col-lg-5,
  .feature-section .col-lg-7 {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* ================================
   Image
================================ */
  .feature-image-wrap {
    position: relative;
    height: 100%;
    min-height: 500px;
    border-radius: 24px;
    overflow: hidden;
  }

  .feature-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* ================================
   Vertically center cards to image
================================ */
  .feature-section .col-lg-7 {
    display: flex;
    align-items: center;
  }

  /* ================================
   Cards Layout
================================ */
  .feature-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
  }

  /* ================================
   Card (VERTICAL TEXT CENTERED)
================================ */
  .feature-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    border: 1px solid #e5e5e5;

    display: flex;
    /* KEY */
    flex-direction: column;
    justify-content: center;
    /* centers text vertically */

    transition:
      border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
      box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* Desktop hover only */
  @media (hover: hover) and (pointer: fine) {
    .feature-card:hover {
      border-color: #111111;
      box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
      transform: translateY(-3px);
    }
  }

  /* ================================
   REMOVE NUMBER
================================ */
  .feature-card-number {
    display: none;
  }

  /* ================================
   Typography
================================ */
  .feature-card h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.25;
    color: #111111;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
    text-align: left;
  }

  .feature-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #8b8b8b;
    margin: 0;
    text-align: left;
  }

  /* ================================
   Responsive
================================ */
  @media (max-width: 991px) {
    .feature-image-wrap {
      min-height: 420px;
    }
  }

  @media (max-width: 768px) {
    .feature-section {
      padding: 72px 0;
    }

    .feature-section .container {
      padding-left: 20px;
      padding-right: 20px;
    }

    .feature-cards {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .feature-card {
      padding: 24px;
      transform: none !important;
      box-shadow: none !important;
    }

    .feature-card h4 {
      font-size: 22px;
    }

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

  @media (max-width: 480px) {
    .feature-section {
      padding: 56px 0;
    }

    .feature-image-wrap {
      min-height: 260px;
    }

    .feature-card h4 {
      font-size: 20px;
    }

    .feature-card p {
      font-size: 14px;
    }
  }

  /*--------------------------------------------------------------
  Meet the Founder – FINAL (Polished & Stable)
----------------------------------------------------------------*/

  .founder-section {
    background: #ffffff;
    padding-bottom: 0;
  }

  /* ===============================
   Founder Image
=============================== */

  .founder-image-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
  }

  .founder-image-wrap img {
    max-width: 100%;
    height: auto;
    display: block;

    /* Bottom fade using mask */
    -webkit-mask-image: linear-gradient(to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 72%,
        rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;

    mask-image: linear-gradient(to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 72%,
        rgba(0, 0, 0, 0) 100%);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
  }

  /* ===============================
   Founder Underline – Marker Style
   (Image-based, fully responsive)
=============================== */

  .founder-underline {
    position: relative;
    display: inline-block;
    white-space: nowrap;
  }

  .founder-underline::after {
    content: "";
    position: absolute;

    left: -3%;
    bottom: -0.35em;
    /* 👈 ties underline to font size */
    width: 106%;
    height: 0.6em;
    /* 👈 scales naturally with text */

    background-image: url("../img/line-1.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
  }

  /* ===============================
   Responsive Refinement
=============================== */

  /* Tablets */
  @media (max-width: 991px) {

    .founder-underline::after {
      bottom: -0.3em;
      height: 0.55em;
    }

    .founder-image-wrap img {
      max-width: 85%;
      margin: 0 auto;
    }
  }

  /* Mobile */
  @media (max-width: 575px) {

    .founder-underline::after {
      bottom: -0.25em;
      height: 0.5em;
    }

    .founder-image-wrap img {
      max-width: 78%;
      margin: 0 auto;
    }
  }

  /*--------------------------------------------------------------
  HERO SECTION – FINAL RESPONSIVE FIX (CORRECTED)
----------------------------------------------------------------*/

  /* ===============================
   DESKTOP (unchanged look)
   =============================== */
  .hero-image-wrap {
    overflow: hidden;
    /* CRITICAL */
    border-radius: 30px;
  }

  .hero-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* ===============================
   TABLETS & LARGE PHONES (≤ 1024px)
   =============================== */
  @media (max-width: 1024px) {

    /* Disable full-height hero */
    section[style*="min-height: 100vh"] {
      min-height: auto !important;
      height: auto !important;
      padding-top: 96px !important;
      padding-bottom: 48px !important;
    }

    /* Prevent stacked padding */
    .container {
      padding-top: 0 !important;
    }

    /* Headline */
    h1 {
      font-size: 44px !important;
      line-height: 1.25;
      margin-bottom: 16px;
    }

    /* Paragraph */
    p {
      font-size: 16px;
      line-height: 1.6;
      max-width: 90%;
      margin: 0 auto;
    }

    /* IMAGE: container-sized, rounded visible */
    .hero-image-wrap {
      width: 100% !important;
      margin-left: 0 !important;
      transform: none !important;
      border-radius: 24px;
    }

    .hero-image-wrap img {
      height: auto;
      /* 👈 NO vh here */
      max-height: 300px;
      border-radius: 0;
      /* wrapper handles rounding */
      margin-top: 24px;
    }
  }

  /* ===============================
   MOBILE (≤ 575px)
   =============================== */
  @media (max-width: 575px) {

    section[style*="min-height: 100vh"] {
      padding-top: 84px !important;
      padding-bottom: 40px !important;
    }

    h1 {
      font-size: 36px !important;
    }

    p {
      font-size: 15px;
    }

    .hero-image-wrap {
      border-radius: 18px;
    }

    .hero-image-wrap img {
      max-height: 240px;
    }
  }

  /*--------------------------------------------------------------
  COMPANY BADGE SECTION – RESPONSIVE FIX
----------------------------------------------------------------*/

  /* ===============================
   TABLETS & LARGE PHONES (≤ 1024px)
   =============================== */
  @media (max-width: 1024px) {

    /* Reduce gap from hero */
    .ak-height-100 {
      height: 60px !important;
    }

    /* Logo size */
    .container img[src*="logo-s.svg"] {
      width: 100px !important;
      height: 100px !important;
    }

    /* Main text */
    h2 {
      font-size: 32px !important;
      line-height: 1.4;
      max-width: 90% !important;
    }

    /* Reduce section spacing */
    .ak-height-40 {
      height: 28px !important;
    }

    /* Pill container */
    .container div[style*="border-radius: 999px"] {
      padding: 14px 32px !important;
    }

    /* Pill text */
    .container div[style*="border-radius: 999px"] p {
      font-size: 16px !important;
      line-height: 1.4;
    }
  }


  /* ===============================
   MOBILE (≤ 575px)
   =============================== */
  @media (max-width: 575px) {

    /* Even tighter spacing */
    .ak-height-100 {
      height: 40px !important;
    }

    /* Logo smaller */
    .container img[src*="logo-s.svg"] {
      width: 80px !important;
      height: 80px !important;
    }

    /* Text scaling */
    h2 {
      font-size: 24px !important;
      line-height: 1.45;
      max-width: 100% !important;
      letter-spacing: -0.005em;
    }

    /* Pill container */
    .container div[style*="border-radius: 999px"] {
      padding: 12px 20px !important;
    }

    /* Pill text */
    .container div[style*="border-radius: 999px"] p {
      font-size: 14px !important;
      line-height: 1.4;
    }
  }

  /* ===============================
   TOP HEADER (DESKTOP ONLY)
================================ */
  .ak-top-header {
    background: #111;
    color: #c9c9c9;
    font-size: 13px;
    width: 100%;
  }

  .ak-top-header-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
  }

  /* ===============================
   LEFT SIDE (EMAIL)
================================ */
  .ak-top-left a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #c9c9c9;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .ak-top-left a i {
    font-size: 14px;
  }

  /* Hover same as icons */
  .ak-top-left a:hover {
    color: #caa76a;
  }

  /* ===============================
   RIGHT SIDE (SOCIAL ICONS)
================================ */
  .ak-top-right {
    display: flex;
    align-items: center;
  }

  .ak-top-right a {
    color: #c9c9c9;
    margin-left: 16px;
    font-size: 14px;
    transition: color 0.3s ease;
  }

  .ak-top-right a:hover {
    color: #caa76a;
  }

  /* ===============================
   HIDE ON TABLET & MOBILE
================================ */
  @media (max-width: 991px) {
    .ak-top-header {
      display: none !important;
    }
  }

  /* ================================
   PURPOSE BLOCK (POLISHED)
================================ */
  .why-choose-purpose {
    position: relative;
    flex: 0 0 560px;
    height: 620px;
    margin-left: -32px;
    border-radius: 28px;
    overflow: hidden;
    background: #f09b53;
    color: #ffffff;
    padding: 56px 52px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  /* ================================
   HEADER
================================ */
  .why-choose-purpose .purpose-header {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 36px;
    color: #ffffff;
  }

  /* ================================
   SECTIONS
================================ */
  .why-choose-purpose .purpose-section {
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

  .why-choose-purpose .purpose-section:first-of-type {
    border-top: none;
  }

  .why-choose-purpose .purpose-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
    letter-spacing: 0.3px;
  }

  .why-choose-purpose .purpose-section p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.92);
  }

  /* ================================
   ≤ 1400px
================================ */
  @media (max-width: 1400px) {
    .why-choose-purpose {
      flex-basis: 520px;
      height: 700px;
    }
  }

  /* ================================
   ≤ 1200px
================================ */
  @media (max-width: 1200px) {
    .why-choose-purpose {
      flex-basis: 480px;
      height: 750px;
    }
  }

  /* ================================
   Tablet (768px – 991px)
================================ */
  @media (max-width: 991px) and (min-width: 768px) {
    .why-choose-purpose {
      width: 100%;
      height: 440px;
      margin-left: 0;
      flex-basis: auto;
      padding: 44px 40px;
    }

    .why-choose-purpose .purpose-header {
      font-size: 30px;
    }

    .why-choose-purpose .purpose-section p {
      font-size: 14.5px;
    }
  }

  /* ================================
   Mobile (≤ 768px)
================================ */
  @media (max-width: 768px) {
    .why-choose-purpose {
      width: 100%;
      height: auto;
      margin-left: 0;
      border-radius: 22px;
      padding: 36px 30px;
    }

    .why-choose-purpose .purpose-header {
      font-size: 26px;
      margin-bottom: 28px;
    }

    .why-choose-purpose .purpose-section h4 {
      font-size: 17px;
    }

    .why-choose-purpose .purpose-section p {
      font-size: 14px;
    }
  }

  /* ================================
   Small Mobile (≤ 480px)
================================ */
  @media (max-width: 480px) {
    .why-choose-purpose {
      padding: 30px 24px;
    }

    .why-choose-purpose .purpose-header {
      font-size: 23px;
    }

    .why-choose-purpose .purpose-section p {
      font-size: 13.5px;
    }
  }

  /* ================================
   31. SERVICE HERO
================================ */

  .svc-hero-section {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 480px;
    overflow: hidden;
  }

  .svc-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .svc-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
  }

  .svc-hero-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* HERO CENTERED */
    padding: 0 20px;
  }

  .svc-hero-text {
    max-width: 880px;
  }

  .svc-hero-heading {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 22px;
  }

  .svc-hero-line {
    width: 240px;
    height: 1px;
    background-color: #c9a062;
    margin: 0 auto 22px;
  }

  .svc-hero-description {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.95;
  }

  /* HERO RESPONSIVE */
  @media (max-width: 1200px) {
    .svc-hero-heading {
      font-size: 38px;
    }
  }

  @media (max-width: 991px) {
    .svc-hero-section {
      height: 420px;
    }

    .svc-hero-heading {
      font-size: 32px;
    }
  }

  @media (max-width: 768px) {
    .svc-hero-section {
      height: auto;
      min-height: 300px;
      padding: 60px 0;
    }

    .svc-hero-heading {
      font-size: 26px;
      font-weight: 400;
    }

    .svc-hero-line {
      width: 120px;
    }

    .svc-hero-description {
      font-size: 14.5px;
    }
  }

  @media (max-width: 480px) {
    .svc-hero-heading {
      font-size: 24px;
    }
  }

  /* ================================
   PURPOSE BLOCK (POLISHED)
================================ */
  .why-choose-purpose {
    position: relative;
    flex: 0 0 560px;
    height: 620px;
    margin-left: -32px;
    border-radius: 28px;
    overflow: hidden;
    background: #f09b53;
    color: #ffffff;
    padding: 56px 52px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  /* ================================
   HEADER
================================ */
  .why-choose-purpose .purpose-header {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 36px;
    color: #ffffff;
  }

  /* ================================
   SECTIONS
================================ */
  .why-choose-purpose .purpose-section {
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

  .why-choose-purpose .purpose-section:first-of-type {
    border-top: none;
  }

  .why-choose-purpose .purpose-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
    letter-spacing: 0.3px;
  }

  .why-choose-purpose .purpose-section p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.92);
  }

  /* ================================
   ≤ 1400px
================================ */
  @media (max-width: 1400px) {
    .why-choose-purpose {
      flex-basis: 520px;
      height: 700px;
    }
  }


  /* ================================
   Tablet (768px – 991px)
================================ */
  @media (max-width: 1200px) and (min-width: 768px) {
    .why-choose-purpose {
      width: 100%;
      height: 440px;
      margin-left: 0;
      flex-basis: auto;
      padding: 44px 40px;
    }

    .why-choose-purpose .purpose-header {
      font-size: 30px;
    }

    .why-choose-purpose .purpose-section p {
      font-size: 12px;
    }
  }

  /* ================================
   Mobile (≤ 768px)
================================ */
  @media (max-width: 768px) {
    .why-choose-purpose {
      width: 100%;
      height: auto;
      margin-left: 0;
      border-radius: 22px;
      padding: 36px 30px;
    }

    .why-choose-purpose .purpose-header {
      font-size: 26px;
      margin-bottom: 28px;
    }

    .why-choose-purpose .purpose-section h4 {
      font-size: 17px;
    }

    .why-choose-purpose .purpose-section p {
      font-size: 12px;
    }
  }

  /* ================================
   Small Mobile (≤ 480px)
================================ */
  @media (max-width: 480px) {
    .why-choose-purpose {
      padding: 30px 24px;
    }

    .why-choose-purpose .purpose-header {
      font-size: 23px;
    }

    .why-choose-purpose .purpose-section p {
      font-size: 12px;
    }
  }

  /* ================================
   TESTIMONIAL SECTION
================================ */
  .testimonial-section {
    padding: 50px 0;
    background: #e49f60;
    position: relative;
    overflow: hidden;
  }

  /* QUOTE IMAGES (FROM ASSETS) */
  .testimonial-quote-left,
  .testimonial-quote-right {
    position: absolute;
    opacity: 1;
    pointer-events: none;
  }

  .testimonial-quote-left {
    top: 150px;
    left: 40px;
    width: 300px;
  }

  .testimonial-quote-right {
    bottom: 150px;
    right: 40px;
    width: 300px;
  }

  /* CONTAINER */
  .testimonial-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
    text-align: center;
  }

  /* HEADER */
  .testimonial-header {
    margin-bottom: 60px;
  }

  .testimonial-header h2 {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
  }

  /* ================================
   SLIDER
================================ */
  .testimonial-cards {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .testimonial-card {
    flex: 0 0 100%;
    /* FORCE 1 CARD */
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  /* ================================
   CARD DESIGN
================================ */
  .testimonial-card-inner {
    background: #cc864c;
    padding: 40px;
    border-radius: 40px;
    color: #fff;
    text-align: left;
    transition: 0.3s ease;
  }

  /* TEXT */
  .testimonial-text {
    font-size: 17px;
    line-height: 1.4;
    color: #efefef;
    margin-bottom: 20px;
  }

  /* STARS */
  .testimonial-stars {
    color: #ffd700;
    margin-bottom: 15px;
  }

  /* AUTHOR */
  .testimonial-author {
    margin-top: 10px;
  }

  .testimonial-author strong {
    font-size: 18px;
    color: #fff;
    display: block;
  }

  .testimonial-author span {
    font-size: 14px;
    color: #f3d7be;
  }

  /* ================================
   NAV BUTTONS
================================ */
  .testimonial-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
  }

  .testimonial-nav button {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    border: none;
    background: #e9e9e9;
    color: #a46a2d;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease;
  }

  .testimonial-nav button:hover {
    background: #ffffff;
  }

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

  /* Tablets */
  @media (max-width: 1024px) {
    .testimonial-container {
      max-width: 750px;
    }

    .testimonial-header h2 {
      font-size: 34px;
    }

    .testimonial-card-inner {
      padding: 32px;
    }
  }

  /* Mobile */
  @media (max-width: 768px) {
    .testimonial-section {
      padding: 60px 0;
    }

    .testimonial-header h2 {
      font-size: 28px;
    }

    .testimonial-card-inner {
      padding: 25px;
      border-radius: 16px;
    }

    .testimonial-text {
      font-size: 15px;
    }

    .testimonial-quote-left {
      width: 90px;
      left: 20px;
      top: 40px;
    }

    .testimonial-quote-right {
      width: 90px;
      right: 20px;
      bottom: 40px;
    }
  }

  /* Small Mobile */
  @media (max-width: 480px) {
    .testimonial-header h2 {
      font-size: 24px;
    }

    .testimonial-card-inner {
      padding: 20px;
    }

    .testimonial-text {
      font-size: 14px;
      line-height: 1.7;
    }

    .testimonial-nav button {
      width: 40px;
      height: 40px;
      font-size: 16px;
    }
  }

  /* ================================
   CTA SECTION (With Side Space)
================================ */
  .cta-full {
    position: relative;

    max-width: 1400px;
    /* slightly narrower */
    margin: 100px auto;
    /* center properly */

    height: 460px;

    border-radius: 24px;
    overflow: hidden;

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

    padding: 0 40px;
    /* controls side spacing INSIDE */
  }

  /* Background Image */
  .cta-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  /* Overlay */
  .cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
  }

  /* Content */
  .cta-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    /* ALL TEXT WHITE */
    padding: 0 40px;
  }

  /* Subtitle */
  .cta-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 18px;
    color: #ffffff;
  }

  /* Title */
  .cta-title {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #ffffff;
  }

  /* Button wrapper */
  .cta-btn-wrap {
    display: flex;
    justify-content: center;
  }

  /* ================================
   RESPONSIVE
================================ */
  @media (max-width: 991px) {
    .cta-full {
      margin: 80px 20px;
      height: 400px;
    }

    .cta-title {
      font-size: 26px;
    }
  }

  @media (max-width: 768px) {
    .cta-full {
      height: 340px;
    }

    .cta-title {
      font-size: 20px;
    }
  }

  @media (max-width: 480px) {
    .cta-full {
      margin: 60px 16px;
      height: 300px;
    }

    .cta-title {
      font-size: 18px;
    }
  }


  /* ================================
   DROPDOWN HOVER COLOR (FADE IN)
================================ */

  /* Parent hover */
  .ak-nav_list>li:hover>a {
    color: #f09b53;
    transition: color 0.3s ease;
  }

  /* Dropdown links */
  .ak-nav_list li ul li a {
    display: block;
    padding: 10px 18px;
    background-color: transparent;
    color: inherit;
    transition: background-color 0.35s ease, color 0.3s ease;
  }

  /* Smooth fade-in effect */
  .ak-nav_list li ul li a:hover {
    background-color: #f09b53;
    color: #ffffff;
  }


  /* =================================
   About Founder Section
================================= */

  .about-founder-section {
    padding: 100px 0;
  }

  .about-founder-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 80px;
    padding: 0 10px;
  }

  .about-founder-image {
    flex: 0 0 520px;
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-founder-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 24px;
    /* apply here */
  }

  /* Content Side */
  .about-founder-content {
    flex: 1;
  }

  .about-founder-title {
    font-size: 48px;
    font-weight: 600;
    color: #f09b53;
    margin-bottom: 30px;
  }

  .about-founder-text p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #5f5f5f;
    margin-bottom: 12px;
    font-weight: 350;
    text-align: justify;
    /* 🔥 Justify text */
  }

  /* =================================
   Responsive
================================= */

  @media (max-width: 992px) {

    .about-founder-container {
      flex-direction: column;
      gap: 50px;
    }

    .about-founder-image {
      width: 100%;
      height: 500px;
    }

    .about-founder-title {
      font-size: 36px;
    }
  }

  @media (max-width: 576px) {

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

    .about-founder-image {
      height: 400px;
    }

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

    .about-founder-text p {
      font-size: 15px;
    }
  }

  /* ================================
   Services page
================================ */

  .bc-section {
    padding: 80px 0;
    /* consistent top/bottom */
  }

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

  .bc-layout {
    display: flex;
    align-items: stretch;
    /* equal height */
    gap: 80px;
  }

  /* ================================
   Image Side 
================================ */

  .bc-image {
    flex: 1;
    display: flex;
    order: 2;
    /* 🔥 move image to right */
  }

  .bc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  /* ================================
   Points Side 
================================ */

  .bc-points {
    flex: 1;
    display: flex;
    align-items: center;
    order: 1;
    /* 🔥 text stays left */
  }

  .bc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .bc-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.7;
    color: #000;
  }

  /* Orange Circle Check */
  .bc-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
    background: #f09b53;
    color: #000;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* ================================
   Responsive
================================ */

  @media (max-width: 992px) {
    .bc-layout {
      flex-direction: column;
      gap: 50px;
    }

    .bc-image {
      order: 1;
      /* 🔥 image ALWAYS on top */
    }

    .bc-points {
      order: 2;
      /* text below */
    }

    .bc-image img {
      height: auto;
      /* natural height */
    }
  }

  /* ================================
   DUE DILIGENCE SECTION (LEFT TEXT)
================================ */

  .dd-process-section {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    /* no padding – padding handled by container for consistent spacing */
  }

  .dd-process-bg {
    position: absolute;
    inset: 0;
  }

  .dd-process-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dd-process-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.35) 70%,
        rgba(0, 0, 0, 0.1) 100%);
  }

  .dd-process-container {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 24px;
    /* increased to match 80px top/bottom */
  }

  .dd-process-content {
    max-width: 540px;
    text-align: left;
  }

  .dd-process-title {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
  }

  .dd-process-line {
    width: 70px;
    height: 2px;
    background: #f09b53;
    margin-bottom: 18px;
  }

  .dd-process-description {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.7;
    margin-bottom: 20px;
  }

  /* Checklist */
  .dd-process-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .dd-process-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
  }

  .dd-process-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #f09b53;
    color: #000;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* REMOVE DEFAULT LIST MARKERS */
  .dd-process-list li::marker {
    content: "";
  }

  /* =========================================
   STRATEGIC VALUE SECTION - remove
========================================= */

  .svc-value-section {
    background: #ffffff;
    padding: 80px 40px;
    /* reduced from 100px to 80px for consistency */
    text-align: center;
    /* 👈 center heading + paragraph */
  }

  .svc-value-container {
    max-width: 1100px;
    /* slightly tighter for cleaner look */
    margin: 0 auto;
  }

  /* DESKTOP (2 Columns) */
  .svc-value-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 80px;
    text-align: left;
    /* 👈 keeps checklist left aligned */
    padding: 0 40px;
    /* 👈 padding for grid only */
  }

  /* ITEM */
  .svc-value-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  /* ICON */
  .svc-value-icon {
    width: 26px;
    height: 26px;
    background: #f09b53;
    color: #000;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 3px;
  }

  /* TEXT */
  .svc-value-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #222;
  }

  /* =========================================
   STACK 1 BY 1 (TABLET + MOBILE)
========================================= */

  @media (max-width: 1024px) {

    .svc-value-grid {
      grid-template-columns: 1fr;
      gap: 30px;
      padding: 0 20px;
      /* smaller padding on tablet */
    }
  }

  /* ================================
   ABOUT SECTION (LEFT ALIGNED)
================================ */

  .svc-about-section {
    padding: 80px 0;
    /* unified padding, removed margin-top */
    /* margin-top: 0; */
  }

  .svc-about-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .svc-about-layout {
    display: flex;
    align-items: center;
    gap: 60px;
  }

  .svc-about-text {
    flex: 1;
    text-align: left;
  }

  .svc-about-label {
    font-size: 30px;
    font-weight: 500;
    color: #f09b53;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .svc-about-title {
    font-size: 30px;
    font-weight: 600;
    color: #111;
    line-height: 1.25;
    margin-bottom: 18px;
  }

  .svc-about-highlight {
    font-size: 17px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .svc-about-description {
    font-size: 15.5px;
    color: #555;
    line-height: 1.75;
  }

  .svc-about-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .svc-about-image img {
    width: 100%;
    max-width: 520px;
    border-radius: 8px;
  }

  /* ================================
   MOBILE & TABLET OVERRIDES (consistency + image on top)
================================ */

  /* Tablet (about section switches to column, image on top) */
  @media (max-width: 991px) {
    .svc-about-layout {
      flex-direction: column;
      gap: 36px;
    }

    .svc-about-image {
      order: -1;
      /* image appears above text */
      justify-content: center;
    }
  }

  /* Mobile (all sections get consistent 60px top/bottom padding) */
  @media (max-width: 768px) {

    /* Services section */
    .bc-section {
      padding: 60px 0;
    }

    /* Due Diligence section (container padding) */
    .dd-process-container {
      padding: 60px 18px;
      /* 60px top/bottom, 18px sides */
    }

    .dd-process-title {
      font-size: 24px;
    }

    .dd-process-description,
    .dd-process-list li {
      font-size: 14.5px;
    }

    /* Strategic Value section */
    .svc-value-section {
      padding: 60px 20px;
      /* unified mobile padding */
    }

    .svc-value-item {
      gap: 14px;
    }

    .svc-value-item p {
      font-size: 15px;
      line-height: 1.6;
    }

    /* About section */
    .svc-about-section {
      padding: 60px 0;
      /* unified mobile padding */
    }

    .svc-about-title {
      font-size: 24px;
    }

    .svc-about-highlight {
      font-size: 15px;
    }

    .svc-about-description {
      font-size: 14.5px;
    }
  }







  /* ================================= */
  /*        BLOG MODERN SECTION        */
  /* ================================= */

  .blog-modern-section {
    padding: 140px 20px 50px 20px;
  }

  .blog-modern-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
  }

  /* ================================= */
  /* LEFT SIDE                         */
  /* ================================= */

  .blog-modern-subtitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    margin-bottom: 15px;
  }

  .blog-modern-heading {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #111;
  }

  .blog-modern-view {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111;
    font-size: 14px;
    transition: 0.3s ease;
  }

  .blog-modern-view .svg-icon svg {
    transition: transform 0.3s ease;
  }

  .blog-modern-view:hover .svg-icon svg {
    transform: translateX(5px);
  }

  /* ================================= */
  /* RIGHT LIST                        */
  /* ================================= */

  .blog-modern-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  .blog-modern-item {
    position: relative;
    text-decoration: none;
    color: #111;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    transition: 0.3s ease;
  }

  .blog-modern-text h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
  }

  .blog-modern-read {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #777;
  }

  .blog-modern-read .svg-icon svg {
    transition: transform 0.3s ease;
  }

  /* Arrow animation */
  .blog-modern-item:hover .svg-icon svg {
    transform: translateX(6px);
  }

  .blog-modern-item:hover h4 {
    transform: translateX(10px);
  }

  /* ================================= */
  /* ORIGINAL HOVER IMAGE STYLE (FIXED SHARPNESS) */
  /* ================================= */

  .blog-hover-img {
    position: absolute;
    right: 0;
    top: -70px;

    width: 200px;
    height: 250px;
    object-fit: cover;

    /* Keep exact original rotation */
    transform: rotate(-20deg) translateZ(0);

    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);

    opacity: 0;
    pointer-events: none;

    /* Prevent blur during transform */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: opacity, transform;

    transition: opacity 0.35s ease;
  }

  /* Show image on hover — no scaling */
  .blog-modern-item:hover .blog-hover-img {
    opacity: 1;
  }

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

  @media (max-width: 992px) {

    .blog-modern-container {
      grid-template-columns: 1fr;
      gap: 60px;
    }

    .blog-modern-heading {
      font-size: 30px;
    }

    .blog-modern-list {
      gap: 40px;
    }

    .blog-hover-img {
      display: none;
      /* disable hover image on mobile */
    }
  }

  @media (max-width: 576px) {

    .blog-modern-section {
      padding: 80px 20px;
    }

    .blog-modern-heading {
      font-size: 26px;
    }

    .blog-modern-text h4 {
      font-size: 18px;
    }
  }









  .hero {
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  /* background image */
  .hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }

  /* content */
  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin-left: 120px;
    font-family: "Helvena", sans-serif;
  }

  /* badge */
  .hero-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
  }

  .hero-icon {
    width: 45px;
    height: 45px;
  }

  /* pill */
  .hero-badge-text {
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    padding: 4px 16px;
    font-size: 14px;
    color: #fff;
  }

  /* title */
  .hero-title {
    font-size: 35px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 500;
  }

  /* divider */
  .hero-divider {
    position: relative;
    width: 400px;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    margin: 25px 0;
  }

  /* thick left part */
  .hero-divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.5px;
    width: 230px;
    height: 1px;
    background: rgba(255, 255, 255, 0.9);
  }

  /* description */
  .hero-desc {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
  }

  /* ===============================
IMPROVED RESPONSIVE HERO
(Tablet breakpoints modified, phone breakpoints unchanged)
================================ */

  /* 1440px desktops (unchanged) */
  @media (max-width:1440px) {
    .hero-content {
      margin-left: 90px;
      max-width: 480px;
    }

    .hero-divider {
      width: 360px;
    }

    .hero-divider::before {
      width: 200px;
    }
  }

  /* 1366px laptops / iPad Pro – IMPROVED */
  @media (max-width:1366px) {
    .hero {
      min-height: 68vh;
      padding: 70px 0;
    }

    .hero-content {
      margin-left: 80px;
      max-width: 440px;
    }

    /* added text scaling */
    .hero-title {
      font-size: 32px;
    }

    .hero-desc {
      font-size: 16px;
    }

    .hero-divider {
      width: 320px;
    }

    .hero-divider::before {
      width: 180px;
    }
  }

  /* 1280px laptops – IMPROVED */
  @media (max-width:1280px) {
    .hero-content {
      margin-left: 70px;
      max-width: 420px;
    }

    .hero-title {
      font-size: 30px;
    }

    .hero-desc {
      font-size: 16px;
    }

    .hero-divider {
      width: 300px;
    }

    .hero-divider::before {
      width: 160px;
    }
  }

  /* 1100px tablets landscape – FIXED and IMPROVED */
  @media (max-width:1100px) {
    .hero {
      min-height: 60vh;
      padding: 60px 0;
    }

    .hero-bg {
      filter: brightness(0.55);
    }

    .hero-content {
      margin-left: 60px;
      max-width: 700px;
      /* corrected from 7000px */
    }

    .hero-title {
      font-size: 28px;
    }

    .hero-desc {
      font-size: 15px;
    }

    .hero-divider {
      width: 260px;
    }

    .hero-divider::before {
      width: 140px;
    }
  }

  /* 900px small tablets – IMPROVED */
  @media (max-width:900px) {
    .hero {
      min-height: 55vh;
      padding: 55px 0;
    }

    .hero-content {
      margin-left: 40px;
      max-width: 380px;
      /* slightly increased for better reading */
    }

    .hero-title {
      font-size: 26px;
    }

    .hero-desc {
      font-size: 15px;
    }

    .hero-divider {
      width: 220px;
    }

    .hero-divider::before {
      width: 120px;
    }
  }

  /* ===== PHONE BREAKPOINTS (EXACTLY AS YOU HAD THEM) ===== */

  /* 768 mobile landscape */
  @media (max-width:768px) {
    .hero {
      min-height: 50vh;
      padding: 50px 0;
    }

    .hero-bg {
      filter: brightness(0.45);
    }

    .hero-content {
      margin-left: 28px;
      margin-right: 28px;
      max-width: 90%;
    }

    .hero-divider {
      width: 160px;
    }

    .hero-divider::before {
      width: 80px;
    }
  }

  /* 600 large phones */
  @media (max-width:600px) {
    .hero {
      min-height: 48vh;
      padding: 45px 0;
    }

    .hero-divider {
      width: 140px;
    }

    .hero-divider::before {
      width: 70px;
    }
  }

  /* 480 small phones */
  @media (max-width:480px) {
    .hero {
      min-height: 45vh;
      padding: 40px 0;
    }

    .hero-content {
      margin-left: 20px;
      margin-right: 20px;
    }

    .hero-divider {
      width: 120px;
    }

    .hero-divider::before {
      width: 60px;
    }
  }