/* Base */
html {
  overflow-x: hidden; }

body {
  line-height: 1.7;
  color: gray;
  font-weight: 400;
  font-size: 1rem; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Playfair Display", serif; }

.border-2 {
  border-width: 2px; }

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

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

body:after {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

.offcanvas-menu {
  position: relative; }
  .offcanvas-menu:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2); }

.btn {
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 10px 30px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    background: #3c90f7;
    border-color: #3c90f7;
    color: #fff; }
    .btn.btn-primary:hover {
      background: #3c90f7;
      border-color: #3c90f7;
      color: #fff; }
    .btn.btn-primary.btn-black--hover:hover {
      background: #666666;
      color: #fff; }
  .btn.btn-white {
    border-color: #fff;
    color: #3c90f7;
    background: #fff; }
    .btn.btn-white:hover {
      background: transparent;
      border-color: #fff;
      color: #fff; }
  .btn.btn-outline-white {
    border-color: #fff;
    color: #fff; }
    .btn.btn-outline-white:hover {
      background: #fff;
      color: #3c90f7; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 43px;
  border-radius: 4px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #3c90f7; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 8em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }

.site-footer {
  padding: 4em 0; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer .social a {
    text-decoration: none;
    cursor: pointer; }
  .site-footer p {
    color: rgba(0, 0, 0, 0.7); }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #000; }
  .site-footer a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline; }
    .site-footer a:hover {
      color: black; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #000; }

/* New Modern Footer Styles */
.site-footer-new {
  background: linear-gradient(135deg, #1a2a3a 0%, #0d1821 100%);
  color: #fff;
}

.footer-main {
  padding: 5rem 0 4rem;
}

.footer-brand {
  margin-bottom: 1.5rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 0.75rem;
}

.footer-logo-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 12px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
}

.footer-logo-text {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  transition: color 0.3s ease;
}

.footer-logo:hover .footer-logo-text {
  color: #3c90f7;
}

.footer-tagline {
  font-size: 0.9rem;
  color: #3c90f7;
  font-style: italic;
  margin-left: 62px;
  margin-top: -5px;
}

.footer-about {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

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

.footer-title {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #3c90f7;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

.footer-links a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #3c90f7;
  transition: width 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 8px;
}

.footer-links a:hover::before {
  width: 100%;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.footer-contact li span:first-child {
  margin-right: 12px;
  color: #3c90f7;
  font-size: 1rem;
  min-width: 20px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #fff;
}

.btn-footer {
  display: inline-block;
  padding: 12px 24px;
  background: transparent;
  border: 2px solid #3c90f7;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-footer:hover {
  background: #3c90f7;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(60, 144, 247, 0.3);
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: 0;
}

.footer-bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .footer-bottom-links {
    justify-content: center;
    margin-top: 1rem;
  }
}

.footer-bottom-links li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer-bottom-links li a:hover {
  color: #fff;
}

.template-credit {
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.template-credit a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
}

.template-credit a:hover {
  color: #3c90f7;
}

@media (max-width: 991px) {
  .footer-main {
    padding: 3rem 0 2rem;
  }
  
  .footer-tagline {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

@media (max-width: 575px) {
  .footer-logo-text {
    font-size: 1.25rem;
  }
  
  .footer-title {
    margin-top: 1.5rem;
  }
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #71bc42; }
  .ul-check.primary li:before {
    color: #3c90f7; }
  .ul-check li.remove {
    text-decoration: line-through;
    color: #dee2e6; }
    .ul-check li.remove:before {
      color: #dee2e6; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */
.site-logo {
  font-size: 20px;
  font-weight: bold; }

/* Centered Logo Navbar Layout */
.navbar-centered {
  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;
  padding: 15px 0;
  position: relative; }

.navbar-centered .nav-left,
.navbar-centered .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.navbar-centered .nav-left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.navbar-centered .nav-right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.navbar-centered .site-logo-center {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  z-index: 10;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

/* Mobile: Logo stays centered */
@media (max-width: 1199.98px) {
  .navbar-centered .site-logo-center {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    position: relative;
    z-index: 10; }
}

.navbar-centered .site-logo-center a {
  display: inline-block;
  text-decoration: none; }

.navbar-centered .site-logo-center .logo-text {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.navbar-centered .site-logo-center a:hover .logo-text {
  color: #3c90f7; }

/* Hamburger Menu Button - Redesigned */
.hamburger-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2001;
  gap: 5px; }

.hamburger-menu:focus {
  outline: 2px solid #3c90f7;
  outline-offset: 2px; }

.hamburger-menu .bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease; }

/* Hamburger to X animation */
.hamburger-menu.active .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background-color: #333; }

.hamburger-menu.active .bar:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px); }

.hamburger-menu.active .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background-color: #333; }

/* Sticky state - dark hamburger */
.sticky-wrapper.is-sticky .hamburger-menu .bar {
  background-color: #333; }

.sticky-wrapper.is-sticky .hamburger-menu.active .bar {
  background-color: #333; }

/* Mobile navbar layout */
@media (max-width: 1199.98px) {
  .navbar-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0; }
  
  .navbar-centered .site-logo-center {
    text-align: center; }
  
  .navbar-centered .site-logo-center .logo-text {
    font-size: 1.5rem; }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .navbar-centered .site-logo-center .logo-text {
    font-size: 1.6rem; }
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%; }
  .site-navbar .site-logo {
    position: relative;
    left: 0; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #3c90f7;
      display: inline-block;
      padding: 20px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 20px;
        color: #000;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #3c90f7; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        top: 15px;
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        border: 1px solid #efefef;
        border-radius: 50%; }
        .site-navbar .site-navigation .site-menu > li.social > a span {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .site-navbar .site-navigation .site-menu > li.social > a:hover {
          color: #3c90f7; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #3c90f7;
        -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);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
          color: #3c90f7 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #eff1f3;
              color: #000; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #3c90f7; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .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; }

/* Centered Navbar Nav Lists Styles */
.navbar-centered .site-menu {
  margin-bottom: 0; }

.navbar-centered .site-menu .active {
  color: #3c90f7; }

.navbar-centered .site-menu a {
  text-decoration: none !important;
  display: inline-block; }

.navbar-centered .site-menu > li {
  display: inline-block;
  position: relative; }

.navbar-centered .site-menu > li > a {
  padding: 20px 15px;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
  font-size: 15px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.navbar-centered .site-menu > li > a:hover {
  color: #3c90f7; }

.navbar-centered .site-menu > li.social > a {
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 0;
  margin: 0 3px; }

.navbar-centered .site-menu > li.social > a span {
  font-size: 14px; }

.navbar-centered .site-menu > li.social > a:hover {
  color: #3c90f7;
  border-color: #3c90f7; }

/* Dropdown styles for centered navbar */
.navbar-centered .site-menu .has-children > a {
  position: relative;
  padding-right: 25px; }

.navbar-centered .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon'; }

.navbar-centered .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #3c90f7;
  -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);
  padding: 0;
  margin-top: 20px;
  margin-left: 0;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  list-style: none;
  z-index: 100; }

.navbar-centered .site-menu .has-children .dropdown a {
  color: #000; }

.navbar-centered .site-menu .has-children .dropdown .active {
  color: #3c90f7 !important; }

.navbar-centered .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px; }

.navbar-centered .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block; }

.navbar-centered .site-menu .has-children .dropdown > li > a:hover {
  background: #eff1f3;
  color: #000; }

.navbar-centered .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px; }

.navbar-centered .site-menu .has-children .dropdown > li.has-children > .dropdown,
.navbar-centered .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0; }

.navbar-centered .site-menu .has-children:hover > a,
.navbar-centered .site-menu .has-children:focus > a,
.navbar-centered .site-menu .has-children:active > a {
  color: #3c90f7; }

.navbar-centered .site-menu .has-children:hover,
.navbar-centered .site-menu .has-children:focus,
.navbar-centered .site-menu .has-children:active {
  cursor: pointer; }

.navbar-centered .site-menu .has-children:hover > .dropdown,
.navbar-centered .site-menu .has-children:focus > .dropdown,
.navbar-centered .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0;
  visibility: visible;
  opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -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-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto; }
  .offcanvas-menu .site-mobile-menu {
    -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: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #3c90f7; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #3c90f7; }
    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }
      .site-mobile-menu .site-nav-wrap .social:hover {
        color: #3c90f7; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        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.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .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: 16px; }
          .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: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.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: #fff; }
  .sticky-wrapper .site-navbar .site-logo a {
    color: #fff; }
  .sticky-wrapper .site-navbar .site-menu > li > a {
    color: rgba(255, 255, 255, 0.7) !important; }
    .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
      color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    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-menu-toggle {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #3c90f7 !important; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo-center .logo-text {
      color: #3c90f7; }

/* Blocks */
.slide-item, .cover {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .slide-item.overlay, .cover.overlay {
    position: relative; }
    .slide-item.overlay:before, .cover.overlay:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      content: "";
      position: absolute;
      background: rgba(0, 0, 0, 0.6); }
  .slide-item > .container, .cover > .container {
    position: relative;
    z-index: 2; }
  .slide-item, .slide-item > .container > .row, .cover, .cover > .container > .row {
    height: 100vh;
    min-height: 760px; }
  .slide-item .heading, .cover .heading {
    font-size: 50px;
    font-weight: 700;
    color: #fff; }

.feature-v1 {
  position: relative;
  z-index: 2; }
  .feature-v1 .pagination-item {
    padding: 30px;
    width: 33.333%;
    background: #f8f9fa; }
    @media (max-width: 991.98px) {
      .feature-v1 .pagination-item {
        width: 100%; } }
    .feature-v1 .pagination-item.active {
      background: #fff;
      position: relative; }
      .feature-v1 .pagination-item.active:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        margin-top: -3px;
        background: #3c90f7; }
    .feature-v1 .pagination-item > .icon-wrap {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      margin-right: 20px; }
      .feature-v1 .pagination-item > .icon-wrap img {
        width: 90px; }
    .feature-v1 .pagination-item > div .subheading {
      font-size: 12px; }
    .feature-v1 .pagination-item > div .heading {
      font-size: 16px;
      font-weight: bold; }

.site-section {
  padding: 90px 0; }

.service {
  background: #fff;
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .service .service-inner {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    padding: 20px;
    text-align: center; }
    .service .service-inner h3 {
      font-size: 20px;
      color: #000;
      margin-bottom: 0; }
    .service .service-inner p {
      font-size: 14px;
      color: #aaa; }
    .service .service-inner *:last-child {
      margin-bottom: 0; }
  .service:hover {
    position: relative;
    top: -2px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05); }

.counter-wrap {
  text-align: center; }
  .counter-wrap .counter {
    font-size: 60px;
    color: #fff; }
    .counter-wrap .counter span {
      color: white; }
  .counter-wrap span {
    color: rgba(255, 255, 255, 0.5); }

.custom-media {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px; }
  .custom-media .text {
    background: #3c90f7;
    padding: 20px; }
    .custom-media .text h3 {
      color: #fff;
      font-size: 20px; }
  .custom-media .img-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    width: 100%; }

.feature h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 700; }

.feature .img-wrap {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  background: #fff; }
  .feature .img-wrap img {
    position: absolute;
    width: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.testimonial {
  background: #fff;
  padding: 20px;
  border: 1px solid #f8f9fa; }
  .testimonial img {
    width: 80px;
    border-radius: 50%;
    margin-bottom: 30px;
    margin-top: -50px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05); }
  .testimonial blockquote {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-style: italic; }
    .testimonial blockquote .quote {
      color: #000; }
    .testimonial blockquote .author {
      color: #aaa;
      font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px; }

.blog-entry {
  text-align: center; }
  .blog-entry h2 {
    font-size: 16px;
    font-weight: 700; }
  .blog-entry p {
    font-size: 14px; }
  .blog-entry .post-meta {
    background: #fff;
    padding: 2px 4px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    text-align: center;
    font-size: 13px; }
    .blog-entry .post-meta [class*="icon-"] {
      color: #3c90f7; }
    .blog-entry .post-meta > span {
      margin: 8px; }

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* Blog */
.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

figure figcaption {
  margin-top: .5rem;
  font-style: italic;
  font-size: .8rem; }

.card-title {
  font-size: 1.4rem;
  color: #000; }

.team img {
  border-radius: 50%;
  margin-bottom: 20px; }

.team h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000; }

.team .position {
  margin-bottom: 30px;
  color: #aaa; }

/* Service Cards - Services Page */
.service-card {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
  .service-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }
  .service-card h3 {
    font-weight: 600;
    line-height: 1.4; }
  .service-card ul li {
    font-size: 14px;
    color: #555;
    line-height: 1.6; }

/* Process Steps Section */
.process-intro {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Process Timeline */
.process-timeline {
  max-width: 1100px;
  margin: 0 auto;
}

.timeline-row {
  display: flex;
  justify-content: space-between;
  gap: 0;
}

.timeline-row.reverse {
  flex-direction: row;
}

.timeline-step {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.timeline-step:last-child .step-connector {
  display: none;
}

.step-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(60, 144, 247, 0.1);
  border: 2px solid transparent;
  border-top: 4px solid #3c90f7;
  position: relative;
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

.step-card:hover {
  border-color: #3c90f7;
  box-shadow: 0 12px 40px rgba(60, 144, 247, 0.2);
}

.step-card .step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #3c90f7 0%, #5ba3f9 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto 15px;
  font-family: "Playfair Display", serif;
  box-shadow: 0 4px 15px rgba(60, 144, 247, 0.3);
}

.step-card h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.3;
  font-family: "Playfair Display", serif;
}

.step-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
  flex-grow: 1;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Connectors between steps */
.step-connector {
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, #3c90f7 0%, #a8d4f7 100%);
  flex-shrink: 0;
  position: relative;
}

.step-connector::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid #a8d4f7;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.step-connector.reverse {
  background: linear-gradient(90deg, #a8d4f7 0%, #3c90f7 100%);
}

.step-connector.reverse::after {
  right: auto;
  left: -6px;
  border-left: none;
  border-right: 8px solid #a8d4f7;
}

/* Vertical connector between rows */
.timeline-vertical-connector {
  display: flex;
  justify-content: flex-end;
  padding-right: 12%;
  height: 50px;
}

.connector-line-down {
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #3c90f7 0%, #a8d4f7 50%, #3c90f7 100%);
  position: relative;
}

.connector-line-down::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #3c90f7;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/* Responsive Process Timeline */
@media (max-width: 991px) {
  .timeline-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .timeline-step {
    flex: 0 0 calc(50% - 10px);
    flex-direction: column;
  }
  
  .step-connector {
    display: none;
  }
  
  .timeline-vertical-connector {
    display: none;
  }
  
  .step-card {
    min-height: auto;
    padding: 20px 15px;
  }
  
  .timeline-row.reverse {
    flex-direction: row;
  }
  
  /* Reorder steps on tablet */
  .timeline-row.reverse .timeline-step:nth-child(1) { order: 4; }
  .timeline-row.reverse .timeline-step:nth-child(2) { order: 3; }
  .timeline-row.reverse .timeline-step:nth-child(3) { order: 2; }
  .timeline-row.reverse .timeline-step:nth-child(4) { order: 1; }
}

@media (max-width: 576px) {
  .process-intro {
    font-size: 0.95rem;
    padding: 0 10px;
    line-height: 1.7;
  }
  
  .process-timeline {
    position: relative;
    padding-left: 25px;
  }
  
  /* Vertical line on mobile */
  .process-timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 25px;
    bottom: 25px;
    width: 3px;
    background: linear-gradient(180deg, #3c90f7 0%, #a8d4f7 50%, #3c90f7 100%);
    border-radius: 3px;
  }
  
  .timeline-row {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  
  .timeline-row:last-child {
    margin-bottom: 0;
  }
  
  .timeline-row.reverse {
    flex-direction: column;
  }
  
  /* Correct order on mobile - all steps 1-8 in sequence */
  .timeline-row.reverse .timeline-step:nth-child(1) { order: 4; }
  .timeline-row.reverse .timeline-step:nth-child(2) { order: 3; }
  .timeline-row.reverse .timeline-step:nth-child(3) { order: 2; }
  .timeline-row.reverse .timeline-step:nth-child(4) { order: 1; }
  
  .timeline-step {
    flex: 0 0 100%;
    position: relative;
  }
  
  /* Dot connector on mobile timeline */
  .timeline-step::before {
    content: '';
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: #3c90f7;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 3px rgba(60, 144, 247, 0.2);
    z-index: 1;
  }
  
  .step-card {
    padding: 18px 15px;
    border-radius: 12px;
    border-top-width: 3px;
    text-align: left;
  }
  
  .step-card .step-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    margin: 0 0 12px 0;
  }
  
  .step-card h4 {
    font-size: 0.95rem;
    margin-bottom: 8px;
  }
  
  .step-card p {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

/* FAQ Section */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 5px 25px rgba(60, 144, 247, 0.1);
}

.faq-item.active {
  border-color: #3c90f7;
}

.faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.faq-question h4 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #222;
  font-family: "Playfair Display", serif;
  line-height: 1.4;
}

.faq-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
  transition: transform 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: #3c90f7;
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.faq-icon::before {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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.3s ease, padding 0.3s ease;
}

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

.faq-answer p {
  padding: 0 25px 20px;
  margin: 0;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* FAQ Responsive */
@media (max-width: 576px) {
  .faq-question {
    padding: 18px 20px;
  }
  
  .faq-question h4 {
    font-size: 0.95rem;
  }
  
  .faq-answer p {
    padding: 0 20px 18px;
    font-size: 0.9rem;
  }
}

/* Connected Image Layout */
.connected-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.connected-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.satellite-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.satellite-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.connector-line.horizontal {
  width: 60px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
}

.connector-line.vertical {
  width: 3px;
  height: 30px;
  background: rgba(255, 255, 255, 0.6);
}

.connector-row {
  display: flex;
  justify-content: space-between;
  width: 300px;
  padding: 0 75px;
}

.main-logo-container {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.main-logo-round {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
  border: 5px solid rgba(255, 255, 255, 0.9);
}

.main-logo-round img {
  width: 65%;
  height: auto;
  object-fit: contain;
}

/* Responsive Connected Layout */
@media (max-width: 991px) {
  .satellite-img {
    width: 120px;
    height: 120px;
  }
  
  .main-logo-round {
    width: 180px;
    height: 180px;
  }
  
  .connector-line.horizontal {
    width: 40px;
  }
  
  .connector-row {
    width: 240px;
    padding: 0 60px;
  }
}

@media (max-width: 576px) {
  .satellite-img {
    width: 90px;
    height: 90px;
    border-width: 3px;
  }
  
  .main-logo-round {
    width: 180px;
    height: 180px;
  }
  
  .connector-line.horizontal {
    width: 25px;
  }
  
  .connector-line.vertical {
    height: 20px;
  }
  
  .connector-row {
    width: 180px;
    padding: 0 45px;
  }
}

/* Logo Constellation Layout */
.logo-constellation {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-logo-circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 10;
  border: 5px solid rgba(255, 255, 255, 0.9);
}

.main-logo-circle img {
  width: 70%;
  height: auto;
  object-fit: contain;
}

.floating-img {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.floating-img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
  z-index: 5;
}

.floating-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Position each floating image around the logo */
.floating-img-1 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 20px;
  left: 10%;
  animation: float1 4s ease-in-out infinite;
}

.floating-img-2 {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  top: 10px;
  right: 15%;
  animation: float2 5s ease-in-out infinite;
}

.floating-img-3 {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  bottom: 30px;
  left: 5%;
  animation: float3 4.5s ease-in-out infinite;
}

.floating-img-4 {
  width: 110px;
  height: 110px;
  border-radius: 20px;
  bottom: 20px;
  right: 10%;
  animation: float4 5.5s ease-in-out infinite;
}

/* Floating animations */
@keyframes float1 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(3deg); }
}

@keyframes float2 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(-2deg); }
}

@keyframes float3 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(2deg); }
}

@keyframes float4 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(-3deg); }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .logo-constellation {
    height: 380px;
  }
  
  .main-logo-circle {
    width: 160px;
    height: 160px;
  }
  
  .floating-img-1 {
    width: 100px;
    height: 100px;
    left: 5%;
  }
  
  .floating-img-2 {
    width: 80px;
    height: 80px;
    right: 10%;
  }
  
  .floating-img-3 {
    width: 110px;
    height: 110px;
    left: 0;
  }
  
  .floating-img-4 {
    width: 90px;
    height: 90px;
    right: 5%;
  }
}

@media (max-width: 576px) {
  .logo-constellation {
    height: 320px;
  }
  
  .main-logo-circle {
    width: 130px;
    height: 130px;
  }
  
  .floating-img-1 {
    width: 70px;
    height: 70px;
    top: 30px;
    left: 10%;
  }
  
  .floating-img-2 {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 10%;
  }
  
  .floating-img-3 {
    width: 80px;
    height: 80px;
    bottom: 40px;
    left: 5%;
  }
  
  .floating-img-4 {
    width: 65px;
    height: 65px;
    bottom: 30px;
    right: 8%;
  }
}

/* ======================================
   CONTACT PAGE STYLES
   ====================================== */

.contact-section {
  padding: 5rem 0 6rem;
  background: #fff;
  position: relative;
}

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

/* Section Header */
.contact-badge {
  display: inline-block;
  background: #3c90f7;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.contact-section-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}

.contact-section-subtitle {
  font-size: 1.1rem;
  color: gray;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* Contact Form Card */
.contact-form-card {
  background: #fff;
  border-radius: 4px;
  padding: 40px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
}

.form-group-modern {
  position: relative;
}

.form-label-modern {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.form-label-modern span[class^="icon-"] {
  color: #3c90f7;
  font-size: 1rem;
}

.form-control-modern {
  width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.form-control-modern:focus {
  outline: none;
  border-color: #3c90f7;
  background: #fff;
  box-shadow: none;
}

.form-control-modern::placeholder {
  color: #aaa;
}

textarea.form-control-modern {
  resize: vertical;
  min-height: 140px;
}

/* Contact Submit Button */
.btn-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  background: #3c90f7;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-contact-submit:hover {
  background: #2a7de9;
}

.btn-contact-submit:active {
  background: #1a6dd9;
}

.btn-contact-submit span[class^="icon-"] {
  font-size: 1rem;
}

/* Contact Info Wrapper */
.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Contact Info Card */
.contact-info-card {
  background: #3c90f7;
  border-radius: 4px;
  padding: 35px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.contact-info-header {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.contact-info-header h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.contact-info-header p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  margin: 0;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.contact-info-item:last-of-type {
  border-bottom: none;
}

.contact-info-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-icon span {
  color: #fff;
  font-size: 1.2rem;
}

.contact-info-content h4 {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}

.contact-info-content p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-info-content a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-content a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Quick Help Card */
.contact-quick-card {
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

.quick-card-icon {
  width: 60px;
  height: 60px;
  background: rgba(60, 144, 247, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.quick-card-icon span {
  color: #3c90f7;
  font-size: 1.8rem;
}

.contact-quick-card h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.contact-quick-card p {
  color: gray;
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.btn-quick-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 30px;
  background: #3c90f7;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-quick-call:hover {
  background: #2a7de9;
  color: #fff;
  text-decoration: none;
}

.btn-quick-call span {
  font-size: 1rem;
}

/* Contact Page Responsive */
@media (max-width: 991px) {
  .contact-section {
    padding: 4rem 0 5rem;
  }
  
  .contact-section-title {
    font-size: 2rem;
  }
  
  .contact-form-card {
    padding: 30px 25px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding: 3rem 0 4rem;
  }
  
  .contact-section-title {
    font-size: 1.75rem;
  }
  
  .contact-section-subtitle {
    font-size: 1rem;
  }
  
  .contact-form-card {
    padding: 25px 20px;
  }
  
  .form-control-modern {
    padding: 12px 15px;
  }
  
  .btn-contact-submit {
    width: 100%;
  }
  
  .contact-info-card {
    padding: 25px 20px;
  }
  
  .contact-quick-card {
    padding: 25px 20px;
  }
}

@media (max-width: 576px) {
  .contact-badge {
    font-size: 0.75rem;
    padding: 6px 15px;
  }
  
  .contact-section-title {
    font-size: 1.5rem;
  }
}
