/*-------------------------------------------------------------
Template Name: Appilo Digital Agency
Template URL: 
Author Name: Themexriver
Author URL: https://themeforest.net/user/themexriver/portfolio
Version: 1.0
Description: 
Tags: appilo
-------------------------------------------------------------*/
/*------------------------------------------------------------- 
TABLE OF CONTENTS: 
---------------------------------------------------------------
>> Variables
>> Mixin
>> Preloader
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
::-moz-selection {
  color: #ffffff;
  background-color: #035a91;
}

::selection {
  color: #ffffff;
  background-color: #035a91;
}

::-moz-selection {
  color: #ffffff;
  background-color: #035a91;
}

.container {
  max-width: 1240px;
}

/* Override container width for services section */
.services-section .container {
  max-width: 100% !important;
  padding: 0 20px;
  width: 100% !important;
}

/* Ensure services section uses full width */
.services-section {
  width: 100% !important;
  max-width: 100% !important;
}

/* Override any potential Bootstrap or framework constraints */
.services-section .swiper {
  width: 100% !important;
  max-width: 100% !important;
}

.services-section .swiper-wrapper {
  width: 100% !important;
}

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

ul li {
  list-style: none;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
}

img {
  width: auto;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: #84d0ff;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.no-padding {
  padding: 0;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  margin-left: 0;
  line-height: 0;
}

.loading-preloader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

#loading-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 150px;
  visibility: visible;
  z-index: 1000;
}

.line_shape {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #035a91;
  -webkit-animation: animate24 1s infinite;
  animation: animate24 1s infinite;
  float: left;
  opacity: 1;
}

.line_shape:last-child {
  margin-right: 0px;
}

.line_shape:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.line_shape:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.line_shape:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.line_shape:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.line_shape:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.line_shape:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.line_shape:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.line_shape:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.line_shape:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@-webkit-keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes animate24 {
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.applghu-scroll-top {
  width: 50px;
  height: 50px;
  color: #ffffff !important;
  background: -webkit-gradient(linear, left top, right top, from(#035a91), to(#4a90e2));
  background: linear-gradient(to right, #035a91, #4a90e2);
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  border-radius: 50%;
  display: none !important; /* Hidden - using FAB menu instead */
  -webkit-transition: initial;
  transition: initial;
}

@-webkit-keyframes applghu_rotate_animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes applghu_rotate_animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes applghu_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes applghu_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes applghu_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
            transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
            transform: scale(1) rotateY(0);
  }
}

@keyframes applghu_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
            transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
            transform: scale(1) rotateY(0);
  }
}

@-webkit-keyframes applghu_move_animation {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(200px, 100px) rotate(90deg);
            transform: translate(200px, 100px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(600px, 200px) rotate(180deg);
            transform: translate(600px, 200px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-50px) rotate(270deg);
            transform: translate(-50px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(360deg);
            transform: translate(0) rotate(360deg);
  }
}

@keyframes applghu_move_animation {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(200px, 100px) rotate(90deg);
            transform: translate(200px, 100px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(600px, 200px) rotate(180deg);
            transform: translate(600px, 200px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-50px) rotate(270deg);
            transform: translate(-50px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(360deg);
            transform: translate(0) rotate(360deg);
  }
}

@-webkit-keyframes applghuUpsDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes applghuUpsDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes applghu-repeat {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  65% {
    -webkit-transform: translateX(-45px);
            transform: translateX(-45px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes applghu-repeat {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  65% {
    -webkit-transform: translateX(-45px);
            transform: translateX(-45px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/********* Layout **************/
.applghu-header-area {
  height: 75px;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.applghu-header-area .logo {
  padding-top: 20px;
}

.applghu-header-area .logo .applghu-logo-sticky {
  display: none;
}

.applghu-header-area .applghu-navigation {
  padding-top: 27px;
}

.applghu-header-area .applghu-navigation ul li {
  display: inline-block;
  padding-right: 50px;
}

.applghu-header-area .applghu-navigation ul li.side-demo span {
  right: 60px;
}

.applghu-header-area .applghu-navigation ul li a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 5px;
  position: relative;
}

.applghu-header-area .applghu-navigation ul li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #ffffff;
  height: 2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-header-area .applghu-navigation ul li a:hover:before {
  width: 100%;
}

.applghu-header-area .applghu-navigation ul li :last-child {
  /* padding-right: 0; */
}


.applghu-header-area .applghu-navigation ul .applghu-dropdown {
  position: relative;
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown .applghu-dropdown-menu {
  position: absolute;
  width: 200px;
  background: #ffffff;
  left: 0;
  top: 80px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown .applghu-dropdown-menu li {
  display: block;
  margin: 0;
  text-align: left;
  line-height: 1;
  padding-right: 0;
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown .applghu-dropdown-menu li a {
  margin: 0;
  padding: 20px 30px;
  display: block;
  color: #111111;
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown .applghu-dropdown-menu li a:hover {
  background: #4a90e2;
  color: #ffffff;
  padding-left: 40px;
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown .applghu-dropdown-menu li a:before {
  display: none;
}

.applghu-header-area .applghu-navigation ul .applghu-dropdown:hover .applghu-dropdown-menu {
  top: 58px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991.98px) {
  .applghu-header-area .applghu-navigation {
    display: none;
  }
}

.applghu-header-area .applghu-header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.applghu-header-area .applghu-header-cta .applghu-header-cta-icon {
  width: 41px;
  height: 41px;
  border-radius: 5px;
  line-height: 41px;
  display: inline-block;
  text-align: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#4a90e2));
  background: linear-gradient(to bottom right, #035a91, #4a90e2);
  position: relative;
}

.applghu-header-area .applghu-header-cta .applghu-header-cta-icon i {
  font-size: 25px;
  color: #ffffff;
  line-height: 45px;
}

.applghu-header-area .applghu-header-cta .applghu-header-cta-icon:hover {
  background: -webkit-gradient(linear, right bottom, left top, from(#035a91), to(#4a90e2));
  background: linear-gradient(to top left, #035a91, #4a90e2);
}

.applghu-header-area .applghu-header-cta .applghu-header-cta-content {
  display: inline-block;
  margin-left: 15px;
}

.applghu-header-area .applghu-header-cta .applghu-header-cta-content .applghu-header-cta-text {
  font-weight: 500;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #ffffff;
  display: block;
}

.applghu-header-area .applghu-header-cta .applghu-header-cta-content .applghu-header-cta-num {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  display: block;
}

.applghu-header-area .applghu-mobile-menu-hamburger {
  text-align: right;
  display: none;
}

.applghu-header-area .applghu-mobile-menu-hamburger a {
  width: 40px;
  height: 40px;
  background-color: #034b79;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 20px;
}

.applghu-mobile-menu ul li.has-submenu::after {
  content: '+';
  position: absolute;
  top: 8px;
  z-index: -1;
  right: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-mobile-menu ul li.has-submenu ul {
  display: none;
}

.applghu-mobile-menu ul li.has-submenu ul li a {
  padding-left: 25px;
}

.applghu-mobile-menu ul li.has-submenu ul li ul li a {
  padding-left: 35px;
}

.applghu-mobile-menu ul li.applghu-submenu-icon-rotate::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


@media (max-width: 991.98px) {
  .applghu-header-area .applghu-mobile-menu-hamburger {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 25px;
    right: 10px;
  }
}

@media (max-width: 991.98px) {
  .applghu-header-area .applghu-header-cta {
    display: none;
  }
}

.applghu-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 70;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
          box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  -webkit-animation: 1s slideInDown;
          animation: 1s slideInDown;
}

.applghu-header-sticky .logo {
  padding-top: 2px;
}

.applghu-header-sticky .logo .applghu-logo-normal {
  display: none;
}

.applghu-header-sticky .logo .applghu-logo-sticky {
  display: block;
}

.applghu-header-sticky .applghu-navigation {
  padding-top: 0px;
}

.applghu-header-sticky .applghu-navigation ul li a {
  color: #000000;
}

.applghu-header-sticky .applghu-navigation ul li a:before {
  background-color: #000000;
}

.applghu-header-sticky .applghu-header-cta {
  /* padding-top: 13px; */
}

.applghu-header-sticky .applghu-header-cta .applghu-header-cta-content .applghu-header-cta-text {
  color: #000000;
}

.applghu-header-sticky .applghu-header-cta .applghu-header-cta-content .applghu-header-cta-num {
  color: #000000;
}

/* User Dropdown Styles */
.user-dropdown {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.user-dropdown-toggle {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 8px;
}

.user-dropdown-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.user-avatar {
  font-size: 24px;
  color: #ffffff;
}

/* User name styles removed - name is hidden */

.dropdown-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  color: #ffffff;
}

.user-dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
}

.user-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  margin-top: 8px;
  min-width: 200px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.user-dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.user-dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  gap: 10px;
}

.user-dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #007bff;
  text-decoration: none;
}

.user-dropdown-menu .dropdown-item i {
  width: 16px;
  text-align: center;
  font-size: 14px;
}

.user-dropdown-menu .dropdown-item.text-danger {
  color: #dc3545;
}

.user-dropdown-menu .dropdown-item.text-danger:hover {
  background-color: #f8d7da;
  color: #721c24;
}

/* Sticky header dropdown styles */
.applghu-header-sticky .user-dropdown-toggle {
  color: #000000;
}

.applghu-header-sticky .user-dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000000;
}

.applghu-header-sticky .user-avatar {
  color: #000000;
}

/* User name hidden in sticky header */

.applghu-header-sticky .dropdown-arrow {
  color: #000000;
}

/* Mobile responsive */
@media (max-width: 991.98px) {
  .user-dropdown {
    display: none;
  }
}

.applghu-mobile-menu {
  background-color: #034b79;
  width: 290px;
  height: 100vh;
  overflow-y: scroll;
  padding: 60px 0px 0px 0px;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-mobile-menu a.applghu-menu-close {
  color: #fd5900;
  position: absolute;
  right: 20px;
  top: 20px;
}

.applghu-mobile-menu a.applghu-logo-wrapper {
  width: 140px;
  display: block;
  margin: 0 10px;
  filter: brightness(0) invert(1);
}

.applghu-mobile-menu ul li {
  position: relative;
}

.applghu-mobile-menu ul li + li {
  border-top: 1px solid #ffffff;
}

.applghu-mobile-menu ul li a {
  display: block;
  padding: 8px 12px;
  color: #ffffff;
  font-weight: 500;
}

/* Mobile menu button fixes for Login/Register */
.applghu-mobile-menu ul li a.btn,
.applghu-mobile-menu ul li a.btn-primary,
.applghu-mobile-menu ul li a.btn-outline-primary {
  display: block;
  width: 80%;
  max-width: 100%;
  margin: 4px 0;
  padding: 8px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}

/* Remove Bootstrap margins in mobile menu */
.applghu-mobile-menu ul li a.me-2 {
  margin-right: 0 !important;
}

/* Ensure logout button fits properly */
.applghu-mobile-menu ul li button.mobile-menu-link {
  max-width: 100%;
  padding: 8px 12px;
  text-align: left;
}

.applghu-mobile-menu.applghu-mobile-menu-on {
  left: 0;
}

@media (max-width: 991.98px) {
  .applghu-revulation-slider .applghu-hero-content-wrapper {
    margin-left: 70px !important;
  }
}

@media (max-width: 767.98px) {
  .applghu-revulation-slider .applghu-hero-content-wrapper {
    margin-left: 30px !important;
  }
  .applghu-revulation-slider #rev_slider_4_1_wrapper .zeus.tparrows {
    display: none !important;
  }
  .applghu-revulation-slider .applghu-hero-shape-left,
  .applghu-revulation-slider .applghu-hero-shape-right {
    display: none !important;
  }
  .applghu-revulation-slider .applghu-hero-subtitle {
    font-size: 12px !important;
  }
}

.applghu-revulation-slider .applghu-hero-heading {
  text-shadow: 2px 2px 2px rgba(3, 75, 121, 0.702), 
               0 0 15px rgba(3, 75, 121,0.5);
}

.applghu-revulation-slider .applghu-hero-btn {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#4a90e2));
  background-image: linear-gradient(to bottom right, #035a91, #4a90e2);
  font-size: 15px;
  line-height: 2;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 15px 11px 15px 16px;
  border-radius: 5px;
  margin-top: 0 !important;
  border: 0 !important;
}

@media (max-width: 767.98px) {
  .applghu-revulation-slider .applghu-hero-btn {
    font-size: 12px !important;
    line-height: 28px !important;
  }
}

.applghu-revulation-slider .applghu-hero-btn span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  margin-left: 15px;
  text-align: center !important;
  display: inline-block;
  background: #3a90c5;
  line-height: 34px !important;
}

.applghu-revulation-slider .applghu-hero-btn:hover {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#035a91), to(#4a90e2));
  background-image: linear-gradient(to top left, #035a91, #4a90e2);
  border-radius: 5px;
}

.applghu-revulation-slider .applghu-hero-btn #slider-4-slide-9-layer-4 {
  font-size: 14px !important;
}

.applghu-footer-area .applghu-footer-top {
  padding-top: 60px;
  padding-bottom: 10px;
  margin-bottom: 60px;
  border-bottom: 2px solid #0700a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.applghu-footer-area .applghu-footer-top .applghu-footer-logo {
  display: inline-block;
}

.applghu-footer-area .applghu-footer-top .applghu-footer-logo img {
  max-width: 100%;
}

.applghu-footer-area .applghu-footer-top .applghu-footer-navigation {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .applghu-footer-area .applghu-footer-top .applghu-footer-navigation {
    display: none;
  }
}

.applghu-footer-area .applghu-footer-top .applghu-footer-navigation ul li {
  display: inline-block;
  margin-left: 38px;
}

.applghu-footer-area .applghu-footer-top .applghu-footer-navigation ul li:first-child {
  margin-left: 0;
}

.applghu-footer-area .applghu-footer-top .applghu-footer-navigation ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767.98px) {
  .applghu-footer-area .applghu-footer-widget {
    margin-bottom: 50px;
  }
}

.applghu-footer-area .applghu-footer-widget h3 {
  font-size: 18px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}

.applghu-footer-area .applghu-footer-about p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .applghu-footer-area .applghu-footer-about p {
    font-size: 14px;
  }
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li {
  display: inline-block;
  margin-right: 15px;
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li:last-child {
  margin-right: 0;
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #250c63;
  border-radius: 5px;
  line-height: 35px;
  text-align: center;
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li a i {
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#3a90c5));
  background: linear-gradient(to bottom right, #035a91, #3a90c5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li a:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#3a90c5));
  background: linear-gradient(to bottom right, #035a91, #3a90c5);
}

.applghu-footer-area .applghu-footer-about .applghu-footer-about-social li a:hover i {
  -webkit-text-fill-color: #ffffff;
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul {
  margin-right: 70px;
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul:last-child {
  margin-right: 0;
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
  .applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a {
    font-size: 14px;
  }
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a:hover:after {
  width: 100%;
}

.applghu-footer-area .applghu-footer-service .applghu-footer-service-link ul li a:hover {
  color: #035a91;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .applghu-footer-area .applghu-footer-contact {
    margin-top: 50px;
  }
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact:last-child {
  margin-bottom: 0;
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact .applghu-footer-contact-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #1a1076;
  line-height: 50px;
  text-align: center;
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact .applghu-footer-contact-icon-box i {
  font-size: 28px;
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#3a90c5));
  background: linear-gradient(to bottom right, #035a91, #3a90c5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 15px;
}

@media (max-width: 575.98px) {
  .applghu-footer-area .applghu-footer-contact .applghu-footer-single-contact p {
    font-size: 14px;
  }
}

.applghu-footer-area .applghu-copyright-area {
  background: #020030;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 110px;
}

@media (max-width: 767.98px) {
  .applghu-footer-area .applghu-copyright-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}

.applghu-footer-area .applghu-copyright-area .applghu-copyright-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .applghu-footer-area .applghu-copyright-area .applghu-copyright-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}

.applghu-footer-area .applghu-copyright-area .applghu-copyright-left P {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .applghu-footer-area .applghu-copyright-area .applghu-copyright-right {
    text-align: center;
  }
}

.applghu-footer-area .applghu-copyright-area .applghu-copyright-right li {
  display: inline-block;
  margin-left: 45px;
}

@media (max-width: 360px) {
  .applghu-footer-area .applghu-copyright-area .applghu-copyright-right li {
    margin-left: 15px;
  }
}

.applghu-footer-area .applghu-copyright-area .applghu-copyright-right li:first-child {
  margin-left: 0;
}

.applghu-footer-area .applghu-copyright-area .applghu-copyright-right li a {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  padding-bottom: 2px;
}

.applghu-section-heading {
  margin-bottom: 45px;
}

.applghu-section-heading .applghu-section-heading-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #035a91;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}

.applghu-section-heading .applghu-section-heading-title {
  font-size: 36px;
  color: #171366;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .applghu-section-heading .applghu-section-heading-title {
    text-align: left;
    font-size: 24px;
    line-height: 1.4;
  }
}

.applghu-section-heading .applghu-section-heading-text {
  font-size: 16px;
  line-height: 1.5;
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.applghu-border-left-none {
  border-left: 0 !important;
}

@media (max-width: 767.98px) {
  .applghu-border-left-none {
    border-left: 1px solid #b1b1b1 !important;
  }
}

.applghu-border-right-none {
  border-right: 0 !important;
}

@media (max-width: 767.98px) {
  .applghu-border-right-none {
    border-right: 1px solid #b1b1b1 !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .applghu-small-screen-border-left-none {
    border-left: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .applghu-small-screen-border-right-none {
    border-right: none !important;
  }
}

.applghu-section-heading-white .applghu-section-heading-subtitle {
  color: #ffffff;
}

.applghu-section-heading-white .applghu-section-heading-title {
  color: #ffffff;
}

.applghu-section-heading-white .applghu-section-heading-text {
  color: #ffffff;
}

.applghu-features-area {
  padding: 15px 0 80px;
  background: #ffffff;
}

.applghu-features-area .applghu-feature-container {
  position: relative;
}

.applghu-features-area .applghu-feature-container .applghu-feature-shape-left {
  position: absolute;
  bottom: -19px;
  left: -60px;
  -webkit-animation: applghuUpsDown 12s infinite linear alternate;
          animation: applghuUpsDown 12s infinite linear alternate;
}

.applghu-features-area .applghu-feature-container .applghu-feature-shape-right {
  position: absolute;
  right: -35px;
  bottom: -35px;
  -webkit-animation: applghu_rotate_animation 12s infinite linear alternate;
          animation: applghu_rotate_animation 12s infinite linear alternate;
}

.applghu-features-area .applghu-single-features {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2);
          box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2);
  padding: 28px 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
  margin-top: 40px;
}

@media (max-width: 1199.98px) {
  .applghu-features-area .applghu-single-features {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .applghu-features-area .applghu-single-features {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-top: 80px;
  }
  
  .applghu-features-area .applghu-single-features .applghu-feature-icon-box {
    top: 0;
    margin-bottom: 20px;
  }
  
  .applghu-features-area .applghu-single-features .counter-content {
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .applghu-features-area .applghu-single-features {
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 20px 25px;
    padding-top: 70px;
  }
  
  .applghu-features-area .applghu-single-features .applghu-feature-icon-box {
    top: 0;
    margin-bottom: 15px;
  }
  
  .applghu-features-area .applghu-single-features .counter-content {
    margin-top: 0;
  }
}

.applghu-features-area .applghu-single-features .applghu-feature-icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#4a90e2));
  background: linear-gradient(to bottom right, #035a91, #4a90e2);
  top: -70px;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-features-area .applghu-single-features .applghu-feature-icon-box i {
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
}

.applghu-features-area .applghu-single-features h3 {
  font-size: 20px;
  color: #171366;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 15px;
}

.applghu-features-area .applghu-single-features .counter-content h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.applghu-features-area .applghu-single-features p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}

.applghu-features-area .applghu-single-features:hover {
  -webkit-box-shadow: -5px 19px 100px 0px rgba(151, 151, 151, 0.5);
          box-shadow: -5px 19px 100px 0px rgba(151, 151, 151, 0.5);
}

.applghu-features-area .applghu-single-features:hover .applghu-feature-icon-box {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* Counter Styling */
.applghu-features-area .applghu-single-features .counter-content {
  margin-top: -60px;
  padding-top: 5px;
}

.applghu-features-area .applghu-single-features .counter-number {
  font-size: 36px;
  font-weight: 700;
  color: #171366;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}

.applghu-features-area .applghu-single-features .counter-trend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
}

.applghu-features-area .applghu-single-features .counter-content p {
  margin-bottom: 10px;
}

.applghu-features-area .applghu-single-features .counter-trend i {
  font-size: 12px;
}

.applghu-features-area .applghu-single-features .counter-trend i.fa-arrow-up {
  color: #28a745;
}

.applghu-features-area .applghu-single-features .counter-trend i.fa-arrow-down {
  color: #dc3545;
}

.applghu-features-area .applghu-single-features .counter-trend i.fa-arrow-right {
  color: #6c757d;
}

/* Equal Height Cards */
.equal-height-cards {
  display: flex;
  flex-wrap: wrap;
}

.equal-height-cards > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.equal-height-cards .applghu-single-features {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.equal-height-cards .applghu-single-features .counter-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.equal-height-cards .applghu-single-features .counter-trend {
  margin-top: auto;
}

.applghu-about-area {
  padding-bottom: 110px;
  position: relative;
}

.applghu-about-area .applghu-about-round-shape {
  position: absolute;
  bottom: 97px;
  left: 334px;
  -webkit-animation: applghuUpsDown 12s infinite linear alternate;
          animation: applghuUpsDown 12s infinite linear alternate;
}

.applghu-about-area .applghu-about-cross-shape {
  position: absolute;
  right: 60px;
  bottom: 94px;
  animation: applghu_rotate_animation 12s infinite linear alternate-reverse;
}

.applghu-about-area .applghu-about-img {
  position: relative;
}

@media (max-width: 991.98px) {
  .applghu-about-area .applghu-about-img {
    margin-bottom: 50px;
  }
}

.applghu-about-area .applghu-about-img img {
  max-width: 100%;
  border-radius: 20px;
}

@media (max-width: 991.98px) {
  .applghu-about-area .applghu-about-img img {
    width: 100%;
  }
}

.applghu-about-area .applghu-about-img .applghu-about-project-box {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 34px 35px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  transition: all 0.3s ease;
}

.applghu-about-area .applghu-about-img .applghu-about-project-box:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.45);
          box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.45);
}

.applghu-about-area .applghu-about-img .applghu-about-project-box h2 {
  font-size: 48px;
  font-weight: 700;
  color: #e8f6ff;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-shadow: 2px 2px 1px #e8f6ff86;
}

.applghu-about-area .applghu-about-img .applghu-about-project-box p {
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #e8f6ff;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .applghu-about-area .applghu-about-img .applghu-about-project-box {
    padding: 15px 20px;
    bottom: 5px;
    right: 5px;
  }

  .applghu-about-area .applghu-about-img .applghu-about-project-box h2 {
    font-size: 28px;
  }

  .applghu-about-area .applghu-about-img .applghu-about-project-box p {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .applghu-about-area .applghu-about-img .applghu-about-project-box {
    padding: 20px 25px;
  }

  .applghu-about-area .applghu-about-img .applghu-about-project-box h2 {
    font-size: 36px;
  }

  .applghu-about-area .applghu-about-img .applghu-about-project-box p {
    font-size: 16px;
  }
}

.applghu-about-area .applghu-about-content {
  margin-left: 80px;
}

@media (max-width: 991.98px) {
  .applghu-about-area .applghu-about-content {
    margin-left: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .applghu-about-area .applghu-about-content {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .applghu-about-area .applghu-about-content {
    margin-left: 0;
  }
}

.applghu-about-area .applghu-about-content .applghu-about-sub-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  color: #035a91;
  text-transform: capitalize;
}

.applghu-about-area .applghu-about-content .applghu-about-title {
  font-size: 36px;
  line-height: 1.2;
  color: #171365;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 18px;
}

@media (max-width: 767.98px) {
  .applghu-about-area .applghu-about-content .applghu-about-title {
    font-size: 32px;
  }
}

.applghu-about-area .applghu-about-content .applghu-about-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #868686;
  font-family: "Roboto", sans-serif;
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area {
  margin-top: 20px;
  margin-bottom: 35px;
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent {
  margin-bottom: 20px;
  height: 45px;
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent h3 {
  font-size: 18px;
  color: #171366;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-transform: capitalize;
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent .applghu-single-progress {
  width: 470px;
  height: 5px;
  border-radius: 2.5px;
  background: #d6ceff;
  position: relative;
}

@media (max-width: 991.98px) {
  .applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent .applghu-single-progress {
    width: 100%;
  }
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent .applghu-single-progress .applghu-single-progress-bar {
  background: -webkit-gradient(linear, left top, right top, from(#309de0), to(#033250));
  background: linear-gradient(to right, #309de0, #033250);
  position: relative;
  width: 0;
  height: 5px;
  border-radius: 2.5px;
  z-index: 1;
  overflow: visible !important;
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent .applghu-single-progress .applghu-single-progress-bar:after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #03436b;
  content: "";
}

.applghu-about-area .applghu-about-content .applghu-about-progressbar-area .applghu-single-progress-parent .applghu-single-progress .applghu-single-progress-bar span {
  position: absolute;
  right: -13px;
  top: -32px;
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  color: #171366;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.applghu-about-area .applghu-about-content .applghu-about-btn {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#4a90e2));
  background-image: linear-gradient(to bottom right, #035a91, #4a90e2);
  font-size: 15px;
  line-height: 2;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 15px 11px 15px 16px;
  border-radius: 5px;
}

.applghu-about-area .applghu-about-content .applghu-about-btn span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  line-height: 32px;
  margin-left: 15px;
  text-align: center;
  display: inline-block;
  background: #3a90c5;
}

.applghu-about-area .applghu-about-content .applghu-about-btn:hover {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#035a91), to(#4a90e2));
  background-image: linear-gradient(to top left, #035a91, #4a90e2);
}

.applghu-achievement-area {
  padding: 70px 0 40px;
  position: relative;
}

.applghu-achievement-area .applghu-achievement-shape-one {
  position: absolute;
  top: 253px;
  left: 110px;
  -webkit-animation: applghu-repeat 12s infinite linear alternate;
          animation: applghu-repeat 12s infinite linear alternate;
}

.applghu-achievement-area .applghu-achievement-shape-two {
  position: absolute;
  top: 60px;
  right: 152px;
  -webkit-animation: applghuUpsDown 12s infinite linear alternate;
          animation: applghuUpsDown 12s infinite linear alternate;
}

.applghu-achievement-area .applghu-achievement-shape-three {
  position: absolute;
  bottom: 57px;
  right: 334px;
  -webkit-animation: applghu_move_animation 12s infinite linear alternate;
          animation: applghu_move_animation 12s infinite linear alternate;
}

@media (max-width: 1199.98px) {
  .applghu-achievement-area .applghu-achievement-left {
    margin-bottom: 50px;
  }
}

.applghu-achievement-area .applghu-achievement-left .applghu-achievement-left-sub-title {
  font-size: 24px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.applghu-achievement-area .applghu-achievement-left .applghu-achievement-left-title {
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  line-height: 1.5;
}

@media (max-width: 460px) {
  .applghu-achievement-area .applghu-achievement-left .applghu-achievement-left-title {
    font-size: 32px;
  }
}

.applghu-achievement-area .applghu-achievement-left .applghu-achievement-left-text {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.applghu-achievement-area .applghu-achievement-left .applghu-achievement-btn {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#4a90e2));
  background-image: linear-gradient(to bottom right, #035a91, #4a90e2);
  font-size: 15px;
  line-height: 2;
  margin-top: 15px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 15px 11px 15px 16px;
  border-radius: 5px;
}

.applghu-achievement-area .applghu-achievement-left .applghu-achievement-btn span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  line-height: 32px;
  margin-left: 15px;
  text-align: center;
  display: inline-block;
  background: #3a90c5;
}

.applghu-achievement-area .applghu-achievement-left .applghu-achievement-btn:hover {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#035a91), to(#4a90e2));
  background-image: linear-gradient(to top left, #035a91, #4a90e2);
}

.applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box {
  background: #034b79;
  border-radius: 5px;
  padding: 40px 20px 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box h2 {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  line-height: .5;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 460px) {
  .applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

@media (max-width: 460px) {
  .applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box p {
    font-size: 16px;
    line-height: 1.4;
  }
}

.applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #034b79;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-achievement-area .applghu-achievement-right .applghu-single-achievement-box:hover:before {
  width: 100%;
}

.applghu-service-area {
  background: #ffffff;
  padding: 15px 0 80px;
}

.applghu-service-area .applghu-single-service {
  padding: 40px 30px 70px;
  background: #ffffff;
  border: 1px solid #b1b1b1;
  margin: 0 -15px 30px -15px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 767.98px) {
  .applghu-service-area .applghu-single-service {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.applghu-service-area .applghu-single-service .applghu-service-icon-box {
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right bottom, from(#f6e9fb), to(#fdeff1));
  background: linear-gradient(to bottom right, #f6e9fb, #fdeff1);
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 24px;
}

.applghu-service-area .applghu-single-service .applghu-service-icon-box i {
  font-size: 48px;
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#3a90c5));
  background: linear-gradient(to bottom right, #035a91, #3a90c5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.applghu-service-area .applghu-single-service h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #171366;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.applghu-service-area .applghu-single-service p {
  font-size: 16px;
  line-height: 1.6;
  color: #777777;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.applghu-service-area .applghu-single-service .applghu-service-btn {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right bottom, from(#f1e4f4), to(#eee2e5));
  background: linear-gradient(to bottom right, #f1e4f4, #eee2e5);
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-service-area .applghu-single-service .applghu-service-btn i {
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#3a90c5));
  background: linear-gradient(to bottom right, #035a91, #3a90c5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-service-area .applghu-single-service:hover {
  -webkit-box-shadow: 0px 9px 100px 0px rgba(151, 151, 151, 0.5);
          box-shadow: 0px 9px 100px 0px rgba(151, 151, 151, 0.5);
  border-color: transparent;
  position: relative;
  z-index: 10;
  -webkit-transform: scaleX(1.01);
          transform: scaleX(1.01);
}

.applghu-service-area .applghu-single-service:hover .applghu-service-btn {
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#3a90c5));
  background: linear-gradient(to bottom right, #035a91, #3a90c5);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.applghu-service-area .applghu-single-service:hover .applghu-service-btn i {
  background: transparent;
  -webkit-text-fill-color: #ffffff;
}

.applghu-whychoose-us-area {
  padding: 10px 0 0;
  position: relative;
  overflow: unset;
  margin-bottom: 105px;
  background-color: #ffffff;
}

.applghu-whychoose-us-area .applghu-whychoose-us-shape {
  position: absolute;
  bottom: -25px;
  left: 48%;
  -webkit-animation: applghuUpsDown 12s infinite linear alternate;
          animation: applghuUpsDown 12s infinite linear alternate;
}

@media (max-width: 1199.98px) {
  .applghu-whychoose-us-area .applghu-whychoose-us-left {
    margin-bottom: 50px;
  }
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychoose-us-left-subtitle {
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  line-height: 1.5;
  text-transform: capitalize;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychoose-us-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 460px) {
  .applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychoose-us-left-title {
    font-size: 32px;
  }
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychoose-us-left-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form {
  background: #ffffff;
  padding: 30px 24px 40px 24px;
  border-radius: 5px;
  -webkit-box-shadow: -3px 10px 50px 0px rgba(85, 85, 85, 0.25);
          box-shadow: -3px 10px 50px 0px rgba(85, 85, 85, 0.25);
  margin-top: 20px;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
      grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  grid-gap: 0 20px;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=text],
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=email],
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=number] {
  padding: 18px 13px;
  border-radius: 3px;
  border: 1px solid #a8a8a8;
  margin-bottom: 20px;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=text]::-webkit-input-placeholder,
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=email]::-webkit-input-placeholder,
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=number]::-webkit-input-placeholder {
  color: #7b7b7b;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=text]::-moz-input-placeholder,
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=email]::-moz-input-placeholder,
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=number]::-moz-input-placeholder {
  color: #7b7b7b;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=text]::-ms-input-placeholder,
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=email]::-ms-input-placeholder,
.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form .applghu-whychoose-form-input input[type=number]::-ms-input-placeholder {
  color: #7b7b7b;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form textarea {
  padding: 18px 13px;
  border-radius: 3px;
  border: 1px solid #a8a8a8;
  resize: none;
  width: 100%;
  height: 183px;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form textarea::-webkit-input-placeholder {
  color: #7b7b7b;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form textarea::-moz-input-placeholder {
  color: #7b7b7b;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form textarea::-ms-input-placeholder {
  color: #7b7b7b;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form input[type=submit] {
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#4a90e2));
  background-image: linear-gradient(to bottom right, #035a91, #4a90e2);
  border: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 16px 31px;
  margin-top: 30px;
  display: inline-block;
  cursor: pointer;
}

.applghu-whychoose-us-area .applghu-whychoose-us-left .applghu-whychooseus-form form input[type=submit]:hover {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#035a91), to(#4a90e2));
  background-image: linear-gradient(to top left, #035a91, #4a90e2);
}

.applghu-whychoose-us-area .applghu-single-whychoose {
  background: #034b79;
  border-radius: 5px;
  padding: 30px 18px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.applghu-whychoose-us-area .applghu-single-whychoose .applghu-whychoose-icon-box {
  background: #ccecff;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 5px;
}

.applghu-whychoose-us-area .applghu-single-whychoose .applghu-whychoose-icon-box i {
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#3a90c5));
  background: linear-gradient(to bottom right, #035a91, #3a90c5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}

.applghu-whychoose-us-area .applghu-single-whychoose h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin-top: 15px;
}

@media (max-width: 460px) {
  .applghu-whychoose-us-area .applghu-single-whychoose h3 {
    font-size: 18px;
  }
}

.applghu-whychoose-us-area .applghu-single-whychoose p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  margin-top: 15px;
}

.applghu-whychoose-us-area .applghu-single-whychoose:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #034b79;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-whychoose-us-area .applghu-single-whychoose:hover:before {
  width: 100%;
}

.applghu-projects-area {
  padding: 0 0 105px;
}

.applghu-projects-area .applghu-project-navigation {
  margin-bottom: 50px;
}

.applghu-projects-area .applghu-project-navigation ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #322f74;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: -5px 19px 50px 0px rgba(151, 151, 151, 0.2);
          box-shadow: -5px 19px 50px 0px rgba(151, 151, 151, 0.2);
  padding: 15px 28px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .applghu-projects-area .applghu-project-navigation ul li {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .applghu-projects-area .applghu-project-navigation ul li {
    font-size: 14px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 460px) {
  .applghu-projects-area .applghu-project-navigation ul li {
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 10px;
  }
}

.applghu-projects-area .applghu-project-navigation ul li.active {
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#4a90e2));
  background: linear-gradient(to bottom right, #035a91, #4a90e2);
  color: #ffffff;
}

.applghu-projects-area .applghu-project-navigation ul li:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#4a90e2));
  background: linear-gradient(to bottom right, #035a91, #4a90e2);
  color: #ffffff;
}

.applghu-projects-area .applghu-project-navigation ul li:last-child {
  margin-right: 0;
}

.applghu-projects-area .applghu-single-project {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}

.applghu-projects-area .applghu-single-project img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991.98px) {
  .applghu-projects-area .applghu-single-project img {
    height: auto;
  }
}

@media (max-width: 1199.98px) {
  .applghu-projects-area .applghu-single-project img {
    height: auto;
  }
}

.applghu-projects-area .applghu-single-project .applghu-single-project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-projects-area .applghu-single-project .applghu-single-project-overlay .applghu-project-overlay-content {
  margin-left: 24px;
  margin-bottom: 30px;
}

.applghu-projects-area .applghu-single-project .applghu-single-project-overlay .applghu-project-overlay-content i {
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#4a90e2));
  background: linear-gradient(to bottom right, #035a91, #4a90e2);
  display: inline-block;
  color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 15px;
}

.applghu-projects-area .applghu-single-project .applghu-single-project-overlay .applghu-project-overlay-content p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  line-height: 1.5;
}

.applghu-projects-area .applghu-single-project .applghu-single-project-overlay .applghu-project-overlay-content h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  line-height: 1.1;
}

.applghu-projects-area .applghu-single-project:hover .applghu-single-project-overlay {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.applghu-team-area {
  background: #ffffff;
  padding-bottom: 50px;
}

@media (max-width: 991.98px) {
  .applghu-team-area {
    padding-bottom: 80px;
  }
}

.applghu-team-area .applghu-single-team {
  margin-bottom: 110px;
}

.applghu-team-area .applghu-single-team .applghu-single-team-img {
  position: relative;
}

.applghu-team-area .applghu-single-team .applghu-single-team-img img {
  width: 100%;
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay {
  background: #ffffff;
  -webkit-box-shadow: -5px 19px 50px 0px rgba(93, 93, 93, 0.1);
          box-shadow: -5px 19px 50px 0px rgba(93, 93, 93, 0.1);
  display: inline-block;
  width: 245px;
  padding: 24px;
  border-radius: 5px;
  padding: 24px 20px;
  position: absolute;
  left: 0;
  bottom: -55px;
  right: 0;
  margin: 0 auto;
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay h3 {
  font-size: 20px;
  color: #171366;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay p {
  font-size: 16px;
  line-height: 1.5;
  color: #7e7e7e;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay .applghu-team-overlay-social-wrap {
  position: absolute;
  right: 13px;
  top: -18px;
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay .applghu-team-overlay-social-wrap a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#4a90e2));
  background: linear-gradient(to bottom right, #035a91, #4a90e2);
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay .applghu-team-overlay-social-wrap .applghu-overlay-social-icon {
  position: absolute;
  bottom: 35px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay .applghu-team-overlay-social-wrap .applghu-overlay-social-icon li {
  margin-bottom: 9px;
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay .applghu-team-overlay-social-wrap .applghu-overlay-social-icon li a:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#3a90c5));
  background: linear-gradient(to bottom right, #035a91, #3a90c5);
}

.applghu-team-area .applghu-single-team .applghu-single-team-overlay .applghu-team-overlay-social-wrap .applghu-overlay-social-icon li a:hover i {
  -webkit-text-fill-color: #ffffff;
}

.applghu-team-area .applghu-single-team:hover .applghu-single-team-overlay {
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#3a90c5));
  background: linear-gradient(to bottom right, #035a91, #3a90c5);
}

.applghu-team-area .applghu-single-team:hover .applghu-single-team-overlay h3 {
  color: #ffffff;
}

.applghu-team-area .applghu-single-team:hover .applghu-single-team-overlay p {
  color: #ffffff;
}

.applghu-team-area .applghu-single-team:hover .applghu-single-team-overlay .applghu-team-overlay-social-wrap a {
  background: #ffffff;
}

.applghu-team-area .applghu-single-team:hover .applghu-single-team-overlay .applghu-team-overlay-social-wrap a i {
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#3a90c5));
  background: linear-gradient(to bottom right, #035a91, #3a90c5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.applghu-team-area .applghu-single-team:hover .applghu-single-team-overlay .applghu-team-overlay-social-wrap .applghu-overlay-social-icon {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.applghu-team-area .applghu-team-slider .owl-nav {
  position: absolute;
  right: 16px;
  top: -80px;
}

@media (max-width: 460px) {
  .applghu-team-area .applghu-team-slider .owl-nav {
    display: none;
  }
}

.applghu-team-area .applghu-team-slider .owl-nav .owl-prev,
.applghu-team-area .applghu-team-slider .owl-nav .owl-next {
  display: inline-block;
  width: 50px;
  height: 40px;
  background: #ffffff;
  -webkit-box-shadow: -2px 7px 30px 0px rgba(99, 99, 99, 0.3);
          box-shadow: -2px 7px 30px 0px rgba(99, 99, 99, 0.3);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.applghu-team-area .applghu-team-slider .owl-nav .owl-prev:hover,
.applghu-team-area .applghu-team-slider .owl-nav .owl-next:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#4a90e2));
  background: linear-gradient(to bottom right, #035a91, #4a90e2);
  color: #ffffff;
}

.applghu-team-area .applghu-team-slider .owl-nav .owl-prev {
  margin-right: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.applghu-team-area .applghu-team-slider .owl-nav .owl-next {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.applghu-get-in-touch-area {
  overflow: visible;
}

@media (max-width: 1199.98px) {
  .applghu-get-in-touch-area .applghu-get-in-touch-map-wrap {
    margin-bottom: 50px;
  }
}

.applghu-get-in-touch-area #applghu-get-in-touch-map iframe {
  width: 100%;
  height: 415px;
  border-radius: 5px;
}

.applghu-get-in-touch-area .applghu-get-in-touch-content-wrap {
  padding: 0 20px 70px 20px;
  background: #ffffff;
  margin-bottom: -65px;
  border-radius: 5px;
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 22px 20px;
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-icon-box {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  background: #f0e4f7;
  display: inline-block;
  line-height: 60px;
  text-align: center;
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-icon-box i {
  font-size: 39px;
  background: -webkit-gradient(linear, left top, right bottom, from(#035a91), to(#3a90c5));
  background: linear-gradient(to bottom right, #035a91, #3a90c5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-text {
  display: inline-block;
  margin-left: 25px;
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-text h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #002b56;
  line-height: 1.1;
  font-weight: 700;
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-text p {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

.applghu-get-in-touch-area .applghu-single-get-in-touch-info .applghu-get-in-touch-info-text p span {
  display: block;
}

.applghu-testimonial-area {
  height: 480px;
  overflow: visible;
}

.applghu-testimonial-area .applghu-testimonial-section-heading {
  margin-top: 170px;
}

.applghu-testimonial-area .applghu-single-testimonial {
  background: #ffffff;
  padding: 20px 18px 35px;
  border: 1px solid #b9b9b9;
  margin: 0 -15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 767.98px) {
  .applghu-testimonial-area .applghu-single-testimonial {
    margin-bottom: 30px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-author-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-author-info-box img {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #423e82;
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-author-info-box .applghu-testimonial-info {
  display: inline-block;
  margin-left: 15px;
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-author-info-box .applghu-testimonial-info h3 {
  font-size: 18px;
  color: #171366;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 700;
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-author-info-box .applghu-testimonial-info p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #171366;
  line-height: 1.5;
  margin-bottom: 0;
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-content p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-content ul li i {
  font-size: 22px;
  color: #ffb320;
}

.applghu-testimonial-area .applghu-single-testimonial .applghu-testimonial-content ul li:last-child {
  margin-right: 0;
}

.applghu-testimonial-area .applghu-single-testimonial:hover {
  -webkit-box-shadow: 0px 9px 100px 0px rgba(151, 151, 151, 0.5);
          box-shadow: 0px 9px 100px 0px rgba(151, 151, 151, 0.5);
  border-color: transparent;
  position: relative;
  z-index: 10;
  -webkit-transform: scaleX(1.01);
          transform: scaleX(1.01);
}

.applghu-blog-area {
  padding-top: 274px;
  padding-bottom: 93px;
}

@media (max-width: 1199.98px) {
  .applghu-blog-area {
    padding-top: 450px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .applghu-blog-area {
    padding-top: 500px;
  }
}

@media (max-width: 767.98px) {
  .applghu-blog-area {
    padding-top: 835px;
  }
}

@media (max-width: 575.98px) {
  .applghu-blog-area {
    padding-top: 900px;
  }
}

@media (max-width: 460px) {
  .applghu-blog-area {
    padding-top: 930px;
  }
}

@media (max-width: 360px) {
  .applghu-blog-area {
    padding-top: 1000px;
  }
}

@media (max-width: 320px) {
  .applghu-blog-area {
    padding-top: 1100px;
  }
}

@media (max-width: 767.98px) {
  .applghu-blog-area .applghu-section-heading {
    margin-bottom: 30px;
  }
}

.applghu-blog-area .applghu-section-heading .applghu-section-heading-text {
  margin-top: 50px;
}

.applghu-blog-area .applghu-single-blog {
  padding-bottom: 180px;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-img {
  position: relative;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-img img {
  width: 100%;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content {
  padding: 25px 20px;
  background: #ffffff;
  -webkit-box-shadow: -5px 19px 50px 0px rgba(151, 151, 151, 0.2);
          box-shadow: -5px 19px 50px 0px rgba(151, 151, 151, 0.2);
  border-radius: 2px;
  position: absolute;
  width: 325px;
  left: 0;
  right: 0;
  bottom: -107px;
  margin: 0 auto;
  display: inline-block;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-meta {
  margin-bottom: 20px;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-meta ul li {
  display: inline-block;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-meta ul li a,
.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-meta ul li {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #171366;
  font-weight: 500;
  line-height: 1.5;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-title h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #040054;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-blog-title:hover h3 {
  color: #035a91;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-single-blog-btn {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #171366;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-single-blog-btn:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #171366;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-single-blog-btn:hover:before {
  width: 100%;
}

.applghu-blog-area .applghu-single-blog .applghu-blog-content .applghu-single-blog-btn:hover {
  margin-left: 8px;
}

.applghu-blog-area .applghu-blog-slider .owl-nav {
  display: none !important;
}

.applghu-blog-area .applghu-blog-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.applghu-blog-area .applghu-blog-slider .owl-dots .owl-dot {
  height: 6px;
  width: 35px;
  background: #040054;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .applghu-blog-area .applghu-blog-slider .owl-dots .owl-dot {
    width: 20px;
  }
}

.applghu-blog-area .applghu-blog-slider .owl-dots .owl-dot:hover {
  background: #309de0;
}

.applghu-blog-area .applghu-blog-slider .owl-dots .owl-dot.active {
  background: #309de0;
}

/* Trust Indicators Styles */
.trust-indicators {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-color: rgba(0, 0, 0, 0.08) !important;
    position: relative;
    overflow: hidden;
}

.trust-indicators::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.trust-item {
    padding: 25px 15px;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.trust-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.05), rgba(13, 110, 253, 0.02));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.trust-item:hover {
    background: rgba(13, 110, 253, 0.08);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.15);
    border-color: rgba(13, 110, 253, 0.2);
}

.trust-item:hover::before {
    opacity: 1;
}

.trust-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(13, 110, 253, 0.05));
    border: 3px solid rgba(13, 110, 253, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.trust-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(13, 110, 253, 0.3), transparent);
    animation: rotate 4s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.trust-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.2), transparent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

.trust-icon i {
    position: relative;
    z-index: 3;
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

.trust-item:hover .trust-icon {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 15px 30px rgba(13, 110, 253, 0.3);
    border-color: rgba(13, 110, 253, 0.4);
}

.trust-item:hover .trust-icon::before {
    opacity: 1;
}

.trust-item:hover .trust-icon::after {
    width: 100px;
    height: 100px;
}

.trust-item:hover .trust-icon i {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(13, 110, 253, 0.3));
}

.trust-item h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.trust-item:hover h5 {
    color: #0d6efd;
    transform: translateY(-2px);
}

.trust-item p {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.trust-item:hover p {
    color: #495057;
    transform: translateY(-1px);
}

/* Dark theme support for trust indicators */
.theme-dark .trust-indicators {
    background: linear-gradient(135deg, #1a1d23 0%, #0f1114 100%) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.theme-dark .trust-indicators::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.theme-dark .trust-item {
    background: transparent !important;
    color: #f8f9fa !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.theme-dark .trust-item::before {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.08), rgba(74, 144, 226, 0.03)) !important;
}

.theme-dark .trust-item:hover {
    background: rgba(74, 144, 226, 0.1) !important;
    box-shadow: 0 20px 40px rgba(74, 144, 226, 0.2) !important;
    border-color: rgba(74, 144, 226, 0.3) !important;
}

.theme-dark .trust-icon {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.2), rgba(74, 144, 226, 0.1)) !important;
    border-color: rgba(74, 144, 226, 0.3) !important;
    color: #4a90e2 !important;
}

.theme-dark .trust-icon::before {
    background: conic-gradient(from 0deg, transparent, rgba(74, 144, 226, 0.4), transparent) !important;
}

.theme-dark .trust-icon::after {
    background: radial-gradient(circle, rgba(74, 144, 226, 0.3), transparent) !important;
}

.theme-dark .trust-item:hover .trust-icon {
    box-shadow: 0 15px 30px rgba(74, 144, 226, 0.4) !important;
    border-color: rgba(74, 144, 226, 0.5) !important;
}

.theme-dark .trust-item h5 {
    color: #ffffff !important;
}

.theme-dark .trust-item:hover h5 {
    color: #4a90e2 !important;
}

.theme-dark .trust-item p {
    color: #b0b3b8 !important;
}

.theme-dark .trust-item:hover p {
    color: #d1d5db !important;
}

/* Responsive adjustments for trust indicators */
@media (max-width: 768px) {
    .trust-indicators {
        padding: 20px 0;
    }
    
    .trust-item {
        padding: 20px 10px;
        margin-bottom: 15px;
    }
    
    .trust-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .trust-icon i {
        font-size: 1.4rem;
    }
    
    .trust-item h5 {
        font-size: 1rem;
        margin-bottom: 6px;
    }
    
    .trust-item p {
        font-size: 0.85rem;
    }
    
    .trust-item:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 576px) {
    .trust-item {
        padding: 15px 8px;
    }
    
    .trust-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    
    .trust-icon i {
        font-size: 1.2rem;
    }
    
    .trust-item h5 {
        font-size: 0.9rem;
    }
    
    .trust-item p {
        font-size: 0.8rem;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    .trust-indicators::before,
    .trust-icon::before {
        animation: none;
    }
    
    .trust-item,
    .trust-icon,
    .trust-item h5,
    .trust-item p {
        transition: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .trust-item {
        border: 2px solid currentColor;
    }
    
    .trust-icon {
        border-width: 4px;
    }
    
    .trust-item:hover {
        background: currentColor;
        color: white;
    }
}

/* Print styles */
@media print {
    .trust-indicators::before {
        display: none;
    }
    
    .trust-item {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #000;
    }
    
    .trust-icon {
        background: #f0f0f0 !important;
        border: 2px solid #000 !important;
    }
}

/* ===============================================
   Why Choose Us - Learning Journey Styles
   =============================================== */

/* Journey Stats */
.applghu-journey-stats {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.applghu-stat-item {
    text-align: center;
    flex: 1;
    min-width: 120px;
}

.applghu-stat-number {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #034b79;
    line-height: 1;
    margin-bottom: 5px;
}

.applghu-stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Journey Buttons */
.applghu-journey-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.applghu-btn {
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
    font-size: 14px;
}

.applghu-btn-primary {
    background: linear-gradient(135deg, #034b79, #035a91);
    color: white;
    border-color: transparent;
}

.applghu-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    color: white;
}

.applghu-btn-outline {
    background: transparent;
    color: #034b79;
    border-color: #034b79;
}

.applghu-btn-outline:hover {
    background: #034b79;
    color: white;
    transform: translateY(-2px);
}

/* Mobile Responsive for Journey Stats */
@media (max-width: 768px) {
    .applghu-journey-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .applghu-stat-item {
        flex: none;
    }
    
    .applghu-journey-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .applghu-btn {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .applghu-stat-number {
        font-size: 28px;
    }
    
    .applghu-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

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

/* Footer Base Styles */
.footer {
  background: linear-gradient(135deg, #013b5f 0%, #002339 50%, #013b5f 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23ffffff" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.footer .container {
    position: relative;
    z-index: 2;
}

/* Footer Logo and Brand */
.footer-logo {
  max-width: 180px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-brand {
    font-size: 1.2rem;
    font-weight: 700;
    color: #035a91;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 0.5rem;
}

/* Footer Headings */
.footer h6 {
    color: #8ab4f8;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer h6 i {
    color: #035a91;
    margin-right: 0.5rem;
}

/* Footer Links */
.footer-link {
    color: #b0b3b8 !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    display: block;
    padding: 0.25rem 0;
    font-size: 0.9rem;
}

.footer-link:hover {
    color: #8ab4f8 !important;
    transform: translateX(5px);
    text-decoration: none !important;
}

.footer-link i {
    color: #035a91;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.footer-link:hover i {
    color: #035a91;
    transform: translateX(2px);
}

/* Contact Info Styles */
.footer .list-unstyled li {
    color: #b0b3b8;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.footer .list-unstyled li i {
    color: #035a91;
    margin-right: 0.5rem;
    width: 16px;
    text-align: center;
}

/* Copyright Section */
.footer hr {
    border-color: rgba(138, 180, 248, 0.2);
    margin: 2rem 0 1rem 0;
}

.footer .mb-0 {
    color: #8ab4f8;
    font-size: 0.9rem;
}

.footer .mb-0 i {
    color: #035a91;
    margin-right: 0.25rem;
}

/* Mobile Footer Styles */
@media (max-width: 991.98px) {
    .footer {
        padding: 2rem 0 !important;
    }
    
    .footer .d-lg-none {
        background: none;
        border-radius: 0;
        padding: 0;
        backdrop-filter: none;
        border: none;
        box-shadow: none;
        margin: 0;
    }
    
    .footer .d-lg-none > div {
        gap: 1.5rem !important;
        flex-wrap: wrap;
        justify-content: flex-start !important;
        align-items: flex-start;
    }
    
    .footer .d-lg-none > div > div {
        flex: 1 1 48% !important;
        min-width: 140px;
        text-align: left;
        padding: 0.5rem 0;
    }
    
    .footer .d-lg-none > div > div:first-child {
        flex: 1 1 100% !important;
        text-align: left;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(138, 180, 248, 0.2);
    }
    
    .footer .d-lg-none small {
        display: block;
        margin-bottom: 0.75rem;
        font-weight: 700;
        color: #035a91;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 0.75rem;
    }
    
    .footer .d-lg-none a,
    .footer .d-lg-none small:not(:first-child) {
        font-size: 0.8rem !important;
        line-height: 1.5;
        margin-bottom: 0.25rem;
        display: block;
    }
    
    .footer .d-lg-none a {
        color: #b0b3b8 !important;
        text-decoration: none !important;
        transition: color 0.3s ease;
    }
    
    .footer .d-lg-none a:hover {
        color: #8ab4f8 !important;
    }
    
    /* Mobile Footer Icons */
    .footer .d-lg-none i {
        color: #035a91 !important;
    }
    
    /* Mobile Footer Brand Styling */
    .footer .d-lg-none > div > div:first-child {
        color: #035a91;
    }
    
    .footer .d-lg-none > div > div:first-child span {
        color: #035a91 !important;
    }
}

/* Tablet Footer Styles */
@media (max-width: 768px) {
    .footer .d-lg-none {
        margin: 0;
        padding: 0;
    }
    
    .footer .d-lg-none > div {
        gap: 1.25rem !important;
    }
    
    .footer .d-lg-none > div > div {
        flex: 1 1 45% !important;
        min-width: 130px;
    }
}

/* Ultra Mobile Styles */
@media (max-width: 576px) {
    .footer {
        padding: 1.25rem 0 !important;
    }
    
    .footer .d-lg-none {
        margin: 0;
        padding: 0;
        border-radius: 0;
    }
    
    .footer .d-lg-none > div {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1rem !important;
    }
    
    .footer .d-lg-none > div > div {
        flex: none !important;
        width: 100%;
        text-align: left;
        padding: 0.75rem 0;
    }
    
    .footer .d-lg-none > div > div:first-child {
        margin-bottom: 0;
        padding-bottom: 0.75rem;
        border-bottom: 1px solid rgba(138, 180, 248, 0.2);
    }
    
    .footer .d-lg-none > div > div:not(:first-child) {
        border-bottom: 1px solid rgba(138, 180, 248, 0.1);
    }
    
    .footer .d-lg-none > div > div:last-child {
        border-bottom: none;
    }
    
    .footer .d-lg-none small {
        font-size: 0.7rem !important;
        margin-bottom: 0.5rem;
    }
    
    .footer .d-lg-none a,
    .footer .d-lg-none small:not(:first-child) {
        font-size: 0.75rem !important;
        line-height: 1.4;
    }
}

/* Extra Small Mobile Styles */
@media (max-width: 480px) {
    .footer {
        padding: 1rem 0 !important;
    }
    
    .footer .d-lg-none {
        margin: 0;
        padding: 0;
        border-radius: 0;
    }
    
    .footer .d-lg-none > div {
        gap: 0.875rem !important;
    }
    
    .footer .d-lg-none > div > div {
        padding: 0.5rem 0;
    }
    
    .footer .d-lg-none small {
        font-size: 0.65rem !important;
        margin-bottom: 0.375rem;
    }
    
    .footer .d-lg-none a,
    .footer .d-lg-none small:not(:first-child) {
        font-size: 0.7rem !important;
        line-height: 1.3;
    }
}

/* Footer Animation Effects */
.footer-link {
    position: relative;
    overflow: hidden;
}

.footer-link::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(138, 180, 248, 0.1), transparent);
    transition: left 0.5s ease;
}

.footer-link:hover::before {
    left: 100%;
}

/* Footer Social Icons (if needed) */
.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(138, 180, 248, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8ab4f8;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(138, 180, 248, 0.2);
}

.footer-social a:hover {
    background: #8ab4f8;
    color: #1a1a2e;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(138, 180, 248, 0.3);
}

/* Footer Background Pattern */
.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(138, 180, 248, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

/* ===========================================
   FUTURISTIC SERVICE CARDS STYLES - REDESIGNED
   =========================================== */

/* Service Card Container - Wider Layout */
.services-section .futuristic-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: row;
    min-height: 320px;
    max-width: 100% !important;
    width: 100% !important;
}

.services-section .futuristic-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.services-section .futuristic-card:hover::before {
    opacity: 1;
}

.services-section .futuristic-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(79, 70, 229, 0.2);
    border-color: rgba(79, 70, 229, 0.3);
}

/* Service Content - Left Side */
.services-section .service-content {
    padding: 20px 0px 20px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    z-index: 2;
    min-width: 0;
}

.services-section .service-content h3 {
    font-size: 1.8rem !important;
    font-weight: 700;
    color: #1a1a2e !important;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #4f46e5 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.3;
    text-align: left;
}

.services-section .service-content p {
    color: #64748b !important;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}

/* Service Features */
.services-section .service-features {
    margin-top: 0;
    margin-bottom: 0;
}

.services-section .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    padding: 4px 0;
    transition: all 0.3s ease;
}

.services-section .feature-item:hover {
    transform: translateX(8px);
}

.services-section .feature-item i {
    color: #10b981;
    font-size: 16px;
    margin-right: 14px;
    width: 24px;
    text-align: center;
}

.services-section .feature-item span {
    color: #475569;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: left;
}

/* Service CTA */
.services-section .service-cta {
    margin-top: 8px;
    margin-bottom: 0;
}

/* Service Image Container - Right Side with Fading Border */
.services-section .service-image-container {
    position: relative;
    width: 45%;
    min-width: 300px;
    /* max-width: 500px; */
    max-height: 400px;
    overflow: hidden;
    border-radius: 0 24px 24px 0;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
}

.services-section .service-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(79, 70, 229, 0.3) 0%, 
        rgba(79, 70, 229, 0.1) 30%, 
        transparent 70%);
    z-index: 1;
}

.services-section .service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.services-section .futuristic-card:hover .service-image {
    transform: scale(1.05);
}

.services-section .service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.services-section .service-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    border: 3px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.services-section .futuristic-card:hover .service-icon {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

/* Futuristic Buttons */
.services-section .btn-futuristic {
    background: linear-gradient(135deg, #4f46e5 0%, #8b5cf6 100%);
    border: none;
    color: white;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}

.services-section .btn-futuristic::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.services-section .btn-futuristic:hover::before {
    left: 100%;
}

.services-section .btn-futuristic:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(79, 70, 229, 0.4);
}

/* Button Color Variants */
.services-section .btn-futuristic.btn-primary {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
}

.services-section .btn-futuristic.btn-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.services-section .btn-futuristic.btn-warning {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.services-section .btn-futuristic.btn-info {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}

.services-section .btn-futuristic.btn-danger {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.services-section .btn-futuristic.btn-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.services-section .btn-futuristic.btn-teal {
    background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
}

.services-section .btn-futuristic.btn-indigo {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
}

/* Swiper Customization - Wider Cards */
.services-section .services-swiper {
    padding: 20px 0 60px 0;
}

.services-section .services-swiper .swiper-slide {
    height: auto;
    width: 50% !important;
    max-width: 50% !important;
    margin: 0;
    flex-shrink: 0;
    padding: 0 10px;
}

.services-section .services-swiper .swiper-pagination {
    bottom: 20px;
}

.services-section .services-swiper .swiper-pagination-bullet {
    background: rgba(79, 70, 229, 0.3);
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.services-section .services-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #4f46e5 0%, #8b5cf6 100%);
    transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .services-section .services-swiper .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .services-section .futuristic-card {
        flex-direction: column !important;
        min-height: 400px;
        padding: 0 !important;
    }
    
    .services-section .service-image-container {
        width: 100% !important;
        min-width: auto;
        height: 200px;
        border-radius: 0 0 24px 24px !important;
        order: 2;
        margin: 0 !important;
    }
    
    .services-section .service-content {
        padding: 24px;
        padding-bottom: 16px;
        order: 1;
    }
    
    .services-section .service-content h3 {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 768px) {
    .services-section .futuristic-card {
        min-height: 350px;
        padding: 0 !important;
    }
    
    .services-section .service-image-container {
        height: 180px;
        margin: 0 !important;
    }
    
    .services-section .service-content {
        padding: 20px;
        padding-bottom: 14px;
    }
    
    .services-section .service-content h3 {
        font-size: 1.4rem !important;
    }
    
    .services-section .service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .services-section .futuristic-card:hover {
        transform: translateY(-4px) scale(1.01);
    }
}

@media (max-width: 480px) {
    .services-section .futuristic-card {
        min-height: 320px;
        padding: 0 !important;
    }
    
    .services-section .service-image-container {
        height: 160px;
        margin: 0 !important;
    }
    
    .services-section .service-content {
        padding: 16px;
        padding-bottom: 12px;
    }
    
    .services-section .service-content h3 {
        font-size: 1.3rem !important;
    }
    
    .services-section .btn-futuristic {
        padding: 12px 24px;
        font-size: 0.9rem;
        max-width: 100%;
    }
    
    .services-section .service-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

/* ====================================
   Floating Action Buttons (FAB) Menu
   ==================================== */

/* FAB Container */
.fab-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 15px;
}

/* Main Toggle Button (Ellipsis) */
.fab-toggle {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #035a91 0%, #035a91 50%, #4a90e2 50%, #4a90e2 100%);
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(3, 90, 145, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: white;
}

.fab-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(3, 90, 145, 0.4);
}

.fab-toggle i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* Action Buttons Container */
.fab-actions {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* When expanded */
.fab-container.expanded .fab-actions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Individual Action Buttons */
.fab-action {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0);
}

.fab-container.expanded .fab-action {
    display: flex;
    animation: fabSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* WhatsApp Action */
.whatsapp-action {
    background: linear-gradient(135deg, #25D366 0%, #25D366 50%, #128C7E 50%, #128C7E 100%);
    animation-delay: 0.1s;
}

.whatsapp-action:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp-action i {
    color: white;
    font-size: 24px;
}

/* Scroll Top Action */
.scroll-top-action {
    background: linear-gradient(135deg, #035a91 0%, #035a91 50%, #4a90e2 50%, #4a90e2 100%);
    animation-delay: 0.05s;
}

.scroll-top-action:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(3, 90, 145, 0.4);
}

.scroll-top-action i {
    color: white;
    font-size: 24px;
}

/* Slide In Animation */
@keyframes fabSlideIn {
    from {
        transform: scale(0) translateY(10px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

/* Modal Overlay */
.whatsapp-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1001;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.whatsapp-modal.show {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Modal Content */
.whatsapp-modal-content {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
    overflow: hidden;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Modal Header */
.whatsapp-modal-header {
    background: linear-gradient(135deg, #035a91 0%, #035a91 50%, #4a90e2 50%, #4a90e2 100%);
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.whatsapp-header-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

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

.whatsapp-icon i {
    font-size: 28px;
}

.whatsapp-modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.whatsapp-modal-header p {
    margin: 5px 0 0 0;
    font-size: 13px;
    opacity: 0.9;
}

.whatsapp-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: white;
}

.whatsapp-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.whatsapp-close i {
    font-size: 18px;
}

/* Modal Body */
.whatsapp-modal-body {
    padding: 30px 25px;
}

.whatsapp-label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.whatsapp-textarea {
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    font-size: 15px;
    font-family: inherit;
    resize: vertical;
    transition: all 0.3s ease;
    min-height: 120px;
}

.whatsapp-textarea:focus {
    outline: none;
    border-color: #035a91;
    box-shadow: 0 0 0 3px rgba(3, 90, 145, 0.1);
}

.whatsapp-textarea::placeholder {
    color: #999;
}

/* Modal Footer */
.whatsapp-modal-footer {
    padding: 0 25px 25px 25px;
}

.whatsapp-send-btn {
    width: 100%;
    background: linear-gradient(135deg, #035a91 0%, #035a91 50%, #4a90e2 50%, #4a90e2 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(3, 90, 145, 0.3);
}

.whatsapp-send-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(3, 90, 145, 0.4);
}

.whatsapp-send-btn:active {
    transform: translateY(0);
}

.whatsapp-send-btn i {
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .fab-container {
        bottom: 20px;
        right: 20px;
    }

    .fab-toggle {
        width: 50px;
        height: 50px;
    }

    .fab-action {
        width: 45px;
        height: 45px;
    }

    .fab-action i {
        font-size: 20px;
    }

    .whatsapp-modal-content {
        width: 95%;
        margin: 15px;
    }

    .whatsapp-modal-header {
        padding: 20px;
    }

    .whatsapp-modal-header h3 {
        font-size: 18px;
    }

    .whatsapp-modal-body {
        padding: 20px;
    }

    .whatsapp-modal-footer {
        padding: 0 20px 20px 20px;
    }
}