/* ---------------------------------------------------------
    * Name: 
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ---------------------------------------------------------------------------.robot-wrapper--- */
/*--------- Abstracts variable ---------- */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");
:root {
   --primary: #00FFC6;
  --primary-glow: rgba(0, 255, 198, 0.35);
  --dark: #0E1723;
  --surface: #121A23;
  --light-bg: #F8FFFD;
  --text-dark: #1A1F2B;
  --text-light: #EAF9F6;
  --stroke: rgba(0, 255, 198, 0.15);
  --accent-blue: #3072db;
  --accent-lavender: #C084FC;
}

[id] {
  scroll-margin-top: 120px; /* your header height */
}

/*---------- Reset css styles ----------- */
title html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

.split-text span,
.split-text [role="textbox"],
.split-text [contenteditable],
.title span {
    caret-color: transparent !important;
    user-select: none !important;
    pointer-events: none !important;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
  display: block;
}

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

svg,
svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 0;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */
embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
  display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
  outline: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #171412;
}

::-moz-placeholder {
  color: #171412;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #171412;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Inter", sans-serif;
  color: var(--on-suface-container);
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: -1.44px;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.6px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.2px;
}

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--text-dark);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: var(--accent-blue);
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* tf-container
-------------------------------------------------------------- */
.tf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1320px;
  width: 100%;
}
.tf-container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.tf-container .row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.tf-container.w-full {
  max-width: 100%;
}
.tf-container.w-1810 {
  max-width: 1810px;
}
.tf-container.w-1680 {
  max-width: 1680px;
}
.tf-container.w-1650 {
  max-width: 1650px;
}

/* Extra classes
-------------------------------------------------------------- */
.hidden {
  display: none;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed !important;
}

.position-unset {
  position: unset !important;
}

.overflow-x-clip {
  overflow-x: clip;
}

.z-5 {
  z-index: 5;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.text-medium {
  font-size: 14px;
  line-height: 100%;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.body-2 {
  font-size: 17px;
  line-height: 100%;
}

.ml-11 {
  margin-left: 11px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-53 {
  margin-bottom: 53px;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-57 {
  margin-bottom: 57px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-35 {
  line-height: 35px;
}

.lh-40 {
  line-height: 40px;
}

.lh-45 {
  line-height: 45px;
}

.lh-75 {
  line-height: 75px;
}

.lh-85 {
  line-height: 85px;
}

.lh-100 {
  line-height: 100%;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-32 {
  font-size: 32px;
  line-height: 100%;
}

.fs-65 {
  font-size: 65px;
}

.g-10 {
  gap: 10px !important;
}

.g-15 {
  gap: 15px;
}

.g-16 {
  gap: 16px;
}

.g-20 {
  gap: 20px !important;
}

.g-25 {
  gap: 25px !important;
}

.g-30 {
  gap: 30px;
}

.rg-15 {
  row-gap: 15px !important;
}

.rg-20 {
  row-gap: 20px !important;
}

.rg-30 {
  row-gap: 30px !important;
}

.rg-50 {
  row-gap: 50px !important;
}

.rg-70 {
  row-gap: 70px !important;
}

.rg-75 {
  row-gap: 75px !important;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}

.font-family-2 {
  font-family: "DM Sans", sans-serif;
}

/* sib-form */
.sib-form {
  padding: 0;
  font-family: "Inter", sans-serif !important;
  box-sizing: border-box !important;
}

.sib-form *, .sib-form ::after, .sib-form ::before {
  box-sizing: border-box !important;
}

#sib-container {
  background-color: unset;
  padding: 0;
}

.sib-form .entry__field {
  background-color: unset;
  border: 0;
  box-shadow: none !important;
  margin: 0;
  position: relative;
}
.sib-form .entry__field .icon-email {
  position: absolute;
  top: 21px;
  left: 21px;
  color: var(--accent-blue);
}

.sib-form .sib-form-container .input {
  background-color: var(--dark) !important;
  padding: 21px 23px 17px 53px !important;
  color: var(--light-bg);
  border: 1px solid var(--stroke) !important;
  border-radius: 12px;
  font-size: 14px;
  padding: 21px 23px 17px 53px !important;
  height: unset !important;
  font-size: 14px;
  line-height: 16px;
}

.sib-form .entry__specification,
.sib-form .entry__error,
.entry__specification,
.entry__label {
  margin: 0 !important;
}

.sib-form .entry__error {
  margin-top: 5px !important;
  font-size: 14px;
  line-height: 20px;
}

.sib-form-block {
  padding: 0;
}

.sib-optin {
  display: none;
}

#sib-form {
  position: relative;
  display: flex;
  gap: 30px;
}

#sib-form .sib-form-block__button {
  position: relative;
  top: unset;
  right: unset;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 16px;
  min-height: unset;
  width: max-content;
}

.sib-form .clickable__icon {
  margin: 0 5px 0 0;
  fill: #fff;
}

.sib-form-message-panel {
  border: 0;
  padding: 0;
  border-radius: 0px;
  background: transparent;
}

#success-message .sib-form-message-panel__inner-text {
  color: #6BC044;
}

#success-message svg path {
  fill: #6BC044;
}

.sib-form-message-panel__text {
  padding: 0;
}

#error-message .sib-form-message-panel__text {
  color: #ff4949;
}

@media (max-width: 575px) {
  #sib-form {
    flex-direction: column;
  }
  #sib-form .sib-form-block__button {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
/*------------ Components ---------------- */
/*------------ header ---------------- */

.side-qr {
    position: fixed;
    top: 40%;
    left: -220px;              /* hide QR box */
    width: 220px;
    z-index: 9999;
    transition: transform 0.4s ease;
    font-family: inherit;
}

/* SHOW on hover */
.side-qr:hover {
    transform: translateX(220px);
}

/* HANDLE (visible tab) */
.qr-handle {
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #0b5ed7;       /* DIGILYZR blue */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

/* QR BOX */
.side-qr ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-qr ul li {
    background: #ffffff;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* QR IMAGE */
.side-qr ul li img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 8px;
}

.qr-handle svg {
    fill: #fff;
}

/* TEXT */
.qr-text {
    margin-top: 8px;
    font-size: 12px;
    color: #333;
    font-weight: 600;
}


.top-bar {
  padding-left: 15px;
  padding-right: 15px;
}
.top-bar .top-bar-inner {
  padding: 18px 0;
}
.top-bar .list-topbar-item {
  gap: 43px;
}
.top-bar .tf-tb-right {
  gap: 22px;
}

.top-bar-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  align-items: center;
}
.top-bar-item a {
  font-weight: 500;
  letter-spacing: 0.05px;
}
.top-bar-item .icon-email {
  font-size: 12px;
}

.list-support {
  gap: 31px;
}

.post-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.post-social.style-radius-50 .icon-social {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--surface);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-social.style-radius-50 .icon-social i {
  color: var(--white);
  font-size: 11px;
}
.post-social.style-radius-50 .icon-social:hover {
  background-color: var(--primary);
}
.post-social.style-radius-50 .icon-social:hover i {
  color: var(--main-dark);
}
.post-social.style-bg-white .icon-social {
  width: 40px;
  height: 40px;
  background-color: var(--white);
}
.post-social.style-bg-white .icon-social i {
  color: var(--dark-2);
  font-size: 16px;
}
.post-social.style-bg-white .icon-social:hover {
  background-color: var(--primary);
}
.post-social.style-bg-white .icon-social:hover i {
  color: var(--white);
}

.icon-social i {
  color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-social:hover i {
  color: var(--primary);
}
.icon-social .icon-youtube {
  font-size: 12px;
}

.menu-primary-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 32px;
}
.menu-primary-menu .menu-item {
  cursor: pointer;
}
.menu-primary-menu .menu-item:not(.menu-item-has-children) {
  padding-right: 0;
}
.menu-primary-menu .menu-item.menu-item-has-children .item-link {
  z-index: 2;
  padding-right: 19px;
  position: relative;
}
.menu-primary-menu .menu-item.menu-item-has-children .item-link::after {
  content: "\e90b";
  position: absolute;
  top: 50%;
  right: 3px;
  font-size: 6px;
  line-height: 18px;
  font-family: "icomoon";
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.menu-primary-menu .menu-item:hover .sub-menu-home,
.menu-primary-menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 102%;
  pointer-events: all;
}
.menu-primary-menu .item-link {
  color: var(--light-bg);
  line-height: 90px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  padding: 0 5px;
  display: inline-block;
}
.menu-primary-menu .item-link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: auto;
  right: 0;
  width: 0;
  height: 3px;
  background-color: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-primary-menu .item-link:hover {
  color: var(--surface);
}
.menu-primary-menu .item-link:hover::after {
  transform: translateY(-50%) rotate(180deg);
}
.menu-primary-menu .item-link:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

.sub-menu {
  position: absolute;
  width: 233px;
  left: -25px;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  background-color: var(--surface);
}
.sub-menu .sub-menu-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu .sub-menu-item .item-link-2 {
  display: inline-block;
  color: var(--light-bg);
  position: relative;
  font-weight: 600;
  width: 100%;
  padding: 10px 24px;
}
.sub-menu .sub-menu-item:hover {
  background-color: var(--accent-blue);
  color: var(--light-bg);
}
.sub-menu .sub-menu-item:hover .item-link-2 {
  color: var(--white);
}

.header {
  border-top: 1px solid var(--light-bg);
  border-bottom: 1px solid var(--light-bg);
}
.header .header-content {
  padding-left: 15px;
  padding-right: 0;
}
.header .logo-header {
  padding-right: 15px;
}
.header .main-menu {
  border-left: 1px solid var(--light-bg);
  padding-left: 15px;
}

.header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 15px;
}

.mobile-button a {
  display: block;
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.mobile-button span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--surface);
}
.mobile-button span:first-child {
  top: 0;
}
.mobile-button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-button span:last-child {
  bottom: 0;
}

.mobile-nav-wrap {
  max-width: 300px;
  width: 100%;
}
.mobile-nav-wrap .inner-mobile-nav {
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-nav-wrap .inner-mobile-nav .mobile-nav-close {
  background-color: #000000;
border-radius: 50%;
cursor: pointer;
padding: 10px 10px;
}
.mobile-nav-wrap .inner-mobile-nav .mobile-nav-close svg {
  width: 15px;
  height: 15px;
}
.mobile-nav-wrap .inner-mobile-nav .top-header-mobi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav-wrap .inner-mobile-nav a {
  color: var(--surface);
}
.mobile-nav-wrap .logo-mobile {
  max-width: 120px;
}
.mobile-nav-wrap .socials-mobile .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 10px;
}
.mobile-nav-wrap .socials-mobile .socials-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:first-child, .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(2), .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(3), .mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(4) {
  border-right: 0;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:hover i {
  color: var(--primary);
}
.mobile-nav-wrap .mobile-main-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 94%;
}

#menu-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
#menu-mobile > li {
  position: relative;
  border-bottom: 1px solid var(--surface);
  cursor: pointer;
}
#menu-mobile > li a {
  padding: 15px 0;
}
#menu-mobile > li .sub-menu-mobile {
  border-radius: 8px;
  text-align: start;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 5px;
}
#menu-mobile > li .sub-menu-mobile .menu-item a {
  padding: 7px 10px;
}
#menu-mobile > li .sub-menu-mobile .menu-item:first-child a {
  padding-top: 0;
}
#menu-mobile > li .sub-menu-mobile.show {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
#menu-mobile > li .sub-menu-mobile li {
  cursor: pointer;
}
#menu-mobile > li .sub-menu-mobile li:last-child {
  border: none;
}
#menu-mobile li a {
  font-weight: 500;
  width: 100%;
  display: inline-block;
  color: var(--surface);
}
#menu-mobile li.menu-item-has-children-mobile > a {
  position: relative;
}
#menu-mobile li.menu-item-has-children-mobile > a::after {
  content: "\e90b";
  position: absolute;
  font-family: "icomoon";
  position: absolute;
  font-size: 6px;
  right: 0;
  top: 50%;
  line-height: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu-mobile li.menu-item-has-children-mobile > a.collapsed::after {
  transform: translateY(-50%) rotate(0);
}
#menu-mobile li.menu-item-has-children-mobile > a:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

.contact-mobile .title-contact-mobile {
  margin-bottom: 15px;
  color: var(--white);
}
.contact-mobile .content-contact-moblile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.contact-mobile .content-contact-moblile:first-child {
  align-items: start;
}
.contact-mobile .content-contact-moblile:first-child i {
  padding-top: 5px;
}
.contact-mobile .content-contact-moblile .icon-location-dot {
  font-size: 18px;
}
.contact-mobile .content-contact-moblile i {
  color: var(--white);
}
.contact-mobile .content-contact-moblile .icon-location-dot2 {
  font-size: 20px;
  margin-top: 3px;
}
.contact-mobile .content-contact-moblile .icon-email {
  font-size: 13px;
  margin-top: 1px;
}
.contact-mobile .content-contact-moblile a {
  line-height: 22px;
}
.contact-mobile .content-contact-moblile:last-child {
  margin-bottom: 0;
}

.header-sticky {
  position: sticky;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #F8FAFC, #4AA8E4, #1A4C8B);
  z-index: 999;
}

.current-menu-item > a {
  color: var(--surface)!important;
}
.current-menu-item > a::before {
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
}

.current-item {
  background-color: var(--accent-blue) !important;
}
.current-item > a {
  color: var(--surface) !important;
}

.current-menu-mobile-item > a {
  color: var(--accent-blue) !important;
}

/*------------ footer ---------------- */
.footer {
  overflow: hidden;
  /* background-color: var(--light-bg); */
  position: relative;
}
.footer .footer-top {
  padding-top: 90px;
  padding-bottom: 91px;
}
.footer .line {
  width: 100%;
  height: 1px;
  background-color: var(--accent-blue);
}
.footer .footer-go-top {
  margin-top: -35px;
  margin-bottom: -2px;
}
.footer .footer-middle {
  margin-bottom: 103px;
  gap: 50px 30px;
}
.footer .mask {
  position: absolute;
}
.footer .mask.mask-1 {
  top: 27px;
  right: -31%;
}
.footer .mask.mask-2 {
  top: auto;
  bottom: -41%;
  left: -27%;
}
.footer .footer-bottom {
  margin-bottom: 40px;
}
.footer .locations-contact {
  max-width: 240px;
  width: 100%;
}
.footer .list-bottom {
  margin-top: -9px;
}

.footer-go-top {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid var(--accent-blue);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.footer-go-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: var(--surface);
}
.footer-go-top i {
  color: var(--accent-blue);
  position: relative;
}

.footer-middle .left {
  max-width: 594px;
  width: 100%;
}
.footer-middle .text a {
  text-decoration: underline;
}

.footer-content .title-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-content .title-mobile i {
  font-size: 7px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-content ul {
  margin-top: 35px;
}
.footer-content li {
  margin-bottom: 24px;
}
.footer-content li a {
  color: var(--text-dark);
}
.footer-content li a:hover {
  color: var(--primary);
}
.footer-content li:last-child {
  margin-bottom: 0;
}
.footer-content.open .title-mobile i {
  transform: rotate(180deg);
}

.locations-contact .item .title {
  margin-bottom: 30px;
}
.locations-contact .locations-footer .address {
  letter-spacing: 0.3px;
}
.locations-contact .contact-footer .title {
  margin-bottom: 36px;
}
.locations-contact .contact-footer a {
  letter-spacing: 0.3px;
  display: inline-block;
  margin-bottom: 9px;
}
.locations-contact .contact-footer h4 a {
  letter-spacing: 0.75px;
}

.footer-bottom ul {
  gap: 46px;
}

/*------------ tabs ---------------- */
.wg-tab {
  overflow: auto;
}
.wg-tab::-webkit-scrollbar {
  display: none;
}
.wg-tab ul {
  max-width: max-content;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid var(--white);
}
.wg-tab ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-right: 14px;
  padding-bottom: 14px;
  position: relative;
}
.wg-tab ul li a i {
  font-size: 10px;
}
.wg-tab ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: auto;
  right: 0;
  height: 1px;
  width: 0;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-tab ul li a.active {
  color: var(--primary);
}
.wg-tab ul li a.active:before {
  left: 0;
  right: auto;
  width: 100%;
}
.wg-tab ul li:hover a {
  color: var(--primary);
}
.wg-tab.style-2 ul {
  max-width: 100%;
  min-width: max-content;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: 49px;
  border-bottom: 0;
}
.wg-tab.style-2 ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-right: 0;
  padding-bottom: 20px;
  position: relative;
}
.wg-tab.style-2 ul li a::before {
  height: 3px;
}
.wg-tab.style-2 ul li a.active {
  color: var(--primary);
}
.wg-tab.style-2 ul li a.active:before {
  left: 0;
  right: auto;
  width: 100%;
}
.wg-tab.style-2 ul li:hover a {
  color: var(--primary);
}

.flat-animate-tab {
  overflow: hidden;
}

.tab-content {
  position: relative;
}
.tab-content .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.tab-content .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

/*------------ button ---------------- */
.tf-btn {
  padding: 20px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
  background-color: var(--accent-blue);
  border-radius: 12px;
  font-weight: 600;
  align-items: center;
  max-width: max-content;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-btn span {
  color: var(--light-bg);
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-btn i {
  position: relative;
  color: var(--light-bg);
  font-size: 13px;
  line-height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 12px;
  background-color: var(--white);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-btn:hover i,
.tf-btn:hover span {
  color: var(--text-dark);
}
.tf-btn:hover::before {
  width: 100%;
}
.tf-btn.w-full {
  max-width: 100%;
  width: 100%;
}
.tf-btn.no-bg {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.tf-btn.no-bg::before {
  display: none;
}
.tf-btn.no-bg:hover i,
.tf-btn.no-bg:hover span {
  color: var(--accent-blue);
}
.tf-btn.text-underline span {
  text-decoration-line: underline;
}
.tf-btn.style-bg-white {
  background-color: var(--light-bg);
}
.tf-btn.style-bg-white span,
.tf-btn.style-bg-white i {
  color: var(--surface);
}
.tf-btn.hover-bg-main-dark::before {
  background-color: var(--surface) !important;
}
.tf-btn.hover-bg-main-dark:hover {
  background-color: transparent;
}
.tf-btn.hover-bg-main-dark:hover i,
.tf-btn.hover-bg-main-dark:hover span {
  color: var(--light-bg);
}
.tf-btn.hover-color-main-dark:hover i,
.tf-btn.hover-color-main-dark:hover span {
  color: var(--surface);
}
.tf-btn.style-border {
  background-color: transparent;
  border: 1px solid var(--light-bg);
}
.tf-btn.style-border:hover {
  border-color: transparent;
}

.megamenu-btn {
  padding: 35px 36px;
  background-color: var(--accent-blue);
  display: block;
}
.megamenu-btn .burger {
  position: relative;
  width: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.megamenu-btn .burger span {
  display: block;
  position: relative;
  height: 3px;
  width: 35px;
  transition: 0.5s;
  background-color: var(--light-bg);
}
.megamenu-btn .burger span:not(:first-child) {
  margin-top: 6px;
}
.megamenu-btn .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left;
  width: 30px;
}
.megamenu-btn .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: right;
  width: 30px;
}
.megamenu-btn:hover .burger span:nth-of-type(1) {
  transform: scale(0.2, 1.7) translateY(5px);
}
.megamenu-btn:hover .burger span:nth-of-type(2) {
  width: 30px;
  transform: scale(0.2, 1.7);
}
.megamenu-btn:hover .burger span:nth-of-type(3) {
  transform: scale(0.2, 1.7) translateY(-5px);
}

.fillter-btn.style-fixed {
  position: fixed;
  padding: 10px;
  top: 50%;
  right: 0;
  z-index: 999;
  border-radius: 5px 0 0 5px;
  background-color: var(--white);
}
.fillter-btn.style-fixed i {
  font-size: 20px;
  color: var(--accent-blue);
}

.tf-btn-newsletter {
  color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn-newsletter i {
  font-size: 20px;
  color: var(--primary);
}
.tf-btn-newsletter:hover {
  color: var(--primary);
}

.tf-btn-readmore {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--surface);
  border-radius: 17.5px;
  border: 1px solid var(--surface);
  position: relative;
  padding: 11.5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-btn-readmore .plus {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11.5px;
  color: var(--light-bg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn-readmore .text {
  position: absolute;
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--light-bg);
}
.tf-btn-readmore:hover {
  width: 132px;
}
.tf-btn-readmore:hover .plus {
  transform: translateY(-50%);
  left: 20px;
}
.tf-btn-readmore:hover .text {
  padding-left: 23px;
  position: unset;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.tf-btn-readmore.style-open {
  width: 132px;
}
.tf-btn-readmore.style-open .plus {
  transform: translateY(-50%);
  left: 20px;
}
.tf-btn-readmore.style-open .text {
  padding-left: 20px;
  position: unset;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.tf-btn-readmore.style-open:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.tf-btn-close i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn-close:hover i {
  color: var(--main-dark);
}

.arrow-btn {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--dark);
}
.arrow-btn i {
  color: var(--text-dark);
}
.arrow-btn:hover {
  background-color: var(--accent-blue);
  border-color: var(--accent-blue);
}
.arrow-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.1 !important;
}
.arrow-btn.w-50 {
  width: 50px !important;
  height: 50px !important;
}

/*------------ range slider ---------------- */
/*range-slider
    ---------------------*/
.range-slider .range-two-val {
  height: 4px;
  box-shadow: none;
  border: 0;
  background: rgba(255, 63, 37, 0.15);
}
.range-slider .range-two-val .noUi-connects {
  position: relative;
}
.range-slider .range-two-val .noUi-connects .noUi-connect {
  background-color: var(--red);
  height: 3px;
}
.range-slider .range-two-val .noUi-origin .noUi-handle {
  position: absolute;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--red);
  border: none;
  box-shadow: none;
  top: -6px;
  right: -9px;
}
.range-slider .range-two-val .noUi-origin .noUi-handle::after, .range-slider .range-two-val .noUi-origin .noUi-handle::before {
  display: none;
}
.range-slider .range-two-val .noUi-origin .noUi-handle:active {
  right: -10px !important;
}
.range-slider .range-two-val .noUi-origin .noUi-handle.noUi-handle-lower {
  display: none !important;
}
.range-slider .bottom {
  margin-top: 21px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.range-slider .value {
  width: 100%;
  gap: 15px;
  margin-top: 10px;
}
.range-slider .value h6 {
  color: var(--color-title);
}
.range-slider .input-container div {
  position: absolute;
  width: max-content;
  padding: 5px;
  margin: 0;
  border: 1px solid var(--Line);
  border-radius: 5px;
  top: 20%;
  background-color: var(--White);
}
.range-slider .input-container div::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid var(--Line);
  border-top-color: transparent;
  border-top-color: var(--White);
}

/*------------ form ---------------- */
form {
  position: relative;
  z-index: 30;
}
form textarea,
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  border: unset;
  overflow: hidden;
  margin-bottom: 0;
  outline: none;
}
form input:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}

fieldset {
  width: 100%;
}

.cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.form-search-siderbar {
  width: 100%;
  position: relative;
}
.form-search-siderbar input {
  width: 100%;
  height: 60px;
  padding: 13px 25px !important;
  border: none !important;
  background-color: var(--main-dark);
  border-radius: 7px;
  outline: none;
  color: var(--white);
}
.form-search-siderbar input::placeholder {
  color: var(--white);
}
.form-search-siderbar .tf-btn-search {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.form-search-siderbar .tf-btn-search i {
  font-size: 18px;
  color: var(--primary);
}

.form-newsletter .input-icon-absolute {
  max-width: 69%;
}
.form-newsletter .title {
  margin-bottom: 26px;
}
.form-newsletter .title span {
  letter-spacing: 1px;
  font-style: italic;
}
.form-newsletter input {
  background-color: var(--main-dark) !important;
  padding: 21px 23px 17px 53px !important;
  color: var(--surface);
  border: 1px solid var(--stroke-2) !important;
  border-radius: 12px;
  font-size: 14px;
}
.form-newsletter input::placeholder {
  color: var(--surface);
}
.form-newsletter .tf-btn {
  max-width: 100% !important;
  justify-content: center;
}
.form-newsletter .tf-btn span {
  white-space: nowrap;
}
.form-newsletter .desc {
  margin-bottom: 61px;
  letter-spacing: 0.08px;
  max-width: 91%;
}
.form-newsletter .text {
  font-family: "Manrope", sans-serif;
  color: var(--surface);
}
.form-newsletter .text a {
  color: var(--white);
}

.input-icon-absolute {
  position: relative;
}
.input-icon-absolute i {
  position: absolute;
  top: 24px;
  left: 25px;
}
.input-icon-absolute .icon-email {
  font-size: 13px;
}

.form-newsletter2 {
  width: 100%;
  position: relative;
}
.form-newsletter2 input {
  width: 100%;
  height: 55px;
  padding: 0 17px;
  border: 1px solid var(--stroke) !important;
  background-color: var(--surface);
  color: var(--light-bg) !important;
}
.form-newsletter2 input::placeholder {
  color: var(--white);
}
.form-newsletter2 input:-webkit-autofill {
  -webkit-text-fill-color: var(--white);
  background-color: var(--main-dark);
}
.form-newsletter2 .tf-btn-newsletter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.form-comment .title {
  margin-bottom: 32px;
}
.form-comment .item {
  position: relative;
}
.form-comment .item i {
  position: absolute;
  top: 24px;
  right: 25px;
}
.form-comment .item .icon-email {
  font-size: 12px;
}
.form-comment input {
  padding: 19px 25px !important;
  border-radius: 12px;
  outline: 1px solid var(--stroke-2) !important;
  background-color: var(--main-dark);
  color: var(--white) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-comment input:focus {
  outline: 1px solid var(--primary) !important;
}
.form-comment input::placeholder {
  color: var(--white);
}
.form-comment input:-webkit-autofill {
  -webkit-text-fill-color: var(--white);
  background-color: var(--main-dark);
}
.form-comment textarea {
  height: 125px;
  padding: 22px 29px !important;
  outline: 1px solid var(--stroke-2) !important;
  background-color: var(--main-dark);
  color: var(--white) !important;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-comment textarea:focus {
  outline: 1px solid var(--primary) !important;
}
.form-comment textarea::placeholder {
  color: var(--white);
}
.form-comment textarea:-webkit-autofill {
  -webkit-text-fill-color: var(--white);
  background-color: var(--main-dark);
}

.form-contact-us {
  padding: 55px 50px 60px;
  background-color: var(--surface);
}
.form-contact-us .heading-form {
  margin-bottom: 32px;
}
.form-contact-us .title {
  margin-bottom: 11px;
  color: var(--text-light);
  letter-spacing: 0.1px;
}
.form-contact-us .desc {
  color: var(--text-light);
  letter-spacing: 0.05px;
}
.form-contact-us .item {
  position: relative;
}
.form-contact-us .item i {
  position: absolute;
  top: 19px;
  right: 18px;
  z-index: 10;
  color: var(--text-light);
}
.form-contact-us .item .icon-email {
  font-size: 13px;
}
.form-contact-us .error {
  color: var(--text-light);
  margin-bottom: 10px;
}
.form-contact-us textarea {
  height: 125px;
  background-color: var(--light-bg) !important;
  border-radius: 5px;
  padding: 20px 21px !important;
  color: var(--text-dark);
}
.form-contact-us textarea::placeholder {
  color: var(--text-dark);
}
.form-contact-us input {
  background-color: var(--text-light) !important;
  border-radius: 5px;
  padding: 17px 42px 17px 21px !important;
  color: var(--text-dark);
}
.form-contact-us input::placeholder {
  color: var(--text-dark);
}
.form-contact-us.sidebar-form {
  background-color: transparent;
  padding: 0;
}
.form-contact-us.sidebar-form textarea {
  height: 100px;
  background-color: var(--text-dark) !important;
  border-radius: 5px;
  padding: 17px 18px !important;
  color: var(--text-light);
  border-radius: 12px;
  border: 1px solid var(--surface);
}
.form-contact-us.sidebar-form textarea::placeholder {
  color: var(--text-light);
}
.form-contact-us.sidebar-form textarea:-webkit-autofill {
  -webkit-text-fill-color: var(--white) !important;
}
.form-contact-us.sidebar-form .nice-select {
  background-color: var(--surface);
  padding: 9px 18px !important;
  border-radius: 12px !important;
  border: 1px solid var(--stroke-2) !important;
}
.form-contact-us.sidebar-form .nice-select span {
  color: var(--light-bg);
}
.form-contact-us.sidebar-form .nice-select::before {
  color: var(--light-bg);
}
.form-contact-us.sidebar-form input {
  background-color: var(--light-bg) !important;
  border-radius: 5px;
  padding: 14px 17px !important;
  color: var(--surface);
  border-radius: 12px;
  border: 1px solid var(--stroke-2);
}
.form-contact-us.sidebar-form input::placeholder {
  color: var(--white);
}
.form-contact-us.sidebar-form input:-webkit-autofill {
  -webkit-text-fill-color: var(--white) !important;
}
.form-contact-us.sidebar-form .error {
  color: var(--white);
}
.form-contact-us.style-bg-dark-2 {
  background-color: #269dd747;
  padding: 48px 50px 50px;
  border-radius: 16px;
}
.form-contact-us.style-bg-dark-2 .error {
  color: var(--white);
}
.form-contact-us.style-bg-dark-2 textarea {
  height: 125px;
  background-color: var(--surface) !important;
  border-radius: 5px;
  padding: 22px 29px !important;
  color: var(--light-bg);
  border-radius: 12px;
  border: 1px solid var(--stroke-2);
}
.form-contact-us.style-bg-dark-2 textarea::placeholder {
  color: var(--white);
}
.form-contact-us.style-bg-dark-2 textarea:-webkit-autofill {
  -webkit-text-fill-color: var(--white) !important;
}
.form-contact-us.style-bg-dark-2 .nice-select {
  background-color: var(--surface);
  padding: 15px 25px 15px 25px !important;
  border-radius: 12px !important;
  border: 1px solid var(--stroke-2) !important;
}
.form-contact-us.style-bg-dark-2 .nice-select span {
  color: var(--light-bg);
}
.form-contact-us.style-bg-dark-2 .nice-select::before {
  color: var(--light-bg);
}
.form-contact-us.style-bg-dark-2 input {
  background-color: var(--surface) !important;
  border-radius: 5px;
  padding: 20px 24px !important;
  color: var(--light-bg);
  border-radius: 12px;
  border: 1px solid var(--stroke-2);
}
.form-contact-us.style-bg-dark-2 input::placeholder {
  color: var(--light-bg);
}
.form-contact-us.style-bg-dark-2 input:-webkit-autofill {
  -webkit-text-fill-color: var(--surface) !important;
}
.form-contact-us.style-bg-dark-2 .item i {
  color: var(--white);
  top: 23px;
  right: 24px;
}
.form-contact-us.style-bg-dark-2 input[type=number]::-webkit-outer-spin-button,
.form-contact-us.style-bg-dark-2 input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-contact-us.style-bg-dark-2 input[type=number] {
  -moz-appearance: textfield;
}
.form-contact-us.style-bg-dark-2 .error {
  width: 100%;
  margin-bottom: 10px;
}
.form-contact-us.style-bg-dark-2 .sub-title {
  margin-bottom: 22px;
}

/*------------ slider ---------------- */
.tf-swiper .swiper-slide {
  height: auto;
}
.tf-swiper .swiper-slide > div {
  height: 100%;
}

.sw-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.sw-pagination .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 0 !important;
  margin-right: 15px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-pagination .swiper-pagination-bullet::after {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 5;
  border-radius: 50%;
  border: 2px solid var(--surface);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--surface);
}
.sw-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.sw-project {
  margin-right: 15px;
  margin-left: 15px;
}

/* ===== Navigation Buttons ===== */
  .sw-button-prev,
  .sw-button-next {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgb(32 130 196);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .sw-button-prev:hover,
  .sw-button-next:hover {
    background: rgba(0, 0, 0, 0.7);
  }

  .sw-button-prev {
    left: 15px;
  }

  .sw-button-next {
    right: 15px;
  }

.sw-testimonial {
  padding: 15px 0;
  margin: -15px 0;
}

.sw-border {
  padding: 15px 0;
  margin: -15px 0;
}

/*------------ off canvas ---------------- */
.offcanvasMegamenu {
  background-color: var(--light-bg);
  max-width: 450px;
  width: 100% !important;
  --bs-offcanvas-height: max-content;
  overflow-y: auto;
  padding: 20px;
  z-index: 999999;
}
.offcanvasMegamenu .tf-close-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offcanvasMegamenu .heading {
  margin-bottom: 30px;
  text-align: end;
}
.offcanvasMegamenu .desc {
  color: var(--surface);
  margin-bottom: 40px;
}
.offcanvasMegamenu .title-content {
  color: var(--white);
  margin-bottom: 15px;
}
.offcanvasMegamenu .contact-list-mega-menu {
  margin-bottom: 40px;
}
.offcanvasMegamenu .contact-list-mega-menu li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.offcanvasMegamenu .contact-list-mega-menu li p {
  color: var(--white);
}
.offcanvasMegamenu .contact-list-mega-menu li a {
  color: var(--surface);
}
.offcanvasMegamenu .contact-list-mega-menu li a:hover {
  color: var(--primary);
}
.offcanvasMegamenu .megamenu-subscribe {
  margin-bottom: 40px;
}
.offcanvasMegamenu .megamenu-recent .tf-post-list {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border);
}
.offcanvasMegamenu .megamenu-recent .tf-post-list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.overlay-filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: var(--main-dark);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay-filter.show {
  visibility: visible;
  opacity: 0.3;
}

/*------------ product ---------------- */
/*------------ blog ---------------- */
.tf-post-grid {
  background-color: var(--dark-2);
  border: 1px solid var(--stroke-2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.tf-post-grid .category-post {
  margin-bottom: 20px;
}
.tf-post-grid .image {
  margin: 15px 15px 0;
}
.tf-post-grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-post-grid .post-content {
  padding: 38.5px 50px 31px;
}
.tf-post-grid .post-content .title {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.4px;
}
.tf-post-grid .bottom-item {
  padding: 25px 50px 22px;
  border-top: 1px solid var(--stroke-2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tf-post-grid .bottom-item .icon-email {
  font-size: 13px;
}
.tf-post-grid.style-desc {
  border: 0;
  background-color: transparent;
}
.tf-post-grid.style-desc .image {
  width: 100%;
  margin: 0;
}
.tf-post-grid.style-desc .top {
  position: relative;
}
.tf-post-grid.style-desc .date {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}
.tf-post-grid.style-desc .category-post {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 5;
  margin-bottom: 0;
}
.tf-post-grid.style-desc .category-post .item {
  background-color: rgba(255, 255, 255, 0.3215686275);
}
.tf-post-grid.style-desc .category-post .item:hover {
  background-color: var(--primary);
  color: var(--white);
}
.tf-post-grid.style-desc .post-content {
  padding: 40px 0 0;
}
.tf-post-grid.style-desc .post-content .title {
  margin-bottom: 15px;
}
.tf-post-grid.style-desc .post-content .sub-title {
  margin-bottom: 25px;
}

.category-post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 9px;
}
.category-post .item {
  background-color: var(--stroke-2);
  color: var(--white);
  padding: 10px 20px;
  display: inline-block;
}
.category-post .item:hover {
  background-color: var(--primary);
  color: var(--main-dark);
}

.tf-sidebar {
  background-color: var(--dark-2);
  padding: 43px 40px 48px;
  border: 1px solid var(--stroke-2);
}
.tf-sidebar.no-bg {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.sidebar-item {
  border-radius: 7px;
  margin-bottom: 42px;
}
.sidebar-item .title-content {
  padding-bottom: 26px;
  margin-bottom: 40px;
  letter-spacing: -0.3px;
  position: relative;
  color: var(--light-bg);
}
.sidebar-item .title-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--stroke-2);
}
.sidebar-item h4 {
  letter-spacing: 0.1px !important;
  padding-bottom: 24px !important;
  font-family: "DM Sans", sans-serif;
}
.sidebar-item.sidebar-search .title-content {
  padding-bottom: 0 !important;
  margin-bottom: 23px;
}
.sidebar-item.sidebar-search .title-content::before {
  display: none !important;
}
.sidebar-item.sidebar-categories .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26.5px;
}
.sidebar-item.sidebar-categories .item i {
  font-size: 10px;
  color: var(--light-bg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-item.sidebar-categories .item a {
  letter-spacing: 0.2px;
  color: var(--light-bg);
}
.sidebar-item.sidebar-categories .item:hover a,
.sidebar-item.sidebar-categories .item:hover i {
  color: var(--primary);
}
.sidebar-item.sidebar-categories .item:last-child {
  margin-bottom: 0;
}
.sidebar-item.bg-dark-2 {
  background-color: var(--surface);
  padding: 43px 40px 48px;
  border: 1px solid var(--stroke-2);
}

.sidebar-contact {
  padding: 50px 40px 48px !important;
}
.sidebar-contact .title-content {
  letter-spacing: 0.3px;
  padding-bottom: 0;
}
.sidebar-contact .title-content::before {
  display: none;
}

.sidebar-recent-posts .tf-post-list {
  border-bottom: 1px solid var(--stroke-2);
  padding-bottom: 34px;
  margin-bottom: 35px;
}
.sidebar-recent-posts .tf-post-list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.tf-post-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}
.tf-post-list .image {
  border-radius: 50%;
  overflow: hidden;
  max-width: 65px;
  height: 100%;
}
.tf-post-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-post-list .post-date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 11px;
  margin-bottom: 12px;
}
.tf-post-list .post-date span,
.tf-post-list .post-date i {
  color: var(--white);
}
.tf-post-list .post-date .icon-email {
  font-size: 13px;
}
.tf-post-list a {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.2px;
  line-height: 26px;
}
.tf-post-list .post-content {
  max-width: calc(100% - 95px);
  width: 100%;
}
.tf-post-list.style-2 {
  border: 1px solid var(--stroke-2);
  justify-content: space-between;
  gap: 0;
}
.tf-post-list.style-2 .image {
  border-radius: 0;
  overflow: hidden;
  margin: 10px 10px 7px;
  max-width: 100%;
}
.tf-post-list.style-2 .image img {
  display: block;
  height: auto;
  transform: translateY(0);
  object-fit: cover;
}
.tf-post-list.style-2 .post-content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.tf-post-list.style-2 .post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 15px;
}
.tf-post-list.style-2 .post-meta .line {
  display: block;
  height: 1px;
  width: 20px;
  background-color: var(--white);
}
.tf-post-list.style-2 .post-meta a {
  white-space: nowrap;
}
.tf-post-list.style-2 .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--white);
  cursor: pointer;
}
.tf-post-list.style-2 .title a {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.3px;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
}
.tf-post-list.style-2 .title a:hover {
  text-decoration-color: var(--primary) !important;
}
.tf-post-list.style-2 .desc {
  margin-bottom: 21px;
}
.tf-post-list.style-2:hover .title a {
  text-decoration-color: var(--white);
}

.tabs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.tabs-list .tabs-item {
  padding: 10px 20.3px;
  background-color: var(--stroke-2);
  color: var(--white);
}
.tabs-list .tabs-item:hover {
  background-color: var(--primary);
  color: var(--main-dark);
}

.sidebar-banner {
  background-image: url("../image/blog/banner-sidebar-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.sidebar-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: var(--surface);
  mix-blend-mode: multiply;
}
.sidebar-banner .box-content {
  position: relative;
  padding: 108px 40px 40px 40px;
}
.sidebar-banner .sub-title {
  color: var(--primary);
  margin-bottom: 9px;
}
.sidebar-banner .title {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 31px;
  letter-spacing: -0.2px;
  color: var(--light-bg);
}

.list-post-gird .bottom-btn {
  margin-top: 72px;
}

.list-post-gird-2 .bottom-btn {
  margin-top: 65px;
}

.tf-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.tf-grid-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.tf-grid-1 .fl-item2 {
  display: none;
}
.tf-grid-1 .fl-item2:last-child {
  margin-bottom: 0;
}

.fl-item {
  display: none;
}

.big-text {
  letter-spacing: -3%;
  white-space: nowrap;
  padding: 15px;
}
.big-text .text-stroke {
  color: var(--stroke);
}

.wg-blog-details {
  background-color: var(--dark-2);
  border: 1px solid var(--stroke-2);
}
.wg-blog-details .details-content {
  padding-top: 50px;
  padding-bottom: 54px;
}
.wg-blog-details .category-post {
  padding-left: 50px;
  padding-right: 50px;
}
.wg-blog-details .date-user-post {
  gap: 71px;
  padding-left: 50px;
  padding-right: 50px;
}
.wg-blog-details .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-blog-details .img-details {
  padding-left: 15px;
  padding-right: 15px;
}
.wg-blog-details .list-img {
  padding-left: 15px;
  padding-right: 15px;
  gap: 20px;
}
.wg-blog-details .desc {
  padding-left: 50px;
  padding-right: 50px;
}
.wg-blog-details .desc .desc-flex {
  margin-bottom: 8px;
}
.wg-blog-details .desc span {
  color: var(--surface);
  letter-spacing: 0.06px;
}
.wg-blog-details .content {
  padding-left: 50px;
  padding-right: 50px;
}
.wg-blog-details .content .title {
  line-height: 120%;
}
.wg-blog-details .content .desc {
  padding-left: 0;
  padding-right: 0;
}
.wg-blog-details .tag-social {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--stroke-2);
  border-bottom: 1px solid var(--stroke-2);
  margin-left: 50px;
  margin-right: 50px;
}
.wg-blog-details .write-review {
  margin-bottom: 70px;
  padding-left: 50px;
  padding-right: 50px;
}

.date-post p {
  padding-bottom: 6px;
}
.date-post h5 {
  letter-spacing: -0.3px;
}

.date {
  width: 90px;
  height: 90px;
  background-color: var(--primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.date .day {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}
.date span {
  color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.date:hover {
  background-color: var(--white);
}
.date:hover span {
  color: var(--main-dark);
}

.desc-flex span {
  max-width: calc(100% - 70px);
}

.frame-item {
  margin-top: 5px;
  background-color: var(--primary);
  color: var(--main-dark) !important;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.user-details .image-avata {
  max-width: 55px;
  border-radius: 50%;
  overflow: hidden;
  flex-grow: 1;
}
.user-details .image-avata img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-details .user-content {
  max-width: calc(100% - 75px);
}
.user-details .user-content p {
  margin-bottom: 4px;
}
.user-details .user-content .name-user a {
  letter-spacing: -0.4px;
}

.wg-quote {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-left: 3px solid var(--primary);
  margin-left: 50px;
  margin-right: 50px;
  padding: 21px 43px;
  background-color: var(--main-dark);
  gap: 40px;
}
.wg-quote .icon {
  margin-top: 11px;
}
.wg-quote .icon i {
  font-size: 41px;
  color: var(--primary);
}
.wg-quote .title {
  font-size: 26px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 18px;
}
.wg-quote .name-quote {
  position: relative;
  padding-left: 70px;
}
.wg-quote .name-quote::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary);
}

.author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px 50px;
  background-color: var(--main-dark);
}
.author .image {
  max-width: 160px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.author .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author .name {
  margin-bottom: 26px;
}
.author .name a {
  letter-spacing: -0.4px;
}
.author .text {
  margin-bottom: 32px;
  line-height: 112%;
}
.author .author-content {
  padding-bottom: 7px;
}

.recent-news {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--stroke-2);
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 61px;
}

.comment {
  margin-right: 50px;
  margin-left: 50px;
  padding-bottom: 70px;
  margin-bottom: 62px;
  border-bottom: 1px solid var(--stroke-2);
}
.comment .title {
  margin-bottom: 30px;
}

.comment-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: start;
  gap: 35px;
}
.comment-item .image {
  max-width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.comment-item .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 12px;
}
.comment-item .date {
  color: var(--primary);
}
.comment-item .text {
  color: var(--surface);
  margin-bottom: 15px;
  letter-spacing: 0.05px;
  max-width: 95%;
}
.comment-item .comment-content {
  max-width: calc(100% - 135px);
}
.comment-item.reply {
  padding-left: 50px;
  padding-right: 62px;
  margin-top: 46px;
}
.comment-item.reply .text {
  max-width: 100%;
}

/*------------ testimonial ---------------- */
.testimonial-item .icon {
  margin-bottom: 33px;
}
.testimonial-item .icon i {
  color: var(--primary);
  font-size: 55px;
}
.testimonial-item .text {
  margin-bottom: 30px;
  max-width: 699px;
  letter-spacing: -0.05px;
}
.testimonial-item .user-testimonial .name-user {
  display: block;
  margin-bottom: 10px;
  letter-spacing: -0.4px;
}
.testimonial-item .user-testimonial .position {
  display: block;
  font-family: "Manrope", sans-serif;
}
.testimonial-item.style-2 {
  background-color: var(--surface);
  border: 1px solid var(--surface);
  text-align: center;
  padding: 50px 15px 47px;
  border-radius: 5px;
}
.testimonial-item.style-2:hover{
  background: #256d93;
  transition: .4s all;
}
.testimonial-item.style-2 .icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-bg);
  border-radius: 50%;
  margin-bottom: 0;
  position: relative;
}
.testimonial-item.style-2 .icon i {
  font-size: 15px;
  color: var(--white);
}
.testimonial-item.style-2 .image-avatar {
  max-width: 85px;
  border-radius: 50%;
  margin-left: -12.5px;
}
.testimonial-item.style-2 .image-avatar img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-item.style-2 .top-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.testimonial-item.style-2 .text {
  max-width: 270px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  color: var(--light-bg);
  letter-spacing: 0.1px;
}
.testimonial-item.style-2 .name-user {
  margin-bottom: 11px;
}
.testimonial-item.style-2 .name-user a{
  color: var(--light-bg);
}
.testimonial-item.style-2 .position {
  color: var(--light-bg);
}

/*------------ accordion ---------------- */
.according-item {
  margin-bottom: 36px;
}
.according-item:last-child {
  margin-bottom: 0;
}
.according-item h5 {
  letter-spacing: -0.4px;
}
.according-item .title-according {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--surface);
  color: var(--accent-blue);
}
.according-item .title-according span {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item .title-according span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent-blue);
}
.according-item .title-according span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent-blue);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item .title-according.collapsed {
  border-bottom-color: var(--accent-blue);
  color: var(--accent-blue);
}
.according-item .title-according.collapsed span {
  transform: rotate(90deg);
}
.according-item .title-according.collapsed span::after {
  opacity: 1;
  visibility: visible;
}
.according-item .title-according:hover {
  color: var(--primary);
}
.according-item .according-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 42px;
}
.according-item .according-content .image {
  max-width: 190px;
  width: 100%;
}
.according-item .according-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.according-item .according-content .right {
  padding-left: 51px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
}
.according-item .according-content .desc {
  margin-bottom: 30px;
}
.according-item .according-content .benefit-item {
  margin-bottom: 22px;
}
.according-item .according-content .benefit-item:last-child {
  margin-bottom: 0;
}
.according-item.style-2 {
  padding: 0px 30px;
  background-color: var(--surface);
  margin-bottom: 10px;
}
.according-item.style-2 .title-according {
  padding-bottom: 0;
  border-bottom: 0;
  letter-spacing: 0.1px;
  padding: 21.5px 0;
  gap: 20px;
}
.according-item.style-2 .title-according i {
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.according-item.style-2 .title-according:not(.collapsed) {
  padding-top: 29px;
  padding-bottom: 0;
}
.according-item.style-2 .title-according:not(.collapsed) i {
  transform: rotate(90deg);
}
.according-item.style-2 .according-content {
  margin-top: 18px;
  padding-right: 20px;
  padding-bottom: 24px;
}
.according-item.style-2 .according-content p {
  letter-spacing: 0.06px;
  color: var(--light-bg);
}

/*------------ shop ---------------- */
/*------------ map ---------------- */
.map {
  max-width: 100%;
  height: 600px;
  overflow: hidden;
}

.mapboxgl-ctrl-attrib a,
.mapboxgl-ctrl-attrib.mapboxgl-compact,
a.mapboxgl-ctrl-logo {
  display: none !important;
}

/*------------ nice-select ---------------- */
.nice-select {
  border-color: transparent !important;
  border-radius: 5px;
  position: relative;
}
.nice-select::before {
  content: "\e90b";
  font-family: "icomoon";
  position: absolute;
  right: 20px;
  top: 55%;
  transform: translateY(-50%);
  font-size: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--main-dark);
}
.nice-select::after {
  display: none;
}
.nice-select > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--main-dark);
}
.nice-select .list li {
  color: var(--main-dark);
}
.nice-select.open {
  z-index: 50;
}
.nice-select.open::before {
  transform: translateY(-50%) rotate(180deg);
}

/*------------ animation ---------------- */
.tf-fade-top {
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-left {
  transform: translateX(-20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-right {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-bottom {
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-bottom-left {
  transform: translate(20px, -20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-fade-top-right {
  transform: translate(-20px, -20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tf-animate-1 {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-1.active-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}
.tf-animate-1.transition-1s {
  -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.tf-animate-2 {
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-2.active-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}
.tf-animate-2.transition-1s {
  -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.tf-animate-3 {
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-3.active-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}
.tf-animate-3.transition-1s {
  -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.tf-animate-4 {
  clip-path: inset(0 0 0 100%);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-4.active-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}
.tf-animate-4.transition-1s {
  -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ripple {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.9;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}
.text-flip {
  display: grid;
  transform-style: preserve-3d;
  transform-origin: center center;
  position: relative;
}

.text-face {
  grid-area: 1/1;
  backface-visibility: hidden;
}

.text-front {
  transform: rotateX(0deg);
}

.text-back {
  transform: rotateX(180deg);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 2px 0 var(--primary);
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 0 2px 0 var(--primary);
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 2px 0 var(--primary);
  }
}
.hover-image .image {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.hover-image .image:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.hover-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.hover-image:hover .image:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hover-image:hover .image img {
  transform: scale(1.1);
}

/*------------ widgets ---------------- */
.mask {
  position: absolute;
  animation: rotate 14s linear infinite;
}
.mask.mask-1 {
  top: 200px;
  right: -15.3%;
}
.mask.mask-1.p-about {
  right: -18.3%;
}
.mask.mask-2 {
  top: 571px;
  left: -27%;
}
.mask.mask-2.p-about {
  top: 10.3%;
  left: -27%;
}
.mask.mask-3 {
  top: 1627px;
  right: -19%;
}
.mask.mask-service-1 {
  top: 5.6%;
  right: -295px;
}
.mask.mask-service-2 {
  top: 12.8%;
  left: -27%;
}
.mask.mask-service-3 {
  top: 33.5%;
  right: -369px;
}
.mask.mask-service-4 {
  bottom: -19%;
  left: -531px;
}

.tf-marquee {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.tf-marquee .marquee-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  animation: infiniteScroll 420s linear infinite;
  align-items: center;
  transition: animation-duration 300ms;
}
.tf-marquee .marquee-wrapper .initial-child-container {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.tf-marquee .marquee-wrapper .initial-child-container .marquee-child-item {
  display: inline-flex;
}
.tf-marquee .marquee-wrapper:hover {
  animation-play-state: paused;
}


.initial-child-container {
  display: inline-block;
  white-space: nowrap;
}

.big-text {
  display: inline-block;
  font-size: 20rem;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-right: 2rem;
  background: linear-gradient(to right, #0a1324 0%, #0ca4e4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.counter{
  color: var(--text-dark);
}

.counter-item .number-counter.fs-65 {
  font-size: 65px;
  line-height: 100%;
}
.counter-item .number-counter span {
  font-family: "Inter", sans-serif !important;
  line-height: 100% !important;
}
.counter-item .title-counter {
  letter-spacing: -0.3px;
}
.counter-item .odometer-formatting-mark {
  display: none !important;
}
.counter-item .odometer-value {
  width: 100%;
}
.counter-item.style-2 {
  padding: 40px 45px 31px;
  max-width: 300px;
  width: 100%;
}
.counter-item.style-2 .icon {
  width: 50px;
  height: 50px;
  background-color: var(--light-bg);
  border-radius: 50%;
  margin-bottom: 37px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-item.style-2 .icon i {
  color: var(--dark-2);
}
.counter-item.style-2 .number-counter {
  margin-bottom: 4px;
}
.counter-item.style-bg-primary {
  background-color: var(--accent-blue);
}
.counter-item.style-bg-surface {
  background-color: var(--surface);
}
.counter-item.style-bg-surface .title-counter,
.counter-item.style-bg-surface span {
  color: var(--text-light);
}

.text-rotate {
  animation: rotate 10s linear infinite;
}
.text-rotate svg {
  width: 180px;
  height: 180px;
}
.text-rotate svg text {
  font-size: 25px;
  fill: var(--text-dark);
  font-family: "Inter", sans-serif;
}

.wg-curve-text {
  position: relative;
  width: max-content;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--surface);
}
.wg-curve-text .icon {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--surface);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wg-curve-text .icon i {
  color: var(--surface);
  font-size: 27px;
  transform: rotate(45deg);
  font-weight: 400;
}

.box-logo {
  width: 156px;
  height: 126px;
  background-color: var(--main-dark);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 9px;
}
.box-logo img {
  max-width: 45px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.box-logo .title {
  margin-top: 2px;
}

.box-avatar {
  padding: 31px 35px 38px;
  background-color: #00285c;
}
.box-avatar .text {
  padding-bottom: 21px;
}
.box-avatar .text p {
  line-height: 23px;
  margin-bottom: 11px;
  letter-spacing: -0.4px;
  color: var(--light-bg);
}
.box-avatar .text img {
  max-width: 132px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-agent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.list-agent .agent {
  margin-right: -10px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.list-agent .agent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.list-agent .agent:last-child {
  margin-right: 0;
}
.list-agent .agent.agent-plus {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  position: relative;
}
.list-agent .agent.agent-plus span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: var(--primary);
  line-height: 22px;
  font-family: "Manrope", sans-serif;
}
.list-agent .agent.style-border {
  border: 2px solid var(--white);
  width: 35px;
  height: 35px;
  margin-right: -5px;
}
.list-agent .agent.style-border:last-child {
  margin-right: 0;
}

.benefit-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 13px;
  align-items: center;
}
.benefit-item i {
  color: var(--accent-blue);
}
.benefit-item.style-big {
  gap: 18px;
}
.benefit-item.style-big i {
  font-size: 28px;
}
.benefit-item.style-big span {
  letter-spacing: -0.2px;
}
.benefit-item.style-desc {
  flex-direction: column;
  align-items: start;
  gap: 12px;
}
.benefit-item.style-desc i {
  font-size: 23px;
}
.benefit-item.style-desc .top-item span {
  letter-spacing: -0.3px;
}
.benefit-item.style-desc .desc {
  letter-spacing: 0.05px;
}

.services-item {
  padding: 50px;
  border: 2px solid var(--stroke);
}
.services-item .icon {
  width: max-content;
  margin-bottom: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-item .icon i {
  font-size: 55px;
  color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-item h6 {
  margin-bottom: 9px;
  letter-spacing: -0.4px;
}
.services-item .desc {
  margin-bottom: 30px;
  max-width: 97%;
}
.services-item .image {
  margin-bottom: 40px;
  background-color: var(--main-dark);
}
.services-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-item.no-img {
  border-left: 2px solid var(--stroke);
  padding: 50px 50px 50px 70px;
}
.services-item.no-img h5 {
  letter-spacing: -0.6px;
  margin-bottom: 15px;
}
.services-item:hover{
  background:#218aca66;
  transition: .5s all;
}
.services-item:hover .icon {
  transform: rotateY(375deg);
}
.services-item:hover .icon i {
  color: var(--surface);
}
.services-item:hover .tf-btn-readmore {
  width: 132px;
}
.services-item:hover .tf-btn-readmore .plus {
  transform: translateY(-50%);
  left: 20px;
}
.services-item:hover .tf-btn-readmore .text {
  padding-left: 23px;
  position: unset;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

.wg-cta {
  background-color: var(--primary);
}
.wg-cta .cta-inner {
  align-items: center;
  padding: 17px 15px 15px 0;
  position: relative;
  gap: 20px 138px;
}
.wg-cta .cta-inner .tf-btn-close {
  position: absolute;
  top: 20px;
  right: 0;
}
.wg-cta .cta-inner .icon {
  margin-right: 20px;
}
.wg-cta .cta-inner .icon i {
  font-size: 35px;
}
.wg-cta .cta-inner .title {
  margin-right: 20px;
}
.wg-cta .cta-inner .title span {
  font-style: italic;
  letter-spacing: -0.3px;
  text-decoration-line: underline;
}
.wg-cta .cta-inner .list-agent {
  padding-right: 20px;
}
.wg-cta .cta-inner .img-line {
  max-width: 124px;
  margin-top: -8px;
}
.wg-cta .cta-inner .img-line img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-cta .cta-inner .tf-btn-close i {
  font-size: 30px;
}

.team-item {
  border: 1px solid var(--surface);
}
.team-item .image {
  margin: 10px 9.5px 0;
  display: block;
}
.team-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item .top-item {
  position: relative;
}
.team-item .plus-icon {
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-bg);
  border: 3px solid var(--surface);
}
.team-item .plus-icon span {
  color: var(--text-dark);
  font-size: 23px;
}
.team-item .social-item {
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  max-width: 161px;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-blue);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-item .social-item .post-social {
  gap: 17px;
}
.team-item .social-item .icon-social i {
  font-size: 17px;
}
.team-item .social-item .icon-social:hover i {
  color: var(--surface) !important;
}
.team-item .item-content {
  text-align: center;
  padding: 49px 15px 32px;
}
.team-item .item-content .title {
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  color: var(--surface);
}
.team-item:hover .social-item {
  bottom: -27px;
  opacity: 1;
  visibility: visible;
}

.team-item .item-content .sub-title{
  color: var(--surface);
}

.project-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: var(--surface);
  border: 1px solid var(--stroke);
  border-radius: 10px;
}
.project-item .item-content {
  padding: 40px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 50px;
}
.project-item .item-content .sub-title {
  margin-bottom: 32px;
  color: #fff;
}
.project-item .item-content .title-project {
  margin-bottom: 26px;
  letter-spacing: 0.2px;
}
.project-item .item-content .title-project a {
  position: relative;
  color: var(--light-bg);
}
.project-item .item-content .title-project a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 3px;
  background-color: var(--accent-blue);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-item .image {
  margin: 10px 10px 10px 0;
  width: 100%;
}
.project-item .image-eway img {
  width: 100%;
  max-width: 470px;
  object-fit: cover;
}
.project-item.style-2 {
  border: 0;
  background-color: #ffffff;
    justify-content: center !important;
    padding: 90px;
    box-shadow: 0px 4px 20px 4px #adadad69;
}
.project-item.style-2 .image {
  margin: 0;
  max-width: calc(50% - 15px);
  position: relative;
}
.project-item.style-2 .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(67, 186, 255, 0) 42.89%, #43BAFF 100%);
}
.project-item.style-2 .item-content {
  max-width: 50%;
  padding: 30px;
}
.project-item.style-2 .desc {
  letter-spacing: 0.1px;
}
.project-item.style-2:hover .image::after {
  height: 100%;
}
.project-item.style-reverse {
  flex-direction: row-reverse;
  justify-content: start;
}
.project-item.project-gird-item {
  flex-direction: column;
  border: 0;
  background-color: transparent;
}
.project-item.project-gird-item .image {
  margin: 0 0 38px !important;
  position: relative;
}
.project-item.project-gird-item .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(67, 186, 255, 0) 42.89%, #43BAFF 100%);
}
.project-item.project-gird-item .item-content {
  padding: 0 !important;
  display: block;
}
.project-item.project-gird-item .item-content .sub-title {
  margin-bottom: 32px;
}
.project-item.project-gird-item .item-content .title-project {
  margin-bottom: 5px;
}
.project-item.project-gird-item:hover .image::after {
  height: 100%;
}
.title-project {
  color: #0a1324;
}
.project-item .item-content .desc{
  color: #fff;
}
.project-item:hover .title-project a {
  color: var(--accent-blue);
}
.project-item:hover .title-project a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.project-item:hover .tf-btn-readmore {
  width: 132px;
}
.project-item:hover .tf-btn-readmore .plus {
  transform: translateY(-50%);
  left: 20px;
}
.project-item:hover .tf-btn-readmore .text {
  padding-left: 23px;
  position: unset;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

.pricing-item {
  padding: 48px 50px;
  background-color: var(--dark-2);
}
.pricing-item .sub-title {
  margin-bottom: 6px;
  color: var(--primary);
}
.pricing-item .title {
  margin-bottom: 24px;
  letter-spacing: -0.7px;
}
.pricing-item .top-item {
  padding-bottom: 41px;
  margin-bottom: 43px;
  border-bottom: 1px solid var(--stroke-2);
}
.pricing-item .list-benefit {
  margin-bottom: 41px;
}
.pricing-item .price span {
  color: var(--primary);
  letter-spacing: 2px;
}
.pricing-item .benefit-item {
  margin-bottom: 25px;
  gap: 9px;
}
.pricing-item .benefit-item:last-child {
  margin-bottom: 0;
}
.pricing-item .tf-btn {
  max-width: 98%;
}
.pricing-item.style-popular {
  position: relative;
}
.pricing-item.style-popular .tab-popular {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FF8C22;
  height: 36px;
  width: 158px;
  padding-left: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  clip-path: polygon(100% 0, 0 0, 5% 50%, 0 100%, 100% 100%);
}
.pricing-item.style-popular .sub-title {
  color: var(--white);
}
.pricing-item.style-popular .price span {
  color: var(--white);
}

.wg-service-details .image-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-service-details .image-blog.img-1 {
  margin-bottom: 73px;
}
.wg-service-details .image-blog.img-2 {
  position: relative;
  margin-bottom: 61px;
}
.wg-service-details .image-blog.img-2 .counter-box {
  position: absolute;
  bottom: 0;
  right: 0;
}
.wg-service-details .details-content {
  margin-bottom: 53px;
}
.wg-service-details .details-content .title {
  letter-spacing: 0.2px;
  margin-bottom: 34px;
}
.wg-service-details .details-content .desc p {
  letter-spacing: 0.07px;
  margin-bottom: 21px;
  width: 95%;
}
.wg-service-details .details-content .desc p:last-child {
  margin-bottom: 0;
}
.wg-service-details .details-content-2 {
  margin-bottom: 61px;
}
.wg-service-details .details-content-2 .title {
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.15px;
  margin-bottom: 12px;
}
.wg-service-details .details-content-2 .desc {
  letter-spacing: 0.07px;
  margin-bottom: 28px;
}
.wg-service-details .details-content-2 .list-features .features-item {
  margin-bottom: 29px;
}
.wg-service-details .details-content-2 .list-features .features-item:last-child {
  margin-bottom: 0;
}

.features-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 35px;
}
.features-item .number-features {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent-blue);
  background-color: var(--surface);
}
.features-item .item-content {
  max-width: calc(100% - 80px);
}
.features-item .item-content a {
  display: inline-block;
  margin-bottom: 13px;
  letter-spacing: 0.13px;
}
.features-item .item-content p {
  letter-spacing: 0.06px;
}

.counter-box {
  max-width: 270px;
  width: 100%;
  height: 206px;
  padding: 30px 52px;
  background-color: var(--accent-blue);
}
.counter-box .counter .number-counter {
  margin-bottom: 10px;
}

.process-item .step-number {
  color: var(--surface);
  margin-bottom: 5px;
}
.process-item .top-item {
  margin-bottom: 33px;
}
.process-item .icon {
  position: relative;
  z-index: 5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--surface);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-item .icon i {
  font-size: 10px;
  color: var(--accent-blue);
}
.process-item .midder-item {
  position: relative;
  margin-bottom: 13px;
}
.process-item .midder-item .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.process-item .line {
  width: 100%;
  height: 1px;
  background-color: var(--stroke);
}
.process-item .text {
  max-width: 228px;
}

.list-process {
  width: 100%;
  justify-content: space-between;
}
.list-process .process-item {
  width: 100%;
}
.list-process .process-item .line {
  max-width: calc(100% + 85px);
}
.list-process .process-item:last-child {
  max-width: 228px;
}
.list-process .process-item:last-child .line {
  max-width: 100%;
}

.next-prev-item .link {
  color: var(--surface);
  display: inline-block;
  margin-bottom: 22px;
}
.next-prev-item .link i {
  font-size: 13px;
}
.next-prev-item .title {
  letter-spacing: -0.1px;
  margin-bottom: 40px;
  font-family: "DM Sans", sans-serif;
}
.next-prev-item.next-details {
  text-align: end;
}

.wg-project-details .image-blog.img-1 {
  margin-bottom: 53px;
}
.wg-project-details .details-content {
  margin-bottom: 47px;
}
.wg-project-details .details-content .title {
  letter-spacing: 0.1px;
  margin-bottom: 28px;
}
.wg-project-details .details-content .desc-flex {
  margin-block: 6px;
}
.wg-project-details .details-content .desc-flex span {
  letter-spacing: 0.07px;
}
.wg-project-details .details-content p {
  letter-spacing: 0.07px;
}
.wg-project-details .details-content .desc {
  margin-bottom: 46px;
}
.wg-project-details .details-content .cols {
  gap: 20px 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wg-project-details .details-content .benefit-item {
  gap: 10px 18px;
  margin-bottom: 20px;
}
.wg-project-details .details-content .benefit-item i {
  font-size: 18px;
}
.wg-project-details .details-content .benefit-item span {
  letter-spacing: 0.1px;
}
.wg-project-details .details-content .benefit-item:last-child {
  margin-bottom: 0;
}
.wg-project-details .details-content.content-2 {
  margin-bottom: 41px;
}
.wg-project-details .details-content.content-2 .desc {
  margin-bottom: 0;
  max-width: 97%;
}
.wg-project-details .list-img {
  gap: 30px;
}
.wg-project-details .list-img .image {
  max-width: calc(33.3333333333% - 20px);
}
.wg-project-details .tag-social {
  padding: 19px 0 18px;
  border-top: 1px solid var(--stroke-2);
  border-bottom: 1px solid var(--stroke-2);
}
.wg-project-details .tag-social span {
  font-family: "DM Sans", sans-serif;
}

.box-info {
  padding: 46px 61px 41px 60px;
  background-color: var(--primary);
  border-radius: 12px;
  position: relative;
}
.box-info .info-item {
  margin-bottom: 41px;
  position: relative;
  z-index: 5;
}
.box-info .info-item .sub-title {
  margin-bottom: 6px;
}
.box-info .info-item .title-info {
  letter-spacing: -0.2px;
}
.box-info .info-item:last-child {
  margin-bottom: 0;
}
.box-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-info-box.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 11%;
}
.box-info::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 7px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--stroke-2);
  background-color: transparent;
  border-radius: 12px;
}

.contact-list .title {
  margin-bottom: 27px;
}
.contact-list .contact-item {
  margin-bottom: 23px;
}
.contact-list .contact-item:last-child {
  margin-bottom: 0;
}

.contact-social .title {
  margin-bottom: 21px;
}

.contact-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-item i {
  font-size: 16px;
  color: #228ecd;
}
.contact-item .icon-email {
  font-size: 13px;
}
.contact-item.location-item i {
  padding-top: 8px;
  font-size: 22px;
}

.alert {
  padding: 0 !important;
  border: 0 !important;
}

.animationtext .item-text {
  -webkit-text-fill-color: unset !important;
  -webkit-text-stroke: unset !important;
  background-image: unset !important;
}

.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: var(--dark-2);
}
.progress-wrap::after {
  position: absolute;
  content: "\e909";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  font-size: 10px;
  color: var(--accent-blue);
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--accent-blue);
  stroke-width: 5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}

.project-item.style-2 .item-content{
    border-radius: 20px;
    /*background: linear-gradient(45deg, #9b9b9b0d, #2188c9);*/
    /*box-shadow: 0 8px 24px rgb(0 0 0 / 15%), inset 0 1px 0 rgba(255, 255, 255, 0.6);*/
}


/*------------ sections ---------------- */
.tf-spacing-1 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tf-spacing-2 {
  margin-top: 0;
  margin-bottom: 120px;
}

.tf-spacing-3 {
  margin-top: 0;
  margin-bottom: 92px;
}

.tf-spacing-4 {
  margin-top: 0;
  margin-bottom: 117px;
}

.tf-spacing-5 {
  margin-top: 0;
  margin-bottom: 106px;
}

.tf-spacing-6 {
  margin-top: 0;
  margin-bottom: 115px;
}

.tf-spacing-7 {
  margin-top: 0;
  margin-bottom: 113px;
}

.tf-spacing-8 {
  margin-top: 0;
  margin-bottom: 86px;
}

.tf-spacing-9 {
  margin-top: 0;
  margin-bottom: 190px;
}

.tf-spacing-10 {
  margin-top: 0;
  margin-bottom: 134px;
}

.tf-spacing-11 {
  margin-top: 0;
  margin-bottom: 101px;
}

.tf-spacing-12 {
  margin-top: 0;
  margin-bottom: 104px;
}

.page-title .page-title-content {
  padding-top: 55px;
    padding-bottom: 0px;
}
.page-title .page-title-content .title {
  color: var(--white);
  margin-bottom: 42px;
}
.page-title.p-pricing .page-title-content {
  padding-top: 86px;
  padding-bottom: 110px;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: var(--accent-blue);
  border-radius: 50%;
}

.breadkcum {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.breadkcum .page-breadkcum {
  color: var(--accent-blue);
}
.breadkcum .link-breadkcum:hover {
  color: var(--primary);
}
.breadkcum a,
.breadkcum span {
  color: var(--white);
}

.page-title-home {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}
.page-title-home .mask.mask-home-1 {
  top: 12%;
  right: -295px;
}
.page-title-home .mask.mask-home-2 {
  bottom: -9.4%;
  left: -27%;
}
.page-title-home .top-page-title {
  margin-bottom: 70px;
}
.page-title-home .top-page-title .sub-title {
  margin-bottom: 17px;
  letter-spacing: -0.4px;
  color: var(--surface);
}
.page-title-home .top-page-title .title {
  letter-spacing: 0.2px;
}
.page-title-home .desc {
  letter-spacing: 0.2px;
  border-bottom: 1px solid var(--dark);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-title-home .wg-counter {
  margin-bottom: 20px;
  max-width: 388px;
}
.page-title-home .image {
  height: 100%;
}
.page-title-home .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight {
  background-color: #0b5e87;
  color: var(--light-bg);
  padding-left: 4px;
  padding-right: 4px;
  letter-spacing: 0.4px;
}

.heading-section .sub-title {
  letter-spacing: 0.1px;
  color: var(--surface);
}
.heading-section .title {
  letter-spacing: 0.1px;
  color: var(--surface);
}
.heading-section .title span {
  letter-spacing: 0.85px;
}
.heading-section .desc {
  letter-spacing: 0.05px;
}

.section-about {
  position: relative;
}
.section-about .about-top {
  margin-bottom: 70px;
}
.section-about .about-inner {
  justify-content: space-between;
  align-items: center;
}
.section-about .section-content .desc {
  letter-spacing: 0.04px;
}
.section-about .img-item {
  position: absolute;
  bottom: -86%;
  left: 0;
}
.section-about.p-services .left {
  position: relative;
}
.section-about.p-services .image {
  max-width: 520px;
  padding-bottom: 86px;
}
.section-about.p-services .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about.p-services .img-secion-item {
  max-width: 342px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-about.p-services .img-secion-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about.p-services .list-benefit {
  margin-bottom: 50px;
}
.section-about.p-services .list-benefit .benefit-item {
  margin-bottom: 27px;
}
.section-about.p-services .list-benefit .benefit-item:last-child {
  margin-bottom: 0;
}

.section-counting {
  position: relative;
  overflow-x: clip;
}
.section-counting .mask {
  right: -19%;
  top: -62%;
}
.section-counting .image {
  width: 100%;
  height: 100%;
}
.section-counting .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-counting .left {
  position: relative;
  width: 100%;
}
.section-counting .left .box-avatar {
  position: absolute;
  bottom: 13px;
  right: 0;
}
.section-counting .left .box-logo {
  position: absolute;
  bottom: 208px;
  left: 220px;
}
.section-counting .right {
  width: 100%;
  padding-left: 30px;
  padding-top: 61px;
  padding-bottom: 61px;
}

.section-company {
  position: relative;
}
.section-company .section-company-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: end;
}
.section-company .section-company-inner .left-section {
  padding-right: 30px;
  padding-top: 43px;
  padding-bottom: 47px;
  width: 100%;
}
.section-company .image-section {
  height: 100%;
}
.section-company .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-services {
  position: relative;
  overflow-x: clip;
}
.section-services .mask {
  top: auto;
  bottom: 0;
  left: -27%;
  right: auto;
}
.section-services .tf-marquee {
  padding-bottom: 132px;
}
.section-services.p-services .tf-marquee {
  padding-bottom: 134px;
}
.section-services.p-services .services-item {
  flex: 1 1 auto;
  max-width: 33.3333333333%;
}
.section-services.p-services .services-item:nth-child(1) {
  border-bottom: 0;
  border-right: 0;
}
.section-services.p-services .services-item:nth-child(2) {
  border-bottom: 0;
  border-right: 0;
}
.section-services.p-services .services-item:nth-child(3) {
  border-bottom: 0;
}
.section-services.p-services .services-item:nth-child(4), .section-services.p-services .services-item:nth-child(5) {
  border-right: 0;
}

.section-project {
  position: relative;
}
.section-project .heading-section {
  margin-left: 68px;
}
.section-project.p-about .mask.mask-1 {
  top: -375px;
  right: auto;
  left: -23%;
}

.section-testimonial {
  position: relative;
  overflow-x: clip;
}
.section-testimonial .mask {
  top: auto;
  bottom: -62%;
  left: -27.5%;
  right: auto;
}
.section-testimonial .list-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 28px 30px;
}
.section-testimonial .img-section {
  flex: 1 1 auto;
  max-width: calc(50% - 15px);
  border-radius: 15%;
  width: 100%;
}
.section-testimonial .img-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15%;
}
.section-testimonial .img-section.img-elip {
  border-radius: 999px;
}
.section-testimonial .img-section.img-elip img {
  border-radius: 999px;
}
.section-testimonial.p-services .section-testimonials-inner {
  padding: 120px 40px;
  background-color: var(--dark-2);
  gap: 70px 20px;
}
.section-testimonial.p-services .left {
  margin-top: -2px;
  max-width: 370px;
}
.section-testimonial.p-services .left .desc {
  max-width: 97%;
}
.section-testimonial.p-services .sw-testimonials {
  max-width: 850px !important;
  width: 100% !important;
}

.section-form .left {
  position: relative;
  max-width: 50%;
}
.section-form .image {
  height: 100%;
}
.section-form .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-form .section-form-content {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--accent-blue);
  padding: 50px 70px;
  max-width: 612px;
  z-index: 5;
}
.section-form .section-form-content .title {
  margin-bottom: 37px;
  letter-spacing: 0.1px;
  color: var(--text-light);
}
.section-form .right {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
}

.section-pricing {
  position: relative;
  overflow-x: clip;
}
.section-pricing .heading-section .right .desc {
  margin-bottom: 19px;
  letter-spacing: 0.08px;
}
.section-pricing .mask {
  position: absolute;
}
.section-pricing .mask.mask-s-pricing-1 {
  bottom: -9%;
  right: -18%;
}
.section-pricing .mask.mask-s-pricing-2 {
  bottom: -41%;
  left: -17.3%;
}

.section-blog {
  position: relative;
  overflow-x: clip;
}
.section-blog .mask {
  position: absolute;
}
.section-blog .mask.mask-1 {
  top: -79%;
  right: -15%;
}
.section-blog .mask.mask-s-blog-1 {
  top: -29%;
  right: -22.5%;
}
.section-blog .mask.mask-s-blog-2 {
  top: -47%;
  left: -26.2%;
  z-index: -1;
}

.section-benefit.p-team .list-benefit {
  padding-top: 4px;
}
.section-benefit.p-team .benefit-item {
  margin-bottom: 42px;
}
.section-benefit.p-team .benefit-item:last-child {
  margin-bottom: 0;
}

.section-contact .left {
  width: 100%;
}
.section-contact .right {
  width: 100%;
}
.section-contact .section-contact-inner {
  gap: 70px 30px;
}

.section-team {
  position: relative;
  overflow-x: clip;
}
.section-team .mask {
  bottom: -122%;
  right: -23%;
}

/*-------------- Responsive ----------------- */
@media (min-width: 551px) {
  .sw-border .swiper-slide .services-item {
    border-left: 0;
  }
  .sw-border .swiper-slide:first-child .services-item {
    border-left: 1px solid var(--primary);
  }
  .wg-project-details .cols {
    gap: 103px !important;
    justify-content: start !important;
    flex-wrap: nowrap;
  }
  .footer-content .title-mobile i {
    display: none;
  }
}
@media (min-width: 992px) {
  .counter-item.style-2 .title-counter {
    padding-top: 4px;
  }
  .section-about.p-services .right {
    margin-top: -2px;
    padding-left: 40px;
  }
  .section-contact .left {
    max-width: 28.7%;
    padding-top: 35px;
  }
  .section-contact .right {
    max-width: 65.9%;
  }
  .wg-project-details .details-content .left {
    max-width: 808px;
  }
  .wg-project-details .tag-social {
    padding: 19px 40px 18px;
  }
  .box-info {
    width: 350px;
    margin-top: -3px;
  }
  .section-pricing .heading-section .right {
    padding-top: 9px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-about .about-top {
    margin-bottom: 101px;
  }
  .section-about .about-inner {
    padding-left: 110px;
    padding-right: 146px;
  }
  .section-about .about-inner .right {
    max-width: 593px;
    width: 100%;
  }
  .section-about .section-content {
    padding-left: 65px;
  }
  .page-title-home {
    padding-top: 50px;
    padding-bottom: 107px;
    overflow: hidden;
  }
  .page-title-home .top-page-title {
    padding-top: 32px;
    margin-left: -4px;
    margin-bottom: 140px;
  }
  .page-title-home .desc {
    padding-bottom: 57px;
    margin-bottom: 58px;
  }
  .page-title-home .content-left {
    padding-top: 65px;
  }
  .page-title-home .wg-counter {
    margin-bottom: 62px;
    margin-right: 22px;
  }
  .page-title-home .image {
    margin-right: -33%;
  }
}
@media (min-width: 1201px) {
  .wg-tab.style-2 {
    margin-top: -2px;
  }
  .tf-post-list.style-2 .image {
    max-width: 270px;
  }
  .tf-post-list.style-2 .post-content {
    max-width: 297px;
    padding-top: 61px;
    padding-bottom: 70px;
    padding-left: 50px;
  }
  .wg-cta {
    background-color: var(--primary);
  }
  .wg-cta .cta-inner {
    align-items: center;
  }
  .wg-cta .cta-inner .icon {
    margin-right: 20px;
  }
  .wg-cta .cta-inner .icon i {
    font-size: 35px;
  }
  .wg-cta .cta-inner .title {
    margin-right: 61px;
  }
  .wg-cta .cta-inner .title span {
    font-style: italic;
    letter-spacing: -0.3px;
    text-decoration-line: underline;
  }
  .wg-cta .cta-inner .list-agent {
    padding-right: 20px;
  }
  .wg-cta .cta-inner .img-line {
    max-width: 124px;
    margin-top: -8px;
  }
  .wg-cta .cta-inner .img-line img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sw-project {
    margin-right: 0;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1865px;
  }
  .project-item .item-content {
    padding: 32px 100px 5px 55px;
    max-width: 550px;
  }
  .project-item .item-content .desc {
    max-width: 93%;
  }
  .project-item .image {
    max-width: 730px;
  }
  .project-item.style-2 .item-content {
    padding: 58px 50px 59px;
    max-width: 100%;
  }
  .project-item.style-2 .desc {
    max-width: 95%;
  }
  .project-item.style-2:nth-child(1) .item-content {
    padding: 36px 60px 38px !important;
  }
  .project-item.project-gird-item .item-content {
    max-width: 100%;
  }
}
@media (min-width: 1501px) {
  .section-testimonial.p-services .section-testimonials-inner {
    padding: 120px 160px;
  }
  .section-testimonial.p-faq .section-testimonials-inner {
    padding: 124px 165px 119px !important;
  }
  .section-form .left {
    position: relative;
    max-width: 54.88%;
  }
  .section-form .right {
    padding-left: 100px;
    padding-top: 75px;
    padding-bottom: 74px;
  }
  .section-form .right .form-contact-us {
    max-width: 630px;
  }
  .section-company .section-company-inner .left-section {
    padding-right: 140px;
    max-width: 770px;
  }
  .section-company .image-section {
    max-width: 765px;
  }
  .section-counting .image {
    max-width: 985px;
  }
  .section-counting .left {
    max-width: 55.3%;
  }
  .section-counting .right {
    max-width: 44.7%;
    padding-left: 70px;
    padding-top: 61px;
    padding-bottom: 65px;
  }
  .top-bar {
    padding-left: 70px;
    padding-right: 70px;
  }
  .header .header-content {
    padding-left: 70px;
    padding-right: 0;
  }
  .header .logo-header {
    padding-right: 55px;
  }
  .header .main-menu {
    padding-left: 70px;
  }
  .header .header-right {
    gap: 51px;
  }
}
@media (max-width: 1500px) {
  .menu-primary-menu {
    gap: 17px;
  }
}
@media (max-width: 1200px) {
  .section-testimonial.p-services .section-testimonials-inner {
    flex-direction: column;
  }
  .section-testimonial.p-services .left {
    max-width: 100% !important;
  }
  .section-testimonial.p-services .sw-testimonials {
    max-width: 100% !important;
  }
  .section-form .section-inner {
    flex-direction: column;
    row-gap: 50px;
  }
  .section-form .left {
    max-width: 100%;
  }
  .section-form .right {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
  }
  .wg-cta .cta-inner {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .wg-cta .left,
  .wg-cta .right {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .section-counting .section-counting-inner {
    flex-direction: column;
  }
  .section-counting .right {
    padding-left: 0;
    padding-bottom: 0;
  }
  .sidebar-filter {
    position: fixed;
    bottom: 0;
    z-index: 3000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    outline: 0;
    background-color: var(--dark-2) !important;
    padding: 15px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto;
    max-width: 400px;
  }
  .sidebar-filter.left {
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  .sidebar-filter.right {
    top: 0;
    right: 0;
    transform: translateX(100%);
  }
  .sidebar-filter.show {
    transform: none;
  }
  .footer .footer-middle {
    flex-wrap: wrap;
    gap: 50px 0;
  }
  .footer .footer-middle .left {
    max-width: 100%;
  }
  .footer .footer-middle .locations-contact,
  .footer .footer-middle .footer-content {
    max-width: 50%;
    width: 100%;
  }
  .px-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mx-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .top-bar .tf-tb-left {
    display: none;
  }
  .top-bar .tf-tb-right {
    justify-content: space-between;
    width: 100%;
  }
  .top-bar .tf-tb-right .list-support {
    gap: 13px;
  }
  .top-bar .tf-tb-right .post-social {
    gap: 13px;
  }
  .header .header-content {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }
  .header .logo-header {
    max-width: 120px;
  }
  .header .main-menu {
    display: none;
  }
  .header .nav-megamenu {
    display: none;
  }
  .header .nav-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-blog .mask-s-blog-2 {
    display: none;
  }
  .highlight {
    display: block;
    width: max-content;
  }
  .heading-section .list-btn {
    display: none;
  }
  .fs-32 {
    font-size: 27px !important;
  }
  .map {
    height: 300px;
  }
  .wg-project-details .details-content {
    flex-direction: column;
  }
  .section-testimonial.p-services .section-testimonials-inner {
    padding: 70px 15px;
    gap: 0;
  }
  .pricing-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pricing-item .title {
    margin-bottom: 15px !important;
  }
  .pricing-item .top-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .pricing-item .benefit-item {
    margin-bottom: 15px;
  }
  .pricing-item .benefit-item:last-child {
    margin-bottom: 0;
  }
  .pricing-item .list-benefit {
    margin-bottom: 30px !important;
  }
  .tf-post-list.style-2 .post-content {
    max-width: 100%;
  }
  .section-form .section-form-content {
    padding: 30px 15px;
    max-width: 350px;
  }
  .section-testimonial .mt-50 {
    margin-top: 30px !important;
  }
  .section-services .tf-marquee {
    padding-bottom: 70px;
  }
  .testimonial-item .icon i {
    font-size: 35px;
  }
  .testimonial-item .text {
    max-width: 100%;
  }
  .testimonial-item .text.fs-27 {
    font-size: 22px;
  }
  .testimonial-item .text.lh-35 {
    line-height: 30px;
  }
  .section-project .heading-section {
    margin-left: 0;
  }
  .section-project .sw-pagination.mt-70 {
    margin-top: 15px;
  }
  .according-item h5 {
    font-size: 20px;
    line-height: 22px;
  }
  .section-company .section-company-inner {
    flex-direction: column;
  }
  .section-company .section-company-inner .left-section {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 70px;
  }
  .counter-item .fs-65 {
    font-size: 40px !important;
  }
  .heading-section {
    margin-bottom: 40px !important;
    position: relative;
        z-index: 1;
  }
  .heading-section .sub-title {
    margin-bottom: 15px !important;
  }
  .heading-section .title {
    margin-bottom: 15px !important;
  }
  .heading-section .title:last-child {
    margin-bottom: 0 !important;
  }
  .heading-section .desc {
    margin-bottom: 15px !important;
  }
  .heading-section .desc:last-child {
    margin-bottom: 0;
  }
  .section-content .desc {
    margin-bottom: 15px !important;
  }
  .page-title-home .title.lh-85 {
    line-height: 53px !important;
  }
  .page-title-home br {
    display: none;
  }
  h1 {
    font-size: 40px;
    line-height: 47px;
    letter-spacing: -0.1px;
  }
  h2 {
    font-size: 33px;
    line-height: 42px;
    letter-spacing: -0.1px;
  }
  h3 {
    font-size: 25px;
    letter-spacing: -0.1px;
  }
  h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .page-title .page-title-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tf-spacing-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tf-spacing-2 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-3 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-4 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-5 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-6 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-7 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-8 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-9 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-10 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-11 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .tf-spacing-12 {
    margin-top: 0;
    margin-bottom: 70px;
  }
  .list-post-gird .bottom-btn {
    margin-top: 40px;
  }
  .big-text {
    font-size: 100px;
  }
  .tf-post-grid .title {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .footer .footer-top {
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .footer-middle {
    margin-bottom: 60px;
  }
  .footer .form-footer .title {
    margin-bottom: 20px;
  }
  .footer .form-footer .desc {
    margin-bottom: 20px;
  }
  .footer .form-footer .mb-23 {
    margin-bottom: 20px;
  }
  .footer .locations-contact .item .title {
    margin-bottom: 15px;
  }
  .footer-bottom .footer-go-top {
    margin-bottom: 15px;
  }
  .footer-bottom ul {
    gap: 29px;
  }
  .form-footer .desc {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .form-footer .input-form {
    flex-direction: column;
  }
  .form-footer .input-form .input-icon-absolute {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  
  .mask svg {
    width: 500px;
    height: 500px;
  }
  .mask svg circle {
    cx: 250;
    cy: 250;
    r: 220;
    stroke-width: 50;
  }
  .mask.mask-1 {
    right: -300px;
  }
  .mask.mask-2 {
    left: -300px;
  }
  .mask.mask-2.p-about {
    left: -300px;
  }
  .mask.mask-3 {
    right: -300px;
  }
  .section-pricing .mask {
    position: absolute;
  }
  .section-pricing .mask.mask-s-pricing-1 {
    bottom: 0;
    right: -250px;
  }
  .section-pricing .mask.mask-s-pricing-2 {
    bottom: -200px;
    left: -250px;
  }
  .section-project.p-about .mask.mask-1 {
    left: -300px;
  }
  .section-blog .mask.mask-1 {
    top: 0;
    right: -300px;
  }
  .section-blog .mask.mask-s-blog-1 {
    top: -200px;
    right: -300px;
  }
  .section-testimonial .mask {
    top: 0;
    bottom: auto;
    left: -300px;
  }
  .wg-project-details .list-img .image {
    max-width: 100%;
  }
  .wg-service-details .list-process {
    flex-direction: column;
    row-gap: 40px;
  }
  .wg-service-details .list-process .process-item {
    max-width: 100%;
  }
  .wg-service-details .list-process .process-item .text {
    max-width: 100%;
  }
  .section-team .mask {
    right: -350px;
    bottom: -50%;
  }
  .section-services .mask {
    left: -50%;
  }
  .section-services.p-services .services-item {
    flex: 1 1 auto;
    max-width: 50%;
  }
  .section-services.p-services .services-item:nth-child(1) {
    border-bottom: 0;
    border-right: 0;
  }
  .section-services.p-services .services-item:nth-child(2) {
    border-right: 1px solid var(--stroke);
  }
  .section-services.p-services .services-item:nth-child(3) {
    border-bottom: 0;
    border-right: 0;
  }
  .section-services.p-services .services-item:nth-child(4) {
    border-right: 1px solid var(--stroke);
    border-bottom: 0;
  }
  .section-services.p-services .services-item:nth-child(5) {
    border-right: 0;
  }
  .services-item.style-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .services-item.style-1 .icon {
    margin-bottom: 20px;
  }
  .services-item.style-1 .icon i {
    font-size: 40px;
  }
  .services-item.style-1 .desc {
    margin-bottom: 20px;
  }
  .services-item.style-1 .image {
    margin-bottom: 20px;
  }
  .according-item .according-content .right {
    padding-left: 15px;
  }
  .section-counting .mask {
    right: -40%;
    top: -30%;
  }
  .section-counting .box-logo {
    display: none;
  }
  .section-counting .box-avatar {
    padding: 15px !important;
  }
  .section-about .img-secion-item {
    display: none;
  }
  .section-about.p-services .image{
    padding-bottom: 20px;
  }
  .wg-quote .title {
    font-size: 20px;
  }
  .form-comment .cols {
    flex-direction: column;
  }
  .author {
    flex-direction: column;
    align-items: start;
    row-gap: 30px;
  }
  .comment-item.reply {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .footer .mask.mask-1 {
    right: -300px;
  }
  .footer .mask.mask-2 {
    bottom: -300px;
    left: -300px;
  }
  .footer .footer-bottom .list-bottom {
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .idea-text-box{
    min-height: 175px !important;
  }
  .header .logo-header {
    max-width: 180px;
  }
  .tf-post-grid.style-desc .image {
    height: 287px;
  }
  .section-services.p-services .services-item {
    max-width: 100%;
    border-right: 1px solid var(--stroke) !important;
    border-bottom: 0 !important;
  }
  .section-services.p-services .services-item:last-child {
    border-bottom: 1px solid var(--stroke) !important;
  }
  .tf-post-list.style-2 .image {
    height: 400px !important;
  }
  .wg-service-details .image-blog.img-2 {
    height: 336px;
  }
  .wg-service-details .image-blog .counter-box {
    max-width: 270px;
    height: auto;
    padding: 30px 15px;
  }
  .features-item {
    flex-direction: column;
  }
  .features-item .item-content {
    max-width: 100% !important;
  }
  .tf-post-list.style-2 {
    flex-direction: column;
  }
  .form-contact-us .cols {
    flex-direction: column;
  }
  .form-contact-us .cols .item {
    max-width: 100% !important;
  }
  .section-form .image {
    height: 375.23px;
  }
  .project-item {
    flex-direction: column;
  }
  .project-item .image {
    margin: 0 10px 10px !important;
    width: auto !important;
  }
  .project-item .sub-title {
    margin-bottom: 20px !important;
  }
  .project-item .title-project {
    margin-bottom: 20px !important;
  }
  .project-item .item-content {
    row-gap: 20px !important;
  }
  .project-item.style-2 {
    flex-direction: column-reverse;
    padding: 5px;
  }
  .project-item.style-2 .image {
    max-width: 100% !important;
    margin: 0 !important;
  }
  .project-item.style-2 .item-content {
    max-width: 100% !important;
  }
  .according-item .according-content {
    flex-direction: column;
  }
  .according-item .according-content .right {
    padding-left: 0 !important;
  }
  .section-counting .image {
    height: 316px;
  }
  .section-counting .wg-counter {
    flex-direction: column;
  }
  .section-counting .wg-counter .counter-item {
    max-width: 100% !important;
  }
  .wg-blog-details .list-img {
    flex-direction: column !important;
  }
  .wg-quote {
    flex-direction: column;
    gap: 20px;
  }
  .comment-item {
    flex-direction: column;
  }
  .comment-item .comment-content {
    max-width: 100%;
    width: 100%;
  }
  .comment-item .top {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .comment-item .top .dot {
    display: none;
  }
  .tf-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .footer-middle {
    gap: 40px 0;
  }
  .footer .footer-middle .locations-contact,
  .footer .footer-middle .footer-content {
    max-width: 100%;
  }
  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

/*# sourceMappingURL=styles.css.map */

.image-eway img {
  display: inline-block;
  animation: floatBounce 3s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes floatBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* small lift for subtle effect */
  }
  100% {
    transform: translateY(0);
  }
}

@media(max-width: 768px){
  .list-content ul li{
    max-width: 100%;
  }
}


 /* =======================================================
   DIGILYZR Custom Section — Text + Scrolling Marquee
   Fully Responsive & Polished Version
   ======================================================= */

.custom-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 8%;
  font-family: "Inter", Arial, sans-serif;
  gap: 40px;
  flex-wrap: wrap;
  color: #fff;
}

/* ===================== LEFT TEXT ===================== */
.custom-text-box {
  flex: 1;
  min-width: 280px;
  max-width: 520px;
}

.custom-headingwrap{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--text-dark);
}

.custom-text-box p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-dark);
  max-width: 500px;
}

/* ===================== RIGHT MARQUEE ===================== */
.custom-marquee-wrapper {
  flex: 1;
  min-width: 300px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.custom-marquee-track {
  display: flex;
  animation: custom-scroll 4s linear infinite;
  will-change: transform;
}

.custom-marquee-track:hover {
  animation-play-state: paused;
}

.custom-marquee-track img {
  width: 200px;
  height: 250px;
  object-fit: contain;
  margin-right: 100px;
  border-radius: 10px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 12px rgba(0, 212, 255, 0.3));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.custom-marquee-track img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 15px rgba(0, 212, 255, 0.6));
}

/* Smooth infinite scroll */
@keyframes custom-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* ===================== RESPONSIVE ===================== */

/*  Medium Screens / Tablets */
@media (max-width: 1024px) {
  .custom-section {
    flex-direction: row;
    padding: 50px 6%;
  }

  .custom-text-box {
    max-width: 600px;
  }

  .custom-text-box h2 {
    font-size: 30px;
  }

  .custom-text-box p {
    font-size: 16px;
    margin: 0 auto;
  }

  .custom-marquee-track img {
    width: 180px;
    height: 220px;
    margin-right: 80px;
  }
}

/* Mobile Landscape / Small Tablets */
@media (max-width: 768px) {
  .custom-section {
    padding: 40px 5%;
  }

  .custom-text-box h2 {
    font-size: 26px;
  }

  .custom-text-box p {
    font-size: 15px;
  }

  .custom-marquee-track img {
    width: 150px;
    height: 180px;
    margin-right: 60px;
  }
}

/* Mobile Portrait */
@media (max-width: 576px) {
  .benefit-item.style-big span {
    line-height: 25px;
  }
  .custom-section {
    padding: 30px 5%;
    text-align: center;
    gap: 25px;
  }

  .custom-text-box h2 {
    font-size: 22px;
  }

  .custom-text-box p {
    font-size: 14px;
    line-height: 1.6;
  }

  .custom-marquee-wrapper {
    width: 100%;
    border-radius: 10px;
  }

  .custom-marquee-track img {
    width: 120px;
    height: 150px;
    margin-right: 40px;
  }
}

/* Small Phones (≤400px) */
@media (max-width: 400px) {
  .custom-section {
    padding: 25px 4%;
  }

  .custom-text-box h2 {
    font-size: 20px;
  }

  .custom-text-box p {
    font-size: 13px;
  }

  .custom-marquee-track img {
    width: 100px;
    height: 130px;
    margin-right: 30px;
  }
}


/* ========== CHATBOT LAUNCHER ========== */
/* ====== CHATBOT LAUNCHER (Transparent, Robot Only) ====== */
.digibot-launcher {
  position: fixed;
  bottom: 110px;
  right: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.digibot-launcher:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 10px rgba(100, 181, 246, 0.8));
}

.robot-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.robot-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* ====== CHATBOT WINDOW (Bigger Glass Effect) ====== */
.digibot {
  position: fixed;
  bottom: 30px;
  right: 145px;
  width: 420px;       /* wider */
  max-height: 650px;  /* taller */
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  background: rgb(49 49 49 / 83%);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 15px 45px rgba(0,0,0,0.45);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1000;
}

.digibot.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  animation: fadeUp 0.4s ease;
}

@keyframes fadeUp {
  from { transform: translateY(25px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}



/* ========== HEADER ========== */
.digibot-header {
  background: linear-gradient(135deg, #4db8e6, #1d76bb);
  color: #fff;
  font-weight: 600;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.3px;
}

/* ========== BODY (MESSAGES) ========== */
.digibot-body {
  flex: 1;
  padding: 14px;
  font-size: 14px;
  color: #fff;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.4) transparent;
}
.digibot-body::-webkit-scrollbar {
  width: 6px;
}
.digibot-body::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.35);
  border-radius: 4px;
}

.digibot-msg {
  margin-bottom: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  max-width: 80%;
  line-height: 1.5;
  word-wrap: break-word;
}
.digibot-msg.bot {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  align-self: flex-start;
}
.digibot-msg.user {
  background: linear-gradient(135deg, #63b4e8, #205894);
  color: #fff;
  align-self: flex-end;
}

/* Typing dots */
.typing span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 1px;
  background: #fff;
  border-radius: 50%;
  animation: blink 1.2s infinite;
}
.typing span:nth-child(2) { animation-delay: 0.2s; }
.typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes blink {
  0%, 80%, 100% { opacity: 0.2; }
  40% { opacity: 1; }
}

/* ========== INPUT AREA ========== */
.digibot-input {
  display: flex;
  border-top: 1px solid rgba(255,255,255,0.25);
  padding: 10px;
  background: rgba(255,255,255,0.05);
}
#digibotInput {
  flex: 1;
  border: none;
  border-radius: 20px;
  padding: 10px 14px;
  font-size: 14px;
  background: rgba(255,255,255,0.15);
  color: #fff;
  outline: none;
  transition: background 0.2s ease;
}
#digibotInput::placeholder {
  color: rgba(255,255,255,0.7);
}
#digibotInput:focus {
  background: rgba(255,255,255,0.25);
}
#digibotSend {
  margin-left: 8px;
  padding: 8px 18px;
  border: none;
  border-radius: 20px;
  background: linear-gradient(135deg, #47b7e6, #1d76bb);
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
#digibotSend:hover {
  opacity: 0.85;
}

/* ========== CHIPS (Quick Reply Buttons) ========== */
.digibot-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}
.digibot-chip {
  background: linear-gradient(135deg, #82c3ec, #205693);
  border: none;
  border-radius: 16px;
  padding: 6px 12px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.digibot-chip:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* ✅ Tablet and smaller laptops (max-width: 1024px) */
@media (max-width: 1024px) {
  .digibot {
    right: 100px;
    width: 360px;
    max-height: 600px;
  }

  .digibot-header {
    font-size: 15px;
    padding: 12px 14px;
  }

  .digibot-body {
    font-size: 13px;
    padding: 12px;
  }

  .robot-wrapper {
    width: 110px;
    height: 110px;
  }
}

/* ✅ Mobile Landscape and Small Tablets (max-width: 768px) */
@media (max-width: 768px) {
  .digibot-launcher {
    bottom: 80px;
    right: 15px;
  }

  .robot-wrapper {
    width: 90px;
    height: 90px;
  }

  .digibot {
    right: 50%;
    transform: translateX(50%);
    bottom: 100px;
    width: 90%;
    max-width: 400px;
    height: 70vh;
  }

  .digibot-header {
    font-size: 14px;
    padding: 10px 12px;
  }

  .digibot-body {
    font-size: 13px;
    padding: 10px;
  }

  #digibotInput {
    font-size: 13px;
    padding: 8px 12px;
  }

  #digibotSend {
    padding: 7px 14px;
    font-size: 13px;
  }
}

/* ✅ Mobile Portrait (max-width: 576px) */
@media (max-width: 576px) {
  .digibot-launcher {
    bottom: 60px;
    right: 10px;
  }

  .robot-wrapper {
    width: 75px;
    height: 75px;
  }

  .digibot {
   width: 70%;
    right: 24%;
    transform: translateX(50%);
    bottom: 10px;
    max-height: 75vh;
    border-radius: 18px;
  }

  .digibot-header {
    font-size: 13px;
    padding: 9px 12px;
  }

  .digibot-body {
    font-size: 12px;
    padding: 8px;
  }

  #digibotInput {
    font-size: 12px;
    padding: 8px 10px;
  }

  #digibotSend {
    padding: 6px 12px;
    font-size: 12px;
  }

  .digibot-chip {
    font-size: 12px;
    padding: 5px 10px;
  }
}

/* ------------------------------
   MAIN MENU DROPDOWN (WHITE TEXT)
------------------------------ */
.main-menu ul.menu-primary-menu li {
    position: relative;
}

.main-menu .menu-item-has-children > a {
    cursor: pointer;
    color: #fff !important; /* MAIN TEXT WHITE */
}

/* SUBMENU BOX */
.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: linear-gradient(to right, #4777a6, #4AA8E4, #1A4C8B);
    padding: 12px 0;
    border-radius: 8px;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.28s ease;
    z-index: 1000;
}

/* SHOW MENU */
.main-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* SUBMENU ITEMS */
.main-menu .sub-menu .sub-menu-item a {
    display: block;
    padding: 10px 18px;
    font-size: 15px;
    color: #fff; /* WHITE FONT */
    text-decoration: none;
    transition: 0.25s ease;
}

/* HOVER */
.main-menu .sub-menu .sub-menu-item a:hover {
    background: #333; /* slightly lighter hover */
    padding-left: 25px;
}

/* ▼ ARROW WHITE */
.menu-item-has-children > a span:after {
    font-size: 12px;
    margin-left: 5px;
    opacity: 1;
    color: #fff;
}


/* ✅ Extra Small Devices (max-width: 400px) */
@media (max-width: 400px) {
  .digibot {
    width: 70%;
    right: 27%;
    max-height: 80vh;
    bottom: 10px;
    border-radius: 16px;
  }

  .robot-wrapper {
    width: 65px;
    height: 65px;
  }

  .digibot-header {
    font-size: 12px;
  }

  .digibot-body {
    font-size: 11.5px;
  }

  #digibotInput {
    font-size: 11.5px;
    padding: 6px 10px;
  }

  #digibotSend {
    padding: 5px 10px;
    font-size: 11.5px;
  }
}

/* ✅ Ultra-Small Devices (max-width: 340px) */
@media (max-width: 340px) {
  .digibot {
    width: 90%;
    bottom: 80px;
    border-radius: 14px;
  }

  .digibot-header {
    font-size: 11px;
    padding: 8px 10px;
  }

  #digibotInput {
    font-size: 11px;
  }
}


/* Toggle button */
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 10px;
  backdrop-filter: blur(10px) saturate(180%);
  background: rgb(25 39 43);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}
.lang-toggle:hover {
  background: #00285c;
}
.lang-toggle img {
  width: 18px;
  height: 18px;
}

/* Dropdown box */
.language-box {
  position: absolute;
  top: 70px;
  right: 115px;
  width: 240px;
  backdrop-filter: blur(12px) saturate(150%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  padding: 12px;
  display: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.language-title {
  font-size: 13px;
  font-weight: 700;
  color: #bbb;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.languages {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lang-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease;
}
.lang-item:hover {
  background: rgba(255,255,255,0.15);
}
.lang-item.active {
  background: rgba(255,255,255,0.25);
}
.lang-flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
}

/* Force hide Google elements */
.goog-te-banner-frame.skiptranslate,
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}
.skiptranslate{
  display: none !important;
}
body {
  top: 0px !important;
}


/* Force translated text to stay small */
.goog-text-highlight, 
.goog-text-highlight * {
  font-size: 90% !important;   /* reduce to 90% */
  line-height: 1.3em !important;
  word-break: break-word !important;
  white-space: normal !important;
}



/* DIGILYZR CAREER PAGE — PIXEL PERFECT THEME */

/* ===============================
   SECTION WHITE BACKGROUND
================================*/
.idea-bank-wrapper {
  padding: 120px 0;
  background: #ffffff;
}

/* ===============================
   LEFT TEXT BLOCK
================================*/
.idea-text-block {
  max-width: 500px;
}

.idea-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.idea-title {
  font-size: 3.6rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 15px;
}

.idea-desc {
  color: #555;
  font-size: 1.6rem;
  line-height: 1.8;
}

/* ===============================
   RIGHT FORM CONTAINER
   GLASS + GRADIENT BORDER
================================*/
.idea-form-container {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  padding: 40px 35px;
  backdrop-filter: blur(14px);
  border: 2px solid transparent;

  background-image:
      linear-gradient(#ffffff, #ffffff),
      linear-gradient(90deg, #00d4ff, #8b5cf6);
  background-clip: padding-box, border-box;

  box-shadow:
      0 10px 28px rgba(0,0,0,0.08),
      0 0 28px rgba(0,212,255,0.18);
}

.form-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
  text-align: center;
}

/* ===============================
   FORM FIELDS + FLOATING LABELS
================================*/
.idea-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.form-group {
  position: relative;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px 18px;
  border-radius: 12px;
  border: 1px solid #c7c7c7;
  background: #f3f6f9;
  font-size: 1.5rem;
  color: #111;
  transition: 0.25s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #00baff;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 184, 255, 0.22);
  outline: none;
}

/* textarea height */
.form-group textarea {
  min-height: 140px;
  resize: none;
}

/* Floating label */
.form-group label {
  position: absolute;
  top: 15px;
  left: 18px;
  color: #666;
  font-size: 1.4rem;
  pointer-events: none;
  transition: 0.25s;
}

/* Label floats on focus or filled */
.form-group input:focus + label,
.form-group textarea:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:not(:placeholder-shown) + label {
  top: -10px;
  left: 12px;
  background: #fff;
  padding: 0 6px;
  color: #00baff;
  font-size: 1.1rem;
}

/* ===============================
   FILE INPUT
================================*/
.file-upload-wrapper input[type="file"] {
  background: #f3f6f9;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #c7c7c7;
}

input[type="file"]::file-selector-button {
  background: linear-gradient(90deg, #00d4ff, #8b5cf6);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
}

.file-note {
  font-size: 1.2rem;
  color: #444;
}

/* ===============================
   SUBMIT BUTTON
================================*/
.btn-gradient {
  background: linear-gradient(90deg, #00d4ff, #8b5cf6);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}

.btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(0,212,255,0.35);
}

.form-note {
  text-align: center;
  font-size: 1.3rem;
  color: #555;
  margin-top: 8px;
}

/* ===============================
   RESPONSIVE OPTIMIZATION
================================*/
@media (max-width: 992px) {
  .idea-form-container {
    margin-top: 40px;
  }
}


/* ===============================
   SECTION (WHITE BACKGROUND)
================================*/
.career-wrapper {
  padding: 120px 0;
  background: #ffffff;
}

/* ===============================
   LEFT TEXT BLOCK
================================*/
.career-text-block {
  max-width: 500px;
}

.career-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
}

.career-title {
  font-size: 3.6rem;
  font-weight: 800;
  color: #111;
  margin: 10px 0 15px;
}

.career-desc {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* ===============================
   RIGHT FORM (GLASS + GRADIENT)
================================*/
.career-form-container {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  padding: 40px 35px;
  backdrop-filter: blur(14px);
  border: 2px solid transparent;

  background-image:
      linear-gradient(#ffffff, #ffffff),
      linear-gradient(90deg, #00d4ff, #8b5cf6);
  background-clip: padding-box, border-box;

  box-shadow:
      0 10px 28px rgba(0,0,0,0.10),
      0 0 28px rgba(0,212,255,0.16);
}

.form-heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

/* ===============================
   FORM + FLOATING LABELS
================================*/
.career-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.form-group {
  position: relative;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 15px 18px;
  border-radius: 12px;
  background: #f3f6f9;
  border: 1px solid #c7c7c7;
  font-size: 1.4rem;
  color: #111;
  transition: 0.25s ease;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #00baff;
  background: #fff;
  box-shadow: 0 0 12px rgba(0,184,255,0.18);
  outline: none;
}

.form-group label {
  position: absolute;
  top: 14px;
  left: 18px;
  color: #666;
  font-size: 1.3rem;
  transition: 0.25s ease;
  pointer-events: none;
}

/* Floating */
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  top: -10px;
  left: 12px;
  padding: 0 6px;
  font-size: 1.1rem;
  background: white;
  color: #00baff;
}

.floating {
  top: -12px !important;
  left: 12px !important;
  background: white;
  padding: 0 6px;
  font-size: 1.1rem !important;
  color: #00baff !important;
}

/* ===============================
   FILE INPUT
================================*/
.file-upload-wrapper input[type="file"] {
  padding: 12px;
  background: #f3f6f9;
  border: 1px solid #c7c7c7;
  border-radius: 12px;
}

.file-note {
  font-size: 1.2rem;
  margin-top: 6px;
  color: #555;
}

/* ===============================
   SUBMIT BUTTON
================================*/
.btn-gradient {
  background: linear-gradient(90deg, #00d4ff, #8b5cf6);
  padding: 14px;
  border-radius: 12px;
  border: none;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  transition: 0.25s ease;
  cursor: pointer;
}

.btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(0,212,255,0.35);
}

/* Responsive */
@media (max-width: 992px) {
  .career-form-container {
    margin-top: 40px;
  }
}






.colab-wrap{
  background: #2f5d6a63;
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border: 1px solid transparent;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  height: 100%;
  min-height: 180px;
  display: inline-block;
  align-content: center;
  text-align: center;
  padding: 0 20px;
  transition: .3s all;
}

.colab-wrap:hover{
  border: 1px solid #00d4ff;
}

.colab-wrap h3{
  font-size: 22px;
  color: #1f88ca;
  font-weight: 600;
  margin-bottom: 15px;
}

.colab-wrap p{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

/* =======================================================
   DIGILYZR Loader — Animated SVG + Tagline
   Matches structure: #loader .logo-container + animated_logo.svg
======================================================= */
/* LOADER OVERLAY */
#site-loader.hide,
.loader-overlay.hide {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#site-loader {
    opacity: 1;
    visibility: visible;
}


.loader-overlay {
  position: fixed;
  inset: 0;
  background: #02040a; /* dark background only */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

/* Fade in up */
.fade-up {
  opacity: 0;
  transform: translateY(35px);
  animation: fadeUpIn 1.1s ease-out forwards;
}

@keyframes fadeUpIn {
  0% { opacity: 0; transform: translateY(35px); }
  100% { opacity: 1; transform: translateY(0px); }
}

/* ============ CLEAN LOGO ============ */

.logo-3d{
  width:450px;
  max-width:95vw;
  position:relative;
}

/* Your SVG logo */
.logo-img{
  width:100%;
  display:block;
  position:relative;
  z-index:2;
  filter:
    drop-shadow(0 0 12px rgba(0,255,255,0.7))
    drop-shadow(0 0 28px rgba(0,180,255,0.8))
    drop-shadow(0 0 55px rgba(0,180,255,0.9));
  animation: neonPulse 2.5s ease-in-out infinite;
}

/* Soft inner glow */
.inner-glow{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 50%,
    rgba(0,255,255,0.35),
    transparent 60%);
  mix-blend-mode:screen;
  filter:blur(20px);
  opacity:0.6;
  z-index:1;
  pointer-events:none;
}

/* Shine sweep */
.light-sweep{
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,
    transparent 10%,
    rgba(255,255,255,0.95) 30%,
    rgba(0,255,255,0.45) 40%,
    transparent 60%);
  mix-blend-mode:screen;
  transform:translateX(-130%) skewX(-20deg);
  animation:sweep 3.5s cubic-bezier(.16,1,.3,1) infinite;
  opacity:.95;
  z-index:3;
  pointer-events:none;
}

/* Subtle neon pulse */
@keyframes neonPulse{
  0%,100%{
    filter:
      drop-shadow(0 0 12px rgba(0,255,255,0.7))
      drop-shadow(0 0 26px rgba(0,180,255,0.8))
      drop-shadow(0 0 45px rgba(0,180,255,1));
  }
  50%{
    filter:
      drop-shadow(0 0 22px rgba(0,255,255,1))
      drop-shadow(0 0 60px rgba(0,180,255,1));
  }
}

@keyframes sweep{
  0%{transform:translateX(-130%) skewX(-20deg);}
  60%{transform:translateX(120%) skewX(-20deg);}
  100%{transform:translateX(120%) skewX(-20deg);}
}


/* Mobile landscape / small tablets (max 768px) */
@media (max-width: 768px) {
  .robot-wrapper {
    width: 90px;
    height: 90px;
  }
  .digibot-launcher{
    bottom: 80px;
    right: 20px;
  }

  .colab-wrap{
    margin-bottom: 10px;
  }

  .section-about .about-inner{
    display: block !important;
  }

  .wg-curve-text{
    margin-bottom: 30px;
  }

  .offcanvas-backdrop{
    width: 100%;
  }
}

/* Phones (max 480px) */
@media (max-width: 480px) {
  .language-box{
    top: 40px;
    right: 40px;
  }
}


/* Section container */
.idea-stack-section {
      position: relative;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
    }

    .idea-stack-section .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 85%;
      max-width: 1400px;
      gap: 60px;
    }

    .idea-text-box {
      position: relative;
      width: 50%;
      min-height: 300px;
    }

    .idea-item {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.8s ease;
    }

    .idea-heading {
      font-size: 2.5rem;
      line-height: 1.3;
      margin-bottom: 12px;
      color: #1d76bb;
    }

    .idea-desc {
      font-size: 1.9rem;
    line-height: 1.6;
    color: #41454f;
      max-width: 90%;
    }

    .idea-images-box {
      position: relative;
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .idea-img {
      position: absolute;
      width: 30vw;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.8s ease;
    }

    @media (max-width: 1024px) {
      .idea-stack-section .container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
      }
      .idea-text-box, .idea-images-box { width: 100%; }
      .idea-img { width: 55vw; }
      .idea-heading { font-size: 2rem; text-align: center; }
      .idea-desc { text-align: center; margin: 0 auto; }
    }

    @media (max-width: 768px) {
      .idea-heading { font-size: 1.6rem; }
      .idea-desc { font-size: 0.9rem; }
    }



/* brand slider */
.brand-slider{
  margin: 150px 0;
}
.logo-slider-wrapper {
  height: 150px;
}

.logo-slider {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.logo-slider .swiper-slide {
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}



.logo-slider .swiper-slide img {  
  margin: 0 auto;
  max-width: 75% !important;
  height: auto;
}


.download-app{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
  gap: 5px;
}

.download-app img{
  width: 100%;
  max-width: 130px;
}

.platform-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.platform-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: .3s ease;
    align-content: center;
}

.platform-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.platform-card img {
    width: 100%;
    max-width: 160px;
    height: auto;
}

@media (max-width: 600px) {
    .platform-grid {
        grid-template-columns: 1fr;
        max-width: 300px;
    }
}



/* =====================================
   NAVBAR (DIGILYZR THEME)
===================================== */
.menu-primary-menu > li > a {
    font-weight: 600;
    padding: 14px 20px;
    transition: 0.3s;
}

.menu-primary-menu > li:hover > a {
    opacity: 0.85;
}


.menu-item-has-megamenu > a span:after {
    font-size: 11px;
    margin-left: 6px;
    opacity: 0.9;
}

/* =====================================
   MEGA MENU BASE
===================================== */
.menu-item-has-megamenu {
    position: relative;
}

/* DESKTOP DROPDOWN */
.mega-menu {
    position: absolute;
    top: 75px;

    left: 50%;
    transform: translateX(-50%);

    width: min(1200px, 90vw);

    background: rgb(32 124 163 / 62%);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    box-shadow: 10px 20px 40px rgb(109 203 255 / 27%);
    padding: 28px;

    display: none;
    grid-template-columns: 60% 40%;
    gap: 20px;
    z-index: 2000;
}

.menu-item-has-megamenu {
    position: static !important;
}

.menu-item-has-megamenu:hover .mega-menu {
    display: grid;
}

/* LEFT PANEL */
.mega-left {
    border-right: 1px solid #f0f0f0;
    padding-right: 20px;
}

.mega-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

/* ITEM GRID */
.mega-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px 20px;
}

.mega-item {
    display: flex;
    gap: 12px;
    background: #f2f2f2;
    padding: 7px 13px;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.4s ease;
    align-items: center;
    min-height: 65px;
}

.mega-item:hover {
    background: #0b5e87;
    color: #fff;
}

/* ITEM ICON */
.mega-icon {
    width: 40px;
    height: 40px;
}

.mega-item h4 {
    margin: 5px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.mega-item p {
    font-size: 12px;
}

/* RIGHT PREVIEW PANEL */
.mega-right {
    text-align: center;
}

.mega-image {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}

.mega-right-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #02040a;
}

.mega-right p {
    color: #02040a;
}

.mega-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    background: #000;
    border-radius: 10px;
    width: 150px;
    height: 45px;
    margin: 15px auto;
}

/* =====================================
   RESPONSIVE FIXES
===================================== */

/* Laptop (max-width: 1440px) */
@media (max-width: 1440px) {
    .mega-menu {
        width: min(1100px, 90vw);
    }
}

/* Tablets Landscape (max-width: 1024px) */
@media (max-width: 1024px) {
    .mega-menu {
        width: 95vw;
        transform: translateX(-50%);
        grid-template-columns: 55% 45%;
    }

    .mega-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}

/* Tablets Portrait + Mobile (max-width: 768px) */
@media (max-width: 768px) {
    .mega-menu {
        position: static;
        transform: none;
        display: block;
        width: 100%;
        background: transparent;
        backdrop-filter: none;
        padding: 20px 0;
        box-shadow: none;
        border-radius: 0;
        grid-template-columns: 1fr;
    }

    .mega-left {
        border-right: none;
        padding-right: 0;
    }

    .mega-grid {
        grid-template-columns: 1fr;
    }

    .mega-right {
        display: none;
    }

    .mega-item {
        background: #fff;
        border: 1px solid #eee;
    }
}

/* Small Mobiles (max-width: 480px) */
@media (max-width: 480px) {
    .mega-item {
        gap: 8px;
        padding: 6px 10px;
    }
    .mega-icon {
        width: 32px;
        height: 32px;
    }
}



/* MENU ITEM */
.dd-menu-item {
  position: relative;
}

/* LINK */
.dd-item-link {
  font-size: 14px;
  font-weight: 500;
  color: #1f2b5b;
  text-decoration: none;
  padding: 6px 4px;
  display: inline-block;
}

/* DROPDOWN */
.dd-mega-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  background: #ffffff;
  border-radius: 20px;
  padding: 22px;
  margin-top: 10px;
  box-shadow: 0 25px 60px rgba(20, 30, 90, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 999;
}

/* SHOW ON HOVER */
.dd-has-mega:hover .dd-mega-dropdown {
  opacity: 1;
  visibility: visible;
}

/* GRID */
.dd-mega-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
    gap: 0 18px;
}

.dd-two{
  grid-template-columns: repeat(1, 1fr)!important;
}


#ewaynav{
  grid-template-columns: repeat(3, 1fr);
}

#mega-eway{
  width: 750px;
}

/* CARD */
.dd-mega-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding:0;
  border-radius: 14px;
  background: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease;
}

.dd-mega-card:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(91, 87, 227, 0.18);
}

/* ICON */
.dd-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  /*background: linear-gradient(135deg, #7cbfeb, #2b6caa);*/
  border-radius: 50%;
  padding: 6px;
  flex-shrink: 0;
}

/* TEXT */
.dd-title {
  font-size: 13px;
  font-weight: 600;
  color: #1f2b5b;
  line-height: 1.35;
}

/*whatsapp icon*/

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
  z-index: 9999;
  transition: all 0.25s ease;
}

/* Icon image */
.whatsapp-float img {
  width: 28px;
  height: 28px;
}

/* Hover effect */
.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 14px 40px rgba(37, 211, 102, 0.6);
}

.whatsapp-float::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.35);
  animation: whatsapp-pulse 2s infinite;
  z-index: -1;
}

@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}


.partner-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 28px;
  align-items: center;
  padding: 30px 0;
  margin-bottom: 80px;
}

/* GLASS CARD */
.logo-glass {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 18px;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  border: 1px solid rgba(255, 255, 255, 0.35);

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 1px rgba(255, 255, 255, 0.6);

  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* LOGO IMAGE */
.logo-glass img {
  max-width: 130px;
  max-height: 40px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: all 0.4s ease;
}

/* HOVER EFFECT */
.logo-glass:hover {
  transform: translateY(-6px);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.logo-glass:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/*notify*/

/* side notify */

.side-trigger {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 5px 0px 0px 5px; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    box-shadow: 4px 0 15px rgba(191, 191, 191, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.side-trigger:hover {
    width: 56px;
    background: #ffffff;
    padding-right: 5px;
}


.side-trigger svg {
    width: 24px;
    height: 24px;
    fill: white;
    transition: fill 0.3s ease;
}


.side-trigger::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    background: #2c3e50;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.side-trigger:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(15px);
}

.demo-content {
    text-align: center;
    color: #333;
    max-width: 800px;
}

.demo-content h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.demo-content p {
    font-size: 1.1rem;
    color: #666;
}

.notification-content {
    position: relative;
    padding-right: 90px;        
}

.notification-content::after {
    content: "";
    position: absolute;
    top: 8px;                   
    right: 0;
    width: 140px;
    height: 115px;
    background-image: url('../image/icon/phone-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width: 500px){
  .notification-content::after{
    display: none;
  }
}


.future{
  text-align: justify;
}


.notification {
    position: fixed;
    right: -450px;
    top: 50%;
    transform: translateY(-50%);
    width: 420px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transition: right 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    border: 3px solid #000000;
}

.notification.show {
    right: 30px;
}

#c {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 310px;
}


.notification-header {
    background: linear-gradient(135deg, #10843f 0%, #23b659 100%);
    padding:0;
    position: relative;
    text-align: center;
    height: 30vh;
    align-items: center;
    display: flex;
}

.notification-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.4;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgb(6 25 40);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    transition: all 0.3s;
    z-index: 1;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}


.discount-box {
    background: white;
    width: 260px;
    height: auto;
    border-radius: 20px;
    padding: 15px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.discount-box img{
  width: 200px;
}

.discount-number {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(135deg, #98cdef 0%, #7eb8e3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 5px;
}

.discount-text {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Content Section */
.notification-content {
    padding: 30px;
    text-align: center;
}

.notification-content h3 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 12px;
    font-weight: 700;
}

.notification-content p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 275px;
    text-align: left;
}

.copy-icon {
    cursor: pointer;
    color: #98cdef;
    font-size: 18px;
    transition: all 0.2s;
}

.copy-icon:hover {
    transform: scale(1.2);
}

.cta-btn {
    background: linear-gradient(135deg, #2fade3 0%, #1d76bb 100%);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
    box-shadow: 0 8px 20px rgba(152, 205, 239, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(152, 205, 239, 0.4);
    color: #fff!important;
}

.cta-btn:active {
    transform: translateY(0);
}

.timer-info {
    margin-top: 15px;
    font-size: 12px;
    color: #adb5bd;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.timer-info::before {
    content: '⏱️';
    font-size: 14px;
}

/* Progress bar */
.progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #e9ecef;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #98cdef 0%, #25d266 100%);
    width: 0;
    transition: width 0.1s linear;
}

/* Decorative elements */
.floating-icon {
    position: absolute;
    opacity: 0.6;
    animation: float 3s ease-in-out infinite;
}

.icon-1 {
    top: 20px;
    left: 20px;
    font-size: 24px;
    animation-delay: 0s;
}

.icon-2 {
    top: 30px;
    right: 60px;
    font-size: 20px;
    animation-delay: 1s;
}

.icon-3 {
    bottom: 20px;
    left: 30px;
    font-size: 22px;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    .notification {
        width: calc(100% - 40px);
        right: -100%;
    }

    .notification.show {
        right: 20px;
    }

    .notification-header {
        padding: 35px 25px 45px 25px;
    }

    .notification-content {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .notification-content h3 {
        font-size: 20px;
    }

    .discount-box {
        width: 100px;
        height: 100px;
    }

    .discount-number {
        font-size: 36px;
    }
}


@media(max-width: 575px){
  .side-qr{
    display: none;
  }

  .whatsapp-float{
    display: none;
  }

  .qr-scan{
    display:block!important;
    padding: 20px 0;
  }

  .qr-scan img{
    width: 100%;
    max-width: 90px;
    border-radius: 10px;
  }
}

.qr-scan{
    display: none;
}


/* ========================================
   CONTACT PAGE - MAIN LAYOUT
========================================= */

.dz-contact-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 26px;
  padding: 42px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
  position: relative;
  overflow: hidden;
}

.dz-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(37, 99, 235, 0.12),
    transparent 55%
  );
  pointer-events: none;
}

/* ---------- TRUST BADGE ---------- */

.dz-contact-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 1px solid #facc15;
  color: #78350f;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 26px;
}

.dz-contact-trust-icon {
  display: flex;
  color: #f59e0b;
}

.dz-contact-trust svg {
  fill: currentColor;
}

/* ---------- PARTNER LOGOS ---------- */

.dz-contact-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 22px;
  border-radius: 16px;
  background: #f9fafb;
  border: 1px solid #e2e8f0;
  margin-bottom: 34px;
}

.dz-contact-logos img {
  height: 64px;
  max-width: 85px;
  object-fit: contain;
  opacity: 0.9;
  transition: all 0.35s ease;
  image-rendering: -webkit-optimize-contrast;
}

.dz-contact-logos img:hover {
  opacity: 1;
  transform: scale(1.08);
  filter: drop-shadow(0 6px 14px rgba(37, 99, 235, 0.25));
}

/* ---------- HEADER ---------- */

.dz-contact-header {
  text-align: center;
  margin-bottom: 32px;
}

.dz-contact-header h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.dz-contact-header p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}

/* ---------- FORM ---------- */

.dz-contact-form {
  width: 100%;
}

.dz-contact-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.dz-contact-field {
  width: 100%;
}

.dz-contact-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 8px;
}

.dz-contact-field.dz-full {
  margin-bottom: 20px;
}

/* ---------- INPUT WRAP ---------- */

.dz-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.dz-input-wrap i {
  position: absolute;
  left: 16px;
  color: #94a3b8;
  font-size: 16px;
  pointer-events: none;
  transition: color 0.3s ease;
}

/* ---------- INPUTS ---------- */

.dz-contact-form input,
.dz-contact-form select,
.dz-contact-form textarea {
  width: 100%;
  padding: 14px 16px 14px 46px;
  border-radius: 14px;
  border: 2px solid #e2e8f0;
  background: #f9fafb;
  font-size: 14px;
  color: #0f172a;
  transition: all 0.3s ease;
  font-family: inherit;
}

.dz-contact-form textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.6;
}

/* Focus State */

.dz-contact-form input:focus,
.dz-contact-form select:focus,
.dz-contact-form textarea:focus {
  outline: none;
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.dz-contact-form input:focus + i,
.dz-contact-form select:focus + i,
.dz-contact-form textarea:focus + i {
  color: #2563eb;
}

/* Placeholder */

.dz-contact-form input::placeholder,
.dz-contact-form textarea::placeholder {
  color: #94a3b8;
}

/* Select Arrow */

.dz-contact-form select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

/* ---------- SUBMIT BUTTON ---------- */

.dz-submit-btn {
  width: 100%;
  padding: 16px 28px;
  margin-top: 8px;
  border-radius: 16px;
  border: none;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

.dz-submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transition: left 0.5s ease;
}

.dz-submit-btn:hover::before {
  left: 100%;
}

.dz-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.45);
}

.dz-submit-btn i {
  transition: transform 0.3s ease;
}

.dz-submit-btn:hover i {
  transform: translateX(6px);
}

/* ---------- PRIVACY NOTE ---------- */

.dz-privacy-note {
  margin-top: 16px;
  padding: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #166534;
  background: #f0fdf4;
  border-radius: 12px;
  border: 1px solid #bbf7d0;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 768px) {
  .dz-contact-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .dz-contact-row {
    grid-template-columns: 1fr;
  }

  .dz-contact-header h3 {
    font-size: 22px;
  }

  .dz-contact-logos img {
    height: 36px;
    max-width: 70px;
  }

  .dz-submit-btn {
    font-size: 15px;
    padding: 14px 22px;
  }
}

@media (max-width: 480px) {
  .dz-contact-header h3 {
    font-size: 20px;
  }

  .dz-contact-card {
    padding: 22px 16px;
  }

  .dz-contact-trust {
    font-size: 13px;
    justify-content: center;
    text-align: center;
  }
}


.logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .logo-wrapper img {
    max-width: 220px;
    width: 100%;
    height: auto;
  }
  
  

/* SECTION BACKGROUND */
.digilyzr-services {
  background: #f8fafc;
  position: relative;
}

/* HEADER */
.section-subtitle {
  color: #0bbf5e;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  color: #1e293b;
}

.gradient-text {
  background: linear-gradient(to right, #0bbf5e, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TILT CARD */
.tilt-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 50px 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.03);
}

/* ICON BADGE */
.icon-badge {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, rgba(11,191,94,0.1), rgba(37,99,235,0.1));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 24px;
  color: #0bbf5e;
  transition: all 0.4s ease;
}

/* Hover Effect */
.tilt-card:hover .icon-badge {
  background: linear-gradient(135deg, #1d76bb, #29abe2);
  color: #ffffff;
  transform: rotate(-8deg) scale(1.1);
  box-shadow: 0 10px 25px rgba(11,191,94,0.3);
}

/* Controlled Tilt */
.tilt-left {
  transform: rotate(-2deg);
}

.tilt-right {
  transform: rotate(2deg);
}

/* Accent Line */
.accent-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #1d76bb, #29abe2);
  border-radius: 10px;
  margin-bottom: 25px;
}

/* Hover Effect */
.tilt-card:hover {
  transform: rotate(0deg) translateY(-12px);
  box-shadow: 0 25px 50px rgba(11, 191, 94, 0.15);
  border-color: rgba(11, 191, 94, 0.2);
}

/* TEXT */
.tilt-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1e293b;
}

.tilt-card p {
  color: #64748b;
  line-height: 1.6;
  font-size: 15px;
}

/* CTA BUTTON */
.quote-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  color: #0bbf5e;
  border: 2px solid #0bbf5e;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.quote-btn:hover {
  background: linear-gradient(135deg, #1d76bb, #29abe2);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(11, 191, 94, 0.25);
}

/* Smooth card interaction sync */
.tilt-card:hover .quote-btn {
  transform: translateY(-2px);
}

/* ============================= */
/* RESPONSIVE IMPROVEMENTS */
/* ============================= */

/* Tablet Adjustments */
@media (max-width: 992px) {

  .section-title {
    font-size: 32px;
  }

  .tilt-card {
    padding: 40px 25px;
  }

  .tilt-card h4 {
    font-size: 20px;
  }

  .icon-badge {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}

/* Mobile Adjustments */
@media (max-width: 768px) {

  .section-title {
    font-size: 26px;
  }

  .section-subtitle {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .tilt-card {
    padding: 30px 22px;
    transform: rotate(0deg) !important; /* Remove tilt on mobile */
  }

  .tilt-left,
  .tilt-right {
    transform: rotate(0deg);
  }

  .tilt-card:hover {
    transform: translateY(-6px); /* softer hover */
  }

  .tilt-card h4 {
    font-size: 18px;
  }

  .tilt-card p {
    font-size: 14px;
  }

  .icon-badge {
    width: 55px;
    height: 55px;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .quote-btn {
    font-size: 13px;
    padding: 8px 18px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {

  .section-title {
    font-size: 22px;
  }

  .tilt-card {
    padding: 25px 18px;
  }

  .quote-btn {
    width: 100%;
    text-align: center;
  }
}  



.services-item{
    background:#fff;
    border-radius:18px;
    padding:30px 25px;
    text-align:center;
    transition:all .35s ease;
    border:1px solid #f0f0f0;
    height:100%;
    position:relative;
    overflow:hidden;

    /* soft shadow before hover */
    box-shadow:0 6px 16px rgba(0,0,0,0.05);
}

.services-item::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#3072db,#5fa8ff);
    opacity:0;
    transition:0.3s;
}

.services-item:hover{
    transform:translateY(-8px);

    /* stronger shadow on hover */
    box-shadow:0 18px 40px rgba(0,0,0,0.10);
}

.services-item:hover::before{
    opacity:1;
}

.services-item .image img{
    max-width:170px;
    margin:20px auto;
    display:block;
    transition:transform .4s ease;
}

.services-item:hover .image img{
    transform:scale(1.05);
}

.services-item .desc{
    color:#6c757d;
    font-size:15px;
    margin-top:10px;
}

.services-item h6{
    margin-top:10px;
}

.services-item .bottom-item{
    margin-top:20px;
}
.eway-card{
background:linear-gradient(180deg,#ffffff 60%,rgba(48,114,219,0.10));
}
.eportal-card{
background:linear-gradient(180deg,#ffffff 60%,rgba(60,120,255,0.10));
}
.dportal-card{
background:linear-gradient(180deg,#ffffff 60%,rgba(20,80,200,0.10));
}
.healthdoor-card{
background:linear-gradient(180deg,#ffffff 60%,rgba(0,180,150,0.12));
}
.it-card{
background:linear-gradient(180deg,#ffffff 60%,rgba(200,40,40,0.10));
}
.media-card{
background:linear-gradient(180deg,#ffffff 60%,rgba(140,60,255,0.12));
}


.services-nav-swiper{
margin-top:40px;
}

.services-nav-swiper .swiper-slide{
height:auto;
display:flex;
justify-content:center;
}

.services-nav-swiper .services-item{
width:100%;
max-width:320px;
}
.services-item .image{
height:110px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:15px;
}

.services-item .image img{
max-width:160px;
max-height:80px;
width:auto;
height:auto;
object-fit:contain;
}



