body {
  font-family: "Inter", "Poppins", sans-serif;
  line-height: 1.6;
  background: #ffffff;
  overflow-x: hidden;
  font-size: 15px;
  width: 100%;
  max-width: 100%; }

html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%; }
  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

.bg-primary {
  background-color: #4A2C7A !important; }

.text-black {
  color: #000000 !important; }

a {
  color: #4A2C7A;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    color: #FF6600;
    text-decoration: none; }

::-moz-selection {
  background: #000000;
  color: #ffffff; }

::selection {
  background: #000000;
  color: #ffffff; }

.text-primary {
  color: #4A2C7A !important; }

.text-accent {
  color: #FF6600 !important; }

.bg-accent {
  background-color: #FF6600 !important; }

.btn-accent {
  background: #FF6600;
  border-color: #FF6600;
  color: #fff; }
  .btn-accent:hover {
    background: #E65C00;
    border-color: #E65C00;
    color: #fff; }

.shadow {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important; }

.rounded {
  border-radius: 10px !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-light {
  background-color: #f8f9fa !important; }

.p-5 {
  padding: 2rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.font-weight-bold {
  font-weight: 600 !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6; }

.icon-check_circle {
  font-size: 18px; }

.p-4 {
  padding: 1.5rem !important; }

.rounded {
  border-radius: 8px !important; }

.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2; }

a.text-primary {
  color: #4A2C7A !important; }
  a.text-primary:hover {
  color: #FF6600 !important; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600; }

.btn {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  font-size: 14px; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #4A2C7A;
    border-color: #4A2C7A; }
    .btn.btn-primary:hover {
      border-color: #FF6600;
      background: #FF6600; }
  .btn.btn-outline-white {
    border: 2px solid #ffffff; }
    .btn.btn-outline-white:hover {
      background: #ffffff;
      color: #4A2C7A !important; }

.text-white-opacity {
  opacity: .7; }

.form-control, .custom-select {
  border: 2px solid #e9ecef;
  font-size: 16px;
  height: 45px; }
  .form-control:active, .form-control:focus, .custom-select:active, .custom-select:focus {
    border-color: #4A2C7A;
    -webkit-box-shadow: none;
    box-shadow: none; }

.gutter-v1 {
  margin-right: -20px;
  margin-left: -20px; }
  @media (max-width: 991.98px) {
    .gutter-v1 {
      margin-left: -15px;
      margin-right: -15px; } }
  .gutter-v1 > .col,
  .gutter-v1 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .gutter-v1 > .col,
      .gutter-v1 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px; } }

.gutter-v2 {
  margin-right: -5px;
  margin-left: -5px; }
  @media (max-width: 991.98px) {
    .gutter-v2 {
      margin-left: -15px;
      margin-right: -15px; } }
  .gutter-v2 > .col,
  .gutter-v2 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
    @media (max-width: 991.98px) {
      .gutter-v2 > .col,
      .gutter-v2 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px; } }

.spinner-border {
  color: #4A2C7A; }

/*PRELOADING------------ */
#overlayer,
.loader {
  display: none !important; }

.position-relative {
  position: relative; }

.logo {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700; }
  .logo:hover {
    color: #ffffff; }

.site-nav {
  padding-top: 0;
  padding-bottom: 0; }
  .site-nav h1 {
    margin: 0;
    padding: 0;
    font-size: 24px; }
  .site-nav .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-nav .site-navigation .site-menu > li {
      display: inline-block; }
      .site-nav .site-navigation .site-menu > li > a {
        font-size: 14px;
        padding: 7px 14px;
        display: inline-block;
        text-decoration: none !important;
        color: #4A2C7A;
        font-weight: 500;
        position: relative;
        -webkit-transition: color 0.8s ease-in-out;
        -o-transition: color 0.8s ease-in-out;
        transition: color 0.8s ease-in-out; }
        .site-nav .site-navigation .site-menu > li > a:hover {
          color: #FF6600; }
        .site-nav .site-navigation .site-menu > li > a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0;
          height: 2px;
          background: #FF6600;
          -webkit-transition: width 0.3s ease, left 0.3s ease;
          -o-transition: width 0.3s ease, left 0.3s ease;
          transition: width 0.3s ease, left 0.3s ease; }
        .site-nav .site-navigation .site-menu > li > a:hover::after {
          width: 100%;
          left: 0; }

.site-nav.scrolled .site-navigation .site-menu > li > a {
  color: #4A2C7A; }
  .site-nav.scrolled .site-navigation .site-menu > li > a:hover {
    color: #FF6600; }
      .site-nav .site-navigation .site-menu > li.cta-button a {
        padding: 6px 18px;
        border: 2px solid #4A2C7A;
        color: #4A2C7A;
        border-radius: 30px;
        font-weight: 600;
        -webkit-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out; }
        .site-nav .site-navigation .site-menu > li.cta-button a:hover {
          color: #ffffff;
          background: #4A2C7A;
          border-color: #4A2C7A; }
      .site-nav .site-navigation .site-menu > li.active > a {
        color: #FF6600; }
        .site-nav .site-navigation .site-menu > li.active > a::after {
          width: 100%;
          left: 0; }

.site-nav.scrolled .site-navigation .site-menu > li.cta-button a {
  border: 2px solid #4A2C7A;
  color: #4A2C7A; }
  .site-nav.scrolled .site-navigation .site-menu > li.cta-button a:hover {
    color: #ffffff;
    background: #4A2C7A;
    border-color: #4A2C7A; }
    .site-nav .site-navigation .site-menu .has-children {
      position: relative; }
      .site-nav .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-nav .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 14px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-nav .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        z-index: 999;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 20px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #ffffff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
            margin-left: -10px; }
        .site-nav .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000000; }
        .site-nav .site-navigation .site-menu .has-children .dropdown .active a {
          color: #4A2C7A !important; }
        .site-nav .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 180px; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #4A2C7A; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown li a:hover, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul li a:hover {
              color: #4A2C7A; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #4A2C7A; }
      .site-nav .site-navigation .site-menu .has-children:hover > a, .site-nav .site-navigation .site-menu .has-children:focus > a, .site-nav .site-navigation .site-menu .has-children:active > a {
        color: #ffffff; }
      .site-nav .site-navigation .site-menu .has-children:hover, .site-nav .site-navigation .site-menu .has-children:focus, .site-nav .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-nav .site-navigation .site-menu .has-children:hover > .dropdown, .site-nav .site-navigation .site-menu .has-children:focus > .dropdown, .site-nav .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px; }
  .site-mobile-menu-close > span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px; }
    .site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 30px;
      background: #000000; }
    .site-mobile-menu-close > span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .site-mobile-menu-close > span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 10050;
  padding-top: 20px;
  background: #ffffff;
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
  .offcanvas-menu .site-mobile-menu {
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 5px 20px;
      display: block;
      position: relative;
      color: #000000; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #4A2C7A; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #4A2C7A; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 14px;
        z-index: 20;
        font-family: "icomoon";
        content: "\e313";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 14px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 14px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 14px;
                padding-left: 60px; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar .site-menu-toggle {
    color: rgba(255, 255, 255, 0.9);
    -webkit-transition: color 0.8s ease-in-out;
    -o-transition: color 0.8s ease-in-out;
    transition: color 0.8s ease-in-out; }

.site-nav.scrolled .site-navigation .site-menu-toggle {
  color: #000000; }
  .sticky-wrapper .site-navbar .site-logo a {
    color: #000000; }
  .sticky-wrapper .site-navbar .site-menu > li > a {
    color: rgba(0, 0, 0, 0.8) !important; }
    .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
      color: #000000 !important; }
  .sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
    background: #000000;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #000000;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000000 !important; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #000000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #4A2C7A !important; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
      color: #4A2C7A !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative; }
  .burger.light:before, .burger.light span, .burger.light:after {
    background: #ffffff; }

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #4A2C7A;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
  -webkit-transition: background 0.8s ease-in-out;
  -o-transition: background 0.8s ease-in-out;
  transition: background 0.8s ease-in-out; }

.site-nav .burger.light:before,
.site-nav .burger.light span,
.site-nav .burger.light:after {
  background: #4A2C7A; }

.burger:before, .burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: ""; }

.burger:before {
  top: 4px; }

.burger span {
  top: 15px; }

.burger:after {
  top: 26px; }

/* Hover */
.burger:hover:before {
  top: 7px; }

.burger:hover:after {
  top: 23px; }

/* Click */
.burger.active span {
  opacity: 0; }

.burger.active:before, .burger.active:after {
  top: 40%; }

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/ }

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/ }

.burger:focus {
  outline: none; }

.hero {
  padding: 10rem 0 10rem 0;
  background: linear-gradient(135deg, #4A2C7A 0%, #2D1B4E 100%);
  margin-bottom: 100px;
  position: relative;
  overflow: hidden; }
  .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3; }
  .hero.hero-inner {
    padding: 9rem 0 6rem 0;
    margin-bottom: auto;
    background: linear-gradient(90deg, #2D1B4E 0%, #4A2C7A 50%, #FF6600 100%);
    position: relative;
    overflow: hidden; }
    .hero.hero-inner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
      background-size: 20px 20px;
      opacity: 0.3; }

.hero.hero-inner .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .hero.hero-inner .breadcrumb-item a:hover {
    color: #FF6600; }
.hero.hero-inner .breadcrumb-item.active {
  color: #FF6600;
  font-weight: 600; }

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: rgba(255, 255, 255, 0.5);
    padding: 0 10px; }
  .breadcrumb .breadcrumb-item {
    display: inline-block;
    font-size: 0.9rem; }
  .hero h1 {
    color: #ffffff;
    font-size: 60px; }
    @media (max-width: 991.98px) {
      .hero h1 {
        font-size: 45px; } }
    .hero h1 .typed-words {
      position: relative; }
      .hero h1 .typed-words:before {
        position: absolute;
        height: 7px;
        background-color: #B1D0E0;
        bottom: 0;
        left: 0;
        right: 0;
        content: ""; }
  .hero .intro-wrap {
    position: relative;
    z-index: 1; }
  .hero .slides {
    background: #ffffff;
    max-width: 800px;
    left: -100px;
    z-index: 0;
    position: relative;
    border-radius: 200px;
    -webkit-box-shadow: 0 25px 50px -10px rgba(26, 55, 77, 0.4);
    box-shadow: 0 25px 50px -10px rgba(26, 55, 77, 0.4);
    height: 608px;
    margin-bottom: -200px; }
    @media (max-width: 991.98px) {
      .hero .slides {
        left: 0; } }
    .hero .slides img {
      position: absolute;
      border-radius: 200px;
      opacity: 0;
      -webkit-transition: 4s opacity ease;
      -o-transition: 4s opacity ease;
      transition: 4s opacity ease;
      background: #ffffff; }
      .hero .slides img.active {
        opacity: 1;
        z-index: 1; }

.untree_co-section {
  padding: 30px 0; }

.media-thumb {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px; }
  .media-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(26, 55, 77, 0.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .media-thumb img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: .3s transform ease;
    -o-transition: .3s transform ease;
    transition: .3s transform ease; }
  .media-thumb .media-text {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-top: 20px; }
    .media-thumb .media-text h3 {
      font-size: 1rem;
      font-weight: 900;
      color: #4A2C7A;
      margin: 0;
      padding: 0; }
    .media-thumb .media-text .location {
      font-size: .8rem;
      color: rgba(26, 55, 77, 0.5); }
    .media-thumb .media-text h3, .media-thumb .media-text .location {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .media-thumb:hover {
    z-index: 3; }
    .media-thumb:hover h3 {
      color: #ffffff; }
    .media-thumb:hover .location {
      color: rgba(255, 255, 255, 0.5); }
    .media-thumb:hover img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .media-thumb:hover:after {
      opacity: 1;
      visibility: visible; }
    .media-thumb:hover .media-text {
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s;
      opacity: 1;
      visibility: visible; }

.section-title {
  position: relative;
  padding-bottom: 20px;
  display: inline-block; }
  .section-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #4A2C7A; }
  .section-title.text-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.media-1 {
  text-align: left; }
  .media-1 img {
    border-radius: 20px; }
  .media-1 .loc .icon-room {
    position: relative; }
    .media-1 .loc .icon-room:after {
      content: "";
      width: 24px;
      height: 24px;
      background: rgba(26, 55, 77, 0.1);
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .media-1 .deal {
    font-size: 16px;
    margin-bottom: 20px;
    display: block; }
  .media-1 h3 {
    font-size: 20px; }
    .media-1 h3 a {
      color: #000000; }
  .media-1 .price {
    font-size: 15px;
    color: #4A2C7A;
    font-weight: 700;
    position: relative;
    top: -2px; }
    .media-1 .price sup {
      font-weight: 400;
      font-size: 16px;
      top: -7px; }

.owl-3-slider .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .owl-3-slider .owl-nav .owl-prev, .owl-3-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    @media (max-width: 767.98px) {
      .owl-3-slider .owl-nav .owl-prev, .owl-3-slider .owl-nav .owl-next {
        display: none; } }
  .owl-3-slider .owl-nav .owl-prev {
    left: -50px; }
    .owl-3-slider .owl-nav .owl-prev:hover {
      left: -65px;
      color: #4A2C7A; }
  .owl-3-slider .owl-nav .owl-next {
    right: -50px; }
    .owl-3-slider .owl-nav .owl-next:hover {
      color: #4A2C7A;
      right: -65px; }
    .owl-3-slider .owl-nav .owl-next span {
      display: inline-block;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.owl-3-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible; }

.title-with-bg {
  font-size: 50px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-left: 0.5em; }
  .title-with-bg.overlap-right {
    position: relative;
    right: -30px;
    top: 20px;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .title-with-bg.overlap-right {
        right: auto; } }
  .title-with-bg span {
    color: white;
    background-color: #4A2C7A;
    -webkit-box-shadow: 0.5em 0 0 #4A2C7A, -0.5em 0 0 #4A2C7A;
    box-shadow: 0.5em 0 0 #4A2C7A, -0.5em 0 0 #4A2C7A; }
  @media (max-width: 991.98px) {
    .title-with-bg {
      font-size: 40px; } }

.feature-1-wrap {
  position: relative; }

.feature-1 {
  padding: 30px;
  background: rgba(26, 55, 77, 0.05);
  border-radius: 20px;
  min-height: calc(50% - 15px);
  top: 0;
  margin-bottom: 30px !important; }
  @media (max-width: 991.98px) {
    .feature-1 {
      display: block !important; } }
  .feature-1 h3 {
    font-size: 1.2rem;
    font-weight: 700; }

.form {
  position: relative;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  z-index: 9;
  padding: 30px;
  background: #ffffff; }

#map {
  position: relative;
  width: 100%;
  height: 400px; }
  #map iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.quick-contact-item [class*="flaticon-"] {
  font-size: 2rem;
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 30px;
  border-radius: 50%;
  border: 2px solid #f8f9fa;
  text-align: center;
  position: relative; }
  .quick-contact-item [class*="flaticon-"]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.quick-contact-item .text {
  font-size: 20px; }

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: $primary; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #204560;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite; }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #4A2C7A;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

.video-play-button:hover:after {
  background-color: #204560; }

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 22px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

.img-play-video {
  position: relative; }

.service [class*="icon-"] {
  font-size: 30px;
  margin-bottom: 20px;
  display: block; }

.service h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700; }

.feature-img-bg {
  border-radius: 20px;
  background-size: cover; }
  @media (max-width: 991.98px) {
    .feature-img-bg {
      height: 300px !important;
      margin-bottom: 30px; } }

@media (max-width: 991.98px) {
  .counter-wrap {
    margin-bottom: 30px; } }

.counter-wrap .caption {
  color: #4A2C7A;
  font-weight: bold; }

.counter-wrap .counter {
  font-size: 3rem; }
  .counter-wrap .counter span {
    color: #4A2C7A; }
  @media (max-width: 991.98px) {
    .counter-wrap .counter {
      font-size: 2.5rem; } }

.rounded-20 {
  border-radius: 20px; }

.owl-dots {
  position: relative;
  margin-top: 25px; }

.testimonial-section {
  background: #f8f9fa;
  padding-top: 5rem !important;
  padding-bottom: 7rem !important; }

.two-col li {
  width: 48%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  vertical-align: text-top;
  float: left; }
  .two-col li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #4A2C7A;
    left: 0;
    top: 7px;
    border-radius: 50%; }

.cta-section {
  background: #4A2C7A; }

.custom-block {
  margin-bottom: 30px; }
  .custom-block .section-title {
    font-size: 18px;
    font-weight: 700; }

.custom-accordion .accordion-item {
  background-color: #f9f9f9;
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px;
  overflow: hidden; }
  .custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
    text-align: left;
    color: #999;
    border: none;
    padding-left: 40px;
    border-radius: 0;
    position: relative;
    background: #ffffff; }
    .custom-accordion .accordion-item .btn-link:before {
      font-family: 'icomoon';
      content: "\f067";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 15px; }
    .custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
      font-weight: 700;
      color: #4A2C7A; }
      .custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
        font-family: 'icomoon';
        content: "\f068";
        position: absolute;
        color: #4A2C7A;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px; }
  .custom-accordion .accordion-item.active {
    z-index: 2; }
    .custom-accordion .accordion-item.active .btn-link {
      color: #4A2C7A;
      -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); }
  .custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 20px;
    color: #888; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px; }
  .control .caption {
    position: relative;
    top: -3px;
    font-size: 16px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #4A2C7A; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #204560; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 14px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #4A2C7A;
  opacity: .2; }

.gal-item {
  display: block;
  margin-bottom: 8px; }
  .gal-item img {
    border-radius: 4px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1; }
  .gal-item:hover img {
    opacity: .5; }

.social-icons li {
  display: inline-block; }
  .social-icons li a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: #303030; }
    .social-icons li a span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .social-icons li a:hover {
      color: #ffffff; }
  .social-icons li:first-child a {
    padding-left: 0; }

.social-icons.light li a {
  color: #000000;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #f8f9fa; }

.video-wrap {
  position: relative;
  display: block; }
  .video-wrap .play-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .video-wrap .play-wrap > span {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #ffffff;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .video-wrap:hover .play-wrap {
    width: 60px;
    height: 60px; }

.owl-single.dots-absolute .owl-dots, .owl-carousel.dots-absolute .owl-dots {
  bottom: 40px; }
  .owl-single.dots-absolute .owl-dots .owl-dot span, .owl-carousel.dots-absolute .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5); }

.owl-single .owl-dots, .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-single .owl-dots .owl-dot, .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .owl-single .owl-dots .owl-dot span, .owl-carousel .owl-dots .owl-dot span {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2); }
    .owl-single .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot.active span {
      background: #4A2C7A; }

.owl-single.no-dots .owl-dots, .owl-carousel.no-dots .owl-dots {
  display: none; }

.owl-single.no-nav .owl-nav, .owl-carousel.no-nav .owl-nav {
  display: none; }

.testimonial {
  max-width: 500px;
  text-align: center;
  margin-bottom: 30px; }
  .testimonial .name {
    font-size: 18px;
    color: #000000; }
  .testimonial .img-wrap img {
    margin: 0 auto;
    width: 70px;
    border-radius: 50%; }

.list-check li {
  display: block;
  padding-left: 30px;
  position: relative; }
  .list-check li:before {
    content: "\e5ca";
    font-family: 'icomoon';
    position: absolute;
    top: -.3rem;
    font-size: 20px;
    left: 0; }

.owl-single .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 767.98px) {
    .owl-single .owl-nav {
      display: none; } }
  .owl-single .owl-nav .owl-prev, .owl-single .owl-nav .owl-next {
    position: absolute;
    top: 0; }
    .owl-single .owl-nav .owl-prev span, .owl-single .owl-nav .owl-next span {
      display: block;
      background: #ffffff;
      padding: 15px; }
  .owl-single .owl-nav .owl-prev {
    left: -30px; }
  .owl-single .owl-nav .owl-next {
    right: -30px; }
    .owl-single .owl-nav .owl-next > span {
      position: relative;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.team h3 {
  font-size: 20px; }

.site-footer {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
  background: #2D1B4E; }
  .site-footer .inner {
    padding-top: 0px;
    padding-bottom: 40px;
    background: #2D1B4E; }
    .site-footer .inner.first {
      padding-top: 60px; }
  @media (max-width: 991.98px) {
    .site-footer {
      padding-top: 30px; } }
  .site-footer a {
    color: #ffffff;
    text-decoration: none; }
    .site-footer a:hover {
      color: #FF6600;
      text-decoration: none; }
  .site-footer .widget {
    margin-bottom: 30px; }
    .site-footer .widget h3 {
      font-size: 16px;
      margin-bottom: 20px;
      color: #FF6600;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .site-footer .widget p {
      color: #d1d5db;
      font-size: 14px;
      line-height: 1.7; }
    .site-footer .widget .social li {
      display: inline-block;
      margin-right: 10px; }
      .site-footer .widget .social li a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 102, 0, 0.2);
        display: inline-block;
        position: relative;
        color: #FF6600;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-footer .widget .social li a span {
          font-size: 16px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .site-footer .widget .social li a:hover {
          background-color: #FF6600;
          color: #2D1B4E; }
    .site-footer .widget .links li {
      display: block;
      margin-bottom: 12px; }
      .site-footer .widget .links li a {
        color: #ffffff;
        font-size: 14px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-footer .widget .links li a:hover {
          color: #FF6600;
          padding-left: 5px; }
  .site-footer ul.quick-info li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px; }
    .site-footer ul.quick-info li:before {
      left: 0;
      position: absolute;
      content: "";
      font-family: 'icomoon';
      color: #FF6600;
      font-size: 18px; }
    .site-footer ul.quick-info li.email:before {
      content: "\f0e0"; }
    .site-footer ul.quick-info li.phone:before {
      content: "\f095"; }
    .site-footer ul.quick-info li.address:before {
      content: "\e8b4"; }
  .site-footer .inner.dark {
    background: #1a1033;
    padding: 25px 0; }
    .site-footer .inner.dark p {
      font-size: 13px;
      color: #d1d5db; }
    .site-footer .inner.dark a {
      color: #FF6600;
      margin: 0 10px; }
      .site-footer .inner.dark a:hover {
        color: #ffffff; }

/* Modern Design Enhancements */
.hero {
  background: linear-gradient(135deg, #4A2C7A 0%, #2D1B4E 100%);
  position: relative; }

.gradient-header {
  background: linear-gradient(135deg, #4A2C7A 0%, #FF6600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.gradient-bg {
  background: linear-gradient(135deg, #4A2C7A 0%, #FF6600 100%);
  color: white; }

.gradient-title {
  background: linear-gradient(135deg, #4A2C7A 0%, #FF6600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.section-header {
  text-align: center;
  margin-bottom: 60px; }
  .section-header .subtitle {
    color: #FF6600;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block; }
    .section-header .subtitle::before,
    .section-header .subtitle::after {
      content: '';
      position: absolute;
      top: 50%;
      width: 40px;
      height: 1px;
      background: #FF6600; }
    .section-header .subtitle::before {
      right: calc(100% + 15px); }
    .section-header .subtitle::after {
      left: calc(100% + 15px); }
  .section-header .title {
    font-size: 3rem;
    font-weight: 700;
    color: #4A2C7A;
    margin-bottom: 15px; }
    .section-header .title span {
      background: linear-gradient(135deg, #FF6600 0%, #cc5200 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text; }
  .section-header .description {
    color: #6b7280;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto; }

/* Contact Info Boxes */
.contact-info-box {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  height: 100%;
  padding: 30px 20px; }
  .contact-info-box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 8px 25px rgba(74, 44, 122, 0.15);
    box-shadow: 0 8px 25px rgba(74, 44, 122, 0.15); }
  .contact-info-box .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(74, 44, 122, 0.1) 0%, rgba(255, 102, 0, 0.12) 100%);
    border-radius: 14px;
    margin: 0 auto 16px auto;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .contact-info-box .icon-wrapper span {
    color: #4A2C7A !important;
    font-size: 22px; }
    .contact-info-box .icon-wrapper span[class^="flaticon-"] {
      font-size: 24px; }
  .contact-info-box h4 {
    color: #4A2C7A;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px; }
  .contact-info-box p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0; }
  .contact-info-box a {
    color: #6b7280;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .contact-info-box a:hover {
      color: #FF6600;
      text-decoration: none; }

/* Testimonial Cards */
.testimonial-card {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  height: 100%; }
  .testimonial-card:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 30px rgba(74, 44, 122, 0.2);
    box-shadow: 0 10px 30px rgba(74, 44, 122, 0.2); }
  .testimonial-card .name {
    font-size: 18px;
    margin-bottom: 5px; }
  .testimonial-card blockquote {
    font-style: italic;
    color: #666;
    font-size: 14px;
    line-height: 1.6; }
  .testimonial-card .stars {
    font-size: 18px;
    margin-top: 15px; }

/* Map Container */
.map-container {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fade-in-up {
  animation: fadeInUp 0.6s ease-out; }

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); } }

.pulse {
  animation: pulse 2s infinite; }

.service {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .service:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }

.media-1 {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .media-1:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }

.feature-1 {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .feature-1:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }

.btn {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-transform: none;
  letter-spacing: 0.5px; }

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 4px 24px rgba(45, 27, 78, 0.1);
  box-shadow: 0 4px 24px rgba(45, 27, 78, 0.1);
  padding: 9px 0;
  border-bottom: 1px solid rgba(74, 44, 122, 0.08); }
  .site-nav.is-nav-ready {
    -webkit-transition: background 0.35s ease, padding 0.35s ease, -webkit-box-shadow 0.35s ease, box-shadow 0.35s ease, border-radius 0.35s ease;
    -o-transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease, border-radius 0.35s ease;
    transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease, border-radius 0.35s ease; }
  .site-nav .container {
    max-width: 1200px; }
  @media (min-width: 992px) {
    .site-nav {
      top: 12px;
      left: 0;
      right: 0;
      width: min(1200px, 92%);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50px;
      border-bottom: none;
      padding: 10px 0; } }
  @media (max-width: 991.98px) {
    .site-nav {
      padding: 9px 0; } }

.site-nav.scrolled {
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 4px 24px rgba(45, 27, 78, 0.1);
  box-shadow: 0 4px 24px rgba(45, 27, 78, 0.1);
  padding: 9px 0;
  border-bottom: 1px solid rgba(74, 44, 122, 0.08); }
  @media (min-width: 992px) {
    .site-nav.scrolled {
      top: 12px;
      left: 0;
      right: 0;
      width: min(1200px, 92%);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      border-radius: 50px;
      border-bottom: none;
      padding: 10px 0; } }
  @media (max-width: 991.98px) {
    .site-nav.scrolled {
      background: rgba(255, 255, 255, 0.98);
      border-radius: 0;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      max-width: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding: 9px 0; } }

.site-nav .site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.site-nav .logo {
  font-size: 22px;
  font-weight: 700;
  color: #4A2C7A !important;
  -webkit-transition: color 0.8s ease-in-out;
  -o-transition: color 0.8s ease-in-out;
  transition: color 0.8s ease-in-out; }
  .site-nav .logo span {
    color: #FF6600 !important; }

.site-nav-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none !important;
  flex-shrink: 0;
  max-width: 58%; }

.site-nav-logo-img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  transition: opacity 0.25s ease, transform 0.25s ease; }

.site-nav-logo:hover .site-nav-logo-img {
  opacity: 0.9;
  transform: scale(1.02); }

@media (min-width: 992px) {
  .site-nav-logo-img {
    height: 44px; } }

@media (max-width: 991.98px) {
  .site-nav-logo {
    max-width: calc(100% - 52px); }

  .site-nav-logo-img {
    height: 38px; } }

@media (max-width: 575.98px) {
  .site-nav-logo-img {
    height: 34px; } }

.site-nav.scrolled .logo {
  color: #4A2C7A !important; }

/* Contact Page — Map & Daily Support Section */
.contact-map-support-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(180deg, #f8f6fc 0%, #ffffff 100%); }

.map-support-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(45, 27, 78, 0.1);
  background: #ffffff;
  border: 1px solid rgba(74, 44, 122, 0.06); }
  .map-support-wrapper > .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    .map-support-wrapper > .row > [class*="col-"] {
      display: flex;
      flex-direction: column;
      padding: 0; }

.contact-map-panel {
  height: 100%;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
  border-right: 1px solid rgba(74, 44, 122, 0.07); }

.map-panel-header {
  padding: 32px 32px 20px; }
  .map-panel-header .map-panel-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FF6600;
    background: rgba(255, 102, 0, 0.1);
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 12px; }
  .map-panel-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4A2C7A;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif; }
  .map-panel-header .map-panel-address {
    font-size: 0.92rem;
    color: #6b7280;
    margin: 0 0 16px;
    line-height: 1.55;
    max-width: 420px; }
  .map-panel-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px; }
    .map-panel-meta li {
      font-size: 0.82rem;
      color: #4A2C7A;
      display: inline-flex;
      align-items: center;
      gap: 7px; }
      .map-panel-meta li span[class^="icon-"] {
        color: #FF6600;
        font-size: 14px; }
      .map-panel-meta li a {
        color: #4A2C7A;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.25s ease; }
        .map-panel-meta li a:hover {
          color: #FF6600; }

.contact-map-embed {
  flex: 1;
  min-height: 320px;
  margin: 0 28px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 28px rgba(74, 44, 122, 0.1);
  border: 2px solid rgba(74, 44, 122, 0.06); }
  .contact-map-embed::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    z-index: 1; }
  .contact-map-embed iframe {
    display: block;
    min-height: 320px;
    width: 100%;
    filter: saturate(0.95) contrast(1.02); }

.map-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 28px 28px; }
  .map-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; }
    .map-action-btn span[class^="icon-"] {
      font-size: 14px; }
  .map-action-primary {
    background: linear-gradient(135deg, #4A2C7A 0%, #2D1B4E 100%);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(74, 44, 122, 0.25); }
    .map-action-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 24px rgba(74, 44, 122, 0.32);
      color: #ffffff; }
  .map-action-secondary {
    background: #ffffff;
    color: #4A2C7A;
    border: 1.5px solid rgba(74, 44, 122, 0.15); }
    .map-action-secondary:hover {
      transform: translateY(-2px);
      border-color: #FF6600;
      color: #FF6600;
      box-shadow: 0 6px 18px rgba(255, 102, 0, 0.12); }

.daily-support-panel {
  position: relative;
  height: 100%;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 36px;
  background: #1a1033; }

.daily-support-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(26, 16, 51, 0.97) 0%, rgba(45, 27, 78, 0.92) 40%, rgba(74, 44, 122, 0.88) 100%);
  z-index: 0; }
  .daily-support-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 85% 15%, rgba(255, 102, 0, 0.18) 0%, transparent 40%),
      radial-gradient(circle at 10% 85%, rgba(99, 102, 241, 0.15) 0%, transparent 45%);
    z-index: 1; }
  .daily-support-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.5;
    z-index: 2; }

.daily-support-content {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
  max-width: 380px;
  margin: 0 auto; }

.support-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 18px; }
  .support-badge span[class^="icon-"] {
    color: #FF6600;
    font-size: 15px; }

.daily-support-content h2 {
  font-size: 1.85rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif; }

.daily-support-lead {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  margin-bottom: 22px; }

.support-highlights {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 26px; }
  .support-highlight-item {
    flex: 1;
    max-width: 100px;
    padding: 12px 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px; }
    .support-highlight-item .highlight-num {
      font-size: 0.95rem;
      font-weight: 700;
      color: #FF6600;
      font-family: "Poppins", sans-serif; }
    .support-highlight-item .highlight-label {
      font-size: 0.68rem;
      color: rgba(255, 255, 255, 0.6);
      text-transform: uppercase;
      letter-spacing: 0.5px; }

.support-chat-demo {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 26px;
  text-align: left; }

.chat-bubble {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  max-width: 100%; }
  .chat-bubble .chat-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.3px; }
  .chat-avatar-client {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.2); }
  .chat-avatar-team {
    background: linear-gradient(135deg, #FF6600 0%, #cc5200 100%);
    color: #ffffff;
    border: none; }
  .chat-bubble .chat-text {
    padding: 12px 16px;
    border-radius: 18px;
    font-size: 0.8rem;
    line-height: 1.5;
    flex: 1; }
    .chat-bubble .chat-text .chat-name {
      display: block;
      font-size: 0.68rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      margin-bottom: 4px;
      opacity: 0.75; }
    .chat-bubble .chat-text p {
      margin: 0; }

.chat-incoming {
  align-self: flex-start;
  max-width: 92%; }
  .chat-incoming .chat-text {
    background: rgba(255, 255, 255, 0.95);
    color: #374151;
    border-bottom-left-radius: 5px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }
    .chat-incoming .chat-text .chat-name {
      color: #6b7280; }

.chat-outgoing {
  align-self: flex-end;
  flex-direction: row-reverse;
  max-width: 92%; }
  .chat-outgoing .chat-text {
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.95) 0%, rgba(204, 82, 0, 0.95) 100%);
    color: #ffffff;
    border-bottom-right-radius: 5px;
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.25); }
    .chat-outgoing .chat-text .chat-name {
      color: rgba(255, 255, 255, 0.85); }

.daily-support-cta {
  display: inline-block;
  padding: 13px 40px;
  border-radius: 50px;
  background: linear-gradient(135deg, #FF6600 0%, #cc5200 100%);
  color: #ffffff !important;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  box-shadow: 0 8px 28px rgba(255, 102, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .daily-support-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 102, 0, 0.45);
    color: #ffffff !important; }

@media (max-width: 991.98px) {
  .contact-map-panel {
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(74, 44, 122, 0.08); }
  .daily-support-panel {
    min-height: auto;
    padding: 36px 28px; }
  .daily-support-content {
    max-width: 100%; } }

@media (max-width: 575.98px) {
  .map-panel-header {
    padding: 24px 22px 16px; }
  .contact-map-embed {
    margin: 0 20px;
    min-height: 260px; }
    .contact-map-embed iframe {
      min-height: 260px; }
  .map-panel-actions {
    padding: 16px 20px 24px; }
  .map-action-btn {
    flex: 1;
    justify-content: center;
    min-width: calc(50% - 5px); }
  .daily-support-panel {
    padding: 32px 22px; }
  .daily-support-content h2 {
    font-size: 1.5rem; }
  .support-highlights {
    gap: 8px; }
    .support-highlight-item {
      padding: 10px 6px; } }

/* Contact Page — Testimonials Section */
.contact-testimonials-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f6fc 50%, #fff9f5 100%);
  position: relative;
  overflow: hidden; }
  .contact-testimonials-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 102, 0, 0.06) 0%, transparent 70%);
    pointer-events: none; }
  .contact-testimonials-section::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(74, 44, 122, 0.07) 0%, transparent 70%);
    pointer-events: none; }

.contact-testimonials-header {
  margin-bottom: 50px; }

.contact-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch; }

.contact-testimonial-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 32px 28px 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(74, 44, 122, 0.08);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(45, 27, 78, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden; }
  .contact-testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4A2C7A 0%, #FF6600 100%);
    opacity: 0;
    transition: opacity 0.35s ease; }
  .contact-testimonial-card:hover::before {
    opacity: 1; }
  .contact-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(74, 44, 122, 0.12);
    border-color: rgba(255, 102, 0, 0.2); }

.contact-testimonial-card .testimonial-quote-icon {
  font-size: 3.5rem;
  line-height: 1;
  font-family: Georgia, "Source Serif Pro", serif;
  color: rgba(74, 44, 122, 0.12);
  position: absolute;
  top: 16px;
  right: 24px;
  pointer-events: none;
  user-select: none; }

.contact-testimonial-card .testimonial-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 18px; }
  .contact-testimonial-card .testimonial-stars span {
    font-size: 14px;
    color: #FF6600; }

.contact-testimonial-card blockquote {
  flex: 1 1 auto;
  margin: 0 0 24px;
  padding: 0;
  border: none;
  font-style: normal; }
  .contact-testimonial-card blockquote p {
    font-size: 0.92rem;
    line-height: 1.75;
    color: #4b5563;
    font-style: normal;
    margin: 0; }

.contact-testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(74, 44, 122, 0.08);
  margin-top: auto;
  flex-shrink: 0; }

.contact-testimonials-section .testimonial-card.contact-testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(74, 44, 122, 0.12); }

.contact-testimonial-card .testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
              linear-gradient(135deg, #4A2C7A, #FF6600) border-box;
  box-shadow: 0 4px 12px rgba(74, 44, 122, 0.12); }

.contact-testimonial-card .testimonial-author-info {
  text-align: left; }
  .contact-testimonial-card .testimonial-author-info .name {
    font-size: 1rem;
    font-weight: 600;
    color: #4A2C7A;
    margin: 0 0 4px;
    font-family: "Poppins", sans-serif; }
  .contact-testimonial-card .testimonial-author-info .testimonial-role {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FF6600;
    background: rgba(255, 102, 0, 0.1);
    padding: 3px 10px;
    border-radius: 50px; }

@media (max-width: 991.98px) {
  .contact-testimonials-section {
    padding-top: 60px;
    padding-bottom: 60px; }
  .contact-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px; } }

@media (max-width: 575.98px) {
  .contact-testimonial-card {
    padding: 28px 22px 24px; }
    .contact-testimonial-card .testimonial-quote-icon {
      font-size: 2.8rem;
      top: 12px;
      right: 18px; } }

/* Contact Page — Why Choose Section (reusable on other pages) */
.why-choose-section {
  background: linear-gradient(160deg, #faf8ff 0%, #fff9f5 45%, #f5f0ff 100%);
  padding-top: 70px;
  padding-bottom: 70px; }

.why-choose-section .why-choose-header {
  margin-bottom: 45px; }

.why-choose-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(74, 44, 122, 0.08);
  border-radius: 16px;
  padding: 28px 22px;
  height: 100%;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; }
  .why-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(74, 44, 122, 0.12);
    border-color: rgba(255, 102, 0, 0.2); }
  .why-choose-card .why-choose-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(74, 44, 122, 0.12) 0%, rgba(255, 102, 0, 0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center; }
    .why-choose-card .why-choose-icon span {
      font-size: 22px;
      color: #4A2C7A; }
  .why-choose-card h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #4A2C7A;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif; }
  .why-choose-card p {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.65;
    margin-bottom: 0; }

/* Contact Page — Compact Gradient Footer */
.contact-footer {
  background: linear-gradient(135deg, #4A2C7A 0%, #2D1B4E 55%, #1a1033 100%);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85); }
  .contact-footer .contact-footer-main {
    padding: 40px 0 32px; }

  .contact-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 18px;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0; }

  .contact-footer-side-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 24px;
    height: 100%;
    min-width: 0; }

  .contact-footer-side-block {
    min-width: 0; }

  .contact-footer-col {
    padding: 22px 22px 20px;
    border-radius: 18px;
    /* background: rgba(255, 255, 255, 0.06); */
    /* border: 1px solid rgba(255, 255, 255, 0.12); */
    /* box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1); */
    height: 100%;
    min-width: 0; }

  .contact-footer-heading {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FF6600;
    margin: 0 0 16px;
    font-family: "Poppins", sans-serif; }

  .contact-footer .contact-footer-logo {
    display: block;
    line-height: 0;
    text-decoration: none;
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease; }

  .contact-footer-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12); }

  .contact-footer-logo-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    object-position: left center; }

  .contact-footer .contact-footer-tagline {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 0 16px;
    line-height: 1.55;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .contact-footer-social-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 12px; }

  .contact-footer-social-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45); }

  .contact-footer .contact-footer-social {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px; }
    .contact-footer .contact-footer-social li {
      display: inline-block;
      margin-right: 0; }
      .contact-footer .contact-footer-social li a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.15);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
        text-decoration: none; }
        .contact-footer .contact-footer-social li a span {
          font-size: 14px; }
        .contact-footer .contact-footer-social li a .icon-tiktok {
          display: inline-block;
          width: 14px;
          height: 14px;
          font-size: 0 !important;
          line-height: 0;
          vertical-align: middle; }
          .contact-footer .contact-footer-social li a .icon-tiktok::before {
            content: "";
            display: block;
            width: 14px;
            height: 14px;
            background-color: currentColor;
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='black' d='M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.3 121.3 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.6a121.9 121.9 0 0 0 67 20.1z'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='black' d='M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.3 121.3 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.6a121.9 121.9 0 0 0 67 20.1z'/%3E%3C/svg%3E");
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: center;
            mask-position: center;
            -webkit-mask-size: contain;
            mask-size: contain; }
        .contact-footer .contact-footer-social li a:hover {
          background: linear-gradient(135deg, #FF6600 0%, #cc5200 100%);
          border-color: transparent;
          transform: translateY(-2px);
          color: #ffffff; }

  .contact-footer .contact-footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; }
    .contact-footer .contact-footer-links a {
      color: rgba(255, 255, 255, 0.88);
      text-decoration: none;
      font-size: 0.92rem;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: color 0.25s ease, transform 0.25s ease; }
      .contact-footer .contact-footer-links a::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(255, 102, 0, 0.55);
        flex-shrink: 0;
        transition: background 0.25s ease, transform 0.25s ease; }
      .contact-footer .contact-footer-links a:hover {
        color: #FF6600;
        transform: translateX(4px); }
        .contact-footer .contact-footer-links a:hover::before {
          background: #FF6600;
          transform: scale(1.2); }

  .contact-footer-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px; }
    .contact-footer-info-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px; }
    .contact-footer-info-list li > div {
      flex: 1;
      min-width: 0; }

  .contact-footer-info-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(135deg, rgba(74, 44, 122, 0.35) 0%, rgba(255, 102, 0, 0.22) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    .contact-footer-info-icon span {
      color: #FF6600;
      font-size: 15px; }

  .contact-footer-info-label {
    display: block;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 3px; }

  .contact-footer-info-list a {
    display: block;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 0.84rem;
    line-height: 1.45;
    transition: color 0.25s ease;
    word-break: break-word; }
    .contact-footer-info-list a + a {
      margin-top: 2px; }
    .contact-footer-info-list a:hover {
      color: #FF6600; }

  .contact-footer-info-text {
    display: block;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5; }

  .contact-footer .contact-footer-bottom {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.15);
    text-align: center; }
    .contact-footer .contact-footer-bottom p {
      margin: 0;
      font-size: 0.78rem;
      color: rgba(255, 255, 255, 0.55);
      letter-spacing: 0.3px; }

@media (max-width: 991.98px) {
  .contact-footer .contact-footer-main {
    padding: 16px 0 10px; }

  .contact-footer-grid {
    grid-template-columns: 1fr;
    gap: 8px; }

  .contact-footer-side-grid {
    grid-template-columns: 1fr;
    gap: 10px; }

  .contact-footer-col {
    padding: 0;
    height: auto;
    text-align: center; }

  .contact-footer-brand-col,
  .contact-footer-side-col,
  .contact-footer-side-block {
    text-align: center; }

  .contact-footer-heading {
    margin: 0 0 6px;
    font-size: 0.66rem;
    letter-spacing: 1.2px; }

  .contact-footer .contact-footer-logo {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto 6px;
    padding: 6px 8px; }

  .contact-footer-logo-img {
    object-position: center;
    max-width: 160px;
    max-height: 34px;
    margin: 0 auto; }

  .contact-footer .contact-footer-tagline {
    max-width: 260px;
    margin: 0 auto 8px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 0.74rem;
    line-height: 1.35; }

  .contact-footer-social-label {
    display: none; }

  .contact-footer-social-wrap {
    justify-content: center;
    gap: 0;
    margin-bottom: 2px; }

  .contact-footer .contact-footer-social {
    justify-content: center;
    gap: 6px; }
    .contact-footer .contact-footer-social li a {
      width: 32px;
      height: 32px; }

  .contact-footer .contact-footer-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 14px; }
    .contact-footer .contact-footer-links a {
      font-size: 0.8rem;
      gap: 0; }
      .contact-footer .contact-footer-links a::before {
        display: none; }

  .contact-footer-info-list {
    align-items: center;
    gap: 6px; }

  .contact-footer-info-list li {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px; }

  .contact-footer-info-list li > div {
    text-align: center; }

  .contact-footer-info-list li > div a {
    display: inline; }

  .contact-footer-info-label {
    display: none; }

  .contact-footer-info-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px; }
    .contact-footer-info-icon span {
      font-size: 13px; }

  .contact-footer-info-list a,
  .contact-footer-info-text {
    font-size: 0.74rem;
    line-height: 1.3; }

  .contact-footer-info-list a + a {
    margin-top: 0;
    display: inline; }
    .contact-footer-info-list a + a::before {
      content: " · ";
      color: rgba(255, 255, 255, 0.45);
      pointer-events: none; }

  .contact-footer .contact-footer-bottom {
    padding: 8px 0; }
    .contact-footer .contact-footer-bottom p {
      font-size: 0.68rem;
      line-height: 1.35; } }

@media (max-width: 575.98px) {
  .contact-footer {
    overflow-x: hidden; }

  .contact-footer .contact-footer-main {
    padding: 14px 0 8px; }

  .contact-footer .container {
    padding-left: 12px;
    padding-right: 12px; }

  .contact-footer-grid {
    gap: 6px; }

  .contact-footer-side-grid {
    gap: 8px; }

  .contact-footer .contact-footer-tagline {
    display: none; }

  .contact-footer .contact-footer-logo {
    padding: 5px 7px;
    margin-bottom: 4px; }

  .contact-footer-logo-img {
    max-height: 30px;
    max-width: 145px; }

  .contact-footer-heading {
    margin-bottom: 5px; }

  .contact-footer .contact-footer-links {
    gap: 2px 10px; }
    .contact-footer .contact-footer-links a {
      font-size: 0.76rem; }

  .contact-footer-info-list {
    gap: 5px; }

  .contact-footer-info-list li {
    gap: 6px; }

  .contact-footer-info-icon {
    width: 26px;
    height: 26px; }

  .contact-footer-info-list a,
  .contact-footer-info-text {
    font-size: 0.7rem; }

  .contact-footer .contact-footer-bottom {
    padding: 6px 8px; }
    .contact-footer .contact-footer-bottom p {
      font-size: 0.64rem; } }

/* =====================================================
   About Page
   ===================================================== */
.about-section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FF6600;
  background: rgba(255, 102, 0, 0.1);
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 14px; }

.about-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #4A2C7A;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif; }

.about-section-lead {
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 16px; }

.about-btn-primary {
  display: inline-block;
  padding: 13px 32px;
  border-radius: 50px;
  background: linear-gradient(135deg, #4A2C7A 0%, #2D1B4E 100%);
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  box-shadow: 0 8px 24px rgba(74, 44, 122, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 8px; }
  .about-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(74, 44, 122, 0.35);
    color: #ffffff !important; }

.about-btn-outline {
  display: inline-block;
  padding: 13px 32px;
  border-radius: 50px;
  background: transparent;
  color: #4A2C7A !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(74, 44, 122, 0.2);
  transition: all 0.3s ease;
  margin-top: 8px; }
  .about-btn-outline:hover {
    border-color: #FF6600;
    color: #FF6600 !important;
    transform: translateY(-2px); }

.about-btn-outline-light {
  display: inline-block;
  padding: 13px 32px;
  border-radius: 50px;
  background: transparent;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease; }
  .about-btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
    color: #ffffff !important;
    transform: translateY(-2px); }

/* Mission Vision Values */
.about-page .about-section-header-compact {
  margin-bottom: 32px; }

.about-mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch; }

.about-mvv-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f6fc 100%); }

.about-mvv-row {
  align-items: stretch; }
  .about-mvv-row > [class*="col-"] {
    display: flex; }

.about-mvv-card {
  width: 100%;
  height: 100%;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(74, 44, 122, 0.08);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(45, 27, 78, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; }

.about-mvv-card-body {
  flex: 1;
  display: flex;
  flex-direction: column; }
  .about-mvv-card-body h3 {
    flex-shrink: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #4A2C7A;
    margin-bottom: 14px;
    font-family: "Poppins", sans-serif; }
  .about-mvv-card-body p,
  .about-mvv-card-body .about-values-list {
    flex: 1;
    margin-bottom: 0; }
  .about-mvv-card-body p {
    font-size: 0.92rem;
    color: #6b7280;
    line-height: 1.65; }

.about-mvv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(74, 44, 122, 0.12);
  border-color: rgba(255, 102, 0, 0.2); }

.about-mvv-card-featured {
  background: linear-gradient(145deg, #4A2C7A 0%, #2D1B4E 100%);
  border-color: transparent;
  box-shadow: 0 16px 48px rgba(74, 44, 122, 0.25); }
  .about-mvv-card-featured .about-mvv-card-body h3 {
    color: #ffffff; }
  .about-mvv-card-featured .about-mvv-card-body p {
    color: rgba(255, 255, 255, 0.82); }
  .about-mvv-card-featured .about-mvv-icon {
    background: rgba(255, 102, 0, 0.25); }
    .about-mvv-card-featured .about-mvv-icon span {
      color: #FF6600; }
  .about-mvv-card-featured:hover {
    border-color: transparent;
    box-shadow: 0 24px 56px rgba(74, 44, 122, 0.35); }

.about-mvv-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(74, 44, 122, 0.12) 0%, rgba(255, 102, 0, 0.15) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0; }
  .about-mvv-icon span {
    font-size: 24px;
    color: #4A2C7A; }

.about-values-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .about-values-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 10px;
    line-height: 1.4; }
    .about-values-list li:last-child {
      margin-bottom: 0; }
    .about-values-list li span[class^="icon-"] {
      color: #FF6600;
      font-size: 14px;
      flex-shrink: 0; }

/* Our Story */
.about-story-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff; }

.about-story-visual {
  position: relative;
  padding-bottom: 40px;
  padding-right: 40px;
  max-width: 100%;
  overflow: hidden; }

.about-story-image-main {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(45, 27, 78, 0.15); }
  .about-story-image-main img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 300px; }

.about-story-image-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 12px 32px rgba(45, 27, 78, 0.2); }
  .about-story-image-accent img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 140px; }

.about-story-stat {
  position: absolute;
  top: 24px;
  left: 0;
  background: linear-gradient(135deg, #FF6600 0%, #cc5200 100%);
  color: #ffffff;
  padding: 18px 22px;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(255, 102, 0, 0.35);
  text-align: center;
  min-width: 120px; }
  .about-story-stat .stat-num {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1; }
  .about-story-stat .stat-label {
    display: block;
    font-size: 0.72rem;
    opacity: 0.9;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }

.about-story-section p {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.75;
  margin-bottom: 14px; }

/* Journey Timeline — horizontal */
.about-journey-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #f8f6fc 0%, #fff9f5 100%); }

.about-timeline-horizontal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 100%;
  margin: 0;
  padding: 0; }
  .about-timeline-horizontal::before {
    display: none; }

.about-timeline-horizontal .about-timeline-item {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

.about-timeline-horizontal .timeline-marker {
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 12px; }

.about-timeline-horizontal .timeline-content {
  width: 100%;
  padding: 18px 16px; }
  .about-timeline-horizontal .timeline-content h4 {
    font-size: 0.95rem; }
  .about-timeline-horizontal .timeline-content p {
    font-size: 0.82rem; }

.about-timeline-horizontal .timeline-year {
  font-size: 1.15rem;
  font-weight: 700;
  color: #FF6600;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  margin-bottom: 4px; }

.about-timeline-horizontal .about-timeline-item:hover .timeline-content {
  transform: translateY(-4px); }

/* Vertical timeline fallback (unused on about) */
.about-timeline {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 32px; }
  .about-timeline::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, #4A2C7A 0%, #FF6600 100%);
    border-radius: 2px;
    opacity: 0.25; }

.about-timeline-item {
  position: relative;
  padding-bottom: 36px; }
  .about-timeline-item:last-child {
    padding-bottom: 0; }

.timeline-marker {
  position: absolute;
  left: -32px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #4A2C7A;
  box-shadow: 0 0 0 4px rgba(74, 44, 122, 0.1);
  z-index: 1;
  transition: transform 0.3s ease, border-color 0.3s ease; }

.timeline-marker-active {
  background: #FF6600;
  border-color: #FF6600;
  box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.2);
  transform: scale(1.15); }

.timeline-content {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(74, 44, 122, 0.08);
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 8px 28px rgba(45, 27, 78, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease; }
  .about-timeline-item:hover .timeline-content {
    transform: translateX(6px);
    box-shadow: 0 12px 36px rgba(74, 44, 122, 0.1); }
  .about-timeline-item:hover .timeline-marker {
    border-color: #FF6600;
    transform: scale(1.1); }

.timeline-year {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FF6600;
  margin-bottom: 6px; }

.timeline-content h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #4A2C7A;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif; }

.timeline-content p {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.65;
  margin: 0; }

/* Compact vertical timeline */
.about-timeline-compact {
  max-width: 580px;
  padding-left: 28px; }
  .about-timeline-compact::before {
    left: 6px; }
  .about-timeline-compact .about-timeline-item {
    padding-bottom: 18px; }
  .about-timeline-compact .timeline-marker {
    left: -28px;
    width: 14px;
    height: 14px; }
  .about-timeline-compact .timeline-content {
    padding: 14px 18px; }
  .about-timeline-compact .timeline-year {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif; }
  .about-timeline-compact .timeline-content h4 {
    font-size: 0.95rem;
    margin-bottom: 6px; }
  .about-timeline-compact .timeline-content p {
    font-size: 0.82rem;
    line-height: 1.55; }

/* Countries / Destinations */
.about-countries-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff; }

.about-destinations-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  align-items: start; }

.destination-region {
  padding: 22px 24px;
  background: linear-gradient(145deg, #4A2C7A 0%, #2D1B4E 100%);
  border-radius: 16px;
  color: #ffffff;
  height: 100%; }
  .destination-region h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px; }
  .destination-region p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    line-height: 1.6; }

.destination-region-europe {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(74, 44, 122, 0.08);
  box-shadow: 0 8px 28px rgba(45, 27, 78, 0.06); }
  .destination-region-europe h4 {
    color: #4A2C7A; }

.about-countries-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  margin: 0; }

.country-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(74, 44, 122, 0.05);
  border: 1px solid rgba(74, 44, 122, 0.08);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #4A2C7A;
  transition: transform 0.25s ease, border-color 0.25s ease; }
  .country-chip:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 102, 0, 0.35);
    box-shadow: 0 8px 24px rgba(255, 102, 0, 0.12); }
  .country-chip .country-flag {
    font-size: 1.2rem;
    line-height: 1; }

  .country-chip:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 102, 0, 0.35); }

/* Why Choose — services page layout */
.about-why-feature-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff; }
  .about-why-feature-section .feature-1 h3 {
    font-family: "Poppins", sans-serif;
    color: #4A2C7A; }
  .about-why-feature-section .frame {
    border-radius: 16px;
    overflow: hidden;
    min-height: 320px; }

/* Gallery */
.about-gallery-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #faf8ff 0%, #ffffff 100%); }

.about-gallery-grid-5 {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  width: 100%;
  min-height: 420px;
  height: 420px; }

.about-gallery-grid-5 .gallery-featured {
  grid-row: 1 / -1; }

.about-gallery-section .gallery-item {
  height: 100%;
  min-height: 0;
  display: block; }
  .about-gallery-section .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }

.about-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 16px; }

.gallery-item {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(45, 27, 78, 0.1); }
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease; }
  .gallery-item:hover img {
    transform: scale(1.08); }

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(74, 44, 122, 0.7) 0%, rgba(255, 102, 0, 0.5) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease; }
  .gallery-overlay span {
    font-size: 24px;
    color: #ffffff;
    transform: scale(0.8);
    transition: transform 0.35s ease; }
  .gallery-item:hover .gallery-overlay {
    opacity: 1; }
    .gallery-item:hover .gallery-overlay span {
      transform: scale(1); }

.gallery-item-tall {
  grid-row: span 2; }

.gallery-item-wide {
  grid-column: span 2; }

/* FAQ */
.about-faq-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff; }

.about-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.faq-item {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(74, 44, 122, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease; }
  .faq-item.active {
    border-color: rgba(255, 102, 0, 0.25);
    box-shadow: 0 8px 28px rgba(74, 44, 122, 0.08); }

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 600;
  color: #4A2C7A;
  font-family: "Poppins", sans-serif;
  transition: color 0.25s ease; }
  .faq-question:hover {
    color: #FF6600; }

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(74, 44, 122, 0.08);
  flex-shrink: 0;
  position: relative;
  transition: background 0.3s ease, transform 0.3s ease; }
  .faq-icon::before,
  .faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #4A2C7A;
    transition: background 0.3s ease, transform 0.3s ease; }
  .faq-icon::before {
    width: 10px;
    height: 2px;
    transform: translate(-50%, -50%); }
  .faq-icon::after {
    width: 2px;
    height: 10px;
    transform: translate(-50%, -50%); }

.faq-item.active .faq-icon {
  background: rgba(255, 102, 0, 0.15);
  transform: rotate(180deg); }
  .faq-item.active .faq-icon::before,
  .faq-item.active .faq-icon::after {
    background: #FF6600; }
  .faq-item.active .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0; }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease; }
  .faq-answer p {
    padding: 0 22px 18px;
    margin: 0;
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.7; }

.faq-item.active .faq-answer {
  max-height: 280px; }

/* CTA */
.about-cta-section {
  padding: 45px 0;
  background: linear-gradient(135deg, #4A2C7A 0%, #2D1B4E 55%, #1a1033 100%); }

.about-cta-inner {
  text-align: center;
  max-width: 620px;
  margin: 0 auto; }
  .about-cta-inner h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif; }
  .about-cta-inner p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 28px;
    line-height: 1.6; }

.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px; }
  .about-cta-actions .about-btn-primary {
    background: linear-gradient(135deg, #FF6600 0%, #cc5200 100%);
    box-shadow: 0 8px 24px rgba(255, 102, 0, 0.35);
    margin-top: 0; }
    .about-cta-actions .about-btn-primary:hover {
      box-shadow: 0 12px 28px rgba(255, 102, 0, 0.45); }
  .about-cta-actions .about-btn-outline-light {
    margin-top: 0; }

@media (max-width: 991.98px) {
  .about-mvv-grid {
    grid-template-columns: 1fr; }
  .about-destinations-wrap {
    grid-template-columns: 1fr; }
  .about-gallery-grid-5 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 200px);
    height: auto;
    min-height: 0; }
  .about-gallery-grid-5 .gallery-featured {
    grid-row: span 1;
    grid-column: span 2; }
  .about-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px; }
  .gallery-item-wide {
    grid-column: span 2; }
  .gallery-item-tall {
    grid-row: span 1; } }

@media (max-width: 575.98px) {
  .about-mvv-section,
  .about-story-section,
  .about-journey-section,
  .about-countries-section,
  .about-why-feature-section,
  .about-gallery-section,
  .about-faq-section {
    padding-top: 40px;
    padding-bottom: 40px; }
  .about-timeline-compact {
    padding-left: 24px; }
  .about-story-visual {
    padding-right: 24px;
    padding-bottom: 24px; }
  .about-story-stat {
    left: 0;
    top: 16px; }
  .about-gallery-grid-5 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 220px); }
  .about-gallery-grid-5 .gallery-featured {
    grid-column: span 1; }
  .about-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px; }
  .gallery-item-wide {
    grid-column: span 1; }
  .about-cta-inner h2 {
    font-size: 1.6rem; }
  .about-cta-actions {
    flex-direction: column;
    align-items: center; }
    .about-cta-actions .about-btn-primary,
    .about-cta-actions .about-btn-outline-light {
      width: 100%;
      max-width: 280px;
      text-align: center; } }

/* =====================================================
   Services Page
   ===================================================== */
.services-core-section {
  padding-top: 70px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f6fc 100%); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch; }

.service-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(74, 44, 122, 0.08);
  border-radius: 18px;
  padding: 26px 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  box-shadow: 0 8px 30px rgba(45, 27, 78, 0.05); }
  .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(74, 44, 122, 0.12);
    border-color: rgba(255, 102, 0, 0.25); }

.service-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(74, 44, 122, 0.1) 0%, rgba(255, 102, 0, 0.12) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0; }
  .service-card-icon span {
    font-size: 22px;
    color: #4A2C7A; }
  .service-card-icon span[class^="flaticon-"] {
    font-size: 24px; }

.service-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #4A2C7A;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif; }

.service-card p {
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 14px;
  flex: 1; }

.service-card-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto; }
  .service-card-tags li {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #FF6600;
    background: rgba(255, 102, 0, 0.1);
    padding: 4px 10px;
    border-radius: 50px; }

/* Requirements panel */
.services-requirements-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff; }

.requirements-panel {
  background: linear-gradient(135deg, #4A2C7A 0%, #2D1B4E 55%, #1a1033 100%);
  border-radius: 24px;
  padding: 40px 36px;
  box-shadow: 0 20px 50px rgba(45, 27, 78, 0.2);
  position: relative;
  overflow: hidden; }
  .requirements-panel::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 102, 0, 0.2) 0%, transparent 70%);
    pointer-events: none; }

.requirements-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FF6600;
  background: rgba(255, 102, 0, 0.15);
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 14px; }

.requirements-panel h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif; }

.requirements-amharic {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 14px;
  font-style: italic; }

.requirements-note {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  margin-bottom: 20px; }

.requirements-panel .about-btn-primary {
  background: linear-gradient(135deg, #FF6600 0%, #cc5200 100%);
  box-shadow: 0 8px 24px rgba(255, 102, 0, 0.35); }

.requirements-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .requirements-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 20px 22px;
    transition: background 0.3s ease, border-color 0.3s ease; }
    .requirements-list li:hover {
      background: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 102, 0, 0.3); }
    .requirements-list li strong {
      display: block;
      font-size: 1rem;
      color: #ffffff;
      margin-bottom: 6px;
      font-family: "Poppins", sans-serif; }
    .requirements-list li p {
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.8);
      margin: 0;
      line-height: 1.6; }
      .requirements-list li p strong {
        display: inline;
        color: #FF6600;
        font-size: inherit;
        margin: 0; }

.req-check {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6600 0%, #cc5200 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }
  .req-check span {
    font-size: 16px;
    color: #ffffff; }

/* Process steps */
.services-process-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #f8f6fc 0%, #fff9f5 100%); }

.services-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch; }

.process-step {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(74, 44, 122, 0.08);
  border-radius: 18px;
  padding: 28px 22px;
  text-align: center;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease; }
  .process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(74, 44, 122, 0.1); }

.process-num {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(135deg, #4A2C7A 0%, #FF6600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px; }

.process-step h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #4A2C7A;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif; }

.process-step p {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0; }

.services-page .about-why-feature-section {
  background: #ffffff; }

.services-cta-section .services-cta-amharic {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 10px;
  font-style: italic; }

.services-cta-section .services-cta-phones {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 28px;
  line-height: 1.7; }
  .services-cta-section .services-cta-phones a {
    color: #FF6600;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.25s ease; }
    .services-cta-section .services-cta-phones a:hover {
      color: #ffffff;
      text-decoration: underline; }

@media (max-width: 991.98px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr); }
  .services-process-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 575.98px) {
  .services-core-section,
  .services-requirements-section,
  .services-process-section {
    padding-top: 40px;
    padding-bottom: 40px; }
  .services-grid,
  .services-process-grid {
    grid-template-columns: 1fr; }
  .requirements-panel {
    padding: 28px 22px; }
  .requirements-panel h2 {
    font-size: 1.45rem; } }

/* =====================================================
   Home Page
   ===================================================== */
.home-hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 8rem 0 5rem;
  margin-bottom: 0;
  background: linear-gradient(145deg, #1a1033 0%, #2D1B4E 35%, #4A2C7A 70%, #3d2066 100%);
  position: relative;
  overflow: hidden; }
  .home-hero::before {
    background-image:
      radial-gradient(circle at 20% 80%, rgba(255, 102, 0, 0.15) 0%, transparent 45%),
      radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.12) 0%, transparent 40%),
      radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: auto, auto, 24px 24px;
    opacity: 1; }

.home-hero-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0; }

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  animation: orbFloat 8s ease-in-out infinite; }

.orb-1 {
  width: 280px;
  height: 280px;
  background: rgba(255, 102, 0, 0.2);
  top: 10%;
  right: 5%;
  animation-delay: 0s; }

.orb-2 {
  width: 200px;
  height: 200px;
  background: rgba(99, 102, 241, 0.18);
  bottom: 20%;
  left: 10%;
  animation-delay: -3s; }

.orb-3 {
  width: 150px;
  height: 150px;
  background: rgba(255, 102, 0, 0.12);
  top: 50%;
  left: 40%;
  animation-delay: -5s; }

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(20px, -30px) scale(1.05); }
  66% { transform: translate(-15px, 20px) scale(0.95); } }

.home-hero-content {
  position: relative;
  z-index: 2; }

.home-hero-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 16px; }

.home-hero-amharic {
  font-size: 1rem;
  color: rgba(255, 102, 0, 0.9);
  margin-bottom: 8px;
  font-style: italic; }

.home-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.15;
  color: #ffffff; }

.home-hero .home-typed {
  color: #FF6600 !important;
  font-weight: 700; }
  .home-hero .home-typed::before {
    display: none; }

.home-hero-lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 28px; }

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px; }

.home-btn-primary {
  padding: 14px 32px;
  border-radius: 50px;
  background: linear-gradient(135deg, #FF6600 0%, #cc5200 100%);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(255, 102, 0, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none; }
  .home-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(255, 102, 0, 0.45);
    color: #ffffff !important; }

.home-btn-outline {
  padding: 14px 32px;
  border-radius: 50px;
  background: transparent;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.35);
  transition: all 0.3s ease; }
  .home-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    color: #ffffff !important;
    transform: translateY(-3px); }

.home-hero-phones {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem; }
  .home-hero-phones a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.25s ease; }
    .home-hero-phones a span {
      color: #FF6600; }
    .home-hero-phones a:hover {
      color: #FF6600; }
  .home-hero-phones .phone-divider {
    color: rgba(255, 255, 255, 0.3); }

/* Hero visual — stacked cards */
.home-hero-visual {
  position: relative;
  z-index: 2;
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; }

.home-card-stack,
.home-featured-stack {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

.stack-slot {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  transition: transform 0.45s cubic-bezier(0.34, 1.2, 0.64, 1), opacity 0.45s ease;
  background: #1a1033; }
  .stack-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease; }
  .stack-slot:hover img {
    transform: scale(1.05); }
  .stack-slot.stack-shifting {
    opacity: 0.4;
    transform: scale(0.94); }

.stack-side {
  width: 100px;
  height: 260px;
  opacity: 0.75;
  transform: scale(0.92); }

.stack-main {
  width: 130px;
  height: 340px;
  opacity: 1;
  transform: scale(1);
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.2); }

.home-featured-stack .stack-side {
  width: 120px;
  height: 280px; }

.home-featured-stack .stack-main {
  width: 155px;
  height: 380px; }

.stack-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 10px 12px;
  background: linear-gradient(to top, rgba(26, 16, 51, 0.92) 0%, transparent 100%);
  font-size: 0.72rem;
  font-weight: 600;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1.3; }
  .stack-cap .stack-flag {
    display: block;
    font-size: 1rem;
    margin-bottom: 2px; }

.stack-pin {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
  .stack-pin span {
    font-size: 14px;
    color: #4A2C7A; }

.stack-controls {
  display: flex;
  align-items: center;
  gap: 16px; }

.stack-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px); }
  .stack-btn:hover {
    background: #FF6600;
    border-color: #FF6600;
    transform: scale(1.08); }
  .stack-btn span {
    font-size: 14px; }

.stack-index {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px; }
  .stack-index em {
    font-style: normal;
    font-size: 1.1rem;
    font-weight: 700;
    color: #FF6600; }

/* Stats — floating dark bar */
.home-stats-section {
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 5;
  margin-top: -70px; }

.home-stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: linear-gradient(145deg, #1a1033 0%, #2D1B4E 100%);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 24px 60px rgba(26, 16, 51, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden; }
  .home-stats-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4A2C7A, #FF6600, #4A2C7A);
    opacity: 0.9; }

.home-stat-cell {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08); }
  .home-stat-cell:last-child {
    border-right: none; }

.stat-num {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #FF6600;
  line-height: 1;
  flex-shrink: 0;
  min-width: 70px; }

.stat-desc {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  margin: 0;
  font-weight: 400; }

/* Home services — colorful mosaic */
.home-services-section {
  padding: 65px 0 55px;
  background: linear-gradient(180deg, #fff9f5 0%, #f8f6fc 45%, #ffffff 100%);
  position: relative;
  z-index: 2; }

.home-svc-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto auto;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  min-width: 0; }

.svc-tile {
  position: relative;
  border-radius: 20px;
  padding: 22px 20px;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 130px;
  min-width: 0;
  max-width: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease; }
  .svc-tile:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 48px rgba(45, 27, 78, 0.22);
    text-decoration: none;
    color: #ffffff; }

.svc-tile-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  margin-bottom: 12px; }
  .svc-tile-icon span {
    font-size: 20px;
    color: #ffffff; }

.svc-tile h3 {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 4px;
  color: #ffffff; }

.svc-tile p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  line-height: 1.45; }

.svc-tile-hero {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 280px;
  padding: 0;
  justify-content: flex-end; }
  .svc-tile-hero .svc-tile-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease; }
  .svc-tile-hero:hover .svc-tile-bg {
    transform: scale(1.06); }
  .svc-tile-hero .svc-tile-content {
    position: relative;
    z-index: 1;
    padding: 28px 24px;
    background: linear-gradient(to top, rgba(26, 16, 51, 0.92) 0%, rgba(74, 44, 122, 0.35) 55%, transparent 100%); }
  .svc-tile-hero h3 {
    font-size: 1.35rem; }
  .svc-tile-hero p {
    font-size: 0.88rem;
    max-width: 280px; }

.svc-tile-tag {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #FF6600;
  background: rgba(255, 102, 0, 0.2);
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid rgba(255, 102, 0, 0.35); }

.svc-tile-purple {
  background: linear-gradient(145deg, #4A2C7A 0%, #2D1B4E 100%); }

.svc-tile-orange {
  background: linear-gradient(145deg, #FF6600 0%, #cc5200 100%); }

.svc-tile-blend {
  background: linear-gradient(135deg, #4A2C7A 0%, #FF6600 100%); }

.svc-tile-dark {
  background: linear-gradient(145deg, #2D1B4E 0%, #1a1033 100%); }

.svc-tile-wide {
  grid-column: span 2; }

.svc-tile-cta {
  background: linear-gradient(90deg, #4A2C7A 0%, #FF6600 100%);
  min-height: 110px;
  justify-content: center;
  padding: 20px 24px; }

.svc-tile-cta-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%; }
  .svc-tile-cta-inner .svc-tile-icon {
    margin-bottom: 0;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.22); }
  .svc-tile-cta-inner div {
    flex: 1;
    min-width: 0; }
  .svc-tile-cta-inner h3 {
    font-size: 1.05rem;
    margin-bottom: 2px; }
  .svc-tile-cta-inner p {
    font-size: 0.82rem; }

.svc-tile-arrow {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.3s ease; }

.svc-tile-cta:hover .svc-tile-arrow {
  transform: translateX(5px);
  color: #ffffff; }

.home-svc-footer-link {
  text-align: center;
  margin-top: 28px; }

.home-svc-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 50px;
  background: linear-gradient(135deg, #FF6600 0%, #cc5200 100%);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(255, 102, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .home-svc-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 102, 0, 0.4);
    color: #ffffff !important;
    text-decoration: none; }

/* Destinations — full-width showcase carousel */
.home-dest-showcase {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  min-height: 440px;
  display: flex;
  align-items: center; }

.home-dest-showcase-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease, transform 8s ease;
  transform: scale(1); }
  .home-dest-showcase-bg.dest-bg-changing {
    opacity: 0.35;
    transform: scale(1.04); }

.home-dest-showcase-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(26, 16, 51, 0.94) 0%, rgba(45, 27, 78, 0.82) 42%, rgba(74, 44, 122, 0.55) 70%, rgba(255, 102, 0, 0.25) 100%); }

.home-dest-showcase-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 1; }

.dest-show-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FF6600; }

.dest-show-all {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.25s ease, gap 0.25s ease; }
  .dest-show-all:hover {
    color: #FF6600;
    gap: 10px;
    text-decoration: none; }

.home-dest-showcase-content {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease, transform 0.3s ease; }
  .home-dest-showcase-content.dest-content-fading {
    opacity: 0;
    transform: translateY(10px); }

.dest-show-num {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 102, 0, 0.75);
  letter-spacing: 3px;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif; }

.dest-show-flag {
  font-size: 2.5rem;
  line-height: 1;
  display: block;
  margin-bottom: 12px; }

.dest-show-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  line-height: 1.15;
  margin-bottom: 16px; }

.dest-show-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 460px; }

.dest-show-tags {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .dest-show-tags li {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #FF6600;
    background: rgba(255, 102, 0, 0.15);
    border: 1px solid rgba(255, 102, 0, 0.3);
    padding: 5px 12px;
    border-radius: 50px; }

.dest-show-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 50px;
  background: linear-gradient(135deg, #FF6600 0%, #cc5200 100%);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(255, 102, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .dest-show-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(255, 102, 0, 0.5);
    color: #ffffff !important;
    text-decoration: none; }

.dest-show-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  position: relative;
  z-index: 1; }

.dest-show-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px); }
  .dest-show-btn:hover {
    background: #FF6600;
    border-color: #FF6600; }

.dest-show-dots {
  display: flex;
  align-items: center;
  gap: 8px; }

.dest-show-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease; }
  .dest-show-dot.active {
    width: 28px;
    border-radius: 4px;
    background: #FF6600; }

.dest-show-counter {
  text-align: right;
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  line-height: 1; }

.dest-counter-current {
  font-size: 5rem;
  font-weight: 700;
  color: rgba(255, 102, 0, 0.35);
  letter-spacing: -2px; }

.dest-counter-sep {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.2);
  margin: 0 4px; }

.dest-counter-total {
  font-size: 2rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.25); }

/* Our Journey — horizontal track */
.home-journey-section {
  padding: 70px 0;
  background: linear-gradient(180deg, #f8f6fc 0%, #fff9f5 100%); }

.home-journey-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: #4A2C7A;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.25s ease, gap 0.25s ease; }
  .home-journey-link:hover {
    color: #FF6600;
    gap: 10px;
    text-decoration: none; }

.home-journey-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative; }
  .home-journey-track::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, #4A2C7A 0%, #FF6600 50%, #4A2C7A 100%);
    opacity: 0.2;
    z-index: 0; }

.home-journey-milestone {
  position: relative;
  z-index: 1;
  text-align: center; }

.journey-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid rgba(74, 44, 122, 0.15);
  font-size: 0.72rem;
  font-weight: 700;
  color: #4A2C7A;
  font-family: "Poppins", sans-serif;
  margin-bottom: 14px;
  box-shadow: 0 4px 12px rgba(74, 44, 122, 0.08);
  transition: all 0.35s ease; }

.journey-card {
  background: #ffffff;
  border: 1px solid rgba(74, 44, 122, 0.08);
  border-radius: 16px;
  padding: 20px 16px;
  text-align: left;
  height: calc(100% - 58px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; }
  .journey-card h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #4A2C7A;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif; }
  .journey-card p {
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.55;
    margin: 0; }

.home-journey-milestone:hover .journey-card {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(74, 44, 122, 0.1);
  border-color: rgba(255, 102, 0, 0.25); }

.home-journey-milestone:hover .journey-year {
  border-color: #FF6600;
  color: #FF6600; }

.journey-milestone-active .journey-year {
  background: linear-gradient(135deg, #4A2C7A 0%, #2D1B4E 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(74, 44, 122, 0.3); }

.journey-milestone-active .journey-card {
  border-color: rgba(255, 102, 0, 0.3);
  background: linear-gradient(145deg, #ffffff 0%, #fff9f5 100%); }

/* Why choose equal height on home */
.home-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch; }
  .home-why-grid .why-choose-card {
    height: 100%; }

.home-why-section {
  padding-top: 70px;
  padding-bottom: 70px; }

.home-testimonials-section {
  padding-top: 70px;
  padding-bottom: 70px; }

@media (max-width: 991.98px) {
  .home-hero {
    min-height: auto;
    padding: 7rem 0 5rem; }
  .home-stats-section {
    margin-top: -40px; }
  .home-stats-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 24px 16px; }
  .home-stat-cell {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 12px; }
    .home-stat-cell:nth-child(odd) {
      border-right: 1px solid rgba(255, 255, 255, 0.08); }
    .home-stat-cell:nth-last-child(-n+2) {
      border-bottom: none; }
  .stat-num {
    font-size: 2rem;
    min-width: 56px; }
  .home-svc-mosaic {
    grid-template-columns: repeat(2, 1fr); }
  .svc-tile-hero {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 220px; }
  .svc-tile-wide {
    grid-column: span 2; }
  .home-dest-showcase {
    min-height: auto;
    padding: 55px 0; }
  .dest-counter-current {
    font-size: 3.5rem; }
  .stack-side {
    width: 80px;
    height: 220px; }
  .stack-main {
    width: 110px;
    height: 290px; }
  .home-journey-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    .home-journey-track::before {
      display: none; }
  .home-why-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 575.98px) {
  .home-hero-actions {
    flex-direction: column;
    align-items: center; }
    .home-hero-actions .home-btn-primary,
    .home-hero-actions .home-btn-outline {
      text-align: center;
      width: 100%;
      max-width: 300px; }
  .home-stats-bar {
    grid-template-columns: 1fr; }
  .home-stat-cell,
  .home-stat-cell:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .home-stat-cell:last-child {
    border-bottom: none; }
  .home-svc-mosaic {
    grid-template-columns: 1fr; }
  .svc-tile-hero,
  .svc-tile-wide {
    grid-column: span 1; }
  .svc-tile-cta-inner {
    flex-wrap: wrap; }
  .dest-show-title {
    font-size: 1.75rem; }
  .stack-side {
    width: 70px;
    height: 190px; }
  .stack-main {
    width: 95px;
    height: 250px; }
  .home-card-stack {
    gap: 8px; }
  .home-journey-track {
    grid-template-columns: 1fr; }
  .home-why-grid {
    grid-template-columns: 1fr; } }

/* =====================================================
   Responsive polish — all pages (tablet & mobile)
   Desktop (992px+) unchanged
   ===================================================== */
@media (max-width: 991.98px) {
  .hero.hero-inner {
    padding: 7rem 0 3.5rem; }

  .hero.hero-inner .intro-wrap,
  .hero.hero-inner .breadcrumb {
    text-align: center; }

  .hero.hero-inner .breadcrumb {
    justify-content: center; }

  .home-hero-visual {
    margin-top: 2rem; }

  .home-stat-cell {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px; }

  .home-journey-section .text-lg-right {
    text-align: center !important; }

  .home-hero-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }

  .home-hero-lead {
    margin-left: auto;
    margin-right: auto; }

  .home-hero-actions {
    justify-content: center;
    width: 100%; }

  .home-hero-phones {
    justify-content: center;
    width: 100%; }

  .home-hero-visual {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .about-story-visual {
    padding-right: 24px;
    padding-bottom: 24px; }

  .about-story-stat {
    left: 0;
    top: 16px; }

  .about-why-feature-section .feature-1-wrap {
    flex: 0 0 100%;
    max-width: 100%; }

  .about-timeline-horizontal {
    grid-template-columns: repeat(2, 1fr); }

  .contact-map-support-section {
    padding-top: 50px;
    padding-bottom: 50px; }

  .map-panel-header {
    padding: 24px 22px 16px; }

  .contact-testimonials-section {
    padding-top: 55px;
    padding-bottom: 55px; } }

@media (max-width: 575.98px) {
  .hero.hero-inner {
    padding: 6rem 0 2.5rem; }

  .hero.hero-inner h1 {
    font-size: 2rem !important;
    line-height: 1.2; }

  .hero.hero-inner .intro-wrap p {
    font-size: 0.95rem; }

  .section-header {
    margin-bottom: 36px; }

  .section-header .title {
    font-size: 1.75rem; }

  .section-header .subtitle::before,
  .section-header .subtitle::after {
    width: 24px; }

  .home-stats-section {
    margin-top: -24px; }

  .stat-desc {
    font-size: 0.72rem; }

  .home-hero-phones {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px; }

  .home-hero-phones .phone-divider {
    display: none; }

  .home-hero-badge {
    font-size: 0.68rem;
    padding: 5px 10px;
    line-height: 1.4; }

  .home-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.2rem); }

  .home-services-section {
    padding: 45px 0 40px; }

  .svc-tile-hero h3 {
    font-size: 1.15rem; }

  .home-dest-showcase {
    padding: 40px 0; }

  .home-dest-showcase-header {
    flex-direction: column;
    align-items: center;
    gap: 10px; }

  .dest-show-desc {
    max-width: none; }

  .dest-show-nav {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px; }

  .dest-show-dots {
    flex-wrap: wrap;
    max-width: 100%; }

  .dest-show-btn {
    width: 42px;
    height: 42px;
    flex-shrink: 0; }

  .home-journey-section {
    padding: 45px 0; }

  .home-journey-header .title {
    font-size: 1.6rem !important; }

  .home-why-section,
  .home-testimonials-section {
    padding-top: 45px;
    padding-bottom: 45px; }

  .about-section-title {
    font-size: 1.6rem; }

  .about-why-feature-section .frame {
    min-height: 220px;
    margin-bottom: 1rem; }

  .about-timeline-horizontal {
    grid-template-columns: 1fr; }

  .about-countries-grid {
    gap: 6px; }

  .country-chip {
    font-size: 0.75rem;
    padding: 6px 12px; }

  .services-cta-section .services-cta-phones,
  .about-cta-section .services-cta-phones {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem; }

  .requirements-list li {
    flex-direction: column;
    gap: 10px;
    padding: 16px 18px; }

  .contact-map-support-section {
    padding-top: 40px;
    padding-bottom: 40px; }

  .contact-testimonials-section {
    padding-top: 45px;
    padding-bottom: 45px; }

  .contact-footer-info-list a {
    word-break: break-word; }

  .about-cta-inner,
  .services-cta-section .about-cta-inner {
    padding-left: 12px;
    padding-right: 12px; }

  /* Center key content on small screens */
  .home-hero-content,
  .hero.hero-inner .intro-wrap {
    text-align: center; }

  .home-hero-visual {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .home-hero-phones {
    align-items: center;
    justify-content: center; }

  .home-stat-cell {
    flex-direction: column;
    align-items: center;
    text-align: center; }

  .home-journey-header,
  .home-journey-section .text-lg-right,
  .home-dest-showcase-header,
  .home-svc-footer-link,
  .about-section-header-compact,
  .about-story-content,
  .contact-testimonials-header,
  .map-panel-header,
  .services-process-header,
  .requirements-panel > .row > [class*="col-"]:first-child,
  .why-choose-section .section-header,
  .home-why-section .section-header {
    text-align: center !important; }

  .home-journey-link,
  .home-svc-footer-link {
    display: inline-flex;
    align-items: center;
    justify-content: center; }

  .home-dest-showcase-header {
    align-items: center !important; }

  .dest-show-nav {
    justify-content: center; }

  .hero.hero-inner .breadcrumb {
    justify-content: center; }

  .about-cta-inner,
  .services-cta-section .about-cta-inner {
    text-align: center; }

  .contact-footer-grid {
    gap: 12px; }

  .about-story-visual {
    margin-left: auto;
    margin-right: auto; }

  .about-why-feature-section .feature-1-wrap {
    text-align: center; } }

/* =====================================================
   Overflow fixes — index & about (all screen sizes)
   ===================================================== */
.home-page,
.about-page {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%; }

.home-page .row > [class*="col"],
.about-page .row > [class*="col"] {
  min-width: 0; }

.home-stats-bar,
.home-why-grid,
.home-journey-track,
.contact-testimonials-grid,
.about-mvv-grid,
.about-destinations-wrap,
.about-gallery-grid-5,
.about-gallery-grid,
.about-timeline,
.about-timeline-horizontal {
  width: 100%;
  max-width: 100%;
  min-width: 0; }

.home-stat-cell {
  min-width: 0; }

.home-stat-cell .stat-num {
  min-width: 0; }

.home-hero-content,
.home-hero-visual,
.home-dest-showcase-content,
.about-story-content {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word; }

@media (max-width: 991.98px) {
  .home-page .container,
  .about-page .container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px; }

  .home-page .row,
  .about-page .row {
    margin-left: -12px;
    margin-right: -12px; }

  .home-page .row > [class*="col"],
  .about-page .row > [class*="col"] {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%; }

  .about-story-section .pl-lg-5 {
    padding-left: 12px !important; }

  .about-why-feature-section .feature-1-wrap {
    flex: 0 0 100% !important;
    max-width: 100% !important; }

  .about-timeline-compact {
    padding-left: 28px;
    max-width: 100%;
    overflow: hidden; }

  .svc-tile-cta-inner {
    flex-wrap: wrap;
    gap: 12px; }

  .svc-tile-cta-inner .svc-tile-arrow {
    margin-left: auto; } }

@media (max-width: 575.98px) {
  .home-stats-bar {
    padding: 20px 14px; }

  .stack-side {
    width: 62px;
    height: 170px; }

  .stack-main {
    width: 84px;
    height: 225px; }

  .home-card-stack {
    gap: 6px; }

  .dest-show-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 1px; }

  .svc-tile-cta-inner h3 {
    font-size: 0.95rem; }

  .about-gallery-grid-5,
  .about-gallery-grid {
    width: 100%; }

  .about-countries-grid {
    justify-content: center; } }
