/*
@File: Techex HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Top Header Style
** - Navbar Area Style
** - Main Banner Area Style
** - Banner Bottom Area Style
** - Inner Banner Area Style
** - About Area Style
** - Security Area Style
** - Services Area Style
** - Work Area Style
** - Build Area Style
** - Counter Area Style
** - Case Study Area Style
** - Team Area Style
** - Other Area Style

*******************************************/
@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap');

.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  /* Extra Bold for hero */
}

body {
  font-size: 15px;
  font-weight: 400;
  font-family: "Livvic", sans-serif;
  color: #444444;
  line-height: 1.6;
}

p {
  font-weight: 400;
  color: #444444;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}

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

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #252525;
}

h3 {
  font-size: 22px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-25 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.margin-auto {
  margin: 0 auto;
}

.border-radius-50 {
  border-radius: 50px;
}

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

.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

/*================================
Section Title Style 
===================================*/
.section-title span {
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #252525;
  margin-bottom: 0;
}

.section-title p {
  padding-top: 10px;
  margin-bottom: 0;
  max-width: 530px;
  color: #444444;
}

.sp-color1 {
  color: #ffc221;
}

.sp-color2 {
  color: #0071dc;
}

/*================================
Section Title Style End
===================================*/
/*================================
Default Btn Style 
===================================*/
.default-btn {
  display: inline-block;
  padding: 12px 32px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.default-btn i {
  font-size: 20px;
  position: relative;
  top: 4px;
  display: none;
}

.default-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -36%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.default-btn:hover {
  color: #ffffff !important;
}

.default-btn:hover:before {
  height: 100%;
  width: 135%;
  background-color: #252525;
}

.btn-bg-one {
  background-color: #ffc221;
}

.btn-bg-two {
  background-color: #0071dc;
}

/*================================
Default Btn Style End
===================================*/
/*================================
Top Header 
===================================*/
.top-header {
  padding: 7px 0 10px;
}

.top-header-bg {
  background-color: #070b3b;
}

.top-left-side .top-header-text {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}

.top-left-side .top-header-text::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 1px;
  height: 22px;
  background-color: #ffffff;
  top: 1px;
}

.top-left-side .top-header-text p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}

.top-left-side .top-header-text p b {
  color: #ffc221;
  font-weight: 500;
  margin-right: 5px;
}

.top-head-left {
  float: left;
}

.top-head-left .top-contact {
  position: relative;
  display: inline-block;
}

.top-head-left .top-contact:hover i {
  background-color: #0071dc;
  color: #ffffff;
}

.top-head-left .top-contact:hover h3 a {
  color: #ffc221;
}

.top-head-left .top-contact h3 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
}

.top-head-left .top-contact h3 a {
  color: #ffffff;
  margin-bottom: 0;
  text-decoration: none;
}

.top-head-left .top-contact h3 a:hover {
  color: #ffc221;
}

.top-header-right {
  float: right;
}

.top-header-right .top-header-social {
  display: inline-block;
}

.top-header-right .top-header-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-header-right .top-header-social ul li {
  display: inline-block;
  top: 1px;
  position: relative;
}

.top-header-right .top-header-social ul li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  border-radius: 50px;
  font-size: 18px;
}

.top-header-right .top-header-social ul li a:hover {
  color: #ffc221;
}

.top-header-right .language-list {
  top: -6px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  margin-left: -20px;
  z-index: 9999;
}

.top-header-right .language-list .language-list-item {
  height: 0;
  padding: 0 15px;
  border: none;
  color: #ffffff;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px 0 0 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.top-header-right .language-list .language-list-item:focus {
  box-shadow: none;
  outline: none;
}

.top-header-right .language-list .nice-select {
  height: 0;
  width: 125px;
  line-height: 0;
  font-size: 15px;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  border-radius: 5px 0px 0px 5px;
  z-index: 9999;
  text-align: right !important;
}

.top-header-right .language-list .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.top-header-right .language-list .nice-select .list .option {
  transition: 0.6s;
  color: #252525;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px solid #e1e1e1;
}

.top-header-right .language-list .nice-select .list .option:hover {
  background-color: transparent !important;
  color: #0071dc;
}

.top-header-right .language-list .nice-select .list .option .selected {
  background-color: transparent !important;
  font-weight: 500;
  color: #0071dc !important;
}

.top-header-right .language-list .nice-select::after {
  content: "\ea29";
  height: 8px;
  width: 8px;
  border: none;
  top: 0;
  margin-bottom: 0;
  right: 10px;
  background-color: transparent;
  font-family: "boxicons" !important;
  color: #ffffff;
  font-size: 18px;
  transform-origin: none;
  transform: none;
  margin-top: 0;
}

/*================================
Top Header End
===================================*/
/*=================================
Navbar Area
====================================*/
.main-nav {
  background-color: #ffffff;
  top: 0;
  position: inherit;
  left: 0;
  padding: 0;
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
}

.main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.main-nav .navbar .navbar-brand .logo-two {
  display: none;

}

.main-nav .navbar .navbar-brand .logo-one {
  height: auto;
  /* slightly smaller than navbar height */
  width: 100px;
  /* keeps aspect ratio */
  /* prevents extra space */
  /* mix-blend-mode: darken; */
}

.navbar-area .mobile-nav .logo .logo-one {
  margin-top: -5px;
  margin-left: 5px;
  height: auto;
  width: 70px;

}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: #0071dc !important;
}

.main-nav nav .navbar-nav .nav-item:hover a::before,
.main-nav nav .navbar-nav .nav-item .active::before {
  opacity: 1;
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item:hover a i,
.main-nav nav .navbar-nav .nav-item .active i {
  color: #0071dc;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #252525;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item a span {
  font-size: 10px;
  color: red;
  margin-left: 2px;
  top: -7px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #0071dc;
  opacity: 0;
  transition: 0.7s;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #444444;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: #0071dc !important;
}

.main-nav nav .navbar-nav .nav-item a:hover::before,
.main-nav nav .navbar-nav .nav-item a :focus::before {
  opacity: 1;
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item a:hover i,
.main-nav nav .navbar-nav .nav-item a :focus i {
  color: #0071dc;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #0071dc !important;
}

.main-nav nav .navbar-nav .nav-item a.active::before {
  opacity: 1;
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item a.active i {
  color: #0071dc;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
  transform: scale(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #e1e1e1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: none;
  color: #252525 !important;
  position: relative;
  z-index: 1;
  transition: 0.7s;
  font-weight: 600;
  padding: 10px 25px;
  font-size: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #0071dc;
  transition: 0.9s;
  z-index: -1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #ffffff !important;
  padding-left: 35px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #ffffff !important;
  border-radius: 0;
  padding-left: 35px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
  color: #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #ffffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active::before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active i {
  color: #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  transform: scaleX(1);
}

.main-nav .nav-side.nav-side {
  position: relative;
}

.main-nav .nav-side .nav-side-item {
  margin-right: 20px;
  display: inline-block;
}

.main-nav .nav-side .nav-side-item:last-child {
  margin-right: 0;
}

.main-nav .nav-side .nav-side-item .search-box {
  position: relative;
  top: -5px;
}

.main-nav .nav-side .nav-side-item .search-box i {
  cursor: pointer;
  font-size: 24px;
  color: #252525;
  position: relative;
  display: inline-block;
  top: 0;
}

.main-nav .nav-side .nav-side-item .search-box:hover i {
  color: #0071dc;
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form {
  position: relative;
  top: -10px;
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control {
  height: 45px;
  background-color: #f8f8f8;
  padding: 10px 20px;
  width: 100%;
  border-radius: 50px;
  border: none;
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 40px;
  width: 40px;
  background-color: #ffc221;
  transition: all 0.5s;
  border: none;
  outline: none;
  border-radius: 50px;
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button i {
  color: #ffffff;
  position: relative;
  top: 1.9px;
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button:hover {
  background-color: #0071dc;
}

.main-nav .nav-side .nav-side-item .get-btn {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-top: 10px;
}

.main-nav .nav-side .nav-side-item .get-btn .default-btn {
  padding: 9px 25px;
}

.nav-side-mt {
  margin-top: 6px;
}

.side-nav-responsive {
  display: none;
}

.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: 20px;
}

.side-nav-responsive .dot-menu .circle-inner {
  display: flex;
  align-items: center;
  height: 30px;
}

.side-nav-responsive .dot-menu .circle-inner .in-circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.7s;
  background-color: #0071dc;
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #ffc221;
}

.side-nav-responsive .container-max {
  position: relative;
  display: flex;
}

.side-nav-responsive .container-max .container {
  position: absolute;
  top: 70px;
  right: 0;
  max-width: 220px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.side-nav-responsive .container-max .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

.side-nav-responsive .side-nav-inner {
  padding: 12px 10px 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #0071dc;
  padding: 10px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box {
  position: relative;
  display: inline-block;
  top: -10px;
  margin-right: 5px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box i {
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  top: 5px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box:hover i {
  color: #0071dc;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn .default-btn {
  padding: 7px 15px;
  background-color: #ffffff;
  color: #252525;
}

.sticky-nav {
  top: 0;
  position: fixed;
  transition: 0.7s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .main-nav {
  top: 0;
  border: none;
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/*==================================
Search Overlay CSS
====================================*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.search-overlay .search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
}

.search-overlay .search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}

.search-overlay .search-close .search-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #ffffff;
  transition: all 500ms ease;
}

.search-overlay .search-close .search-close-line:nth-child(1) {
  transform: rotate(45deg);
}

.search-overlay .search-close .search-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
}

.search-overlay .search-close:hover .search-close-line {
  background: #0071dc;
  transform: rotate(180deg);
}

.search-overlay .search-form {
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
  padding: 0 15px;
}

.search-overlay .search-form form {
  position: relative;
}

.search-overlay .search-form form .input-search {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: #252525;
  padding: 3px 0 0 25px;
}

.search-overlay .search-form form .input-search::-moz-placeholder {
  -moz-transition: 0.7s;
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}

.search-overlay .search-form form .input-search::placeholder {
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}

.search-overlay .search-form form .input-search:focus {
  border: none;
  outline: none;
}

.search-overlay .search-form form .input-search:focus::-moz-placeholder {
  color: transparent;
}

.search-overlay .search-form form .input-search:focus::placeholder {
  color: transparent;
}

.search-overlay .search-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  color: #ffffff;
  height: 50px;
  border-radius: 50%;
  background-color: #0071dc;
  transition: 0.7s;
  border: none;
  font-size: 20px;
  line-height: 55px;
}

.search-overlay .search-form form button:hover {
  background-color: #ffc221;
  color: #ffffff;
}

.search-overlay .search-form form:hover {
  border: none;
  outline: none;
}

.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-layer {
  transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-close {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-form {
  opacity: 1;
  visibility: visible;
}

/*==================================
Search Overlay CSS End
=================================*/
/*==================================
Main Banner Area 
=================================*/
/* =========================
   Base Hero Section
   ========================= */
.hero-section {
  position: relative;
  color: #070b3b;
  padding: 5.5rem 1rem 2.5rem;
  /* mobile default */
  overflow: hidden;
  /* background: linear-gradient(135deg, #f9fafb, #eef2ff); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 1s ease-out forwards;
}

/* =========================
   Container
   ========================= */
.hero-container {
  display: flex;
  flex-direction: column;
  /* mobile = stacked */
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

/* =========================
   Text Content
   ========================= */
.hero-text {
  max-width: 600px;
  text-align: center;
}

.hero-title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  color: #111827;
}

.hero-title .highlight {
  color: #3B82F6;
  filter: drop-shadow(2px 2px 2px #333);
}

.hero-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 1rem;
}

.hero-tagline {
  font-size: 1rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 2rem;
}

.hero-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* Button */
.hero-btn .get-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #3B82F6, #2563eb);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(59, 130, 246, 0.35);
  transition: all 0.3s ease;
}

.hero-btn .get-btn a:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.45);
}

.hero-btn .get-btn a i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.hero-btn .get-btn a:hover i {
  transform: translateX(5px);
}

/* =========================
   Image
   ========================= */
.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-image-container {
  position: relative;
  max-width: 260px;
  width: 100%;
  background: transparent;
  filter: blur(25%);
}

.hero-image {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  filter: contrast(1);
  border-radius: 1rem;
  transition: transform 0.4s ease;
}

.hero-image:hover {
  transform: scale(1.05) rotate(1deg);
}

/* Circles */
.hero-bg-circle {
  position: absolute;
  border-radius: 50%;
  z-index: -2;
  opacity: 0.15;
  animation: pulse 6s infinite ease-in-out;
}

.hero-bg-circle.circle1 {
  width: 140px;
  height: 140px;
  background: #3B82F6;
  top: -30px;
  left: -40px;
}

.hero-bg-circle.circle2 {
  width: 110px;
  height: 110px;
  background: #6366F1;
  bottom: -30px;
  right: -30px;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.15;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.25;
  }
}

/* =========================
   Responsive Breakpoints
   ========================= */

/* Small Tablet (=481px) */

/* 
.circle1 {
  top: 25%;
  left: -25%;
  width: 8rem;
  height: 8rem;
  background-color: #3B82F6;
  opacity: 0.2;
}

.circle2 {
  bottom: 25%;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-color: #60a5fa;
  opacity: 0.3;
} */

/* Video Section Container */

/* ===============================
   Video Section
   =============================== */
/* Video Section Container */
.video-section {
  padding: 4rem 2rem;
  background-color: #fff;
  text-align: center;
}

/* Stat Counters */
.stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  gap: 2rem;
  flex-wrap: wrap;
}

.stat {
  position: relative;
  flex: 1;
  min-width: 180px;
}

.stat h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4f46e5;
}

.stat p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #374151;
}

.stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: #d1d5db;
}

/* Video Wrapper */
.video-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 15px;
}

.video-image img {
  width: 100%;
  height: 600px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  animation: fadeInLeft 1s ease forwards;
  transform: translateX(-30px);
  opacity: 0;
}

/* .video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 10px solid #000;
  border-bottom: none;
  display: block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 2;
  position: relative;
} */

.video-wrapper .video-bg {
  position: absolute;
  bottom: -30px;
  /* push background lower */
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  /* bigger than iframe */
  height: 60%;
  /* covers more space */
  background: linear-gradient(135deg, #4F46E5, #3B82F6);
  border-radius: 20px;
  z-index: 1;
}

/* Responsive */



/* ===============================
   Animations
   =============================== */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeScale {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}


.banner-slider-area {
  position: relative;
}

.banner-slider-area .owl-dots {
  margin-top: 0px !important;
  position: absolute;
  display: grid;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 10px;
}

.banner-slider-area .owl-dots .owl-dot span {
  background-color: rgba(251, 251, 251, 0.2470588235) !important;
  transition: 0.7s;
  margin: 7px 7px;
  width: 40px !important;
  height: 40px !important;
  border: 10px solid rgba(251, 251, 251, 0.2470588235);
}

.banner-slider-area .owl-dots .owl-dot.active span {
  background-color: #ffffff !important;
  width: 40px !important;
  height: 40px !important;
  border: 13px solid #ffc221;
}

.banner-slider-area .owl-dots .owl-dot:hover span {
  background-color: #ffffff !important;
  width: 40px !important;
  height: 40px !important;
  border: 13px solid #ffc221;
}

.banner-item {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.7;
}

.banner-item-content {
  padding-top: 130px;
  padding-bottom: 120px;
}

.banner-item-content span {
  font-size: 15px;
  font-weight: 500;
  color: #0071dc;
  padding: 10px 25px;
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
}

.banner-item-content h1 {
  margin-top: 25px;
  font-size: 70px;
  color: #ffffff;
  font-weight: bold;
  max-width: 780px;
  margin-bottom: 20px;
}

.banner-item-content p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  max-width: 660px;
  margin-bottom: 35px;
}

.item-bg1 {
  background-image: url(../images/home-one/home-one-img1.jpg);
}

.item-bg2 {
  background-image: url(../images/home-one/home-one-img2.jpg);
}

.item-bg3 {
  background-image: url(../images/home-one/home-one-img3.jpg);
}

.banner-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/home-two.jpg);
}

.banner-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(37, 37, 37, 0.7490196078), rgba(37, 37, 37, 0));
}

.banner-item-ptb {
  padding-top: 140px;
  padding-bottom: 160px;
}

.banner-item-ptb h1 {
  margin-top: 0;
}

.banner-area-two {
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
}

.banner-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/home-three/home-three-bg.png);
}

.banner-content {
  position: relative;
  margin-top: -50px;
}

.banner-content h1 {
  font-size: 60px;
  color: #252525;
  font-weight: 600;
  max-width: 680px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 17px;
  color: #252525;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 35px;
}

.banner-img {
  position: relative;
  padding-top: 70px;
}

.banner-img .banner-img-shape {
  position: absolute;
  bottom: 100px;
  right: 0;
  animation: moveBounce 9s linear infinite;
}

.banner-sub-item {
  position: relative;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px 10px 15px 160px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.banner-sub-item img {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 125px;
  border-radius: 15px 0 0 15px;
}

.banner-sub-item .content {
  padding-bottom: 10px;
}

.banner-sub-item .content h3 {
  font-size: 45px;
  color: #ffc221;
  font-weight: 700;
  margin-bottom: 0;
}

.banner-sub-item .content span {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}

.banner-sub-slider {
  position: relative;
  margin-top: -80px;
  padding-bottom: 50px;
}

.banner-four-area {
  background-color: #070b3b;
  z-index: 1;
  position: relative;
}

.banner-four-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/home-four/home-four-bg.png);
  opacity: 0.8;
}

.banner-four-content {
  max-width: 620px;
  margin-left: auto;
  margin-right: -50px;
  position: relative;
  z-index: 2;
}

.banner-four-content span {
  font-size: 14px;
  font-weight: 400;
  color: #ffc221;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 15px;
}

.banner-four-content h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-four-content p {
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 30px;
}

.banner-four-content .banner-btn .default-btn {
  display: inline-block;
}

.banner-four-content .banner-btn .play-btn {
  padding-left: 65px;
  position: relative;
  z-index: 1;
  top: -3px;
}

.banner-four-content .banner-btn .play-btn i {
  position: absolute;
  top: -3px;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  background-color: #ffffff;
  color: #ffc221;
  border-radius: 50px;
  transition: 0.7s;
}

.banner-four-content .banner-btn .play-btn i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0.5px solid #ffffff;
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
}

.banner-four-content .banner-btn .play-btn h3 {
  margin-bottom: 5px;
  font-size: 16px;
  color: #ffc221;
  transition: 0.7s;
}

.banner-four-content .banner-btn .play-btn span {
  font-size: 14px;
  color: #ffffff;
  transition: 0.7s;
  margin-bottom: 0;
}

.banner-four-content .banner-btn .play-btn:hover i {
  background-color: #ffc221;
  color: #ffffff;
}

.banner-four-content .banner-btn .play-btn:hover i::after {
  border-color: #ffc221;
}

.banner-four-content .banner-btn .play-btn:hover h3 {
  color: #ffffff;
}

.banner-four-content .banner-btn .play-btn:hover span {
  color: #ffc221;
}

.banner-four-img {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.banner-five-area {
  background-color: #d5e5f4;
  position: relative;
  padding: 50px 0;
}

.banner-five-content {
  max-width: 560px;
  margin-left: auto;
}

.banner-five-content span {
  font-size: 14px;
  font-weight: 600;
  color: #0071dc;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 15px;
}

.banner-five-content h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-five-content h1 b {
  font-weight: 600;
  color: #0071dc;
}

.banner-five-content p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}

.banner-five-img {
  animation: moveBounce 9s infinite ease-in-out;
}

/*==================================
Main Banner Area End
=================================*/
/*==================================
Banner Bottom Area 
=================================*/
.banner-bottom-area {
  position: relative;
  margin-top: -75px;
}

.banner-bottom-card {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 30px 20px 30px 135px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #0071dc;
  transition: 0.5s;
}

.banner-bottom-card i {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #252525;
  background-color: #e5f3ff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}

.banner-bottom-card h3 {
  color: #252525;
  margin-bottom: 10px;
  transition: 0.5s;
}

.banner-bottom-card p {
  margin-bottom: 0;
  font-weight: 500;
}

.banner-bottom-card:hover {
  transform: translateY(-10px);
}

.banner-bottom-card:hover h3 {
  color: #ffc221;
}

/*==================================
Banner Bottom Area End
=================================*/
/*====================================
Banner New Demo Start Seven & Eight
===================================*/
.banner-seven-slide.owl-theme .owl-nav {
  margin-top: 0;
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-] {
  font-size: 40px;
  color: #252525;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 160px;
  top: 52%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-] span {
  position: relative;
  top: -9px;
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-].owl-next {
  top: 45%;
  left: 160px;
  right: auto;
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #070b3b;
  color: #ffffff;
}

.banner-six.banner-eight {
  background-image: none;
}

.banner-six.banner-eight .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}

/* End */

/* ===============================
   SMF Area
   =============================== */
.smf-area {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.smf-box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  background-image: url('../images/home-one/home-one-img3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 50px 30px;
  color: #fff;

  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease-out forwards;
}

.smf-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.smf-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 1200px;
  color: #fff;
}

/* ===============================
   Section Title
   =============================== */
.smf-content .section-title h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 2.5rem;
  line-height: 1.2;

  animation: fadeDown 1s ease-out forwards;
  opacity: 0;
}

.smf-content .section-title p {
  color: #e0e0e0;
  font-size: 1.125rem;
  margin-bottom: 40px;

  animation: fadeDown 1s ease-out forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

.smf-content .section-title span {
  filter: drop-shadow(2px 2px 2px #fff);

}

/* ===============================
   Cards Grid
   =============================== */
.smf-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* ? 3 cards desktop */
  gap: 30px;
  /* ? consistent spacing */
}

.smf-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  transition: 0.3s;
  text-align: center;

  opacity: 0;
  transform: scale(0.9) translateY(30px);
  animation: cardIn 0.8s ease-out forwards;
}

.smf-card:nth-child(1) {
  animation-delay: 0.4s;
}

.smf-card:nth-child(2) {
  animation-delay: 0.6s;
}

.smf-card:nth-child(3) {
  animation-delay: 0.8s;
}

.smf-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-8px) scale(1.02);
}

.smf-card i {
  font-size: 2.5rem;
  color: #4f46e5;
  margin-bottom: 15px;
  display: block;
}

.smf-card h3 {
  color: #4f46e5;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.smf-card p {
  font-size: 1rem;
  color: #e0e0e0;
}

/* ===============================
   Responsive
   =============================== */

/* ===============================
   Animations
   =============================== */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

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

@keyframes cardIn {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/*================================
Inner Banner End
==================================*/
/*==================================
About Area 
=================================*/

.about-section {

  background: #f9fbff;

}

.about-content .subtitle {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1b63ff;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-content .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.about-content .description {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

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

.features-list li {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}

.features-list li:nth-child(1) {
  animation-delay: 0.3s;
}

.features-list li:nth-child(2) {
  animation-delay: 0.5s;
}

.features-list li:nth-child(3) {
  animation-delay: 0.7s;
}

.features-list i {
  color: #1b63ff;
  font-size: 18px;
  margin-right: 10px;
}

.about-footer {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-top: 20px;
  animation: fadeIn 1s forwards;
  opacity: 0;
  animation-delay: 1s;
}

/* Video Styling */
.video-wrapper2 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.video-wrapper2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

/* Animations */
@keyframes fadeInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

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

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


/* Base section styling */
/* Feature Cards with spacing */
.alocker-macos .feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  margin-bottom: 30px;
  /* space between rows */
  margin-right: 15px;
  /* horizontal spacing */
  margin-left: 15px;
  /* horizontal spacing */
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  height: 100%;
  /* make equal height cards */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Fix for Bootstrap row so margins work */
.alocker-macos .row {
  margin-top: 10px;
  /* top gap between rows */
  margin-bottom: 10px;
}

/* Section title */
.alocker-macos .section-title h1 {
  font-size: 2.8rem;
  color: #1a2a4f;
  letter-spacing: -0.5px;
}

.alocker-macos .macos-img {
  width: 500px;
  height: auto;
  transform: rotate(-5deg);
  opacity: 0;
  transform: translateY(60px) scale(0.9) rotate(-5deg);
  transition: all 1s ease-out;
}

.macos-img.scroll-show {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
}

.alocker-macos .section-title p {
  font-size: 1.2rem;
  color: #444;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Feature Cards */
.alocker-macos .feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  /* margin-bottom: 30px; */
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.alocker-macos .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

/* Icon box styles */
.alocker-macos .icon-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}

.alocker-macos .icon-box.blue {
  background: #3a7afe;
}

.alocker-macos .icon-box.yellow {
  background: #f7b731;
}

.alocker-macos .icon-box.pink {
  background: #f54e8a;
}

.alocker-macos .icon-box.green {
  background: #2ecc71;
}

.alocker-macos .icon-box.purple {
  background: #9b59b6;
}

.alocker-macos .icon-box.teal {
  background: #00cec9;
}

.alocker-macos .feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #1a2a4f;
  font-weight: 600;
}

.alocker-macos .feature-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Benefits Section */
.alocker-macos ul {
  margin-top: 20px;
  font-size: 1rem;
  color: #333;
}

.alocker-macos ul li {
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
  text-align: center;
}

.alocker-macos ul li::before {
  content: "?";
  color: #3a7afe;
  font-weight: bold;
  position: absolute;
  left: 30%;
}

/* CTA */
.alocker-macos .default-btn {
  background: #3a7afe;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.alocker-macos .default-btn:hover {
  background: #1a2a4f;
  transform: translateY(-3px);
}


/* Section */
.ai-locker-flow {
  background: #000;
  /* solid black */
  color: #f0f6ff;
  padding: 70px 20px;
  font-family: "Poppins", Arial, sans-serif;
}

/* Header */
.flow-header {
  text-align: center;
  margin-bottom: 50px;
}

.flow-header h2 {
  font-size: 34px;
  font-weight: 700;
  background: linear-gradient(90deg, #29abe2, #0071bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flow-header p {
  font-size: 16px;
  color: #9da9ba;
}

/* Flow steps container */
.flow-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1;
}

/* Flow step items */
.flow-steps li {
  flex: 1 1 calc(20% - 20px);
  /* ? 5 items per row on large screens */
  box-sizing: border-box;
}

/* For large tablets (=1024px) ? 3 per row */
@media (max-width: 1024px) {
  .flow-steps li {
    flex: 1 1 calc(33.333% - 20px);
  }
}

/* For small tablets (=768px) ? 2 per row */
@media (max-width: 768px) {
  .flow-steps li {
    flex: 1 1 calc(50% - 20px);
  }
}

/* For mobile (=480px) ? 1 per row */
@media (max-width: 480px) {
  .flow-steps li {
    flex: 1 1 100%;
  }
}


/* Each step card */
.flow-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(41, 171, 226, 0.3);
  border-radius: 16px;
  padding: 20px;
  width: 250px;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.flow-card:hover {
  transform: translateY(-8px);
  border-color: #29abe2;
  box-shadow: 0 0 15px rgba(41, 171, 226, 0.6);
}

/* Icon style */
.icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #29abe2, #0071bc);
  box-shadow: 0 4px 15px rgba(41, 171, 226, 0.5);
}

.icons {
  width: 28px;
  height: 28px;
  stroke: #fff;
  fill: none;
}

/* Step text */
.flow-card h3 {
  font-size: 18px;
  margin: 10px 0 6px;
  font-weight: 600;
  color: #fff;
}

.flow-card p {
  font-size: 14px;
  color: #d8e0ec;
  margin: 0;
}

/* Notes */
.flow-notes {
  margin-top: 60px;
  font-size: 14px;
  color: #a5b3c9;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.flow-notes ul {
  margin: 0;
  padding-left: 20px;
}

.flow-notes li {
  margin-bottom: 6px;
}

/* Responsive: vertical on mobile */
@media (max-width: 768px) {
  .flow-steps {
    flex-direction: column;
    align-items: center;
  }

  .alocker-macos ul li::before {
    content: "?";
    color: #3a7afe;
    font-weight: bold;
    position: absolute;
    left: 0%;
    text-align: start;
  }

  /* .flow-steps::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 5%;
    bottom: 5%;
    width: 4px;
    height: auto;
    background: linear-gradient(180deg, #29abe2, #0071bc);
  } */

  .flow-card {
    width: 100%;
    max-width: 320px;
  }
}


.ios-locker {
  background: #000;
  color: #f4f4f4;
  padding: 70px 20px;
  font-family: "Poppins", Arial, sans-serif;
}

.ios-header {
  text-align: center;
  margin-bottom: 40px;
}

.ios-header h2 {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(90deg, #29abe2, #0071bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ios-subtitle {
  font-size: 15px;
  color: #a0aec0;
  margin-top: 8px;
}

/* Grid layout */
.ios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

/* Card */
.ios-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(41, 171, 226, 0.4);
  border-radius: 14px;
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ios-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 18px rgba(41, 171, 226, 0.6);
  border-color: #29abe2;
}

.ios-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #29abe2, #0071bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.ios-card li {
  font-size: 14px;
  color: #d0d7e2;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.ios-card li::before {
  content: "�";
  position: absolute;
  left: 0;
  color: #29abe2;
}

.terms-section {
  padding: 60px 20px;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.7;
  color: #222;
  max-width: 1200px;
  margin: 0 auto;
}

.terms-header {
  text-align: justify;
  margin-bottom: 40px;
}

.terms-header h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #29abe2, #0071bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat', sans-serif;
}

.terms-date {
  font-size: 14px;
  color: #666;
}

.terms-intro {
  font-size: 15px;
  color: #444;
  max-width: 900px;
  margin: 20px auto 0;
  text-align: justify;
}

/* Sections */
.terms-container section {
  margin-bottom: 35px;
}

.terms-container h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0071bc;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e5eaf0;
}

.terms-container p {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  text-align: justify;
}

.terms-container ul {
  padding-left: 20px;
  margin: 0;
}

.terms-container li {
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
  position: relative;
  padding-left: 8px;
}

.terms-container li::marker {
  color: #29abe2;
}

/* Emphasis */
.terms-container strong {
  color: #000;
  font-weight: 600;
}

/* Links */
.terms-container a {
  color: #0071bc;
  text-decoration: underline;
}

.terms-container a:hover {
  color: #29abe2;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .terms-header h1 {
    font-size: 26px;
  }

  .terms-container h2 {
    font-size: 18px;
  }

  .terms-container p,
  .terms-container li {
    font-size: 14px;
  }
}


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

.about-content .about-content-card i {
  font-size: 60px;
  color: #0071dc;
  line-height: 1;
}

.about-content .about-content-card h3 {
  margin-top: 15px;
  margin-bottom: 12px;
}

.about-content .about-content-card p {
  margin-bottom: 0;
}

.about-content .about-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.about-content .about-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 500;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  transition: 0.5s;
  font-size: 15px;
}

.about-content .about-list li:hover {
  color: #0071dc;
}

.about-content .about-list li:hover i {
  color: #ffc221;
}

.about-content .about-list li:last-child {
  margin-bottom: 0;
}

.about-content .about-list li i {
  font-size: 26px;
  color: #0071dc;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 5px;
  transition: 0.5s;
}

.about-content .about-content-text {
  margin-top: 20px;
  margin-bottom: 0;
}

.about-img {
  position: relative;
}

.about-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 30%;
  height: 40%;
  background-color: transparent;
  border: 3px solid #ffc221;
  bottom: -10px;
  right: -40px;
  border-radius: 35px;
}

.about-img img {
  border-radius: 15px;
}

.about-img .sub-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px 10px 23px 160px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); */
}

.about-img .sub-content img {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 123px;
  border-radius: 15px 0 0 15px;
}

.about-img .sub-content h3 {
  font-size: 45px;
  color: #ffc221;
  font-weight: 700;
  margin-bottom: 0;
}

.about-img .sub-content span {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}

.about-play {
  position: relative;
  border-radius: 30px;
}

.about-play img {
  border-radius: 30px;
}

.about-play .about-play-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  max-width: 470px;
  background-color: rgba(37, 37, 37, 0.2196078431);
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
  padding: 100px 40px 70px 25px;
}

.about-play .about-play-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 30px;
  width: 91.7%;
  height: 90.1%;
  background-color: #0071dc;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
}

.about-play .about-play-content span {
  color: #ffffff;
}

.about-play .about-play-content h2 {
  color: #ffffff;
  font-size: 35px;
  max-width: 300px;
  margin-bottom: 0;
}

.about-play .about-play-content .play-on-area {
  position: absolute;
  z-index: 1;
  bottom: 175px;
  left: 200px;
}

.about-play .about-play-content .play-on-area .play-on {
  width: 80px;
  height: 80px;
  color: #0071dc;
  background-color: #ffffff;
  text-align: center;
  font-size: 55px;
  border-radius: 50px;
  display: inline-block;
}

.about-play .about-play-content .play-on-area .play-on i {
  padding-left: 3px;
}

.about-play .about-play-content .play-on-area .play-on:hover {
  color: #ffffff;
  background-color: #ffc221;
}

.about-bg {
  background-color: #070b3b;
}

.about-img-2 {
  margin-bottom: 30px;
}

.about-img-2 img {
  border-radius: 15px;
}

.about-content-2 {
  margin-bottom: 30px;
}

.about-content-2 .section-title h2 {
  color: #ffffff;
}

.about-content-2 .section-title p {
  color: #ffffff;
}

.about-content-2 .about-card {
  margin-top: 15px;
}

.about-content-2 .about-card .content {
  padding-top: 20px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}

.about-content-2 .about-card .content i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 55px;
  color: #0071dc;
  line-height: 1;
}

.about-content-2 .about-card .content h3 {
  margin-bottom: 10px;
  color: #ffffff;
}

.about-content-2 .about-card p {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}

.about-bg2 {
  background-color: #f8f8f8;
}

.about-img-4 {
  max-width: 750px;
  margin-left: auto;
  margin-bottom: 30px;
}

.about-content-3 {
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 30px;
}

.about-content-3 .section-title {
  margin-bottom: 20px;
}

.about-content-3 h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.all-skill-bar {
  margin-right: 30px;
  margin-bottom: 30px;
}

.skill-bar {
  margin-bottom: 20px;
}

.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 15px;
}

.skill-bar .progress-title {
  font-size: 16px;
  font-weight: 600;
  color: #252525;
}

.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  color: #FBEDE9;
}

.skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  color: #ffffff;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  width: 45px;
  height: 26px;
  text-align: center;
  line-height: 28px;
  background: #070b3b;
}

.skill-bar .progress-content-outter {
  height: 10px;
  background-color: #bddfff;
  border-radius: 5px;
}

.skill-bar .progress-content {
  height: 10px;
  background-color: #0071dc;
  width: 0%;
  border-radius: 5px;
}

/* Hero Section */
.about-hero {
  background: #fff;
}

.about-image img {
  width: 100%;
  /* height: 400px; */
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  animation: fadeInLeft 1s ease forwards;
  transform: translateX(-30px);
  opacity: 0;
}

.about-hero-content {
  padding-left: 20px;
  animation: fadeInRight 1s ease forwards;
  transform: translateX(30px);
  opacity: 0;
}

.about-hero-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-hero-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.about-stats {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-stats li {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.about-stats strong {
  color: #1b63ff;
  margin-right: 8px;
  font-size: 18px;
}

/* Mission / Vision / Commitment */
.about-values {
  background: #f9fbff;
}

.value-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
  margin: 50px 0;
}

.value-card:hover {
  transform: translateY(-10px);
}

.value-card .icon {
  font-size: 36px;
  color: #1b63ff;
  margin-bottom: 15px;
}

.value-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.value-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Animations */
@keyframes fadeInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes fadeInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*==================================
About Area End
=================================*/
/*==================================
Security Area Area 
=================================*/
.security-area .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.security-card {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 30px 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #0071dc;
}

.security-card i {
  font-size: 45px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #252525;
  background-color: #e5f3ff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-bottom: 12px;
  transition: 0.5s;
}

.security-card h3 {
  margin-bottom: 10px;
}

.security-card h3 a {
  color: #252525;
  transition: 0.5s;
  display: block;
}

.security-card p {
  margin-bottom: 0;
}

.security-card:hover i {
  background-color: #0071dc;
  color: #ffffff;
}

.security-card:hover h3 a {
  color: #0071dc;
}

.why-ailocker {
  /* background: linear-gradient(135deg, #fdfdfd 0%, #f4f7ff 100%);  */
  padding: 120px 0;
  border-top: 1px solid #eee;
  background-color: #070B3B;
}

.why-ailocker .section-title h2 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.why-ailocker .section-title p {
  font-size: 16px;
  color: #fff;
  max-width: 720px;
  margin: 0 auto 70px;
  line-height: 1.8;
}

/* Feature Cards */
.feature-card {
  background: #fff;
  border-radius: 14px;
  padding: 40px 30px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  /* softer shadow */
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: #1b63ff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Icon at the top */
.feature-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
  display: inline-block;
  background: linear-gradient(135deg, #f39c12, #1b63ff);
  /* brand gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* gradient icon effect */
}

/* Card Title */
.feature-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

/* Lists inside cards */
.feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-card ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #444;
}

.faq-section {
  background: linear-gradient(135deg, #fdfdfd 0%, #f9fbff 50%, #f0f6ff 100%);
  padding: 100px 0;
  /* subtle gradient flow */
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.section-title p {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px;
}

/* Accordion */
.faq-accordion .accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion-item {
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}

.accordion-title:hover {
  color: #1b63ff;
}

.accordion-title i {
  margin-right: 10px;
  font-size: 18px;
  color: #1b63ff;
  transition: transform 0.3s ease;
}

.accordion-title.active i {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  padding-bottom: 15px;
}

.accordion-content.show {
  display: block;
}

/*==================================
Security Area End
=================================*/
/*==================================
Services Area 
=================================*/
.services-area {
  background-color: #070b3b;
  position: relative;
}

.services-area .section-title h2 {
  max-width: 500px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

.services-area .section-title p {
  color: #ffffff;
  max-width: 760px;
}

.services-card {
  padding: 30px 20px 25px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.services-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #0071dc;
  border-radius: 272px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}

.services-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #0071dc;
  border-radius: 170px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}

.services-card i {
  color: #0071dc;
  font-size: 60px;
  line-height: 1;
  transition: 0.7s;
}

.services-card h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  transition: 0.7s;
}

.services-card h3 a {
  display: block;
  color: #252525;
  transition: 0.7s;
}

.services-card p {
  margin-bottom: 12px;
  transition: 0.7s;
}

.services-card .learn-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  transition: 0.7s;
}

.services-card .learn-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
  color: #252525;
  transition: 0.7s;
}

.services-card .learn-btn:hover {
  color: #ffffff;
}

.services-card .learn-btn:hover i {
  color: #ffffff;
}

.services-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 1;
}

.services-card:hover i {
  color: #ffffff;
}

.services-card:hover h3 a {
  color: #ffffff;
}

.services-card:hover p {
  color: #ffffff;
}

.services-card:hover .learn-btn {
  color: #ffffff;
}

.services-card:hover .learn-btn i {
  color: #ffffff;
}

.services-card-color-bg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 40px 30px 35px;
  border-radius: 15px;
}

.services-left {
  margin-bottom: 30px;
}

.services-left .section-title {
  margin-bottom: 20px;
}

.services-left .section-title p {
  padding-top: 17px;
}

.services-style-bg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.service-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.service-shape img {
  max-width: 400px;
}

.services-area-two {
  background-color: #070b3b;
  position: relative;
  z-index: 1;
}

.services-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/services/services-bg.png);
}

.services-area-two .section-title h2 {
  max-width: 500px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

.services-item {
  position: relative;
  margin-bottom: 80px;
  transition: 0.7s;
}

.services-item:hover {
  transform: translateY(-5px);
}

.services-item:hover .content h3 a {
  color: #ffc221;
}

.services-item a {
  display: block;
}

.services-item a img {
  border-radius: 5px;
}

.services-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 82%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px 20px 20px 100px;
  margin-bottom: 30px;
}

.services-item .content i {
  font-size: 60px;
  position: absolute;
  top: 17px;
  left: 20px;
  line-height: 1;
  color: #0071dc;
}

.services-item .content span {
  color: #0071dc;
}

.services-item .content h3 {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 0;
}

.services-item .content h3 a {
  color: #252525;
}

.services-area-three {
  background-color: #f8f8f8;
}

.services-area-three .section-title h2 {
  max-width: 390px;
  color: #252525;
  margin-left: auto;
  margin-right: auto;
}

.services-widget-area .section-title h2 {
  color: #252525;
}

.services-style-area .section-title h2 {
  max-width: 390px;
  color: #252525;
  margin-left: auto;
  margin-right: auto;
}

.services-style-area .section-title p {
  max-width: 600px;
}

.service-article .service-article-img {
  margin-bottom: 25px;
}

.service-article .service-article-img img {
  border-radius: 15px;
}

.service-article .service-article-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.service-article .service-article-content p {
  margin-bottom: 20px;
}

.service-article .service-article-content .service-article-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

.service-article .service-article-content .service-article-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 600;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  transition: 0.5s;
}

.service-article .service-article-content .service-article-list li:hover {
  color: #0071dc;
}

.service-article .service-article-content .service-article-list li:hover i {
  color: #ffc221;
}

.service-article .service-article-content .service-article-list li:last-child {
  margin-bottom: 0;
}

.service-article .service-article-content .service-article-list li i {
  font-size: 26px;
  color: #0071dc;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 5px;
  transition: 0.5s;
}

.service-article .service-article-another h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.service-article .service-article-another p {
  margin-bottom: 20px;
}

.service-article .service-article-another .service-article-another-img {
  margin-bottom: 25px;
  margin-top: 10px;
}

.service-article .service-article-another .service-article-another-img img {
  border-radius: 15px;
}

.service-article .service-work-process h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.service-article .service-work-process p {
  margin-bottom: 30px;
}

.service-article .work-process-card p {
  margin-bottom: 0;
}


/* Finance Section */
#finance {
  background: #f9fbfd;
  /* light background */
  padding: 80px 0;
}

#finance .service-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#finance .service-image img {
  max-width: 100%;
  /* responsive width */
  height: auto;
  /* keep aspect ratio */
  object-fit: cover;
  /* ensure full image shows */
  border-radius: 10px;
}


#finance .service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

#finance .service-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1c3d5a;
}

#finance .service-content p {
  color: #555;
  line-height: 1.6;
}

/* Feature Boxes */
#finance .feature-box {
  background: #f4f7fb;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

#finance .feature-box:hover {
  background: #e8f0fa;
  transform: translateY(-3px);
}

#finance .feature-box i {
  font-size: 28px;
  color: #007bff;
  margin-bottom: 8px;
  display: block;
}

#finance .feature-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1c3d5a;
}

#finance .feature-box p {
  font-size: 14px;
  color: #555;
}

/* Highlight Box */
#finance .highlight-box {
  background: #e6f7f1;
  border-left: 4px solid #00a86b;
  padding: 15px;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
}

/* Responsive */
@media (max-width: 991px) {
  #finance .service-image img {
    height: auto;
  }

  #finance .service-content {
    margin-top: 20px;
  }

  #finance .service-content h2 {
    font-size: 1.2rem;
  }

  .emi-section .section-title {
    font-size: 1.5rem;
  }

  .about-hero-content h2 {
    font-size: 1.5rem;
  }
}

.emi-section {
  background: #f8faff;
  /* padding: 100px 0; */
}

/* General images inside .emi-section */
.emi-section img {
  max-width: 100%;
  height: auto;
  display: block;
  /* removes inline gaps */
}

/* Tracking image container */
.emi-section .tracking-img {
  display: flex;
  justify-content: center;
  align-items: center;
  /* optional: vertical center if parent has height */
  width: 100%;
}

/* Tracking image itself */
.emi-section .tracking-img img {
  max-width: 100%;
  /* don�t exceed container */
  max-height: 400px;
  /* limit height */
  height: auto;
  /* keep aspect ratio */
}

.hero-img {
  max-height: 350px;
  object-fit: cover;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #070b3b;
}

.section-subtitle {
  max-width: 850px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
}

.features-grid {
  margin-top: 40px;
}

.feature-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.feature-box i {
  font-size: 32px;
  color: #0071dc;
  margin-bottom: 10px;
  display: block;
}

.feature-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.feature-box p {
  font-size: 14px;
  color: #555;
}

.feature-box:hover {
  background: #0071dc;
  color: #fff;
  transform: translateY(-5px);
}

.feature-box:hover i {
  color: #fff;
}

.highlight-box {
  background: #eef6ff;
  border-left: 4px solid #0071dc;
  padding: 20px;
  border-radius: 8px;
  font-size: 15px;
}

/* .benefits h3 {
  font-size: 26px;
  font-weight: 700;
  color: #070b3b;
}
.benefits p {
  font-size: 15px;
  color: #555;
} */

/* Section Styles */
.benefits-section {
  padding: 40px 20px;
  background: #f9fafb;
  font-family: Arial, sans-serif;
}

/* Container */
.benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Header */
.benefits-header h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.benefits-header h2 span {
  color: #3B82F6;
  /* blue accent */
}

.benefits-header p {
  margin-top: 8px;
  font-size: 16px;
  color: #555;
}

/* Grid */
.benefits-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

/* Cards */
.benefit-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Icons */
.benefit-card .icon {
  font-size: 32px;
  margin-bottom: 12px;
}

/* Card Heading */
.benefit-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111;
}

/* Card Text */
.benefit-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.enrollment-section {
  background: #fff;
  /* padding: 100px 0; */
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #070b3b;
}

.section-subtitle {
  max-width: 850px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
}

.timeline {
  position: relative;
  margin: 50px 0;
  padding-left: 30px;
  border-left: 3px solid #0071dc;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-icon {
  position: absolute;
  left: -22px;
  top: 0;
  background: #0071dc;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.timeline-content {
  padding-left: 20px;
}

.timeline-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #070b3b;
}

.timeline-content p {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

.highlight-box {
  background: #eef6ff;
  border-left: 4px solid #0071dc;
  padding: 20px;
  border-radius: 8px;
  font-size: 15px;
}



.notifications-section {
  background: #f9fbff;
  padding: 20px 0;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #070b3b;
}

.content-wrap p {
  color: #555;
  font-size: 15px;
}

.feature-list ul {
  list-style: none;
  padding: 0;
}

.feature-list li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.feature-list i {
  color: #0071dc;
  margin-right: 8px;
}

.highlight-box {
  background: #eef6ff;
  border-left: 4px solid #0071dc;
  padding: 15px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 20px;
}

.phone-mockup {
  position: relative;
  display: flex;
  max-width: 100%;
  height: 400px;
  margin-top: 20px;
}

.notif-card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  font-size: 13px;
  color: #333;
  width: 50%;
  text-align: left;
  animation: fadeSlide 5s infinite;
}

.notif-card:nth-child(2) {
  top: 40%;
}

.notif-card:nth-child(3) {
  top: 55%;
}

.notif-card:nth-child(4) {
  top: 80%;
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }

  20%,
  80% {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
}

/* Base (your given code) remains as is */

/* ========== Responsive Styles ========== */

/* Tablets (= 1024px) */
@media (max-width: 1024px) {
  .section-title {
    font-size: 28px;
    text-align: center;
  }

  .content-wrap p {
    font-size: 14px;
    text-align: center;
  }

  .feature-list li {
    font-size: 14px;
  }

  .phone-mockup {
    height: 350px;
  }

  .notif-card {
    width: 65%;
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* Mobiles (= 768px) */
@media (max-width: 768px) {
  .notifications-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .feature-list ul {
    padding-left: 0;
  }

  .feature-list li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .highlight-box {
    font-size: 13px;
    padding: 12px;
  }

  .phone-mockup {
    height: 300px;
    flex-direction: column;
    align-items: center;
  }

  .notif-card {
    width: 80%;
    font-size: 12px;
    text-align: center;
    padding: 8px 10px;
  }

  .img-container {
    margin-top: 20px;
  }

  .notif-card:nth-child(2) {
    top: 35%;
  }

  .notif-card:nth-child(3) {
    top: 55%;
  }

  .notif-card:nth-child(4) {
    top: 75%;
  }
}

/* Small Mobiles (= 480px) */
@media (max-width: 480px) {
  .section-title {
    font-size: 20px;
  }

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

  .feature-list li {
    font-size: 12px;
  }

  .phone-mockup {
    height: 250px;
  }

  .notif-card {
    width: 90%;
    font-size: 11px;
    padding: 6px 8px;
  }

  .about-content {
    padding-left: 14px;
  }

  .about-content .title {
    font-size: 20px;
  }

  .about-hero-content h2 {
    font-size: 20px;
  }

  .section-subtitle {
    text-align: justify;
    padding: 10px;
  }

  .notifications-section .content-wrap p {
    text-align: justify;
    padding: 10px;
  }

  .emi-section .benefits p {
    text-align: justify;
    padding: 10px;
  }
}

.benefits h3 {
  font-size: 26px;
  font-weight: 700;
  color: #070b3b;
}

.benefits p {
  font-size: 15px;
  color: #555;
}

.analytics-section {
  background: #fdfdfd;
  padding: 100px 0;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #070b3b;
}

.section-subtitle {
  max-width: 850px;
  margin: 0 auto;
  font-size: 15px;
  color: #555;
}

.kpi-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  transition: 0.3s;
}

.kpi-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0071dc;
}

.kpi-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.kpi-card:hover {
  background: #0071dc;
  color: #fff;
}

.kpi-card:hover h3,
.kpi-card:hover p {
  color: #fff;
}

.feature-grid {
  margin-top: 30px;
}

.feature-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.feature-box i {
  font-size: 40px;
  color: #0071dc;
  margin-bottom: 15px;
}

.feature-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.feature-box p {
  font-size: 14px;
  color: #555;
}

.feature-box:hover {
  background: #0071dc;
  color: #fff;
}

.feature-box:hover p,
.feature-box:hover h4 {
  color: #fff;
}

.feature-box:hover i {
  color: #fff;
}

.highlight-box {
  background: #eef6ff;
  border-left: 4px solid #0071dc;
  padding: 15px;
  border-radius: 6px;
  font-size: 14px;
}

.benefits h3 {
  font-size: 26px;
  font-weight: 700;
  color: #070b3b;
}

.benefits p {
  font-size: 15px;
  color: #555;
}


/*==================================
Services Area End
=================================*/
/*==================================
Work Area 
=================================*/
.ai-locker-work {
  padding: 50px 0;
  background: #f9f9f9;
}

.ai-locker-work .section-title h2 {
  font-size: 2rem;
  color: #4F46E5;
  margin-bottom: 20px;
}

.ai-locker-work .section-title p {
  font-size: 1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.ai-locker-work .ai-locker-image img {
  width: 100vw;
  height: auto;
  border-radius: 15px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  margin-top: 30px;
  object-fit: cover;
}

/* Section Wrapper */
.ai-locker-section {
  padding: 50px 10px;
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

/* Background Box */
.ai-locker-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 0;
  background-image: url('../images/technology-img.jpg');
  /* Replace with your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay */
.ai-locker-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  /* dark overlay for text readability */
  z-index: 0;
}

/* Content */
.ai-locker-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Title */
.ai-locker-content .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.ai-locker-content .section-title span {
  display: block;
  font-weight: 600;
  color: #4F46E5;
  margin-bottom: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}

.ai-locker-content .section-title h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
}

.ai-locker-content .section-title p {
  font-size: 1rem;
  color: #e0e0e0;
  max-width: 700px;
  margin: 0 auto;
}

/* Cards Wrapper */
.ai-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

/* Individual Card */
.ai-card {
  flex: 1 1 280px;
  /* responsive width */
  max-width: 300px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  transition: transform 0.3s, background 0.3s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.ai-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

/* Card Icons */
.ai-card i {
  font-size: 40px;
  color: #4F46E5;
  margin-bottom: 15px;
}

/* Card Titles & Text */
.ai-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #fff;
}

.ai-card p {
  font-size: 0.95rem;
  color: #e0e0e0;
}

.default-btn {
  background: #4F46E5;
  color: #fff;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.default-btn:hover {
  background: #3730a3;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .ai-locker-content .section-title h2 {
    font-size: 2rem;
  }

  .ai-card {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .ai-locker-content .section-title h2 {
    font-size: 1.75rem;
  }

  .ai-card {
    padding: 20px;
  }
}

.work-process-area .section-title h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.work-process-area .section-title p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}

.work-process-left {
  background-color: #070b3b;
  padding: 148px 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.work-process-left::before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/shape/bg-shape.png);
}

.work-process-left .section-title {
  margin-bottom: 30px;
}

.work-process-left .section-title h2 {
  color: #ffffff;
}

.work-process-left .default-btn {
  margin: 0 auto;
}

.work-process-card {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.work-process-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 70px;
  height: 55px;
  background-color: #0071dc;
  border-radius: 0 0 0 270px;
  opacity: 0.1;
  transition: 0.7s;
}

.work-process-card i {
  font-size: 60px;
  color: #0071dc;
  line-height: 1.2;
}

.work-process-card h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.work-process-card p {
  margin-bottom: 0;
}

.work-process-card .number {
  font-size: 24px;
  color: #0071dc;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 15px;
}

.work-process-area-two {
  position: relative;
}

.work-shape {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.work-process-card-two {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 35px 23px;
  margin-bottom: 30px;
}

.work-process-card-two .number-title {
  font-size: 30px;
  color: #0071dc;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.work-process-card-two h3 {
  margin-bottom: 15px;
}

.work-process-card-two p {
  margin-bottom: 0;
}

.work-process-right {
  background-color: #070b3b;
  padding: 138px 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.work-process-right::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/shape/bg-shape2.png);
}

.work-process-right .section-title {
  margin-bottom: 30px;
}

.work-process-right .section-title h2 {
  color: #ffffff;
}

.work-process-right .default-btn {
  margin: 0 auto;
}

.work-process-card-three {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 35px 23px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.work-process-card-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 85px;
  height: 75px;
  background-color: #0071dc;
  border-radius: 0 0 0 100%;
  opacity: 0.1;
  transition: 0.7s;
}

.work-process-card-three .number-title {
  font-size: 30px;
  color: #0071dc;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.work-process-card-three h3 {
  margin-bottom: 15px;
}

.work-process-card-three p {
  margin-bottom: 0;
}

.work-process-card-three i {
  font-size: 30px;
  color: #0071dc;
  position: absolute;
  top: 7px;
  right: 15px;
}

/*==================================
Work Area End
=================================*/
.choose-area {
  background-color: #070b3b;
}

.choose-content {
  margin-bottom: 30px;
}

.choose-content .section-title h2 {
  max-width: 470px;
  color: #ffffff;
}

.choose-content .section-title p {
  color: #ffffff;
}

.choose-content .choose-content-card {
  margin-top: 15px;
}

.choose-content .choose-content-card .content {
  padding-top: 20px;
  position: relative;
  padding-left: 75px;
}

.choose-content .choose-content-card .content i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 60px;
  color: #0071dc;
  line-height: 1;
}

.choose-content .choose-content-card .content h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #ffffff;
}

.choose-content .choose-content-card p {
  margin-top: 5px;
  margin-bottom: 0;
  color: #ffffff;
}

.choose-img {
  margin-bottom: 30px;
}

.choose-img img {
  border-radius: 15px;
}

.choose-content-two .section-title {
  margin-bottom: 25px;
}

.choose-content-two .section-title p {
  padding-top: 15px;
}

.choose-content-two .choose-content-card {
  position: relative;
  padding-left: 100px;
  margin-bottom: 25px;
}

.choose-content-two .choose-content-card i {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 35px;
  color: #ffffff;
  background-color: #0071dc;
  border-radius: 3px;
}

.choose-content-two .choose-content-card h3 {
  margin-bottom: 15px;
}

.choose-content-two .choose-content-card p {
  margin-bottom: 0;
  max-width: 315px;
}

.choose-img-two {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.choose-img-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-color: #070b3b;
}

/*==================================
Build Area 
=================================*/
.build-area {
  position: relative;
  z-index: 1;
}

.build-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #0071dc;
}

.build-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url(../images/build/build-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.build-area .default-btn {
  background-color: #ffffff;
  color: #0071dc;
}

.build-content .section-title span {
  color: #ffffff;
}

.build-content .section-title h2 {
  color: #ffffff;
}

.build-content.build-content-on-color .section-title span {
  color: #252525;
}

.build-content.build-content-on-color .section-title h2 {
  color: #252525;
}

.build-btn-area {
  float: right;
}

.build-play-img {
  position: relative;
  border-radius: 30px;
  margin-bottom: 30px;
}

.build-play-img img {
  border-radius: 30px;
}

.build-play-img .play-area-content {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: -1px;
  max-width: 470px;
  background-color: rgba(37, 37, 37, 0.2196078431);
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
  padding: 150px 80px 110px 40px;
}

.build-play-img .play-area-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 30px;
  width: 92.7%;
  height: 92.1%;
  background-color: #0071dc;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
}

.build-play-img .play-area-content span {
  color: #ffffff;
}

.build-play-img .play-area-content h2 {
  color: #ffffff;
  font-size: 35px;
  max-width: 300px;
  margin-bottom: 0;
}

.play-area {
  position: absolute;
  z-index: 1;
  bottom: 220px;
  left: 260px;
}

.play-area .play-on {
  width: 80px;
  height: 80px;
  color: #0071dc;
  background-color: #ffffff;
  text-align: center;
  font-size: 45px;
  line-height: 85px;
  border-radius: 50px;
  display: inline-block;
}

.play-area .play-on i {
  position: relative;
  left: 4px;
  top: 1px;
}

.play-area .play-on:hover {
  color: #ffffff;
  background-color: #ffc221;
}

.build-item {
  position: relative;
  margin-bottom: 80px;
}

.build-item a {
  display: block;
}

.build-item a img {
  border-radius: 5px;
}

.build-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}

.build-item .content h3 {
  margin-bottom: 5px;
}

.build-item .content h3 a {
  color: #252525;
  transition: 0.5s;
}

.build-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.build-item .content ul li {
  display: inline-block;
  margin-right: 15px;
  color: #444444;
  font-weight: 500;
  position: relative;
  font-size: 14px;
}

.build-item .content ul li a {
  color: #444444;
}

.build-item .content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -10px;
  width: 2px;
  height: 15px;
  background-color: #444444;
  transform: skew(-20deg);
}

.build-item .content ul li:last-child {
  margin-left: 0;
}

.build-item .content ul li:last-child::before {
  display: none;
}

.build-item .content ul li:hover a {
  color: #0071dc;
}

.build-item .content .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #0071dc;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 5px;
  background-color: #e6f1fc;
  transition: 0.5s;
}

.build-item:hover .content h3 a {
  color: #ffc221;
}

.build-item:hover .more-btn {
  background-color: #0071dc;
  color: #ffffff;
}

.build-text {
  margin-bottom: 20px;
  margin-top: 30px;
}

.build-text p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 600;
}

.build-text.build-on-text p {
  color: #252525;
}

.play-btn-area {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 170px;
  text-align: center;
  margin-bottom: 30px;
}

.play-btn-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/build/build-play-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.play-btn-area .build-play {
  font-size: 35px;
  color: #ffffff;
  width: 100px;
  height: 100px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5294117647);
  border-radius: 50%;
  line-height: 105px;
  text-align: center;
  position: relative;
  transition: 0.7s;
  animation: pulse 3s ease-out infinite;
}

.play-btn-area .build-play i {
  position: relative;
  top: 1px;
  left: 3px;
}

.play-btn-area .build-play::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  right: 0;
  top: 15px;
  margin: 0 auto;
  z-index: -1;
  background-color: #0071dc;
  border-radius: 50%;
}

.play-btn-area .build-play:hover {
  border-radius: 0;
  transform: scale(1);
}

.play-btn-area .build-play:hover::before {
  border-radius: 0;
  animation: none;
}

.build-area-two {
  background-color: #f8f8f8;
}

/*==================================
Build Area End
=================================*/
.talk-area {
  background-image: url(../images/talk-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.talk-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.8;
}

.talk-content .section-title {
  margin-bottom: 30px;
}

.talk-content .section-title h2 {
  color: #ffffff;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.talk-area-two {
  background-image: url(../images/talk-bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.talk-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0071dc;
  opacity: 0.8;
}

.call-us-area {
  background-color: #070b3b;
  position: relative;
  z-index: 1;
}

.call-us-area::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-us/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.call-us-img {
  text-align: center;
  position: relative;
  z-index: 1;
}

.call-shape .shape1 {
  position: absolute;
  top: 30px;
  left: 30px;
}

.call-shape .shape2 {
  position: absolute;
  top: 30px;
  right: -35px;
}

.call-contact {
  padding: 50px 0;
}

.call-contact h3 {
  font-size: 22px;
  color: #ffc221;
  margin-bottom: 5px;
}

.call-contact .call-btn {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}

.call-contact .call-btn:hover {
  color: #ffc221;
}

.call-contact p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
}

/*==================================
Counter Area 
=================================*/
.counter-area {
  position: relative;
}

.counter-area .section-title h2 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.counter-area .section-title p {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.counter-content {
  margin-bottom: 30px;
  text-align: center;
}

.counter-content h1 {
  font-size: 170px;
  color: #252525;
  margin-bottom: 0;
  line-height: 1;
}

.counter-content h1 span {
  color: #0071dc;
  line-height: 1;
  position: relative;
  top: -6px;
}

.counter-content h3 {
  margin-bottom: 13px;
}

.counter-content p {
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.counter-another-content {
  margin-bottom: 25px;
  padding-left: 90px;
  position: relative;
}

.counter-another-content i {
  position: absolute;
  line-height: 1;
  font-size: 60px;
  top: 3px;
  left: 0;
  color: #0071dc;
}

.counter-another-content h3 {
  color: #252525;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 8px;
}

.counter-another-content span {
  font-size: 17px;
  color: #444444;
  margin-bottom: 0;
  font-weight: 600;
}

.counter-shape {
  display: none;
}

.counter-shape .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.counter-shape .shape1 img {
  max-width: 200px;
}

.counter-shape .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.counter-shape .shape2 img {
  max-width: 200px;
}

/*==================================
Counter Area End
=================================*/

/*==================================
Technology Area 
=================================*/
.technology-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/technology-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.technology-area .section-title h2 {
  color: #ffffff;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.technology-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.8;
}

.technology-card {
  padding: 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}



.technology-card i {
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
}

.technology-card h3 {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 500;
}

.technology-area-two {
  background-color: #f8f8f8;
}

.technology-area-two .section-title h2 {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.technology-card-color {
  border-color: #0071dc;
}

.technology-card-color i {
  color: #0071dc;
}

.technology-card-color h3 {
  color: #252525;
}

.technology-area-three {
  position: relative;
  z-index: 1;
  background-color: #070b3b;
}

.technology-area-three .section-title {
  margin-bottom: 30px;
}

.technology-area-three .section-title h2 {
  color: #ffffff;
  max-width: 540px;
}

.technology-area-three .section-title p {
  color: #ffffff;
  margin-bottom: 20px;
  padding-top: 17px;
}

.technology-area-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/bg-shape3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
}

.technology-card-color2 i {
  color: #0071dc;
}

.technology-area-four {
  background-color: #f8f8f8;
}

.technology-area-four .section-title {
  margin-bottom: 30px;
}

.technology-area-four .section-title p {
  padding-top: 18px;
}

.technology-item {
  padding: 17px 17px 15px;
  border: 1px solid #0071dc;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}

.technology-item i {
  font-size: 35px;
  line-height: 1;
  color: #0071dc;
}

.technology-item h3 {
  color: #070b3b;
  margin-bottom: 0;
  margin-top: 17px;
  font-weight: 500;
  font-size: 18px;
}

.technology-play-area {
  padding: 200px 0;
  text-align: center;
  background-image: url(../images/technology-img2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.technology-play-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.5;
  border-radius: 10px;
}

.technology-play-area .play-btn i {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  text-align: center;
  background-color: #ffffff;
  color: #ffc221;
  border-radius: 50px;
  transition: 0.7s;
}

.technology-play-area .play-btn i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0.5px solid #ffffff;
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
}

.technology-play-area .play-btn:hover i {
  background-color: #ffc221;
  color: #ffffff;
}

.technology-play-area .play-btn:hover i::after {
  border-color: #ffc221;
}

/*==================================
Technology Area End
=================================*/
/*==================================
Brand Area 
=================================*/
.brand-area {
  position: relative;
}

.brand-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/brand-logo/brand-bg.png);
}

.brand-area-two {
  position: relative;
  background-color: #0071dc;
}

.brand-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/brand-logo/brand-bg.png);
}

.brand-item img {
  width: unset !important;
  text-align: center;
  margin: 0 auto;
}

.brand-item .brand-logo-two {
  display: none !important;
}

/*==================================
Brand Area End
=================================*/
/*==================================
Clients Area
=================================*/
/* .clients-area {
  position: relative;
  z-index: 1;
  background-color: #15163b;
}

.clients-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/clients-img/client-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clients-area .section-title h2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.clients-area .owl-nav {
  margin-top: 0;
}

.clients-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7%;
  font-size: 25px !important;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  line-height: 47px !important;
  background-color: transparent !important;
  color: #0071dc !important;
  border: 1px solid #0071dc !important;
}

.clients-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #0071dc !important;
}

.clients-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7%;
  color: #444444 !important;
  font-size: 25px !important;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 47px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #0071dc !important;
  border: 1px solid #0071dc !important;
}

.clients-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #0071dc !important;
}

.clients-area-two {
  background-color: #ffffff;
}

.clients-area-two .section-title h2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  color: #252525;
}

.clients-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  padding: 30px 40px 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.clients-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 10px;
}

.clients-content .content {
  padding-left: 110px;
  position: relative;
  margin-bottom: 30px;
}

.clients-content .content img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: unset !important;
  width: 85px !important;
  height: 85px !important;
}

.clients-content .content i {
  position: absolute;
  bottom: -10px;
  left: 60px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffc221;
  color: #ffffff;
  text-align: center;
}

.clients-content .content h3 {
  padding-top: 20px;
  margin-bottom: 0;
}

.clients-content .content span {
  margin-bottom: 0;
}

.clients-content p {
  margin-bottom: 0;
}

.client-circle .client-circle-1 {
  position: absolute;
  top: 10%;
  left: 0;
}

.client-circle .client-circle-2 {
  position: absolute;
  top: 40%;
  left: 3%;
}

.client-circle .client-circle-3 {
  position: absolute;
  top: 75%;
  left: 0%;
}

.client-circle .client-circle-4 {
  position: absolute;
  top: 10%;
  right: 20%;
}

.client-circle .client-circle-5 {
  position: absolute;
  top: 25%;
  right: 5%;
}

.client-circle .client-circle-6 {
  position: absolute;
  top: 70%;
  right: 0;
}

.client-circle .client-circle-7 {
  position: absolute;
  bottom: 5%;
  right: 35%;
} */

.circle {
  width: 40px;
  height: 40px;
  background-color: #0071dc;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  border: 13px solid #f6fbff;
}

/* .clients-content-color {
  background-color: #070b3b;
}

.clients-content-color::before {
  background-color: #070b3b;
}

.clients-content-color .content h3 {
  color: #ffffff;
}

.clients-content-color .content span {
  color: #ffffff;
}

.clients-content-color p {
  color: #ffffff;
}

.clients-area-three {
  background-color: #f4f4ff;
  position: relative;
  z-index: 1;
} */

/* .clients-area-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/shape/bg-shape5.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.clients-area-three .owl-nav {
  margin-top: 0;
  line-height: 0;
} */

/* .clients-area-three .owl-nav .owl-prev {
  position: absolute;
  bottom: 90px;
  left: 575px;
  font-size: 25px !important;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #0071dc !important;
  border: 1px solid #0071dc !important;
}

.clients-area-three .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #0071dc !important;
} */
/* 
.clients-area-three .owl-nav .owl-next {
  position: absolute;
  bottom: 90px;
  left: 620px;
  color: #444444 !important;
  font-size: 24px !important;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #0071dc !important;
  border: 1px solid #0071dc !important;
} */

/* .clients-area-three .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #0071dc !important;
}

.clients-slider-img {
  position: relative;
  z-index: 1;
  text-align: center;
} */
/* 
.clients-slider-img img {
  width: unset !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.clients-slider-img .clients-slider-circle {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -35px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  height: 90%;
  animation: border-transform 15s infinite ease-in-out;
  background-image: linear-gradient(#0071dc, #070b3b);
}

.clients-slider-content {
  margin-bottom: 90px;
} */
/* 
.clients-slider-content i {
  border-radius: 50px;
  width: 80px;
  height: 80px;
  line-height: 82px;
  font-size: 40px;
  background-color: #0071dc;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
} */

/* .clients-slider-content i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0.5px solid #0071dc;
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
} */

/* .clients-slider-content p {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
}

.clients-slider-content h3 {
  margin-bottom: 7px;
  color: #0071dc;
}

.clients-slider-content span {
  margin-bottom: 0;
  font-weight: 500;
} */

.owl-item.active .clients-slider-item .clients-slider-img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}

.owl-item.active .clients-slider-item .clients-slider-content i {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.1s;
}

.owl-item.active .clients-slider-item .clients-slider-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.5s;
}

.owl-item.active .clients-slider-item .clients-slider-content h3 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.7s;
}

.owl-item.active .clients-slider-item .clients-slider-content span {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.9s;
}

.search-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
}

.search-widget .search-form {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}

.search-widget .search-form .form-control {
  height: 50px;
  border: none;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  color: #252525;
  border-radius: 5px;
}

.search-widget .search-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}

.search-widget .search-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 45px;
  width: 45px;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: #0071dc;
  line-height: 57px;
  border-radius: 5px;
}

.search-widget .search-form button i {
  color: #ffffff;
  font-size: 24px;
}

.search-widget .search-form button:hover {
  background-color: #252525;
}

.side-bar-area {
  margin-left: 15px;
}

.side-bar-widget {
  background-color: #ffffff;
}

.side-bar-widget .title {
  font-size: 20px;
  color: #252525;
  padding: 0;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  background-color: transparent;
  width: 100%;
}

.side-bar-widget .side-bar-categories {
  margin-bottom: 15px;
}

.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-bar-widget .side-bar-categories ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
}

.side-bar-widget .side-bar-categories ul li .line-circle {
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #0071dc;
  border-radius: 50px;
}

.side-bar-widget .side-bar-categories ul li .line-circle::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background-color: #0071dc;
  border-radius: 50px;
}

.side-bar-widget .side-bar-categories ul li:last-child {
  border-bottom: none;
}

.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #444444;
  font-weight: normal;
  padding: 5px 0 5px 25px;
  font-weight: 600;
  position: relative;
  width: 100%;
}

.side-bar-widget .side-bar-categories ul li a span {
  right: 30px;
  position: absolute;
  top: 10px;
  color: #444444;
}

.side-bar-widget .side-bar-categories ul li a:hover {
  color: #0071dc;
}

.side-bar-widget .side-bar-categories ul li a:hover span {
  color: #0071dc;
}

.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E2E2E2;
}

.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #070b3b;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/blog/blog-details.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/blog/blog-img2.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/blog/blog-img3.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
  background-image: url(../images/blog/blog-img1.jpg);
}

.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
  padding: 0;
}

.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  max-width: 210px;
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #252525;
  margin-bottom: 5px;
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #0071dc;
}

.side-bar-widget .widget-popular-post .item .info p {
  font-size: 15px;
  margin-bottom: 0;
  max-width: 180px;
  color: #0071dc;
}

.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  margin: 5px;
  color: #ffffff;
}

.side-bar-widget .side-bar-widget-tag li a {
  color: #ffffff;
  padding: 7px 15px;
  background-color: #0071dc;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  transition: 0.7s;
}

.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
  background-color: #ffc221;
}

.side-bar-widget .blog-gallery {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.side-bar-widget .blog-gallery li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.side-bar-widget .blog-gallery li a {
  display: block;
  position: relative;
}

.side-bar-widget .blog-gallery li a img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.side-bar-widget .blog-gallery li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0071dc;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
}

.side-bar-widget .blog-gallery li a::after {
  content: "\ee93";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
  text-align: center;
  background-color: transparent;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  font-size: 35px;
  font-family: "boxicons";
  color: #ffffff;
}

.side-bar-widget .blog-gallery li a:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.side-bar-widget .blog-gallery li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.blog-style-card {
  margin-bottom: 30px;
}

.blog-style-card .blog-style-img {
  position: relative;
}

.blog-style-card .blog-style-img img {
  border-radius: 15px;
}

.blog-style-card .blog-style-img .blog-style-tag {
  background-color: #ffc221;
  padding: 15px 12px;
  position: absolute;
  bottom: -20px;
  right: 30px;
  border-radius: 3px;
  text-align: center;
}

.blog-style-card .blog-style-img .blog-style-tag h3 {
  font-size: 17px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}

.blog-style-card .blog-style-img .blog-style-tag span {
  font-size: 17px;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
}

.blog-style-card .content {
  padding: 30px 0 0;
}

.blog-style-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-style-card .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #252525;
  margin-right: 30px;
  position: relative;
  font-weight: 500;
}

.blog-style-card .content ul li:last-child {
  margin-right: 0;
}

.blog-style-card .content ul li i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #0071dc;
}

.blog-style-card .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-style-card .content h3 a {
  color: #252525;
  display: block;
}

.blog-style-card .content p {
  margin-bottom: 15px;
}

.blog-style-card .content .default-btn {
  padding: 8px 16px;
  font-size: 14px;
}

.blog-style-card:hover .content h3 a {
  color: #0071dc;
}

/*==================================
Blog Area End
=================================*/
/*=================================
Faq Area 
===================================*/
.faq-area .section-title p {
  max-width: 560px;
}

.faq-content {
  margin-bottom: 30px;
}

.faq-content .section-title {
  margin-bottom: 30px;
}

.faq-content .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

.faq-content .section-title p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.faq-content .faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-content .faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.faq-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-content .faq-accordion .accordion .accordion-title {
  padding: 15px 60px 15px 20px;
  color: #252525;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.faq-content .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 25px;
  transition: 0.5s;
  font-size: 24px;
  width: 30px;
  height: 30px;
  color: #0071dc;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #0071dc;
}

.faq-content .faq-accordion .accordion .accordion-title.active i::before {
  content: "\eb8b";
}

.faq-content .faq-accordion .accordion .accordion-title.active i .accordion-content p {
  margin-top: -5px;
}

.faq-content .faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.faq-content .faq-accordion .accordion .accordion-content p {
  margin-top: -6px;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 3px;
}

.faq-content .faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*=================================
Faq Area End
===================================*/
.user-img {
  margin-bottom: 30px;
}

.user-form .contact-form {
  max-width: 640px;
}

.user-form .contact-form .agree-label .forget {
  position: absolute;
  right: 0;
}

.user-form .contact-form .default-btn {
  width: unset;
}

.user-form .contact-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.user-form .contact-form .account-desc a {
  color: #0071dc;
}

.user-form .contact-form .account-desc a:hover {
  color: #ffc221;
}

/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #0071dc;
  background-color: transparent;
  border: 1px solid #0071dc;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 5px;
}

.pagination-area .page-numbers:hover {
  background-color: #0071dc;
  color: #ffffff;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  background-color: #0071dc;
  color: #ffffff;
}

/*==============================
Pagination Area End
=================================*/
.terms-conditions-img {
  margin-bottom: 30px;
}

.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 24px;
  color: #252525;
  margin-bottom: 15px;
}

.single-content p {
  margin-bottom: 15px;
}

/*=================================
Contact Area 
====================================*/
.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form h2 {
  color: #252525;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form .form-group label {
  color: #252525;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

.contact-form .form-group label span {
  color: #0071dc;
}

.contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}

.contact-form .form-group.checkbox-option p a {
  color: #0071dc;
}

.contact-form .form-group.checkbox-option p a:hover {
  color: #ffc221;
}

.contact-form .form-group .form-control {
  height: 50px;
  color: #252525;
  border: 1px solid #0071dc;
  background-color: #ffffff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #252525;
  box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}

.contact-form .agree-label #chb1 {
  position: absolute;
  top: 5px;
  left: 0;
}

.contact-form .agree-label label {
  font-weight: 500;
  color: #252525;
  margin-left: 25px;
}

.contact-form .agree-label label a {
  color: #0071dc;
}

.contact-form .agree-label label a:hover {
  color: #ffc221;
}

.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-form .default-btn {
  border: 0;
  outline: none;
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
  color: #444444;
}

.contact-card {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  border-radius: 15px;
}

.contact-card i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  font-size: 24px;
  color: #0071dc;
  border-radius: 50px;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
}

.contact-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #252525;
}

.contact-card span {
  color: #444444;
  font-weight: 500;
  font-size: 17px;
  display: block;
}

.contact-card span a {
  color: #444444;
  display: block;
}

.contact-card span a:hover {
  color: #0071dc;
}

.contact-info {
  margin-bottom: 30px;
  background-color: #070b3b;
  padding: 52px 35px 22px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.contact-info::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-us/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-info span {
  color: #ffc221;
  display: block;
  margin-bottom: 5px;
}

.contact-info h2 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 15px;
}

.contact-info p {
  color: #ffffff;
  margin-bottom: 20px;
}

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

.contact-info ul li {
  display: block;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}

.contact-info ul li .content i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #ffffff;
  font-size: 20px;
  color: #0071dc;
  border-radius: 50px;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-info ul li .content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
  display: block;
}

.contact-info ul li .content a {
  color: #ffffff;
  display: block;
  font-weight: 400;
  font-size: 15px;
}

.contact-info ul li .content a:hover {
  color: #0071dc;
}

.contact-info ul li .content span {
  color: #ffffff;
  font-weight: 400;
  display: block;
  font-size: 15px;
}

/*=================================
Contact Area End
====================================*/
/*=================================
404 Error Area
===================================*/
.error-area {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
}

.error-area .error-content {
  text-align: center;
  position: relative;
}

.error-area .error-content img {
  max-width: 100%;
}

.error-area .error-content h3 {
  margin-bottom: 20px;
  position: relative;
  color: #252525;
  font-size: 35px;
}

.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #444444;
}

/*=================================
404 Error Area End
===================================*/

/*=================================
Map Area 
====================================*/
.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/*=================================
Map Area End
====================================*/
.footer-bg {
  background-color: #070b3b;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 20px;
  position: relative;
  top: -5px;
  left: 0;
  /* removed center shift */
  width: 100px;
  height: auto;
  mix-blend-mode: screen;
}

.footer-widget h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 1.2;
}

.footer-widget p {
  margin-bottom: 20px;
  color: #ffffff;
  max-width: 300px;
}

.footer-widget .footer-call-content {
  background-color: #ffffff;
  padding: 20px 80px 20px 20px;
  border-radius: 15px;
  position: relative;
  max-width: 345px;
}

.footer-widget .footer-call-content:hover i {
  background-color: #0071dc;
  color: #ffffff;
}

.footer-widget .footer-call-content h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
  color: #252525;
}

.footer-widget .footer-call-content span a {
  color: #252525;
  font-weight: 600;
}

.footer-widget .footer-call-content span a:hover {
  color: #0071dc;
}

.footer-widget .footer-call-content i {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 35px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #e5f3ff;
  color: #0071dc;
  border-radius: 50px;
  transition: 0.7s;
}

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

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  color: #ffffff;
  font-weight: 400;
}

.footer-widget .footer-list li a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.footer-widget .footer-list li a:hover {
  color: #ffc221;
}

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

.footer-widget .footer-blog li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.footer-widget .footer-blog li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-blog li p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-widget .newsletter-area .newsletter-form {
  position: relative;
  max-width: 270px;
  border-radius: 5px;
}

.footer-widget .newsletter-area .newsletter-form .form-control {
  background-color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 5px;
  border: 0;
  padding: 0 45px 0 15px;
  max-width: 100%;
  color: #252525;
  font-weight: 400;
}

.footer-widget .newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.footer-widget .newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #0071dc;
  color: #ffffff;
  height: 45px;
  line-height: 50px;
  width: 45px;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  transition: 0.5s;
}

.footer-widget .newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #252525;
  color: #ffffff;
}

.footer-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 15px;
}

.footer-social div:first-child a {
  margin-right: 15px;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}

.footer-social div:first-child a:hover {
  color: #ffcc00;
  transform: scale(1.1);
}

.footer-social div:last-child p {
  margin: 0 0 0 15px;
  display: inline-block;
}

.footer-social div:last-child p a {
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-social div:last-child p a:hover {
  color: #4f46e5;
  text-decoration: underline;
}

/* ? Responsive Fixes */

/* Tablet (up to 1024px) */


.copy-right-area {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 113, 220, 0.38);
}

.copy-right-text {
  text-align: center;
}

.copy-right-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.copy-right-text p a {
  color: #ffc221;
  border-bottom: 1px solid #ffc221;
}

.copy-right-text p a:hover {
  color: #0071dc;
  border-color: #0071dc;
}



/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 60%;
  right: 5%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #0071dc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 48px;
  z-index: 100;
  transition: 0.5s;
}

.go-top i {
  transition: 0.5s;
}

.go-top:hover {
  background-color: #ffc221;
}

.go-top.active {
  top: 95%;
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Go Top Area End
====================================*/
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 15px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}

/*==================================
Preloader CSS 
=====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #070b3b;
}

.spinner {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 100px auto;
  animation: rotate-in 1.2s infinite ease-in-out;
}

/*==================================
Preloader CSS End
=====================================*/
/*==================================
Home Page Six Css
=====================================*/
.top-header-right .top-header-social-bg ul li {
  margin-right: 5px;
}

.top-header-right .top-header-social-bg ul li:last-child {
  margin-right: 0;
}

.top-header-right .top-header-social-bg ul li a {
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  background-color: #ffffff;
  color: #0071dc;
  transition: 0.7s;
}

.top-header-right .top-header-social-bg ul li a:hover {
  background-color: #0071dc;
  color: #ffffff;
}

.banner-six {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/home-six.jpg);
  overflow: hidden;
}

.banner-six::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(7, 11, 59, 0.3803921569), #070b3b);
}

.banner-six-content {
  padding-top: 130px;
  padding-bottom: 120px;
  max-width: 560px;
  margin-left: auto;
}

.banner-six-content h1 {
  font-size: 55px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}

.banner-six-content p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  max-width: 660px;
  margin-bottom: 35px;
}

.banner-six-shape {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.banner-six-shape img {
  height: 620px;
}

.work-process-rightside {
  margin-bottom: 25px;
}

.work-process-rightside .section-title {
  margin-bottom: 20px;
}

.about-img-5 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.about-img-5::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -45px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 110%;
  height: 70%;
  animation: border-transform 15s infinite ease-in-out;
  background-image: linear-gradient(#0071dc, #070b3b);
}

.services-card-color-bg2 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 15px 15px 20px;
  border-radius: 15px;
  background-color: #ffffff;
}

.technology-area-five {
  position: relative;
  z-index: 1;
  background-color: #15163b;
}

.technology-area-five::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/clients-img/client-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.technology-area-five .section-title h2 {
  color: #ffffff;
  max-width: 550px;
  margin: 0 auto;
}

.team-item {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 40px;
}

.team-item .content {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  width: 90%;
  margin: 0 auto;
  right: 0;
  background-color: #0071dc;
  padding: 20px 25px;
  text-align: center;
  transition: 0.9s;
}

.team-item .content h3 {
  margin-bottom: 0;
  color: #ffffff;
}

.team-item .content span {
  color: #ffffff;
}

.team-item .content .social-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  list-style: none;
  width: 5px;
  background-color: #ffc221;
  transition: 0.7s;
}

.team-item .content .social-link li {
  display: block;
  margin-bottom: 0;
}

.team-item .content .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  transform: translateX(-40px);
  opacity: 0;
  transition: 0.7s;
}

.team-item .content .social-link li:hover a {
  background-color: #ffffff;
  color: #0071dc;
}

.team-item:hover .content .social-link {
  width: 40px;
}

.team-item:hover .content .social-link li a {
  transform: translateX(0px);
  opacity: 1;
}

.top-header-right {
  float: right;
}

.footer-widget .social-link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-widget .social-link ul li {
  display: inline-block;
  top: 1px;
  position: relative;
  margin-right: 5px;
}

.footer-widget .social-link ul li:last-child {
  margin-right: 0;
}

.footer-widget .social-link ul li a {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  color: #0071dc;
  transition: 0.7s;
  font-size: 18px;
}

.footer-widget .social-link ul li a:hover {
  background-color: #0071dc;
  color: #ffffff;
}

.footer-widget .footer-contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-contact-list li {
  display: block;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.footer-widget .footer-contact-list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #ffc221;
  line-height: normal;
}

.footer-widget .footer-contact-list li .content a {
  color: #ffffff;
  transition: 0.7s;
}

.footer-widget .footer-contact-list li .content a:hover {
  color: #ffc221;
}

.footer-bg2 {
  background-color: #0c243b;
  position: relative;
  z-index: 1;
}

.footer-bg2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/shape/bg-shape5.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}

/*==================================
Home Page Six Css End
=====================================*/
@keyframes rotate-in {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }

  14% {
    border-radius: 50% 20% 50% 30%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

/* Base hidden state */
/* ? Stop horizontal scroll globally */
html,
body {
  overflow-x: hidden;
}

/* Base hidden state */
.scroll-hidden {
  will-change: transform, opacity;
}

/* When visible */
.scroll-show {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-out;
}

/* Variations (safe for mobile) */
.scroll-fade-up.scroll-show {
  transform: translateY(0);
}

.scroll-fade-left {
  transform: translateX(-20px);
  /* ? smaller shift */
}

.scroll-fade-left.scroll-show {
  transform: translateX(0);
}

.scroll-fade-right {
  transform: translateX(20px);
  /* ? smaller shift */
}

.scroll-fade-right.scroll-show {
  transform: translateX(0);
}

.scroll-scale {
  transform: scale(0.95);
  /* ? less extreme */
}

.scroll-scale.scroll-show {
  transform: scale(1);
}

.scroll-rotate {
  transform: rotate(-3deg);
  /* ? small tilt */
}

.scroll-rotate.scroll-show {
  transform: rotate(0deg);
}

/* Stagger effect (safe) */
.stagger>* {
  opacity: 0;
  transform: translateY(20px);
  /* ? reduced */
}

.stagger.show>* {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-out;
}

.stagger.show>*:nth-child(1) {
  transition-delay: 0.1s;
}

.stagger.show>*:nth-child(2) {
  transition-delay: 0.3s;
}

.stagger.show>*:nth-child(3) {
  transition-delay: 0.5s;
}

.stagger.show>*:nth-child(4) {
  transition-delay: 0.7s;
}

.stagger.show>*:nth-child(5) {
  transition-delay: 0.8s;
}

.stagger.show>*:nth-child(6) {
  transition-delay: 0.9s;
}


/* ========== ?? MOBILE (max-width: 480px) ========== */
@media (max-width: 480px) {

  /* Hero Section */
  .hero-section {
    padding: 4rem 1rem 2.5rem;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .hero-description {
    font-size: 0.95rem;
  }

  .hero-tagline {
    font-size: 1rem;
  }

  .hero-image-container {
    max-width: 260px;
  }

  /* Footer */
  .footer-social div:last-child p,
  .footer-social div:first-child a {
    margin: 0 0 0 50px;
    display: inline-block;
  }

  /* SMF Section */
  .smf-card {
    padding: 20px;
  }

  .smf-card h3 {
    font-size: 1.3rem;
  }

  .smf-card i {
    font-size: 2rem;
  }

  .smf-area {
    padding: 20px 10px;
  }
}

/* ========== ?? TABLET (max-width: 768px) ========== */
@media (max-width: 768px) {

  /* Hero Section */
  .hero-section {
    padding: 4.5rem 1.5rem 3rem;
  }

  /* Footer */
  .footer-social {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-widget {
    text-align: left;
  }

  .footer-social div:last-child p,
  .footer-social div:first-child a {
    margin: 0 0 0 50px;
    display: inline-block;
  }

  /* Technology Cards */
  .technology-card {
    margin-right: -25px;
    margin-left: -10px;
  }

  /* Stats */
  .stats {
    flex-direction: column;
    text-align: center;
  }

  .stat:not(:last-child)::after {
    display: none;
  }

  .video-wrapper .video-bg {
    height: 40%;
  }

  /* SMF Section */
  .smf-cards {
    grid-template-columns: 1fr;
  }

  .smf-content .section-title h2 {
    font-size: 1.8rem;
  }

  .smf-content .section-title p {
    font-size: 1rem;
  }

  .smf-area {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
  }
}

/* ========== ?? LAPTOP / MEDIUM DEVICES (max-width: 1024px) ========== */
@media (max-width: 1024px) {

  /* Hero Section */
  .hero-section {
    padding: 5rem 2rem 3rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-image-container {
    max-width: 350px;
  }

  /* Footer */
  .footer-widget.pl-5 {
    padding-left: 15px !important;
  }

  .footer-widget .footer-logo {
    left: 0;
  }

  .footer-widget .footer-blog li p {
    max-width: 100%;
  }

  /* Technology Cards */
  .technology-card {
    margin-right: 0;
    margin-left: 0;
  }

  /* Stats */
  .stats {
    gap: 1.5rem;
  }

  .stat h1 {
    font-size: 2rem;
  }

  /* SMF Section */
  row.smf-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .smf-area {
    padding: 40px 10px;
  }
}

/* ========== ??? DESKTOP (min-width: 1025px) ========== */
@media (min-width: 1025px) {
  .hero-section {
    padding: 4rem 2rem;
  }

  .hero-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hero-text {
    text-align: left;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .hero-description {
    font-size: 1.125rem;
  }

  .hero-tagline {
    font-size: 1.25rem;
  }

  .hero-image-container {
    max-width: 400px;
  }
}

/*
@File: Techex HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Top Header Style
** - Navbar Area Style
** - Main Banner Area Style
** - Banner Bottom Area Style
** - Inner Banner Area Style
** - About Area Style
** - Security Area Style
** - Services Area Style
** - Work Area Style
** - Build Area Style
** - Counter Area Style
** - Case Study Area Style
** - Team Area Style
** - Other Area Style

*******************************************/
@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap');

.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  /* Extra Bold for hero */
}

body {
  font-size: 15px;
  font-weight: 400;
  font-family: "Livvic", sans-serif;
  color: #444444;
  line-height: 1.6;
}

p {
  font-weight: 400;
  color: #444444;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}

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

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #252525;
}

h3 {
  font-size: 22px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-25 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.margin-auto {
  margin: 0 auto;
}

.border-radius-50 {
  border-radius: 50px;
}

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

.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

/*================================
Section Title Style 
===================================*/
.section-title span {
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #252525;
  margin-bottom: 0;
}

.section-title p {
  padding-top: 10px;
  margin-bottom: 0;
  max-width: 530px;
  color: #444444;
}

.sp-color1 {
  color: #ffc221;
}

.sp-color2 {
  color: #0071dc;
}

/*================================
Section Title Style End
===================================*/
/*================================
Default Btn Style 
===================================*/
.default-btn {
  display: inline-block;
  padding: 12px 32px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.default-btn i {
  font-size: 20px;
  position: relative;
  top: 4px;
  display: none;
}

.default-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -36%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.default-btn:hover {
  color: #ffffff !important;
}

.default-btn:hover:before {
  height: 100%;
  width: 135%;
  background-color: #252525;
}

.btn-bg-one {
  background-color: #ffc221;
}

.btn-bg-two {
  background-color: #0071dc;
}

/*================================
Default Btn Style End
===================================*/
/*================================
Top Header 
===================================*/
.top-header {
  padding: 7px 0 10px;
}

.top-header-bg {
  background-color: #070b3b;
}

.top-left-side .top-header-text {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}

.top-left-side .top-header-text::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 1px;
  height: 22px;
  background-color: #ffffff;
  top: 1px;
}

.top-left-side .top-header-text p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}

.top-left-side .top-header-text p b {
  color: #ffc221;
  font-weight: 500;
  margin-right: 5px;
}

.top-head-left {
  float: left;
}

.top-head-left .top-contact {
  position: relative;
  display: inline-block;
}

.top-head-left .top-contact:hover i {
  background-color: #0071dc;
  color: #ffffff;
}

.top-head-left .top-contact:hover h3 a {
  color: #ffc221;
}

.top-head-left .top-contact h3 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
}

.top-head-left .top-contact h3 a {
  color: #ffffff;
  margin-bottom: 0;
  text-decoration: none;
}

.top-head-left .top-contact h3 a:hover {
  color: #ffc221;
}

.top-header-right {
  float: right;
}

.top-header-right .top-header-social {
  display: inline-block;
}

.top-header-right .top-header-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-header-right .top-header-social ul li {
  display: inline-block;
  top: 1px;
  position: relative;
}

.top-header-right .top-header-social ul li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  border-radius: 50px;
  font-size: 18px;
}

.top-header-right .top-header-social ul li a:hover {
  color: #ffc221;
}

.top-header-right .language-list {
  top: -6px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  margin-left: -20px;
  z-index: 9999;
}

.top-header-right .language-list .language-list-item {
  height: 0;
  padding: 0 15px;
  border: none;
  color: #ffffff;
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px 0 0 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.top-header-right .language-list .language-list-item:focus {
  box-shadow: none;
  outline: none;
}

.top-header-right .language-list .nice-select {
  height: 0;
  width: 125px;
  line-height: 0;
  font-size: 15px;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  border-radius: 5px 0px 0px 5px;
  z-index: 9999;
  text-align: right !important;
}

.top-header-right .language-list .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.top-header-right .language-list .nice-select .list .option {
  transition: 0.6s;
  color: #252525;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px solid #e1e1e1;
}

.top-header-right .language-list .nice-select .list .option:hover {
  background-color: transparent !important;
  color: #0071dc;
}

.top-header-right .language-list .nice-select .list .option .selected {
  background-color: transparent !important;
  font-weight: 500;
  color: #0071dc !important;
}

.top-header-right .language-list .nice-select::after {
  content: "\ea29";
  height: 8px;
  width: 8px;
  border: none;
  top: 0;
  margin-bottom: 0;
  right: 10px;
  background-color: transparent;
  font-family: "boxicons" !important;
  color: #ffffff;
  font-size: 18px;
  transform-origin: none;
  transform: none;
  margin-top: 0;
}

/*================================
Top Header End
===================================*/
/*=================================
Navbar Area
====================================*/
.main-nav {
  background-color: #ffffff;
  top: 0;
  position: inherit;
  left: 0;
  padding: 0;
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
}

.main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.main-nav .navbar .navbar-brand .logo-two {
  display: none;

}

.main-nav .navbar .navbar-brand .logo-one {
  height: auto;
  /* slightly smaller than navbar height */
  width: 100px;
  /* keeps aspect ratio */
  /* prevents extra space */
  /* mix-blend-mode: darken; */
}

.navbar-area .mobile-nav .logo .logo-one {
  margin-top: -5px;
  margin-left: 5px;
  height: auto;
  width: 70px;

}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: #0071dc !important;
}

.main-nav nav .navbar-nav .nav-item:hover a::before,
.main-nav nav .navbar-nav .nav-item .active::before {
  opacity: 1;
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item:hover a i,
.main-nav nav .navbar-nav .nav-item .active i {
  color: #0071dc;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #252525;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item a span {
  font-size: 10px;
  color: red;
  margin-left: 2px;
  top: -7px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #0071dc;
  opacity: 0;
  transition: 0.7s;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #444444;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: #0071dc !important;
}

.main-nav nav .navbar-nav .nav-item a:hover::before,
.main-nav nav .navbar-nav .nav-item a :focus::before {
  opacity: 1;
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item a:hover i,
.main-nav nav .navbar-nav .nav-item a :focus i {
  color: #0071dc;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #0071dc !important;
}

.main-nav nav .navbar-nav .nav-item a.active::before {
  opacity: 1;
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item a.active i {
  color: #0071dc;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
  transform: scale(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #e1e1e1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: none;
  color: #252525 !important;
  position: relative;
  z-index: 1;
  transition: 0.7s;
  font-weight: 600;
  padding: 10px 25px;
  font-size: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #0071dc;
  transition: 0.9s;
  z-index: -1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #ffffff !important;
  padding-left: 35px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #ffffff !important;
  border-radius: 0;
  padding-left: 35px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
  color: #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #ffffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active::before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active i {
  color: #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  transform: scaleX(1);
}

.main-nav .nav-side.nav-side {
  position: relative;
}

.main-nav .nav-side .nav-side-item {
  margin-right: 20px;
  display: inline-block;
}

.main-nav .nav-side .nav-side-item:last-child {
  margin-right: 0;
}

.main-nav .nav-side .nav-side-item .search-box {
  position: relative;
  top: -5px;
}

.main-nav .nav-side .nav-side-item .search-box i {
  cursor: pointer;
  font-size: 24px;
  color: #252525;
  position: relative;
  display: inline-block;
  top: 0;
}

.main-nav .nav-side .nav-side-item .search-box:hover i {
  color: #0071dc;
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form {
  position: relative;
  top: -10px;
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control {
  height: 45px;
  background-color: #f8f8f8;
  padding: 10px 20px;
  width: 100%;
  border-radius: 50px;
  border: none;
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 40px;
  width: 40px;
  background-color: #ffc221;
  transition: all 0.5s;
  border: none;
  outline: none;
  border-radius: 50px;
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button i {
  color: #ffffff;
  position: relative;
  top: 1.9px;
}

.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button:hover {
  background-color: #0071dc;
}

.main-nav .nav-side .nav-side-item .get-btn {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-top: 10px;
}

.main-nav .nav-side .nav-side-item .get-btn .default-btn {
  padding: 9px 25px;
}

.nav-side-mt {
  margin-top: 6px;
}

.side-nav-responsive {
  display: none;
}

.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: 20px;
}

.side-nav-responsive .dot-menu .circle-inner {
  display: flex;
  align-items: center;
  height: 30px;
}

.side-nav-responsive .dot-menu .circle-inner .in-circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.7s;
  background-color: #0071dc;
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #ffc221;
}

.side-nav-responsive .container-max {
  position: relative;
  display: flex;
}

.side-nav-responsive .container-max .container {
  position: absolute;
  top: 70px;
  right: 0;
  max-width: 220px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.side-nav-responsive .container-max .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

.side-nav-responsive .side-nav-inner {
  padding: 12px 10px 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #0071dc;
  padding: 10px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box {
  position: relative;
  display: inline-block;
  top: -10px;
  margin-right: 5px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box i {
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  top: 5px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box:hover i {
  color: #0071dc;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn .default-btn {
  padding: 7px 15px;
  background-color: #ffffff;
  color: #252525;
}

.sticky-nav {
  top: 0;
  position: fixed;
  transition: 0.7s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .main-nav {
  top: 0;
  border: none;
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/*==================================
Search Overlay CSS
====================================*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.search-overlay .search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
}

.search-overlay .search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}

.search-overlay .search-close .search-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #ffffff;
  transition: all 500ms ease;
}

.search-overlay .search-close .search-close-line:nth-child(1) {
  transform: rotate(45deg);
}

.search-overlay .search-close .search-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
}

.search-overlay .search-close:hover .search-close-line {
  background: #0071dc;
  transform: rotate(180deg);
}

.search-overlay .search-form {
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
  padding: 0 15px;
}

.search-overlay .search-form form {
  position: relative;
}

.search-overlay .search-form form .input-search {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: #252525;
  padding: 3px 0 0 25px;
}

.search-overlay .search-form form .input-search::-moz-placeholder {
  -moz-transition: 0.7s;
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}

.search-overlay .search-form form .input-search::placeholder {
  transition: 0.7s;
  letter-spacing: 0.5px;
  color: #252525;
}

.search-overlay .search-form form .input-search:focus {
  border: none;
  outline: none;
}

.search-overlay .search-form form .input-search:focus::-moz-placeholder {
  color: transparent;
}

.search-overlay .search-form form .input-search:focus::placeholder {
  color: transparent;
}

.search-overlay .search-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  color: #ffffff;
  height: 50px;
  border-radius: 50%;
  background-color: #0071dc;
  transition: 0.7s;
  border: none;
  font-size: 20px;
  line-height: 55px;
}

.search-overlay .search-form form button:hover {
  background-color: #ffc221;
  color: #ffffff;
}

.search-overlay .search-form form:hover {
  border: none;
  outline: none;
}

.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-layer {
  transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-close {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-form {
  opacity: 1;
  visibility: visible;
}

/*==================================
Search Overlay CSS End
=================================*/
/*==================================
Main Banner Area 
=================================*/
/* =========================
   Base Hero Section
   ========================= */
.hero-section {
  position: relative;
  color: #070b3b;
  padding: 5.5rem 1rem 2.5rem;
  /* mobile default */
  overflow: hidden;
  /* background: linear-gradient(135deg, #f9fafb, #eef2ff); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeIn 1s ease-out forwards;
}

/* =========================
   Container
   ========================= */
.hero-container {
  display: flex;
  flex-direction: column;
  /* mobile = stacked */
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

/* =========================
   Text Content
   ========================= */
.hero-text {
  max-width: 600px;
  text-align: center;
}

.hero-title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  color: #111827;
}

.hero-title .highlight {
  color: #3B82F6;
  filter: drop-shadow(2px 2px 2px #333);
}

.hero-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 1rem;
}

.hero-tagline {
  font-size: 1rem;
  font-weight: 600;
  color: #1e3a8a;
  margin-bottom: 2rem;
}

.hero-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* Button */
.hero-btn .get-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #3B82F6, #2563eb);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(59, 130, 246, 0.35);
  transition: all 0.3s ease;
}

.hero-btn .get-btn a:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.45);
}

.hero-btn .get-btn a i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.hero-btn .get-btn a:hover i {
  transform: translateX(5px);
}

/* =========================
   Image
   ========================= */
.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-image-container {
  position: relative;
  max-width: 260px;
  width: 100%;
  background: transparent;
  filter: blur(25%);
}

.hero-image {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  filter: contrast(1);
  border-radius: 1rem;
  transition: transform 0.4s ease;
}

.hero-image:hover {
  transform: scale(1.05) rotate(1deg);
}

/* Circles */
.hero-bg-circle {
  position: absolute;
  border-radius: 50%;
  z-index: -2;
  opacity: 0.15;
  animation: pulse 6s infinite ease-in-out;
}

.hero-bg-circle.circle1 {
  width: 140px;
  height: 140px;
  background: #3B82F6;
  top: -30px;
  left: -40px;
}

.hero-bg-circle.circle2 {
  width: 110px;
  height: 110px;
  background: #6366F1;
  bottom: -30px;
  right: -30px;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.15;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.25;
  }
}

/* =========================
   Responsive Breakpoints
   ========================= */

/* Small Tablet (=481px) */

/* 
.circle1 {
  top: 25%;
  left: -25%;
  width: 8rem;
  height: 8rem;
  background-color: #3B82F6;
  opacity: 0.2;
}

.circle2 {
  bottom: 25%;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-color: #60a5fa;
  opacity: 0.3;
} */

/* Video Section Container */

/* ===============================
   Video Section
   =============================== */
/* Video Section Container */
.video-section {
  padding: 4rem 2rem;
  background-color: #fff;
  text-align: center;
}

/* Stat Counters */
.stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  gap: 2rem;
  flex-wrap: wrap;
}

.stat {
  position: relative;
  flex: 1;
  min-width: 180px;
}

.stat h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4f46e5;
}

.stat p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #374151;
}

.stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: #d1d5db;
}

/* Video Wrapper */
.video-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 15px;
}

.video-image img {
  width: 100%;
  height: 600px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  animation: fadeInLeft 1s ease forwards;
  transform: translateX(-30px);
  opacity: 0;
}

/* .video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 10px solid #000;
  border-bottom: none;
  display: block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 2;
  position: relative;
} */

.video-wrapper .video-bg {
  position: absolute;
  bottom: -30px;
  /* push background lower */
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  /* bigger than iframe */
  height: 60%;
  /* covers more space */
  background: linear-gradient(135deg, #4F46E5, #3B82F6);
  border-radius: 20px;
  z-index: 1;
}

/* Responsive */



/* ===============================
   Animations
   =============================== */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeScale {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}


.banner-slider-area {
  position: relative;
}

.banner-slider-area .owl-dots {
  margin-top: 0px !important;
  position: absolute;
  display: grid;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 10px;
}

.banner-slider-area .owl-dots .owl-dot span {
  background-color: rgba(251, 251, 251, 0.2470588235) !important;
  transition: 0.7s;
  margin: 7px 7px;
  width: 40px !important;
  height: 40px !important;
  border: 10px solid rgba(251, 251, 251, 0.2470588235);
}

.banner-slider-area .owl-dots .owl-dot.active span {
  background-color: #ffffff !important;
  width: 40px !important;
  height: 40px !important;
  border: 13px solid #ffc221;
}

.banner-slider-area .owl-dots .owl-dot:hover span {
  background-color: #ffffff !important;
  width: 40px !important;
  height: 40px !important;
  border: 13px solid #ffc221;
}

.banner-item {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.7;
}

.banner-item-content {
  padding-top: 130px;
  padding-bottom: 120px;
}

.banner-item-content span {
  font-size: 15px;
  font-weight: 500;
  color: #0071dc;
  padding: 10px 25px;
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
}

.banner-item-content h1 {
  margin-top: 25px;
  font-size: 70px;
  color: #ffffff;
  font-weight: bold;
  max-width: 780px;
  margin-bottom: 20px;
}

.banner-item-content p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  max-width: 660px;
  margin-bottom: 35px;
}

.item-bg1 {
  background-image: url(../images/home-one/home-one-img1.jpg);
}

.item-bg2 {
  background-image: url(../images/home-one/home-one-img2.jpg);
}

.item-bg3 {
  background-image: url(../images/home-one/home-one-img3.jpg);
}

.banner-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/home-two.jpg);
}

.banner-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(37, 37, 37, 0.7490196078), rgba(37, 37, 37, 0));
}

.banner-item-ptb {
  padding-top: 140px;
  padding-bottom: 160px;
}

.banner-item-ptb h1 {
  margin-top: 0;
}

.banner-area-two {
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
}

.banner-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/home-three/home-three-bg.png);
}

.banner-content {
  position: relative;
  margin-top: -50px;
}

.banner-content h1 {
  font-size: 60px;
  color: #252525;
  font-weight: 600;
  max-width: 680px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 17px;
  color: #252525;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 35px;
}

.banner-img {
  position: relative;
  padding-top: 70px;
}

.banner-img .banner-img-shape {
  position: absolute;
  bottom: 100px;
  right: 0;
  animation: moveBounce 9s linear infinite;
}

.banner-sub-item {
  position: relative;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px 10px 15px 160px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.banner-sub-item img {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 125px;
  border-radius: 15px 0 0 15px;
}

.banner-sub-item .content {
  padding-bottom: 10px;
}

.banner-sub-item .content h3 {
  font-size: 45px;
  color: #ffc221;
  font-weight: 700;
  margin-bottom: 0;
}

.banner-sub-item .content span {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}

.banner-sub-slider {
  position: relative;
  margin-top: -80px;
  padding-bottom: 50px;
}

.banner-four-area {
  background-color: #070b3b;
  z-index: 1;
  position: relative;
}

.banner-four-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/home-four/home-four-bg.png);
  opacity: 0.8;
}

.banner-four-content {
  max-width: 620px;
  margin-left: auto;
  margin-right: -50px;
  position: relative;
  z-index: 2;
}

.banner-four-content span {
  font-size: 14px;
  font-weight: 400;
  color: #ffc221;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 15px;
}

.banner-four-content h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-four-content p {
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 30px;
}

.banner-four-content .banner-btn .default-btn {
  display: inline-block;
}

.banner-four-content .banner-btn .play-btn {
  padding-left: 65px;
  position: relative;
  z-index: 1;
  top: -3px;
}

.banner-four-content .banner-btn .play-btn i {
  position: absolute;
  top: -3px;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  background-color: #ffffff;
  color: #ffc221;
  border-radius: 50px;
  transition: 0.7s;
}

.banner-four-content .banner-btn .play-btn i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0.5px solid #ffffff;
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
}

.banner-four-content .banner-btn .play-btn h3 {
  margin-bottom: 5px;
  font-size: 16px;
  color: #ffc221;
  transition: 0.7s;
}

.banner-four-content .banner-btn .play-btn span {
  font-size: 14px;
  color: #ffffff;
  transition: 0.7s;
  margin-bottom: 0;
}

.banner-four-content .banner-btn .play-btn:hover i {
  background-color: #ffc221;
  color: #ffffff;
}

.banner-four-content .banner-btn .play-btn:hover i::after {
  border-color: #ffc221;
}

.banner-four-content .banner-btn .play-btn:hover h3 {
  color: #ffffff;
}

.banner-four-content .banner-btn .play-btn:hover span {
  color: #ffc221;
}

.banner-four-img {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.banner-five-area {
  background-color: #d5e5f4;
  position: relative;
  padding: 50px 0;
}

.banner-five-content {
  max-width: 560px;
  margin-left: auto;
}

.banner-five-content span {
  font-size: 14px;
  font-weight: 600;
  color: #0071dc;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 15px;
}

.banner-five-content h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-five-content h1 b {
  font-weight: 600;
  color: #0071dc;
}

.banner-five-content p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 30px;
}

.banner-five-img {
  animation: moveBounce 9s infinite ease-in-out;
}

/*==================================
Main Banner Area End
=================================*/
/*==================================
Banner Bottom Area 
=================================*/
.banner-bottom-area {
  position: relative;
  margin-top: -75px;
}

.banner-bottom-card {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 30px 20px 30px 135px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #0071dc;
  transition: 0.5s;
}

.banner-bottom-card i {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #252525;
  background-color: #e5f3ff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}

.banner-bottom-card h3 {
  color: #252525;
  margin-bottom: 10px;
  transition: 0.5s;
}

.banner-bottom-card p {
  margin-bottom: 0;
  font-weight: 500;
}

.banner-bottom-card:hover {
  transform: translateY(-10px);
}

.banner-bottom-card:hover h3 {
  color: #ffc221;
}

/*==================================
Banner Bottom Area End
=================================*/
/*====================================
Banner New Demo Start Seven & Eight
===================================*/
.banner-seven-slide.owl-theme .owl-nav {
  margin-top: 0;
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-] {
  font-size: 40px;
  color: #252525;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 160px;
  top: 52%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-] span {
  position: relative;
  top: -9px;
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-].owl-next {
  top: 45%;
  left: 160px;
  right: auto;
}

.banner-seven-slide.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #070b3b;
  color: #ffffff;
}

.banner-six.banner-eight {
  background-image: none;
}

.banner-six.banner-eight .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}

/* End */

/* ===============================
   SMF Area
   =============================== */
.smf-area {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.smf-box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  background-image: url('../images/home-one/home-one-img3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 50px 30px;
  color: #fff;

  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease-out forwards;
}

.smf-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.smf-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 1200px;
  color: #fff;
}

/* ===============================
   Section Title
   =============================== */
.smf-content .section-title h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 2.5rem;
  line-height: 1.2;

  animation: fadeDown 1s ease-out forwards;
  opacity: 0;
}

.smf-content .section-title p {
  color: #e0e0e0;
  font-size: 1.125rem;
  margin-bottom: 40px;

  animation: fadeDown 1s ease-out forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

.smf-content .section-title span {
  filter: drop-shadow(2px 2px 2px #fff);

}

/* ===============================
   Cards Grid
   =============================== */
.smf-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* ? 3 cards desktop */
  gap: 30px;
  /* ? consistent spacing */
}

.smf-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  transition: 0.3s;
  text-align: center;

  opacity: 0;
  transform: scale(0.9) translateY(30px);
  animation: cardIn 0.8s ease-out forwards;
}

.smf-card:nth-child(1) {
  animation-delay: 0.4s;
}

.smf-card:nth-child(2) {
  animation-delay: 0.6s;
}

.smf-card:nth-child(3) {
  animation-delay: 0.8s;
}

.smf-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-8px) scale(1.02);
}

.smf-card i {
  font-size: 2.5rem;
  color: #4f46e5;
  margin-bottom: 15px;
  display: block;
}

.smf-card h3 {
  color: #4f46e5;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.smf-card p {
  font-size: 1rem;
  color: #e0e0e0;
}

/* ===============================
   Responsive
   =============================== */

/* ===============================
   Animations
   =============================== */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

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

@keyframes cardIn {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/*================================
Inner Banner End
==================================*/
/*==================================
About Area 
=================================*/

.about-section {

  background: #f9fbff;

}

.about-content .subtitle {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1b63ff;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-content .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.about-content .description {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

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

.features-list li {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}

.features-list li:nth-child(1) {
  animation-delay: 0.3s;
}

.features-list li:nth-child(2) {
  animation-delay: 0.5s;
}

.features-list li:nth-child(3) {
  animation-delay: 0.7s;
}

.features-list i {
  color: #1b63ff;
  font-size: 18px;
  margin-right: 10px;
}

.about-footer {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-top: 20px;
  animation: fadeIn 1s forwards;
  opacity: 0;
  animation-delay: 1s;
}

/* Video Styling */
.video-wrapper2 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.video-wrapper2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

/* Animations */
@keyframes fadeInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

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

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


/* Base section styling */
/* Feature Cards with spacing */
.alocker-macos .feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  margin-bottom: 30px;
  /* space between rows */
  margin-right: 15px;
  /* horizontal spacing */
  margin-left: 15px;
  /* horizontal spacing */
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  height: 100%;
  /* make equal height cards */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Fix for Bootstrap row so margins work */
.alocker-macos .row {
  margin-top: 10px;
  /* top gap between rows */
  margin-bottom: 10px;
}

/* Section title */
.alocker-macos .section-title h1 {
  font-size: 2.8rem;
  color: #1a2a4f;
  letter-spacing: -0.5px;
}

.alocker-macos .macos-img {
  width: 500px;
  height: auto;
  transform: rotate(-5deg);
  opacity: 0;
  transform: translateY(60px) scale(0.9) rotate(-5deg);
  transition: all 1s ease-out;
}

.macos-img.scroll-show {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
}

.alocker-macos .section-title p {
  font-size: 1.2rem;
  color: #444;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Feature Cards */
.alocker-macos .feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  /* margin-bottom: 30px; */
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.alocker-macos .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

/* Icon box styles */
.alocker-macos .icon-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}

.alocker-macos .icon-box.blue {
  background: #3a7afe;
}

.alocker-macos .icon-box.yellow {
  background: #f7b731;
}

.alocker-macos .icon-box.pink {
  background: #f54e8a;
}

.alocker-macos .icon-box.green {
  background: #2ecc71;
}

.alocker-macos .icon-box.purple {
  background: #9b59b6;
}

.alocker-macos .icon-box.teal {
  background: #00cec9;
}

.alocker-macos .feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #1a2a4f;
  font-weight: 600;
}

.alocker-macos .feature-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Benefits Section */
.alocker-macos ul {
  margin-top: 20px;
  font-size: 1rem;
  color: #333;
}

.alocker-macos ul li {
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
  text-align: center;
}

.alocker-macos ul li::before {
  content: "?";
  color: #3a7afe;
  font-weight: bold;
  position: absolute;
  left: 30%;
}

/* CTA */
.alocker-macos .default-btn {
  background: #3a7afe;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.alocker-macos .default-btn:hover {
  background: #1a2a4f;
  transform: translateY(-3px);
}


/* Section */
.ai-locker-flow {
  background: #000;
  /* solid black */
  color: #f0f6ff;
  padding: 70px 20px;
  font-family: "Poppins", Arial, sans-serif;
}

/* Header */
.flow-header {
  text-align: center;
  margin-bottom: 50px;
}

.flow-header h2 {
  font-size: 34px;
  font-weight: 700;
  background: linear-gradient(90deg, #29abe2, #0071bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flow-header p {
  font-size: 16px;
  color: #9da9ba;
}

/* Flow steps container */
.flow-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1;
}

/* Flow step items */
.flow-steps li {
  flex: 1 1 calc(20% - 20px);
  /* ? 5 items per row on large screens */
  box-sizing: border-box;
}

/* For large tablets (=1024px) ? 3 per row */
@media (max-width: 1024px) {
  .flow-steps li {
    flex: 1 1 calc(33.333% - 20px);
  }
}

/* For small tablets (=768px) ? 2 per row */
@media (max-width: 768px) {
  .flow-steps li {
    flex: 1 1 calc(50% - 20px);
  }
}

/* For mobile (=480px) ? 1 per row */
@media (max-width: 480px) {
  .flow-steps li {
    flex: 1 1 100%;
  }
}


/* Each step card */
.flow-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(41, 171, 226, 0.3);
  border-radius: 16px;
  padding: 20px;
  width: 250px;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.flow-card:hover {
  transform: translateY(-8px);
  border-color: #29abe2;
  box-shadow: 0 0 15px rgba(41, 171, 226, 0.6);
}

/* Icon style */
.icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #29abe2, #0071bc);
  box-shadow: 0 4px 15px rgba(41, 171, 226, 0.5);
}

.icons {
  width: 28px;
  height: 28px;
  stroke: #fff;
  fill: none;
}

/* Step text */
.flow-card h3 {
  font-size: 18px;
  margin: 10px 0 6px;
  font-weight: 600;
  color: #fff;
}

.flow-card p {
  font-size: 14px;
  color: #d8e0ec;
  margin: 0;
}

/* Notes */
.flow-notes {
  margin-top: 60px;
  font-size: 14px;
  color: #a5b3c9;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.flow-notes ul {
  margin: 0;
  padding-left: 20px;
}

.flow-notes li {
  margin-bottom: 6px;
}

/* Responsive: vertical on mobile */
@media (max-width: 768px) {
  .flow-steps {
    flex-direction: column;
    align-items: center;
  }

  .alocker-macos ul li::before {
    content: "?";
    color: #3a7afe;
    font-weight: bold;
    position: absolute;
    left: 0%;
    text-align: start;
  }

  /* .flow-steps::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 5%;
    bottom: 5%;
    width: 4px;
    height: auto;
    background: linear-gradient(180deg, #29abe2, #0071bc);
  } */

  .flow-card {
    width: 100%;
    max-width: 320px;
  }
}


.ios-locker {
  background: #000;
  color: #f4f4f4;
  padding: 70px 20px;
  font-family: "Poppins", Arial, sans-serif;
}

.ios-header {
  text-align: center;
  margin-bottom: 40px;
}

.ios-header h2 {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(90deg, #29abe2, #0071bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ios-subtitle {
  font-size: 15px;
  color: #a0aec0;
  margin-top: 8px;
}

/* Grid layout */
.ios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

/* Card */
.ios-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(41, 171, 226, 0.4);
  border-radius: 14px;
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ios-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 18px rgba(41, 171, 226, 0.6);
  border-color: #29abe2;
}

.ios-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #29abe2, #0071bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.ios-card li {
  font-size: 14px;
  color: #d0d7e2;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.ios-card li::before {
  content: "�";
  position: absolute;
  left: 0;
  color: #29abe2;
}

.terms-section {
  color: #222;
  /* dark text for light backgrounds, adjust if needed */
  padding: 60px 20px;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.6;
}

.terms-header {
  text-align: center;
  margin-bottom: 40px;
}

.terms-header h1 {
  font-size: 32px;
  background: linear-gradient(90deg, #29abe2, #0071bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.terms-date {
  font-size: 14px;
  color: #666;
  /* softer text */
}

.terms-intro {
  font-size: 15px;
  max-width: 800px;
  margin: 0 auto;
  color: #444;
}

/* Wrapper */
.terms-section {
  padding: 60px 20px;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.7;
  color: #222;
  /* dark text for readability */
  max-width: 1100px;
  margin: 0 auto;
}

/* Header */
.terms-header {
  text-align: center;
  margin-bottom: 40px;
}

.terms-header h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #29abe2, #0071bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.terms-date {
  font-size: 14px;
  color: #666;
}

.terms-intro {
  font-size: 15px;
  color: #444;
  max-width: 900px;
  margin: 20px auto 0;
  text-align: justify;
}

/* Sections */
.terms-container section {
  margin-bottom: 35px;
}

.terms-container h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0071bc;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e5eaf0;
}

.terms-container p {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  text-align: justify;
}

.terms-container ul {
  padding-left: 20px;
  margin: 0;
}

.terms-container li {
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
  position: relative;
  padding-left: 8px;
}

.terms-container li::marker {
  color: #29abe2;
}

/* Emphasis */
.terms-container strong {
  color: #000;
  font-weight: 600;
}

/* Links */
.terms-container a {
  color: #0071bc;
  text-decoration: underline;
}

.terms-container a:hover {
  color: #29abe2;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .terms-header h1 {
    font-size: 26px;
  }

  .terms-container h2 {
    font-size: 18px;
  }

  .terms-container p,
  .terms-container li {
    font-size: 14px;
  }
}


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

.about-content .about-content-card i {
  font-size: 60px;
  color: #0071dc;
  line-height: 1;
}

.about-content .about-content-card h3 {
  margin-top: 15px;
  margin-bottom: 12px;
}

.about-content .about-content-card p {
  margin-bottom: 0;
}

.about-content .about-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.about-content .about-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 500;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  transition: 0.5s;
  font-size: 15px;
}

.about-content .about-list li:hover {
  color: #0071dc;
}

.about-content .about-list li:hover i {
  color: #ffc221;
}

.about-content .about-list li:last-child {
  margin-bottom: 0;
}

.about-content .about-list li i {
  font-size: 26px;
  color: #0071dc;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 5px;
  transition: 0.5s;
}

.about-content .about-content-text {
  margin-top: 20px;
  margin-bottom: 0;
}

.about-img {
  position: relative;
}

.about-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 30%;
  height: 40%;
  background-color: transparent;
  border: 3px solid #ffc221;
  bottom: -10px;
  right: -40px;
  border-radius: 35px;
}

.about-img img {
  border-radius: 15px;
}

.about-img .sub-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px 10px 23px 160px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); */
}

.about-img .sub-content img {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 123px;
  border-radius: 15px 0 0 15px;
}

.about-img .sub-content h3 {
  font-size: 45px;
  color: #ffc221;
  font-weight: 700;
  margin-bottom: 0;
}

.about-img .sub-content span {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}

.about-play {
  position: relative;
  border-radius: 30px;
}

.about-play img {
  border-radius: 30px;
}

.about-play .about-play-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  max-width: 470px;
  background-color: rgba(37, 37, 37, 0.2196078431);
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
  padding: 100px 40px 70px 25px;
}

.about-play .about-play-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 30px;
  width: 91.7%;
  height: 90.1%;
  background-color: #0071dc;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
}

.about-play .about-play-content span {
  color: #ffffff;
}

.about-play .about-play-content h2 {
  color: #ffffff;
  font-size: 35px;
  max-width: 300px;
  margin-bottom: 0;
}

.about-play .about-play-content .play-on-area {
  position: absolute;
  z-index: 1;
  bottom: 175px;
  left: 200px;
}

.about-play .about-play-content .play-on-area .play-on {
  width: 80px;
  height: 80px;
  color: #0071dc;
  background-color: #ffffff;
  text-align: center;
  font-size: 55px;
  border-radius: 50px;
  display: inline-block;
}

.about-play .about-play-content .play-on-area .play-on i {
  padding-left: 3px;
}

.about-play .about-play-content .play-on-area .play-on:hover {
  color: #ffffff;
  background-color: #ffc221;
}

.about-bg {
  background-color: #070b3b;
}

.about-img-2 {
  margin-bottom: 30px;
}

.about-img-2 img {
  border-radius: 15px;
}

.about-content-2 {
  margin-bottom: 30px;
}

.about-content-2 .section-title h2 {
  color: #ffffff;
}

.about-content-2 .section-title p {
  color: #ffffff;
}

.about-content-2 .about-card {
  margin-top: 15px;
}

.about-content-2 .about-card .content {
  padding-top: 20px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}

.about-content-2 .about-card .content i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 55px;
  color: #0071dc;
  line-height: 1;
}

.about-content-2 .about-card .content h3 {
  margin-bottom: 10px;
  color: #ffffff;
}

.about-content-2 .about-card p {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}

.about-bg2 {
  background-color: #f8f8f8;
}

.about-img-4 {
  max-width: 750px;
  margin-left: auto;
  margin-bottom: 30px;
}

.about-content-3 {
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 30px;
}

.about-content-3 .section-title {
  margin-bottom: 20px;
}

.about-content-3 h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.all-skill-bar {
  margin-right: 30px;
  margin-bottom: 30px;
}

.skill-bar {
  margin-bottom: 20px;
}

.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 15px;
}

.skill-bar .progress-title {
  font-size: 16px;
  font-weight: 600;
  color: #252525;
}

.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  color: #FBEDE9;
}

.skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  color: #ffffff;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  width: 45px;
  height: 26px;
  text-align: center;
  line-height: 28px;
  background: #070b3b;
}

.skill-bar .progress-content-outter {
  height: 10px;
  background-color: #bddfff;
  border-radius: 5px;
}

.skill-bar .progress-content {
  height: 10px;
  background-color: #0071dc;
  width: 0%;
  border-radius: 5px;
}

/* Hero Section */
.about-hero {
  background: #fff;
}

.about-image img {
  width: 100%;
  /* height: 400px; */
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  animation: fadeInLeft 1s ease forwards;
  transform: translateX(-30px);
  opacity: 0;
}

.about-hero-content {
  padding-left: 20px;
  animation: fadeInRight 1s ease forwards;
  transform: translateX(30px);
  opacity: 0;
}

.about-hero-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-hero-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.about-stats {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-stats li {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.about-stats strong {
  color: #1b63ff;
  margin-right: 8px;
  font-size: 18px;
}

/* Mission / Vision / Commitment */
.about-values {
  background: #f9fbff;
}

.value-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
  margin: 50px 0;
}

.value-card:hover {
  transform: translateY(-10px);
}

.value-card .icon {
  font-size: 36px;
  color: #1b63ff;
  margin-bottom: 15px;
}

.value-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.value-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Animations */
@keyframes fadeInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes fadeInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*==================================
About Area End
=================================*/
/*==================================
Security Area Area 
=================================*/
.security-area .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.security-card {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 30px 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #0071dc;
}

.security-card i {
  font-size: 45px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #252525;
  background-color: #e5f3ff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-bottom: 12px;
  transition: 0.5s;
}

.security-card h3 {
  margin-bottom: 10px;
}

.security-card h3 a {
  color: #252525;
  transition: 0.5s;
  display: block;
}

.security-card p {
  margin-bottom: 0;
}

.security-card:hover i {
  background-color: #0071dc;
  color: #ffffff;
}

.security-card:hover h3 a {
  color: #0071dc;
}

.why-ailocker {
  /* background: linear-gradient(135deg, #fdfdfd 0%, #f4f7ff 100%);  */
  padding: 120px 0;
  border-top: 1px solid #eee;
  background-color: #070B3B;
}

.why-ailocker .section-title h2 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.why-ailocker .section-title p {
  font-size: 16px;
  color: #fff;
  max-width: 720px;
  margin: 0 auto 70px;
  line-height: 1.8;
}

/* Feature Cards */
.feature-card {
  background: #fff;
  border-radius: 14px;
  padding: 40px 30px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  /* softer shadow */
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: #1b63ff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Icon at the top */
.feature-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
  display: inline-block;
  background: linear-gradient(135deg, #f39c12, #1b63ff);
  /* brand gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* gradient icon effect */
}

/* Card Title */
.feature-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

/* Lists inside cards */
.feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-card ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #444;
}

.faq-section {
  background: linear-gradient(135deg, #fdfdfd 0%, #f9fbff 50%, #f0f6ff 100%);
  padding: 100px 0;
  /* subtle gradient flow */
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.section-title p {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px;
}

/* Accordion */
.faq-accordion .accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion-item {
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}

.accordion-title:hover {
  color: #1b63ff;
}

.accordion-title i {
  margin-right: 10px;
  font-size: 18px;
  color: #1b63ff;
  transition: transform 0.3s ease;
}

.accordion-title.active i {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  padding-bottom: 15px;
}

.accordion-content.show {
  display: block;
}

/*==================================
Security Area End
=================================*/
/*==================================
Services Area 
=================================*/
.services-area {
  background-color: #070b3b;
  position: relative;
}

.services-area .section-title h2 {
  max-width: 500px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

.services-area .section-title p {
  color: #ffffff;
  max-width: 760px;
}

.services-card {
  padding: 30px 20px 25px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.services-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #0071dc;
  border-radius: 272px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}

.services-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #0071dc;
  border-radius: 170px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}

.services-card i {
  color: #0071dc;
  font-size: 60px;
  line-height: 1;
  transition: 0.7s;
}

.services-card h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  transition: 0.7s;
}

.services-card h3 a {
  display: block;
  color: #252525;
  transition: 0.7s;
}

.services-card p {
  margin-bottom: 12px;
  transition: 0.7s;
}

.services-card .learn-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  transition: 0.7s;
}

.services-card .learn-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
  color: #252525;
  transition: 0.7s;
}

.services-card .learn-btn:hover {
  color: #ffffff;
}

.services-card .learn-btn:hover i {
  color: #ffffff;
}

.services-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 1;
}

.services-card:hover i {
  color: #ffffff;
}

.services-card:hover h3 a {
  color: #ffffff;
}

.services-card:hover p {
  color: #ffffff;
}

.services-card:hover .learn-btn {
  color: #ffffff;
}

.services-card:hover .learn-btn i {
  color: #ffffff;
}

.services-card-color-bg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 40px 30px 35px;
  border-radius: 15px;
}

.services-left {
  margin-bottom: 30px;
}

.services-left .section-title {
  margin-bottom: 20px;
}

.services-left .section-title p {
  padding-top: 17px;
}

.services-style-bg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.service-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.service-shape img {
  max-width: 400px;
}

.services-area-two {
  background-color: #070b3b;
  position: relative;
  z-index: 1;
}

.services-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/services/services-bg.png);
}

.services-area-two .section-title h2 {
  max-width: 500px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

.services-item {
  position: relative;
  margin-bottom: 80px;
  transition: 0.7s;
}

.services-item:hover {
  transform: translateY(-5px);
}

.services-item:hover .content h3 a {
  color: #ffc221;
}

.services-item a {
  display: block;
}

.services-item a img {
  border-radius: 5px;
}

.services-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 82%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px 20px 20px 100px;
  margin-bottom: 30px;
}

.services-item .content i {
  font-size: 60px;
  position: absolute;
  top: 17px;
  left: 20px;
  line-height: 1;
  color: #0071dc;
}

.services-item .content span {
  color: #0071dc;
}

.services-item .content h3 {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 0;
}

.services-item .content h3 a {
  color: #252525;
}

.services-area-three {
  background-color: #f8f8f8;
}

.services-area-three .section-title h2 {
  max-width: 390px;
  color: #252525;
  margin-left: auto;
  margin-right: auto;
}

.services-widget-area .section-title h2 {
  color: #252525;
}

.services-style-area .section-title h2 {
  max-width: 390px;
  color: #252525;
  margin-left: auto;
  margin-right: auto;
}

.services-style-area .section-title p {
  max-width: 600px;
}

.service-article .service-article-img {
  margin-bottom: 25px;
}

.service-article .service-article-img img {
  border-radius: 15px;
}

.service-article .service-article-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.service-article .service-article-content p {
  margin-bottom: 20px;
}

.service-article .service-article-content .service-article-list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

.service-article .service-article-content .service-article-list li {
  display: block;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 600;
  transition: 0.7s;
  padding-left: 35px;
  position: relative;
  transition: 0.5s;
}

.service-article .service-article-content .service-article-list li:hover {
  color: #0071dc;
}

.service-article .service-article-content .service-article-list li:hover i {
  color: #ffc221;
}

.service-article .service-article-content .service-article-list li:last-child {
  margin-bottom: 0;
}

.service-article .service-article-content .service-article-list li i {
  font-size: 26px;
  color: #0071dc;
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 5px;
  transition: 0.5s;
}

.service-article .service-article-another h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.service-article .service-article-another p {
  margin-bottom: 20px;
}

.service-article .service-article-another .service-article-another-img {
  margin-bottom: 25px;
  margin-top: 10px;
}

.service-article .service-article-another .service-article-another-img img {
  border-radius: 15px;
}

.service-article .service-work-process h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.service-article .service-work-process p {
  margin-bottom: 30px;
}

.service-article .work-process-card p {
  margin-bottom: 0;
}


/* Finance Section */
#finance {
  background: #f9fbfd;
  /* light background */
  padding: 80px 0;
}

#finance .service-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#finance .service-image img {
  max-width: 100%;
  /* responsive width */
  height: auto;
  /* keep aspect ratio */
  object-fit: cover;
  /* ensure full image shows */
  border-radius: 10px;
}


#finance .service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

#finance .service-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1c3d5a;
}

#finance .service-content p {
  color: #555;
  line-height: 1.6;
}

/* Feature Boxes */
#finance .feature-box {
  background: #f4f7fb;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

#finance .feature-box:hover {
  background: #e8f0fa;
  transform: translateY(-3px);
}

#finance .feature-box i {
  font-size: 28px;
  color: #007bff;
  margin-bottom: 8px;
  display: block;
}

#finance .feature-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1c3d5a;
}

#finance .feature-box p {
  font-size: 14px;
  color: #555;
}

/* Highlight Box */
#finance .highlight-box {
  background: #e6f7f1;
  border-left: 4px solid #00a86b;
  padding: 15px;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
}

/* Responsive */
@media (max-width: 991px) {
  #finance .service-image img {
    height: auto;
  }

  #finance .service-content {
    margin-top: 20px;
  }

  #finance .service-content h2 {
    font-size: 1.2rem;
  }

  .emi-section .section-title {
    font-size: 1.5rem;
  }

  .about-hero-content h2 {
    font-size: 1.5rem;
  }
}

.emi-section {
  background: #f8faff;
  /* padding: 100px 0; */
}

/* General images inside .emi-section */
.emi-section img {
  max-width: 100%;
  height: auto;
  display: block;
  /* removes inline gaps */
}

/* Tracking image container */
.emi-section .tracking-img {
  display: flex;
  justify-content: center;
  align-items: center;
  /* optional: vertical center if parent has height */
  width: 100%;
}

/* Tracking image itself */
.emi-section .tracking-img img {
  max-width: 100%;
  /* don�t exceed container */
  max-height: 400px;
  /* limit height */
  height: auto;
  /* keep aspect ratio */
}

.hero-img {
  max-height: 350px;
  object-fit: cover;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #070b3b;
}

.section-subtitle {
  max-width: 850px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
}

.features-grid {
  margin-top: 40px;
}

.feature-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.feature-box i {
  font-size: 32px;
  color: #0071dc;
  margin-bottom: 10px;
  display: block;
}

.feature-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.feature-box p {
  font-size: 14px;
  color: #555;
}

.feature-box:hover {
  background: #0071dc;
  color: #fff;
  transform: translateY(-5px);
}

.feature-box:hover i {
  color: #fff;
}

.highlight-box {
  background: #eef6ff;
  border-left: 4px solid #0071dc;
  padding: 20px;
  border-radius: 8px;
  font-size: 15px;
}

/* .benefits h3 {
  font-size: 26px;
  font-weight: 700;
  color: #070b3b;
}
.benefits p {
  font-size: 15px;
  color: #555;
} */

/* Section Styles */
.benefits-section {
  padding: 40px 20px;
  background: #f9fafb;
  font-family: Arial, sans-serif;
}

/* Container */
.benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Header */
.benefits-header h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.benefits-header h2 span {
  color: #3B82F6;
  /* blue accent */
}

.benefits-header p {
  margin-top: 8px;
  font-size: 16px;
  color: #555;
}

/* Grid */
.benefits-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

/* Cards */
.benefit-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Icons */
.benefit-card .icon {
  font-size: 32px;
  margin-bottom: 12px;
}

/* Card Heading */
.benefit-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111;
}

/* Card Text */
.benefit-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.enrollment-section {
  background: #fff;
  /* padding: 100px 0; */
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #070b3b;
}

.section-subtitle {
  max-width: 850px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
}

.timeline {
  position: relative;
  margin: 50px 0;
  padding-left: 30px;
  border-left: 3px solid #0071dc;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-icon {
  position: absolute;
  left: -22px;
  top: 0;
  background: #0071dc;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.timeline-content {
  padding-left: 20px;
}

.timeline-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #070b3b;
}

.timeline-content p {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

.highlight-box {
  background: #eef6ff;
  border-left: 4px solid #0071dc;
  padding: 20px;
  border-radius: 8px;
  font-size: 15px;
}



.notifications-section {
  background: #f9fbff;
  padding: 20px 0;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #070b3b;
}

.content-wrap p {
  color: #555;
  font-size: 15px;
}

.feature-list ul {
  list-style: none;
  padding: 0;
}

.feature-list li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.feature-list i {
  color: #0071dc;
  margin-right: 8px;
}

.highlight-box {
  background: #eef6ff;
  border-left: 4px solid #0071dc;
  padding: 15px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 20px;
}

.phone-mockup {
  position: relative;
  display: flex;
  max-width: 100%;
  height: 400px;
  margin-top: 20px;
}

.notif-card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  font-size: 13px;
  color: #333;
  width: 50%;
  text-align: left;
  animation: fadeSlide 5s infinite;
}

.notif-card:nth-child(2) {
  top: 40%;
}

.notif-card:nth-child(3) {
  top: 55%;
}

.notif-card:nth-child(4) {
  top: 80%;
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }

  20%,
  80% {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
}

/* Base (your given code) remains as is */

/* ========== Responsive Styles ========== */

/* Tablets (= 1024px) */
@media (max-width: 1024px) {
  .section-title {
    font-size: 28px;
    text-align: center;
  }

  .content-wrap p {
    font-size: 14px;
    text-align: center;
  }

  .feature-list li {
    font-size: 14px;
  }

  .phone-mockup {
    height: 350px;
  }

  .notif-card {
    width: 65%;
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* Mobiles (= 768px) */
@media (max-width: 768px) {
  .notifications-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .feature-list ul {
    padding-left: 0;
  }

  .feature-list li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .highlight-box {
    font-size: 13px;
    padding: 12px;
  }

  .phone-mockup {
    height: 300px;
    flex-direction: column;
    align-items: center;
  }

  .notif-card {
    width: 80%;
    font-size: 12px;
    text-align: center;
    padding: 8px 10px;
  }

  .img-container {
    margin-top: 20px;
  }

  .notif-card:nth-child(2) {
    top: 35%;
  }

  .notif-card:nth-child(3) {
    top: 55%;
  }

  .notif-card:nth-child(4) {
    top: 75%;
  }
}

/* Small Mobiles (= 480px) */
@media (max-width: 480px) {
  .section-title {
    font-size: 20px;
  }

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

  .feature-list li {
    font-size: 12px;
  }

  .phone-mockup {
    height: 250px;
  }

  .notif-card {
    width: 90%;
    font-size: 11px;
    padding: 6px 8px;
  }

  .about-content {
    padding-left: 14px;
  }

  .about-content .title {
    font-size: 20px;
  }

  .about-hero-content h2 {
    font-size: 20px;
  }

  .section-subtitle {
    text-align: justify;
    padding: 10px;
  }

  .notifications-section .content-wrap p {
    text-align: justify;
    padding: 10px;
  }

  .emi-section .benefits p {
    text-align: justify;
    padding: 10px;
  }
}

.benefits h3 {
  font-size: 26px;
  font-weight: 700;
  color: #070b3b;
}

.benefits p {
  font-size: 15px;
  color: #555;
}

.analytics-section {
  background: #fdfdfd;
  padding: 100px 0;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #070b3b;
}

.section-subtitle {
  max-width: 850px;
  margin: 0 auto;
  font-size: 15px;
  color: #555;
}

.kpi-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  transition: 0.3s;
}

.kpi-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0071dc;
}

.kpi-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.kpi-card:hover {
  background: #0071dc;
  color: #fff;
}

.kpi-card:hover h3,
.kpi-card:hover p {
  color: #fff;
}

.feature-grid {
  margin-top: 30px;
}

.feature-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.feature-box i {
  font-size: 40px;
  color: #0071dc;
  margin-bottom: 15px;
}

.feature-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.feature-box p {
  font-size: 14px;
  color: #555;
}

.feature-box:hover {
  background: #0071dc;
  color: #fff;
}

.feature-box:hover p,
.feature-box:hover h4 {
  color: #fff;
}

.feature-box:hover i {
  color: #fff;
}

.highlight-box {
  background: #eef6ff;
  border-left: 4px solid #0071dc;
  padding: 15px;
  border-radius: 6px;
  font-size: 14px;
}

.benefits h3 {
  font-size: 26px;
  font-weight: 700;
  color: #070b3b;
}

.benefits p {
  font-size: 15px;
  color: #555;
}


/*==================================
Services Area End
=================================*/
/*==================================
Work Area 
=================================*/
.ai-locker-work {
  padding: 50px 0;
  background: #f9f9f9;
}

.ai-locker-work .section-title h2 {
  font-size: 2rem;
  color: #4F46E5;
  margin-bottom: 20px;
}

.ai-locker-work .section-title p {
  font-size: 1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.ai-locker-work .ai-locker-image img {
  width: 100vw;
  height: auto;
  border-radius: 15px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  margin-top: 30px;
  object-fit: cover;
}

/* Section Wrapper */
.ai-locker-section {
  padding: 50px 10px;
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

/* Background Box */
.ai-locker-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px 0;
  background-image: url('../images/technology-img.jpg');
  /* Replace with your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay */
.ai-locker-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  /* dark overlay for text readability */
  z-index: 0;
}

/* Content */
.ai-locker-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Title */
.ai-locker-content .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.ai-locker-content .section-title span {
  display: block;
  font-weight: 600;
  color: #4F46E5;
  margin-bottom: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}

.ai-locker-content .section-title h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
}

.ai-locker-content .section-title p {
  font-size: 1rem;
  color: #e0e0e0;
  max-width: 700px;
  margin: 0 auto;
}

/* Cards Wrapper */
.ai-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

/* Individual Card */
.ai-card {
  flex: 1 1 280px;
  /* responsive width */
  max-width: 300px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  transition: transform 0.3s, background 0.3s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.ai-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

/* Card Icons */
.ai-card i {
  font-size: 40px;
  color: #4F46E5;
  margin-bottom: 15px;
}

/* Card Titles & Text */
.ai-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #fff;
}

.ai-card p {
  font-size: 0.95rem;
  color: #e0e0e0;
}

.default-btn {
  background: #4F46E5;
  color: #fff;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.default-btn:hover {
  background: #3730a3;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .ai-locker-content .section-title h2 {
    font-size: 2rem;
  }

  .ai-card {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .ai-locker-content .section-title h2 {
    font-size: 1.75rem;
  }

  .ai-card {
    padding: 20px;
  }
}

.work-process-area .section-title h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.work-process-area .section-title p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}

.work-process-left {
  background-color: #070b3b;
  padding: 148px 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.work-process-left::before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/shape/bg-shape.png);
}

.work-process-left .section-title {
  margin-bottom: 30px;
}

.work-process-left .section-title h2 {
  color: #ffffff;
}

.work-process-left .default-btn {
  margin: 0 auto;
}

.work-process-card {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.work-process-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 70px;
  height: 55px;
  background-color: #0071dc;
  border-radius: 0 0 0 270px;
  opacity: 0.1;
  transition: 0.7s;
}

.work-process-card i {
  font-size: 60px;
  color: #0071dc;
  line-height: 1.2;
}

.work-process-card h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.work-process-card p {
  margin-bottom: 0;
}

.work-process-card .number {
  font-size: 24px;
  color: #0071dc;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 15px;
}

.work-process-area-two {
  position: relative;
}

.work-shape {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.work-process-card-two {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 35px 23px;
  margin-bottom: 30px;
}

.work-process-card-two .number-title {
  font-size: 30px;
  color: #0071dc;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.work-process-card-two h3 {
  margin-bottom: 15px;
}

.work-process-card-two p {
  margin-bottom: 0;
}

.work-process-right {
  background-color: #070b3b;
  padding: 138px 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.work-process-right::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/shape/bg-shape2.png);
}

.work-process-right .section-title {
  margin-bottom: 30px;
}

.work-process-right .section-title h2 {
  color: #ffffff;
}

.work-process-right .default-btn {
  margin: 0 auto;
}

.work-process-card-three {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 35px 23px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.work-process-card-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 85px;
  height: 75px;
  background-color: #0071dc;
  border-radius: 0 0 0 100%;
  opacity: 0.1;
  transition: 0.7s;
}

.work-process-card-three .number-title {
  font-size: 30px;
  color: #0071dc;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.work-process-card-three h3 {
  margin-bottom: 15px;
}

.work-process-card-three p {
  margin-bottom: 0;
}

.work-process-card-three i {
  font-size: 30px;
  color: #0071dc;
  position: absolute;
  top: 7px;
  right: 15px;
}

/*==================================
Work Area End
=================================*/
.choose-area {
  background-color: #070b3b;
}

.choose-content {
  margin-bottom: 30px;
}

.choose-content .section-title h2 {
  max-width: 470px;
  color: #ffffff;
}

.choose-content .section-title p {
  color: #ffffff;
}

.choose-content .choose-content-card {
  margin-top: 15px;
}

.choose-content .choose-content-card .content {
  padding-top: 20px;
  position: relative;
  padding-left: 75px;
}

.choose-content .choose-content-card .content i {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 60px;
  color: #0071dc;
  line-height: 1;
}

.choose-content .choose-content-card .content h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #ffffff;
}

.choose-content .choose-content-card p {
  margin-top: 5px;
  margin-bottom: 0;
  color: #ffffff;
}

.choose-img {
  margin-bottom: 30px;
}

.choose-img img {
  border-radius: 15px;
}

.choose-content-two .section-title {
  margin-bottom: 25px;
}

.choose-content-two .section-title p {
  padding-top: 15px;
}

.choose-content-two .choose-content-card {
  position: relative;
  padding-left: 100px;
  margin-bottom: 25px;
}

.choose-content-two .choose-content-card i {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 35px;
  color: #ffffff;
  background-color: #0071dc;
  border-radius: 3px;
}

.choose-content-two .choose-content-card h3 {
  margin-bottom: 15px;
}

.choose-content-two .choose-content-card p {
  margin-bottom: 0;
  max-width: 315px;
}

.choose-img-two {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.choose-img-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-color: #070b3b;
}

/*==================================
Build Area 
=================================*/
.build-area {
  position: relative;
  z-index: 1;
}

.build-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #0071dc;
}

.build-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url(../images/build/build-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.build-area .default-btn {
  background-color: #ffffff;
  color: #0071dc;
}

.build-content .section-title span {
  color: #ffffff;
}

.build-content .section-title h2 {
  color: #ffffff;
}

.build-content.build-content-on-color .section-title span {
  color: #252525;
}

.build-content.build-content-on-color .section-title h2 {
  color: #252525;
}

.build-btn-area {
  float: right;
}

.build-play-img {
  position: relative;
  border-radius: 30px;
  margin-bottom: 30px;
}

.build-play-img img {
  border-radius: 30px;
}

.build-play-img .play-area-content {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: -1px;
  max-width: 470px;
  background-color: rgba(37, 37, 37, 0.2196078431);
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
  padding: 150px 80px 110px 40px;
}

.build-play-img .play-area-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 30px;
  width: 92.7%;
  height: 92.1%;
  background-color: #0071dc;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 70%;
}

.build-play-img .play-area-content span {
  color: #ffffff;
}

.build-play-img .play-area-content h2 {
  color: #ffffff;
  font-size: 35px;
  max-width: 300px;
  margin-bottom: 0;
}

.play-area {
  position: absolute;
  z-index: 1;
  bottom: 220px;
  left: 260px;
}

.play-area .play-on {
  width: 80px;
  height: 80px;
  color: #0071dc;
  background-color: #ffffff;
  text-align: center;
  font-size: 45px;
  line-height: 85px;
  border-radius: 50px;
  display: inline-block;
}

.play-area .play-on i {
  position: relative;
  left: 4px;
  top: 1px;
}

.play-area .play-on:hover {
  color: #ffffff;
  background-color: #ffc221;
}

.build-item {
  position: relative;
  margin-bottom: 80px;
}

.build-item a {
  display: block;
}

.build-item a img {
  border-radius: 5px;
}

.build-item .content {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}

.build-item .content h3 {
  margin-bottom: 5px;
}

.build-item .content h3 a {
  color: #252525;
  transition: 0.5s;
}

.build-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.build-item .content ul li {
  display: inline-block;
  margin-right: 15px;
  color: #444444;
  font-weight: 500;
  position: relative;
  font-size: 14px;
}

.build-item .content ul li a {
  color: #444444;
}

.build-item .content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -10px;
  width: 2px;
  height: 15px;
  background-color: #444444;
  transform: skew(-20deg);
}

.build-item .content ul li:last-child {
  margin-left: 0;
}

.build-item .content ul li:last-child::before {
  display: none;
}

.build-item .content ul li:hover a {
  color: #0071dc;
}

.build-item .content .more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #0071dc;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 5px;
  background-color: #e6f1fc;
  transition: 0.5s;
}

.build-item:hover .content h3 a {
  color: #ffc221;
}

.build-item:hover .more-btn {
  background-color: #0071dc;
  color: #ffffff;
}

.build-text {
  margin-bottom: 20px;
  margin-top: 30px;
}

.build-text p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 600;
}

.build-text.build-on-text p {
  color: #252525;
}

.play-btn-area {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 170px;
  text-align: center;
  margin-bottom: 30px;
}

.play-btn-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/build/build-play-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.play-btn-area .build-play {
  font-size: 35px;
  color: #ffffff;
  width: 100px;
  height: 100px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5294117647);
  border-radius: 50%;
  line-height: 105px;
  text-align: center;
  position: relative;
  transition: 0.7s;
  animation: pulse 3s ease-out infinite;
}

.play-btn-area .build-play i {
  position: relative;
  top: 1px;
  left: 3px;
}

.play-btn-area .build-play::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  right: 0;
  top: 15px;
  margin: 0 auto;
  z-index: -1;
  background-color: #0071dc;
  border-radius: 50%;
}

.play-btn-area .build-play:hover {
  border-radius: 0;
  transform: scale(1);
}

.play-btn-area .build-play:hover::before {
  border-radius: 0;
  animation: none;
}

.build-area-two {
  background-color: #f8f8f8;
}

/*==================================
Build Area End
=================================*/
.talk-area {
  background-image: url(../images/talk-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.talk-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.8;
}

.talk-content .section-title {
  margin-bottom: 30px;
}

.talk-content .section-title h2 {
  color: #ffffff;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.talk-area-two {
  background-image: url(../images/talk-bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.talk-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0071dc;
  opacity: 0.8;
}

.call-us-area {
  background-color: #070b3b;
  position: relative;
  z-index: 1;
}

.call-us-area::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-us/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.call-us-img {
  text-align: center;
  position: relative;
  z-index: 1;
}

.call-shape .shape1 {
  position: absolute;
  top: 30px;
  left: 30px;
}

.call-shape .shape2 {
  position: absolute;
  top: 30px;
  right: -35px;
}

.call-contact {
  padding: 50px 0;
}

.call-contact h3 {
  font-size: 22px;
  color: #ffc221;
  margin-bottom: 5px;
}

.call-contact .call-btn {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}

.call-contact .call-btn:hover {
  color: #ffc221;
}

.call-contact p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
}

/*==================================
Counter Area 
=================================*/
.counter-area {
  position: relative;
}

.counter-area .section-title h2 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.counter-area .section-title p {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.counter-content {
  margin-bottom: 30px;
  text-align: center;
}

.counter-content h1 {
  font-size: 170px;
  color: #252525;
  margin-bottom: 0;
  line-height: 1;
}

.counter-content h1 span {
  color: #0071dc;
  line-height: 1;
  position: relative;
  top: -6px;
}

.counter-content h3 {
  margin-bottom: 13px;
}

.counter-content p {
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.counter-another-content {
  margin-bottom: 25px;
  padding-left: 90px;
  position: relative;
}

.counter-another-content i {
  position: absolute;
  line-height: 1;
  font-size: 60px;
  top: 3px;
  left: 0;
  color: #0071dc;
}

.counter-another-content h3 {
  color: #252525;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 8px;
}

.counter-another-content span {
  font-size: 17px;
  color: #444444;
  margin-bottom: 0;
  font-weight: 600;
}

.counter-shape {
  display: none;
}

.counter-shape .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.counter-shape .shape1 img {
  max-width: 200px;
}

.counter-shape .shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.counter-shape .shape2 img {
  max-width: 200px;
}

/*==================================
Counter Area End
=================================*/

/*==================================
Technology Area 
=================================*/
.technology-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/technology-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.technology-area .section-title h2 {
  color: #ffffff;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.technology-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.8;
}

.technology-card {
  padding: 30px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}



.technology-card i {
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
}

.technology-card h3 {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 500;
}

.technology-area-two {
  background-color: #f8f8f8;
}

.technology-area-two .section-title h2 {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.technology-card-color {
  border-color: #0071dc;
}

.technology-card-color i {
  color: #0071dc;
}

.technology-card-color h3 {
  color: #252525;
}

.technology-area-three {
  position: relative;
  z-index: 1;
  background-color: #070b3b;
}

.technology-area-three .section-title {
  margin-bottom: 30px;
}

.technology-area-three .section-title h2 {
  color: #ffffff;
  max-width: 540px;
}

.technology-area-three .section-title p {
  color: #ffffff;
  margin-bottom: 20px;
  padding-top: 17px;
}

.technology-area-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/bg-shape3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
}

.technology-card-color2 i {
  color: #0071dc;
}

.technology-area-four {
  background-color: #f8f8f8;
}

.technology-area-four .section-title {
  margin-bottom: 30px;
}

.technology-area-four .section-title p {
  padding-top: 18px;
}

.technology-item {
  padding: 17px 17px 15px;
  border: 1px solid #0071dc;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}

.technology-item i {
  font-size: 35px;
  line-height: 1;
  color: #0071dc;
}

.technology-item h3 {
  color: #070b3b;
  margin-bottom: 0;
  margin-top: 17px;
  font-weight: 500;
  font-size: 18px;
}

.technology-play-area {
  padding: 200px 0;
  text-align: center;
  background-image: url(../images/technology-img2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.technology-play-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #070b3b;
  opacity: 0.5;
  border-radius: 10px;
}

.technology-play-area .play-btn i {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  text-align: center;
  background-color: #ffffff;
  color: #ffc221;
  border-radius: 50px;
  transition: 0.7s;
}

.technology-play-area .play-btn i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0.5px solid #ffffff;
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
}

.technology-play-area .play-btn:hover i {
  background-color: #ffc221;
  color: #ffffff;
}

.technology-play-area .play-btn:hover i::after {
  border-color: #ffc221;
}

/*==================================
Technology Area End
=================================*/
/*==================================
Brand Area 
=================================*/
.brand-area {
  position: relative;
}

.brand-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/brand-logo/brand-bg.png);
}

.brand-area-two {
  position: relative;
  background-color: #0071dc;
}

.brand-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/brand-logo/brand-bg.png);
}

.brand-item img {
  width: unset !important;
  text-align: center;
  margin: 0 auto;
}

.brand-item .brand-logo-two {
  display: none !important;
}

/*==================================
Brand Area End
=================================*/
/*==================================
Clients Area
=================================*/
/* .clients-area {
  position: relative;
  z-index: 1;
  background-color: #15163b;
}

.clients-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/clients-img/client-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clients-area .section-title h2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.clients-area .owl-nav {
  margin-top: 0;
}

.clients-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7%;
  font-size: 25px !important;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  line-height: 47px !important;
  background-color: transparent !important;
  color: #0071dc !important;
  border: 1px solid #0071dc !important;
}

.clients-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #0071dc !important;
}

.clients-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7%;
  color: #444444 !important;
  font-size: 25px !important;
  transition: 0.7s;
  width: 45px;
  height: 45px;
  line-height: 47px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #0071dc !important;
  border: 1px solid #0071dc !important;
}

.clients-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #0071dc !important;
}

.clients-area-two {
  background-color: #ffffff;
}

.clients-area-two .section-title h2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  color: #252525;
}

.clients-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  padding: 30px 40px 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.clients-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 10px;
}

.clients-content .content {
  padding-left: 110px;
  position: relative;
  margin-bottom: 30px;
}

.clients-content .content img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: unset !important;
  width: 85px !important;
  height: 85px !important;
}

.clients-content .content i {
  position: absolute;
  bottom: -10px;
  left: 60px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffc221;
  color: #ffffff;
  text-align: center;
}

.clients-content .content h3 {
  padding-top: 20px;
  margin-bottom: 0;
}

.clients-content .content span {
  margin-bottom: 0;
}

.clients-content p {
  margin-bottom: 0;
}

.client-circle .client-circle-1 {
  position: absolute;
  top: 10%;
  left: 0;
}

.client-circle .client-circle-2 {
  position: absolute;
  top: 40%;
  left: 3%;
}

.client-circle .client-circle-3 {
  position: absolute;
  top: 75%;
  left: 0%;
}

.client-circle .client-circle-4 {
  position: absolute;
  top: 10%;
  right: 20%;
}

.client-circle .client-circle-5 {
  position: absolute;
  top: 25%;
  right: 5%;
}

.client-circle .client-circle-6 {
  position: absolute;
  top: 70%;
  right: 0;
}

.client-circle .client-circle-7 {
  position: absolute;
  bottom: 5%;
  right: 35%;
} */

.circle {
  width: 40px;
  height: 40px;
  background-color: #0071dc;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  border: 13px solid #f6fbff;
}

/* .clients-content-color {
  background-color: #070b3b;
}

.clients-content-color::before {
  background-color: #070b3b;
}

.clients-content-color .content h3 {
  color: #ffffff;
}

.clients-content-color .content span {
  color: #ffffff;
}

.clients-content-color p {
  color: #ffffff;
}

.clients-area-three {
  background-color: #f4f4ff;
  position: relative;
  z-index: 1;
} */

/* .clients-area-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/shape/bg-shape5.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.clients-area-three .owl-nav {
  margin-top: 0;
  line-height: 0;
} */

/* .clients-area-three .owl-nav .owl-prev {
  position: absolute;
  bottom: 90px;
  left: 575px;
  font-size: 25px !important;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #0071dc !important;
  border: 1px solid #0071dc !important;
}

.clients-area-three .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #0071dc !important;
} */
/* 
.clients-area-three .owl-nav .owl-next {
  position: absolute;
  bottom: 90px;
  left: 620px;
  color: #444444 !important;
  font-size: 24px !important;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #0071dc !important;
  border: 1px solid #0071dc !important;
} */

/* .clients-area-three .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #0071dc !important;
}

.clients-slider-img {
  position: relative;
  z-index: 1;
  text-align: center;
} */
/* 
.clients-slider-img img {
  width: unset !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.clients-slider-img .clients-slider-circle {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -35px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  height: 90%;
  animation: border-transform 15s infinite ease-in-out;
  background-image: linear-gradient(#0071dc, #070b3b);
}

.clients-slider-content {
  margin-bottom: 90px;
} */
/* 
.clients-slider-content i {
  border-radius: 50px;
  width: 80px;
  height: 80px;
  line-height: 82px;
  font-size: 40px;
  background-color: #0071dc;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
} */

/* .clients-slider-content i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0.5px solid #0071dc;
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
} */

/* .clients-slider-content p {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
}

.clients-slider-content h3 {
  margin-bottom: 7px;
  color: #0071dc;
}

.clients-slider-content span {
  margin-bottom: 0;
  font-weight: 500;
} */

.owl-item.active .clients-slider-item .clients-slider-img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}

.owl-item.active .clients-slider-item .clients-slider-content i {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.1s;
}

.owl-item.active .clients-slider-item .clients-slider-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.5s;
}

.owl-item.active .clients-slider-item .clients-slider-content h3 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.7s;
}

.owl-item.active .clients-slider-item .clients-slider-content span {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.9s;
}

.search-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
}

.search-widget .search-form {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}

.search-widget .search-form .form-control {
  height: 50px;
  border: none;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  color: #252525;
  border-radius: 5px;
}

.search-widget .search-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}

.search-widget .search-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 45px;
  width: 45px;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: #0071dc;
  line-height: 57px;
  border-radius: 5px;
}

.search-widget .search-form button i {
  color: #ffffff;
  font-size: 24px;
}

.search-widget .search-form button:hover {
  background-color: #252525;
}

.side-bar-area {
  margin-left: 15px;
}

.side-bar-widget {
  background-color: #ffffff;
}

.side-bar-widget .title {
  font-size: 20px;
  color: #252525;
  padding: 0;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  background-color: transparent;
  width: 100%;
}

.side-bar-widget .side-bar-categories {
  margin-bottom: 15px;
}

.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-bar-widget .side-bar-categories ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
}

.side-bar-widget .side-bar-categories ul li .line-circle {
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #0071dc;
  border-radius: 50px;
}

.side-bar-widget .side-bar-categories ul li .line-circle::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background-color: #0071dc;
  border-radius: 50px;
}

.side-bar-widget .side-bar-categories ul li:last-child {
  border-bottom: none;
}

.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #444444;
  font-weight: normal;
  padding: 5px 0 5px 25px;
  font-weight: 600;
  position: relative;
  width: 100%;
}

.side-bar-widget .side-bar-categories ul li a span {
  right: 30px;
  position: absolute;
  top: 10px;
  color: #444444;
}

.side-bar-widget .side-bar-categories ul li a:hover {
  color: #0071dc;
}

.side-bar-widget .side-bar-categories ul li a:hover span {
  color: #0071dc;
}

.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E2E2E2;
}

.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #070b3b;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/blog/blog-details.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/blog/blog-img2.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/blog/blog-img3.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
  background-image: url(../images/blog/blog-img1.jpg);
}

.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
  padding: 0;
}

.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  max-width: 210px;
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #252525;
  margin-bottom: 5px;
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #0071dc;
}

.side-bar-widget .widget-popular-post .item .info p {
  font-size: 15px;
  margin-bottom: 0;
  max-width: 180px;
  color: #0071dc;
}

.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  margin: 5px;
  color: #ffffff;
}

.side-bar-widget .side-bar-widget-tag li a {
  color: #ffffff;
  padding: 7px 15px;
  background-color: #0071dc;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  transition: 0.7s;
}

.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
  background-color: #ffc221;
}

.side-bar-widget .blog-gallery {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.side-bar-widget .blog-gallery li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.side-bar-widget .blog-gallery li a {
  display: block;
  position: relative;
}

.side-bar-widget .blog-gallery li a img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.side-bar-widget .blog-gallery li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0071dc;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
}

.side-bar-widget .blog-gallery li a::after {
  content: "\ee93";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
  text-align: center;
  background-color: transparent;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  font-size: 35px;
  font-family: "boxicons";
  color: #ffffff;
}

.side-bar-widget .blog-gallery li a:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.side-bar-widget .blog-gallery li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.blog-style-card {
  margin-bottom: 30px;
}

.blog-style-card .blog-style-img {
  position: relative;
}

.blog-style-card .blog-style-img img {
  border-radius: 15px;
}

.blog-style-card .blog-style-img .blog-style-tag {
  background-color: #ffc221;
  padding: 15px 12px;
  position: absolute;
  bottom: -20px;
  right: 30px;
  border-radius: 3px;
  text-align: center;
}

.blog-style-card .blog-style-img .blog-style-tag h3 {
  font-size: 17px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}

.blog-style-card .blog-style-img .blog-style-tag span {
  font-size: 17px;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
}

.blog-style-card .content {
  padding: 30px 0 0;
}

.blog-style-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-style-card .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #252525;
  margin-right: 30px;
  position: relative;
  font-weight: 500;
}

.blog-style-card .content ul li:last-child {
  margin-right: 0;
}

.blog-style-card .content ul li i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #0071dc;
}

.blog-style-card .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-style-card .content h3 a {
  color: #252525;
  display: block;
}

.blog-style-card .content p {
  margin-bottom: 15px;
}

.blog-style-card .content .default-btn {
  padding: 8px 16px;
  font-size: 14px;
}

.blog-style-card:hover .content h3 a {
  color: #0071dc;
}

/*==================================
Blog Area End
=================================*/
/*=================================
Faq Area 
===================================*/
.faq-area .section-title p {
  max-width: 560px;
}

.faq-content {
  margin-bottom: 30px;
}

.faq-content .section-title {
  margin-bottom: 30px;
}

.faq-content .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}

.faq-content .section-title p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.faq-content .faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-content .faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.faq-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-content .faq-accordion .accordion .accordion-title {
  padding: 15px 60px 15px 20px;
  color: #252525;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.faq-content .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 25px;
  transition: 0.5s;
  font-size: 24px;
  width: 30px;
  height: 30px;
  color: #0071dc;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #0071dc;
}

.faq-content .faq-accordion .accordion .accordion-title.active i::before {
  content: "\eb8b";
}

.faq-content .faq-accordion .accordion .accordion-title.active i .accordion-content p {
  margin-top: -5px;
}

.faq-content .faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.faq-content .faq-accordion .accordion .accordion-content p {
  margin-top: -6px;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 3px;
}

.faq-content .faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*=================================
Faq Area End
===================================*/
.user-img {
  margin-bottom: 30px;
}

.user-form .contact-form {
  max-width: 640px;
}

.user-form .contact-form .agree-label .forget {
  position: absolute;
  right: 0;
}

.user-form .contact-form .default-btn {
  width: unset;
}

.user-form .contact-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.user-form .contact-form .account-desc a {
  color: #0071dc;
}

.user-form .contact-form .account-desc a:hover {
  color: #ffc221;
}

/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #0071dc;
  background-color: transparent;
  border: 1px solid #0071dc;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 5px;
}

.pagination-area .page-numbers:hover {
  background-color: #0071dc;
  color: #ffffff;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  background-color: #0071dc;
  color: #ffffff;
}

/*==============================
Pagination Area End
=================================*/
.terms-conditions-img {
  margin-bottom: 30px;
}

.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 24px;
  color: #252525;
  margin-bottom: 15px;
}

.single-content p {
  margin-bottom: 15px;
}

/*=================================
Contact Area 
====================================*/
.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form h2 {
  color: #252525;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form .form-group label {
  color: #252525;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

.contact-form .form-group label span {
  color: #0071dc;
}

.contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}

.contact-form .form-group.checkbox-option p a {
  color: #0071dc;
}

.contact-form .form-group.checkbox-option p a:hover {
  color: #ffc221;
}

.contact-form .form-group .form-control {
  height: 50px;
  color: #252525;
  border: 1px solid #0071dc;
  background-color: #ffffff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #252525;
  box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}

.contact-form .agree-label #chb1 {
  position: absolute;
  top: 5px;
  left: 0;
}

.contact-form .agree-label label {
  font-weight: 500;
  color: #252525;
  margin-left: 25px;
}

.contact-form .agree-label label a {
  color: #0071dc;
}

.contact-form .agree-label label a:hover {
  color: #ffc221;
}

.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-form .default-btn {
  border: 0;
  outline: none;
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
  color: #444444;
}

.contact-card {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  border-radius: 15px;
}

.contact-card i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  font-size: 24px;
  color: #0071dc;
  border-radius: 50px;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
}

.contact-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #252525;
}

.contact-card span {
  color: #444444;
  font-weight: 500;
  font-size: 17px;
  display: block;
}

.contact-card span a {
  color: #444444;
  display: block;
}

.contact-card span a:hover {
  color: #0071dc;
}

.contact-info {
  margin-bottom: 30px;
  background-color: #070b3b;
  padding: 52px 35px 22px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.contact-info::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-us/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-info span {
  color: #ffc221;
  display: block;
  margin-bottom: 5px;
}

.contact-info h2 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 15px;
}

.contact-info p {
  color: #ffffff;
  margin-bottom: 20px;
}

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

.contact-info ul li {
  display: block;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}

.contact-info ul li .content i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #ffffff;
  font-size: 20px;
  color: #0071dc;
  border-radius: 50px;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-info ul li .content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
  display: block;
}

.contact-info ul li .content a {
  color: #ffffff;
  display: block;
  font-weight: 400;
  font-size: 15px;
}

.contact-info ul li .content a:hover {
  color: #0071dc;
}

.contact-info ul li .content span {
  color: #ffffff;
  font-weight: 400;
  display: block;
  font-size: 15px;
}

/*=================================
Contact Area End
====================================*/
/*=================================
404 Error Area
===================================*/
.error-area {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
}

.error-area .error-content {
  text-align: center;
  position: relative;
}

.error-area .error-content img {
  max-width: 100%;
}

.error-area .error-content h3 {
  margin-bottom: 20px;
  position: relative;
  color: #252525;
  font-size: 35px;
}

.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #444444;
}

/*=================================
404 Error Area End
===================================*/

/*=================================
Map Area 
====================================*/
.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/*=================================
Map Area End
====================================*/
.footer-bg {
  background-color: #070b3b;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 20px;
  position: relative;
  top: -5px;
  left: 0;
  /* removed center shift */
  width: 100px;
  height: auto;
  mix-blend-mode: screen;
}

.footer-widget h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 1.2;
}

.footer-widget p {
  margin-bottom: 20px;
  color: #ffffff;
  max-width: 300px;
}

.footer-widget .footer-call-content {
  background-color: #ffffff;
  padding: 20px 80px 20px 20px;
  border-radius: 15px;
  position: relative;
  max-width: 345px;
}

.footer-widget .footer-call-content:hover i {
  background-color: #0071dc;
  color: #ffffff;
}

.footer-widget .footer-call-content h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
  color: #252525;
}

.footer-widget .footer-call-content span a {
  color: #252525;
  font-weight: 600;
}

.footer-widget .footer-call-content span a:hover {
  color: #0071dc;
}

.footer-widget .footer-call-content i {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 35px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #e5f3ff;
  color: #0071dc;
  border-radius: 50px;
  transition: 0.7s;
}

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

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  color: #ffffff;
  font-weight: 400;
}

.footer-widget .footer-list li a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.footer-widget .footer-list li a:hover {
  color: #ffc221;
}

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

.footer-widget .footer-blog li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.footer-widget .footer-blog li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-blog li p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-widget .newsletter-area .newsletter-form {
  position: relative;
  max-width: 270px;
  border-radius: 5px;
}

.footer-widget .newsletter-area .newsletter-form .form-control {
  background-color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 5px;
  border: 0;
  padding: 0 45px 0 15px;
  max-width: 100%;
  color: #252525;
  font-weight: 400;
}

.footer-widget .newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.footer-widget .newsletter-area .newsletter-form .subscribe-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #0071dc;
  color: #ffffff;
  height: 45px;
  line-height: 50px;
  width: 45px;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  transition: 0.5s;
}

.footer-widget .newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #252525;
  color: #ffffff;
}

.footer-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 15px;
}

.footer-social div:first-child a {
  margin-right: 15px;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}

.footer-social div:first-child a:hover {
  color: #ffcc00;
  transform: scale(1.1);
}

.footer-social div:last-child p {
  margin: 0 0 0 15px;
  display: inline-block;
}

.footer-social div:last-child p a {
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-social div:last-child p a:hover {
  color: #4f46e5;
  text-decoration: underline;
}

/* ? Responsive Fixes */

/* Tablet (up to 1024px) */


.copy-right-area {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 113, 220, 0.38);
}

.copy-right-text {
  text-align: center;
}

.copy-right-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.copy-right-text p a {
  color: #ffc221;
  border-bottom: 1px solid #ffc221;
}

.copy-right-text p a:hover {
  color: #0071dc;
  border-color: #0071dc;
}



/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 60%;
  right: 5%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #0071dc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 48px;
  z-index: 100;
  transition: 0.5s;
}

.go-top i {
  transition: 0.5s;
}

.go-top:hover {
  background-color: #ffc221;
}

.go-top.active {
  top: 95%;
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Go Top Area End
====================================*/
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 15px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}

/*==================================
Preloader CSS 
=====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #070b3b;
}

.spinner {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 100px auto;
  animation: rotate-in 1.2s infinite ease-in-out;
}

/*==================================
Preloader CSS End
=====================================*/
/*==================================
Home Page Six Css
=====================================*/
.top-header-right .top-header-social-bg ul li {
  margin-right: 5px;
}

.top-header-right .top-header-social-bg ul li:last-child {
  margin-right: 0;
}

.top-header-right .top-header-social-bg ul li a {
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  background-color: #ffffff;
  color: #0071dc;
  transition: 0.7s;
}

.top-header-right .top-header-social-bg ul li a:hover {
  background-color: #0071dc;
  color: #ffffff;
}

.banner-six {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/home-six.jpg);
  overflow: hidden;
}

.banner-six::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(7, 11, 59, 0.3803921569), #070b3b);
}

.banner-six-content {
  padding-top: 130px;
  padding-bottom: 120px;
  max-width: 560px;
  margin-left: auto;
}

.banner-six-content h1 {
  font-size: 55px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}

.banner-six-content p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  max-width: 660px;
  margin-bottom: 35px;
}

.banner-six-shape {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.banner-six-shape img {
  height: 620px;
}

.work-process-rightside {
  margin-bottom: 25px;
}

.work-process-rightside .section-title {
  margin-bottom: 20px;
}

.about-img-5 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.about-img-5::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -45px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 110%;
  height: 70%;
  animation: border-transform 15s infinite ease-in-out;
  background-image: linear-gradient(#0071dc, #070b3b);
}

.services-card-color-bg2 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 15px 15px 20px;
  border-radius: 15px;
  background-color: #ffffff;
}

.technology-area-five {
  position: relative;
  z-index: 1;
  background-color: #15163b;
}

.technology-area-five::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/clients-img/client-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.technology-area-five .section-title h2 {
  color: #ffffff;
  max-width: 550px;
  margin: 0 auto;
}

.team-item {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 40px;
}

.team-item .content {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  width: 90%;
  margin: 0 auto;
  right: 0;
  background-color: #0071dc;
  padding: 20px 25px;
  text-align: center;
  transition: 0.9s;
}

.team-item .content h3 {
  margin-bottom: 0;
  color: #ffffff;
}

.team-item .content span {
  color: #ffffff;
}

.team-item .content .social-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  list-style: none;
  width: 5px;
  background-color: #ffc221;
  transition: 0.7s;
}

.team-item .content .social-link li {
  display: block;
  margin-bottom: 0;
}

.team-item .content .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  transform: translateX(-40px);
  opacity: 0;
  transition: 0.7s;
}

.team-item .content .social-link li:hover a {
  background-color: #ffffff;
  color: #0071dc;
}

.team-item:hover .content .social-link {
  width: 40px;
}

.team-item:hover .content .social-link li a {
  transform: translateX(0px);
  opacity: 1;
}

.top-header-right {
  float: right;
}

.footer-widget .social-link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-widget .social-link ul li {
  display: inline-block;
  top: 1px;
  position: relative;
  margin-right: 5px;
}

.footer-widget .social-link ul li:last-child {
  margin-right: 0;
}

.footer-widget .social-link ul li a {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  color: #0071dc;
  transition: 0.7s;
  font-size: 18px;
}

.footer-widget .social-link ul li a:hover {
  background-color: #0071dc;
  color: #ffffff;
}

.footer-widget .footer-contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-contact-list li {
  display: block;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.footer-widget .footer-contact-list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #ffc221;
  line-height: normal;
}

.footer-widget .footer-contact-list li .content a {
  color: #ffffff;
  transition: 0.7s;
}

.footer-widget .footer-contact-list li .content a:hover {
  color: #ffc221;
}

.footer-bg2 {
  background-color: #0c243b;
  position: relative;
  z-index: 1;
}

.footer-bg2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/shape/bg-shape5.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
}

/*==================================
Home Page Six Css End
=====================================*/
@keyframes rotate-in {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }

  14% {
    border-radius: 50% 20% 50% 30%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

/* Base hidden state */
/* ? Stop horizontal scroll globally */
html,
body {
  overflow-x: hidden;
}

/* Base hidden state */
.scroll-hidden {
  will-change: transform, opacity;
}

/* When visible */
.scroll-show {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s ease-out;
}

/* Variations (safe for mobile) */
.scroll-fade-up.scroll-show {
  transform: translateY(0);
}

.scroll-fade-left {
  transform: translateX(-20px);
  /* ? smaller shift */
}

.scroll-fade-left.scroll-show {
  transform: translateX(0);
}

.scroll-fade-right {
  transform: translateX(0px);
  /* ? smaller shift */
}

.scroll-fade-right.scroll-show {
  transform: translateX(0);
}

.scroll-scale {
  transform: scale(0.95);
  /* ? less extreme */
}

.scroll-scale.scroll-show {
  transform: scale(1);
}

.scroll-rotate {
  transform: rotate(-3deg);
  /* ? small tilt */
}

.scroll-rotate.scroll-show {
  transform: rotate(0deg);
}

/* Stagger effect (safe) */
.stagger>* {
  opacity: 0;
  transform: translateY(20px);
  /* ? reduced */
}

.stagger.show>* {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-out;
}

.stagger.show>*:nth-child(1) {
  transition-delay: 0.1s;
}

.stagger.show>*:nth-child(2) {
  transition-delay: 0.3s;
}

.stagger.show>*:nth-child(3) {
  transition-delay: 0.5s;
}

.stagger.show>*:nth-child(4) {
  transition-delay: 0.7s;
}

.stagger.show>*:nth-child(5) {
  transition-delay: 0.8s;
}

.stagger.show>*:nth-child(6) {
  transition-delay: 0.9s;
}


/* ========== ?? MOBILE (max-width: 480px) ========== */
@media (max-width: 480px) {

  /* Hero Section */
  .hero-section {
    padding: 4rem 1rem 2.5rem;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .hero-description {
    font-size: 0.95rem;
  }

  .hero-tagline {
    font-size: 1rem;
  }

  .hero-image-container {
    max-width: 260px;
  }

  /* Footer */
  .footer-social div:last-child p,
  .footer-social div:first-child a {
    margin: 0 0 0 50px;
    display: inline-block;
  }

  /* SMF Section */
  .smf-card {
    padding: 20px;
  }

  .smf-card h3 {
    font-size: 1.3rem;
  }

  .smf-card i {
    font-size: 2rem;
  }

  .smf-area {
    padding: 20px 10px;
  }
}

/* ========== ?? TABLET (max-width: 768px) ========== */
@media (max-width: 768px) {

  /* Hero Section */
  .contact-form-area {
    margin-top: 30px;

  }

  .about-section {
    margin-top: 30px;
  }

  .alocker-macos {
    margin-top: 50px;
  }

  .terms-section {
    margin-top: 50px;

  }

  .privacy-policy-area {
    margin-top: 50px;

  }

  .hero-section {
    padding: 4.5rem 1.5rem 3rem;
  }

  /* Footer */
  .footer-social {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-widget {
    text-align: left;
  }

  .footer-social div:last-child p,
  .footer-social div:first-child a {
    margin: 0 0 0 50px;
    display: inline-block;
  }

  /* Technology Cards */
  .technology-card {
    margin-right: -25px;
    margin-left: -10px;
  }

  /* Stats */
  .stats {
    flex-direction: column;
    text-align: center;
  }

  .stat:not(:last-child)::after {
    display: none;
  }

  .video-wrapper .video-bg {
    height: 40%;
  }

  /* SMF Section */
  .smf-cards {
    grid-template-columns: 1fr;
  }

  .smf-content .section-title h2 {
    font-size: 1.8rem;
  }

  .smf-content .section-title p {
    font-size: 1rem;
  }

  .smf-area {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
  }
}

/* ========== ?? LAPTOP / MEDIUM DEVICES (max-width: 1024px) ========== */
@media (max-width: 1024px) {

  /* Hero Section */
  .hero-section {
    padding: 5rem 2rem 3rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-image-container {
    max-width: 350px;
  }

  /* Footer */
  .footer-widget.pl-5 {
    padding-left: 15px !important;
  }

  .footer-widget .footer-logo {
    left: 0;
  }

  .footer-widget .footer-blog li p {
    max-width: 100%;
  }

  /* Technology Cards */
  .technology-card {
    margin-right: 0;
    margin-left: 0;
  }

  /* Stats */
  .stats {
    gap: 1.5rem;
  }

  .stat h1 {
    font-size: 2rem;
  }

  /* SMF Section */
  row.smf-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .smf-area {
    padding: 40px 10px;
  }
}

/* ========== ??? DESKTOP (min-width: 1025px) ========== */
@media (min-width: 1025px) {
  .hero-section {
    padding: 4rem 2rem;
  }

  .hero-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hero-text {
    text-align: left;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .hero-description {
    font-size: 1.125rem;
  }

  .hero-tagline {
    font-size: 1.25rem;
  }

  .hero-image-container {
    max-width: 400px;
  }
}

.video-wrappers {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: visible;
  padding: 0 1rem; /* small side padding for mobile */
}

/* Main video frame */
.video-wrappers video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 10px solid #000;
  border-bottom: none;
  display: block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  z-index: 2;
  background-color: #000;
  box-sizing: border-box;
  max-height: 80vh; /* prevents overflow on smaller screens */
}

/* Decorative gradient background */
.video-wrappers .video-bg {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 60%;
  background: linear-gradient(135deg, #4F46E5, #3B82F6);
  border-radius: 20px;
  z-index: 1;
  opacity: 0.9;
  transition: all 0.4s ease;
}

/* ? Hover glow effect for modern UI */
.video-wrappers:hover .video-bg {
  transform: translateX(-50%) scale(1.03);
  filter: brightness(1.1);
  opacity: 1;
}

/* ? Responsive Tweaks */
@media (max-width: 768px) {
  .video-wrappers {
    max-width: 100%;
    padding: 0;
  }

  .video-wrappers video {
    border-width: 6px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .video-wrappers .video-bg {
    width: 115%;
    height: 55%;
    bottom: -15px;
  }
}

@media (max-width: 480px) {
  .video-wrappers video {
    border-width: 4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .video-wrappers .video-bg {
    width: 120%;
    height: 50%;
    bottom: -10px;
  }
}
