@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@400;600;700&display=swap");

/*------------------------------------------------------------------
[Master Stylesheet]
-------------------------------------------------------------------
Project:        Finity - Landing Page Template
Version:        1.0
Last change:    11/08/2020
Primary use:    Landing Page
-------------------------------------------------------------------*/
/*********** CSS TABLE OF CONTENTS *******************

|--- 01.Component -> { Header }
|--- 01.Component -> { Menu }
|--- 01.Component -> { Button }
|--- 01.Component -> { Form }
|--- 01.Component -> { Pricings }
|--- 01.Component -> { Slider }
|--- 03.Theme Utility -> { Image Group }
|--- 03.Theme Utility -> { Background }
|--- 03.Theme Utility -> { Hovers }
|--- 03.Theme Utility -> { Sizes }
|--- 03.Theme Utility -> { Typograpy }
|--- THEME CUSTOM STYLES

******************************************************/
/*=== Media Query ===*/
body[data-theme="dark"],
.dark-bg,
.dark-mode-texts {
  --bg: #19191b;
  --bg-1: #1e1e20;
  --bg-2: #1e1e20;
  --bg-3: #1e1e20;
  --bg-4: #1e1e20;
  --bg-5: #1e1e20;
  --bg-6: #1e1e20;
  --color-headings: #fff;
  --color-texts: rgba(255, 255, 255, 0.8);
  --color-texts-2: rgba(255, 255, 255, 0.8);
  --border-color: #313d55;
  --border-color-2: rgba(255, 255, 255, 0.07);
  --border-color-3: rgba(255, 255, 255, 0.07);
  --border-color-4: rgba(255, 255, 255, 0.07);
  --border-color-5: rgba(255, 255, 255, 0.07);
}

body[data-theme="light"],
.light-bg,
.light-mode-texts {
  --bg: #fff;
  --bg-1: #e9f7fe;
  --bg-2: #f5fafd;
  --bg-3: #f7f8fa;
  --bg-4: #f8fafe;
  --bg-5: #f8fbff;
  --bg-6: #f7f9fc;
  --color-headings: #1d293f;
  --color-texts: #7c8087;
  --color-texts-2: #3b4656;
  --border-color: #e2e4e8;
  --border-color-2: #d2e4ed;
  --border-color-3: #eceff4;
  --border-color-4: #3b4656;
  --border-color-5: #1d293f;
}

body {
  --bg: #fff;
  --bg-1: #e9f7fe;
  --bg-2: #f5fafd;
  --bg-3: #f7f8fa;
  --bg-4: #f8fafe;
  --bg-5: #f8fbff;
  --bg-6: #f7f9fc;
  --color-headings: #1d293f;
  --color-texts: #7c8087;
  --color-texts-2: #3b4656;
  --border-color: #e2e4e8;
  --border-color-2: #d2e4ed;
  --border-color-3: #eceff4;
  --border-color-4: #3b4656;
  --border-color-5: #1d293f;
}

.default-logo,
.default-shape {
  display: block;
}

.light-version-logo,
.light-shape {
  display: none;
}

.dark-version-logo,
.dark-shape {
  display: none;
}

.light-version-logo.default-logo {
  display: block;
}

.dark-version-logo.default-logo {
  display: block;
}

body[data-theme="dark"] .dark-version-logo,
body[data-theme="dark"] .dark-shape,
.dark-mode-texts .dark-version-logo,
.dark-mode-texts .dark-shape {
  display: block;
}

body[data-theme="dark"] .light-version-logo,
.dark-mode-texts .light-version-logo {
  display: none;
}

body[data-theme="dark"] .light-version-logo.default-logo,
.dark-mode-texts .light-version-logo.default-logo {
  display: none;
}

body[data-theme="dark"] .light-shape,
.dark-mode-texts .light-shape {
  display: none;
}

body[data-theme="dark"] .light-shape.default-shape,
.dark-mode-texts .light-shape.default-shape {
  display: none;
}

body[data-theme="dark"] .light-mode-texts .light-version-logo,
body[data-theme="dark"] .light-mode-texts .light-shape,
.dark-mode-texts .light-mode-texts .light-version-logo,
.dark-mode-texts .light-mode-texts .light-shape {
  display: block;
}

body[data-theme="dark"] .light-mode-texts .dark-version-logo,
.dark-mode-texts .light-mode-texts .dark-version-logo {
  display: none;
}

body[data-theme="dark"] .light-mode-texts .dark-version-logo.default-logo,
.dark-mode-texts .light-mode-texts .dark-version-logo.default-logo {
  display: none;
}

body[data-theme="dark"] .light-mode-texts .dark-shape,
.dark-mode-texts .light-mode-texts .dark-shape {
  display: none;
}

body[data-theme="dark"] .light-mode-texts .dark-shape.default-shape,
.dark-mode-texts .light-mode-texts .dark-shape.default-shape {
  display: none;
}

body[data-theme="light"] .light-version-logo,
body[data-theme="light"] .light-shape,
.light-mode-texts .light-version-logo,
.light-mode-texts .light-shape {
  display: block;
}

body[data-theme="light"] .dark-version-logo,
.light-mode-texts .dark-version-logo {
  display: none;
}

body[data-theme="light"] .dark-version-logo.default-logo,
.light-mode-texts .dark-version-logo.default-logo {
  display: none;
}

body[data-theme="light"] .dark-shape,
.light-mode-texts .dark-shape {
  display: none;
}

body[data-theme="light"] .dark-shape.default-shape,
.light-mode-texts .dark-shape.default-shape {
  display: none;
}

body[data-theme="light"] .dark-mode-texts .dark-version-logo,
body[data-theme="light"] .dark-mode-texts .dark-shape,
.light-mode-texts .dark-mode-texts .dark-version-logo,
.light-mode-texts .dark-mode-texts .dark-shape {
  display: block;
}

body[data-theme="light"] .dark-mode-texts .light-version-logo,
.light-mode-texts .dark-mode-texts .light-version-logo {
  display: none;
}

body[data-theme="light"] .dark-mode-texts .light-version-logo.default-logo,
.light-mode-texts .dark-mode-texts .light-version-logo.default-logo {
  display: none;
}

body[data-theme="light"] .dark-mode-texts .light-shape,
.light-mode-texts .dark-mode-texts .light-shape {
  display: none;
}

body[data-theme="light"] .dark-mode-texts .light-shape.default-shape,
.light-mode-texts .dark-mode-texts .light-shape.default-shape {
  display: none;
}

.bg-default {
  background: var(--bg);
}

.bg-default-1 {
  background: var(--bg-1);
}

.bg-default-2 {
  background: var(--bg-2);
}

.bg-default-3 {
  background: var(--bg-3);
}

.bg-default-4 {
  background: var(--bg-4);
}

.bg-default-5 {
  background: var(--bg-5);
}

.bg-default-6 {
  background: var(--bg-6);
}

.text-default-color {
  color: var(--color-texts);
}

.text-default-color-2 {
  color: var(--color-texts-2);
}

.heading-default-color {
  color: var(--color-headings);
}

.border-default-color {
  border-color: var(--border-color);
}

.border-default-color-2 {
  border-color: var(--border-color-2) !important;
}

.border-default-color-3 {
  border-color: var(--border-color-3) !important;
}

@media (min-width: 992px) {
  .dark-mode-texts--desktops {
    --bg: #19191b;
    --bg-1: #1e1e20;
    --bg-2: #1e1e20;
    --bg-3: #1e1e20;
    --bg-4: #1e1e20;
    --bg-5: #1e1e20;
    --bg-6: #1e1e20;
    --color-headings: #fff;
    --color-texts: rgba(255, 255, 255, 0.8);
    --color-texts-2: rgba(255, 255, 255, 0.8);
    --border-color: #313d55;
    --border-color-2: rgba(255, 255, 255, 0.07);
    --border-color-3: rgba(255, 255, 255, 0.07);
    --border-color-4: rgba(255, 255, 255, 0.07);
    --border-color-5: rgba(255, 255, 255, 0.07);
  }
}

/* ---------------------------
  01.Component -> { Header } 
------------------------------*/
@media (min-width: 992px) {
  .header-btn {
    margin-left: 10px;
  }
}

.header-btn a {
  display: none;
}

@media (min-width: 360px) {
  .header-btn a {
    display: inline-flex;
    min-height: 35px;
    min-width: 120px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 400px) {
  .header-btn a {
    min-height: 45px;
    min-width: 141px;
    font-size: 15px;
  }
}

@media (min-width: 576px) {
  .header-btn a {
    min-height: 45px;
  }
}

.header-btns .btn {
  min-width: 124px;
  height: 45px;
  font-size: 13px;
  letter-spacing: 0.26px;
}

.header-btn-devider {
  position: relative;
  z-index: 1;
}

.header-btn-devider:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 1px;
  background: var(--border-color-3);
}

@media (min-width: 992px) {
  .header-btn-devider:before {
    content: "";
  }
}

.header-btn-devider.devider-pos-top:before {
  top: 0px;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  border: none;
  background: transparent;
  font-weight: 700;
}

.btn-close i {
  color: #353638;
}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: 0.4s;
  }

  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }

  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

@media (min-width: 992px) {
  .site-header--menu-center .navbar-nav-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .gr-megamenu-dropdown {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .nav-item.dropdown:hover>.gr-megamenu-dropdown.center {
    transform: translateX(0%) translateY(-10px);
    left: 0%;
  }
}

.site-header--menu-left .navbar-nav-wrapper .navbar-nav {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .navbar-nav-wrapper {
    width: 100%;
  }
}

.site-header--menu-right .navbar-nav-wrapper {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header--menu-right>.container-fluid .gr-megamenu-dropdown {
    left: 100%;
    transform: translateX(-100%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-right>.container-fluid .nav-item.dropdown:hover>.gr-megamenu-dropdown.center {
    transform: translateX(-100%) translateY(-10px);
    left: 100%;
  }
}

.site-header--menu-logo-middle {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 992px) {
  .site-header--menu-logo-middle .navbar-collapse {
    order: 1;
    flex: 0 0 45%;
  }
}

@media (min-width: 992px) {
  .site-header--menu-logo-middle .brand-logo {
    order: 2;
    flex: 0 0 10%;
    text-align: left;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .site-header--menu-logo-middle .header-btn {
    text-align: right;
    order: 3;
    flex: 0 0 45%;
  }
}

.single-div+.single-div:after {
  position: absolute;
  left: 0;
  top: 62px;
  bottom: 62px;
  width: 1px;
  content: "";
  background: red;
}

.single-div:after {
  position: absolute;
  right: 0;
  top: 62px;
  bottom: 62px;
  width: 1px;
  content: "";
  background: red;
}

.single-div:last-child:after {
  background: transparent;
}

.header-cart {
  position: relative;
  font-size: 20px;
  color: var(--color-texts);
  margin-left: auto;
  margin-right: 15px;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .header-cart {
    margin-left: 10px;
  }
}

.header-cart span {
  height: 20px;
  width: 20px;
  font-size: 12px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: green;
  color: #fff;
}

.dynamic-sticky-bg.reveal-header {
  background: var(--bg);
}

.dark-cloud-sticky-bg.reveal-header {
  background: #1d293f;
}

.sticky-bg-white.reveal-header {
  background: #fff;
}

.sticky-bg-white.reveal-header {
  background: indigo;
}

.sticky-bg-white.reveal-header {
  background: #fff;
}

.notification-block {
  position: relative;
}

.notification-block .count {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -4px;
  margin-right: -5px;
}

.show-gr-dropdown .gr-menu-dropdown {
  top: 110%;
}

.show-gr-dropdown .gr-menu-dropdown.dropdown-right {
  right: 0;
  left: auto;
}

.show-gr-dropdown .gr-menu-dropdown.dropdown-left {
  left: 0;
  right: auto;
}

.show-gr-dropdown:hover .gr-menu-dropdown,
.show-gr-dropdown.show .gr-menu-dropdown {
  opacity: 1;
  top: 95%;
  pointer-events: visible;
}

/* ---------------------------
  01.Component -> { Menu } 
------------------------------*/
/* .main-menu { */
/* ----------------------
  Custom toggle arrow 
------------------------*/
/* } */

@media (min-width: 992px) {
  .main-menu {
    display: flex;
    justify-content: flex-end;
  }
}

.main-menu .gr-toggle-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu .gr-toggle-arrow:after {
  display: none;
}

.main-menu .gr-toggle-arrow i {
  font-size: 24px;
  width: auto;
  line-height: 1;
  height: auto;
  font-weight: 900;
  margin-left: 5px;
  transition: 0.4s;
}

.main-menu .gr-toggle-arrow:hover i {
  transform: rotate(-180deg);
}

.main-menu>li>.nav-link {
  color: var(--color-headings) !important;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
}

@media (min-width: 992px) {
  .main-menu>li>.nav-link {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
}

.main-menu>li>.nav-link:hover:before {
  transform: scaleX(1);
}

@media (min-width: 992px) {
  .main-menu>li>.nav-link.gr-toggle-arrow {
    padding-right: 30px !important;
  }

  .main-menu>li>.nav-link.gr-toggle-arrow:before {
    width: calc(100% - 8px);
  }

  .main-menu>li>.nav-link.gr-toggle-arrow i {
    position: absolute;
    right: -2px;
  }
}

.main-menu>li.active>.nav-link:before {
  transform: scaleX(1);
}

.main-menu>li:hover>.gr-toggle-arrow i {
  transform: rotate(-180deg);
}

/*----- Dropdown styles
-------------------------*/
.gr-menu-dropdown {
  background-color: transparent;
}

@media (min-width: 992px) {
  .gr-menu-dropdown {
    position: absolute;
    min-width: 227px;
    max-width: 227px;
    box-shadow: 0 52px 54px rgba(65, 62, 101, 0.3);
    border-radius: 8px;
    border: 1px solid var(--border-color-3);
    padding: 15px 0px;
    top: 100%;
    z-index: -99;
    opacity: 0;
    transition: opacity 0.4s, top 0.4s;
    pointer-events: none;
    left: 0;
    right: auto;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--border-color-3);
    background-color: #fff;
    display: block;
    border-top: 3px solid #22b0fc;
  }
}

.gr-menu-dropdown>.drop-menu-item {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .gr-menu-dropdown>.drop-menu-item {
    padding-right: 30px;
  }
}

.gr-menu-dropdown>.drop-menu-item>a {
  color: inherit;
}

@media (min-width: 992px) {
  .gr-menu-dropdown>.drop-menu-item>a {
    transition: 0.4s;
  }
}

.gr-menu-dropdown>.drop-menu-item:hover>a {
  color: #22b0fc;
}

.gr-menu-dropdown>.drop-menu-item>.gr-menu-dropdown {
  border-top-color: green;
}

@media (min-width: 992px) {
  .gr-menu-dropdown>.drop-menu-item>.gr-menu-dropdown {
    top: 10px;
    left: auto;
    right: 0;
    opacity: 0;
    transform: translateX(110%);
    transition: 0.4s;
    pointer-events: none;
    will-change: transform;
  }
}

@media (min-width: 380px) {
  .gr-menu-dropdown>.drop-menu-item>.gr-menu-dropdown>.drop-menu-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .gr-menu-dropdown>.drop-menu-item>.gr-menu-dropdown>.drop-menu-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.gr-menu-dropdown.dropdown-right {
  left: auto;
  right: -90%;
}

@media (min-width: 992px) {
  .gr-menu-dropdown.dropdown-left {
    left: 0 !important;
    right: auto !important;
    transform: translateX(-110%) !important;
  }
}

/*----- Dropdown hover activation related styles
-------------------------------------------------*/
@media (min-width: 992px) {
  .nav-item.dropdown {
    position: relative;
    z-index: 99;
  }
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover>.gr-menu-dropdown {
    top: 90%;
    opacity: 1;
    pointer-events: visible;
  }
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover>.gr-megamenu-dropdown.center {
    transform: translateX(-50%) translateY(-10px);
    z-index: 99;
    opacity: 1;
    pointer-events: visible;
  }
}

@media (min-width: 992px) {

  .nav-item.dropdown:hover>.gr-megamenu-dropdown-2,
  .nav-item.dropdown:hover.triangle-shape:after,
  .nav-item.dropdown:hover.triangle-shape:before {
    transform: translateX(-50%) translateY(-10px);
    z-index: 99;
    opacity: 1;
    pointer-events: visible;
  }
}

.drop-menu-item.dropdown {
  position: relative;
}

.drop-menu-item.dropdown>.gr-toggle-arrow i {
  transform: rotate(-90deg);
}

@media (min-width: 992px) {
  .drop-menu-item.dropdown:hover>.gr-menu-dropdown {
    top: 10px;
    opacity: 1;
    pointer-events: visible;
    transform: translateX(100%);
  }

  .drop-menu-item.dropdown:hover>.gr-menu-dropdown.dropdown-left {
    transform: translateX(-100%) !important;
  }
}

/*-----Mega Dropdown styles
-------------------------*/
.nav-item.dropdown.dropdown-mega {
  z-index: 1;
}

@media (min-width: 992px) {
  .nav-item.dropdown.dropdown-mega {
    position: static;
  }
}

.gr-megamenu-dropdown {
  background-color: transparent;
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown {
    background-color: #fff;
  }
}

.gr-megamenu-dropdown .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown {
    border: 0;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown {
    padding: 15px;
    min-width: 925px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s opacity, 0.4s transform;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
  }
}

@media (min-width: 1200px) {
  .gr-megamenu-dropdown {
    min-width: 1100px;
  }
}

.gr-megamenu-dropdown .single-dropdown-block .mega-drop-menu-item {
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
}

.gr-megamenu-dropdown .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.4s;
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown .mega-drop-menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gr-megamenu-dropdown .mega-drop-menu-item:hover {
    color: #22b0fc !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .gr-megamenu-dropdown [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown-2 {
    border: 0;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown-2 {
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    padding: 25px;
    min-width: 956px;
    left: 50%;
    will-change: transform;
    top: 100%;
    transform: translateX(-50%) translateY(10px);
    z-index: -99;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s opacity, 0.4s transform;
    box-shadow: 0 52px 54px rgba(65, 62, 101, 0.3);
    border: 1px solid #e7e9ed;
  }
}

@media (min-width: 1200px) {
  .gr-megamenu-dropdown-2 {
    min-width: 1100px;
  }
}

.gr-megamenu-dropdown-2 .single-dropdown-block .mega-drop-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block !important;
}

.gr-megamenu-dropdown-2 .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 15px;
  font-weight: 700;
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown-2 .mega-drop-menu-item {
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown-2 .mega-drop-menu-item {
    padding-left: 20px;
    padding-right: 25px;
    border-radius: 11px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .gr-megamenu-dropdown-2 .mega-drop-menu-item:hover {
    background: #f4f7fa;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown-2 .mega-drop-menu-item:hover {
    color: #22b0fc !important;
  }
}

.gr-megamenu-dropdown-2 .mega-drop-menu-item .single-menu-title {
  margin-bottom: 3px;
}

.gr-megamenu-dropdown-2 .mega-drop-menu-item p {
  margin-bottom: 0;
  font-weight: normal;
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown-2 [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .gr-megamenu-dropdown-2 [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

.dropdown-mega.triangle-shape {
  position: relative;
}

.dropdown-mega.triangle-shape:before {
  position: absolute;
  bottom: -7px;
  right: -2px;
  border: 15px solid;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%) translateY(10px);
  z-index: 100 !important;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none !important;
}

@media (min-width: 992px) {
  .dropdown-mega.triangle-shape:before {
    content: "";
  }
}

.dropdown-mega.triangle-shape:after {
  position: absolute;
  bottom: -4px;
  right: 0;
  border: 14px solid;
  border-color: transparent transparent #e7e9ed transparent;
  transform: translateX(-50%) translateY(10px);
  z-index: 99 !important;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none !important;
}

@media (min-width: 992px) {
  .dropdown-mega.triangle-shape:after {
    content: "";
  }
}

@media (min-width: 992px) {
  .offcanvas-active.navbar-expand-lg .btn-close-off-canvas {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse {
    display: block;
    position: fixed;
    top: 0;
    background: var(--bg);
    left: -100%;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    transition: left 0.4s;
    z-index: 999999;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    padding-top: 50px;
    width: 250px;
    overflow-y: auto;
  }
}

@media (min-width: 320px) and (max-width: 992px) and (min-width: 380px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse {
    width: 300px;
  }
}

@media (min-width: 320px) and (max-width: 992px) and (min-width: 576px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse {
    width: 350px;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse.show {
    left: 0%;
  }

  .offcanvas-active.navbar-expand-lg .navbar-collapse.show~.btn-close-off-canvas .icon-burger {
    display: block;
  }

  .offcanvas-active.navbar-expand-lg .navbar-collapse.collapsing {
    transition: height 0s;
    height: 100%;
  }

  .offcanvas-active.navbar-expand-lg .navbar-collapse::-webkit-scrollbar {
    width: 8px;
  }

  .offcanvas-active.navbar-expand-lg .navbar-collapse::-webkit-scrollbar-track {
    background: #fff;
  }

  .offcanvas-active.navbar-expand-lg .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #22b0fc;
    outline: 1px solid slategrey;
  }

  .offcanvas-active.navbar-expand-lg .btn-close-off-canvas .icon-burger {
    display: block;
  }

  .offcanvas-active.navbar-expand-lg .main-menu>li {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--border-color-3);
  }

  .offcanvas-active.navbar-expand-lg .main-menu>li>.nav-link {
    padding-bottom: 13px;
    padding-top: 13px;
  }

  .offcanvas-active.navbar-expand-lg .main-menu>li .gr-menu-dropdown {
    border: 0;
    border-radius: 0;
    min-width: auto;
    padding: 0;
  }

  .offcanvas-active.navbar-expand-lg .main-menu>li .gr-menu-dropdown>li {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
  }

  .offcanvas-active.navbar-expand-lg .main-menu>li .gr-menu-dropdown>li a {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .offcanvas-active.navbar-expand-lg .main-menu>li:last-child {
    border-bottom-color: transparent;
  }

  .offcanvas-active.navbar-expand-lg .main-menu li i {
    margin-left: 8px;
    position: relative;
    top: 3px;
  }

  .offcanvas-active.navbar-expand-lg .main-menu li:hover>a {
    color: #22b0fc;
  }

  .offcanvas-active.navbar-expand-lg .main-menu a {
    display: flex;
  }
}

.navbar-toggler {
  color: var(--color-texts) !important;
  border-color: var(--color-texts) !important;
}

.hamburger-icon {
  border-radius: 5px;
  border-width: 2px;
  padding: 3px 10px;
}

.hamburger-icon .hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 2px 0px 0px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger-icon .hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
}

.hamburger-icon .hamburger .hamburger-box .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms !important;
  position: absolute;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--color-texts);
  top: 50%;
  display: block;
  margin-top: -2px;
  width: 20px;
  height: 3px;
}

.hamburger-icon .hamburger .hamburger-box .hamburger-inner:before {
  top: -6px;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger-icon .hamburger .hamburger-box .hamburger-inner:after {
  bottom: -6px;
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-icon .hamburger .hamburger-box .hamburger-inner:after,
.hamburger-icon .hamburger .hamburger-box .hamburger-inner:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 4px;
  background-color: var(--color-texts);
}

.hamburger-icon[aria-expanded="true"] .hamburger .hamburger-box .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger-icon[aria-expanded="true"] .hamburger .hamburger-box .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s !important;
  opacity: 0;
}

.hamburger-icon[aria-expanded="true"] .hamburger .hamburger-box .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger-icon:focus {
  outline: none;
  box-shadow: none;
}

.offcanvas-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  border: none;
  background: transparent;
  font-weight: 700;
}

.offcanvas-btn-close i {
  color: var(--color-texts) !important;
}

.gr-cross-icon {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms !important;
  position: absolute;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--color-texts);
  top: 50%;
  display: block;
  margin-top: -2px;
  height: 0;
  width: 0;
  left: 50%;
  transform: translateX(-6.5px) rotate(45deg);
}

.gr-cross-icon:before {
  top: 0;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.gr-cross-icon:after {
  bottom: -3px;
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: rotate(-90deg);
}

.gr-cross-icon:after,
.gr-cross-icon:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 4px;
  background-color: var(--color-texts);
}

/* ---------------------------
  01.Component -> { Button } 
------------------------------*/
.btn {
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  height: 65px;
  min-width: 193px;
  line-height: 28px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-sm {
  min-width: 125px;
  height: 45px;
}

.btn.btn-sm-2 {
  min-width: 131px;
  height: 60px;
  font-size: 16px;
}

.btn.btn-medium {
  min-width: 158px;
  height: 45px;
  font-size: 13px;
}

.btn.btn-lg {
  min-width: 172px;
  height: 50px;
  border-radius: 5px;
}

.btn.btn-xl {
  min-width: 180px;
  height: 60px;
  border-radius: 5px;
}

.btn.header-btn {
  min-width: 191px;
  height: 55px;
}

.btn.btn-2 {
  min-width: 217px;
  height: 55px;
}

.btn.btn-3 {
  min-width: 200px;
  height: 55px;
}

.btn.header-btn-2 {
  width: 170px;
  height: 45px !important;
  font-size: 13px;
  padding: 0;
}

.btn.with-icon i {
  margin-left: -5px;
  margin-right: 3px;
  font-size: 16px;
  margin-top: 2px;
}

.btn-reset {
  background: transparent;
  border: 0;
}

.btn-link {
  color: #8c97ac;
  font-size: 16px;
  font-weight: 500;
}

.btn-link-with-underline {
  text-decoration: underline;
}

[data-theme="dark"] .btn-outline-dark-cloud.darkmode-btn,
.dark-mode-texts .btn-outline-dark-cloud.darkmode-btn {
  border: 1px solid #fff;
  color: #fff;
}

[data-theme="dark"] .btn-outline-dark-cloud.darkmode-btn:hover,
.dark-mode-texts .btn-outline-dark-cloud.darkmode-btn:hover {
  background-color: #fff;
  color: #1d293f;
}

/* ---------------------------
  01.Component -> { Form } 
------------------------------*/
.check-input-control {
  margin-bottom: 20px;
}

.check-input-control input:checked~.checkbox {
  background: #0f53fa !important;
  border-color: #0f53fa;
}

.check-input-control input:checked~.checkbox::after {
  border-color: #0f53fa;
  background-color: #0f53fa;
  content: "\eab2";
  font-family: "Grayic";
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
  font-weight: 700;
}

.check-input-control .checkbox {
  position: relative;
  line-height: 1;
  min-width: 19px;
  max-width: 19px;
  min-height: 19px;
  max-height: 19px;
  border-radius: 3px;
  border: 1px solid #e2e4e8;
  display: inline-block;
  cursor: pointer;
}

.check-input-control .checkbox:after {
  content: "";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #e2e4e8;
  background-color: #ffffff;
}

.focus-reset:focus {
  box-shadow: none;
  outline: none;
}

/* @media (min-width: 992px) {
  .search-form-one .filter-search-form-2 {
    height: 107px;
  }
} */

@media (min-width: 992px) {
  .search-form-one .form-control {
    margin-left: 13px;
  }
}

.search-form-one .form-icon {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .search-form-one .form-icon {
    left: 6%;
  }
}

.search-form-one .border-top-dotted {
  border-left: 2px dotted #e2e4e8;
}

@media (min-width: 480px) {
  .search-form-one .border-top-dotted {
    border-left: none;
  }
}

@media (min-width: 992px) {
  .search-form-one .hero-search-select {
    padding-left: 20px;
    margin-right: 15px;
  }
}

.search-form-one .hero-search-select .current {
  font-size: 16px;
  font-weight: 400;
  padding-left: 50px;
  margin-left: -20px;
  margin-top: 4px;
}

@media (min-width: 480px) {
  .search-form-one .hero-search-select .current {
    border-left: 3px dotted #e2e4e8;
  }
}

.search-form-one .hero-search-select .form-icon {
  left: 20px;
}

@media (min-width: 992px) {
  .search-form-one .hero-search-select .form-icon {
    left: 10px;
  }
}

.search-form-one .hero-search-select .list {
  width: 100%;
  border-radius: 5px;
  margin-top: 12px;
  height: 200px;
  overflow: auto;
}

.search-form-one .hero-search-select .list li {
  padding: 5px 25px;
  transition-duration: 0.4s;
}

.search-form-one .hero-search-select .list li:hover {
  background-color: #22b0fc;
  color: #fff;
}

.search-form-one .hero-search-select::after {
  margin-right: 20px;
  width: 10px;
  height: 10px;
  border-color: #1d293f;
}

.search-form-one .btn-hero-btn {
  border-radius: 5px;
}

@media (min-width: 992px) {
  .search-form-one .btn-hero-btn {
    min-width: 288px;
    /* height: 107px; */
  }
}

.subscribe-inline-form {
  position: relative;
}

.subscribe-inline-form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 0;
}

@media (min-width: 480px) {
  .subscribe-inline-form .form-group {
    min-height: 107px;
  }
}

.subscribe-inline-form .form-group label {
  margin-bottom: 0 !important;
  margin-left: 17px;
}

.subscribe-inline-form .form-group label i {
  margin-left: 20px;
  margin-top: 6px;
  font-size: 21px;
}

.subscribe-inline-form .form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  border: none;
  color: #8c97ac;
}

@media (min-width: 480px) {
  .subscribe-inline-form .form-control {
    padding-right: 105px;
    min-height: 107px;
  }
}

.subscribe-inline-form .form-group {
  min-height: 65px;
}

.subscribe-inline-form button {
  background: #22b0fc;
  font-weight: 500;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
}

@media (min-width: 480px) {
  .subscribe-inline-form button {
    margin-top: 0;
    min-height: 107px;
    min-width: 160px;
    position: absolute;
    top: 0px;
    right: 0;
    width: inherit;
  }
}

.subscribe-inline-form-2 {
  position: relative;
}

.subscribe-inline-form-2 .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 0;
}

@media (min-width: 480px) {
  .subscribe-inline-form-2 .form-group {
    min-height: 73px;
  }
}

.subscribe-inline-form-2 .form-group label {
  margin-bottom: 0 !important;
}

.subscribe-inline-form-2 .form-group label i {
  margin-left: 20px;
  margin-top: 6px;
  font-size: 21px;
  font-weight: 700;
  color: #8c97ac;
}

.subscribe-inline-form-2 .form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  border: none;
  min-height: 63px;
  color: #8c97ac;
}

@media (min-width: 480px) {
  .subscribe-inline-form-2 .form-control {
    padding-right: 105px;
    min-height: 73px;
  }
}

.subscribe-inline-form-2 button {
  font-weight: 500;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
  min-height: 63px !important;
}

@media (min-width: 480px) {
  .subscribe-inline-form-2 button {
    min-width: 160px;
    position: absolute;
    top: 4px;
    right: 4px;
    width: inherit;
    border-radius: 5px;
  }
}

.newsletter-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
}

.newsletter-3 .form-group {
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 5px;
}

.newsletter-3 .form-group label {
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 3px;
}

.newsletter-3 .form-group label i {
  font-weight: 700;
  color: #8c97ac;
}

.newsletter-3 .form-group input {
  border: none;
  padding-left: 18px;
  color: #8c97ac;
}

.newsletter-3 button {
  min-width: 107px !important;
  height: 55px !important;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .top-contact-info .border-md-right {
    border-right: 1px solid #eceff4;
  }
}

.contact textarea {
  min-height: 222px;
}

.text-placeholder-bali-gray::-moz-placeholder {
  color: #8c97ac;
}

.text-placeholder-bali-gray:-ms-input-placeholder {
  color: #8c97ac;
}

.text-placeholder-bali-gray::placeholder {
  color: #8c97ac;
}

/* ---------------------------
  01.Component -> { pricings } 
------------------------------*/
[data-pricing-dynamic][data-value-active="yearly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-yearly);
}

[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] {
  background: #22b0fc;
}

[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] span {
  left: calc(100% - 33px);
}

[data-pricing-dynamic][data-value-active="monthly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-monthly);
}

.dynamic-value:before {
  display: inline-block;
  content: attr(data-active);
}

.static-value:before {
  display: inline-block;
  content: attr(data-active);
}

.btn-toggle {
  width: 72px;
  height: 33px;
  border-radius: 17px;
  background-color: #eae9f2 !important;
  position: relative;
  margin: 0 15px;
  border: 3px solid #ffd166;
}

.btn-toggle span {
  width: 21px;
  height: 21px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: 6px;
  transition: 0.4s;
  border-radius: 500px;
  pointer-events: none;
}

.btn-toggle[data-value-active="yearly"] {
  background-color: #ffd166 !important;
}

.btn-toggle[data-value-active="yearly"] span {
  left: calc(100% - 25px) !important;
}

.btn-toggle-square {
  height: 55px;
  display: inline-flex;
  align-items: center;
  position: relative;
  align-items: center;
  z-index: 1;
  padding-top: 1.5px;
  padding-bottom: 2px;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

@media (min-width: 768px) {
  .btn-toggle-square {
    padding-top: 2.2px;
  }
}

.btn-toggle-square span {
  min-width: 100px;
  min-height: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
}

.btn-toggle-square span:first-child {
  border-radius: 10px 0 0 10px;
}

.btn-toggle-square span:nth-child(2) {
  border-radius: 0px 10px 10px 0;
}

.btn-toggle-square span.active {
  color: #000;
  background: transparent;
}

@media (min-width: 576px) {
  .btn-toggle-square span {
    min-width: 160px;
  }
}

/* ---------------------------
  01.Component -> { slider } 
------------------------------*/
.slick-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

/* ========== Homepage 1 ========== */
.l1-category-slider .slick-arrow {
  border: 1px solid #22b0fc;
  color: #22b0fc;
  background: transparent;
  border-radius: 50%;
  min-width: 53px;
  max-width: 53px;
  min-height: 53px;
  max-height: 53px;
  margin: 0 5px;
  font-size: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-duration: 500ms;
}

@media (min-width: 768px) {
  .l1-category-slider .slick-arrow {
    top: -130px;
    right: 210px;
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .l1-category-slider .slick-arrow {
    top: -180px;
  }
}

.l1-category-slider .slick-arrow:focus {
  box-shadow: none;
  outline: none;
}

.l1-category-slider .slick-arrow:hover {
  background: #22b0fc;
  color: #fff;
  display: inline-flex;
  box-shadow: 0 32px 84px rgba(14, 86, 124, 0.17);
}

.l1-category-slider .slick-arrow .slick-next {
  right: 55%;
}

@media (min-width: 768px) {
  .l1-category-slider .slick-arrow .slick-next {
    right: 280px;
  }
}

/* ========== Homepage 2 ========== */
@media (min-width: 992px) {
  .testimonial-one {
    width: 140%;
  }
}

.testimonial-one .slick-dots {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  justify-content: center;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .testimonial-one .slick-dots {
    margin-top: 60px;
    justify-content: left;
  }
}

.testimonial-one .slick-dots li {
  background-color: #e2e4e8;
  width: 33px;
  height: 4px;
  border-radius: 5px;
  margin: 5px;
  transition: 0.4s;
}

.testimonial-one .slick-dots li:focus {
  outline: none;
  box-shadow: none;
}

.testimonial-one .slick-dots li.slick-active {
  background-color: #258aff;
}

.testimonial-one .slick-dots li button {
  background-color: transparent;
  border: none;
  color: transparent;
}

.testimonial-one .slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}

.testimonial-one-button button {
  background-color: transparent;
  border: none;
  font-size: 24px;
  transition: 0.4s;
  color: #e2e4e8;
}

.testimonial-one-button button:focus {
  outline: none;
  box-shadow: none;
}

.testimonial-one-button button:hover {
  color: #258aff;
}

/* ========== Homepage 3 ========== */
.l3-feature-slider .single-feature {
  opacity: 0.3;
  transition: 0.4s;
}

@media (min-width: 768px) {
  .l3-feature-slider .single-feature {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .l3-feature-slider .single-feature {
    opacity: 0.3;
  }
}

.l3-feature-slider .single-feature.slick-active {
  opacity: 1;
}

/* ========== Homepage 4 ========== */
@media (min-width: 1200px) {
  .l4-tab-slider .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 0 auto;
  }
}

.l4-tab-slider .single-tab {
  transition-duration: 0.4s;
  border-bottom: 2px solid transparent;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 75px;
  padding: 0;
  opacity: 0.3;
  transition-duration: 0.4s;
  cursor: pointer;
}

.l4-tab-slider .single-tab:hover {
  border-bottom: 2px solid #22b0fc;
}

.l4-tab-slider .single-tab img {
  margin: 0 auto;
  max-width: 129px;
}

.l4-tab-slider .single-tab.slick-current {
  opacity: 1 !important;
}

/* ========== Homepage 5 ========== */
.l5-slider-dots .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
}

.l5-slider-dots .single-img {
  padding: 0;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.4s;
}

.l5-slider-dots .single-img:focus {
  outline: none;
  box-shadow: none;
}

.l5-slider-dots .single-img img {
  margin: 0 auto;
  padding: 0;
}

.l5-slider-dots .single-img.slick-current {
  filter: grayscale(0);
  opacity: 1;
}

/* ========== Homepage 6 ========== */
.screenshot-slider-wrapper {
  position: relative;
  margin-top: 20px;
}

.screenshots-dots .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenshots-dots .slick-dots li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 4.5px;
}

.screenshots-dots .slick-dots li button {
  border: none;
  list-style: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f7f9fc;
  color: transparent;
  opacity: 0.2;
}

.screenshots-dots .slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}

.screenshots-dots .slick-dots li.slick-active {
  background-color: #ffd166 !important;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.screenshot-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  min-height: 720px !important;
  max-height: 720px !important;
}

@media (min-width: 690px) {
  .screenshot-image {
    width: 283px;
    min-height: 720px !important;
    max-height: 720px !important;
    margin-bottom: 18.5px;
  }
}

@media (min-width: 690px) {
  .screenshot-image img {
    width: 100%;
    border-radius: 20px;
  }
}

.phone-bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  display: none;
}

@media (min-width: 690px) {
  .phone-bg-img {
    display: block;
    transform: translate(-50%, -50%);
  }
}

.screenshot-slider .slick-list {
  margin: 0 -23.5px;
}

.screenshot-slider .slick-slide {
  opacity: 0.5;
  transition: 0.4s;
}

.screenshot-slider .slick-center {
  opacity: 1;
  border-radius: 40px;
  max-height: 720px !important;
  transform: scale(1.1);
  min-height: 690px;
}

.screenshot-slider .slick-center img {
  border-radius: 40px;
}

.l6-testimonial .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}

.l6-testimonial .slick-dots li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 4.5px;
}

.l6-testimonial .slick-dots li button {
  border: none;
  list-style: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #1d293f;
  color: transparent;
  opacity: 0.2;
}

[data-theme="dark"] .l6-testimonial .slick-dots li button,
.dark-mode-texts .l6-testimonial .slick-dots li button {
  background-color: #f7f9fc;
}

.l6-testimonial .slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}

.l6-testimonial .slick-dots li.slick-active {
  background-color: #6a26da;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

[data-theme="dark"] .l6-testimonial .slick-dots li.slick-active,
.dark-mode-texts .l6-testimonial .slick-dots li.slick-active {
  background-color: #6a26da;
  opacity: 1;
}

/* ---------------------------
  03.Theme Utility -> { Image Group } 
------------------------------*/
/* ========== Homepage 1 ========== */
.l1-content-image-group-1 {
  position: relative;
  margin-right: 74px;
}

.l1-content-image-group-1 .abs-img-1 {
  position: absolute;
  left: 0px !important;
  top: -33px;
  z-index: -1;
  width: 33%;
}

@media (min-width: 480px) {
  .l1-content-image-group-1 .abs-img-1 {
    left: -25px !important;
  }
}

@media (min-width: 992px) {
  .l1-content-image-group-1 .abs-img-1 {
    left: -30px !important;
  }
}

@media (min-width: 1200px) {
  .l1-content-image-group-1 .abs-img-1 {
    left: -50px !important;
  }
}

.l1-content-image-group-1 .l1-content-card-1 {
  position: absolute;
  width: 363px;
  bottom: 30%;
  right: 0;
  z-index: 1;
  transform: scale(0.6) !important;
  margin-right: -100px;
}

@media (min-width: 480px) {
  .l1-content-image-group-1 .l1-content-card-1 {
    transform: scale(0.7) !important;
  }
}

@media (min-width: 768px) {
  .l1-content-image-group-1 .l1-content-card-1 {
    margin-right: -74px;
    transform: scale(0.8) !important;
  }
}

@media (min-width: 1200px) {
  .l1-content-image-group-1 .l1-content-card-1 {
    transform: scale(1) !important;
  }
}

.l1-content-image-group-1 .l1-content-card-1 .abs-card-icon {
  position: absolute;
  right: -5%;
  top: -10%;
}

.l1-content-image-group-1 .abs-content {
  z-index: 2;
}

.l1-content-image-group-1 .abs-content .border-bottom-dotted {
  border-bottom: 3px dotted #e2e4e8;
}

.l1-content-image-group-1 .abs-content:after {
  content: "";
  position: absolute;
  background-image: url("../image/home-1/png/rectangle.png");
  left: 0;
  bottom: -35px;
  width: 100%;
  height: 45px;
  border-left: 363px solid #fff;
  border-top: 0 solid transparent;
  border-bottom: 30px solid transparent;
  z-index: 0;
}

.footer-yellow-shape-img {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-70%, 50%) scale(0.5);
}

@media (min-width: 1600px) {
  .footer-yellow-shape-img {
    transform: translate(-70%, 50%) scale(1);
  }
}

/* ========== Homepage 2 ========== */
.l2-hero-image-group {
  position: relative;
  height: 320px;
  transform: translateX(30%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .l2-hero-image-group {
    transform: translateX(-20%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group {
    transform: translateX(50%);
    height: 480px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1366px) {
  .l2-hero-image-group {
    margin-left: 150px;
  }
}

.l2-hero-image-group .img-1 {
  z-index: -1;
  transform: scale(0.6) translateX(50%);
}

@media (min-width: 576px) {
  .l2-hero-image-group .img-1 {
    transform: scale(0.6) translateX(30%);
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-1 {
    transform: scale(1) translateX(15%);
    position: relative;
    top: 15%;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-1 {
    transform: scale(1) translateX(15%);
    top: 5%;
  }
}

.l2-hero-image-group .img-2 {
  position: absolute;
  z-index: 1;
  bottom: -25px;
  right: 85px;
  transform: scale(0.5);
}

@media (min-width: 768px) {
  .l2-hero-image-group .img-2 {
    transform: scale(0.6);
    bottom: -5%;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-2 {
    transform: scale(0.7);
    bottom: 25%;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-2 {
    transform: scale(1);
    bottom: 12%;
  }
}

.l2-hero-image-group .img-3 {
  position: absolute;
  transform: scale(0.6);
  right: 30px;
  top: 0;
}

@media (min-width: 320px) {
  .l2-hero-image-group .img-3 {
    right: 25%;
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-3 {
    transform: scale(0.7);
    right: auto !important;
    left: -50%;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-3 {
    transform: scale(1);
    left: -70%;
  }
}

.l2-hero-image-group .img-4 {
  position: absolute;
  transform: scale(0.6);
  top: 5%;
  right: -35%;
  z-index: 1;
}

@media (min-width: 480px) {
  .l2-hero-image-group .img-4 {
    right: -150px;
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-4 {
    transform: scale(0.7);
    right: -200px;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-4 {
    transform: scale(1);
    top: 15%;
    right: -250px;
  }
}

.l2-hero-image-group .img-group-content {
  transform: scale(0.6) translate(-100%, -50%);
  left: 50%;
  top: 45%;
  position: absolute;
  width: 220px;
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-group-content {
    transform: scale(0.8);
    left: 20% !important;
    top: 30% !important;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-group-content {
    transform: scale(1);
    left: 5% !important;
    top: 40% !important;
  }
}

.img-group-content {
  top: 250px;
  z-index: 2;
}

@media (min-width: 1200px) {
  .img-group-content {
    top: 170px;
    transform: scale(1);
    left: 160px !important;
  }
}

.img-group-content .seciton-body {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 15px;
}

.img-group-content a {
  text-align: center;
  display: inline-block;
  height: 31px;
  font-size: 13px;
  line-height: 31px;
}

@media (min-width: 992px) {
  .image-group-3 .arrow-shape-1 {
    left: 13%;
    top: 12%;
    transform: scale(0.7);
  }
}

@media (min-width: 1367px) {
  .image-group-3 .arrow-shape-1 {
    left: 25% !important;
  }
}

@media (min-width: 1200px) {
  .image-group-3 .arrow-shape-1 {
    left: 20% !important;
    top: 10%;
    transform: scale(1);
  }
}

@media (min-width: 1600px) {
  .image-group-3 .arrow-shape-1 {
    left: 19% !important;
    top: 10%;
  }
}

@media (min-width: 992px) {
  .image-group-3 .arrow-shape-2 {
    right: 30%;
    top: 26%;
    transform: scale(0.7);
  }
}

@media (min-width: 1200px) {
  .image-group-3 .arrow-shape-2 {
    right: 26%;
    transform: scale(1);
    top: 25%;
  }
}

@media (min-width: 1600px) {
  .image-group-3 .arrow-shape-2 {
    top: 25%;
    right: 27%;
  }
}

/* ============== */
@media (min-width: 992px) {
  .arrow-image-group .arrow-shape-1 {
    left: 13% !important;
    top: 5%;
    transform: scale(0.7) rotate(-15deg) scaleX(0.8) !important;
  }

  .arrow-image-group .arrow-shape-2 {
    right: 29%;
    top: 3%;
    transform: scale(0.7) rotate(-9deg) scaleX(1) !important;
  }
}

@media (min-width: 1200px) {
  .arrow-image-group .arrow-shape-1 {
    left: 18% !important;
    top: 7%;
    transform: scale(1) rotate(-16deg) !important;
  }

  .arrow-image-group .arrow-shape-2 {
    right: 28%;
    top: 3%;
    transform: scale(1) rotate(-5deg) !important;
  }
}

/* ============== */
.l2-content-image-group-1 {
  position: relative;
  z-index: 1;
  text-align: left;
}

@media (min-width: 1200px) {
  .l2-content-image-group-1 {
    text-align: center;
  }
}

.l2-content-image-group-1 .img-2 {
  position: absolute;
  top: 7%;
  right: -120px;
  transform: scale(0.5);
}

@media (min-width: 768px) {
  .l2-content-image-group-1 .img-2 {
    top: 22%;
    right: -70px;
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .l2-content-image-group-1 .img-2 {
    right: -15% !important;
  }
}

@media (min-width: 1200px) {
  .l2-content-image-group-1 .img-2 {
    right: -7% !important;
  }
}

.l2-content-image-group-1 .img-3 {
  position: absolute;
  z-index: -1;
  top: -8%;
  left: -15px;
}

@media (min-width: 1199px) {
  .l2-content-image-group-1 .img-3 {
    left: 20px;
  }
}

@media (min-width: 1366px) {
  .l2-content-image-group-1 .img-3 {
    left: 25px !important;
  }
}

.l2-content-image-group-1 .img-group-content {
  position: absolute;
  top: 10%;
  left: -20%;
  transform: scale(0.6);
}

@media (min-width: 768px) {
  .l2-content-image-group-1 .img-group-content {
    top: 30%;
    left: -65px;
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .l2-content-image-group-1 .img-group-content {
    left: -15% !important;
    top: 35%;
  }
}

@media (min-width: 1200px) {
  .l2-content-image-group-1 .img-group-content {
    left: -5% !important;
  }
}

.l2-content-image-group-2 .img-1 {
  position: relative;
}

.l2-content-image-group-2 .img-2 {
  position: absolute;
  top: 0;
  width: 33%;
}

@media (min-width: 480px) {
  .l2-content-image-group-2 .img-2 {
    top: -7%;
    left: -10%;
  }
}

@media (min-width: 1366px) {
  .l2-content-image-group-2 .img-2 {
    top: -7%;
    left: -7px;
  }
}

.l2-content-image-group-2 .img-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
}

@media (min-width: 992px) {
  .l2-content-image-group-2 .img-3 {
    top: 0;
    right: 0;
  }
}

.content-image-group-3 .img-1 {
  position: relative;
}

.content-image-group-3 .img-2 {
  position: absolute;
  bottom: -30px;
  left: -5px;
  width: 37%;
  z-index: -1;
}

@media (min-width: 480px) {
  .content-image-group-3 .img-2 {
    bottom: -7%;
    left: -35px;
  }
}

@media (min-width: 1366px) {
  .content-image-group-3 .img-2 {
    bottom: -7%;
    left: -23px;
  }
}

.content-image-group-3 .img-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
}

@media (min-width: 992px) {
  .content-image-group-3 .img-3 {
    top: 0;
    right: 0;
  }
}

.content-image-group-4 .img-1 {
  position: relative;
}

.content-image-group-4 .img-2 {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 57%;
  z-index: -1;
}

.content-image-group-4 .img-3 {
  position: absolute;
  bottom: -30px;
  left: -5px;
  width: 37%;
}

/* ========== Homepage 3 ========== */
.l3-hero-image-group {
  height: 100%;
}

.l3-hero-image-group .img-1 {
  z-index: 1;
  text-align: center;
  position: relative;
}

.l3-hero-image-group .img-1 img {
  width: 100%;
}

.l3-hero-image-group .img-2 {
  left: -13%;
  bottom: 0;
  z-index: -1;
  position: absolute;
  width: 28%;
}

@media (min-width: 992px) {
  .l3-hero-image-group .img-2 {
    left: -113px;
  }
}

.l3-hero-image-group .img-3 {
  z-index: -1;
  top: -20%;
  right: -10%;
  position: absolute;
  width: 30%;
}

@media (min-width: 992px) {
  .l3-content-image-group-4 {
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1080px) {
  .l3-content-image-group-4 {
    right: -45%;
  }
}

@media (min-width: 1200px) {
  .l3-content-image-group-4 {
    right: -25% !important;
  }
}

@media (min-width: 1600px) {
  .l3-content-image-group-4 {
    right: -12% !important;
  }
}

.l3-content-image-group-4 .img-1 {
  position: relative;
}

.l3-content-image-group-4 .img-2 {
  position: absolute;
  left: -15%;
  top: 13%;
  width: 45%;
}

@media (min-width: 992px) {
  .l3-content-image-group-4 .img-2 {
    top: 5%;
  }
}

@media (min-width: 1366px) {
  .l3-content-image-group-4 .img-2 {
    top: 10%;
  }
}

.l3-content-image-group-4 .img-3 {
  position: absolute;
  left: -14%;
  z-index: -1;
  top: -10%;
  width: 75%;
}

@media (min-width: 992px) {
  .l3-content-image-group-4 .img-3 {
    left: -20%;
    top: -13%;
  }
}

.l3-content-image-5 {
  z-index: 1;
}

.l3-content-image-5 .img-1 {
  position: relative;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .l3-content-image-5 .img-1 {
    left: 45%;
  }
}

.l3-content-image-5 .img-2 {
  top: 80%;
  position: absolute;
  width: 80%;
  right: -50px;
  transform: translateY(-80%);
}

.l3-content-image-5 .img-3 {
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 90%;
  position: absolute;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .l3-content-image-5 .img-3 {
    left: 50%;
  }
}

@media (min-width: 992px) {
  .l3-content-image-5 .img-3 {
    left: 45%;
  }
}

.pricing-bottom-shape {
  z-index: 1;
  position: absolute;
  right: -5%;
  bottom: -40%;
  transform: translateY(-40%) scale(0.7);
}

@media (min-width: 992px) {
  .pricing-bottom-shape {
    right: -3%;
  }
}

@media (min-width: 1200px) {
  .pricing-bottom-shape {
    right: 0;
    transform: translateY(-40%) scale(1);
  }
}

/* ========== Homepage 4 ========== */
@media (min-width: 992px) {
  .l4-hero-image-group {
    position: absolute;
    transform: translateX(-55%);
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .l4-hero-image-group {
    transform: translateX(-43%);
  }
}

.l4-hero-image-group .hero-images {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.l4-hero-image-group .hero-images .img-2 {
  position: relative;
  right: 23%;
  bottom: 0;
}

.l4-content-img-2 {
  position: relative;
}

.l4-content-img-2 .image-card {
  position: absolute;
  bottom: 12%;
  left: -60px;
  transform: scale(0.7);
}

@media (min-width: 768px) {
  .l4-content-img-2 .image-card {
    transform: scale(1);
  }
}

@media (min-width: 1200px) {
  .l4-content-img-2 .image-card {
    left: -100px;
  }
}

.l4-content-img-group {
  position: relative;
}

.l4-content-img-group .img-1 {
  position: absolute;
  left: -5%;
  top: -35%;
  z-index: 1;
  width: 54%;
}

.l4-content-img-group .img-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 43%;
}

.l4-content-img-group .img-3 {
  position: relative;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 45%;
  transform: translate(-50%, 40%);
}

/* ========== Homepage 5 ========== */
.l5-content-2 {
  position: relative;
}

.l5-content-2 .image-card {
  position: absolute;
  bottom: 30%;
  left: -60px;
  transform: scale(0.7) !important;
}

@media (min-width: 768px) {
  .l5-content-2 .image-card {
    left: -80px;
    transform: scale(1) !important;
  }
}

@media (min-width: 992px) {
  .l5-content-gallery-img {
    position: absolute;
    left: -5%;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .l5-content-gallery-img {
    position: relative;
  }
}

/* ========== Homepage 6 ========== */
.l6-hero-image-group {
  position: relative;
}

@media (min-width: 992px) {
  .l6-hero-image-group {
    position: absolute !important;
    /* bottom: 0; */
    top: 180px;
    left: -20%;
    width: 50%;
    transform: scale(1.7);
  }
}

@media (min-width: 1200px) {
  .l6-hero-image-group {
    transform: scale(1);
    left: 0;
    width: 45%;
  }
}

@media (min-width: 1600px) {
  .l6-hero-image-group {
    left: -80px;
    bottom: -150px;
    width: 45%;
  }

  .l6-hero-image-group img {
    width: auto !important;
  }
}

@media (min-width: 1730px) {
  .l6-hero-image-group {
    left: -4%;
    width: 40%;
  }
}

.l6-hero-image-group .img-1 {
  position: absolute;
  top: -6%;
  left: 35%;
  z-index: -1;
}

@media (min-width: 992px) {
  .l6-hero-image-group .img-1 {
    top: -10%;
    left: 35%;
    transform: scale(0.8);
  }
}

@media (min-width: 1200px) {
  .l6-hero-image-group .img-1 {
    left: 40%;
    top: -10%;
    transform: scale(1);
  }
}

@media (min-width: 1600px) {
  .l6-hero-image-group .img-1 {
    left: 45%;
    top: -6%;
  }
}

@media (min-width: 992px) {
  .l6-content-image-group {
    position: absolute;
    left: 0;
    top: -235px;
  }
}

.l6-content-image-group .img-1 {
  position: absolute;
  left: -5px;
  top: -40px;
  z-index: -1;
  width: 47%;
}

@media (min-width: 992px) {
  .l6-content-image-group .img-1 {
    left: -10%;
  }
}

.l6-content-image-group .img-1 .img-2 {
  width: 60%;
}

.l6-content-image-group-2 {
  z-index: 1;
}

@media (min-width: 992px) {
  .l6-content-image-group-2 {
    position: absolute;
    left: 15%;
    top: -235px;
  }
}

.l6-content-image-group-2 .img-1 {
  position: absolute;
  left: -20%;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.l6-content-image-group-2 .img-2 {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .l6-content-image-group-2 .img-2 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .l6-content-image-group-3 {
    position: absolute;
    left: 0;
    top: -235px;
  }
}

.l6-content-image-group-3 .img-1 {
  position: absolute;
  right: -11%;
  top: -6%;
  z-index: -1;
  width: 60%;
}

/* ==========countdown timer========== */

#timer-section {
  width: 100%;
  gap: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .timer-heading {
  color: #1D293F;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  transition: width 2s ease;
} */

@media (max-width: 576px) {
  /* .timer-heading {
    font-size: 12px;
    margin-top: 12px;
  } */

  .timer-numbers {
    font-size: 16px !important;
    height: 50px !important;
    width: 50px !important;
  }

  .timer-labels {
    font-size: 8px !important;
  }
}

@keyframes writeEffect {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.heading-animated-text {
  animation: writeEffect 10s forwards;
  /* text-shadow: 1px 0 10px #0076FE; */
}

.duration {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.time-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 10px;
}

.timer-labels {
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.timer-numbers {
  background-color: #ffd166;
  color: #fff;
  font-size: 26px;
  height: 85px;
  width: 85px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.animated-text {
  opacity: 0;
  animation-name: fadeInUp;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}

/* ==========countdown timer end========== */
/* ==========interview rush form========== */

.stepper-heading {
  text-align: center;
}

.stepper-step-heading {
  margin: 0 0 30px 0;
  text-align: center;
}

#multi-step-form-container {
  margin-top: 5rem;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pl-0 {
  padding-left: 0;
}

.button {
  padding: 0.7rem 1.5rem;
  border: 1px solid #4361ee;
  background-color: #4361ee;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.submit-btn {
  border: 1px solid #0e9594;
  background-color: #0e9594;
}

.mt-3 {
  margin-top: 2rem;
}

.d-none {
  display: none;
}

.form-step {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 3rem;
}

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

ul.form-stepper {
  counter-reset: section;
  margin-bottom: 3rem;
}

ul.form-stepper .form-stepper-circle {
  position: relative;
}

ul.form-stepper .form-stepper-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.form-stepper>li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}

.form-stepper-horizontal>li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  content: "";
  top: 32%;
}

.form-stepper-horizontal li:after {
  background-color: #dee2e6;
}

.form-stepper-horizontal li.form-stepper-completed:after {
  background-color: #4da3ff;
}

.form-stepper-horizontal li:last-child {
  flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  line-height: 1.7rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 50%;
}

.form-stepper .form-stepper-active .form-stepper-circle {
  background-color: #4361ee !important;
  color: #fff;
}

.form-stepper .form-stepper-active .label {
  color: #4361ee !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
  background-color: #4361ee !important;
  color: #fff !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
  background-color: #f8f7ff;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
  background-color: #0e9594 !important;
  color: #fff;
}

.form-stepper .form-stepper-completed .label {
  color: #0e9594 !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover {
  background-color: #0e9594 !important;
  color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted {
  color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
  color: #fff !important;
}

.form-stepper .label {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.form-stepper a {
  cursor: default;
}

.stepper-select-option {
  display: block !important;
  height: 3rem !important;
  line-height: 1.88 !important;
}

.stepper-select-option .list {
  overflow: auto !important;
  max-height: 200px !important;
}

/* ==========interview rush form========== */
/* ========== About content ========== */
.about-content-image-group-1 .img-1 {
  position: relative;
}

.about-content-image-group-1 .img-2 {
  position: absolute;
  top: 22px;
  left: -35px;
}

@media (min-width: 768px) {
  .about-content-image-group-1 .img-2 {
    top: 22px;
    left: -30px;
  }
}

@media (min-width: 1366px) {
  .about-content-image-group-1 .img-2 {
    left: -8%;
  }
}

.about-content-image-group-1 .content-left-shape {
  top: -52px;
  left: -33%;
  transform: scale(0.5);
}

@media (min-width: 992px) {
  .about-content-image-group-1 .content-left-shape {
    top: 0;
    left: 0;
    transform: scale(1);
  }
}

.masonary-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.masonary-gallery-wrapper .big-image {
  overflow: hidden;
  border-radius: 10px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  min-width: calc(100% - 15px);
  min-height: 272px;
  max-height: 272px;
}

@media (min-width: 768px) {
  .masonary-gallery-wrapper .big-image {
    min-width: calc(40% - 15px);
  }
}

@media (min-width: 992px) {
  .masonary-gallery-wrapper .big-image {
    min-height: 472px;
    max-height: 472px;
  }
}

.masonary-gallery-wrapper .big-image .single-image {
  width: 100%;
  height: 100%;
  margin: 0 0;
}

.masonary-gallery-wrapper .small-images {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin-top: 7.5px;
}

@media (min-width: 768px) {
  .masonary-gallery-wrapper .small-images {
    margin-top: -7.5px;
    min-width: 60%;
  }
}

.masonary-gallery-wrapper .small-images .single-image {
  max-height: 128px;
  min-height: 128px;
}

@media (min-width: 768px) {
  .masonary-gallery-wrapper .small-images .single-image {
    max-height: 128px;
    min-height: 128px;
  }
}

@media (min-width: 992px) {
  .masonary-gallery-wrapper .small-images .single-image {
    max-height: 228px;
    min-height: 228px;
  }
}

.masonary-gallery-wrapper .small-images .single-image:first-child {
  min-width: calc(50% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:first-child {
    min-width: calc(35% - 15px);
  }
}

.masonary-gallery-wrapper .small-images .single-image:nth-child(2) {
  min-width: calc(50% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:nth-child(2) {
    min-width: calc(25% - 15px);
  }
}

.masonary-gallery-wrapper .small-images .single-image:nth-child(3) {
  min-width: calc(50% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:nth-child(3) {
    min-width: calc(40% - 15px);
  }
}

.masonary-gallery-wrapper .small-images .single-image:nth-child(4) {
  min-width: calc(50% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:nth-child(4) {
    min-width: calc(35% - 15px);
  }
}

.masonary-gallery-wrapper .small-images .single-image:nth-child(5) {
  min-width: calc(100% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:nth-child(5) {
    min-width: calc(65% - 15px);
  }
}

.masonary-gallery-wrapper .single-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 7.5px;
  border-radius: 10px;
  overflow: hidden;
}

.masonary-gallery-wrapper .single-image span {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
  position: relative;
  will-change: transform;
}

.masonary-gallery-wrapper .single-image span:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
  will-change: opacity;
}

.masonary-gallery-wrapper .single-image img {
  width: 100%;
}

.masonary-gallery-wrapper .single-image:hover span {
  transform: scale(1.2);
}

.masonary-gallery-wrapper .single-image:hover span:before {
  opacity: 1;
}

/* ---------------------------
  03.Theme Utility -> { Background } 
------------------------------*/
.bg-images {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-1 {
  background-image: url("../image/home-1/jpg/hero-bg-1.jpg");
}

.bg-img-2 {
  background-image: image-set(url('../image/webp/promo-bg-img.webp') type('image/webp'),
      url('../image/home-2/jpg/promo-bg-img.jpg') type('image/jpeg'));
}

.bg-gradient-1 {
  background-image: linear-gradient(142deg, #fad961 0%, #f76b1c 100%);
}

.bg-gradient-2 {
  position: relative;
}

.bg-gradient-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(270deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(18, 27, 33, 0.76) 100%);
  width: 50%;
  height: 100%;
}

.opacity-5 {
  opacity: 0.5;
}

.bg-white-op8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-blue-3-op5 {
  background-color: rgba(15, 83, 250, 0.5) !important;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

/* ---------------------------
  03.Theme Utility -> { Hovers } 
------------------------------*/
.gr-hover-1 {
  transition: 0.4s;
}

.gr-hover-1:hover {
  box-shadow: 0 32px 84px rgba(14, 86, 124, 0.17);
}

.gr-hover-2 {
  transition: 0.4s;
}

.gr-hover-2:hover {
  box-shadow: 0 32px 44px rgba(29, 41, 63, 0.07);
}

.gr-hover-3 {
  transition: 0.4s;
}

.gr-hover-3:hover {
  box-shadow: 0 30px 55px rgba(0, 0, 0, 0.15);
}

.gr-hover-bg-blue-3 {
  transition: 0.4s;
}

.gr-hover-bg-blue-3:hover {
  background-color: #0f53fa;
  border-color: #0f53fa;
  color: #fff;
}

.gr-hover-bg-dodger-blue-1 {
  transition: 0.4s;
}

.gr-hover-bg-dodger-blue-1:hover {
  background-color: #22b0fc;
  border-color: #22b0fc;
  color: #fff !important;
}

.gr-hover-text-dodger-blue-1 {
  transition: 0.4s;
}

.gr-hover-text-dodger-blue-1:hover {
  color: #22b0fc !important;
}

.gr-hover-text-primary {
  transition: 0.4s;
}

.gr-hover-text-primary:hover {
  color: #22b0fc !important;
}

.gr-hover-text-blue-3 {
  transition: 0.4s;
}

.gr-hover-text-blue-3:hover {
  color: #0f53fa !important;
}

/* ---------------------------
  03.Theme Utility -> { Sizes } 
------------------------------*/
/* ========== Width ========== */
.min-w-63 {
  min-width: 63px;
}

.min-w-76 {
  min-width: 76px;
}

.min-w-144 {
  min-width: 144px;
}

.max-w-193 {
  max-width: 193px;
}

.min-w-210 {
  min-width: 210px;
}

.min-w-255 {
  min-width: 255px;
}

.min-w-266 {
  min-width: 266px;
}

.max-w-322 {
  max-width: 322px;
}

.max-w-413 {
  max-width: 413px;
}

.max-w-536 {
  max-width: 536px;
}

.max-w-540 {
  max-width: 540px;
}

.max-w-650 {
  max-width: 650px;
}

/* ========== Height ========== */
.min-h-222 {
  min-height: 222px;
}

.h-50 {
  height: 50px !important;
}

.h-55 {
  height: 55px !important;
}

.h-60 {
  height: 60px !important;
}

.max-h-64 {
  max-height: 64px;
}

.min-h-107 {
  min-height: 107px;
}

.min-height-100vh {
  min-height: 100vh;
}

@media (min-width: 992px) {
  .min-height-lg-100vh {
    min-height: 100vh;
  }
}

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

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

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

/* --------------------------------
  03.Theme Utility -> { Typograpy } 
-----------------------------------*/
.letter-spacing-normal {
  letter-spacing: normal;
}

.letter-spacing-reset {
  letter-spacing: 1px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-n83 {
  letter-spacing: -0.83px;
}

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

.line-height-26 {
  line-height: 26px;
}

.line-height-34 {
  line-height: 34px;
}

.line-height-84 {
  line-height: 1.05;
}

.line-height-normal {
  line-height: normal;
}

/* ---------------------------------
-------> THEME CUSTOM STYLES 
---------------------------------
*/
/* Border Color */
.border-golden-yellow {
  border-color: #ffd166 !important;
}

.border-custom-white {
  border-color: rgba(236, 239, 244, 0.3) !important;
}

/*
.footer-social-link {
    li {
        position: relative;

        &:after {
            content: ".";
            position: absolute;
            left: -50%;
            top: -10px;
            font-size: 25px;
            transform: translateX(50%);
        }

        &:first-child {

            &:after {
                display: none;
            }
        }

    }

}
*/
@media (min-width: 576px) {
  .timeline-area .single-widgets {
    width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .timeline-area .single-widgets {
    width: 420px;
    flex: inherit;
  }
}

@media (min-width: 992px) {
  .timeline-area .single-widgets:nth-child(3) {
    margin-top: 75px;
  }
}

@media (min-width: 992px) {
  .timeline-area .single-widgets:nth-child(4) {
    margin-top: 145px;
  }
}

/* ============== */

@media (min-width: 576px) {
  .steps-area .single-widgets {
    width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .steps-area .single-widgets {
    width: 420px;
    flex: inherit;
  }
}

/* ============== */
.hover-pointer:hover {
  cursor: pointer;
}

div#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 750px;
}

div#loading img {
  z-index: 9999;
}

/*# sourceMappingURL=maps/main.css.map */
/* ==========overview video popup========== */
/* .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: fit-content;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.close {
  align-self: flex-end;
} */

#videoIframe {
  width: 100%;
  height: 350px;
}

@media screen and (min-width: 720px) {
  #videoIframe {
    height: 370px;
    width: 720px;
  }
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 15px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* ==========overview poup end========== */
/* ==========resume customizer========== */

.resume-container {
  background: white;
  padding: 20px;
  margin: 0 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.heading {
  text-align: center;
  color: #005aee;
  margin: 10px 0;
}

.rebuild-inputs {
  width: 100%;
  padding: 10px;
  margin: 0 0 5px 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 3px;
}

.rebuild-inputs:hover::placeholder {
  transform: translate(5px, 0);
  transition: 1s;
}

.customize-btn {
  padding: 10px 20px;
  background: #005aee;
  color: white;
  border: none;
  cursor: pointer;
  width: 180px;
  height: 40px;
  border-radius: 3px;
  opacity: 0.8;
}

.customize-btn:hover {
  font-size: 16px;
  opacity: 1;
}

/* ==========resume customizer end========== */

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.img-1 img {
  max-width: 90%;
  height: auto;
}

.hero-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-btns .btn {
  min-width: 135px !important;
}

@media (max-width: 1200px) {
  .img-1 img {
    width: 50%;
  }
}

.add-multiple-btn {
  height: 35px;
  width: 100px;
  background-color: #a2a6ad;
  padding: 3px;
  margin: 0 0 0 10px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 12px;
}

.input-group-append {
  padding: 0 15px;
  margin-bottom: 10px;
}

.remove-input-group {
  height: 35px;
  width: 100px;
  background-color: #ff374f;
  padding: 3px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 12px;
}

.custom-file-label::after {
  height: 3rem !important;
}

.custom-file-label {
  line-height: inherit !important;
}

.custom-file-input:hover {
  cursor: pointer;
}

.error {
  color: red;
  font-size: 12px;
}

/* Popup overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the opacity as needed */
  z-index: 999;
  /* Ensure the overlay is below the popup */
}

/* popup */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.popup p {
  color: #0fbc49;
  margin: 0;
}

/* spinner */
.loader-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.loader {
  width: 70px;
  height: 70px;
  position: relative;
}

.loader:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 6px solid #007bff;
  position: absolute;
  top: 0;
  left: 0;
  animation: pulse 1s ease-in-out infinite;
}

.loader:after {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 6px solid transparent;
  border-top-color: #007bff;
  position: absolute;
  top: 0;
  left: 0;
  animation: spin 2s linear infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }

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

  100% {
    transform: scale(0.6);
    opacity: 1;
  }
}

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

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

/* to resolve nice select issue */

/* .nice-select {
  display: none !important;
} */

/* ======== */

.text-underline {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-position: under;
}

.single-testimoial {
  height: 100vh !important;
  display: flex !important;
  align-items: center !important;
}

.client-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.hero-video {
  width: 720px;
  height: 350px;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .hero-video {
    width: 500px;
    height: 315px;
  }
}

@media (max-width: 540px) {
  .hero-video {
    width: 360px;
    height: 315px;
  }
}

.topper-section {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 50px 0 100px 0;
}

@media (max-width: 770px) {
  .topper-section {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }

  .top-left {
    width: 100% !important;
  }

  .top-right {
    width: 100% !important;
  }

  .review-video {
    width: 100% !important;
    height: 300px !important;
  }
}

.top-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}

.top-intros {
  display: flex;
  gap: 20px;
}

.top-intro-title {
  font-weight: 700;
  font-size: 20px;
}

.top-intro-description {
  text-align: justify;
}

.top-right {
  display: flex;
  justify-content: end;
  width: 50%;
}

.review-video {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

@media (max-width: 1600px) {
  .review-video {
    width: 90%;
    height: 100%;
  }
}

@media (max-width: 990px) {
  .review-video {
    width: 90%;
    height: 70%;
  }
}

.strategies-section {
  display: flex;
  gap: 30px;
}

.strategies {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.each-strategy {
  display: flex;
  align-items: start;
  gap: 7px;
}

.each-strategy .fa {
  padding-top: 5px;
}

.strategy-text {
  text-wrap: wrap;
}

@media (max-width: 1200px) {
  .strategies-section {
    gap: 20px;
  }

  .each-strategy {
    gap: 5px;
  }
}

/* new top section ii */

.topper-section-ii {
  margin: 50px 0 0 0;
  padding: 0 20px;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#estimateForm {
  margin: 0 0 50px 0;
}

.result-container {
  width: 100%;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin: 0 0 50px 0;
  border-radius: 5px;
  font-size: 1.2em;

  --border-width: 3px;
  position: relative;
  background: #fff;
  border-radius: var(--border-width);

  &::after {
    position: absolute;
    content: "";
    top: calc(-1 * var(--border-width));
    left: calc(-1 * var(--border-width));
    z-index: -1;
    width: calc(100% + var(--border-width) * 2);
    height: calc(100% + var(--border-width) * 2);
    background: linear-gradient(60deg,
        hsl(224, 85%, 66%),
        hsl(269, 85%, 66%),
        hsl(314, 85%, 66%),
        hsl(359, 85%, 66%),
        hsl(44, 85%, 66%),
        hsl(89, 85%, 66%),
        hsl(134, 85%, 66%),
        hsl(179, 85%, 66%));
    background-size: 300% 300%;
    background-position: 0 50%;
    border-radius: calc(2 * var(--border-width));
    animation: moveGradient 4s alternate infinite;
  }
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

#title-dropdown,
#state-dropdown {
  max-height: 30vh;
  max-width: 100%;
  overflow: auto;
}

.loader2 {
  --height-of-loader: 4px;
  --loader-color: #0071e2;
  width: 130px;
  height: var(--height-of-loader);
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.loader2::before {
  content: "";
  position: absolute;
  background: var(--loader-color);
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 30px;
  animation: moving 1s ease-in-out infinite;
}

@keyframes moving {
  50% {
    width: 100%;
  }

  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}

.form-result {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.result-left {
  display: flex;
  gap: 20px;
  align-items: end;
  width: 50%;
}

.result-month {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.result-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  width: 50%;
}

.bold-values {
  font-family: "Alumni Sans", sans-serif;
  color: transparent;
  font-size: 1.5em;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
  /* animation: flicker 0.5s ease-in-out infinite alternate; */
  letter-spacing: 0.1em;
}

@media (max-width: 770px) {
  .form-result {
    flex-wrap: wrap;
    gap: 50px;
  }

  .result-left {
    width: 100%;
    gap: 10px;
  }

  .result-month {
    gap: 10px;
  }

  .result-right {
    width: 100%;
    align-items: center;
  }
}

.text-shadow {
  font-family: "Alumni Sans", sans-serif;
  font-size: 2em;
  font-style: italic;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: #2962ff;
  -webkit-text-stroke-width: 1px;
  text-shadow: 2px 2px 10px #2962ff;
  transition: all 0.5s ease-in-out;
  text-align: center;
  letter-spacing: 0.2em;
  animation: flicker 0.5s ease-in-out infinite alternate;

  &:hover {
    color: #2962ff;
  }
}

@keyframes flicker {
  0% {
    opacity: 0.5;
    text-shadow: 2px 2px 10px #e485f8;
  }

  100% {
    opacity: 1;
    text-shadow: 2px 2px 20px #e485f8;
  }
}

@media (max-width: 768px) {
  .text-shadow {
    font-size: 1.3em;
  }
}

#total_months {
  -webkit-text-stroke: #e485f8;
  -webkit-text-stroke-width: 1px;
}

#total_interviews {
  /* color: #e55858; */
  font-size: 1.2em;
  font-weight: 700;
}

#average_time {
  -webkit-text-stroke: #ffd913;
  -webkit-text-stroke-width: 1px;
}

#average_interviews {
  -webkit-text-stroke: #6ec0a9;
  -webkit-text-stroke-width: 1px;
}

/* .playful span {
  position: relative;
  animation: scatter 1.75s infinite;
}

.playful span:nth-child(2n) {
  animation-delay: 0.3s;
}

.playful span:nth-child(3n) {
  animation-delay: 0.15s;
}

.playful span:nth-child(5n) {
  animation-delay: 0.4s;
}

.playful span:nth-child(7n),
.playful span:nth-child(11n) {
  animation-delay: 0.25s;
} */

@keyframes scatter {
  0% {
    top: 0;
  }

  50% {
    top: -10px;
  }

  100% {
    top: 0;
  }
}

.playful span {
  position: relative;
  color: #5362f6;
  text-shadow: textShadow(0.25, 6, #e485f8);
  animation: scatter 1.75s infinite;
}

.playful span:nth-child(2n) {
  color: #ed625c;
  text-shadow: textShadow(0.25, 6, #f2a063);
  animation-delay: 0.3s;
}

.playful span:nth-child(3n) {
  color: #ffd913;
  text-shadow: textShadow(0.25, 6, #6ec0a9);
  animation-delay: 0.15s;
}

.playful span:nth-child(5n) {
  color: #555bff;
  text-shadow: textShadow(0.25, 6, #e485f8);
  animation-delay: 0.4s;
}

.playful span:nth-child(7n),
.playful span:nth-child(11n) {
  color: #ff9c55;
  text-shadow: textShadow(0.25, 6, #ff5555);
  animation-delay: 0.25s;
}

.modified-button {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #7d2ae8;
  transition: all 0.2s ease;
}

.modified-button:active {
  transform: scale(0.96);
}

.modified-button:before,
.modified-button:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.modified-button:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.modified-button:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.bg-img-section {
  background-image: url("../image/combine.png");
  width: 100%;
  height: 150vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 70px 70px 70px;
}

.heading-ln {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 1000;
  letter-spacing: 0.05em;
}

.heading-ln-3 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 1000;
}

.heading-ln span {
  text-decoration: line-through;
}

.bg-img-sec-bottom {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 40px;
}

.bottom-secs {
  width: 250px;
}

.img-sec-heading {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.img-sec-description {
  text-align: justify;
  font-size: 20px;
}

.toggle-form-btn {
  cursor: pointer;
}

.hero-section-heading {
  height: 410px;
}

.hero-section-paragraph {
  height: 136px;
}

@media (max-width: 992px) {
  .hero-section-heading {
    height: 310px;
  }
}

.contact-info {
  border-radius: 0 10px 10px 0;
  margin: 0 20px 0 0 !important;
}

@media (max-width: 992px) {
  .contact-info {
    border-radius: 10px;
    margin: 0 0 20px 0 !important;
  }
}

/* CSS below added at 12/24/2024 for blogs page */

.blog-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.blog-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.blog-body-image {
  width: 100%;
  background-size: cover;
  background-position: center;
}

.blog-content {
  padding: 1.5rem;
}

.blog-tag {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  background: #f2f2f2;
  border-radius: 15px;
  font-size: 0.8rem;
  color: #757575;
  margin-bottom: 0.8rem;
}

.blog-description {
  color: #757575;
  margin-bottom: 1.2rem;
}

.read-more {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1a8917;
  font-weight: 500;
  transition: color 0.3s ease;
}

.read-more svg {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.read-more:hover {
  color: #0f6f0c;
}

.read-more:hover svg {
  transform: translateX(5px);
}

.meta-info {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
  color: #757575;
}

.meta-info svg {
  margin-right: 0.3rem;
}

.meta-info span {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.blog-header {
  margin: 1.5rem 0;
}

.blog-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #757575;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.blog-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #e0e0e0;
  overflow: hidden;
}

.author-info span {
  display: block;
}

.author-name {
  font-weight: 600;
  color: #292929;
}

.blog-stats {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-image {
  width: 100%;
  height: 400px;
  background-image: url("https://picsum.photos/1200/800?random=1");
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  margin: 2rem 0;
}

.blog-content {
  font-size: 1.1rem;
  color: #292929;
}

.blog-content p {
  margin-bottom: 1.5rem;
}

.blog-content h2 {
  font-size: 1.8rem;
  margin: 2.5rem 0 1.5rem;
}

.image-caption {
  text-align: center;
  color: #757575;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.blog-tags {
  display: flex;
  gap: 1rem;
  margin: 3rem 0;
}

.blog-tag {
  background: #f2f2f2;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #757575;
}

.share-buttons {
  display: flex;
  gap: 1rem;
}

.share-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.share-button:hover {
  background: #e0e0e0;
}

.blob {
  background: #000;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  height: 18px;
  width: 18px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
  display: inline-block;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.blob.white {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.blob.red {
  background: rgba(255, 82, 82, 1);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

.blob.orange {
  background: rgba(255, 121, 63, 1);
  box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}

.blob.yellow {
  background: rgba(255, 177, 66, 1);
  box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
  animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

.blob.blue {
  background: rgba(52, 172, 224, 1);
  box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}

.blob.green {
  background: rgba(51, 217, 178, 1);
  box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

.blob.purple {
  background: rgba(142, 68, 173, 1);
  box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
  animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
  }
}

.circle-88 {
  border-radius: 500px;
  display: flex;
  overflow: hidden;
  width: 88px;
  height: 88px;
}

.floating-img-testimonial {
  position: absolute;
  border: 4px solid #90a6f1fc;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 71px;
  z-index: 1;
}

#feedbackMessage p {
  transition: all 0.4s ease-in-out;
}

#loadingText::after {
  content: "";
  animation: dots 1.5s steps(3, end) infinite;
}

@keyframes dots {
  0% {
    content: ".";
  }

  33% {
    content: "..";
  }

  66% {
    content: "...";
  }

  100% {
    content: "....";
  }
}

#estimatedSalarySection .estimated-salary {
  display: none;
}

.salary-range-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
  text-align: center;
  font-family: sans-serif;
}

.salary-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 16px;
}

/* .low {
  color: #007bff;
  font-weight: 500;
}

.high {
  color: #007bff;
  font-weight: 500;
} */

.range-bar {
  position: relative;
  height: 8px;
  background-color: #e6ecff;
  border-radius: 10px;
}

.range-fill {
  position: absolute;
  height: 8px;
  background-color: #e6ecff;
  width: 100%;
}

.average-marker {
  position: absolute;
  width: 10px;
  height: 8px;
  background-color: #007bff;
  border-radius: 2px;
  left: 50%;
}

/* .average-label {
  margin-top: 5px;
  color: #007bff;
  font-weight: 500;
} */

.custom-underline {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #26A4FF;
}

.custom-underline::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 12px;
  background: url('../image/svg/custom_underline.svg') no-repeat;
  background-size: contain;
  background-position: bottom;
  pointer-events: none;
  z-index: -1;
}

.connector-line {
  width: 120px;
  height: 40px;
}

@media (min-width: 770px) and (max-width: 992px) {
  .connector-line {
    display: none !important;
  }

  .work-steps {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

.referral-toast {
  width: 385px;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: -400px;
  right: 20px;
  z-index: 1055;
  transition: bottom 0.6s ease-in-out;
}

.referral-toast.show {
  bottom: 20px;
}

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

.referral-header .icon {
  background: #fff;
  color: #ff9800;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 10px;
}

.referral-btn {
  background: #fff;
  color: #6a11cb;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 15px;
}

.referral-btn:hover {
  color: #6a11cb;
}

.referral-btn i {
  margin-right: 8px;
}

.terms {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #ddd;
  font-size: 14px;
  text-decoration: underline;
}

.terms:hover {
  color: #ddd;
  text-decoration: underline;
}

.close-btn-toast {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .referral-toast {
    width: 335px;
  }
}

.dynamic-hero-section-heading {
  height: 200px;
}

@media (max-width: 576px) {
  .dynamic-hero-section-heading {
    height: 170px;
  }
}

@media (min-width: 992px) {
  .dynamic-hero-section-heading {
    height: 150px;
  }
}

/* Index 3 Styles */
.first-interview-section {
  background: url('../image/home-3/png/Background.png') no-repeat center center / cover, linear-gradient(316.73deg, #5AD7FE 20.87%, #1D4ED8 104.32%);
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  position: relative;
}

@media (max-width: 992px) {
  .hero-section {
    justify-content: center !important;
  }

  .hero-section-container {
    text-align: center !important;
  }

  .why-candidate-container {
    justify-content: center !important;
    gap: 70px !important;
  }

  .succeed-section {
    gap: 50px !important;
  }
}

@media (max-width: 768px) {
  .resume-upload-container {
    display: unset !important;
  }

  .resume-upload-container div {
    margin-bottom: 15px;
  }
}

/* Index 4 Styles */
@media (max-width: 992px) {

  .hero-image-wrapper,
  .card-text-section {
    text-align: center !important;
  }

  .hero-image-wrapper {
    margin-bottom: 30px !important;
  }

  .dashed-line {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .numbers-circle {
    width: 54px !important;
  }

  .numbers-circle-mid {
    width: 80px !important;
  }
}

/* Index 5 Styles */

.home-5-header ul li .nav-link {
  color: white !important;
  transition: color 0.3s ease;
}

@media (max-width: 992px) {
  .hero-text-center {
    text-align: center !important;
  }

  .home-5-header ul li .nav-link {
    color: black !important;
  }

  .book-session-index5,
  .who-this-call-index5 {
    text-align: center;
  }

  .hero-image-wrapper-index5,
  .call-to-action-buttons-index5 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 530px) {
  .call-to-action-buttons-index5 {
    flex-direction: column;
  }
}

.home-5-header.bg-default ul li .nav-link {
  color: black !important;
}

.home-5-header .navbar-brand.text-white {
  color: white !important;
  transition: color 0.3s ease;
}

.home-5-header.bg-default .navbar-brand {
  color: black !important;
  transition: color 0.3s ease;
}

.free_consultancy_hamburger .hamburger .hamburger-box .hamburger-inner:before,
.free_consultancy_hamburger .hamburger .hamburger-box .hamburger-inner:after,
.free_consultancy_hamburger .hamburger .hamburger-box .hamburger-inner {
  background-color: white !important;
  color: white !important;
}

/* Index 6 Styles */
@media (max-width: 992px) {
  .what-you-section {
    text-align: center !important;
  }

  .text-center.text-lg-left>div:first-child {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

/* Index 7 Styles */
@media (max-width: 992px) {
  .hero-heading {
    font-size: 32px;
  }

  .hero-para {
    font-size: 18px;
  }

  .all-text-center {
    text-align: center !important;
  }
}

/* Index 8 Styles */
@media (max-width: 992px) {
  .people-section img {
    width: 570px !important;
  }
}

@media (max-width: 576px) {
  .people-section {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
  }
}

.testimonial-text,
.testimonial-author {
  transition: opacity 0.25s ease;
}

.mobile-scroll-arrow {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2147483647;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: auto;
  padding: 12px 16px;
  border-radius: 25px;
  background: #f0f0f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease, opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
  touch-action: manipulation;
  will-change: transform, opacity;
}

.mobile-scroll-arrow.show {
  opacity: 1;
  pointer-events: auto !important;
}

.mobile-scroll-arrow:hover {
  background: #e0e0e0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%) translateY(-3px);
}

.mobile-scroll-arrow .arrow-label {
  font-size: 12px;
  color: #666;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  margin: 0;
}

.mobile-scroll-arrow .arrow-icon {
  font-size: 18px;
  color: #999;
  animation: blink 1.5s infinite;
  line-height: 1;
}

@keyframes blink {

  0%,
  50% {
    opacity: 1;
    transform: translateY(0);
  }

  50.1%,
  100% {
    opacity: 0.6;
    transform: translateY(4px);
  }
}

@media (max-width: 768px) {
  .mobile-scroll-arrow {
    bottom: 20px;
    padding: 10px 14px;
    border-radius: 22px;
  }

  .mobile-scroll-arrow .arrow-label {
    font-size: 11px;
  }

  .mobile-scroll-arrow .arrow-icon {
    font-size: 16px;
  }
}

#resumeDropzone {
  border: 2px dashed rgba(0, 0, 0, .3);
  border-radius: 3px;
}

#resumeDropzone.file-added {
  border: none;
  padding: 0 !important;
}

#resumeDropzone.file-added .dz-preview {
  margin: 0 !important;
}

[data-skeleton]:empty {
  background-color: #e9ecef;
  position: relative;
  overflow: hidden;
  min-height: 1.2em;
}

[data-skeleton].skeleton-title:empty {
  min-height: 36px;
}

[data-skeleton].skeleton-text:empty {
  min-height: 14px;
}

[data-skeleton].skeleton-list:empty {
  min-height: 60px;
}

[data-skeleton]:empty::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent);
  animation: shimmer 1.2s infinite;
}

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

#stickyCta {
  will-change: transform;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#stickyCta.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#stickyCta.is-hidden {
  transform: translateY(100%);
  opacity: 0;
}

.mobile-truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media (max-width: 991.98px) {
  .mobile-truncate {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .mobile-truncate.expanded {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
}

.faq-question {
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  opacity: 0.8;
}

.faq-question:focus {
  outline: none !important;
  box-shadow: none !important;
}

.faq-question:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.faq-question:focus-within {
  outline: none !important;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq-answer.active {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}

.faq-question .fa-chevron-down {
  transition: transform 0.3s ease;
}

.faq-question.active .fa-chevron-down {
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .faq-item {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1rem;
  }

  .faq-question {
    padding: 0.75rem 0;
  }

  .faq-question h4 {
    font-weight: 600;
  }

  .faq-answer {
    margin-top: 0;
  }

  .faq-answer.active {
    margin-top: 1rem;
  }

  .faq-item .mr-6 {
    display: none;
  }
}

@media (min-width: 992px) {
  .faq-question {
    display: none !important;
  }

  .faq-answer {
    max-height: none !important;
    overflow: visible !important;
  }
}

a.fill-div {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.card-number {
  width: 48.92px;
  height: 48.92px;
  left: -18.89px;
  top: -18.89px;
  position: absolute;
  background: linear-gradient(90deg, #155DFC 0%, #009689 100%);
  box-shadow: 0px 4.891974925994873px 7.3379621505737305px -4.891974925994873px rgba(0, 0, 0, 0.10);
  border-radius: 22798314px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.card-ii-number {
  width: 48.92px;
  height: 48.92px;
  left: -18.89px;
  top: -18.89px;
  position: absolute;
  background: linear-gradient(180deg, #0076FE 0%, #6366F1 100%);
  box-shadow: 0px 6.533935546875px 8.16741943359375px -4.900452136993408px rgba(0, 0, 0, 0.10), 0px 16.3348388671875px 20.418548583984375px -4.083709716796875px rgba(0, 0, 0, 0.10);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.card-number div,
.card-ii-number div {
  color: white;
  font-size: 19.57px;
  font-family: Inter;
  font-weight: 700;
  line-height: 29.35px;
  word-wrap: break-word;
}

.card-icon {
  width: 78.26px;
  height: 78.26px;
  background: rgba(0, 118, 254, 0.10);
  border-radius: 17.12px;
}

.hidden {
  display: none !important;
}

.toast-wrapper {
  position: fixed;
  top: 6rem;
  right: 1rem;
  z-index: 70;
  max-width: 24rem;
  width: calc(100% - 2rem);
}

@media (min-width: 576px) {
  .toast-wrapper {
    width: auto;
  }
}

.toast-box {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 12px 16px;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.toast-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.toast-icon {
  margin-top: 2px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toast-content {
  flex: 1;
}

.toast-title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}

.toast-message {
  margin: 2px 0 0 0;
  font-size: 14px;
  color: #475569;
}

.toast-close {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: transparent;
  color: #64748b;
  padding: 0;
}

.toast-close:hover {
  background: #f8fafc;
  color: #0f172a;
}

.toast-close-icon {
  width: 16px;
  height: 16px;
  display: block;
  margin: auto;
}

.toast-success {
  border-color: #bbf7d0;
}

.toast-success-icon {
  background: #ecfdf5;
  color: #059669;
}

.toast-error {
  border-color: #fecaca;
}

.toast-error-icon {
  background: #fef2f2;
  color: #dc2626;
}

.dots::after {
  content: '.';
  animation: dotsAnim 1.5s steps(3, end) infinite;
}

@keyframes dotsAnim {

  0%,
  20% {
    content: '';
  }

  40% {
    content: '.';
  }

  60% {
    content: '..';
  }

  80%,
  100% {
    content: '...';
  }
}

[data-form-trigger] {
  background: transparent;
  border: none;
  min-width: 280px;
  text-align: left;
  transition: all 0.25s ease;
  border-radius: 12px;
}

[data-form-trigger].active {
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

[data-form-trigger]:not(.active):hover {
  background: rgba(255, 255, 255, 0.5);
}

[data-form-trigger].active {
  transform: scale(1.02);
}

[data-form-trigger] {
  transition: all 0.25s ease;
}

.form-animate-out {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.form-animate-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.job-description {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-top: 10px;
  position: relative;
}

.job-description.clamped {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.job-description.clamped::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.job-desc-toggle {
  font-size: 13px;
  font-weight: 500;
  color: #0d6efd;
  cursor: pointer;
  margin-top: 6px;
  display: inline-block;
}

.dropdown.bootstrap-select .dropdown-toggle.btn-light {
  width: 100%;
  height: 3rem;
  padding: 0.75rem 0.9375rem;
  font-size: 1rem;
  font-weight: 400;
  color: gray;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.3125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown.bootstrap-select .dropdown-toggle.btn-light:focus,
.dropdown.bootstrap-select .dropdown-toggle.btn-light:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-menu.inner.show {
  padding: 8px 10px 0;
}

.bootstrap-select .dropdown-menu.inner.show li a {
  display: block;
  width: 100%;
  padding: 0.2rem 0.75rem;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.15s, color 0.15s;
}

.bootstrap-select .dropdown-menu.inner.show li a:hover {
  color: #fff;
  background-color: #0076FE;
}

.bootstrap-select .btn {
  min-width: unset !important;
}