/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
:root {
  --digital-marketing-blue: #1A4B8F;
  --digital-marketing-black: #1F1F1F;
  --digital-marketing-light: #FFFFFF;
  --digital-marketing-gray: #F3F4F6;
  --digital-marketing-dark: #080B1E;
  --seo-purple: #6432FF;
  --seo-black: #090705;
  --seo-gray-dark: #EFEFFF;
  --branding-agency-black: #000000;
  --branding-agency-purple: #6219F0;
  --branding-agency-light-green: #FFFFFF;
  --seo-marketing-blue: #1B194D;
  --seo-marketing-pink: #F0006D;
  --seo-marketing-purple: #8160FF;
  --seo-marketing-gray: #F8F9FB;
  --color-border-1: rgba(31, 31, 31, 0.1);
  --color-border-2: rgba(9, 7, 5, 0.1);
  --color-border-3: rgba(255, 255, 255, 0.1);
  --color-border-4: #6219F01A;
  --color-border-5: #FFFFFF4D;
  --color-border-6: #6219F012;
  --color-border-7: #8160FF1A;
  --color-border-8: #1B194D1A;
  --color-bg-2: #FFFFFF0D;
  --color-bg-3: #D9D9D9;
  --color-bg-4: #8C67FF;
  --color-bg-5: #6219F00D;
  --color-text-1: #FFFFFFA6;
  --color-text-2: #FFFFFF66;
  --color-text-3: #FFFFFF80;
  --color-text-4: #FFFFFFBF;
  --paragraph: #797979;
  --white: #FFFFFF;
  --black: #000000;
}

/*------------ Core CSS ------------ */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h5,
h6,
p,
a,
address,
big,
img,
s,
small,
var,
b,
i,
center,
ul,
li,
fieldset,
form,
label,
tr,
figure,
footer,
header,
nav,
section,
time,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}


figure,
footer,
header,
nav,
section {
  display: block;
}

/* Elements
-------------------------------------------------------------- */
html {
  margin-right: 0 !important;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 26px !important;
  background-color: var(--white);
  height: 100%;
}

body::-webkit-scrollbar {
  display: none;
}

p {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 26px !important;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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;
}

button {
  background: transparent;
  border: 0;
  display: inline-flex;
  -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;
}

b {
  font-weight: bolder;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  -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;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Figtree", sans-serif;
  color: var(--text);
}
a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

/* Preload 
------------------------------------------- */
.preload-container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.tf-swiper .swiper-slide {
  height: auto;
}
.tf-swiper .swiper-slide > * {
  height: 100%;
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* Typography
============================================================== */
/* Heading */
h1,
h2,
h3,
h5,
h6 {
  font-family: "Figtree", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0;
}

.h1,
.h2,
.h3,
.h5,
.h6 {
  font-family: "Figtree", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0;
}

h1,
.h1 {
  font-size: clamp(48px, 8.33vw, 100px) !important;
  line-height: clamp(56px, 8.33vw, 100px) !important;
}

h2,
.h2 {
  font-size: clamp(32px, 5.42vw, 65px) !important;
  line-height: clamp(36px, 5.83vw, 70px) !important;
}

h3,
.h3 {
  font-size: clamp(25px, 2.5vw, 30px) !important;
  line-height: clamp(26px, 3.33vw, 40px) !important;
}

h5,
.h5 {
  font-size: clamp(20px, 2vw, 24px) !important;
  line-height: clamp(22px, 2.42vw, 29px) !important;
}

h6,
.h6 {
  font-size: clamp(20px, 1.83vw, 22px) !important;
  line-height: clamp(20px, 2.5vw, 30px) !important;
}

/* Text Design */
.text-body-1 {
  font-size: clamp(16px, 1.67vw, 20px) !important;
  line-height: clamp(22px, 2vw, 24px) !important;
}

.text-body-2 {
  font-size: 18px !important;
  line-height: 30px !important;
}
@media (max-width: 767px) {
  .text-body-2 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.text-body-3 {
  font-size: 16px;
  line-height: 100%;
}

.text-body-4 {
  font-size: clamp(22px, 2.67vw, 32px);
  line-height: clamp(26px, 3.33vw, 40px);
}

.ff-2 {
  font-family: "Manrope", sans-serif;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

/* Font custom */
/* Font size */

.fs-24 {
  font-size: 24px;
}

.fs-55 {
  font-size: clamp(28px, 4.58vw, 55px) !important;
}

.fs-60 {
  font-size: 60px;
}

.fs-200 {
  font-size: clamp(55px, 16.67vw, 200px) !important;
}

/* Line height */

.lh-28 {
  line-height: clamp(20px, 2.65vw, 28px) !important;
}

.lh-32 {
  line-height: clamp(24px, 2.67vw, 32px) !important;
}

.lh-35 {
  line-height: clamp(24px, 2.92vw, 35px) !important;
}

.lh-70 {
  line-height: clamp(36px, 5.83vw, 70px) !important;
}

.lh-100 {
  line-height: 100% !important;
}

/* Responsive */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* General
============================================================== */
.flat-spacing-1 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 1439px) {
  .flat-spacing-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.flat-spacing-2 {
  margin-top: 0;
  margin-bottom: 100px;
}
@media (max-width: 1439px) {
  .flat-spacing-2 {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-2 {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.flat-spacing-3 {
  padding-top: 0;
  padding-bottom: 130px;
}
@media (max-width: 1439px) {
  .flat-spacing-3 {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing-3 {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.flat-spacing-7 {
  padding-top: 130px;
  padding-bottom: 0;
}
@media (max-width: 1439px) {
  .flat-spacing-7 {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .flat-spacing-7 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.flat-spacing-7 {
  padding-top: 130px;
  padding-bottom: 0;
}
@media (max-width: 1439px) {
  .flat-spacing-7 {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .flat-spacing-7 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

/* Margin */

.mt-20 {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .mt-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px !important;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .mb-70 {
    margin-bottom: 70px !important;
  }
}

/* Padding */

/* Gap */

.g-10 {
  gap: 10px !important;
}

.g-15 {
  gap: 15px !important;
}

.g-20 {
  gap: 20px !important;
}

.g-30 {
  gap: 30px;
}

.g-70 {
  gap: 30px;
}
@media (min-width: 992px) {
  .g-70 {
    gap: 70px !important;
  }
}

.rg-15 {
  row-gap: 15px !important;
}

.rg-30 {
  row-gap: 30px !important;
}

.rg-50 {
  row-gap: 50px !important;
}

.rg-70 {
  row-gap: 30px;
}
@media (min-width: 992px) {
  .rg-70 {
    row-gap: 70px !important;
  }
}

.color-dt-light {
  color: var(--digital-marketing-light);
}

.color-white {
  color: var(--white) !important;
}

.color-text-3 {
  color: var(--color-text-3);
}

.color-paragraph {
  color: var(--paragraph) !important;
}

.color-dt-black {
  color: var(--digital-marketing-black) !important;
}

.bg-color-dt-gray {
  background-color: var(--digital-marketing-gray);
}

.letter-space--2 {
  letter-spacing: -0.02em;
}

.letter-space--3 {
  letter-spacing: -0.03em;
}

.letter-space--5 {
  letter-spacing: -0.05em;
}

/*-- Responsive --*/
@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px !important;
  }
}
/*------------ Component ------------ */
/* ------------ Layout ---------------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.tf-grid-layout {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}
.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}
@media (min-width: 992px) {
  .tf-grid-layout {
    row-gap: 48px;
  }
}
@media (min-width: 1200px) {
  .tf-grid-layout {
    row-gap: 64px;
  }
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1320px;
  width: 100%;
}
.container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.container .row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.container.w-1650 {
  max-width: 1650px;
}
.container.w-1750 {
  max-width: 1750px;
}
.container.w-1810 {
  max-width: 1810px;
}

/* ------------ Header ---------------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1199px) {
  .header .header-content {
    padding: 15px 0;
  }
}
.header.style-2 {
  border: 1px solid var(--color-border-1);
}
.header.style-2 .logo {
  max-width: 167px;
}
@media (min-width: 1440px) {
  .header.style-2 .header-right {
    max-width: 508px;
    width: 100%;
  }
}
.header.style-2 .tf-btn {
  gap: 5px !important;
}
.header.style-2 .tf-btn i {
  font-size: 18px !important;
}
@media (min-width: 1200px) {
  .header.style-2 {
    margin-top: 18px;
    border-color: transparent;
  }
}

.logo img, .logo-footer img, .logo-site img, .logo-sidebar img {
  height: 56px !important;
  width: auto !important;
  max-width: none !important;
}
@media (max-width: 991px) {
  .logo img, .logo-footer img, .logo-site img, .logo-sidebar img {
    height: 44px !important;
  }
}
.pop-up-nav-mobile .canvas-header .logo-site img {
  height: 34px !important;
}

.header-fixed {
  position: sticky;
  top: -1px;
  z-index: 999;
  -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;
}
.header-fixed.is-fixed {
  background-color: #080B1E;
}

.box-nav-menu {
  display: flex;
  gap: 57px;
}
.box-nav-menu .item-link {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.box-nav-menu .item-link .icon {
  -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;
  font-size: 16px;
}

.menu-item .item-link {
  color: var(--white);
  padding-top: 19px;
  padding-bottom: 19px;
}
.menu-item.has-sub_menu {
  position: relative;
}
.menu-item:hover .icon {
  transform: rotate(180deg);
}
.menu-item:hover .sub-menu {
  transform: scale(1);
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

.sub-menu {
  position: absolute;
  top: 100%;
  background-color: var(--white);
  box-shadow: 0px 12px 46px 0px rgba(0, 0, 0, 0.1019607843);
  min-width: 180px;
  left: -31px;
  transform: scale(0.9);
  transform-origin: top;
  -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;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sub-menu_list {
  padding: 18px 0px;
}

.sub-menu_link {
  color: #5F615E;
  padding: 8px 15px;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.sub-menu_link:hover {
  color: var(--black);
}
.sub-menu_link.active {
  color: var(--digital-marketing-blue);
}

.mb-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  -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;
}
.mb-menu-link .icon {
  -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;
}
.mb-menu-link:not(.collapsed) .icon {
  transform: rotate(180deg);
}
.mb-menu-link.active {
  color: var(--digital-marketing-blue) !important;
}

.sub-nav-link {
  padding: 6px 0 6px 12px;
  color: var(--digital-marketing-black);
}
.sub-nav-link.active {
  color: var(--digital-marketing-blue);
}

.nav-ul-mb li .mb-menu-link {
  padding: 6px 0;
}
.nav-ul-mb:not(.type-2) .mb-menu-link {
  color: var(--digital-marketing-black);
}

.mobile-button {
  display: block;
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.mobile-button span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--white);
}
.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;
}

/* ------------ Blog ---------------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.blog-card {
  gap: 17px;
  display: flex;
  flex-direction: column;
}
.blog-card .image {
  width: 100%;
  border-radius: 20px;
}
.blog-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.blog-card .meta {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-border-2);
}
.blog-card .meta a {
  color: var(--paragraph);
}
.blog-card .meta a:hover {
  color: var(--digital-marketing-black);
}
.blog-card .name-card {
  padding-bottom: 20px;
  color: var(--seo-black);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
}
.blog-card .name-card:hover {
  color: var(--digital-marketing-blue);
  text-decoration-color: var(--digital-marketing-blue);
}
.blog-card .desc {
  padding-bottom: 20px;
  color: var(--paragraph);
}
.blog-card.style-list {
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.blog-card.style-list .image {
  width: 380px;
  flex-shrink: 0;
}
.blog-card.style-list .image img {
  aspect-ratio: 630 / 430;
  height: auto;
}
.blog-card.style-list .card-content {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .blog-card.style-list {
    flex-direction: column;
    gap: 17px;
  }
  .blog-card.style-list .image {
    width: 100%;
  }
}

.blog-card.style-2 {
  gap: 25px;
}
.blog-card.style-2 .meta {
  padding-bottom: 0;
  margin-bottom: 17px;
  border-bottom: unset;
}
.blog-card.style-2 .meta .meta-item {
  padding: 5px 14px;
  border-radius: 10px;
}
.blog-card.style-2 .meta .position {
  background-color: var(--digital-marketing-light);
  color: var(--digital-marketing-black);
}
.blog-card.style-2 .meta .date {
  background-color: var(--digital-marketing-black);
  color: var(--white);
}
.blog-card.style-2 .name-card {
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .sidebar-filter {
    position: fixed;
    bottom: 0;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    outline: 0;
    background-color: var(--white) !important;
    padding: 30px 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;
    width: 100%;
  }
  .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;
  }
}

.sidebar-content .title {
  color: var(--digital-marketing-black);
}

/* ------------ Element ---------------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

form {
  position: relative;
  z-index: 30;
}

form input[type=text],
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=color] {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid transparent;
  -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 input[type=text]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=color]::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--paragraph);
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}

.form-newsletter input {
  background-color: var(--digital-marketing-gray);
  border-color: var(--color-border-1) !important;
  border-radius: 999px;
  font-size: 14px;
  line-height: 100%;
}
.form-newsletter input::placeholder {
  font-size: 14px;
  line-height: 100%;
}

.input-absolute {
  position: relative;
}
.input-absolute input {
  width: 100%;
  padding: 16px 20px !important;
  background-color: var(--color-bg-2) !important;
  border-color: var(--color-border-3) !important;
  border-radius: 10px;
}
.input-absolute .send-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.input-absolute .send-btn i {
  color: var(--digital-marketing-light);
  font-size: 24px;
}

.input-check-box {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-border-3);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -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;
}
.input-check-box:checked {
  border-color: var(--white);
}
.input-check-box:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.input-check-box::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(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;
}
.input-check-box:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.input-check-box.style-2 {
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-border-1) !important;
  background-color: var(--white);
}
.input-check-box.style-2:checked {
  border-color: var(--digital-marketing-black);
}
.input-check-box.style-2:checked::after {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--digital-marketing-black);
}

.box-checkbox .text-checkbox {
  color: var(--color-text-2);
  cursor: pointer;
}
.box-checkbox .text-checkbox a {
  color: var(--white);
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */

@keyframes ripple {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.9;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 55% 45%/55% 60% 40% 45%;
  }
  25% {
    border-radius: 50% 60% 40% 70%/60% 40% 70% 50%;
  }
  50% {
    border-radius: 65% 35% 60% 40%/45% 65% 35% 55%;
  }
  75% {
    border-radius: 40% 60% 50% 70%/70% 50% 60% 40%;
  }
  100% {
    border-radius: 55% 45% 65% 35%/50% 70% 30% 60%;
  }
}
@keyframes float {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.05);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
.blob-wrapper {
  position: relative;
  filter: blur(0px);
}

.blob {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 30%, #21d4fd, transparent 60%), radial-gradient(circle at 70% 60%, #b721ff, transparent 60%), radial-gradient(circle at 50% 80%, #1e3cfa, transparent 70%), linear-gradient(135deg, #1e3cfa, #21d4fd);
  border-radius: 60% 40% 55% 45%/55% 60% 40% 45%;
  animation: morph 8s ease-in-out infinite alternate, float 6s ease-in-out infinite;
  position: relative;
}
.blob::before {
  content: "";
  position: absolute;
  inset: -30px;
  background: inherit;
  border-radius: inherit;
  filter: blur(40px);
  opacity: 0.8;
  z-index: -1;
  animation: morph 8s ease-in-out infinite alternate;
}

@keyframes blob-drift {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(0, -24px, 0) rotate(6deg) scale(1.06);
  }
  100% {
    transform: translate3d(0, 12px, 0) rotate(-5deg) scale(1);
  }
}

.spinner-circle {
  width: 40px;
  height: 40px;
  position: relative;
}
.spinner-circle .spinner-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.spinner-circle .spinner-child::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: var(--digital-marketing-blue);
  border-radius: 100%;
  -webkit-animation: spinner-circleBounceDelay 1s infinite ease-in-out both;
  animation: spinner-circleBounceDelay 1s infinite ease-in-out both;
}
.spinner-circle .spinner-circle2 {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.spinner-circle .spinner-circle2::before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner-circle .spinner-circle3 {
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.spinner-circle .spinner-circle3::before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner-circle .spinner-circle4 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.spinner-circle .spinner-circle4::before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner-circle .spinner-circle5 {
  -webkit-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  transform: rotate(160deg);
}
.spinner-circle .spinner-circle5::before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.spinner-circle .spinner-circle6 {
  -webkit-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  transform: rotate(200deg);
}
.spinner-circle .spinner-circle6::before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.spinner-circle .spinner-circle7 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.spinner-circle .spinner-circle7::before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner-circle .spinner-circle8 {
  -webkit-transform: rotate(280deg);
  -ms-transform: rotate(280deg);
  transform: rotate(280deg);
}
.spinner-circle .spinner-circle8::before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.spinner-circle .spinner-circle9 {
  -webkit-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  transform: rotate(320deg);
}
.spinner-circle .spinner-circle9::before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner-circle.lg {
  width: 50px;
  height: 50px;
}

@-webkit-keyframes spinner-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes spinner-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spinner-redGrowing {
  0%, 80%, 100% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
}
@keyframes spinner-redGrowing {
  0%, 80%, 100% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
}
@keyframes tranform-left-to-right {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(-30px);
  }
  66% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes tranform-right-to-left {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(30px);
  }
  66% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotate-2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.hover-img .image {
  overflow: hidden;
}
.hover-img .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover .image > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.modal .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.modal.modalRight .modal-dialog {
  transform: translate(100%, 0) !important;
  margin: 0;
  transition: 0.5s all !important;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
.modal.modalRight .modal-dialog .modal-content {
  border: 0;
  margin: auto;
  overflow: auto;
  position: absolute;
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
}
.modal.modalRight .modal-dialog .modal-content .icon-close i {
  font-size: 24px;
}
.modal.modalRight.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal.fade {
  transition: opacity 0.3s linear;
}

.pop-up-nav-mobile {
  padding: 15px;
}
.pop-up-nav-mobile .canvas-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-border-1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pop-up-nav-mobile .canvas-header .logo-site {
  max-width: none;
}

.modal-sidebar {
  max-width: 685px;
  padding: 60px 70px 70px;
  overflow: auto;
  height: 100%;
}
.modal-sidebar .sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.modal-sidebar .sidebar-header .icon {
  font-size: 24px;
  color: var(--digital-marketing-black);
}
.modal-sidebar .img {
  max-width: 115px;
}
.modal-sidebar .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.modal-sidebar .sidebar-content .title {
  margin-bottom: 20px;
}
.modal-sidebar .sidebar-content .ff-2 {
  color: var(--paragraph);
}

.overlay-filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: var(--digital-marketing-black);
  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;
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.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(11, 27, 230, 0.2);
  box-shadow: inset 0 0 0 2px rgba(11, 27, 230, 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(--white);
}
.progress-wrap::after {
  position: absolute;
  content: "\e910";
  font-family: "icomoon";
  transform: rotate(-90deg);
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  color: var(--digital-marketing-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(--digital-marketing-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;
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.tf-btn {
  display: flex;
  align-items: center;
  max-width: max-content;
}
.tf-btn .text-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  padding: 14px 25px 12px;
  border: 1px solid transparent;
  background-color: var(--white);
  color: var(--digital-marketing-black);
  border-radius: 30px;
  text-transform: uppercase;
  -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 .icon-btn {
  font-size: 18px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--digital-marketing-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;
  border: 1px solid transparent;
}
.tf-btn:hover .text-btn {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.tf-btn:hover .icon-btn {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
  transform: rotate(45deg);
}
.tf-btn.style-big .text-btn {
  padding: 18px 30px 16px;
}
.tf-btn.style-big .icon-btn {
  width: 50px;
  height: 50px;
}
.tf-btn.style-color-dt-blue .text-btn {
  background-color: var(--digital-marketing-blue);
  color: var(--white);
}
.tf-btn.style-color-dt-blue .icon-btn {
  background-color: var(--digital-marketing-blue);
  color: var(--white);
}
.tf-btn.style-color-dt-blue:hover .text-btn {
  background-color: transparent;
  border-color: var(--digital-marketing-blue);
  color: var(--digital-marketing-blue);
}
.tf-btn.style-color-dt-blue:hover .icon-btn {
  background-color: transparent;
  border-color: var(--digital-marketing-blue);
  color: var(--digital-marketing-blue);
}
.tf-btn.style-color-dt-light .text-btn {
  background-color: var(--digital-marketing-light);
  color: var(--digital-marketing-black);
}
.tf-btn.style-color-dt-light .icon-btn {
  background-color: var(--digital-marketing-light);
  color: var(--digital-marketing-black);
}
.tf-btn.style-color-dt-light:hover .text-btn {
  background-color: transparent;
  border-color: var(--digital-marketing-light);
  color: var(--digital-marketing-light);
}
.tf-btn.style-color-dt-light:hover .icon-btn {
  background-color: transparent;
  border-color: var(--digital-marketing-light);
  color: var(--digital-marketing-light);
}
.tf-btn.style-border .text-btn {
  background-color: transparent;
  border-color: var(--color-border-1);
  color: var(--paragraph);
}
.tf-btn.style-border .icon-btn {
  background-color: transparent;
  border-color: var(--color-border-1);
  color: var(--paragraph);
}
.tf-btn.style-border:hover .text-btn {
  background-color: var(--digital-marketing-blue);
  border-color: var(--digital-marketing-blue);
  color: var(--white);
}
.tf-btn.style-border:hover .icon-btn {
  background-color: var(--digital-marketing-blue);
  border-color: var(--digital-marketing-blue);
  color: var(--white);
}
.tf-btn.style-2 {
  gap: 10px;
  color: var(--paragraph);
  max-width: max-content;
  text-transform: uppercase;
  font-weight: 600;
}
.tf-btn.style-2 span {
  display: block;
}
.tf-btn.style-2 i {
  color: var(--paragraph);
  -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.style-2:hover {
  color: var(--digital-marketing-black);
}
.tf-btn.style-2:hover i {
  color: var(--digital-marketing-black);
}

.tf-btn-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tf-btn-sidebar i {
  color: var(--white);
  font-size: 13px;
}

.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: var(--digital-marketing-light);
  position: relative;
}
.link-btn .icon-btn {
  font-size: 30px;
  color: var(--digital-marketing-black);
  position: relative;
}
.link-btn .text-btn {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  color: var(--digital-marketing-black);
  position: relative;
}
.link-btn::before {
  content: "";
  width: 0;
  height: 0;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 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;
}
.link-btn:hover::before {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate(0, 0);
}

.btn-add {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border-1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.btn-add i {
  color: var(--paragraph);
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */

.section-hero {
  background-color: var(--digital-marketing-dark);
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-top: 150px;
  padding-bottom: 70px;
  margin-top: -102px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.section-hero .img-sharp {
  position: absolute;
}
.section-hero .img-sharp.sharp-1 {
  top: -700px;
  right: -300px;
}
.section-hero .img-sharp.sharp-1 .blob-wrapper {
  width: 800px;
  height: 1120px;
}
.section-hero .img-sharp.sharp-2 {
  top: 480px;
  left: -241px;
}
.section-hero .img-sharp.sharp-2 .blob-wrapper {
  width: 1150px;
  height: 1500px;
}
.section-hero .hero-left {
  width: 100%;
  position: relative;
}
.section-hero .hero-right {
  position: relative;
}
.section-hero .hero-content {
  margin-bottom: clamp(30px, 10.69vw, 161px);
  max-width: 794px;
}
.section-hero .hero-content .sub-title {
  color: var(--white);
  margin-bottom: 15px;
}
.section-hero .hero-content .sub-title span {
  font-style: italic;
}
.section-hero .hero-content .title {
  color: var(--white);
  margin-bottom: 41px;
}
.section-hero .hero-content .desc {
  color: var(--white);
  margin-bottom: 30px;
}
.section-hero .hero-content .tf-btn {
  max-width: max-content;
}
.section-hero .stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 592px;
}
.section-hero .stats .stat .h1,
.section-hero .stats .stat .h5 {
  color: var(--white);
}
.section-hero .stats .stat .counter {
  margin-bottom: 12px;
}
.section-hero.home-seo {
  background-color: var(--white);
  align-items: end;
  padding-top: 118px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  gap: 55px;
}
.section-hero.home-seo .title {
  color: var(--seo-black);
}
.section-hero.home-seo .desc {
  color: var(--paragraph);
}
.section-hero.home-seo .hero-content {
  margin-bottom: 130px;
}
@media (max-width: 1439px) {
  .section-hero.home-seo .hero-content {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-hero.home-seo .hero-content {
    margin-bottom: 60px;
  }
}
.section-hero.home-seo .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .section-hero .hero-left {
    padding-top: 40px;
  }
  .section-hero .hero-left {
    max-width: 65%;
  }
  .section-hero .hero-right {
    max-width: 35%;
  }
  .section-hero.home-seo {
    padding-left: 70px;
    padding-right: 0 !important;
  }
  .section-hero.home-seo .image {
    max-width: 840px;
  }
}
@media (min-width: 1600px) {
  .section-hero {
    padding-left: 90px;
    padding-right: 30px;
  }
  .section-hero .hero-left {
    max-width: 46%;
  }
  .section-hero .hero-right {
    max-width: 50.9%;
  }
}
@media (max-width: 1199px) {
  .section-hero {
    flex-direction: column;
  }
  .section-hero .hero-content {
    max-width: 100%;
  }
  .section-hero .hero-content br {
    display: none;
  }
  .section-hero .hero-left {
    max-width: 100%;
  }
  .section-hero .hero-right {
    max-width: 100%;
  }
  .section-hero.home-seo {
    padding-top: 60px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .section-hero .img-sharp.sharp-1 {
    top: -350px;
    right: -150px;
  }
  .section-hero .img-sharp.sharp-1 .blob-wrapper {
    width: 400px;
    height: 560px;
  }
  .section-hero .img-sharp.sharp-2 {
    top: 240px;
    left: -120px;
  }
  .section-hero .img-sharp.sharp-2 .blob-wrapper {
    width: 575px;
    height: 750px;
  }
  /* mobile: border-radius morph + animated blur repaint every frame and lag;
     transform-only drift with a static blur stays on the GPU compositor */
  .section-hero .blob {
    animation: blob-drift 10s ease-in-out infinite alternate;
    will-change: transform;
  }
  .section-hero .blob::before {
    animation: none;
    filter: blur(28px);
  }
}

.heading-section .sub-title {
  color: var(--paragraph);
}
.heading-section .sub-title span {
  color: var(--digital-marketing-black);
  font-style: italic;
}
.heading-section .title {
  color: var(--digital-marketing-black);
}
.heading-section .line-header-section {
  background-color: var(--color-border-1);
  height: 1px;
  width: 100%;
}
@media (max-width: 1439px) {
  .heading-section br {
    display: none;
  }
}
.heading-section.animation-follow .title {
  max-width: max-content;
}
.heading-section.animation-follow .line-header-section {
  margin-top: 82px;
  margin-bottom: 130px;
}
@media (max-width: 1439px) {
  .heading-section.animation-follow .line-header-section {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .heading-section.animation-follow .line-header-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.heading-section.style-white .sub-title {
  color: var(--color-text-1);
}
.heading-section.style-white .sub-title span {
  color: var(--white);
}
.heading-section.style-white .title {
  color: var(--white);
}

.title-big {
  font-size: clamp(34px, 6.77vw, 130px);
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.section-strategy .image {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.section-strategy .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .section-strategy.h-dm .right {
    padding-right: 19px;
  }
}

.section-services.h-dm .according-item {
  margin-bottom: 24px;
}
.section-services.h-dm .according-item:has(.title-according.collapsed) {
  margin-bottom: 10px;
}
.section-services.h-dm .according-item:last-child {
  margin-bottom: 0 !important;
}
.section-services .section-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section-services .section-inner {
    flex-direction: row;
  }
  .section-services .section-inner .right {
    flex: 1;
    max-width: 845px;
  }
  .section-services .section-inner .left-section {
    max-width: 775px;
    width: 100%;
  }
}

.audit-card {
  background-color: #1A4B8F;
  padding: 60px 50px 50px;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.audit-card .img-sharp {
  display: none;
}
.audit-card .card-content {
  position: relative;
}
.audit-card .eyebrow {
  color: #21d4fd;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
.audit-card .title {
  color: var(--white);
  margin-bottom: 20px;
}
.audit-card .desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-title.style-4 .page-title-content {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .page-title.style-4 .breadkcum {
    margin-bottom: 28px;
  }
  .page-title .img-sharp .blob-wrapper {
    opacity: 0.6;
  }
}
.page-title {
  background-color: var(--digital-marketing-dark);
  margin-top: -90px;
  position: relative;
  overflow: hidden;
}
.page-title .page-title-content {
  display: flex;
  justify-content: space-between;
  padding-top: 149px;
  padding-bottom: 70px;
}
.page-title .title {
  color: var(--white);
  letter-spacing: -0.03em;
  font-weight: 600;
}
.page-title .breadkcum {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .blob {
    animation: blob-drift 10s ease-in-out infinite alternate;
    will-change: transform;
  }
  .blob::before {
    animation: none;
    filter: blur(28px);
  }
}
.page-title.style-center .page-title-content {
  justify-content: center;
}
.page-title.style-center .content {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.page-title.style-center .breadkcum {
  justify-content: center;
}
#mobileMenu .nav-ul-mb a {
  font-size: 24px !important;
  line-height: 1.7 !important;
}
#mobileMenu .nav-ul-mb li {
  margin-bottom: 8px;
}

.mt-74 {
  margin-top: 74px !important;
}
.page-title.style-4 .page-title-content {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-title.style-4 .breadkcum {
  justify-content: center;
}
@media (min-width: 992px) {
  .page-title.style-4 .page-title-content {
    padding-top: 135px;
    padding-bottom: 100px;
  }
}
.page-title.page-detail .page-title-content {
  padding-top: 201px;
  padding-bottom: 93px;
}
.page-title.page-detail .title {
  padding-bottom: 40px;
}
.page-title.page-detail .content {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.page-title.page-detail .breadkcum {
  justify-content: center;
  margin-bottom: 30px;
}
.page-title.page-detail .post-meta {
  gap: 10px 32px;
  justify-content: center;
}
.page-title.page-detail .post-meta .meta-item {
  padding-left: 17px;
  position: relative;
  display: inline-block;
  color: var(--color-text-1);
}
.page-title.page-detail .post-meta .meta-item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 1199px) {
  .page-title.page-detail .page-title-content {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}
.page-title .breadkcum a,
.page-title .breadkcum span {
  color: var(--white);
}
.page-title .image {
  border-radius: 20px;
}
.page-title .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
.page-title.style-landing .page-title-content {
  padding-top: 110px;
  padding-bottom: 60px;
  justify-content: center;
  gap: 0;
  min-height: 100vh;
  min-height: 100svh;
}
.page-title.style-4.style-landing .breadkcum {
  margin-bottom: auto;
}
.page-title.style-landing .title {
  font-size: clamp(40px, 5.8vw, 80px) !important;
  line-height: 1.08 !important;
  max-width: 1100px;
}
.page-title.style-landing .hero-desc {
  font-size: 17px;
  max-width: 600px;
  margin-top: 22px;
}
.page-title.style-landing .hero-desc + div {
  margin-top: 44px !important;
  margin-bottom: auto;
}
@media (max-width: 991px) {
  .page-title.style-landing .title {
    font-size: clamp(34px, 9.5vw, 50px) !important;
  }
  .page-title.style-landing .hero-desc {
    font-size: 15px;
    margin-top: 16px;
  }
  .page-title.style-landing .hero-desc + div {
    margin-top: 32px !important;
  }
}
.page-title .img-sharp {
  position: absolute;
}
.page-title .img-sharp.sharp-1 {
  top: -400px;
  right: -400px;
}
.page-title .img-sharp.sharp-1 .blob-wrapper {
  width: 800px;
  height: 800px;
}
.page-title .img-sharp.sharp-2 {
  bottom: -400px;
  left: -400px;
}
.page-title .img-sharp.sharp-2 .blob-wrapper {
  width: 800px;
  height: 800px;
}
@media (min-width: 1200px) {
  .page-title .image {
    max-width: 915px;
  }
  .page-title .content {
    padding-top: 32px;
    padding-bottom: 54px;
    max-width: 48%;
    width: 100%;
  }
  .page-title .right {
    max-width: 52%;
    width: 100%;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 1199px) {
  .page-title br {
    display: none;
  }
  .page-title .page-title-content {
    flex-direction: column;
    gap: 70px;
  }
}

.mb-21 {
  margin-bottom: 21px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .section-contact.p-contact .right {
    margin-right: 61px;
  }
}
.contact-item .title {
  padding-bottom: 23px;
  border-bottom: 1px solid var(--color-border-1);
  margin-bottom: 30px;
}
.wg-map {
  border-radius: 14px;
  overflow: hidden;
  height: 250px;
}
.wg-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 992px) {
  .wg-map {
    height: 600px;
  }
}
.form-contact label {
  display: block;
  margin-bottom: 15px;
}
.form-contact input {
  width: 100%;
  border: 1px solid var(--color-border-1) !important;
  height: 60px;
  border-radius: 10px;
  padding: 0 20px;
  background-color: transparent;
  outline: none;
}
.form-contact input:focus,
.form-contact input:hover {
  background-color: var(--digital-marketing-gray);
}
.form-contact textarea {
  width: 100%;
  border: 1px solid var(--color-border-1) !important;
  border-radius: 10px;
  height: 150px;
  padding: 15px 20px;
  background-color: transparent;
  outline: none;
}
.form-contact textarea:focus,
.form-contact textarea:hover {
  background-color: var(--digital-marketing-gray);
}
.section-form .right {
  height: 100%;
}
.section-form .image {
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}
.section-form .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .section-form .image {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .section-form .left {
    padding-top: 7px;
    padding-bottom: 12px;
  }
  .section-form .image {
    max-width: 600px;
    margin-left: auto;
    margin-right: 0;
  }
}

.form-contact .contact-honey {

  display: none;
}
.form-contact .form-status {
  margin-bottom: 18px;
  font-size: 15px;
}
.form-contact .form-status.error {
  color: #c0392b;
}
.form-contact .form-status.success {
  color: #1d9e75;
}

.section-cta {
  position: relative;
}
.section-cta.p-about .image {
  max-width: 100%;
  position: relative;
}
.section-cta.p-about .image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}
.section-cta.p-about .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 11, 30, 0) 0%, #080B1E 100%);
}
.section-cta.p-about .content {
  position: absolute;
  bottom: 70px;
  left: 16px;
}
.section-cta.fiord-cta .image {
  height: 520px;
  overflow: hidden;
}
.section-cta.fiord-cta .image img {
  min-height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 12%;
  animation: fiord-zoom 28s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes fiord-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.18);
  }
}
@media (max-width: 991px) {
  .section-cta.fiord-cta .image {
    height: 380px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-cta.fiord-cta .image img {
    animation: none;
  }
}
.section-cta.p-services .text {
  margin-bottom: 30px;
}
.section-cta.p-services .image {
  border-radius: 20px;
  overflow: hidden;
}
.section-cta.p-services .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-cta.p-services .image.img-min {
  max-width: 270px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .section-cta.p-services .text {
    padding-left: 220px;
    max-width: 579px;
    margin-bottom: 37px;
  }
  .section-cta.p-services .image {
    max-width: 630px;
  }
  .section-cta.p-services .image.img-min {
    max-width: 270px;
    margin-top: 20px;
  }
  .section-cta.p-services .right-bottom {
    margin-bottom: 41px;
    padding-right: 22px;
  }
}
@media (max-width: 1199px) {
  .section-cta.p-services .section-cta-inner {
    flex-direction: column;
    align-items: start !important;
  }
  .section-cta.p-services .image {
    max-height: 350px;
  }
  .section-cta.p-services .image img {
    display: block;
    height: auto;
    transform: translateY(0);
  }
}
@media (max-width: 575px) {
  .section-cta.p-services .image.img-min {
    max-width: 100%;
  }
  .section-cta.p-services .bottom {
    flex-direction: column;
    align-items: start !important;
  }
}

.list-item-project .project-item {
  border-left: unset;
  border-bottom: 0;
}
@media (min-width: 576px) {
  .list-item-project {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .list-item-project {
    grid-template-columns: repeat(3, 1fr);
  }
  .list-item-project .project-item {
    border-bottom-color: transparent;
  }
  .list-item-project .project-item:nth-last-child(-n+3) {
    border-bottom-color: transparent;
    padding-bottom: 0;
  }
  .list-item-project .project-item:nth-child(3n) {
    border-right-color: transparent;
  }
}
@media (max-width: 575px) {
  .list-item-project .project-item {
    border-left: 1px solid var(--color-border-1);
  }
}

.swiper-action-group {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 40px;
}
.swiper-action-group .nav-prev-swiper,
.swiper-action-group .nav-next-swiper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--color-border-1);
  background-color: var(--white);
  color: var(--digital-marketing-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.swiper-action-group .nav-prev-swiper:hover,
.swiper-action-group .nav-next-swiper:hover {
  background-color: var(--digital-marketing-blue);
  border-color: var(--digital-marketing-blue);
  color: var(--white);
}
.swiper-action-group .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.list-project-item .project-item:only-child {
  grid-column: 1 / -1;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid var(--color-border-1) !important;
  border-right: 1px solid var(--color-border-1);
  padding: 30px 30px 40px !important;
}
.section-projects.h-dm .list-project-item {
  padding-bottom: 100px;
}
@media (max-width: 1439px) {
  .section-projects.h-dm .list-project-item {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-projects.h-dm .list-project-item {
    padding-bottom: 60px;
  }
}

.section-why-choose {
  background-color: var(--digital-marketing-dark);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 110px;
}
@media (max-width: 1439px) {
  .section-why-choose {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .section-why-choose {
    padding-top: 60px;
  }
}
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.why-choose-item {
  border: 1px solid var(--color-border-3);
  border-radius: 20px;
  padding: 40px 32px;
}
.why-choose-item .num {
  display: block;
  color: #21d4fd;
  font-size: 15px;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
.why-choose-item .title {
  color: var(--white);
  margin-bottom: 14px;
}
.why-choose-item p {
  color: var(--color-text-1);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .why-choose-item {
    padding: 28px 22px;
  }
}

.mb-22 {
  margin-bottom: 22px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-74 {
  margin-bottom: 74px !important;
}

.project-information-item {
  display: flex;
  gap: 30px 50px;
}
.project-information-item .image {
  max-width: calc(100% - 50px - 280px);
}
.project-information-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.project-information-item .content {
  max-width: 280px;
  width: 100%;
}
.project-information-item .content .title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-1);
  margin-bottom: 30px;
}
.project-information-item .content li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .project-information-item .content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .project-information-item {
    gap: 30px;
    flex-direction: column;
  }
  .project-information-item .image {
    max-width: 100%;
  }
  .project-information-item .content {
    max-width: 100%;
  }
  .project-information-item ul {
    display: flex;
    gap: 10px 15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.project-challenges-item .desc {
  max-width: 1257px;
}
.project-challenges-item li {
  position: relative;
  padding-left: 19px;
}
.project-challenges-item li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--digital-marketing-black);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.project-results-item .desc {
  margin-bottom: 42px;
}
.project-results-item li {
  position: relative;
  padding-left: 14px;
}
.project-results-item li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  background-color: var(--paragraph);
}
.project-results-item .image {
  height: 100%;
}
.project-results-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .project-results-item .project-results-content {
    margin-top: 34px;
  }
}

.casestudy-quote {
  max-width: 980px;
  border-left: 3px solid #1e3cfa;
  padding-left: 35px;
  margin-top: 74px;
}
.casestudy-quote .quote-text {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .casestudy-quote {
    margin-top: 50px;
    padding-left: 22px;
  }
}

.fiord-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 3vw, 40px);
  padding: 0 8%;
  margin-bottom: 80px;
  overflow: visible;
}
.fiord-row span {
  font-size: clamp(120px, 18vw, 300px);
  font-weight: 900;
  line-height: 0.85;
  font-family: var(--ff-1), sans-serif;
  letter-spacing: -0.04em;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  user-select: none;
  padding-right: 0.05em;
}
@media (max-width: 767px) {
  .fiord-row span {
    font-size: clamp(70px, 20vw, 120px);
  }
}

.page-title .hero-desc {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  color: var(--color-text-4);
}
.page-title.style-4 .breadkcum {
  font-size: 14px;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .page-title.style-4 .breadkcum {
    margin-bottom: 42px;
  }
}
.page-title.style-4 .breadkcum .icon {
  font-size: 10px;
}

.review-rotator {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.review-slide {
  display: none;
}
.review-slide.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  animation: review-fade 0.6s ease;
}
@keyframes review-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .review-slide.active {
    animation: none;
  }
}

.section-automate .automation-item {
  border: 1px solid var(--color-border-1);
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  background-color: var(--white);
}
.section-automate .automation-item .num {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--digital-marketing-blue);
  border: 1px solid rgba(26, 75, 143, 0.25);
  border-radius: 999px;
  padding: 4px 14px;
  margin-bottom: 18px;
}
.section-automate .automation-item .title {
  margin-bottom: 12px;
}
.section-automate .automation-item .desc {
  color: var(--paragraph);
  line-height: 26px;
}

.section-faq .faq-item {
  border-bottom: 1px solid var(--color-border-1);
  padding: 28px 0;
}
.section-faq .faq-item .question {
  margin-bottom: 12px;
}

.clients-strip {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .clients-strip {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.founder-mini-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 460px;
}
.founder-mini {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.04);
}
.founder-mini img {
  width: 96px;
  height: 96px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
}
.founder-mini .info {
  flex: 1;
  min-width: 0;
}
.founder-mini .name {
  display: block;
  color: var(--white);
  margin-bottom: 2px;
  transition: color 0.25s ease;
}
.founder-mini .name:hover {
  color: #21d4fd;
}
.founder-mini .position {
  color: var(--color-text-1);
  font-size: 14px;
}
.founder-mini .btn-in {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.founder-mini .btn-in:hover {
  background-color: var(--digital-marketing-blue);
  border-color: var(--digital-marketing-blue);
  color: var(--white);
}
a.founder-about-btn.tf-btn {
  margin-top: 30px;
}

.founder-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.founder-card {
  max-width: 560px;
  width: 100%;
  border: 1px solid var(--color-border-1);
  border-radius: 20px;
  padding: 35px;
  background-color: var(--white);
}
.founder-card .head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.founder-card .head img {
  width: 110px;
  height: 110px;
  border-radius: 16px;
  object-fit: cover;
  flex-shrink: 0;
}
.founder-card .name-team {
  display: block;
  color: var(--digital-marketing-black);
}
.founder-card .position {
  color: var(--paragraph);
  margin-bottom: 8px !important;
}
.founder-card .linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--digital-marketing-blue);
  font-size: 14px;
}
.founder-card .linkedin-link i {
  font-size: 16px;
}
.founder-card .bio {
  color: var(--paragraph);
  font-size: 15px !important;
  line-height: 26px !important;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .founder-card {
    padding: 25px 20px;
  }
  .founder-card .head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.privacy-content {
  max-width: 860px;
  padding-bottom: 40px;
}
.privacy-content h2 {
  font-size: clamp(22px, 2.2vw, 28px) !important;
  line-height: 1.3 !important;
  margin-top: 45px;
  margin-bottom: 15px;
  color: var(--digital-marketing-black);
}
.privacy-content p,
.privacy-content li {
  color: var(--paragraph);
  font-size: 16px;
  line-height: 28px;
}
.privacy-content p {
  margin-bottom: 15px;
}
.privacy-content ul {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 20px;
}
.privacy-content li {
  margin-bottom: 10px;
}
.privacy-content a {
  color: var(--digital-marketing-blue);
  text-decoration: underline;
}
.privacy-content strong {
  color: var(--digital-marketing-black);
  font-weight: 600;
}

.audit-form .step-label {
  color: #21d4fd;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.audit-form .audit-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.audit-form .audit-option {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 14px 18px;
  background-color: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  color: var(--white);
  font-size: 15px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.audit-form .audit-option:hover {
  border-color: #21d4fd;
}
.audit-form .audit-option.selected {
  border-color: #21d4fd;
  background-color: rgba(33, 212, 253, 0.1);
}
.audit-form .audit-back {
  color: var(--color-text-1);
  font-size: 14px;
  margin-top: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: none;
}
.audit-form .audit-back i {
  font-size: 10px;
}
.audit-form .audit-back:hover {
  color: var(--white);
}
.audit-form .audit-input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  color: var(--white);
  font-size: 15px;
  padding: 14px 18px;
  margin-bottom: 12px;
  outline: none;
  transition: border-color 0.2s ease;
}
.audit-form .audit-input:focus {
  border-color: #21d4fd;
}
.audit-form .audit-input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.audit-form .audit-consent {
  font-size: 12px !important;
  line-height: 18px !important;
  color: rgba(255, 255, 255, 0.6);
  margin: 2px 0 14px;
}
.audit-form .audit-consent a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}
.audit-form textarea.audit-input {
  min-height: 88px;
  resize: vertical;
  font-family: inherit;
}
.audit-form .audit-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.audit-form .audit-honey {
  display: none;
}
.audit-form .audit-error {
  color: #ff8a8a;
  font-size: 14px;
  margin-bottom: 12px;
}
.audit-form .audit-submit {
  margin-top: 8px;
  cursor: pointer;
}
.audit-form .audit-submit.sending {
  opacity: 0.6;
  pointer-events: none;
}
.audit-form .audit-success .success-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #1e3cfa;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.audit-form .audit-success .success-title {
  color: var(--white);
  margin-bottom: 10px;
}
.audit-form .audit-success .success-note {
  color: var(--color-text-1);
}
.audit-card .quote-footer {
  margin-top: auto;
  position: relative;
  padding-top: 40px;
}
.audit-card .quote-footer .line {
  width: 100%;
  height: 1px;
  background-color: var(--color-border-3);
  margin-bottom: 25px;
}
.audit-card .quote-footer .quote {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.audit-card .quote-footer .who {
  color: var(--color-text-1);
  font-size: 14px;
}
@media (max-width: 991px) {
  .audit-card {
    padding: 40px 20px 30px;
    margin-top: 10px;
  }
}

.section-infiniteSlide {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .section-infiniteSlide {
    height: 161px;
    margin-top: 75px;
    margin-bottom: -104px;
    margin-left: -10px;
  }
  .section-infiniteSlide .infiniteSlide-1 {
    transform: rotate(-3deg);
    margin-top: 50px;
  }
  .section-infiniteSlide .infiniteSlide-2 {
    transform: rotate(3deg);
    margin-top: -51px;
  }
  .section-infiniteSlide .infiniteSlide-app {
    width: 110%;
  }
}

.section-working-proccess {
  background-color: var(--digital-marketing-dark);
}
.section-working-proccess.h-dm {
  padding-top: 275px;
}
@media (max-width: 1439px) {
  .section-working-proccess.h-dm {
    padding-top: 184px;
  }
}
@media (max-width: 991px) {
  .section-working-proccess.h-dm {
    padding-top: 60px;
  }
}
.section-working-proccess .bottom-section {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.section-working-proccess .bottom-section .left {
  max-width: 502px;
}
.section-working-proccess .bottom-section .left .text {
  margin-bottom: 45px;
}
@media (max-width: 1439px) {
  .section-working-proccess .bottom-section .left .text {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .section-working-proccess .bottom-section .left .text {
    margin-bottom: 32px;
  }
}
.section-working-proccess .bottom-section .right {
  max-width: 645px;
  border-left: 1px solid var(--color-border-3);
}
.section-working-proccess .counter-item {
  display: flex;
  align-items: end;
  gap: 40px;
}
.section-working-proccess .counter-item span {
  color: var(--white);
}
.section-working-proccess .counter-item p {
  color: var(--white);
}
@media (min-width: 992px) {
  .section-working-proccess .counter-item p {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .section-working-proccess br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-working-proccess .bottom-section {
    flex-direction: column;
  }
  .section-working-proccess .bottom-section .left {
    max-width: 100%;
  }
  .section-working-proccess .bottom-section .right {
    max-width: 100%;
    border-color: transparent;
  }
}

.section-why .section-why-inner {
  display: flex;
  justify-content: space-between;
  gap: 60px 70px;
}
@media (max-width: 991px) {
  .section-why .section-why-inner {
    flex-direction: column;
  }
}
.section-why .image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.section-why .image-frame img {
  width: 100%;
  display: block;
}
.section-why .slide-temp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}
.section-why .image {
  border-radius: 20px;
  overflow: hidden;
}
.section-why .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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;
}
@media (min-width: 1200px) {
  .section-why .image {
    max-width: 630px;
  }
}
.section-why .section-content {
  position: relative;
  padding-top: 30px;
  width: 100%;
  max-width: 590px;
}
.section-why .section-content .line {
  position: absolute;
  top: 0;
  left: 35px;
  height: 100%;
  width: 1px;
  background-color: var(--color-bg-3);
}
@media (max-width: 1199px) {
  .section-why .section-content {
    max-width: 100% !important;
  }
  .section-why .section-content br {
    display: none;
  }
}
.section-why .wg-according {
  width: 100%;
}

.line-page {
  width: 100%;
  height: 1px;
  background-color: var(--color-border-1);
}

@media (min-width: 992px) {
  .section-testimonials.h-dm .box-quote-2 {
    margin-top: 60px;
    position: sticky;
    top: 70px;
  }
}
.section-testimonials.home-seo .heading-section {
  max-width: 718px;
}
.section-testimonials.home-seo .heading-section .desc {
  max-width: 575px;
}
@media (max-width: 1439px) {
  .section-testimonials.home-seo .heading-section {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .section-testimonials.home-seo .heading-section {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .section-team.h-dm .heading-section .right {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .section-projects.h-dm .heading-section .right {
    margin-right: 34px;
  }
}
.section-projects.h-dm .list-project-item .project-item:nth-child(4), .section-projects.h-dm .list-project-item .project-item:nth-child(5), .section-projects.h-dm .list-project-item .project-item:nth-child(6) {
  padding-bottom: 127px !important;
}
@media (max-width: 1439px) {
  .section-projects.h-dm .list-project-item .project-item:nth-child(4), .section-projects.h-dm .list-project-item .project-item:nth-child(5), .section-projects.h-dm .list-project-item .project-item:nth-child(6) {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 991px) {
  .section-projects.h-dm .list-project-item .project-item:nth-child(4), .section-projects.h-dm .list-project-item .project-item:nth-child(5), .section-projects.h-dm .list-project-item .project-item:nth-child(6) {
    padding-bottom: 60px !important;
  }
}
.img-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-team .img-section {
  aspect-ratio: 2880 / 1125;
  overflow: hidden;
}
.section-team .img-section img {
  object-fit: cover;
  object-position: center;
}

.image-section {
  width: 100%;
  overflow: hidden;
}
.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.sw-team .swiper-slide .team-card {
  border-left-color: transparent;
}
.sw-team .swiper-slide:nth-child(1) .team-card {
  border-left-color: var(--color-border-1);
}

.sw-dot-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: auto !important;
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.testimonial-card {
  background-color: var(--digital-marketing-dark);
  padding: 40px 60px 40px 50px;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.testimonial-card .img-sharp {
  position: absolute;
  top: -250px;
  right: -250px;
}
.testimonial-card .img-sharp .blob-wrapper {
  width: 598px;
  height: 500px;
}
.testimonial-card .text {
  color: var(--white);
  position: relative;
}
.testimonial-card .icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--digital-marketing-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -14px;
  z-index: 2;
}
.testimonial-card .icon i {
  font-size: 30px;
}
.testimonial-card .testimonial-user .name {
  color: var(--white);
  margin-bottom: 7px;
}
.testimonial-card .testimonial-user .position {
  color: var(--color-text-1);
}
.testimonial-card.style-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.testimonial-card.style-2 .text {
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 0;
}
.testimonial-card.style-2 .testimonial-user {
  margin-top: auto;
  position: relative;
}
.testimonial-card.style-2 .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 18px;
}
.testimonial-card.style-2 .rating i {
  font-size: 20px;
  color: #FFA600;
}
.testimonial-card.style-2 .client-logo {
  height: 64px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  margin: 20px auto 0;
  display: block;
}
.testimonial-card.style-2.style-light {
  background-color: var(--white);
  border: 1px solid var(--color-border-1);
}
.testimonial-card.style-2.style-light .img-sharp {
  display: none;
}
.testimonial-card.style-2.style-light .text {
  color: var(--digital-marketing-black);
}
.testimonial-card.style-2.style-light .icon {
  background-color: rgba(26, 75, 143, 0.08);
}
.testimonial-card.style-2.style-light .icon i {
  color: var(--digital-marketing-blue);
}
.testimonial-card.style-2.style-light .testimonial-user .name {
  color: var(--digital-marketing-black);
}
.testimonial-card.style-2.style-light .testimonial-user .position {
  color: rgba(31, 31, 31, 0.6);
}
@media (max-width: 767px) {
  .testimonial-card {
    padding: 30px 15px;
  }
}

.image-testimonial {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.image-testimonial::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 390px;
  background: linear-gradient(180deg, rgba(8, 11, 30, 0) 0%, #080B1E 100%);
  z-index: 1;
}
.image-testimonial .image {
  height: 100%;
}
.image-testimonial .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-testimonial .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  padding: 15px;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}
.image-testimonial .counter-item span {
  color: var(--white);
}
.image-testimonial .text {
  color: var(--white);
}
@media (min-width: 1440px) {
  .image-testimonial .content {
    padding: 50px 80px !important;
  }
}
@media (min-width: 1025px) {
  .image-testimonial .content {
    flex-direction: row;
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .image-testimonial .content {
    align-items: start;
  }
  .image-testimonial br {
    display: none;
  }
}

.tes-item {
  background-color: var(--digital-marketing-gray);
  padding: 20px 20px 27px;
  border: 1px solid var(--color-border-1);
  border-radius: 20px;
}
.tes-item .top {
  background-color: var(--white);
  padding: 32px 25px 140px;
  text-align: center;
  border-radius: 20px;
}
.tes-item .top .line {
  width: 100%;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(31, 31, 31, 0.15) 0%, rgba(31, 31, 31, 0) 100%);
}
.tes-item .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
}
.tes-item .rating span {
  padding-right: 15px;
  color: var(--black);
}
.tes-item .rating i {
  font-size: 24px;
  color: #FFA600;
}
.tes-item .text {
  padding-top: 25px;
}
.tes-item .user-tes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -130px;
}
.tes-item .user-tes .client-logo {
  height: 36px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  margin-top: 12px;
  margin-bottom: 10px;
}
.tes-item .user-tes .name {
  margin-bottom: 3px;
  color: var(--digital-marketing-dark);
}
.tes-item .user-tes .name:hover {
  color: var(--digital-marketing-blue);
}
.tes-item .user-tes .position {
  color: var(--paragraph);
  margin-bottom: 10px;
}
.tes-item.style-2 {
  padding: 40px 15px;
  background-color: var(--seo-gray-dark);
}
.tes-item.style-2 .rating {
  justify-content: start;
}
.tes-item.style-2 .rating span {
  color: var(--seo-black);
}
.tes-item.style-2 .line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(31, 31, 31, 0.15) 0%, rgba(31, 31, 31, 0) 100%);
}
.tes-item.style-2 .text {
  max-width: 693px;
}
.tes-item.style-2 .user-tes {
  justify-content: start;
  flex-direction: row;
  margin-top: 0;
  gap: 30px;
}
.tes-item.style-2 .user-tes .name {
  margin-bottom: 6px;
  color: var(--digital-marketing-dark);
}
.tes-item.style-2 .user-tes .name:hover {
  color: var(--digital-marketing-blue);
}
.tes-item.style-2 .user-tes .position {
  color: var(--paragraph);
}
@media (min-width: 992px) {
  .tes-item.style-2 {
    padding: 42px 70px 39px;
  }
}
@media (max-width: 1199px) {
  .tes-item br {
    display: none;
  }
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */

.wg-pagination li {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-1);
  color: var(--digital-marketing-black);
}
.wg-pagination li.active {
  background-color: var(--digital-marketing-black);
  border-color: var(--digital-marketing-black);
  color: var(--white);
}

.marketing-card {
  background-color: var(--digital-marketing-dark);
  position: relative;
  padding: 50px 50px 40px;
  overflow: hidden;
  border-radius: 20px;
}
.marketing-card .img-sharp {
  position: absolute;
  top: -300px;
  right: -100px;
}
.marketing-card .img-sharp .blob-wrapper {
  width: 490px;
  height: 490px;
}
.marketing-card .logo {
  margin-bottom: 149px;
}
.marketing-card .content {
  position: relative;
}
.marketing-card .title {
  color: var(--white);
  margin-bottom: 15px;
}
.marketing-card .desc {
  color: var(--color-text-1);
  margin-bottom: 25px;
}
.marketing-card .benefit-item i,
.marketing-card .benefit-item span {
  color: var(--color-text-1);
}
.marketing-card.style-2 {
  padding: 40px;
}
.marketing-card.style-2 .logo {
  margin-bottom: 130px;
}
@media (max-width: 991px) {
  .marketing-card {
    padding: 30px 15px;
  }
  .marketing-card .logo {
    margin-bottom: 70px;
  }
}

.flow-card {
  background-color: var(--digital-marketing-dark);
  padding: 50px 40px 40px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.flow-card .flow-steps {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.flow-card .title {
  color: var(--white);
  margin-bottom: 8px;
}
.flow-card .desc {
  color: var(--color-text-1);
  margin-bottom: 35px;
}
.flow-card .flow-step {
  display: flex;
  gap: 15px;
  position: relative;
  padding-bottom: 26px;
  flex: 1;
}
.flow-card .flow-step:last-child {
  padding-bottom: 0;
  flex: 0 0 auto;
}
.flow-card .flow-step::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 45px;
  bottom: 3px;
  width: 1px;
  background-color: var(--color-border-3);
}
.flow-card .flow-step:last-child::before {
  display: none;
}
.flow-card .flow-icon {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--color-border-3);
  color: #21d4fd;
  font-size: 16px;
}
.flow-card .flow-icon.final {
  background-color: #1e3cfa;
  border-color: #1e3cfa;
  color: var(--white);
}
.flow-card .flow-text .label {
  display: block;
  color: var(--white);
  font-size: 15px;
  line-height: 22px;
  padding-top: 2px;
}
.flow-card .flow-text .note {
  display: block;
  color: var(--color-text-1);
  font-size: 13px;
  line-height: 20px;
  margin-top: 3px;
}
@media (max-width: 991px) {
  .flow-card {
    padding: 30px 20px;
  }
}

.growth-card {
  background-color: var(--digital-marketing-gray);
  padding: 60px 48px 50px;
  height: 100%;
  border-radius: 20px;
  border: 1px solid var(--color-border-1);
}
.growth-card .line {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(31, 31, 31, 0.2) 0%, rgba(31, 31, 31, 0) 100%);
}
@media (max-width: 991px) {
  .growth-card .line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.growth-card.style-2 {
  padding: 39px 39px 25px;
}
.growth-card.style-2 .line {
  margin-top: 63px;
}
@media (max-width: 991px) {
  .growth-card {
    padding: 30px 15px;
  }
}

.wg-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.wg-video .image {
  height: 100%;
}
.wg-video .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-video .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wg-video .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: var(--digital-marketing-light);
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
  position: relative;
}
.wg-video .icon i {
  font-size: 20px;
  color: var(--digital-marketing-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;
  position: relative;
}
.wg-video .icon:hover {
  background-color: var(--white);
}
.wg-video .icon:hover .wave {
  background: rgba(255, 255, 255, 0.4);
}
.wg-video .icon .wave {
  background: rgba(212, 241, 58, 0.6);
}
.wg-video.style-2 {
  border-radius: 0 !important;
}
.wg-video.style-2 .icon {
  width: clamp(64px, 11.81vw, 170px);
  height: clamp(64px, 11.81vw, 170px);
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.16) 0%, rgba(92, 92, 92, 0.14) 100%);
  border: 1px solid var(--color-border-5);
  backdrop-filter: blur(40px);
}
.wg-video.style-2 .icon i {
  font-size: clamp(16px, 1.67vw, 24px);
  color: var(--white);
}
.wg-video.style-2 .icon:hover {
  background-color: var(--white);
}
.wg-video.style-2 .icon:hover i {
  color: var(--black);
}
.wg-video.style-2 .icon .wave {
  border: 1px solid var(--white);
  background-color: transparent;
}

.wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ripple 2s infinite;
}
.wave:nth-child(2) {
  animation-delay: 0.5s;
}
.wave:nth-child(3) {
  animation-delay: 1s;
}

.counter-item .number-counter {
  white-space: nowrap;
}
.counter-item span {
  font-family: "Figtree", sans-serif;
}

.tf-marquee .marquee-item {
  margin-right: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.infiniteSlide-app {
  overflow: hidden;
}
.infiniteSlide-app.bg-dt-light {
  background-color: var(--digital-marketing-light);
}
.infiniteSlide-app.bg-dt-blue {
  background-color: var(--digital-marketing-blue);
}
.infiniteSlide-app.bg-dt-blue .marquee-item {
  color: var(--white);
}
.infiniteSlide-app.bg-dt-blue .marquee-item i {
  color: var(--white);
}
.infiniteSlide-app.style-border {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-4);
}
.infiniteSlide-app.style-border .marquee-item {
  color: var(--paragraph);
}
.infiniteSlide-app.style-border .marquee-item:hover {
  color: var(--black);
}
@media (min-width: 992px) {
  .infiniteSlide-app.style-border {
    padding-top: 35px;
    padding-bottom: 36px;
  }
}
.infiniteSlide-app.style-2 .tf-marquee .marquee-item {
  padding-top: 19px;
  padding-bottom: 19px;
}

.working-item {
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--color-border-3);
  padding-left: 15px;
}
@media (min-width: 992px) {
  .working-item {
    gap: 70px;
    padding-left: 100px;
  }
  .working-item:nth-child(1) {
    padding-top: 10px;
  }
}
.working-item .number {
  color: var(--white);
}
.working-item .title {
  color: var(--white);
  display: inline-block;
  margin-bottom: 18px;
}
.working-item .text {
  color: var(--color-text-1);
}
.working-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}

.team-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 70px 15px;
  border: 1px solid var(--color-border-1);
}
.team-card .image {
  max-width: 270px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-card .image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.team-card .team-content {
  text-align: center;
}
.team-card .name-team {
  color: var(--digital-marketing-black);
  margin-bottom: 3px;
}
.team-card .name-team:hover {
  color: var(--digital-marketing-blue);
}
.team-card .position {
  color: var(--paragraph);
  margin-bottom: 18px;
}
.team-card .list-btn-bottom {
  position: relative;
}
.team-card .list-btn-bottom .btn-plus {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.team-card .list-btn-social {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  -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-card .btn-add:hover {
  background-color: var(--digital-marketing-blue);
  border-color: var(--digital-marketing-blue);
}
.team-card .btn-add:hover i {
  color: var(--white);
}
.team-card:hover .btn-plus {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
}
.team-card:hover .list-btn-social {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  padding-left: 50px;
}
@media (max-width: 767px) {
  .team-card {
    padding: 30px 15px;
  }
}

.project-item {
  padding: 30px 15px;
  border: 1px solid var(--color-border-1);
}
.project-item .image {
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
}
.project-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item .meta-project {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.project-item .meta-project span {
  color: var(--paragraph);
}
.project-item .meta-project .line-dot {
  width: 30px;
  height: 1px;
  background-color: var(--paragraph);
}
.project-item .name-project {
  color: var(--digital-marketing-black);
  position: relative;
}
.project-item .name-project::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--digital-marketing-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 .name-project:hover {
  color: var(--digital-marketing-blue);
}
.project-item .name-project:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .project-item {
    padding: 70px 29px 68px;
  }
}
.project-item.style-2 {
  padding: 20px 20px 30px;
}
.project-item.style-2 .meta-project {
  gap: 7px !important;
  margin-bottom: 17px;
}
.project-item.style-2 .meta-project a {
  padding: 5px 14px;
  border: 1px solid var(--color-border-7);
  border-radius: 14px;
  color: var(--paragraph);
}

.box-quote-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--digital-marketing-light);
  border-radius: 50%;
  padding: 0 10px;
  max-width: 410px;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
}
.box-quote-2 .line {
  width: 100%;
  height: 1px;
  background-color: var(--color-border-1);
  margin-bottom: 30px;
  margin-top: 30px;
}

.infiniteSlide-app.list-brands {
  overflow: hidden;
}
.list-brands .infiniteSlide {
  display: flex;
  flex-wrap: nowrap;
}
.list-brands .infiniteSlide-slide {
  flex-shrink: 0;
}

.brand-item {
  width: 290px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid var(--color-border-1);
  position: relative;
  padding: 16px 26px;
  transition: border-color 0.3s ease;
  overflow: visible;
}
.brand-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.brand-item:hover {
  border-color: var(--digital-marketing-blue);
}
.brand-item:hover img {
  opacity: 1;
}

.service-accordion {
  border: 1px solid var(--color-border-2);
  border-radius: 20px;
  overflow: hidden;
}
.service-accordion .slider-wrap {
  display: flex;
}
@media (min-width: 1440px) {
  .service-accordion .slider-wrap {
    height: 700px;
  }
}

.service-accordion-item {
  --item-width: 150px;
  flex: none;
  width: var(--item-width);
  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;
}
.service-accordion-item:not(:last-child) {
  border-right: 1px solid var(--color-border-2);
}
.service-accordion-item .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-2);
}
.service-accordion-item .image {
  border-radius: 20px;
  overflow: 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;
}
.service-accordion-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-accordion-item .text {
  -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;
}
@media (min-width: 992px) {
  .service-accordion-item .text {
    max-width: 342px;
  }
}
.service-accordion-item.is-active {
  width: calc(var(--main-width) - var(--item-width) * 3);
}
@media (min-width: 1200px) {
  .service-accordion-item {
    --item-width: 242px;
  }
}
@media (max-width: 767px) {
  .service-accordion-item.is-active {
    width: calc(var(--main-width));
  }
}

.project-item-2 .image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 9px;
}
.project-item-2 .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.project-item-2 .sub-title {
  color: var(--color-text-1);
  margin-bottom: 10px;
}
.project-item-2 .title {
  color: var(--white);
}

.awards-according {
  display: flex;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--color-border-4);
  max-height: 132px;
  -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;
  overflow: hidden;
  cursor: pointer;
}
.awards-according .title-according {
  color: var(--black);
}
.awards-according .title-according:hover {
  color: var(--branding-agency-purple);
}
.awards-according .image {
  -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;
}
.awards-according .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.awards-according .image {
  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;
  transform: translateY(10px);
}
.awards-according.active {
  max-height: 332px;
}
.awards-according.active .image {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1439px) {
  .awards-according {
    justify-content: space-between;
  }
}

.progress-circle-svg {
  position: relative;
  width: 154px;
  height: 154px;
}
.progress-circle-svg .progress-ring-bar {
  stroke: var(--digital-marketing-blue);
  stroke-width: 3;
  fill: transparent;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: stroke-dashoffset 0.8s ease-out;
}

.list-project-item .project-item {
  border-left-color: transparent;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .list-project-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .list-project-item .project-item {
    border-bottom-color: transparent;
  }
  .list-project-item .project-item:nth-last-child(-n+3) {
    border-bottom-color: transparent;
    padding-bottom: 0;
  }
  .list-project-item .project-item:nth-child(3n+1) {
    border-left-color: var(--color-border-1);
  }
}
@media (max-width: 991px) {
  .list-project-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .list-project-item .project-item {
    border-bottom-color: transparent;
  }
  .list-project-item .project-item:nth-last-child(-n+2) {
    border-bottom-color: transparent;
    padding-bottom: 0;
  }
  .list-project-item .project-item:nth-child(2n+1) {
    border-left-color: var(--color-border-1);
  }
}
@media (max-width: 575px) {
  .list-project-item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .list-project-item .project-item {
    border-left: 1px solid var(--color-border-1);
  }
}

.progress-bars-line {
  display: block;
  height: 3px;
  position: relative;
  background: rgba(11, 27, 230, 0.1019607843);
}
.progress-bars-line > div {
  display: block;
  height: 3px;
  background-color: var(--digital-marketing-blue);
  position: relative;
  width: 25%;
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.tf-zoom-main {
  position: sticky;
  z-index: 50;
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.according-item {
  padding: 25px 30px 23px;
  background: linear-gradient(180deg, #F3F4F6 0%, rgba(243, 244, 246, 0) 100%);
  border: 1px solid var(--color-border-1);
  border-radius: 20px;
}
.according-item .title-according {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.according-item .title-according .left {
  max-width: calc(100% - 50px);
}
.according-item .title-according .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--digital-marketing-blue);
  border-color: var(--digital-marketing-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;
}
.according-item .title-according .icon i {
  font-size: 20px;
  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;
}
.according-item .title-according.collapsed {
  border-color: var(--white);
  color: var(--digital-marketing-black);
}
.according-item .title-according.collapsed .icon {
  background-color: var(--white);
  border: 1px solid var(--color-border-1);
}
.according-item .title-according.collapsed .icon i {
  color: var(--digital-marketing-black);
}
.according-item .according-content {
  margin-top: 19px;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .according-item .according-content {
    padding-left: 86px;
    max-width: 635px;
  }
}
.according-item .list-benefit {
  margin-bottom: 39px;
  row-gap: 13px;
}
.according-item .list-benefit .benefit-item {
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--paragraph);
}
.according-item .list-benefit .benefit-item i {
  font-size: 24px;
}
@media (min-width: 768px) {
  .according-item .list-benefit .benefit-item {
    max-width: 50%;
    width: 100%;
  }
}
.according-item .image {
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
}
.according-item .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .according-item {
    padding: 25px 15px !important;
  }
}
.according-item.style-2 {
  padding: 0 !important;
  border: unset;
  background: transparent;
  width: 100%;
}
.according-item.style-2 .left {
  gap: 15px;
}
@media (min-width: 992px) {
  .according-item.style-2 .left {
    gap: 50px;
  }
}
.according-item.style-2 .icon-left {
  width: 70px;
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-1);
  border-radius: 50%;
}
.according-item.style-2 .icon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  background-color: var(--digital-marketing-blue);
  border-radius: 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;
}
.according-item.style-2 .icon-left svg {
  position: relative;
  z-index: 3;
}
.according-item.style-2 .title-according .icon {
  transform: rotate(90deg);
}
.according-item.style-2 .title-according .title {
  max-width: calc(100% - 85px);
}
@media (min-width: 1200px) {
  .according-item.style-2 .title-according .title {
    max-width: calc(100% - 120px);
  }
}
.according-item.style-2 .title-according.collapsed {
  border-color: var(--white);
  color: var(--digital-marketing-black);
}
.according-item.style-2 .title-according.collapsed .icon {
  background-color: var(--white);
  border: 1px solid var(--color-border-1);
  transform: rotate(0);
}
.according-item.style-2 .title-according.collapsed .icon i {
  color: var(--digital-marketing-black);
}
.according-item.style-2 .title-according.collapsed .icon-left:before {
  background-color: var(--digital-marketing-black);
}
.according-item.style-2 .according-content {
  margin-top: 13px;
  margin-bottom: 0;
  padding-left: 85px;
}
@media (min-width: 992px) {
  .according-item.style-2 .according-content {
    padding-left: 120px;
  }
  .according-item.style-2 .according-content p {
    padding-right: 77px;
  }
}
@media (max-width: 991px) {
  .according-item.style-2 br {
    display: none;
  }
}

/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
/* ------------ Footer ---------------- */
/* ---------------------------------------------------------
    * Name: Seonex | SEO/Marketing HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset
    * Typography
    * Custom Class

    * Components
        ** Layout
        ** Header
        ** Blog
        ** Form
        ** Animation
        ** Hover
        ** Box Icon
        ** Popup
        ** Tab
        ** Go Top
        ** Button
        ** Card
        ** Section
        ** Slider
        ** Testimonial
        ** Widget
        ** Shop
        ** Product
        ** Nice Select
        ** Lookbook
        ** Accordion
        ** Footer
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable --------- */
.footer {
  background-color: var(--digital-marketing-dark);
  position: relative;
  overflow: hidden;
}
.footer .big-text {
  color: var(--white);
}
.footer .img-sharp {
  position: absolute;
  bottom: -301px;
  left: -91px;
}
.footer .img-sharp .blob-wrapper {
  width: 627px;
  height: 490px;
}
.footer.style-2 {
  background-color: transparent;
}
.footer.style-2 .input-newsletter input {
  max-width: 100%;
  padding: 9px 25px;
  background-color: var(--seo-gray-dark);
  border-radius: 30px;
  border: 1px solid var(--color-border-2);
  color: var(--seo-black);
}
.footer.style-2 .input-newsletter input::placeholder {
  color: var(--paragraph);
}
.footer.style-2 form {
  max-width: 743px;
}
.footer.style-2 .footer-content .title-mobile h3,
.footer.style-2 .footer-content .title-mobile i {
  color: var(--seo-black);
}
.footer.style-2 .footer-content .support-item-footer {
  margin-bottom: 20px;
}
.footer.style-2 .footer-content .support-item-footer a {
  color: var(--paragraph);
}
.footer.style-2 .footer-content .support-item-footer a:hover {
  color: var(--seo-black);
  text-decoration-color: var(--seo-black) !important;
}
.footer.style-2 .footer-content .content {
  margin-top: 32px;
}
.footer.style-2 .footer-content.footer-content-2 .content {
  margin-top: 40px;
}
.footer.style-2 .contact-footer-item .icon-contact {
  border: 1px solid var(--white);
  background-color: var(--white);
}
.footer.style-2 .contact-footer-item .icon-contact i {
  font-size: 24px;
  color: var(--seo-purple);
}
.footer.style-2 .contact-footer-item a,
.footer.style-2 .contact-footer-item span {
  color: var(--seo-black);
}
.footer.style-2 .contact-footer-item .text {
  max-width: calc(100% - 85px);
}
.footer.style-2 .bottom-footer {
  padding-top: 27px;
  padding-bottom: 27px;
}
.footer.style-2 .bottom-footer ul a {
  color: var(--paragraph);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
}
.footer.style-2 .bottom-footer ul a:hover {
  color: var(--seo-black);
  text-decoration-color: var(--seo-black) !important;
}

.top-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 104px;
  padding-bottom: 131px;
}
@media (max-width: 1439px) {
  .top-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .top-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .top-footer .link-btn {
    margin-top: 30px;
    margin-right: 147px;
  }
}
@media (max-width: 991px) {
  .top-footer br {
    display: none;
  }
}

.footer-inner {
  border-bottom: 1px solid var(--color-border-3);
  position: relative;
}

.big-text {
  font-weight: 600;
  font-size: clamp(48px, 7.81vw, 150px) !important;
  line-height: 100% !important;
}
.big-text .img {
  max-width: 200px;
  border-radius: 999px;
  display: inline-block;
}
.big-text .img img {
  border-radius: 999px;
}
@media (min-width: 1440px) {
  .big-text {
    letter-spacing: -7.5px;
  }
  .big-text .img {
    margin-left: 77px;
    max-width: 350px;
  }
}

.footer-content .title-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
}
.footer-content .title-mobile i {
  font-size: 24px;
  -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 .content {
  margin-top: 28px;
}
.footer-content li {
  margin-bottom: 20px;
}
.footer-content li a {
  color: var(--color-text-1);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 1px;
}
.footer-content li a:hover {
  color: var(--white);
  text-decoration-color: var(--white) !important;
}
.footer-content li:last-child {
  margin-bottom: 0;
}
.footer-content .text {
  color: var(--color-text-1);
  display: flex;
  flex-direction: column;
}
.footer-content .form-newsletter-2 input {
  color: var(--white) !important;
}
.footer-content .form-newsletter-2 input::placeholder {
  color: var(--color-text-1) !important;
}
@media (max-width: 575px) {
  .footer-content .tf-collapse-content {
    display: none;
  }
}
.footer-content.open .title-mobile i {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .footer-content.newsletter-footer {
    max-width: 350px;
  }
}

.contact-footer-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.contact-footer-item .icon-contact {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border-3);
  border-radius: 10px;
}
.contact-footer-item .icon-contact i {
  font-size: 24px;
  color: var(--white);
}

.midder-footer {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  .midder-footer {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 60px 0;
  }
  .midder-footer .footer-content,
  .midder-footer .logo-footer {
    max-width: calc(33.3333333333% - 13.3333333333px);
    width: 100%;
    flex-grow: 1;
  }
  .midder-footer .footer-content-2 {
    max-width: calc(50% - 20px);
    width: 100%;
  }
}
@media (max-width: 991px) {
  .midder-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .midder-footer .logo-footer {
    max-width: 100%;
    width: 100%;
  }
  .midder-footer .footer-content {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .midder-footer {
    flex-direction: column;
    gap: 20px 0;
  }
  .midder-footer .footer-content {
    max-width: 100%;
  }
}

.bottom-footer {
  padding-top: 41px;
  padding-bottom: 41px;
  position: relative;
}
.bottom-footer ul {
  gap: 10px 32px;
}
@media (max-width: 767px) {
  .bottom-footer {
    flex-direction: column;
    justify-content: center;
  }
}

/* Hero with animated scenes (ported from homepage inline critical CSS so inner pages can use the same hero) */
.section-hero{background-color:var(--digital-marketing-dark);display:flex;justify-content:space-between;gap:50px;padding-top:150px;padding-bottom:70px;margin-top:-102px;position:relative;padding-left:15px;padding-right:15px;overflow:hidden}
.section-hero .img-sharp{position:absolute}
.section-hero .img-sharp.sharp-1{top:-700px;right:-300px}
.section-hero .img-sharp.sharp-2{top:480px;left:-241px}
.section-hero .img-sharp.sharp-1 .blob-wrapper{width:800px;height:1120px}
.section-hero .img-sharp.sharp-2 .blob-wrapper{width:1150px;height:1500px}
.section-hero .hero-left{width:100%;position:relative}
.section-hero .hero-right{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.section-hero .hero-content{margin-bottom:clamp(30px,10.69vw,161px);max-width:794px}
.section-hero .hero-content .title{color:var(--white);margin-bottom:41px}
.section-hero .hero-content .desc{color:var(--white);margin-bottom:30px}
.section-hero .hero-content .tf-btn{max-width:max-content}
.section-hero .stats{display:flex;align-items:center;justify-content:space-between;max-width:592px}
.section-hero .stats .stat .h1,.section-hero .stats .stat .h5{color:var(--white)}
.section-hero .stats .stat .counter{margin-bottom:12px}
.hero-anim-container{position:relative;width:100%;aspect-ratio:4/3}
.hero-anim-scene{position:absolute;inset:0;opacity:0;visibility:hidden;transition:visibility 0s .5s}
.hero-anim-scene.active{opacity:1;visibility:visible;transition:visibility 0s 0s}
.hero-anim-scene svg{width:100%;height:100%;display:block}
.hero-anim-nav{display:flex;align-items:center;gap:12px;justify-content:center;margin-top:20px}
.hero-anim-dot{width:12px;height:12px;border-radius:12px;background:rgba(255,255,255,.25);border:none;padding:0;cursor:pointer;transition:width .35s,background .35s}
.hero-anim-dot.active{width:36px;background:#fff}
.hero-anim-label{color:rgba(255,255,255,.7);font-size:14px;margin-left:10px;font-family:var(--ff-2);min-width:140px}
@keyframes heroSlide{from{transform:translateY(18px)}to{transform:translateY(0)}}
@keyframes heroFade{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.hero-anim-title{animation:heroSlide .5s ease-out both}
.hero-anim-desc{animation:heroFade .6s ease-out .15s both}
.hero-anim-btn{animation:heroFade .5s ease-out .3s both}
@media(min-width:1200px){.section-hero .hero-left{padding-top:80px!important;max-width:50%!important}.section-hero .hero-right{max-width:48%!important;padding-top:80px}}
@media(min-width:1600px){.section-hero{padding-left:90px;padding-right:30px}}
@media(max-width:1199px){.section-hero{flex-direction:column}.section-hero .hero-content{max-width:100%}.section-hero .hero-content br{display:none}.section-hero .hero-left{max-width:100%}.section-hero .hero-right{max-width:100%}.hero-anim-container{max-width:700px;margin:0 auto}}
@media(max-width:991px){.section-hero .img-sharp.sharp-1{top:-350px;right:-150px}.section-hero .img-sharp.sharp-1 .blob-wrapper{width:400px;height:560px}.section-hero .img-sharp.sharp-2{top:240px;left:-120px}.section-hero .img-sharp.sharp-2 .blob-wrapper{width:575px;height:750px}}

.audit-form .audit-skip {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.audit-form .audit-skip:hover {
  color: var(--white);
}
.audit-form .audit-turnstile {
  margin: 6px 0 16px;
}
