@charset "UTF-8";


/*======= Base Class ========*/
:root {
  --color-primary: #0A102F;
  --color-subtle-text: rgba(10, 16, 47, 0.8);
  --color-bg-shape: #f9f9f9;
  --bs-primary: #3147FF;
  --bs-primary-rgb: 49, 71, 255;
  --l2-primary: #A259FF;
  --l2-primary-rgb: 162, 89, 255;
  --l2-secondary: #0A102F;
  --l2-secondary-rgb: 10, 16, 47;
  --l3-primary: #FFC900;
  --l3-primary-rgb: 255, 201, 0;
  --l4-primary: #4B2AAD;
  --l4-primary-rgb: 75, 42, 173;
  --l5-primary: #FF9966;
  --l5-primary-rgb: 255, 153, 102;
  --l5-secondary: #1B1C1D;
  --l5-secondary-rgb: 27, 28, 29;
  --l6-primary: #3147FF;
  --l6-primary-rgb: 49, 71, 255;
  --l7-primary: #191919;
  --l7-primary-rgb: 25, 25, 25;
  --l7-secondary: #A259FF;
  --l7-secondary-rgb: 162, 89, 255;
  --l8-primary: #C1FF00;
  --l8-primary-rgb: 193, 255, 0;
  --l9-primary: #324438;
  --l9-primary-rgb: 50, 68, 56;
  --l9-secondary: #F4B905;
  --l9-secondary-rgb: 244, 185, 5;
  --l10-primary: #2D2B92;
  --l10-primary-rgb: 45, 43, 146;
  --l10-secondary: #FFD874;
  --l10-secondary-rgb: 255, 216, 116;
  --body-color: #0A102F;
  --body-color-rgb: 10, 16, 47;
  --black-2: #121212;
  --black-2-rgb: 18, 18, 18;
  --black-3: #1B1C1D;
  --black-3-rgb: 27, 28, 29;
  --black-4: #191919;
  --black-4-rgb: 25, 25, 25;
  --cream: #FDFBF9;
  --cream-rgb: 253, 251, 249;
  --offwhite: #FAF9F5;
  --offwhite-rgb: 250, 249, 245;
  --font-primary: "Inter", sans-serif;
  --font-secondary: "General Sans", sans-serif;
  --font-family-base: Inter, sans-serif;
  --font-family-heading: Plus Jakarta Sans, sans-serif;
  --font-wight-heading: 800;
  --font-dm-sans: DM Sans, sans-serif;
}

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

body {
  font-family: var(--font-family-base);
  font-size: 1rem;
  line-height: 1.56;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

span,
a {
  display: inline-block;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: initial;
}

img {
  display: block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-heading);
  font-family: var(--font-family-heading);
}

p {
  font-size: 16px;
  line-height: 1.67;
  margin-bottom: initial;
  color: rgba(10, 16, 47, 0.8);
}

@media (min-width: 576px) {
  p {
    font-size: 18px;
  }
}

.position-relative {
  position: relative;
}

.list-style-bullet li {
  display: flex;
  column-gap: 8px;
}

.list-style-bullet li::before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-width: 8px;
  min-height: 8px;
  max-height: 8px;
  border-radius: 500px;
  background-color: #0A102F;
  top: 10px;
  position: relative;
}

.inner-block-title {
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.0208333333em;
  font-size: 20px;
  font-family: var(--font-family-base);
}

@media (min-width: 768px) {
  .inner-block-title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .inner-block-title {
    font-size: 24px;
  }
}

/*!
 * Bootstrap Grid v5.3.0-alpha3 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .container {
    /*max-width: 480px;*/
    max-width:100%;
  }
}

/*@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}*/

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 480px) {
  .col-xs {
    flex: 1 0 0%;
  }

  .row-cols-xs-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xs-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xs-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xs-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xs-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xs-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xs-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.33333333%;
  }

  .offset-xs-2 {
    margin-left: 16.66666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.33333333%;
  }

  .offset-xs-5 {
    margin-left: 41.66666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.33333333%;
  }

  .offset-xs-8 {
    margin-left: 66.66666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.33333333%;
  }

  .offset-xs-11 {
    margin-left: 91.66666667%;
  }

  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }

  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }

  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

/* iPad Pro (1024px - 1180px) için Kapsamlı Header Ayarları */
@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .brand-logo {
    gap: 3px;
  }

  .brand-logo a {
    gap: 3px;
  }

  .brand-logo img {
    width: 35px;
    height: 35px;
  }

  .brand-text {
    font-size: 22px;
    line-height: 1.1;
  }

  .header-cta-btn-wrapper {
    margin-right: 10px;
    gap: 0px; /* Butonlar arası boşluk kaldırıldı */
  }

  .btn-cart-header {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .btn-cart-header i {
    font-size: 16px;
  }

  .btn-donate {
    height: 40px;
    padding: 0 16px;
    font-size: 10px;
  }

  .nav-link-item {
    font-size: 12px !important;
  }

  .site-menu-main {
      gap: 6px;
  }
}

/* General mobile responsive improvements */
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  h4 {
    font-size: 16px;
    line-height: 1.3;
  }

  .btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .section-padding-120 {
    padding: 60px 0;
  }
}

@media (max-width: 576px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 15px;
  }

  .btn {
    padding: 10px 16px;
    font-size: 13px;
  }

  .section-padding {
    padding: 40px 0;
  }

  .section-padding-120 {
    padding: 40px 0;
  }
}

/* Yatay kaydırma çubuğunu kaldır */
html, body {
  overflow-x: hidden;
}

/* ========== Component : Ticker Style 1 ============= */
.ticker-01_section {
  background-color: rgba(10, 16, 47, 0.9);
  overflow: hidden;
}

.ticker-01_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.ticker-01_content {
  display: flex;
  column-gap: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  animation: ticker-scroll 30s linear infinite;
}

/* Ticker animasyonu */
@keyframes ticker-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 17px;
  }

  h3 {
    font-size: 15px;
  }

  h4 {
    font-size: 14px;
  }

  .btn {
    padding: 8px 14px;
    font-size: 12px;
  }

  .section-padding {
    padding: 30px 0;
  }

  .section-padding-120 {
    padding: 30px 0;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.feature-card {
  background: #FFFFFF;
  border: 2px solid #0A102F;
  border-radius: 10px;
  padding: 30px;
  cursor: pointer;
  transition: 300ms;
}

.feature-card__icon {
  padding-bottom: 30px;
}

.feature-card__title {
  padding-bottom: 15px;
  font-family: var(--font-family-base);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: var(--body-color);
}

.feature-card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(var(--body-color-rgb), 0.8);
  margin-bottom: 0;
}

.feature-card p span {
  font-weight: 600;
}

.feature-card:hover {
  box-shadow: 10px 10px rgba(var(--body-color-rgb));
  border-radius: 10px;
}

/* ========== Component : Feature Card Style 3============= */
.feature-card-3 {
  padding: 28px;
  border: 4px solid #0A102F;
  border-radius: 10px;
  height: 100%;
  transition: all 0.2s ease-in-out;
  background: #F5EFEB;
}

.feature-card-3__icon-wrapper {
  padding-bottom: 30px;
}

.feature-card-3__title {
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.0208333333em;
  font-size: 20px;
  color: var(--body-color);
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .feature-card-3__title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .feature-card-3__title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .feature-card-3:hover {
    transform: rotate(-3deg);
    background-color: #fff;
  }
}

/* ========== Component : Feature Card 5 Style ============= */
/* ========== Component : process Card Style ============= */
.process-card {
  padding: 30px;
  display: flex;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: 0.3s;
  flex-direction: column;
  row-gap: 20px;
}

@media (min-width: 768px) {
  .process-card {
    row-gap: 40px;
  }
}

@media (min-width: 992px) {
  .process-card {
    row-gap: 60px;
  }
}

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

.process-card__icon-block {
  max-width: 100px;
}

.process-card:hover .process-card__icon {
  color: #3147FF;
}

.process-card p {
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
}

.process-card__heading {
  font-weight: 600;
  letter-spacing: 0em;
  font-family: "General Sans", sans-serif;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .process-card__heading {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .process-card__heading {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .process-card__heading {
    font-size: 30px;
  }
}

.process-card__step {
  display: inline-block;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.0208333333em;
  font-size: 20px;
  color: #BEF8FC;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .process-card__step {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .process-card__step {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .process-card__step {
    margin-bottom: 34px;
  }
}

.process-card__step::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #BEF8FC;
  bottom: -4px;
  left: 0;
  border-radius: 500px;
}


/* ========== Component : Pricing Card Style 1============= */
.pricing-card {
  border: 2px solid #0A102F;
  border-radius: 10px;
  padding: 30px;
  transition: all 0.4s;
}

@media (min-width: 1200px) {
  .pricing-card {
    padding: 40px;
  }
}

.pricing-card__head {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(10, 16, 47, 0.1);
  font-family: "Inter", sans-serif;
}

.pricing-card__plan {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}

.pricing-card__price-block {
  font-weight: 400;
  font-size: 28px;
  line-height: 2.86;
  font-family: "Inter", sans-serif;
}

.pricing-card__price-block span {
  font-weight: 700;
  font-size: 58px;
  line-height: 1.38;
}

.pricing-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: rgba(10, 16, 47, 0.7);
}

.pricing-card__body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

@media (min-width: 992px) {
  .pricing-card__body {
    row-gap: 35px;
  }
}

.pricing-card__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
}

.pricing-card__list li {
  display: flex;
  column-gap: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  color: #0A102F;
}

.pricing-card__list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f005";
}

.pricing-card__list li.disabled {
  opacity: 0.2;
}

.pricing-card.active {
  box-shadow: 10px 10px rgba(var(--body-color-rgb));
  border-radius: 10px;
}

.pricing-card:hover {
  box-shadow: 10px 10px rgba(var(--body-color-rgb));
  border-radius: 10px;
}

/* ========== Component : Pricing Card Style 2 ============= */
.pricing-card-2 {
  background: #FDFBF9;
  border-radius: 5px;
  padding: 40px;
}

.pricing-card-2__head {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(27, 28, 29, 0.1);
}

.pricing-card-2__icon {
  margin-bottom: 30px;
}

.pricing-card-2__plan {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  font-family: "General Sans", sans-serif;
  margin-bottom: 10px;
  color: #1B1C1D;
}

@media (min-width: 576px) {
  .pricing-card-2__plan {
    font-size: 20px;
  }
}

.pricing-card-2__price {
  font-family: "General Sans", sans-serif;
  color: #1B1C1D;
  font-weight: 600;
  line-height: 1.18;
  font-size: 52px;
}

@media (min-width: 1200px) {
  .pricing-card-2__price {
    font-size: 56px;
  }
}

@media (min-width: 1400px) {
  .pricing-card-2__price {
    font-size: 72px;
  }
}

.pricing-card-2__time {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  font-family: "Inter", sans-serif;
  color: rgba(27, 28, 29, 0.8);
}

.pricing-card-2 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: rgba(10, 16, 47, 0.7);
}

.pricing-card-2__body {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}

@media (min-width: 992px) {
  .pricing-card-2__body {
    row-gap: 13px;
  }
}

.pricing-card-2__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 12px;
}

.pricing-card-2__list li {
  display: flex;
  column-gap: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.67;
  color: rgba(27, 28, 29, 0.8);
}

/* ========== Component : Pricing Card Style 3 ============= */
.pricing-card-3 {
  background: #FFFFFF;
  border: 2px solid #191919;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  transition: all 0.4s;
}

.pricing-card-3__head {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
}

@media (min-width: 1200px) {
  .pricing-card-3__head {
    flex-direction: row;
  }
}

.pricing-card-3__plan {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.5px;
}

.pricing-card-3__price-block {
  text-align: center;
}

.pricing-card-3__price-sign {
  font-size: 28px;
  font-family: "Inter", sans-serif;
}

.pricing-card-3__price {
  font-weight: 700;
  font-size: 58px;
  line-height: 1.2;
  font-family: var(--font-family-base);
}

.pricing-card-3__price-time {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

.pricing-card-3__body {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

@media (min-width: 9px) {
  .pricing-card-3__body {
    row-gap: 50px;
  }
}

.pricing-card-3__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 18px;
}

.pricing-card-3__list li {
  display: flex;
  column-gap: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.pricing-card-3__list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--black-3);
  background-color: var(--black-3);
  color: #fff;
  font-size: 11px;
}

.pricing-card-3__list li.disabled::before {
  background-color: transparent;
  color: var(--black-3);
}

.pricing-card-3__button {
  margin-top: auto;
}

.pricing-card-3__button .btn-primary-l07 {
  pointer-events: none;
}

.pricing-card-3__button .btn-outline {
  --btn-hover-bg: #191919;
  --btn-hover-border: #191919;
}

.pricing-card-3.active {
  box-shadow: 10px 10px #A259FF;
  border-radius: 10px;
}

.pricing-card-3:hover {
  box-shadow: 10px 10px #A259FF;
  border-radius: 10px;
}

/* ========== Component : Pricing Card Style 4 ============= */
.pricing-card-4 {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  border-radius: 20px;
  padding: 40px;
}

@media (min-width: 992px) {
  .pricing-card-4 {
    row-gap: 40px;
  }
}

.pricing-card-4__head {
  color: #FFFFFF;
}

.pricing-card-4__plan {
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.0208333333em;
  font-size: 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .pricing-card-4__plan {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .pricing-card-4__plan {
    font-size: 24px;
  }
}

.pricing-card-4__price {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.38;
  font-family: var(--font-family-base);
}

@media (min-width: 768px) {
  .pricing-card-4__price {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .pricing-card-4__price {
    font-size: 44px;
  }
}

@media (min-width: 1200px) {
  .pricing-card-4__price {
    font-size: 52px;
  }
}

@media (min-width: 1400px) {
  .pricing-card-4__price {
    font-size: 58px;
  }
}

.pricing-card-4__time {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
}

@media (min-width: 576px) {
  .pricing-card-4__time {
    font-size: 20px;
  }
}

.pricing-card-4 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: rgba(10, 16, 47, 0.7);
}

.pricing-card-4__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 12px;
}

.pricing-card-4__list li {
  display: flex;
  column-gap: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .pricing-card-4__list li {
    font-size: 20px;
  }
}

.pricing-card-4__list li::before {
  content: "";
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
  border-radius: 500px;
  position: relative;
  top: 12px;
  background-color: #FFFFFF;
}

.pricing-card-4__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  margin-top: auto;
}

.pricing-card-4__button-bottom-text {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

/* ========== Component : Pricing Card Style 5 ============= */
.pricing-card-5 {
  background: #FFFFFF;
  border: 2px solid #191919;
  border-radius: 10px;
  padding: 30px;
}

.pricing-card-5__head {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
}

.pricing-card-5__plan {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.5px;
}

.pricing-card-5__price-block {
  text-align: center;
}

.pricing-card-5__price-sign {
  font-size: 28px;
  line-height: 2.86;
  font-family: "Inter", sans-serif;
}

.pricing-card-5__price {
  font-weight: 700;
  font-size: 58px;
  line-height: 1.38;
  font-family: var(--font-family-base);
}

.pricing-card-5__price-time {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.5px;
}

.pricing-card-5__body {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

@media (min-width: 992px) {
  .pricing-card-5__body {
    row-gap: 50px;
  }
}

.pricing-card-5__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 18px;
}

.pricing-card-5__list li {
  display: flex;
  column-gap: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.pricing-card-5__list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f058";
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}

.pricing-card-5__list li.disabled::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #191919;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  border-radius: 500px;
}

.pricing-card-5.active {
  box-shadow: 10px 10px #A259FF;
  border-radius: 10px;
}

/* ========== Component : Pricing Card Style 6 ============= */
.pricing-card-6 {
  background: #FFFFFF;
  border: 1px solid var(--black-2);
  border-radius: 5px;
}

@media (min-width: 992px) {
  .pricing-card-6 {
    display: flex;
    flex-wrap: wrap;
  }
}

.pricing-card-6__head,
.pricing-card-6__body {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 480px) {

  .pricing-card-6__head,
  .pricing-card-6__body {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {

  .pricing-card-6__head,
  .pricing-card-6__body {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 50%;
  }
}

@media (min-width: 1200px) {

  .pricing-card-6__head,
  .pricing-card-6__body {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.pricing-card-6__head {
  border-bottom: 1px solid rgba(27, 28, 29, 0.1);
}

@media (min-width: 992px) {
  .pricing-card-6__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(27, 28, 29, 0.1);
    border-bottom: 0;
  }
}

.pricing-card-6__head p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(var(--body-color-rgb), 0.8);
  max-width: 381px;
}

@media (min-width: 576px) {
  .pricing-card-6__head p {
    font-size: 18px;
  }
}

.pricing-card-6__plan {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
  color: var(--black-2);
}

@media (min-width: 576px) {
  .pricing-card-6__plan {
    font-size: 20px;
  }
}

.pricing-card-6__price {
  font-family: "Public Sans", sans-serif;
  font-size: 32px;
  line-height: 1.14;
  font-weight: 700;
}

@media (min-width: 576px) {
  .pricing-card-6__price {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .pricing-card-6__price {
    font-size: 52px;
  }
}

@media (min-width: 1200px) {
  .pricing-card-6__price {
    font-size: 56px;
  }
}

.pricing-card-6__price-plan {
  margin-bottom: 24px;
}

.pricing-card-6__time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  font-family: "Inter", sans-serif;
  color: rgba(var(--black-2), 0.8);
}

@media (min-width: 576px) {
  .pricing-card-6__time {
    font-size: 18px;
  }
}

.pricing-card-6__body {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1400px) {
  .pricing-card-6__body {
    padding-left: 128px;
  }
}

.pricing-card-6__badge {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  font-family: "Inter", sans-serif;
  margin-bottom: 24px;
  color: var(--black-2);
}

@media (min-width: 576px) {
  .pricing-card-6__badge {
    font-size: 18px;
  }
}

.pricing-card-6__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 12px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .pricing-card-6__list {
    margin-bottom: 50px;
  }
}

.pricing-card-6__list li {
  display: flex;
  column-gap: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  align-items: flex-start;
}

@media (min-width: 576px) {
  .pricing-card-6__list li {
    font-size: 18px;
  }
}

.pricing-card-6__list li .icon {
  margin-top: 3px;
}

.pricing-card-6__list li span {
  color: rgba(var(--black-2), 0.8);
}

/* ========== Component : Course Card ============= */
.course-card {
  padding: 30px;
  border-radius: 10px;
  background: #FDFBF9;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.course-card__image {
  border-radius: 10px;
  position: relative;
}

.course-card__image::before {
  content: "";
  background-color: rgba(10, 16, 47, 0.1);
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.course-card__image img {
  border-radius: inherit;
}

.course-card__meta {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  margin-bottom: 15px;
  color: rgb(var(--body-color-rgb), 0.8);
  font-weight: 600;
  line-height: 1.43;
  font-size: 14px;
}

.course-card__meta-tag {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  column-gap: 8px;
}

@media (min-width: 576px) {
  .course-card__meta-tag {
    flex-direction: row;
    align-items: center;
  }

  .course-card__meta-tag>*:not(:last-child) {
    display: flex;
    align-items: center;
    column-gap: 8px;
  }

  .course-card__meta-tag>*:not(:last-child):after {
    content: "";
    background-color: rgb(var(--body-color-rgb), 0.8);
    display: block;
    border-radius: 500px;
    min-width: 6px;
    max-width: 6px;
    min-height: 6px;
    max-height: 6px;
    border-radius: 500px;
  }
}

.course-card__meta-rating {
  display: flex;
  column-gap: 8px;
  align-items: center;
}

.course-card__meta-rating i {
  color: #FFC900;
}

.course-card__title {
  font-family: var(--font-family-base);
  font-weight: 700;
  line-height: 1.33;
  font-size: 20px;
}

@media (min-width: 768px) {
  .course-card__title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .course-card__title {
    font-size: 24px;
  }
}

.course-card__footer {
  margin-top: auto;
}

/* ========== Component : Blog Card ============= */
.blog-card {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #121212;
  border-radius: 5px;
}

.blog-card__image {
  position: relative;
  margin-bottom: 24px;
}

.blog-card__image img {
  width: 100%;
}

.blog-card__badge {
  position: absolute;
  top: 3%;
  right: 2%;
  padding: 10.5px 20.5px;
  background: #FDFBF9;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  color: #121212;
}

.blog-card__meta {
  display: flex;
  column-gap: 15px;
  margin-bottom: 15px;
}

.blog-card__meta span {
  display: flex;
  column-gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
}

.blog-card__title {
  font-weight: 600;
  font-family: "Public Sans", sans-serif;
  line-height: 1.36;
  font-size: 22px;
  font-weight: 700;
  color: var(--black-2);
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .blog-card__title {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .blog-card__title {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .blog-card__title {
    margin-bottom: 30px;
  }
}

.blog-card__link {
  display: flex;
  column-gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
}

.blog-card__link i {
  position: relative;
  top: 5px;
}

/* ========== Component : Blog Card Large ============= */
.blog-card-large {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  transition: 0.4s;
}

.blog-card-large a {
  color: #0A102f;
}

.blog-card-large:hover {
  box-shadow: 0px 4px 60px rgba(10, 16, 47, 0.08);
}

.blog-card-large__image img {
  width: 100%;
}

.blog-card-large__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 15px;
  column-gap: 24px;
  margin-bottom: 30px;
}

.blog-card-large__meta span {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.blog-card-large__user {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.blog-card-large__user img {
  height: 45px;
}

.blog-card-large__time {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.blog-card-large__category {
  padding: 5.5px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  background: rgba(10, 16, 47, 0.05);
  color: rgba(10, 16, 47, 0.6);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.blog-card-large__body {
  padding: 30px;
}

.blog-card-large__body p {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .blog-card-large__body p {
    max-width: 760px;
  }
}

.blog-card-large__title {
  font-weight: 700;
  letter-spacing: -0.0333em;
  font-family: "General Sans", sans-serif;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: var(--font-family-base);
}

@media (min-width: 768px) {
  .blog-card-large__title {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .blog-card-large__title {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .blog-card-large__title {
    font-size: 30px;
  }
}

.blog-card-large__link {
  display: flex;
  column-gap: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #0A102F;
}

.blog-card-large__link:hover {
  color: #3147FF;
}

.blog-card-large__link i {
  position: relative;
  top: 5px;
}

.blog-card-large-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 30px;
}

@media (min-width: 992px) {
  .blog-card-large-row {
    row-gap: 40px;
  }
}

/* Mobile responsive improvements for blog section */
@media (max-width: 768px) {
  .blog_main-section {
    padding: 60px 0;
  }

  .blog-card-large {
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .blog-card-large .row {
    flex-direction: column;
  }

  .blog-card-large__image {
    margin-bottom: 15px;
  }

  .blog-card-large__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
  }

  .blog-card-large__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .blog-card-large__meta {
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .blog-card-large__meta span {
    font-size: 12px;
  }

  .blog-card-large__body p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .sidebar-wrapper {
    margin-top: 40px;
  }

  .sidebar-single {
    margin-bottom: 30px;
  }

  .sidebar-title {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .blog_main-section {
    padding: 40px 0;
  }

  .blog-card-large {
    margin-bottom: 25px;
    padding: 12px;
  }

  .blog-card-large__image img {
    height: 180px;
  }

  .blog-card-large__title {
    font-size: 16px;
  }

  .blog-card-large__body p {
    font-size: 13px;
  }

  .btn-outline-primary {
    padding: 8px 16px;
    font-size: 12px;
  }

  .sidebar-wrapper {
    margin-top: 30px;
  }

  .sidebar-single {
    margin-bottom: 25px;
  }
}

.blog-card-large-2__image img {
  width: 100%;
}

.blog-card-large-2__meta {
  display: flex;
  column-gap: 24px;
}

.blog-card-large-2__meta span {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.blog-card-large-2__user {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.blog-card-large-2__time {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.blog-card-large-2__category {
  padding: 5.5px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  background: rgba(10, 16, 47, 0.05);
  color: rgba(10, 16, 47, 0.6);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.blog-card-large-2__body {
  padding: 30px;
}

.blog-card-large-2__body p {
  margin-bottom: 30px;
}

/* ========== Component : Team Card Style ============= */
.team-card {
  overflow: hidden;
  position: relative;
}

.team-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

@media (min-width: 768px) {
  .team-card img {
    border-radius: 0px;
  }
}

.team-card__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--black-2);
  margin-bottom: 5px;
}

.team-card__position {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: rgba(var(--black-2-rgb), 0.8);
}

.team-card__body {
  padding: 20px;
  background: #F5F3EA;
  border-radius: 5px;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .team-card__body {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
}

@media (min-width: 992px) {
  .team-card__body {
    padding: 20px;
    bottom: 0px;
    transform: translateY(100%);
  }
}

.team-card__body-bottom {
  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.team-card__social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.team-card__social-links a {
  color: var(--black-2);
  transition: 0.4s;
}

.team-card__social-links a:hover {
  color: var(--l5-primary);
}

@media (min-width: 992px) {
  .team-card:hover .team-card__body {
    bottom: 20px;
    transform: translateY(0);
  }
}

/* ========== Component : Team Card 2 Style ============= */
.team-card-2 {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  background: #FAF9F5;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.4s;
}

.team-card-2:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.08);
}

.team-card-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.team-card-2__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  column-gap: 10px;
}

.team-card-2__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #0A102F;
  margin-bottom: 5px;
  font-family: "Inter", sans-serif;
}

@media (min-width: 576px) {
  .team-card-2__name {
    font-size: 20px;
  }
}

.team-card-2__position {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(10, 16, 47, 0.8);
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .team-card-2__position {
    font-size: 18px;
  }
}

.team-card-2__social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.team-card-2__social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  max-width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  max-height: 35px;
  border-radius: 500px;
  color: var(--black-2);
  background-color: rgba(10, 16, 47, 0.05);
  transition: 0.4s;
}

.team-card-2__social-links a:hover {
  color: #FFFFFF;
  background-color: var(--black-2);
}

.team-card-2__social-links.hvr-blue a:hover {
  color: #FFFFFF;
  background-color: var(--bs-primary);
}

.team-card-2-row {
  justify-content: center;
  --bs-gutter-y: 30px;
}


/* ========== Component : List Style  ============= */
.list-style-check {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: left;
  margin-bottom: 0;
}

.list-style-check li {
  display: flex;
  column-gap: 12px;
  font-weight: 600;
  line-height: 1.67;
  color: #0A102F;
  font-size: 16px;
}

@media (min-width: 576px) {
  .list-style-check li {
    font-size: 18px;
  }
}

.list-style-check li img {
  max-width: 22px;
  max-height: 22px;
}

@media (min-width: 576px) {
  .list-style-check li img {
    max-width: 34px;
    max-height: 34px;
  }
}

.list-social {
  --color: #0A102F;
  --backgroundColor: rgba(10, 16, 47, 0.1);
  --hovBackground: #3147FF;
  --hovColor: #FFFFFF;
  display: inline-flex;
  column-gap: 12px;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
}

.list-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 500px;
  font-size: 13px;
  background: var(--backgroundColor);
  color: var(--color);
  transition: 0.4s;
}

.list-social li a:hover {
  color: var(--hovColor);
  background-color: var(--hovBackground);
  border-color: var(--hovBackground);
}

.list-social--dark {
  --border-color: rgba(255, 255, 255, 0.1);
  --color: #FFFFFF;
  --hovBackground: #FFFFFF;
  --hovColor: #0A102F;
}

.list-social--hvr-black {
  --hovBackground: #0A102F;
  --hovColor: #FFFFFF;
}

.list-social--hvr-primary-l3 {
  --hovBackground: var(--l3-primary);
  --hovColor: #0A102F;
}

.list-social--primary-l5 {
  --backgroundColor: rgba(253, 251, 249, 0.1);
  --border-color: rgba(255, 255, 255, 0);
  --color: #FFFFFF;
  --hovBackground: #FF9966;
  --hovColor: var(--black-2);
}

.navigation-list .btn {
  background-color: rgba(10, 16, 47, 0.0392156863);
  color: rgba(10, 16, 47, 0.6);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.navigation-list li.active .btn {
  color: white !important;
}

.navigation-list--inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 80px;
}

.navigation-list--inline li.active {
  background-color: #3147FF;
  color: #fff;
  border-radius: 500px;
}

.navigation-list--inline li .nav-list-btn {
  font-weight: 700;
}

.navigation-list--inline .nav-list-btn-2 {
  background-color: rgba(10, 16, 47, 0.0392156863);
  color: #fff;
}

.navigation-list--block {
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-align: left;
  margin-bottom: 40px;
  justify-content: center;
}

@media (min-width: 1200px) {
  .navigation-list--block {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.navigation-list--block li.active .nav-list-btn {
  color: #3147FF;
}

.navigation-list--block li .nav-list-btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0;
  outline: none;
  background: none;
  border: none;
}

@media (min-width: 1200px) {
  .navigation-list--block li .nav-list-btn {
    font-size: 30px;
  }
}

.navigation-list--block li .nav-list-btn:active {
  border: none;
}

/* Sideabr List Styles */
.sidebar-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sidebar-tag-list-item a {
  padding: 4.5px 23px;
  border-radius: 500px;
  background: rgba(10, 16, 47, 0.04);
  font-size: 18px;
  line-height: 1.43;
  color: rgba(10, 16, 47, 0.8);
  transition: 0.4s;
}

.sidebar-tag-list-item a:hover {
  background-color: var(--bs-primary);
  color: #FFF;
}

.sidebar-category-list {
  display: flex;
  flex-direction: column;
}

.sidebar-category-list>* {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(10, 16, 47, 0.1);
}

.sidebar-category-list>*:last-child {
  border-bottom: 0px solid rgba(10, 16, 47, 0.1);
  padding-bottom: 0px;
}

/* ========== Component  : Feature Widget Style 1============= */
.feature-widget {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  column-gap: 24px;
  row-gap: 30px;
}

@media (min-width: 992px) {
  .feature-widget {
    flex-direction: row;
    justify-content: initial;
    align-items: initial;
    text-align: initial;
  }
}

@media (min-width: 1400px) {
  .feature-widget {
    padding-right: 40px;
  }
}

.feature-widget img {
  width: 50px;
}

.feature-widget__title {
  padding-bottom: 15px;
  font-family: var(--font-family-base);
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: var(--body-color);
}

.feature-widget__body p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(var(--body-color-rgb), 0.8);
  margin-bottom: 0;
}



/* Applied on : Landing - SEO Agency*/
.feature-widget-devider {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 30px;
}

@media (min-width: 1400px) {
  .feature-widget-devider {
    --bs-gutter-x: 52px;
  }
}

.feature-widget-devider>* {
  position: relative;
}

.feature-widget-devider>*:after {
  content: "";
  width: 2px;
  height: 50%;
  min-height: 120px;
  background-color: rgba(27, 28, 29, 0.1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: none;
}

@media (min-width: 1200px) {
  .feature-widget-devider>*:not(:last-child):after {
    display: block;
  }
}


/* ========== widget : Feature Style 1============= */
.feature-widget-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  column-gap: 20px;
  row-gap: 17px;
}

@media (min-width: 1400px) {
  .feature-widget-7 {
    column-gap: 24px;
  }
}

@media (min-width: 992px) {
  .feature-widget-7 {
    flex-direction: row;
    justify-content: initial;
    align-items: initial;
    text-align: initial;
  }
}

.feature-widget-7__title {
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.0208333333em;
  font-size: 20px;
  font-family: var(--font-family-base);
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .feature-widget-7__title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .feature-widget-7__title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .feature-widget-7__title {
    margin-bottom: 15px;
  }
}

/* ============Component  : Process Widget ============== */
.process-widget-row {
  --bs-gutter-y: 30px;
  justify-content: center;
}

@media (min-width: 992px) {
  .process-widget-row {
    justify-content: space-between;
  }
}

.process-widget-row>* {
  position: relative;
  z-index: 1;
}

.process-widget-row>*::before {
  content: "";
  border: 2px dashed #1B1C1D;
  width: 80%;
  position: absolute;
  top: 16%;
  transform: translateX(71.5%);
  z-index: -1;
  display: none;
}

@media (min-width: 992px) {
  .process-widget-row>*:not(:last-child):before {
    display: block;
  }
}

.process-widget-row .process-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 30px;
}

@media (min-width: 1400px) {
  .process-widget-row .process-widget {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.process-widget-row .process-widget__count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 500px;
  background: #FDFBF9;
  border: 1px solid #1B1C1D;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2;
  color: #1B1C1D;
}

@media (min-width: 768px) {
  .process-widget-row .process-widget__count {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 992px) {
  .process-widget-row .process-widget__count {
    width: 80px;
    height: 80px;
  }
}

.process-widget-row .process-widget__count:hover {
  background: #FF9966;
}

.process-widget-row .process-widget__title {
  font-weight: 600;
  letter-spacing: 0em;
  font-family: "General Sans", sans-serif;
  line-height: 1.4;
  font-size: 24px;
  color: #1B1C1D;
  font-family: "General Sans", sans-serif;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .process-widget-row .process-widget__title {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .process-widget-row .process-widget__title {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .process-widget-row .process-widget__title {
    font-size: 30px;
  }
}

.process-widget-row .process-widget p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(27, 28, 29, 0.8);
}

@media (min-width: 1400px) {
  .process-widget-row .process-widget p {
    max-width: 336px;
  }
}

/* ============ Process Widget 2 ============== */
.process-widget-2-row {
  --bs-gutter-y: 30px;
  justify-content: center;
}

.process-widget-2-row>* {
  position: relative;
  z-index: 1;
}

.process-widget-2-row>*::before {
  content: "";
  border: 2px dashed #221F1A;
  width: 90%;
  position: absolute;
  top: 40px;
  transform: translateX(50%);
  z-index: -1;
  display: none;
}

@media (min-width: 992px) {
  .process-widget-2-row>*:not(:last-child):before {
    display: block;
  }
}

.process-widget-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 30px;
  max-width: 336px;
}

.process-widget-2__count {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF4D9;
  border: 1px solid rgba(34, 31, 26, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 500px;
  font-weight: 600;
  font-family: "General Sans", sans-serif;
  line-height: 1.2;
  font-size: 26px;
  color: #221F1A;
}

@media (min-width: 768px) {
  .process-widget-2__count {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .process-widget-2__count {
    font-size: 34px;
  }
}

@media (min-width: 768px) {
  .process-widget-2__count {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 992px) {
  .process-widget-2__count {
    width: 80px;
    height: 80px;
  }
}

.process-widget-2__count:hover {
  background: #F65510;
  color: #FFF4D9;
}

.process-widget-2__title {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 1px;
  color: #221F1A;
  font-family: "Clash Display", sans-serif;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .process-widget-2__title {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .process-widget-2__title {
    font-size: 30px;
  }
}

.process-widget-2 p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(34, 31, 26, 0.8);
  letter-spacing: -0.5px;
}

/* ========== Component   : Video Widget ============= */
.video-widget__thumbnail {
  position: relative;
  margin-bottom: 23px;
  border-radius: 10px;
}

.video-widget__thumbnail img {
  width: 100%;
  border-radius: inherit;
}

.video-widget__thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--body-color);
  mix-blend-mode: multiply;
  opacity: 0.4;
  border-radius: inherit;
}

.video-widget__title {
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.0208333333em;
  font-size: 20px;
  margin-bottom: 17px;
  font-family: var(--font-family-base);
  color: #0A102F;
}

@media (min-width: 768px) {
  .video-widget__title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .video-widget__title {
    font-size: 24px;
  }
}

.video-widget p {
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
  color: rgba(var(--body-color-rgb), 0.8);
}

@media (min-width: 576px) {
  .video-widget p {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .video-widget p {
    max-width: 350px;
  }
}

/* ========== Component   : Video Cards ============= */
.video-cards-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .video-cards-row {
    gap: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .video-cards-row {
    gap: 60px;
    margin-bottom: 60px;
  }
}

.video-card {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0px 2px 10px rgba(10, 16, 47, 0.05);
}

.video-card:hover {
  box-shadow: 0px 8px 30px rgba(10, 16, 47, 0.12);
  transform: translateY(-2px);
}

.video-card__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-card__frame iframe {
  width: 100%;
  height: 315px;
  border: none;
  display: block;
}

@media (min-width: 768px) {
  .video-card__frame iframe {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .video-card__frame iframe {
    height: 450px;
  }
}

.video-card__body {
  padding: 24px;
}

@media (min-width: 768px) {
  .video-card__body {
    padding: 30px;
  }
}

.video-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(10, 16, 47, 0.7);
}

.video-card__date {
  display: flex;
  align-items: center;
  gap: 8px;
}

.video-card__date img {
  width: 16px;
  height: 16px;
}

.video-card__category {
  background: rgba(10, 16, 47, 0.05);
  color: rgba(10, 16, 47, 0.7);
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 13px;
}

.video-card__title {
  font-family: var(--font-family-base);
  font-weight: 700;
  line-height: 1.4;
  font-size: 20px;
  color: #0A102F;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .video-card__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) {
  .video-card__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.video-card p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(10, 16, 47, 0.8);
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .video-card p {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .video-card p {
    font-size: 18px;
  }
}

.video-card__actions {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(10, 16, 47, 0.1);
}

.video-card__actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #3147FF;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.video-card__actions .btn:hover {
  background: #2838E6;
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* ========== Component   : Video Detail Page ============= */
.video-detail-content {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}

.video-detail__player {
  position: relative;
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.video-detail__player iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}

@media (min-width: 768px) {
  .video-detail__player iframe {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .video-detail__player iframe {
    height: 600px;
  }
}

.video-detail__info {
  padding: 30px;
}

@media (min-width: 768px) {
  .video-detail__info {
    padding: 40px;
  }
}

.video-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(10, 16, 47, 0.7);
}

.video-detail__date {
  display: flex;
  align-items: center;
  gap: 8px;
}

.video-detail__date img {
  width: 16px;
  height: 16px;
}

.video-detail__category a {
  background: rgba(10, 16, 47, 0.08);
  color: #0A102F;
  padding: 6px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s;
}

.video-detail__category a:hover {
  background: #0A102F;
  color: #FFFFFF;
}

.video-detail__title {
  font-family: var(--font-family-base);
  font-weight: 700;
  line-height: 1.3;
  font-size: 28px;
  color: #0A102F;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .video-detail__title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .video-detail__title {
    font-size: 40px;
    margin-bottom: 35px;
  }
}

.video-detail__description {
  margin-bottom: 35px;
}

.video-detail__description p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(10, 16, 47, 0.8);
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .video-detail__description p {
    font-size: 18px;
  }
}

.video-detail__share {
  border-top: 1px solid rgba(10, 16, 47, 0.1);
  padding-top: 30px;
  margin-bottom: 30px;
}

.video-detail__share h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0A102F;
  margin-bottom: 20px;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.share-btn--facebook {
  background: #1877F2;
  color: #FFFFFF;
}

.share-btn--facebook:hover {
  background: #166FE5;
  color: #FFFFFF;
}

.share-btn--twitter {
  background: #1DA1F2;
  color: #FFFFFF;
}

.share-btn--twitter:hover {
  background: #1991DB;
  color: #FFFFFF;
}

.share-btn--whatsapp {
  background: #25D366;
  color: #FFFFFF;
}

.share-btn--whatsapp:hover {
  background: #22C55E;
  color: #FFFFFF;
}

.share-btn--youtube {
  background: #FF0000;
  color: #FFFFFF;
}

.share-btn--youtube:hover {
  background: #E60000;
  color: #FFFFFF;
}

/* ========== Component   : Related Videos ============= */
.related-videos {
  border-top: 1px solid rgba(10, 16, 47, 0.1);
  padding-top: 40px;
}

.related-videos__title {
  font-size: 24px;
  font-weight: 700;
  color: #0A102F;
  margin-bottom: 30px;
  font-family: var(--font-family-base);
}

.related-videos__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (min-width: 768px) {
  .related-videos__list {
    flex-direction: row;
    gap: 30px;
  }
}

.related-video-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #FAF9F5;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}

.related-video-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px rgba(10, 16, 47, 0.1);
}

.related-video-item__thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}

.related-video-item__thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.3s;
}

.related-video-item__thumbnail:hover img {
  transform: scale(1.05);
}

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 18px;
  transition: 0.3s;
}

.related-video-item__thumbnail:hover .play-overlay {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

.related-video-item__info {
  padding: 20px;
}

.related-video-item__title a {
  font-size: 16px;
  font-weight: 600;
  color: #0A102F;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  margin-bottom: 8px;
}

.related-video-item__title a:hover {
  color: #3147FF;
}

.related-video-item__date {
  font-size: 13px;
  color: rgba(10, 16, 47, 0.6);
  font-weight: 500;
}



/* ========== Component   : rating Style ============= */
.rating-widget {
  display: flex;
  align-items: center;
  gap: 15px;
}

.rating-widget__rating-text {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #221F1A;
  opacity: 0.7;
}

.rating-widget div {
  display: flex;
  gap: 15px;
  margin-top: 7px;
}

/* ========== Component  :Team Widget =========== */
.team-widget {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.team-widget__image-block {
  margin-bottom: 24px;
  overflow: hidden;
}

.team-widget__image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team-widget__user-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #0A102F;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  .team-widget__user-name {
    font-size: 20px;
  }
}

.team-widget__user-position {
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
  color: rgba(10, 16, 47, 0.8);
}

@media (min-width: 576px) {
  .team-widget__user-position {
    font-size: 18px;
  }
}

/* ========== Component : Fact Widget   ============= */
.fact-widget {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 16px;
  position: relative;
}

@media (min-width: 768px) {
  .fact-widget {
    flex-direction: row;
    align-items: flex-start;
    text-align: initial;
  }
}

@media (min-width: 992px) {
  .fact-widget {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .fact-widget {
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .fact-widget {
    max-width: 307px;
  }
}

.fact-widget_title {
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.0208333333em;
  font-size: 20px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .fact-widget_title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .fact-widget_title {
    font-size: 24px;
  }
}

/* Applied on : Landing - Web Hosting*/
.fact-widget-divider {
  --bs-gutter-y: 30px;
}

@media (min-width: 1400px) {
  .fact-widget-divider {
    --bs-gutter-x: 35px;
  }
}

.fact-widget-divider>* {
  position: relative;
}

@media (min-width: 768px) {
  .fact-widget-divider>*:nth-child(-n+2):after {
    content: "";
    width: 2px;
    height: 50%;
    min-height: 70px;
    background-color: rgba(27, 28, 29, 0.1);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
  }
}

/* ========== widget : Sidebar BLog============= */
.sidebar-blog-widget {
  display: flex;
  column-gap: 16px;
}

.sidebar-blog-widget__image img {
  min-width: 150px;
  border-radius: 5px;
}

.sidebar-blog-widget__date {
  display: flex;
  column-gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.43;
  color: #13111A;
}

.sidebar-blog-widget__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #13111A;
  font-family: "Inter", sans-serif;
}

.sidebar-blog-widget a {
  color: inherit;
}

/* ========== widget : Blog Comment Widget============= */
.comment-widget__inner {
  display: flex;
  column-gap: 20px;
}

.comment-widget__image {
  min-width: 80px;
  max-width: 80px;
  min-height: 8px;
  max-height: 80px;
  border-radius: 500px;
}

.comment-widget__image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.comment-widget__body {
  width: 100%;
}

.comment-widget__body p {
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
  color: rgba(10, 16, 47, 0.8);
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(10, 16, 47, 0.1);
  margin-bottom: 24px;
  max-width: 590px;
}

@media (min-width: 576px) {
  .comment-widget__body p {
    font-size: 18px;
  }
}

.comment-widget__body p:last-child {
  padding-bottom: 40px;
}

.comment-widget__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-widget__user-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}

.comment-widget__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}

.comment-widget__button a {
  font-weight: 700;
  font-size: 16px;
  color: rgba(10, 16, 47, 0.8);
}

.comment-widget__button a:hover {
  color: var(--bs-primary);
}

@media (min-width: 576px) {
  .comment-widget>.comment-widget {
    padding-left: 100px;
  }
}

.comment-widget>.comment-widget .comment-widget__image {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 500px;
}

.comment-widget>.comment-widget .comment-widget__image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.comment-widget>.comment-widget p {
  max-width: 525px;
}

/* ========== Component : Content Widget   ============= */
.content-widget {
  display: flex;
  column-gap: 15px;
}

@media (min-width: 992px) {
  .content-widget {
    max-width: 630px;
  }
}

.content-widget__icon {
  position: relative;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 500px;
  background: #324438;
}

.content-widget__title {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0em;
  font-size: 20px;
  line-height: 1.25;
  color: #221F1A;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .content-widget__title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .content-widget__title {
    font-size: 24px;
  }
}

.content-widget-2__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.content-widget-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .content-widget-2 {
    align-items: initial;
  }
}

.content-widget-2__title {
  display: flex;
  column-gap: 8px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0em;
  font-size: 20px;
  font-family: "General Sans", sans-serif;
  color: #0A102F;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .content-widget-2__title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .content-widget-2__title {
    font-size: 24px;
  }
}

.content-widget-2 img {
  position: relative;
  top: 3px;
  max-width: 24px;
  max-height: 24px;
}

@media (max-width: 991px) {
  .content-widget-2 img {
    display: none;
  }
}

.content-widget-2 p {
  max-width: 505px;
}





/* ========== Component : Accordion Style 1 ============= */
.accordion-style-1 {
  border-radius: 10px;
  border: 1px solid rgb(10, 16, 47);
}

.accordion-style-1 .accordion-item {
  padding: 30px;
  border-radius: 0;
}

.accordion-style-1 .accordion-item .accordion-button {
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0a102f;
}

.accordion-style-1 .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.accordion-style-1 .accordion-item .accordion-button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 10px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  padding-left: 3px;
  background-color: #3147ff;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

.accordion-style-1 .accordion-item .accordion-button.collapsed::after {
  content: "+";
}

.accordion-style-1 .accordion-item .accordion-item__body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  color: #0a102f;
  opacity: 0.8;
  padding-top: 15px;
}

.accordion-style-1 .accordion-item:not(:last-child) {
  border-bottom: 0.5px solid rgb(10, 16, 47);
}

/* ========== Component : Accordion Style 2 ============= */
.accordion-style-2 {
  background: #FDFBF9;
  border-radius: 10px;
  border: 4px solid rgb(10, 16, 47);
}

.accordion-style-2 .accordion-item {
  padding: 30px;
  border-radius: 0;
  width: 100%;
}

.accordion-style-2 .accordion-item.collapsed {
  background: #F5EFEB;
}

.accordion-style-2 .accordion-item .accordion-button {
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0a102f;
}

.accordion-style-2 .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.accordion-style-2 .accordion-item .accordion-button:after {
  content: "\f107";
  width: 20px;
  height: 20px;
  color: #0a102f;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 6 Free";
  padding-bottom: 1px;
  transition: 0.4s;
  transform: rotate(180deg);
}

.accordion-style-2 .accordion-item .accordion-button.collapsed::after {
  transform: rotate(0deg);
}

.accordion-style-2 .accordion-item .accordion-item__body {
  color: rgba(10, 16, 47, 0.8);
  opacity: 0.8;
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
  text-align: initial;
  max-width: 510px;
}

@media (min-width: 576px) {
  .accordion-style-2 .accordion-item .accordion-item__body {
    font-size: 18px;
  }
}

.accordion-style-2 .accordion-item:not(:last-child) {
  border-bottom: 4px solid rgb(10, 16, 47);
}

/* ========== Component : Accordion Style 3 ============= */
.accordion-style-3 .accordion-item {
  padding-bottom: 30px;
  padding-top: 30px;
}

.accordion-style-3 .accordion-item .accordion-button {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  font-size: 20px;
  color: #221f1a;
  font-family: "Syne", sans-serif;
}

@media (min-width: 576px) {
  .accordion-style-3 .accordion-item .accordion-button {
    font-size: 20px;
  }
}

.accordion-style-3 .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.accordion-style-3 .accordion-item .accordion-button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  vertical-align: middle;
  font-weight: 900;
  font-size: 10px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  color: #f4b905;
  background-color: #324438;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-style-3 .accordion-item .accordion-button.collapsed::after {
  content: "+";
}

.accordion-style-3 .accordion-item .accordion-item__body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  color: #221f1a;
  opacity: 0.8;
  padding-top: 15px;
}

.accordion-style-3 .accordion-item:not(:last-child) {
  border-bottom: 0.5px solid rgb(10, 16, 47);
}

/* ========== Component : Accordion Style 4 ============= */
.accordion-style-4 {
  border: 2px solid #221f1a;
  border-radius: 10px;
}

.accordion-style-4 .accordion-item {
  padding: 30px;
  border-radius: 0;
}

.accordion-style-4 .accordion-item .accordion-button {
  display: flex;
  column-gap: 15px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0a102f;
}

.accordion-style-4 .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.accordion-style-4 .accordion-item .accordion-item__body {
  color: #0a102f;
  opacity: 0.8;
  padding-top: 13px;
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
}

@media (min-width: 576px) {
  .accordion-style-4 .accordion-item .accordion-item__body {
    font-size: 18px;
  }
}

.accordion-style-4 .accordion-item:not(:last-child) {
  border-bottom: 2px solid #221f1a;
}

/* ========== Component : Accordion Style 5 ============= */
.accordion-style-5 {
  background: #fff4d9;
  border-radius: 10px;
  border: 2px solid #221f1a;
}

.accordion-style-5 .accordion-item {
  padding: 30px;
  border-radius: 0;
}

.accordion-style-5 .accordion-item .accordion-button {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  font-family: "Clash Display", sans-serif;
  color: #221f1a;
}

@media (min-width: 576px) {
  .accordion-style-5 .accordion-item .accordion-button {
    font-size: 20px;
  }
}

.accordion-style-5 .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.accordion-style-5 .accordion-item .accordion-button:after {
  content: "\f107";
  width: 20px;
  height: 20px;
  color: #0a102f;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  padding-bottom: 1px;
  transition: 0.4s;
  transform: rotate(90deg);
}

.accordion-style-5 .accordion-item .accordion-button.collapsed::after {
  transform: rotate(180deg);
}

.accordion-style-5 .accordion-item .accordion-item__body {
  font-weight: 400;
  color: #0a102f;
  opacity: 0.8;
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

@media (min-width: 576px) {
  .accordion-style-5 .accordion-item .accordion-item__body {
    font-size: 18px;
  }
}

.accordion-style-5 .accordion-item:not(:last-child) {
  border-bottom: 2px solid #221f1a;
}

/* ========== Component : Accordion Style 6 used in l06 ============= */
.accordion-style-6>* {
  padding-top: 24px;
  padding-bottom: 24px;
}

.accordion-style-6>*:first-child {
  padding-top: 0px;
}

.accordion-style-6>*:last-child {
  padding-bottom: 0px;
}

.accordion-style-6 .accordion-item {
  border-radius: 0;
}

.accordion-style-6 .accordion-item .accordion-button {
  display: flex;
  column-gap: 10px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0a102f;
}

.accordion-style-6 .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.accordion-style-6 .accordion-item .accordion-button i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #3147ff;
  font-size: 12px;
  padding: 5px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  width: 20px;
  min-width: 20px;
  max-height: 20px;
  border-radius: 500px;
}

.accordion-style-6 .accordion-item .accordion-button:after {
  content: "+";
  width: 20px;
  height: 20px;
  color: #0a102f;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 6 Free";
  padding-bottom: 1px;
  transition: 0.4s;
  transform: rotate(45deg);
}

.accordion-style-6 .accordion-item .accordion-button.collapsed::after {
  transform: rotate(0deg);
}

.accordion-style-6 .accordion-item .accordion-item__body {
  padding-left: 34px;
  color: #0a102f;
  opacity: 0.8;
  padding-top: 15px;
  padding-bottom: 15px;
}

.accordion-style-6 .accordion-item .accordion-item__body p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.accordion-style-6 .accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(10, 16, 47, 0.1);
}

/* ========== Component : Accordion Style 7 usen in faq page 3 ============= */
.accordion-style-7 {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.accordion-style-7 .accordion-item {
  padding: 30px;
  border-radius: 0;
  border-radius: 10px;
  border: 2px solid #0a102f;
  box-shadow: 0;
  transition: 0.4s;
}

.accordion-style-7 .accordion-item:hover {
  box-shadow: 10px 10px rgba(var(--body-color-rgb));
  border-radius: 10px;
}

.accordion-style-7 .accordion-item .accordion-button {
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0a102f;
}

.accordion-style-7 .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.accordion-style-7 .accordion-item .accordion-button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 10px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  padding-left: 3px;
  background-color: #3147ff;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

.accordion-style-7 .accordion-item .accordion-button.collapsed::after {
  content: "+";
}

.accordion-style-7 .accordion-item .accordion-item__body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  color: #0a102f;
  opacity: 0.8;
  padding-top: 15px;
}

.accordion-style-7-wrapper {
  display: flex;
  flex-direction: column;
}

.accordion-style-7-wrapper:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .accordion-style-7-wrapper:not(:last-child) {
    margin-bottom: 60px;
  }
}

/* ======== Newsletter Section =========== */
/* ======== Newsletter Form 1 =========== */
.newsletter-form-1 {
  position: relative;
}

.newsletter-form-1 .form-control {
  width: 100%;
  border: 1px solid #0A102F;
  border-radius: 500px;
  padding-left: 24px;
  padding-right: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.newsletter-form-1 .form-control:focus {
  box-shadow: none;
}

.newsletter-form-1 .form-control::placeholder {
  font-weight: 700;
  color: rgba(10, 16, 47, 0.6);
}

.newsletter-form-1 button {
  width: 100%;
}

@media (min-width: 480px) {
  .newsletter-form-1 button {
    width: initial;
    position: absolute;
    right: 4px;
    top: 4px;
    text-align: initial;
    margin-top: initial;
    font-weight: 700;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

/* ======== Newsletter Form 2 =========== */
.newsletter-form-2 .form-control {
  width: 100%;
  background: #FFFFFF;
  border-radius: 3px;
  border-color: #FFFFFF;
  padding-left: 24px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.newsletter-form-2 .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #FFFFFF;
  color: initial;
}

.newsletter-form-2 .form-control::placeholder {
  font-weight: 600;
  color: rgba(18, 18, 18, 0.5);
}

.newsletter-form-2 button {
  width: 100%;
}

@media (min-width: 480px) {
  .newsletter-form-2 button {
    border-radius: 3px;
    width: initial;
    position: absolute;
    right: 1%;
    top: 5%;
    text-align: initial;
    margin-top: initial;
    font-weight: 700;
    height: 50px;
  }
}

/* ======== Form box Style =========== */
.form-box-style-heading__title {
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.0208333333em;
  font-size: 20px;
  font-family: var(--font-family-base);
  color: #0A102F;
}

@media (min-width: 768px) {
  .form-box-style-heading__title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .form-box-style-heading__title {
    font-size: 24px;
  }
}

.form-box-style__form-wrapper {
  border: 1px solid rgba(10, 16, 47, 0.5);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

@media (min-width: 992px) {
  .form-box-style__form-wrapper {
    row-gap: 40px;
  }
}

.form-box-style__form-wrapper.border-none {
  border-width: 0px;
}

.form-box-style__form-wrapper .form-control {
  border: 1px solid rgba(10, 16, 47, 0.5);
  border-radius: 500px;
  padding: 15px 30px;
  width: 100%;
  color: rgba(10, 16, 47, 0.5);
  box-shadow: none;
}

.form-box-style__form-wrapper .form-control.textarea {
  height: 100px;
  border-radius: 30px;
}

.form-box-style__form-input {
  margin-bottom: 24px;
}

@media (min-width: 350px) {
  .form-box-style__form-inner .row .form-box-style__form-input-ad {
    margin-bottom: 24px;
  }
}

@media (min-width: 480px) {
  .form-box-style__form-inner .row .form-box-style__form-input-ad {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .form-box-style__form-inner .row .form-box-style__form-input-ad {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .form-box-style__form-inner .row .form-box-style__form-input-ad {
    margin-bottom: 0px;
  }
}



.form-box-style__form-input:last-child {
  margin-bottom: 0px;
}

.form-box-style-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  font-family: var(--font-family-base);
  margin-bottom: 10px;
  color: #0A102F;
}

@media (min-width: 576px) {
  .form-box-style-title {
    font-size: 18px;
  }
}

.form-box-style__form-input-group {
  display: flex;
  column-gap: 24px;
}

.form-box-style__condition {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  color: #0A102F;
}

/* ========== Component : Badge Style  ============= */
.badge {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
  padding: 5.5px 15.5px;
  border: 1px solid #191919;
  border-radius: 500px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .badge {
    margin-bottom: 20px;
  }
}

.badge--white {
  padding: 5.5px 18.5px;
  background: #FFFFFF;
}

.badge--purple {
  background: #B5A8F8;
}

.badge--yellow {
  background: #FFED88;
}

.badge--blue {
  background: #A2DFF5;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  transition: 0.3s;

}

.site-menu-main .nav-link-item:hover {
  color: #e96b11;
}

a.nav-link-item:hover {
  color: #00ae37 !important;
  transform: translateY(-1px);

}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 25px !important;
    padding-bottom: 23px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    color: #0a102f;
  }

  .site-menu-main .nav-link-item:hover {
    color: #0a102f;
  }
}

@media (min-width: 1200px) {
  .site-menu-main .nav-link-item {
    padding-top: 15px !important;
    padding-bottom: 13px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

.site-menu-main .sub-menu {
  z-index: 500;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, top 0.3s ease, margin-top 0.3s ease, background-color 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  display: flex;
  column-gap: 92px;
  min-width: 227px;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.site-menu-main .sub-menu_list {
  width: 100%;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu_list {
    padding: 12px 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu:not(.child-sub)::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 22px;
    height: 15px;
    width: 15px;
    background-color: white;
    transform: rotate(45deg) translateY(-11px);
    z-index: 999;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}

.site-menu-main .sub-menu--row {
  display: flex;
}

.site-menu-main .sub-menu--item {
  color: #0A102F !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }

  .site-menu-main .sub-menu--item:not(.site-menu-main .sub-menu--item:last-child) {
    margin-bottom: 7px;
  }
}

.site-menu-main .sub-menu--item>a {
  transition: 0.4s;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item>a {
    transition: 0.4s;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 25px;
    padding-right: 25px;
    color: inherit;
  }
}

.site-menu-main .sub-menu--item>a>i {
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-menu-main .sub-menu--item:hover>a {
  color: red;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item:first-child a {
    padding-top: 0;
    padding-bottom: 2px;
  }
}

.site-menu-main .sub-menu--item:last-child {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.site-menu-main .sub-menu--item:last-child a {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .site-menu-main .sub-menu_item .child-sub~.sub-menu {
    margin-top: 30px;
    padding-top: 5px;
  }
}

.site-menu-main .sub-menu_item.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  li.nav-item-has-children {
    position: relative;
  }
}

li.nav-item-has-children .fa-angle-down,
li.nav-item-has-children .fa-angle-right {
  transition: 0.4s;
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover>.sub-menu {
    top: 100%;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 8px;
  }

  li.nav-item-has-children:hover .fa-angle-down {
    transform: rotate(180deg);
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover .drop-trigger:not(.child-sub)::before {
    top: 88%;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}

li.nav-item-has-children.child-item:hover .fa-angle-right {
  transform: rotate(90deg);
}

.site-menu-main>li .sub-menu>ul>li>a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 14px 21px;
  transition: all 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}

@media (min-width: 992px) {
  .site-menu-main>li .sub-menu>ul>li>a {
    padding: 9px 21px;
    font-size: 16px;
    color: #0a102f;
  }
}

.site-menu-main>li .sub-menu>ul>li>a .menu-item-text {
  position: relative;
  transition: all 0.3s ease;
}

.site-menu-main>li .sub-menu>ul>li>a .menu-item-text::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #202030;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .site-menu-main>li .sub-menu>ul>li>a .menu-item-text::after {
    bottom: 2px;
  }
}

.site-menu-main>li .sub-menu>ul>li>a:hover .menu-item-text {
  transform: translateX(5px);
}

.site-menu-main>li .sub-menu>ul>li>a:hover .menu-item-text::after {
  left: 0;
  right: auto;
  width: 100%;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 40px;
    width: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.3s ease;
  }

  .site-header .mobile-menu-trigger:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #0A102F;
    width: 24px;
    position: relative;
    transition: all 0.3s ease;
  }

  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A102F;
    transition: all 0.3s ease;
  }

  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #FFFFFF;
  }

  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #FFFFFF;
  }

  .site-header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .site-header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .site-header .item-right {
    align-items: center;
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

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

  .site-header .menu-block {
    position: absolute;
    background-color: #ffffff;
    min-width:fit-content;
    left: 0;
    top: 40px;
    overflow-y: auto;
    transform: translate(-150%);
    padding: 0;
    z-index: 1099;
    transition: transform 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }

  .site-header .menu-block.active {
    transform: translate(0%);
  }

  .site-menu-main {
    padding: 0;
    margin: 0;
display:block !important;
  }

  .site-menu-main>li {
    line-height: 1;
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .site-menu-main>li>a {
    line-height: 1.2;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    color: #0A102F !important;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .site-menu-main>li>a:hover {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
  }
}

@media (max-width: 991px) and (min-width: 992px) {
  .site-menu-main>li>a {
    display: block;
  }
}

@media (max-width: 991px) {
  .site-menu-main>li>a i {
    position: absolute;
    top: 5px;
    right: 0;
    transform: rotate(-90deg);
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-header .menu-block .mobile-menu-head {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    top: 0;
    padding: 5px 20px 5px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 16px;
    font-weight: 600;
    color: #0A102F;
    visibility: hidden;
  }

  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }

  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 40px;
    width: 40px;
    border: none;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    color: #0A102F;
    font-size: 28px;
    background-color: transparent;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-header .menu-block .mobile-menu-head .mobile-menu-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) and (min-width: 992px) {
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    color: #000000;
  }
}

@media (max-width: 991px) {
  .site-header .menu-block .site-menu-main {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-menu-main>li .sub-menu {
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    margin: 0;
    padding: 10px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    background-color: rgba(76, 175, 80, 0.05);
    border-radius: 0;
    position: relative;
  }

  .site-menu-main>li .sub-menu.active {
    display: block;
  }

  .site-menu-main>li .sub-menu ul {
    padding: 0;
    margin: 0;
  }

  .site-menu-main>li .sub-menu ul li {
    border-bottom: none;
  }

  .site-menu-main>li .sub-menu ul li a {
    padding: 12px 30px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
  }

  .site-menu-main>li .sub-menu ul li a:hover {
    background-color: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
  }
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .site-menu-main>li .sub-menu_list {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-menu-main>li .sub-menu.child-sub {
    padding-left: 36px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .site-menu-main>li .sub-menu.child-sub .sub-menu_list {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .site-menu-main>li .sub-menu.active {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    z-index: 99;
    padding-top: 20px;
  }

  .site-menu-main .sub-menu_list .sub-menu_item:first-child a {
    padding-top: 0;
  }

  .site-menu-main>li .sub-menu>ul>li>a,
  .site-menu-main>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .site-menu-main>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
  }

  .menu-overlay.transition {
    transition: all 0.5s ease;
  }

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

/*Custom Css for menu*/
@media (min-width: 992px) {
  .site-menu-main a {
    display: flex;
    align-items: center;
  }

  .site-menu-main i {
    margin-left: 15px;
    font-size: 15px;
  }
}

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

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .reveal-header .site-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .reveal-header .nav-link-item {
    color: #0A102F !important;
  }
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover>.sub-menu {
    top: 100%;
  }

  .reveal-header li.nav-item-has-children:hover>.sub-menu.megamenu {
    top: 100%;
  }
}

.menu-block.active {
  overflow-y: auto;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

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

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

@media (min-width: 567px) {
  div#loading img {
    width: 17%;
  }
}

@media (min-width: 768px) {
  div#loading img {
    width: 15%;
  }
}

@media (min-width: 992px) {
  div#loading img {
    width: 7%;
  }
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #ffffff !important;
}

.preloader img {
  width: 500px;
}

/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding-top: 0px;
  }
}

.site-navbar .menu-block-wrapper {
}

@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-start;
  }
}

.site-header {
  padding-top: 15px;
  background-color: transparent;
}

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

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

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

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

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

  .site-header--sticky:not(.mobile-sticky-enable).reveal-header .brand-logo .logo-dark {
    display: block;
  }

  .site-header--sticky:not(.mobile-sticky-enable).reveal-header .brand-logo .logo-light {
    display: none;
  }

  .site-header--sticky:not(.mobile-sticky-enable).reveal-header.bg--primary {
    background-color: var(--bs-primary);
  }

  .site-header--sticky:not(.mobile-sticky-enable).reveal-header.bg--primary .nav-link-item {
    color: #fff !important;
  }

  .site-header--sticky:not(.mobile-sticky-enable).reveal-header.bg--primary .btn-masco--header-secondary {
    color: #fff !important;
  }

  .site-header--sticky:not(.mobile-sticky-enable).reveal-header.bg--primary .btn-fill--up {
    --btn-border-color: #fff;
  }

  .site-header--sticky:not(.mobile-sticky-enable).reveal-header .btn-link {
    color: var(--color-headings-2);
  }
}

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

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

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

.site-header--sticky.mobile-sticky-enable.reveal-header .site-navbar {
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 5px;
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
}

@media (min-width: 768px) {
  .site-header--sticky.mobile-sticky-enable.reveal-header {
    height: auto;
  }
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}

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

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

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover>.sub-menu {
    transform: translateX(-50%) translateY(-2px);
    left: 50%;
  }
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

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

.site-header--menu-right .menu-block {
  margin-left: auto;
}

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

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

.site-header--dark .nav-link-item {
  color: #fff;
}

.site-header--dark .btn {
  color: #fff;
}

.site-header--dark .btn--outline {
  border-color: #fff;
}

.site-header--dark .btn--outline:hover {
  background-color: #fff;
  color: var(--bs-primary);
}

.site-header--dark .btn:hover {
  color: var(--bs-primary);
}

.site-header--dark .logo-light {
  display: none;
}

.site-header--dark .logo-dark {
  display: block;
}

.site-header .header-cta-btn-wrapper {
  /*   display: none;*/
}

@media (min-width: 992px) {
  .site-header .header-cta-btn-wrapper {
    display: flex;
    align-items: center;
  }
}

.site-header .header-cta-btn-wrapper a {
  --bs-btn-padding-y: 12px;
}

.site-header .header-cta-btn-wrapper a .icon {
  margin-right: 10px;
}

.site-header .header-cta-btn-mobile {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .site-header .header-cta-btn-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header .transition {
    transition: all 0.5s ease;
  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
}

.brand-logo {
  display: flex;

}

.brand-logo img {
  max-height: 50px;
}

.brand-logo .logo-dark {
  display: none;
}

.brand-logo .href {
  display: flex;
  flex-direction: row;
}

.brand-text {
  color: #000000;
  font-weight: bold;
  font-size: 35px;
  margin-left: 5%;
}

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

.dynamic-sticky-bg.dark-mode-texts .menu-block.active .nav-link-item {
  color: red !important;
}

.dynamic-sticky-bg.dark-mode-texts .menu-social-share li a {
  color: var(--color-headings-2);
}

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

.sticky-bg-white.reveal-header .dark-version-logo {
  display: none !important;
}

.sticky-bg-white.reveal-header .light-version-logo {
  display: block !important;
}

.sticky-bg-white.reveal-header .menu-sep-left {
  position: relative;
}

.sticky-bg-white.reveal-header .menu-sep-left::before {
  content: "";
  border-left: rgba(255, 0, 0, 0.5) !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 26px;
  z-index: 9;
}

/* Landing Specific Header Adjustment */
/* Header */
/* ========== Component : Button Style  ============= */
.btn-masco {
  --btn-spacing-y: 18px;
  --btn-spacing-x: 42px;
  --btn-radius: 3px;
  --btn-bg: #3147FF;
  --btn-color: #fff;
  --btn-border-width: 1px;
  --btn-border-color: #3147FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  z-index: 0;
  position: relative;
  border-width: var(--btn-border-width);
  border-style: solid;
  border-color: var(--btn-border-color);
  border-radius: var(--btn-radius);
  padding-left: var(--btn-spacing-x);
  padding-right: var(--btn-spacing-x);
  padding-top: var(--btn-spacing-y);
  padding-bottom: var(--btn-spacing-y);
  background-color: var(--btn-bg);
  color: var(--btn-color);
  transition: all 0.3s;
}

.btn-masco:not(.btn-fill--up):not(.btn-fill--down):not(.btn-fill--slide):not(.btn-fill--slide-reverse):not(.btn-fill--slide-left):not(.btn-shadow):not(.btn-shadow--reverse) {
  transition: all 0.3s ease-in-out;
}

.btn-masco:not(.btn-fill--up):not(.btn-fill--down):not(.btn-fill--slide):not(.btn-fill--slide-reverse):not(.btn-fill--slide-left):not(.btn-shadow):not(.btn-shadow--reverse):hover {
  background-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
  border-color: var(--btn-hover-border-color);
}

.btn-masco--header {
  --btn-spacing-y: 13px;
  --btn-spacing-x: 33px;
}

.btn-masco--header-secondary {
  background: none;
  border: none;
  padding: 0;
  color: #0A102F;
}

.btn-masco .play-icon {
  position: relative;
  height: 16px;
  width: 16px;
  background-color: #000;
  border-radius: 500px;
}

.btn-masco .play-icon::after {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 7px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(6px, 4px);
}

.btn-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #0A102F;
  transition: 0.3s;
  text-decoration: none;
}

.btn-arrow {
  display: inline-flex;
  column-gap: 10px;
}

.btn-arrow:hover::after {
  left: 5px;
}

.btn-arrow::after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-size: inherit;
  position: relative;
  top: 1px;
  left: 0px;
  transition: 0.4s left;
  color: inherit;
}

/* ---------- Button Shadow ---------- */
.btn-shadow {
  z-index: 1;
  --btn-shadow-bg: #0A102F;
  --btn-shadow-border-color: #0A102F;
  --btn-shadow-border-width: 1px;
}

.btn-shadow::before {
  content: "";
  background-color: var(--btn-shadow-bg);
  position: absolute;
  left: 5px;
  top: 6px;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: inherit;
  border-width: var(--btn-shadow-border-width);
  border-style: solid;
  border-color: var(--btn-shadow-border-color);
  transition: 0.4s;
}

.btn-shadow:hover::before {
  left: 0px;
  top: 0px;
}

.btn-shadow--center::before {
  left: 0;
}

.btn-shadow:after {
  content: "";
  background-color: var(--btn-bg);
  position: absolute;
  border-width: var(--btn-border-width);
  border-style: solid;
  border-color: var(--btn-border-color);
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
}

.btn-shadow--reverse::before {
  left: 0;
  top: 0;
}

.btn-shadow--reverse:hover::before {
  left: 5px;
  top: 6px;
}

.btn-shadow--reverse-center:hover::before {
  left: 0;
}

/* ---------- Button Fill Up ---------- */
.btn-fill--up {
  --btn-fill-bg: #fff;
  --btn-fill-color: $black;
  --btn-fill-border-color: #3147FF;
  overflow: hidden;
}

@keyframes fill-up-initial {
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
  }
}

@keyframes fill-up-end {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.btn-fill--up:hover {
  color: var(--btn-fill-color);
  border-color: var(--btn-fill-border-color);
}

.btn-fill--up span {
  position: relative;
  z-index: 10;
  display: block;
}

.btn-fill--up::before {
  position: absolute;
  top: -110%;
  left: -10%;
  padding-bottom: 120%;
  width: 120%;
  height: 0;
  border-radius: 50%;
  background: var(--btn-fill-bg);
  content: "";
  -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.btn-fill--up::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--btn-fill-bg);
  content: "";
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-fill--up:hover span {
  animation: fill-up-initial 0.3s forwards, fill-up-end 0.3s forwards 0.3s;
}

.btn-fill--up:hover::before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-fill--up:hover::after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ---------- Button Slide & Slide Reverse ---------- */
.btn-fill--slide,
.btn-fill--slide-reverse {
  overflow: hidden;
}

.btn-fill--slide span,
.btn-fill--slide-reverse span {
  position: relative;
  z-index: 10;
}

.btn-fill--slide::before,
.btn-fill--slide-reverse::before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 120%;
  background: var(--btn-fill-bg);
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}

.btn-fill--slide:hover,
.btn-fill--slide-reverse:hover {
  border-color: var(--btn-fill-border-color);
}

.btn-fill--slide:hover::before,
.btn-fill--slide-reverse:hover::before {
  transform: translate3d(100%, 0, 0);
}

.btn-fill--slide {
  overflow: hidden;
}

.btn-fill--slide::before {
  left: -10%;
}

.btn-fill--slide-reverse::before {
  left: -130%;
}

/* ---------- Button Slide Down ---------- */
.btn-fill--down {
  z-index: 1;
  overflow: hidden;
}

.btn-fill--down::before,
.btn-fill--down::after {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn-fill--down::before {
  background: var(--btn-fill-bg);
  opacity: 0.7;
}

.btn-fill--down::after {
  background: var(--btn-fill-bg);
}

.btn-fill--down:hover {
  color: var(--btn-fill-color);
}

.btn-fill--down:hover::before {
  transform: translate3d(0, 100%, 0);
}

.btn-fill--down:hover::after {
  transform: translate3d(0, 100%, 0);
  transition-delay: 0.175s;
}

/* ---------- Button Slide Left ---------- */
.btn-fill--slide-left {
  overflow: hidden;
}

@keyframes slide-left-initial {
  100% {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@keyframes slide-left-end {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.btn-fill--slide-left span {
  position: relative;
  display: block;
  overflow: hidden;
}

.btn-fill--slide-left::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background: var(--btn-fill-bg);
  content: "";
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.btn-fill--slide-left:hover {
  color: var(--btn-fill-color);
  background-color: var(--btn-bg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.btn-fill--slide-left:hover>span>span {
  -webkit-animation: slide-left-initial 0.2s forwards, slide-left-end 0.2s forwards 0.2s;
  animation: slide-left-initial 0.2s forwards, slide-left-end 0.2s forwards 0.2s;
}

.btn-fill--slide-left:hover::before {
  background-color: var(--btn-fill-bg);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.btn-outline {
  --btn-bg: transparent;
  --btn-color: ;
  --btn-border-width: 2px;
  --btn-border-color: #0A102F;
  --btn-hover-bg: #0A102F;
  --btn-hover-color: #FFFFFF;
  --btn-hover-border-color: #0A102F;
}

.btn-primary-l02 {
  --btn-bg: #A259FF;
  --btn-color: #fff;
  --btn-border-color: #A259FF;
  --btn-fill-bg: #fff;
  --btn-fill-color: $black;
  --btn-fill-border-color: #A259FF;
}

.btn-secondary-l02 {
  --btn-bg: #0A102F;
  --btn-color: #fff;
  --btn-border-color: #0A102F;
  --btn-fill-bg: #A259FF;
  --btn-fill-color: #fff;
  --btn-fill-border-color: #A259FF;
}

.btn-outline-l02 {
  --btn-bg: transparent;
  --btn-color: #0A102F;
  --btn-border-width: 2px;
  --btn-border-color: #0A102F;
  --btn-fill-bg: #A259FF;
  --btn-fill-color: #fff;
  --btn-fill-border-color: #A259FF;
}

.btn-primary-l03 {
  --btn-bg: #FFC900;
  --btn-color: #0A102F;
  --btn-border-width: 2px;
  --btn-border-color: #0A102F;
  --btn-shadow-bg: #FFC900;
  --btn-shadow-border-color: #FFC900;
}

.btn-primary-l04 {
  --btn-bg: #4B2AAD;
  --btn-color: #FFFFFF;
  --btn-border-width: 2px;
  --btn-border-color: #0A102F;
  --btn-hover-bg: ;
  --btn-hover-color: #FFFFFF;
  --btn-hover-border-color: ;
  --btn-shadow-bg: #0A102F;
  --btn-shadow-border-color: #0A102F;
}

.btn-secondary-l04 {
  --btn-bg: var(--cream);
  --btn-color: #0A102F;
  --btn-border-width: 2px;
  --btn-border-color: #0A102F;
  --btn-hover-bg: ;
  --btn-hover-color: #0A102F;
  --btn-hover-border-color: ;
  --btn-shadow-bg: #0A102F;
  --btn-shadow-border-color: #0A102F;
}

.btn-primary-l05 {
  --btn-bg: #FF9966;
  --btn-color: #1B1C1D;
  --btn-border-color: #FF9966;
  --btn-hover-bg: #0A102F;
  --btn-hover-color: #FFFFFF;
  --btn-hover-border-color: #0A102F;
  --btn-fill-bg: #fff;
  --btn-fill-color: $black;
  --btn-fill-border-color: #fff;
}

.btn-secondary-l05 {
  --btn-bg: #1B1C1D;
  --btn-color: #fff;
  --btn-border-color: #1B1C1D;
  --btn-hover-bg: #FF9966;
  --btn-hover-color: #1B1C1D;
  --btn-hover-border-color: #FF9966;
  --btn-fill-bg: #fff;
  --btn-fill-color: $black;
  --btn-fill-border-color: #fff;
}

.btn-primary-l06 {
  --btn-bg: #3147FF;
  --btn-color: #FFFFFF;
  --btn-border-width: 2px;
  --btn-border-color: #3147FF;
}

.btn-primary-l07 {
  --btn-bg: #191919;
  --btn-color: #FFFFFF;
  --btn-border-width: 2px;
  --btn-border-color: #191919;
  --btn-hover-bg: #A259FF;
  --btn-hover-color: #FFFFFF;
  --btn-hover-border-color: #A259FF;
  --btn-shadow-bg: #A259FF;
  --btn-shadow-border-color: #191919;
}

.btn-primary-l08 {
  --btn-bg: #fff;
  --btn-color: #0A102F;
  --btn-border-width: 2px;
  --btn-border-color: #C1FF00;
  --btn-hover-bg: #191919;
  --btn-hover-color: #FFFFFF;
  --btn-hover-border-color: #191919;
  --btn-fill-bg: #C1FF00;
  --btn-fill-color: $black;
  --btn-fill-border-color: #0A102F;
}

.btn-secondary-l08 {
  --btn-bg: transparent;
  --btn-color: #0A102F;
  --btn-border-width: 2px;
  --btn-border-color: #0A102F;
  --btn-fill-bg: #C1FF00;
  --btn-fill-color: $black;
  --btn-fill-border-color: #C1FF00;
}

.btn-outline-l08 {
  --btn-bg: transparent;
  --btn-color: #000;
  --btn-border-width: 2px;
  --btn-border-color: #000;
  --btn-hover-bg: #191919;
  --btn-hover-color: #FFFFFF;
  --btn-hover-border-color: #191919;
  --btn-fill-bg: #C1FF00;
  --btn-fill-color: $black;
  --btn-fill-border-color: #C1FF00;
}

.btn-primary-l09 {
  --btn-bg: #324438;
  --btn-color: #F4B905;
  --btn-border-color: #324438;
  --btn-fill-bg: #F4B905;
  --btn-fill-color: #324438;
  --btn-fill-border-color: #324438;
}

.btn-secondary-l09 {
  --btn-bg: #F4B905;
  --btn-color: #324438;
  --btn-border-color: #F4B905;
  --btn-fill-bg: #F4B905;
  --btn-fill-color: #324438;
  --btn-fill-border-color: #F4B905;
}

.btn-primary-l10 {
  --btn-bg: transparent;
  --btn-color: #FFD874;
  --btn-border-width: 2px;
  --btn-border-color: #2D2B92;
  --btn-fill-bg: #2D2B92;
  --btn-fill-color: #2D2B92;
  --btn-fill-border-color: transparent;
}

.btn-secondary-l10 {
  --btn-bg: #FFD874;
  --btn-color: #FFD874;
  --btn-border-width: 2px;
  --btn-border-color: #FFD874;
  --btn-fill-bg: #2D2B92;
  --btn-fill-color: #2D2B92;
  --btn-fill-border-color: #FFD874;
}

.btn-outline-l10 {
  --btn-bg: transparent;
  --btn-color: #2D2B92;
  --btn-border-width: 2px;
  --btn-border-color: #2D2B92;
  --btn-fill-bg: #FFF4D9;
  --btn-fill-color: #FFD874;
  --btn-fill-border-color: transparent;
}

/* ========== Button Utilities  ============= */
.rounded-pill {
  --btn-radius: 500px;
}

.btn-padding-x-33 {
  --btn-spacing-x: 33px;
}

.btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--bs-primary);
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 500px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .btn-play {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
    border-radius: 500px;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .btn-play {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    border-radius: 500px;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .btn-play {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    border-radius: 500px;
    font-size: 24px;
  }
}

.btn-play i {
  transform: scale(1);
  transition: 0.4s;
}

.btn-play:hover i {
  transform: scale(1.2);
}

.btn-play--outline {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}

.btn-play--black {
  background: #121212;
  color: #C1FF00;
}

.btn-play--green {
  background: #C1FF00;
  color: #121212;
}

.btn-play--blue {
  background: #2D2B92;
  color: #FFD874;
}

.btn-play--80 {
  border-radius: 500px;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  height: 60px;
  width: 60px;
  font-size: 17px;
}

@media (min-width: 992px) {
  .btn-play--80 {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    height: 80px;
    width: 80px;
    font-size: 18px;
  }
}

.btn-play--70 {
  border-radius: 500px;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  width: 50px;
  font-size: 15px;
}

@media (min-width: 992px) {
  .btn-play--70 {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
    height: 70px;
    width: 70px;
    font-size: 17px;
  }
}

.btn-play--120 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--bs-primary);
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 500px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .btn-play--120 {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    border-radius: 500px;
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .btn-play--120 {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    border-radius: 500px;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .btn-play--120 {
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
    border-radius: 500px;
    font-size: 30px;
  }
}

.btn-play--120 i {
  transform: scale(1);
  transition: 0.4s;
}

.btn-play--120:hover i {
  transform: scale(1.2);
}

/* ========== Modern Ticker Style ============= */
.ticker-01_section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  overflow: hidden;
  position: relative;
  border-top: 3px solid #22c1c3;
  border-bottom: 3px solid #fdbb2d;
}

.ticker-01_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, 
    rgba(34, 193, 195, 0.1) 0%, 
    rgba(253, 187, 45, 0.1) 25%, 
    rgba(34, 193, 195, 0.1) 50%, 
    rgba(253, 187, 45, 0.1) 75%, 
    rgba(34, 193, 195, 0.1) 100%
  );
  pointer-events: none;
}

.ticker-01_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 25px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.ticker-01_wrapper .ticker-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  border: 2px solid transparent;
  background-clip: padding-box;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.ticker-01_wrapper .ticker-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #22c1c3, #fdbb2d);
  border-radius: 50px;
  padding: 2px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: subtract;
  -webkit-mask-composite: xor;
}

.ticker-01_wrapper .ticker-item:hover {
  background: rgba(34, 193, 195, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(34, 193, 195, 0.3);
}

.ticker-01_wrapper .ticker-item p {
  font-size: 22px;
  color: #ffffff;
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #ffffff, #e0e0e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 2;
}

.ticker-01_wrapper .ticker-item img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid #22c1c3;
  box-shadow: 0 0 15px rgba(34, 193, 195, 0.4);
  margin-left: 15px;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  .ticker-01_wrapper .ticker-item p {
    font-size: 24px;
  }
  
  .ticker-01_wrapper .ticker-item img {
    width: 52px;
    height: 52px;
  }
}

@media (min-width: 992px) {
  .ticker-01_wrapper .ticker-item p {
    font-size: 28px;
  }
  
  .ticker-01_wrapper .ticker-item img {
    width: 56px;
    height: 56px;
  }
  
  .ticker-01_wrapper .ticker-item {
    margin: 0 25px;
    padding: 15px 30px;
  }
}

.ticker-01_content {
  display: flex;
  column-gap: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin: 0 13px;
  animation: ticker 60s linear infinite;
}

.ticker-item {
  display: flex;
  column-gap: 24px;
}

@keyframes ticker {
  0% {
    transform: translateX(0, 0, 0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* ========== Component : Ticker Style 1 ============= */
.ticker-02_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ticker-02_content {
  display: flex;
  column-gap: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin: 0 13px;
  animation: ticker 60s linear infinite;
}

.ticker-02_content--reverse {
  animation: ticker-reverse 60s linear infinite;
}

.ticker-tag {
  position: relative;
  z-index: 1;
  background: #f5efeb;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0A102F;
  display: block;
  border: 2px solid #0A102F;
  border-radius: 500px;
  padding: 12px 22px;
}

@media (min-width: 768px) {
  .ticker-tag {
    padding: 16px 22px;
  }
}

.ticker-tag::before {
  content: "";
  background-color: #0A102F;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: inherit;
  border: 2px solid #0a102f;
  transition: 0.4s;
}

.ticker-tag:after {
  content: "";
  background-color: #f5efeb;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #0A102F;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
}

@keyframes ticker {
  0% {
    transform: translateX(0, 0, 0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker-reverse {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

/* ========== Component : Ticker Style 1 ============= */
.ticker-03_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ticker-03_wrapper .ticker-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ticker-03_content {
  display: flex;
  column-gap: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin: 0 13px;
  animation: ticker 60s linear infinite;
}

.ticker-03_content--reverse {
  animation: ticker-reverse 60s linear infinite;
}

@keyframes ticker {
  0% {
    transform: translateX(0, 0, 0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker-reverse {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

/* ========== Component : Content Section Style ============= */
.content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
}

@media (min-width: 992px) {
  .content {
    align-items: initial;
    row-gap: 48px;
  }
}

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

@media (min-width: 992px) {
  .content-text-block {
    text-align: initial;
    padding-right: 52px;
  }
}

@media (min-width: 1200px) {
  .content-text-block {
    padding-right: 0;
  }
}

.content-text-block p {
  line-height: 1.67;
  color: rgba(10, 16, 47, 0.8);
}

.content-text-block p:first-of-type {
  margin-top: 20px;
}

.content-text-block p:not(:first-of-type) {
  margin-top: 20px;
}

.content-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(10, 16, 47, 0.1);
}

.content-list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.content-list-item {
  display: flex;
  column-gap: 12px;
  font-size: 18px;
  line-height: 1.67;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.content-list-item img {
  max-width: 22px;
  max-height: 22px;
  position: relative;
  top: 3px;
}

.content-list-item p {
  margin-bottom: initial;
}

@media (max-width: 991px) {
  .content-image--mobile-width {
    display: inline-block;
    max-width: 320px;
  }
}

@media (max-width: 479px) {
  .content-image--mobile-width {
    max-width: 260px;
  }
}

/* ========== Component : Pricing Control Style  ============= */
.pricing-control {
  max-width: 250px;
  min-width: 250px;
  display: inline-flex;
  padding: 3px;
  background: #0A102F;
  border-radius: 3px;
  height: 50px;
}

.pricing-control>* {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.pricing-control>*.active {
  color: #fff;
}

.pricing-control>*:first-of-type::before {
  border-radius: 3px;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  background: #A259FF;
  z-index: -1;
  transition: 0.4s;
}

.pricing-control>*:first-of-type.active::before {
  left: 0%;
}

.pricing-control-2 {
  max-width: 265px;
  min-width: 265px;
  display: inline-flex;
  border-radius: 500px;
  height: 35px;
  align-items: center;
  column-gap: 24px;
}

.pricing-control-2 span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(27, 28, 29, 0.6);
}

.pricing-control-2 span.active {
  color: var(--black-2);
}

.pricing-control-2__indicator {
  display: block;
  width: 70px;
  height: 35px;
  background: #1B1C1D;
  border-radius: 50px;
  position: relative;
}

.pricing-control-2__indicator::before {
  content: "";
  position: absolute;
  left: -1px;
  right: auto;
  width: 35px;
  height: 35px;
  background: #FF9966;
  border-radius: 500px;
  transition: 0.4s;
}

.pricing-control-2__indicator.active::before {
  color: #1B1C1D;
  transform: translateX(100%);
  left: 1px;
}

.pricing-control-3 {
  max-width: 265px;
  min-width: 265px;
  display: inline-flex;
  border-radius: 500px;
  height: 35px;
  align-items: center;
  column-gap: 24px;
}

.pricing-control-3 span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(18, 18, 18, 0.6);
  cursor: pointer;
}

.pricing-control-3 span.active {
  color: #121212;
}

.pricing-control-3__indicator {
  display: block;
  width: 70px;
  height: 35px;
  background: #324438;
  border-radius: 50px;
  position: relative;
}

.pricing-control-3__indicator::before {
  content: "";
  position: absolute;
  left: 5px;
  right: auto;
  top: 5px;
  width: 25px;
  height: 25px;
  padding: 5px;
  background: #F4B905;
  border-radius: 500px;
  transition: 0.4s;
}

.pricing-control-3__indicator.active::before {
  color: var(--black-2);
  transform: translateX(144%);
  left: 4px;
}

.pricing-control-3__indicator.indicator-white {
  background: #3147FF;
}

.pricing-control-3__indicator.indicator-white::before {
  content: "";
  left: 5px;
  top: 5px;
  right: auto;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
}

.pricing-control-3__indicator.indicator-white.active::before {
  color: #121212;
  transform: translateX(157%);
  left: 1px;
}

.pricing-control-3__indicator.indicator-green {
  background: var(--black-2);
}

.pricing-control-3__indicator.indicator-green::before {
  content: "";
  background: #C1FF00;
}

.pricing-control-rounded {
  max-width: 250px;
  min-width: 250px;
  height: 50px;
  display: inline-flex;
  padding: 3px;
  background: #A259FF;
  border-radius: 500px;
}

.pricing-control-rounded>* {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.pricing-control-rounded>*.active {
  color: #fff;
}

.pricing-control-rounded>*:first-of-type::before {
  border-radius: 500px;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  background: #0A102F;
  z-index: -1;
  transition: 0.4s;
}

.pricing-control-rounded>*:first-of-type.active::before {
  left: 0%;
}

.pricing-control-5 {
  max-width: 265px;
  min-width: 265px;
  display: inline-flex;
  border-radius: 500px;
  height: 35px;
  align-items: center;
  column-gap: 24px;
}

.pricing-control-5 span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(var(--black-2), 0.6);
}

.pricing-control-5 span.active {
  color: var(--black-2);
}

.pricing-control-5__indicator {
  display: block;
  width: 70px;
  height: 35px;
  background: #1B1C1D;
  border-radius: 50px;
  position: relative;
}

.pricing-control-5__indicator::before {
  content: "";
  position: absolute;
  left: -1px;
  right: auto;
  width: 35px;
  height: 35px;
  background: #C1FF00;
  border-radius: 500px;
  transition: 0.4s;
}

.pricing-control-5__indicator.active::before {
  transform: translateX(100%);
  left: 1px;
}

.pricing-control-6 {
  max-width: 265px;
  min-width: 265px;
  display: inline-flex;
  border-radius: 500px;
  height: 35px;
  align-items: center;
  column-gap: 24px;
}

.pricing-control-6 span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(18, 18, 18, 0.6);
}

.pricing-control-6 span.active {
  color: #121212;
}

.pricing-control-6__indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 35px;
  background: #3147FF;
  border-radius: 50px;
  position: relative;
}

.pricing-control-6__indicator::before {
  content: "";
  position: absolute;
  left: 5px;
  right: auto;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 500px;
  transition: 0.8s;
}

.pricing-control-6__indicator.active::before {
  transform: translateX(100%);
  left: 1px;
}

.loading {
  overflow: hidden;
}

.preloader-wrapper {
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 99999999 !important;
  position: fixed;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #3147FF;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

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

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}




/* ========== Home 3 : Hero Section Style ============= */
.home-3_hero-section {
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;

}

@media (min-width: 576px) {
  .home-3_hero-section {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .home-3_hero-section {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .home-3_hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* Row ayarları */
.home-3_hero-section .row--custom {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 25px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .home-3_hero-section .row--custom {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

/* Hero shape */
.home-3_hero-shape {
  position: absolute;
  top: -29%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.home-3_hero-shape img {
  width: 100%;
  margin-left: 40px;
}

.home-3_hero-image-block {
  position: relative;
  z-index: 1;
  max-width: 220px;
  margin: auto;
  /* Mobilde ortalamak için */
}

@media (min-width: 992px) {
  .home-3_hero-image-block {
    margin-right: 5%;
    margin-left: 5%;
    max-width: 380px;

  }
}

/* Hero image */
.home-3_hero-image img {
  width: 180%;
  border-radius: 12px;
  height: auto;

}

/* Hero content */
.home-3_hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  text-align: center;
}

@media (min-width: 992px) {
  .home-3_hero-content {
    text-align: initial;
    align-items: initial;
    row-gap: 34px;
  }
}

.home-3_hero-content p {
  max-width: 680px;
  color: rgba(10, 16, 47, 0.8);
}

.home-3_hero-content .hero-content__title {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -1px;
  color: #0A102F;
  line-height: 1.11;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.0111111111em;
}

@media (min-width: 480px) {
  .home-3_hero-content .hero-content__title {
    font-size: 42px;
  }
}

@media (min-width: 576px) {
  .home-3_hero-content .hero-content__title {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .home-3_hero-content .hero-content__title {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .home-3_hero-content .hero-content__title {
    font-size: 76px;
  }
}

@media (min-width: 1400px) {
  .home-3_hero-content .hero-content__title {
    font-size: 90px;
  }
}

.home-3_hero-content-stat-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 50px;
}

@media (min-width: 992px) {
  .home-3_hero-content-stat-wrapper {
    align-items: flex-start;
  }
}

.home-3_hero-content-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

@media (min-width: 576px) {
  .home-3_hero-content-stat {
    flex-direction: row;
  }
}

.home-3_hero-content-stat .divider {
  height: 39px;
  width: 2px;
  background-color: #0A102F;
  opacity: 0.1;
  border-radius: 100px;
  display: none;
}

@media (min-width: 576px) {
  .home-3_hero-content-stat .divider {
    display: block;
  }
}

.home-3_hero-content-stat p {
  font-weight: 700;
  letter-spacing: -0.033333em;
  font-family: "General Sans", sans-serif;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: initial;
  font-family: "Inter", sans-serif;
  color: #0A102F;
}

@media (min-width: 768px) {
  .home-3_hero-content-stat p {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .home-3_hero-content-stat p {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .home-3_hero-content-stat p {
    font-size: 35px;
  }
}

.home-3_hero-content-stat p span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.home-3_hero-content__customer-count {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 480px) {
  .home-3_hero-content__customer-count {
    flex-direction: row;
  }
}

.home-3_hero-content__customer-count img {
  width: 146px;
}

.home-3_hero-content__customer-count p span {
  display: block;
}

.home-3_hero-content__rating-count {
  display: flex;
  align-items: center;
}

.home-3_hero-content__rating-count p span {
  display: flex;
  align-items: center;
  column-gap: 5px;
}


/* ========== Home 3 : Video Section Style ============= */
.home-3_video-section {
  position: relative;
}

.home-3_video-section .container .youtube-icon {
  width: 100px;
  height: auto;
}

.home-3_video-shape {
  position: absolute;
  left: 0;
  top: 14%;
  display: none;
}

@media (min-width: 992px) {
  .home-3_video-shape {
    display: block;
  }
}

/* ========== Home 3 : Content Section 1 Style ============= */
.home-3_content-section-1 .row--custom {
  justify-content: center;
  --bs-gutter-y: 30px;

}

@media (min-width: 992px) {
  .home-3_content-section-1 .row--custom {
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .home-3_content-section-1 .content {
    align-items: center;
  }
}

@media (min-width: 992px) {
  .home-3_content-section-1 .content-text-block p {
    max-width: 598px;
  }
}

.home-3_content-image-1-block {
  position: relative;
  max-width: 282.64px;
  z-index: 1;
  display: inline-block;
}

.home-3_content-image-1 img {
  width: 100%;
}

.home-3_content-image-1-shape {
  width: 180%;
}

.home-3_content-image-1-shape.absolute-center {
  z-index: -1;
}

.home-3_content-image-1-shape img {
  width: 100%;
}

/* ========== Home 3 : Content Section 2 Style ============= */
.home-3_content-section-2 .row--custom {
  justify-content: center;
  --bs-gutter-y: 30px;
}

@media (min-width: 992px) {
  .home-3_content-section-2 .row--custom {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}

.home-3_content-section-2 .content {
  align-items: center;
}

@media (min-width: 992px) {
  .home-3_content-section-2 .content {
    align-items: initial;
  }
}

@media (min-width: 1200px) {
  .home-3_content-section-2 .content {
    margin-right: 60px;
  }
}

.home-3_content-section-2 .content .content-list {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .home-3_content-section-2 .content-text-block p {
    max-width: 560px;
  }
}

.home-3_content-section-2 .content .content-list-item {
  font-family: "Inter", sans-serif;
  color: #0A102F;
}

.home-3_content-image-2-block {
  position: relative;
  max-width: 287.72px;
  z-index: 1;
  display: inline-block;
}

.home-3_content-image-2-block img {
  width: 100%;
}

.home-3_content-image-2-shape {
  width: 174%;
}

.home-3_content-image-2-shape.absolute-center {
  z-index: -1;
}

.home-3_content-image-2-shape img {
  width: 100%;
}



/* ========== Home 3 : Cta ============= */
.cta-home-3 {
  padding-top: 40px;
}

@media (min-width: 576px) {
  .cta-home-3 {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .cta-home-3 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .cta-home-3 {
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .cta-home-3 {
    padding-top: 200px;
  }
}

.cta-home-3__image-block {
  position: relative;
  padding-left: 8.9%;
  padding-right: 8.9%;
  z-index: 1;
  width: 100%;
  max-width: 200px;
}

@media (min-width: 768px) {
  .cta-home-3__image-block {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .cta-home-3__image-block {
    padding-right: 11.4%;
    max-width: 551.73px;
    margin-top: -15px;
  }
}

@media (min-width: 1200px) {
  .cta-home-3__image-block {
    margin-top: -115px;
  }
}

.cta-home-3__image-block img {
  width: 100%;
}

.cta-home-3__image-shape {
  position: absolute;
  bottom: 0%;
  left: -4%;
  z-index: -1;
  width: 115.6%;
}

@media (min-width: 480px) {
  .cta-home-3__image-shape {
    width: 100.6%;
    left: 3%;
  }
}

.cta-home-3__inner {
  background-color: #FFC900;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  row-gap: 30px;
  border-radius: 15px;
}

@media (min-width: 576px) {
  .cta-home-3__inner {
    border-radius: 30px;
  }
}

@media (min-width: 992px) {
  .cta-home-3__inner {
    flex-direction: row;
    text-align: initial;
    border-radius: 50px;
    padding-left: 0;
    column-gap: 30px;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .cta-home-3__inner {
    column-gap: 43px;
    padding-right: 110px;
  }
}

.cta-home-3__content-block {
  max-width: 561px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .cta-home-3__content-block {
    margin-left: 30px;
    padding-top: 65px;
    padding-bottom: 65px;
    row-gap: 48px;
  }
}

@media (min-width: 1400px) {
  .cta-home-3__content-block {
    padding-top: 100px;
    padding-bottom: 92px;
  }
}

.cta-home-3 .cta-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
}

@media (min-width: 992px) {
  .cta-home-3 .cta-button-group {
    justify-content: initial;
  }
}

.cta-home-3 .cta-button-group img {
  width: 100%;
  height: 100%;
}

/* ========== about : Content Section Style ============= */
.about_fact-section .row--custom {
  --bs-gutter-y: 40px;
  --bs-gutter-x: 40px;
  justify-content: center;
  text-align: center;
}

@media (min-width: 992px) {
  .about_fact-section .row--custom {
    justify-content: space-between;
  }
}

.about_fact-section .content {
  text-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .about_fact-section .content {
    max-width: 636px;
    text-align: initial;
    align-items: initial;
  }
}

.about_fact-section .content p {
  max-width: 605px;
}

.about_stats-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1400px) {
  .about_stats-wrapper {
    margin-left: 50px;
  }
}

.about_stats-wrapper>* {
  border-bottom: 1px solid rgba(34, 31, 26, 0.1);
  border-right: 1px solid rgba(34, 31, 26, 0.1);
}

.about_stats-wrapper>*:nth-child(1)>div {
  margin-right: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .about_stats-wrapper>*:nth-child(1)>div {
    margin-bottom: 50px;
  }
}

.about_stats-wrapper>*:nth-last-child(-n+2) {
  border-bottom: 0;
}

.about_stats-wrapper>*:nth-last-child(-n+2)>div {
  margin-top: 30px;
  margin-right: 30px;
}

.about_stats-wrapper>*:nth-of-type(2n) {
  border-right: 0px;
}

.about_stats-wrapper>*:nth-of-type(2n)>div {
  margin-left: 30px;
}

@media (min-width: 992px) {
  .about_stats-wrapper>*:nth-child(1)>div {
    margin-bottom: 50px;
  }

  .about_stats-wrapper>*:nth-child(2)>div {
    margin-bottom: 50px;
  }

  .about_stats-wrapper>*:nth-last-child(-n+2)>div {
    margin-top: 50px;
  }

  .about_stats-wrapper>*:nth-of-type(2n)>div {
    margin-left: 30px;
  }
}

.about_stats-single span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #3147FF;
  font-family: "Inter", sans-serif;
}

@media (min-width: 576px) {
  .about_stats-single span {
    font-size: 20px;
  }
}

.about_stats-single__count {
  line-height: 1.2;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.0142857em;
}

@media (min-width: 480px) {
  .about_stats-single__count {
    font-size: 42px;
  }
}

@media (min-width: 576px) {
  .about_stats-single__count {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .about_stats-single__count {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .about_stats-single__count {
    font-size: 70px;
  }
}


/*=========== CTA Base ==========*/
.cta-base {
  background: #0A102F;
  padding-top: 50px;
}

@media (min-width: 576px) {
  .cta-base {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .cta-base {
    padding-top: 100px;
  }
}

.cta-base__wrapper {
  padding-bottom: 40px;
}

@media (min-width: 576px) {
  .cta-base__wrapper {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .cta-base__wrapper {
    padding-bottom: 80px;
  }
}

.cta-base__text-block {
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .cta-base__text-block {
    text-align: initial;
  }
}

.cta-base__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cta-base__button .btn {
  --bs-btn-padding-x: 42px;
}

.cta-base__button-shape {
  display: none;
  position: absolute;
  right: -40%;
  bottom: 100%;
  width: 37.6%;
}

@media (min-width: 768px) {
  .cta-base__button-shape {
    display: block;
  }
}

/* Footer Title Common */
.footer-title {
  font-family: var(--font-family-base);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
}

@media (min-width: 576px) {
  .footer-title {
    font-size: 20px;
  }
}

.copyright-border {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgba(var(--body-color-rgb), 0.1);
}

.copyright-inner {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 40px;
}

@media (min-width: 576px) {
  .copyright-inner {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .copyright-inner {
    margin-top: 80px;
  }
}

.copyright-inner p {
  font-size: 16px;
  margin-bottom: 0;
}

.footer-list {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  font-weight: 400;
}

@media (min-width: 576px) {
  .footer-list {
    font-size: 18px;
  }
}

.footer-list a {
  color: var(--body-color);
}

.footer-store-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}

/* Footer Dark and Light Global */
[class*=footer--dark] {
  color: rgba(255, 255, 255, 0.8);
}

[class*=footer--dark] p {
  color: inherit;
}

[class*=footer--dark] .footer-title {
  color: #fff;
}

[class*=footer--dark] a {
  color: rgba(255, 255, 255, 0.8);
}

[class*=footer--dark] .copyright-border {
  border-color: rgba(255, 255, 255, 0.1);
}

[class*=footer--light] {
  color: rgba(var(--body-color-rgb), 0.8);
}

[class*=footer--light] .footer-title {
  color: var(--body-color);
}

[class*=footer--light] a {
  color: rgba(var(--body-color-rgb), 0.8);
}

[class*=footer--light] a.footer-link {
  text-decoration: underline;
  margin-bottom: 24px;
}

[class*=footer--light] a:hover {
  color: var(--bs-primary);
}

[class*=footer--light] .copyright-border {
  border-color: rgba(var(--body-color-rgb), 0.1);
}

/* Footer Section Padding */
.footer-padding-default {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .footer-padding-default {
    padding-top: 80px;
  }
}

/* Footer Variations By Color */
.footer--dark-v1 {
  background: #0A102F;
}

.footer--dark-v1 .list-social {
  --color: #fff;
  --backgroundColor: rgba(255, 255, 255, 0.1);
  --hovBackground: #3147FF;
  --hovColor: #fff;
}

.footer--dark-v1 .copyright-inner {
  border: 0;
}

.footer--dark-v1 .copyright-block {
  background: rgba(255, 255, 255, 0.05);
}

/* Footer Variations By Color */
.footer--dark-v2 {
  background: var(--black-2);
}

.footer--dark-v2 .list-social {
  --color: #fff;
  --backgroundColor: rgba(255, 255, 255, 0.1);
  --hovBackground: #3147FF;
  --hovColor: #fff;
}

.footer--dark-v2 .copyright-inner {
  border: 0;
}

.footer--dark-v2 .copyright-block {
  background: rgba(255, 255, 255, 0.05);
}

.footer-l01 a:hover {
  color: var(--bs-primary);
}

.footer-l02 {
  background-color: #F5F5F5;
}

.footer-l02 .footer-title {
  color: #0A102F;
}

.footer-l02 .footer-list a {
  color: rgba(10, 16, 47, 0.8);
}

.footer-l02 .list-social li a:hover {
  background-color: var(--black-2);
  color: #fff;
}

.footer-l02 a:hover {
  color: var(--l2-primary);
}

.footer-l03 .copyright-border {
  border-color: transparent;
}

.footer-l03 li {
  line-height: 1.67;
}

.footer-l03 .copyright-block {
  background-color: #FAF9F5;
}

.footer-l03 .list-social li a:hover {
  background-color: var(--l3-primary);
  color: #0A102F;
}

.footer-l03 a:hover {
  color: var(--l3-primary);
}

.footer-l04 {
  background-color: #F5EFEB;
  line-height: 1.67;
}

.footer-l04 .list-social li a:hover {
  background-color: var(--l4-primary);
  color: #fff;
}

.footer-l04 a:hover {
  color: var(--l4-primary);
}

.footer-l05 {
  color: rgba(var(--cream-rgb), 0.8);
}

.footer-l05 .footer-title {
  color: #FDFBF9;
}

.footer-l05 a {
  color: rgba(var(--cream-rgb), 0.8);
}

.footer-l05 a:hover {
  color: var(--l5-primary);
}

.footer-l08 {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .footer-l08 {
    padding-top: 100px;
  }
}

.footer-l08 .list-social li a:hover {
  background-color: var(--l8-primary);
  color: var(--black-2);
}

.footer-l08 a:hover {
  color: var(--l8-primary);
}

.footer-l10 {
  background-color: var(--l10-primary);
}

.footer-l10 .list-social li a:hover {
  background-color: var(--l10-secondary);
  color: var(--l10-primary);
}

.footer-l10 a:hover {
  color: var(--l10-secondary);
}

/* ==========  Footer Style v1  ============= */
.footer {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

@media (min-width: 576px) {
  .footer {
    font-size: 18px;
  }
}

.footer__content-block {
  max-width: 416px;
}

.footer__content-block .footer-brand {
  margin-bottom: 33px;
}


.footer__content-text {
  margin-bottom: 24px;
}

.footer a.footer-link {
  text-decoration: underline;
  margin-bottom: 24px;
}

.footer .row--list-block {
  justify-content: space-between;
  --bs-gutter-y: 40px;
}

.footer .row--footer-main {
  --bs-gutter-y: 40px;
}

/* ==========  Footer Style v2  ============= */
.footer-v2 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

@media (min-width: 576px) {
  .footer-v2 {
    font-size: 18px;
  }
}

.footer-v2__content-block {
  max-width: 320px;
}

.footer-v2__content-block .footer-brand {
  margin-bottom: 33px;
}

.footer-v2__content-text {
  margin-bottom: 24px;
}

.footer-v2 a.footer-link {
  text-decoration: underline;
  margin-bottom: 24px;
}

@media (min-width: 1400px) {
  .footer-v2__list-block {
    width: 893px;
  }
}

.footer-v2 .row--list-block {
  justify-content: space-between;
  --bs-gutter-y: 40px;
}

.footer-v2 .row--footer-main {
  --bs-gutter-y: 40px;
  justify-content: space-between;
}

/* ==========  Footer Style v2  ============= */
.footer-v3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

@media (min-width: 576px) {
  .footer-v3 {
    font-size: 18px;
  }
}

.footer-v3__content-block {
  max-width: 320px;
}

.footer-v3__content-block .footer-brand {
  margin-bottom: 33px;
}

.footer-v3__content-text {
  margin-bottom: 24px;
}

.footer-v3 a.footer-link {
  text-decoration: underline;
  margin-bottom: 24px;
}

@media (min-width: 1400px) {
  .footer-v3__list-block {
    width: 893px;
  }
}

.footer-v3 .row--list-block {
  justify-content: space-between;
  --bs-gutter-y: 40px;
}

.footer-v3 .row--footer-main {
  --bs-gutter-y: 40px;
  --bs-gutter-x: 40px;
  justify-content: space-between;
}

.footer-v3__copyright-section {
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
  padding-top: 34px;
  padding-bottom: 34px;
  margin-top: 80px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-v3__copyright-section {
    text-align: initial;
    justify-content: space-between;
    flex-direction: row;
  }
}

.faq-grid-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 25px;
}

@media (min-width: 992px) {
  .faq-grid-layout {
    justify-content: space-between;
  }
}

.faq-grid-layout>* {
  border-bottom: 1px solid #0A102F;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.faq-grid-layout>*:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

@media (min-width: 992px) {
  .faq-grid-layout>* {
    max-width: 440px;
  }

  .faq-grid-layout>*:nth-last-child(-n+2) {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .faq-grid-layout>* {
    max-width: 526px;
  }
}

@media (min-width: 1400px) {
  .faq-grid-layout>* {
    max-width: 578px;
  }
}

.faq-grid-single .faq-grid__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 15px;
  font-family: var(--font-family-base);
}

@media (min-width: 576px) {
  .faq-grid-single .faq-grid__title {
    font-size: 20px;
  }
}

.faq-grid-single p {
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
}

@media (min-width: 576px) {
  .faq-grid-single p {
    font-size: 18px;
  }
}

.faq-filter-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 18px;
  justify-content: center;
}

@media (min-width: 992px) {
  .faq-filter-list {
    justify-content: initial;
    flex-direction: column;
    row-gap: 24px;
  }
}

.faq-filter-list .faq-title {
  color: #0A102F;
}

.faq-filter-list .faq-title:hover {
  color: #3147FF;
}

/* ========== Brand Section Style ============= */
.brand-section .brands-wrapper-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .brand-section .brands-wrapper-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .brand-section .brands-wrapper-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.brand-section .brand-heading {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .brand-section .brand-heading {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .brand-section .brand-heading {
    margin-bottom: 60px;
  }
}

@media (min-width: 1400px) {
  .brand-section .brand-heading {
    margin-bottom: 80px;
  }
}

.brand-section .brand-heading__title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.4;
  color: rgba(10, 16, 47, 0.7);
  font-family: var(--font-family-base);
}

@media (min-width: 576px) {
  .brand-section .brand-heading__title {
    font-size: 20px;
  }
}

.brand-section .brand-heading-2 {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .brand-section .brand-heading-2 {
    margin-bottom: 40px;
  }
}

.brand-section .brands-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 35px;
  justify-content: center;
}

@media (min-width: 1200px) {
  .brand-section .brands-wrapper {
    justify-content: space-between;
  }
}

.brand-section .brands-wrapper.filter-grayscale img {
  width: 100%;
  max-width: auto;
  filter: grayscale(100%);
}

@media (min-width: 1200px) {
  .brand-section .brands-wrapper.filter-grayscale img {
    width: auto;
    max-width: 100%;
  }
}

.brand-section .single-brand {
  padding-left: 15px;
  padding-right: 15px;
  width: 51%;
}

@media (min-width: 480px) {
  .brand-section .single-brand {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .brand-section .single-brand {
    width: 33.333%;
  }
}

@media (min-width: 992px) {
  .brand-section .single-brand {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .brand-section .single-brand {
    width: auto;
  }
}

.brand-section .single-brand img {
  max-width: 100%;
}

.brand-section .single-brand-2 {
  padding-left: 15px;
  padding-right: 15px;
  width: 34%;
}

@media (min-width: 768px) {
  .brand-section .single-brand-2 {
    width: 33.333%;
  }
}

@media (min-width: 992px) {
  .brand-section .single-brand-2 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .brand-section .single-brand-2 {
    width: auto;
  }
}

.brand-section .single-brand-2 img {
  max-width: 100%;
}

/* ========== Component : banner Style  ============= */
/* .inner_banner-section {
  padding-top: 100px;
  padding-bottom: 50px;

}

@media (min-width: 768px) {
  .inner_banner-section {
    padding-top: 84px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .inner_banner-section {
    padding-top: 140px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .inner_banner-section {
    padding-top: 120px;
    padding-bottom: 50px;

  }
} */

/* Kartı ortalamak */
.donate_main-section {
  display: flex;
  justify-content: center;
}


/* Kart stili */
/* .donate-card {
  background-color: #fff;
  width: 350px;
  height: 425px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
} */

.donate-card_body {
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;

}

/* Üstteki resim */
.donate-card__img {
  width: 100%;
  height: 200px;
  display: block;

}

/* Kart başlığı */
.donate-card__title {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 20px 0;
  color: #333;
}

/* Bağış girişi ve butonu aynı satırda tutmak için */
.donate-card__input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 30px;

}

.donate-card__input-group .input-group {
  max-width: 150px;

}

.donate-card__input-group .input-group input {
  padding: 10px;
  border-radius: 6px;


}

/* Bağış input alanı */
.donate-card__input {
  width: 80px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  font-size: 1rem;
}

.form-control {
  width: 80px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Buton stili */
.donate-card__button {
  background-color: #2196f3;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 32px;
  cursor: pointer;
  font-size: 1rem;
}

.donate-card__button:hover {
  background-color: #1976d2;
}

/* Mobile responsive improvements for donate section */
@media (max-width: 768px) {
  .donate_main-section {
    padding: 40px 0;
  }

  .donate-card {
    margin-bottom: 20px;
  }

  .donate-card_body {
    padding: 15px;
  }

  .donate-card__img {
    height: 180px;
  }

  .donate-card__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .donate-card__input-group {
    margin-bottom: 15px;
  }

  .donate-card__input {
    padding: 10px;
    font-size: 14px;
  }

  .donate-card__button {
    padding: 12px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .donate_main-section {
    padding: 30px 0;
  }

  .donate-card__img {
    height: 160px;
  }

  .donate-card__title {
    font-size: 15px;
  }

  .donate-card__input {
    padding: 8px;
    font-size: 13px;
  }

  .donate-card__button {
    padding: 10px;
    font-size: 13px;
  }
}


.inner_banner-background-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.inner_banner-content-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
}

@media (min-width: 576px) {
  .inner_banner-content-block {
    row-gap: 40px;
  }
}

/* .inner_banner-title {
  text-align: center;
  color: #0A102F;
  line-height: 1.2;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.0142857em;
}

@media (min-width: 480px) {
  .inner_banner-title {
    font-size: 42px;
  }
}

@media (min-width: 576px) {
  .inner_banner-title {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .inner_banner-title {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .inner_banner-title {
    font-size: 70px;
  }
} */

.banner__page-navigator {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #0A102F;
}

@media (min-width: 576px) {
  .banner__page-navigator {
    font-size: 18px;
  }
}

.banner__page-navigator li {
  text-transform: capitalize;
}

.banner__page-navigator li:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  margin: 0 10px;
  display: inline-block;
}

.banner__page-navigator li:last-child:after {
  display: none;
}

.banner__page-navigator .active {
  color: var(--bs-primary);
}

.banner__page-navigator a {
  color: inherit;
}


/* ========== Contact main Section Style ============= */
.contact_main-section .row--cuatom {
  --bs-gutter-y: 40px;
  justify-content: center;
}

@media (min-width: 992px) {
  .contact_main-section .row--cuatom {
    align-items: center;
    --bs-gutter-x: 25px;
  }
}

.contact_main-section .content-divider {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .contact_main-section .content-divider {
    margin-top: 50px;
  }
}

.contact_main-content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .contact_main-content {
    row-gap: 40px;
  }
}

@media (min-width: 1200px) {
  .contact_main-content {
    row-gap: 60px;
  }
}

@media (min-width: 1400px) {
  .contact_main-content {
    row-gap: 100px;
  }
}

/* ========== Contact location Style ============= */
.location-card {}

/* ========== Blog Main Style ============= */
.sidebar {
  /*~ ******Sidebar Blog Card *********** ~*/
}

.sidebar-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

@media (min-width: 992px) {
  .sidebar-wrapper {
    row-gap: 30px;
  }
}

@media (min-width: 1200px) {
  .sidebar-wrapper {
    max-width: 416px;
    margin-left: auto;
  }
}

.sidebar-single {
  background: #FAF9F5;
  border-radius: 10px;
  padding: 28px 22px 28px 22px;
}

.sidebar-title-block {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .sidebar-title-block {
    margin-bottom: 30px;
  }
}

.sidebar-title-block .sidebar-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  font-family: var(--font-family-base);
}

@media (min-width: 576px) {
  .sidebar-title-block .sidebar-title {
    font-size: 18px;
  }
}

.sidebar-title-block::before {
  content: "";
  width: 105%;
  height: 2px;
  background-color: #13111A;
  position: absolute;
  bottom: -24%;
  left: 0;
  transform: translateX(1%);
}

.sidebar-search-input {
  background: #FAF9F5;
  padding: 20px;
  border-radius: 10px;
}

.sidebar-search-input .input-wrapper {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  border-radius: 500px;
}

.sidebar-search-input .input-wrapper .input-icon {
  height: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
  font-size: 20px;
  color: #0A102F;
}

.sidebar-search-input input {
  border: 1px solid #E1E1E1;
  border-radius: 500px;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  font-family: var(--font-family-base);
  box-shadow: none;
}

@media (min-width: 576px) {
  .sidebar-search-input input {
    font-size: 18px;
  }
}

.sidebar-search-input input::placeholder {
  color: #0A102F;
  padding-left: 20px;
}

.sidebar-category {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  font-family: var(--font-family-base);
  width: 100%;
  color: #0A102F;
}

@media (min-width: 576px) {
  .sidebar-category {
    font-size: 18px;
  }
}

.sidebar-blog-widget-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.sidebar-newsletter {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.sidebar-newsletter p {
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
}

@media (min-width: 576px) {
  .sidebar-newsletter p {
    font-size: 18px;
  }
}

.sidebar-newsletter input {
  border: 1px solid #E1E1E1;
  border-radius: 500px;
  height: 55px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(10, 16, 47, 0.8);
  font-family: var(--font-family-base);
}

.sidebar-newsletter input::placeholder {
  color: rgba(10, 16, 47, 0.8);
  padding-left: 40px;
}

/* ========== Contact main Section Style ============= */
.account-section {
  min-height: 100vh;
}

.account-section .account-heading-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 40px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .account-section .account-heading-block {
    margin-bottom: 60px;
    row-gap: 60px;
  }
}

@media (min-width: 1400px) {
  .account-section .account-heading-block {
    row-gap: 100px;
  }
}

.account-section .account-heading-block .heading-md {
  margin-bottom: 15px;
}

.account-section .account-heading-block p {
  color: rgba(10, 16, 47, 0.8);
}

.account-section .account_comment-box {
  background: #FFFFFF;
  border: 2px solid #0A102F;
  border-radius: 10px;
  padding: 40px;
}

.account-section .account_comment-box__form-inner {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.account-section .account_comment-box .form-control {
  border: 1px solid rgba(10, 16, 47, 0.5);
  border-radius: 500px;
  padding: 15px 30px;
  width: 100%;
  color: rgba(10, 16, 47, 0.5);
  box-shadow: none;
}

.account-section .account_comment-box .account-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  font-family: var(--font-family-base);
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .account-section .account_comment-box .account-title {
    font-size: 18px;
  }
}

.account-section .account_comment-box .account-condition-block {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  justify-content: space-between;
}

.account-section .account_comment-box .account-condition-block a {
  color: rgba(10, 16, 47, 0.8);
}

.account-section .account_comment-box .account-condition {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(10, 16, 47, 0.8);
}

.account-section .account_comment-box .account-condition span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(49, 71, 255, 0.8);
}

.account-section .account_comment-box__form-input-button {
  text-align: center;
}

.account-section .account_comment-box__form-input-button .button-bottom-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(10, 16, 47, 0.8);
  margin-top: 15px;
}

.account-section .account_comment-box__form-input-button .button-bottom-text a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(49, 71, 255, 0.8);
}

/* ========== Blog Main Style ============= */
.blog-details_main-section .comment-widget {
  padding-left: 10px;
}

.blog-details_main-section .comment-widget__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-left: 30px;
  padding-right: 30px;
}

/* .blog-details_main-section .inner_banner-title {
  letter-spacing: -0.02em;
  font-size: 32px;
}

@media (min-width: 576px) {
  .blog-details_main-section .inner_banner-title {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .blog-details_main-section .inner_banner-title {
    font-size: 44px;
  }
}

@media (min-width: 1200px) {
  .blog-details_main-section .inner_banner-title {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  .blog-details_main-section .inner_banner-title {
    max-width: 1076px;
  }
} */

.blog-content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.blog-content-wrapper p {
  color: rgba(10, 16, 47, 0.8);
  margin-bottom: 24px;
}

.blog-content-wrapper h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  font-family: "Inter", sans-serif;
}

@media (min-width: 576px) {
  .blog-content-wrapper h3 {
    font-size: 18px;
  }
}

.blog-content-wrapper span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  line-height: 1.67;
  color: #0A102F;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .blog-content-wrapper span {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .blog-content-wrapper span {
    margin-bottom: 40px;
  }
}

.blog-content-meta {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 24px;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-content-meta a {
  color: #0A102F;
}

.blog-content-meta span {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.blog-content__user {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.blog-content__user img {
  height: 45px;
}

.blog-content__time {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.blog-content__category {
  padding: 5.5px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  background: rgba(10, 16, 47, 0.05);
  color: rgba(10, 16, 47, 0.6);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.blog-content__social-options {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(10, 16, 47, 0.1);
  margin-top: 20px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .blog-content__social-options {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.blog-content__social-options span {
  display: flex;
  column-gap: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.blog-content__social-options .social-options-left {
  display: flex;
  column-gap: 24px;
}

.blog-content__social-options .social-options-right {
  display: flex;
  column-gap: 24px;
}

.blog-content__reply-form {
  position: relative;
  display: flex;
  row-gap: 15px;
  column-gap: 20px;
}

@media (max-width: 576px) {
  .blog-content__reply-form {
    flex-wrap: wrap;
  }
}

.blog-content__reply-form .form-control {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  color: rgba(10, 16, 47, 0.5);
  box-shadow: none;
  font-size: 16px;
  line-height: 1.67;
  font-weight: 400;
}

@media (min-width: 576px) {
  .blog-content__reply-form .form-control {
    font-size: 18px;
  }
}

.blog-content__reply-form .form-control.textarea {
  height: 150px;
  border: 1px solid #0A102F;
  border-radius: 10px;
}

.blog-content__reply-form-image {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 500px;
}

.blog-content__reply-form-image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.blog-content__reply-form__button-group {
  position: absolute;
  column-gap: 24px;
  max-width: 200px;
  display: flex;
  align-items: center;
  right: 8%;
  bottom: 11%;
}

.blog-content__reply-form__button-group button {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(10, 16, 47, 0.8);
  padding: 5.5px 32.5px;
  background: rgba(10, 16, 47, 0.05);
  border-radius: 500px;
  border-width: 0px;
}

.blog-content__reply-button {
  padding: 5.5px 32.5px;
  border-radius: 500px;
  background: rgba(10, 16, 47, 0.05);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(10, 16, 47, 0.6);
}

.coming-soon-section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .coming-soon-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .coming-soon-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .coming-soon-section {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.coming-soon-section .row {
  justify-content: center;
}

.coming-soon_content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.coming-soon_content-wrapper .logo {
  max-width: 110px;
  margin-bottom: 100px;
}

.coming-soon_newsletter {
  position: relative;
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .coming-soon_newsletter {
    gap: 30px;
  }
}

.coming-soon_newsletter .newsletter-form-1 .form-control {
  font-weight: 400;
  font-size: 18px;
  border-color: rgba(var(--body-color-rgb), 0.5);
}

.coming-soon_newsletter .newsletter-form-1 .form-control::placeholder {
  color: rgba(var(--body-color-rgb), 0.5);
  font-weight: 400;
}

.coming-soon_newsletter .newsletter-form-1 button {
  padding-left: 42px;
  padding-right: 42px;
}

.coming-soon_newsletter-bottom-text {
  font-size: 16px;
  opacity: 0.8;
}

#clock {
  color: var(--bs-primary);
  font-size: 16px;
  line-height: 1.13;
  font-weight: 700;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #clock {
    font-size: 32px;
    gap: 20px;
  }
}

@media (min-width: 992px) {
  #clock {
    font-size: 48px;
    gap: 30px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  #clock {
    font-size: 62px;
    gap: 40px;
    margin-bottom: 60px;
  }
}

#clock .counter-item {
  display: flex;
  flex-direction: column;
}

#clock .counter-postfixer {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #clock .counter-postfixer {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #clock .counter-postfixer {
    font-size: 20px;
  }
}

.error-section {
  padding-top: 200px;
  padding-bottom: 120px;
}

.error-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 372px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.error-content__image {
  margin-bottom: 30px;
}

.error-content__image img {
  max-width: 100%;
}

.error-content__button {
  margin-top: 21px;
}


/* Common: Background Colors */
.bg-primary-l2 {
  background-color: var(--l2-primary);
}

/* Common: Background Image */
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.object-image {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

/* Common: Positioning */
.absolute-center {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.link-box {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 42px;
  padding-right: 42px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
}

.link-box a {
  color: #fff;
  text-decoration: underline;
}

.section-divider {
  position: relative;
  z-index: -99;
}

.section-divider img {
  width: 100%;
  margin-top: -1px;
}

.border-bottom-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ========== Section Button   ============= */
.section-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (min-width: 576px) {
  .section-button {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .section-button {
    margin-top: 80px;
  }
}

/* ========== Common: Spacing Combos  ============= */
.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section-padding.has-section-heading {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .section-padding.has-section-heading {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .section-padding.has-section-heading {
    padding-top: 121px;
  }
}

.section-padding-bottom {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .section-padding-bottom {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .section-padding-bottom {
    padding-bottom: 134px;
  }
}

.section-padding-top:not(.has-section-heading) {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .section-padding-top:not(.has-section-heading) {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .section-padding-top:not(.has-section-heading) {
    padding-top: 134px;
  }
}

.section-padding-top.has-section-heading {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .section-padding-top.has-section-heading {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .section-padding-top.has-section-heading {
    padding-top: 121px;
  }
}

.section-padding-95 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .section-padding-95 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .section-padding-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}

.section-padding-100 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .section-padding-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section-padding-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 676px) {
  .section-padding-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .section-padding-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .section-padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section-padding-top-120 {
  padding-top: 60px;
}

@media (min-width: 676px) {
  .section-padding-top-120 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .section-padding-top-120 {
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  .section-padding-top-120 {
    padding-top: 120px;
  }
}

.section-padding-bottom-95 {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .section-padding-bottom-95 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .section-padding-bottom-95 {
    padding-bottom: 95px;
  }
}

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

@media (min-width: 576px) {
  .padding-top-100 {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .padding-top-100 {
    padding-top: 100px;
  }
}

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

@media (min-width: 576px) {
  .padding-bottom-100 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-100 {
    padding-bottom: 100px;
  }
}

.padding-top-120 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .padding-top-120 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .padding-top-120 {
    padding-top: 120px;
  }
}

.padding-bottom-120 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .padding-bottom-120 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-120 {
    padding-bottom: 120px;
  }
}

.padding-bottom-150 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .padding-bottom-150 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-150 {
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .padding-bottom-150 {
    padding-bottom: 150px;
  }
}

/* ----------------------------
Common: Spacing Utilities
-------------------------------*/
.mb-30 {
  margin-bottom: 30px;
}

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

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

/* ----------------------------
Common: Responsive Spacer
-------------------------------*/
.spacer-top-80 {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .spacer-top-80 {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .spacer-top-80 {
    margin-top: 80px;
  }
}

.spacer-bottom-80 {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .spacer-bottom-80 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .spacer-bottom-80 {
    margin-bottom: 80px;
  }
}

/* ----------------------------
Common: Spacing Gutters
-------------------------------*/
.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-default {
  --bs-gutter-y: 24px;
}

/* Common: Section Heading */
.section-heading {
  margin-bottom: 40px;
}

@media (min-width: 575px) {
  .section-heading {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .section-heading {
    margin-bottom: 80px;
  }
}

.section-heading--white .section-heading__title {
  color: #fff;
}

.section-heading--row {
  row-gap: 30px;
}

.section-heading--row>.row {
  justify-content: space-between;
  align-items: flex-end;
  --bs-gutter-y: 30px;
}

.section-heading--row .section-heading__title {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-heading--row .section-heading__button {
    text-align: right;
  }
}

.heading-xxl {
  line-height: 1.05;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

@media (min-width: 480px) {
  .heading-xxl {
    font-size: 46px;
  }
}

@media (min-width: 576px) {
  .heading-xxl {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .heading-xxl {
    font-size: 68px;
  }
}

@media (min-width: 1200px) {
  .heading-xxl {
    font-size: 80px;
  }
}

@media (min-width: 1400px) {
  .heading-xxl {
    font-size: 100px;
  }
}

.heading-xxl--syne {
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-family: "Syne", sans-serif;
}

.heading-xl {
  line-height: 1.11;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.0111111111em;
  margin-bottom: 24px;
}

@media (min-width: 480px) {
  .heading-xl {
    font-size: 42px;
  }
}

@media (min-width: 576px) {
  .heading-xl {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .heading-xl {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .heading-xl {
    font-size: 76px;
  }
}

@media (min-width: 1400px) {
  .heading-xl {
    font-size: 90px;
  }
}

.heading-xl--general-sans {
  font-weight: 600;
  font-family: "General Sans", sans-serif;
  line-height: 1.04;
  letter-spacing: initial;
}

.heading-xl--dm-sans {
  font-family: "DM Sans", sans-serif;
}

.heading-xl--public-sans {
  font-family: "Public Sans", sans-serif;
}

.heading-xl--syne {
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-family: "Syne", sans-serif;
}

.heading-xl--general-sans {
  line-height: 1.11;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.0111111111em;
  line-height: 1.04;
  letter-spacing: 0em;
  font-family: "General Sans", sans-serif;
}

@media (min-width: 480px) {
  .heading-xl--general-sans {
    font-size: 42px;
  }
}

@media (min-width: 576px) {
  .heading-xl--general-sans {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .heading-xl--general-sans {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .heading-xl--general-sans {
    font-size: 76px;
  }
}

@media (min-width: 1400px) {
  .heading-xl--general-sans {
    font-size: 90px;
  }
}

.heading-xl--v2 {
  line-height: 1.11;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.0111111111em;
  letter-spacing: initial;
  line-height: 1.07;
}

@media (min-width: 480px) {
  .heading-xl--v2 {
    font-size: 42px;
  }
}

@media (min-width: 576px) {
  .heading-xl--v2 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .heading-xl--v2 {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .heading-xl--v2 {
    font-size: 76px;
  }
}

@media (min-width: 1400px) {
  .heading-xl--v2 {
    font-size: 90px;
  }
}

.heading-md {
  font-size: 32px;
  line-height: 1.26;
  font-weight: 800;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .heading-md {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .heading-md {
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  .heading-md {
    font-size: 46px;
  }
}

.heading-md--dm-sans {
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.021739em;
}

.heading-md--v3 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}

@media (min-width: 576px) {
  .heading-md--v3 {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .heading-md--v3 {
    font-size: 44px;
  }
}

@media (min-width: 1200px) {
  .heading-md--v3 {
    font-size: 50px;
  }
}

.heading-md--general-sans {
  font-weight: 600;
  font-family: "General Sans", sans-serif;
}

.heading-lg {
  font-size: 32px;
  line-height: 1.14;
  font-weight: 700;
  font-family: "Public Sans", sans-serif;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .heading-lg {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .heading-lg {
    font-size: 52px;
  }
}

@media (min-width: 1200px) {
  .heading-lg {
    font-size: 56px;
  }
}

.heading-lg--general-sans {
  font-weight: 600;
  font-family: "General Sans", sans-serif;
  line-height: 1.26;
}

.heading-lg--clash-display {
  font-size: 32px;
  font-weight: 500;
  line-height: 0.94;
  font-family: "Clash Display", sans-serif;
  line-height: 1.13;
  font-weight: 500;
}

@media (min-width: 576px) {
  .heading-lg--clash-display {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .heading-lg--clash-display {
    font-size: 46px;
  }
}

@media (min-width: 1200px) {
  .heading-lg--clash-display {
    font-size: 60px;
  }
}

.heading-lg--syne {
  font-family: "Syne", sans-serif;
  letter-spacing: -0.017857em;
}

.heading-lg--cabin {
  font-size: 32px;
  line-height: 1.12;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}

@media (min-width: 576px) {
  .heading-lg--cabin {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .heading-lg--cabin {
    font-size: 52px;
  }
}

@media (min-width: 1200px) {
  .heading-lg--cabin {
    font-size: 56px;
  }
}

.heading-lg--public-sans {
  font-size: 32px;
  line-height: 1.12;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}

@media (min-width: 576px) {
  .heading-lg--public-sans {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .heading-lg--public-sans {
    font-size: 52px;
  }
}

@media (min-width: 1200px) {
  .heading-lg--public-sans {
    font-size: 56px;
  }
}

.heading-sm {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-family: var(--font-family-base);
}

@media (min-width: 576px) {
  .heading-sm {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .heading-sm {
    font-size: 38px;
  }
}

@media (min-width: 1200px) {
  .heading-sm {
    font-size: 40px;
  }
}

.heading-xs {
  font-weight: 600;
  letter-spacing: -0.033333em;
  font-family: "General Sans", sans-serif;
  line-height: 1.4;
  font-size: 24px;
  font-family: var(--font-family-base);
}

@media (min-width: 768px) {
  .heading-xs {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .heading-xs {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .heading-xs {
    font-size: 30px;
  }
}

.heading-xs-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  font-family: var(--font-family-base);
}

@media (min-width: 576px) {
  .heading-xs-2 {
    font-size: 20px;
  }
}

/******* Utility Classes ********/
.justify-center {
  justify-content: center;
}

.h-full {
  height: 100%;
}

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

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

@media (min-width: 768px) {
  .text-md-initial {
    text-align: initial !important;
  }
}

@media (min-width: 992px) {
  .text-lg-initial {
    text-align: initial !important;
  }
}

/******* Utility Text Colors ********/
.text-primary-l02 {
  color: var(--l2-primary);
}

/******* Utility Background Colors ********/
.bg-white {
  background: #FFFFFF;
}

.bg-cream {
  background-color: #FDFBF9;
}

.bg-cream-dark {
  background-color: #F5EFEB;
}

.bg-black {
  background-color: var(--body-color);
}

.bg-black-2 {
  background-color: #121212;
}

.bg-black-3 {
  background-color: #1B1C1D;
}

.bg-orange {
  background: #E35523;
}

.bg-primary-l6 {
  background: #3147FF;
}

.bg-primary-l09 {
  background: #324438;
}

.bg-secondary-l09 {
  background: #F4B905;
}

.bg-offwhite-2 {
  background: #FFF4D9;
}

.bg-light-2 {
  background-color: #FAF9F5;
}

.bg-offwhite-3 {
  background: #F5F3EA;
}

.bg-offwhite-dark {
  background: #EBDECE;
}

.bg-primary-opacity-l2 {
  background-color: rgba(var(--l2-primary-rgb), 0.03);
}

.text-black {
  color: var(--body-color) !important;
}

.text-black-2 {
  color: #121212;
}

.text-black-3 {
  color: #221F1A;
}

.text-l7-primary {
  color: #191919;
}

.text-l5-secondary {
  color: #1B1C1D;
}

.text-cream {
  color: #FDFBF9;
}

.text-offwhite-2 {
  color: #FFF4D9;
}


/* ========== Home 8 : Blog Section Style ============= */

.home-8_blog-section .section-heading {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .home-8_blog-section p {
    max-width: 595px;
    margin: 0 auto;
  }
}

/* Ana sayfa mobile responsive iyileştirmeleri - GÜNCEL */
@media (max-width: 768px) {
  /* Hero section mobil düzeltmeleri */
  .home-3_hero-section {
    padding-top: 80px;
    padding-bottom: 60px;
    overflow-x: hidden;
  }

  .home-3_hero-section .row--custom {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  /* Mobilde col-5 ve offset problemlerini çöz */
  .home-3_hero-section .col-5,
  .home-3_hero-section .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-3_hero-section .offset-lg-1 {
    margin-left: 0 !important;
  }

  .home-3_hero-image-block {
    max-width: 280px;
    margin: 0 auto 30px auto;
  }

  .home-3_hero-image img {
    width: 100%;
    max-width: 280px;
    height: auto;
  }

  .home-3_hero-content {
    text-align: center;
    align-items: center;
  }

  .home-3_hero-content .hero-content__title {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .home-3_hero-content p {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  /* Content section 1 ve 2 mobil düzeltmeleri */
  .home-3_content-section-1 .row--custom,
  .home-3_content-section-2 .row--custom {
    flex-direction: column;
    text-align: center;
  }

  .home-3_content-section-1 .col-5,
  .home-3_content-section-1 .col-xs-4,
  .home-3_content-section-1 .col-md-3,
  .home-3_content-section-2 .col-5,
  .home-3_content-section-2 .col-xs-4,
  .home-3_content-section-2 .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .home-3_content-section-1 .offset-lg-1,
  .home-3_content-section-1 .offset-xl-1,
  .home-3_content-section-2 .offset-lg-1 {
    margin-left: 0 !important;
  }

  .content-image--mobile-width {
    max-width: 250px;
    margin: 0 auto;
  }

  .content .content-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  .content .content-text-block p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }

  .content .content-button-block {
    text-align: center;
    margin-top: 25px;
  }

  /* Video section mobil düzeltmeleri */
  .home-3_video-section {
    padding: 60px 0;
  }

  .home-3_video-section .section-heading__title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .video-widget {
    margin-bottom: 30px;
  }

  .video-widget__thumbnail {
    height: 200px;
  }

  .video-widget__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .video-widget p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* Blog section mobil düzeltmeleri */
  .home-8_blog-section {
    padding: 60px 0;
  }

  .blog-card {
    margin-bottom: 25px;
  }

  .blog-card__title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .blog-card__meta {
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .blog-card__meta span {
    font-size: 12px;
  }

  .section-button {
    text-align: center;
    margin-top: 30px;
  }

  /* Modern Ticker section mobile fixes */
  .ticker-01_section {
    overflow-x: hidden;
  }

  .ticker-01_wrapper {
    padding: 20px 0;
  }

  .ticker-01_wrapper .ticker-item {
    margin: 0 15px;
    padding: 10px 20px;
  }

  .ticker-01_wrapper .ticker-item p {
    font-size: 18px;
    letter-spacing: 0.03em;
  }

  .ticker-01_wrapper .ticker-item img {
    width: 40px;
    height: 40px;
    margin-left: 12px;
  }

  .ticker-01_content {
    column-gap: 16px;
    margin: 0 8px;
  }

  /* Feature section mobile fixes */
  .home-3_feature-section {
    padding: 60px 0;
  }

  .feature-widget {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 15px;
  }

  .feature-widget__icon {
    margin-bottom: 15px;
  }

  .feature-widget__icon img {
    width: 50px;
    height: 50px;
  }

  .feature-widget__title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .feature-widget__body p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Content sections mobile fixes */
  .home-3_content-section-1,
  .home-3_content-section-2 {
    padding: 60px 0;
  }

  .home-3_content-section-1 .row--custom,
  .home-3_content-section-2 .row--custom {
    flex-direction: column;
    text-align: center;
  }

  .content-image--mobile-width {
    max-width: 250px;
    margin: 0 auto 30px auto;
  }

  .content .content-title {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }

  .content .content-text-block p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .content .content-button-block {
    text-align: center;
    margin-top: 20px;
  }

  /* Video section mobile fixes */
  .home-3_video-section {
    padding: 60px 0;
  }

  .video-widget {
    margin-bottom: 30px;
  }

  .video-widget__thumbnail {
    margin-bottom: 15px;
  }

  .video-widget__title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .video-widget p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Blog section mobile fixes */
  .home-8_blog-section {
    padding: 60px 0;
  }

  .blog-card {
    margin-bottom: 30px;
  }

  .blog-card__title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .blog-card__meta {
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .blog-card__meta span {
    font-size: 12px;
  }

  .section-button {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  /* Extra small screens */
  .home-3_hero-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .home-3_hero-content .hero-content__title {
    font-size: 24px;
  }

  .home-3_hero-image-block {
    max-width: 220px;
  }

  .ticker-01_wrapper .ticker-item p {
    font-size: 16px;
  }

  .ticker-01_wrapper .ticker-item img {
    width: 28px;
  }

  .feature-widget {
    padding: 15px 10px;
  }

  .feature-widget__title {
    font-size: 16px;
  }

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

  .video-widget__title {
    font-size: 16px;
  }

  .blog-card__title {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  /* Very small screens */
  .home-3_hero-content .hero-content__title {
    font-size: 22px;
    line-height: 1.1;
  }

  .home-3_hero-image-block {
    max-width: 200px;
  }

  .ticker-01_wrapper .ticker-item p {
    font-size: 14px;
  }

  .feature-widget__title {
    font-size: 15px;
  }

  .content .content-title {
    font-size: 18px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Video ve blog sections çok küçük ekranlar */
  .video-widget__thumbnail {
    height: 160px;
  }

  .video-widget p {
    font-size: 12px;
  }

  .blog-card__meta span {
    font-size: 10px;
  }

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

  .content .content-button-block {
    margin-top: 15px;
  }
}

/* ====== Modern About Section Styles ====== */

/* Background Gradient */
.bg-gradient-light {
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 50%, #f0f4ff 100%);
  position: relative;
  overflow: hidden;
}

.bg-gradient-light::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(49, 71, 255, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(162, 89, 255, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

/* Section Header Styles */
.section-badge {
  display: inline-block;
}

.section-badge .badge-text {
  background: linear-gradient(135deg, #3147FF, #A259FF);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(49, 71, 255, 0.2);
}

.text-gradient {
  background: linear-gradient(135deg, #3147FF, #A259FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* About Image Wrapper */
.about-image-wrapper {
  position: relative;
  z-index: 1;
  max-width: 450px;
  margin: 0 auto;
}

.about-image-wrapper .main-image img {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
  max-width: 400px;
}

.about-image-wrapper .main-image img:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Floating Cards */
.floating-card {
  position: absolute;
  z-index: 10;
}

.floating-card-1 {
  top: 15%;
  right: -10%;
  animation: floatUpDown 3s ease-in-out infinite;
}

.floating-card-2 {
  bottom: 20%;
  left: -5%;
  animation: floatUpDown 3s ease-in-out infinite 1.5s;
}

@keyframes floatUpDown {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.mini-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  max-width: 160px;
}

.mini-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.icon-box {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.bg-primary-light {
  background-color: rgba(49, 71, 255, 0.1);
}

.bg-success-light {
  background-color: rgba(40, 167, 69, 0.1);
}

/* Decorative Shape */
.decorative-shape {
  position: absolute;
  top: -10%;
  right: -15%;
  z-index: -1;
  opacity: 0.3;
}

.floating-animation {
  animation: rotateFloat 10s linear infinite;
}

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

/* Feature Highlight List */
.feature-highlight-list {
  margin-bottom: 30px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  flex-shrink: 0;
}

.feature-content {
  flex: 1;
}

.feature-title {
  color: #0A102F;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
}

.feature-desc {
  color: #666;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

/* About Description */
.about-description .lead {
  font-size: 18px;
  line-height: 1.6;
  color: #0A102F;
}

/* CTA Buttons */
.cta-buttons {
  margin-top: 30px;
}

.btn-hover-effect {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-hover-effect:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn-hover-effect .btn-text {
  position: relative;
  z-index: 2;
}

/* Stats Section */
.stats-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.stats-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.stat-item {
  padding: 20px;
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-3px);
}

.stat-icon {
  font-size: 24px;
}

.stat-number {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.stat-label {
  font-size: 14px;
  font-weight: 500;
}

/* Rounded Utilities */
.rounded-15 {
  border-radius: 15px;
}

.rounded-20 {
  border-radius: 20px;
}

/* Shadow Utilities */
.shadow-soft {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Section Padding */
.section-padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .floating-card-1 {
    top: 10%;
    right: -5%;
  }
  
  .floating-card-2 {
    bottom: 15%;
    left: -3%;
  }
  
  .feature-item {
    padding: 15px;
    margin-bottom: 20px;
  }
  
  .about-description .lead {
    font-size: 16px;
  }
  
  .stat-number {
    font-size: 24px;
  }
  
  .about-image-wrapper {
    max-width: 350px;
  }
  
  .about-image-wrapper .main-image img {
    max-width: 320px;
  }
  
  .mini-card {
    max-width: 140px;
  }
}

@media (max-width: 767px) {
  .floating-card {
    display: none;
  }
  
  .feature-item {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  
  .feature-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .cta-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .cta-buttons .me-3 {
    margin-right: 0 !important;
  }
  
  .section-padding-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .stats-wrapper .row > div {
    margin-bottom: 20px;
  }
  
  .about-image-wrapper {
    max-width: 280px;
  }
  
  .about-image-wrapper .main-image img {
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .feature-item {
    padding: 15px;
  }
  
  .stat-item {
    padding: 15px;
  }
  
  .about-description .lead {
    font-size: 15px;
  }
  
  .feature-title {
    font-size: 15px;
  }
  
  .feature-desc {
    font-size: 13px;
  }
  
  .about-image-wrapper {
    max-width: 240px;
  }
  
  .about-image-wrapper .main-image img {
    max-width: 220px;
  }
}

/* ====== Modern Video Section Styles ====== */

/* Dark Background Gradient */
.bg-gradient-dark {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  position: relative;
  overflow: hidden;
}

.bg-gradient-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 40%, rgba(34, 193, 195, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 70% 60%, rgba(253, 187, 45, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

/* Dark Section Badge */
.section-badge-dark {
  display: inline-block;
}

.section-badge-dark .badge-text-dark {
  background: linear-gradient(135deg, #22c1c3, #fdbb2d);
  color: #1a1a2e;
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 8px 25px rgba(34, 193, 195, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Green Gradient Text */
.text-gradient-green {
  background: linear-gradient(135deg, #22c1c3, #fdbb2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-light-muted {
  color: rgba(255, 255, 255, 0.7);
}

/* Video Stats Grid */
.video-stats-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.video-stat-item {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  flex: 1;
}

.video-stat-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stat-icon-wrapper {
  font-size: 24px;
  margin-right: 15px;
}

.stat-value {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 2px;
}

.stat-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Highlight Box */
.highlight-box {
  background: rgba(34, 193, 195, 0.1);
  border-left: 4px solid #22c1c3;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  position: relative;
}

.highlight-icon {
  position: absolute;
  top: -10px;
  left: 20px;
  background: #22c1c3;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.highlight-text {
  margin: 0;
  font-style: italic;
  color: #22c1c3;
  font-weight: 500;
  padding-left: 20px;
}

/* Technology Features */
.tech-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tech-feature {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-feature:last-child {
  border-bottom: none;
}

.tech-feature i {
  margin-right: 15px;
  font-size: 18px;
  width: 25px;
  text-align: center;
}

/* Video Image Wrapper */
.video-image-wrapper {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 auto;
}

.main-video-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.main-video-image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.video-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.play-button-large {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #22c1c3, #fdbb2d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(34, 193, 195, 0.4);
}

.play-button-large:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(34, 193, 195, 0.6);
}

/* Tech Cards */
.tech-card {
  position: absolute;
  z-index: 10;
}

.tech-card-1 {
  top: 20%;
  right: -10%;
  animation: floatUpDown 4s ease-in-out infinite;
}

.tech-card-2 {
  bottom: 25%;
  left: -5%;
  animation: floatUpDown 4s ease-in-out infinite 2s;
}

.tech-mini-card {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  max-width: 150px;
}

.tech-mini-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.tech-icon-box {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Video Decorative Shape */
.video-decorative-shape {
  position: absolute;
  top: -15%;
  right: -20%;
  z-index: -1;
  opacity: 0.2;
}

.pulse-animation {
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.2; }
  50% { transform: scale(1.05); opacity: 0.3; }
}

/* Glow Effect Buttons */
.btn-glow-effect {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #22c1c3, #fdbb2d);
  border: none;
  box-shadow: 0 8px 25px rgba(34, 193, 195, 0.3);
  transition: all 0.3s ease;
}

.btn-glow-effect:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(34, 193, 195, 0.5);
}

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

.btn-glow-effect:hover::before {
  left: 100%;
}

/* Responsive Design for Video Section */
@media (max-width: 991px) {
  .video-stats-grid {
    flex-direction: column;
    gap: 15px;
  }
  
  .video-stat-item {
    justify-content: center;
    text-align: center;
  }
  
  .tech-card-1 {
    top: 15%;
    right: -5%;
  }
  
  .tech-card-2 {
    bottom: 20%;
    left: -3%;
  }
  
  .video-image-wrapper {
    max-width: 400px;
  }
  
  .play-button-large {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .tech-card {
    display: none;
  }
  
  .video-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  
  .video-stat-item:last-child {
    grid-column: 1 / -1;
  }
  
  .tech-features {
    gap: 10px;
  }
  
  .video-cta .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .video-cta .me-3 {
    margin-right: 0 !important;
  }
  
  .video-image-wrapper {
    max-width: 300px;
  }
  
  .play-button-large {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .video-stats-grid {
    grid-template-columns: 1fr;
  }
  
  .video-stat-item:last-child {
    grid-column: 1;
  }
  
  .highlight-box {
    padding: 15px;
  }
  
  .highlight-text {
    font-size: 14px;
    padding-left: 15px;
  }
  
  .video-image-wrapper {
    max-width: 250px;
  }
  
  /* Ticker very small screens */
  .ticker-01_wrapper .ticker-item {
    margin: 0 10px;
    padding: 8px 16px;
  }

  .ticker-01_wrapper .ticker-item p {
    font-size: 16px;
    letter-spacing: 0.02em;
  }

  .ticker-01_wrapper .ticker-item img {
    width: 36px;
    height: 36px;
    margin-left: 10px;
  }

  .ticker-01_content {
    column-gap: 12px;
    margin: 0 5px;
  }
}

/* =================================
   Modern Feature Section Styles
   ================================= */

.modern-features-section {
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 50%, #f0f8ff 100%);
  position: relative;
  overflow: hidden;
}

.modern-features-section .section-badge {
  display: inline-block;
  background: linear-gradient(135deg, #3147FF, #A259FF);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(49, 71, 255, 0.3);
}

.modern-features-section .section-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.modern-features-section .text-gradient {
  background: linear-gradient(135deg, #3147FF, #A259FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modern-feature-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  padding: 0;
  border: 1px solid rgba(49, 71, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(49, 71, 255, 0.1);
}

.modern-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(49, 71, 255, 0.25);
  border-color: rgba(49, 71, 255, 0.3);
}

.modern-feature-card.featured-card {
  background: linear-gradient(135deg, rgba(49, 71, 255, 0.05), rgba(162, 89, 255, 0.05));
  border: 2px solid rgba(49, 71, 255, 0.2);
}

.modern-feature-card.featured-card:hover {
  background: linear-gradient(135deg, rgba(49, 71, 255, 0.1), rgba(162, 89, 255, 0.1));
  box-shadow: 0 25px 80px rgba(49, 71, 255, 0.3);
}

.feature-card-inner {
  padding: 2rem;
  height: 100%;
  position: relative;
  z-index: 2;
}

.feature-popular-badge {
  position: absolute;
  top: -1px;
  right: 20px;
  background: linear-gradient(135deg, #FFC900, #FF9966);
  color: white;
  padding: 8px 16px;
  border-radius: 0 0 12px 12px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 4px 15px rgba(255, 201, 0, 0.3);
}

.feature-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  height: 120px;
}

.feature-icon-bg {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(49, 71, 255, 0.1), rgba(162, 89, 255, 0.1));
  border-radius: 50%;
  animation: pulse-glow 3s ease-in-out infinite;
}

.feature-icon {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(49, 71, 255, 0.2);
  transition: all 0.3s ease;
}

.feature-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.feature-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #3147FF, #A259FF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(49, 71, 255, 0.3);
  transition: all 0.3s ease;
}

.modern-feature-card:hover .feature-badge {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(49, 71, 255, 0.4);
}

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

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0A102F;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.feature-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.feature-highlights {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
  font-size: 0.85rem;
}

.highlight-item i {
  color: #3147FF;
  font-size: 0.9rem;
}

.feature-hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(49, 71, 255, 0.02), rgba(162, 89, 255, 0.02));
  border-radius: 24px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.modern-feature-card:hover .feature-hover-effect {
  opacity: 1;
}

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

.btn-glow-effect {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

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

.btn-glow-effect:hover:before {
  left: 100%;
}

.feature-bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.decoration-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(49, 71, 255, 0.05), rgba(162, 89, 255, 0.05));
  animation: float 6s ease-in-out infinite;
}

.decoration-circle-1 {
  width: 120px;
  height: 120px;
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.decoration-circle-2 {
  width: 80px;
  height: 80px;
  bottom: 20%;
  right: 8%;
  animation-delay: 2s;
}

.decoration-dots {
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(circle, rgba(49, 71, 255, 0.3) 2px, transparent 2px);
  background-size: 12px 12px;
  animation: float 8s ease-in-out infinite;
}

.decoration-dots-1 {
  top: 30%;
  right: 10%;
  animation-delay: 1s;
}

.decoration-dots-2 {
  bottom: 30%;
  left: 10%;
  animation-delay: 3s;
}

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

@keyframes pulse-glow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

/* =================================
   Humanitarian Section Styles
   ================================= */

.humanitarian-section {
  background: linear-gradient(135deg, #0A102F 0%, #1a237e 50%, #283593 100%);
  position: relative;
  overflow: hidden;
  color: white;
}

.humanitarian-section .section-badge-light {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.humanitarian-section .badge-text-light {
  display: flex;
  align-items: center;
  gap: 8px;
}

.humanitarian-section .section-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.humanitarian-section .text-gradient-yellow {
  background: linear-gradient(135deg, #FFC900, #FFD874);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.humanitarian-section .text-light-muted {
  color: rgba(255, 255, 255, 0.8);
}

.humanitarian-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.humanitarian-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 201, 0, 0.3);
  background: rgba(255, 255, 255, 0.15);
}

.humanitarian-card.featured-humanitarian {
  background: linear-gradient(135deg, rgba(255, 201, 0, 0.15), rgba(255, 216, 116, 0.1));
  border: 2px solid rgba(255, 201, 0, 0.3);
}

.humanitarian-card.featured-humanitarian:hover {
  background: linear-gradient(135deg, rgba(255, 201, 0, 0.2), rgba(255, 216, 116, 0.15));
  box-shadow: 0 25px 80px rgba(255, 201, 0, 0.2);
}

.humanitarian-card-inner {
  padding: 2rem;
  height: 100%;
  position: relative;
  z-index: 2;
}

.humanitarian-popular-badge {
  position: absolute;
  top: -1px;
  right: 20px;
  background: linear-gradient(135deg, #FFC900, #FFD874);
  color: #0A102F;
  padding: 8px 16px;
  border-radius: 0 0 12px 12px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 4px 15px rgba(255, 201, 0, 0.3);
}

.humanitarian-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  height: 120px;
}

.humanitarian-icon-bg {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(255, 201, 0, 0.2), rgba(255, 216, 116, 0.2));
  border-radius: 50%;
  animation: pulse-glow-yellow 3s ease-in-out infinite;
}

.humanitarian-icon {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-size: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.humanitarian-card:hover .humanitarian-icon {
  background: rgba(255, 201, 0, 0.2);
  transform: scale(1.05);
}

.humanitarian-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #FFC900, #FFD874);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A102F;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(255, 201, 0, 0.4);
  transition: all 0.3s ease;
}

.humanitarian-card:hover .humanitarian-badge {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 201, 0, 0.5);
}

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

.humanitarian-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.humanitarian-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.humanitarian-stats {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.humanitarian-stats .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.humanitarian-stats .stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFC900;
}

.humanitarian-stats .stat-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.humanitarian-hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 201, 0, 0.05), rgba(255, 216, 116, 0.05));
  border-radius: 24px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.humanitarian-card:hover .humanitarian-hover-effect {
  opacity: 1;
}

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

.btn-yellow {
  background: linear-gradient(135deg, #FFC900, #FFD874);
  border: none;
  color: #0A102F;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-yellow:hover {
  background: linear-gradient(135deg, #FFD874, #FFC900);
  color: #0A102F;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 201, 0, 0.4);
}

.btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
  transform: translateY(-2px);
}

.impact-stats-wrapper {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-white-10 {
  background: rgba(255, 255, 255, 0.1) !important;
}

.impact-stat-item {
  text-align: center;
}

.impact-stat-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.impact-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.impact-stat-label {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.9rem;
}

.text-yellow {
  color: #FFC900 !important;
}

.humanitarian-bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.decoration-heart {
  position: absolute;
  font-size: 2rem;
  color: rgba(255, 201, 0, 0.1);
  animation: float-heart 8s ease-in-out infinite;
}

.decoration-heart-1 {
  top: 15%;
  left: 8%;
  animation-delay: 0s;
}

.decoration-heart-2 {
  bottom: 25%;
  right: 12%;
  animation-delay: 4s;
}

.decoration-heart:before {
  content: '♥';
}

@keyframes pulse-glow-yellow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes float-heart {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) rotate(5deg);
  }
  75% {
    transform: translateY(-10px) rotate(-5deg);
  }
}

/* Responsive Design for Humanitarian Section */
@media (max-width: 768px) {
  .humanitarian-section .section-title {
    font-size: 2rem;
  }
  
  .humanitarian-card-inner {
    padding: 1.5rem;
  }
  
  .humanitarian-icon-wrapper {
    height: 100px;
  }
  
  .humanitarian-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .humanitarian-icon-bg {
    width: 80px;
    height: 80px;
  }
  
  .humanitarian-stats {
    gap: 1.5rem;
  }
  
  .humanitarian-stats .stat-number {
    font-size: 1.25rem;
  }
  
  .impact-stat-number {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .humanitarian-section .section-title {
    font-size: 1.5rem;
  }
  
  .humanitarian-card-inner {
    padding: 1.25rem;
  }
  
  .humanitarian-cta .btn {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }
  
  .humanitarian-cta .btn:last-child {
    margin-bottom: 0;
  }
}
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #3147FF, #A259FF);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(49, 71, 255, 0.3);
  z-index: 3;
}

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

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0A102F;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.feature-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.feature-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.highlight-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(49, 71, 255, 0.05);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3147FF;
  border: 1px solid rgba(49, 71, 255, 0.1);
}

.highlight-item i {
  font-size: 14px;
}

.feature-hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(49, 71, 255, 0.05), rgba(162, 89, 255, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 24px;
}

.modern-feature-card:hover .feature-hover-effect {
  opacity: 1;
}

.modern-feature-card:hover .feature-icon {
  transform: scale(1.1);
  box-shadow: 0 12px 36px rgba(49, 71, 255, 0.3);
}

.modern-feature-card:hover .feature-icon-bg {
  transform: scale(1.2);
}

.feature-cta .btn-glow-effect {
  background: linear-gradient(135deg, #3147FF, #A259FF);
  border: none;
  box-shadow: 0 8px 32px rgba(49, 71, 255, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-cta .btn-glow-effect:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 48px rgba(49, 71, 255, 0.4);
}

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

.feature-cta .btn-glow-effect:hover::before {
  left: 100%;
}

/* Background Decorations */
.feature-bg-decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.decoration-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(49, 71, 255, 0.1), rgba(162, 89, 255, 0.1));
  animation: float 6s ease-in-out infinite;
}

.decoration-circle-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  right: -5%;
  animation-delay: 0s;
}

.decoration-circle-2 {
  width: 150px;
  height: 150px;
  bottom: 15%;
  left: -3%;
  animation-delay: 2s;
}

.decoration-dots {
  position: absolute;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, rgba(49, 71, 255, 0.2) 2px, transparent 2px);
  background-size: 12px 12px;
}

.decoration-dots-1 {
  top: 20%;
  left: 5%;
  animation: float 8s ease-in-out infinite;
}

.decoration-dots-2 {
  bottom: 25%;
  right: 8%;
  animation: float 8s ease-in-out infinite reverse;
}

/* Animations */
@keyframes pulse-glow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

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

/* Responsive Design */
@media (max-width: 991px) {
  .modern-features-section .section-title {
    font-size: 2.5rem;
  }
  
  .feature-card-inner {
    padding: 1.5rem;
  }
  
  .feature-icon-wrapper {
    height: 100px;
    margin-bottom: 1rem;
  }
  
  .feature-icon-bg {
    width: 80px;
    height: 80px;
  }
  
  .feature-icon {
    width: 64px;
    height: 64px;
  }
  
  .feature-icon img {
    width: 36px;
    height: 36px;
  }
  
  .decoration-circle-1 {
    width: 120px;
    height: 120px;
  }
  
  .decoration-circle-2 {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .modern-features-section .section-title {
    font-size: 2rem;
  }
  
  .feature-card-inner {
    padding: 1.25rem;
  }
  
  .feature-highlights {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .highlight-item {
    flex: 1;
    min-width: calc(50% - 0.25rem);
    padding: 6px 12px;
    font-size: 0.8rem;
  }
  
  .decoration-circle {
    display: none;
  }
  
  .decoration-dots {
    width: 40px;
    height: 40px;
    background-size: 8px 8px;
  }
  
  .feature-cta .btn {
    padding: 12px 24px !important;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .modern-features-section .section-title {
    font-size: 1.75rem;
  }
  
  .feature-card-inner {
    padding: 1rem;
  }
  
  .feature-icon-wrapper {
    height: 80px;
  }
  
  .feature-icon-bg {
    width: 60px;
    height: 60px;
  }
  
  .feature-icon {
    width: 48px;
    height: 48px;
  }
  
  .feature-icon img {
    width: 28px;
    height: 28px;
  }
  
  .feature-badge {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  
  .feature-title {
    font-size: 1.25rem;
  }
  
  .highlight-item {
    font-size: 0.75rem;
    padding: 4px 8px;
  }
  
  .decoration-dots {
    display: none;
  }
}

/* =================================
   Clean Hero Section Styles
   ================================= */

.clean-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-background-simple {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.hero-gradient-simple {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
  z-index: 2;
}

.clean-hero-section .container {
  position: relative;
  z-index: 5;
}

/* Simple Hero Content Styles */
.hero-content-simple {
  color: #0A102F;
}

.hero-title-simple {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #0A102F;
}

.title-accent {
  color: #3147FF;
  position: relative;
}

.title-accent::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(135deg, #3147FF, #A259FF);
  border-radius: 2px;
}

.hero-description-simple {
  margin-bottom: 2.5rem;
}

.hero-quote-simple {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #666;
  border-left: 4px solid #3147FF;
  padding-left: 1.5rem;
  background: rgba(49, 71, 255, 0.05);
  padding: 1.5rem;
  border-radius: 8px;
  position: relative;
}

.hero-quote-simple::before {
  /*content: '"';*/
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-size: 2rem;
  color: #3147FF;
  font-family: serif;
}

.hero-text-simple {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.hero-actions-simple {
  margin-bottom: 2rem;
}

.hero-actions-simple .btn {
  transition: all 0.3s ease;
  font-weight: 600;
  padding: 12px 30px;
}

.hero-actions-simple .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(49, 71, 255, 0.25);
}

.hero-image-simple {
  text-align: center;
  position: relative;
}

.hero-image-simple img {
  max-width: 100%;
  height: auto;
  /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease;
}

.hero-image-simple img:hover {
  transform: scale(1.02);
}

/* Simple Hero Responsive Design */
@media (max-width: 991px) {
  .hero-title-simple {
    font-size: 3rem;
  }
  
  .hero-actions-simple .btn {
    margin-bottom: 1rem;
    width: 100%;
  }
  
  .hero-actions-simple .me-3 {
    margin-right: 0 !important;
  }

  .clean-hero-section { min-height: auto; padding: 6rem 0; }
}

@media (max-width: 767px) {
  
  
  .hero-title-simple {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  
  .hero-description-simple {
    margin-bottom: 2rem;
  }
  
  .hero-quote-simple {
    font-size: 1.1rem;
    padding: 1rem;
  }
  
  .hero-text-simple {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-title-simple {
    font-size: 2rem;
  }
  
  .hero-quote-simple {
    font-size: 1rem;
    padding: 0.75rem;
  }
  
  .hero-text-simple {
    font-size: 0.95rem;
  }
  
  .hero-actions-simple .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 20px;
  border-radius: 30px;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.hero-badge .badge-icon {
  color: #FFC900;
  font-size: 14px;
}

.hero-title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 2rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.title-highlight {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8em;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.title-vitamin {
  display: block;
  background: linear-gradient(135deg, #FFC900, #FF9966);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.title-vitamin::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #FFC900, #FF9966);
  border-radius: 2px;
  opacity: 0.7;
}

.hero-description {
  margin-bottom: 2.5rem;
}

.quote-wrapper {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.quote-icon {
  color: #FFC900;
  font-size: 24px;
  margin-bottom: 1rem;
}

.hero-quote {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}

.hero-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.hero-actions {
  margin-bottom: 3rem;
}

.hero-btn-primary {
  background: linear-gradient(135deg, #FFC900, #FF9966);
  border: none;
  box-shadow: 0 8px 32px rgba(255, 201, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 48px rgba(255, 201, 0, 0.4);
}

.hero-btn-secondary {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.hero-btn-secondary:hover {
  border-color: #FFC900;
  background: rgba(255, 201, 0, 0.2);
  color: white;
  transform: translateY(-2px);
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

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

.stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: #FFC900;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
}

/* Hero Image Styles */
.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hero-image-container {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.hero-image-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  animation: heroGlow 4s ease-in-out infinite;
}

.hero-image-frame {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(20px);
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.hero-image-frame:hover .hero-image {
  transform: scale(1.05);
}

/* Floating Cards */
.hero-floating-card {
  position: absolute;
  z-index: 3;
}

.floating-card-inner {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-width: 120px;
}

.floating-card-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.card-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3147FF, #A259FF);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  flex-shrink: 0;
}

.card-content h6 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0A102F;
  margin: 0;
  line-height: 1;
}

.card-content p {
  font-size: 0.75rem;
  color: #666;
  margin: 0;
  line-height: 1;
}

.card-1 {
  top: 15%;
  right: -5%;
  animation: heroFloat 6s ease-in-out infinite;
  animation-delay: 1s;
}

.card-2 {
  bottom: 30%;
  left: -8%;
  animation: heroFloat 6s ease-in-out infinite;
  animation-delay: 3s;
}

.card-3 {
  top: 50%;
  right: -12%;
  animation: heroFloat 6s ease-in-out infinite;
  animation-delay: 5s;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  z-index: 5;
  cursor: pointer;
  transition: all 0.3s ease;
}

.scroll-indicator:hover {
  color: #FFC900;
  transform: translateX(-50%) translateY(-5px);
}

.scroll-text {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.scroll-arrow {
  font-size: 18px;
  animation: bounce 2s ease-in-out infinite;
}

/* Animations */
@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes heroGlow {
  0%, 100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

/* Responsive Design */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 3.5rem;
  }
  
  .hero-stats {
    gap: 1.5rem;
  }
  
  .card-1, .card-2, .card-3 {
    position: static;
    margin: 1rem auto;
    animation: none;
  }
  
  .hero-floating-card {
    display: none;
  }
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-actions {
    margin-bottom: 2rem;
  }
  
  .hero-actions .btn {
    margin-bottom: 1rem;
    width: 100%;
  }
  
  .hero-actions .me-3 {
    margin-right: 0 !important;
  }
  
  .hero-stats {
    justify-content: center;
    gap: 1rem;
  }
  
  .stat-divider {
    height: 30px;
  }
}

@media (max-width: 767px) {
  .modern-hero-section {
    min-height: auto;
    padding: 4rem 0;
  }
  
  .hero-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  
  .hero-badge {
    font-size: 0.8rem;
    padding: 10px 16px;
    margin-bottom: 1.5rem;
  }
  
  .hero-description {
    margin-bottom: 2rem;
  }
  
  .quote-wrapper {
    padding: 1rem;
  }
  
  .hero-quote {
    font-size: 1rem;
  }
  
  .hero-text {
    font-size: 1rem;
  }
  
  .hero-stats {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .stat-divider {
    display: none;
  }
  
  .hero-image-bg {
    width: 300px;
    height: 300px;
  }
  
  .floating-element {
    display: none;
  }
  
  .scroll-indicator {
    bottom: 20px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .title-highlight {
    font-size: 0.9em;
  }
  
  .hero-badge {
    font-size: 0.75rem;
    padding: 8px 12px;
  }
  
  .quote-wrapper {
    padding: 0.75rem;
  }
  
  .hero-quote {
    font-size: 0.9rem;
  }
  
  .hero-text {
    font-size: 0.9rem;
  }
  
  .hero-actions .btn {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
  
  .stat-number {
    font-size: 1.5rem;
  }
  
  .stat-label {
    font-size: 0.8rem;
  }
  
  .hero-image-bg {
    width: 250px;
    height: 250px;
  }
}

/* ============================================
   PERFORMANS OPTİMİZASYONLARI - HOME.PHP
   ============================================ */

/* GPU accelerated animations */
.modern-feature-card,
.humanitarian-card,
.feature-card-inner,
.humanitarian-card-inner {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Daha hızlı transition süreler */
.modern-feature-card {
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out, border-color 0.15s ease-out !important;
}

.modern-feature-card:hover {
  transform: translate3d(0, -8px, 0) !important;
}

.humanitarian-card {
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out, border-color 0.15s ease-out, background 0.15s ease-out !important;
}

.humanitarian-card:hover {
  transform: translate3d(0, -8px, 0) !important;
}

/* Icon ve badge animasyonları */
.feature-icon,
.humanitarian-icon {
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out !important;
}

.feature-badge,
.humanitarian-badge {
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out !important;
}

.modern-feature-card:hover .feature-icon,
.humanitarian-card:hover .humanitarian-icon {
  transform: translate3d(0, 0, 0) scale(1.05) !important;
}

.modern-feature-card:hover .feature-badge,
.humanitarian-card:hover .humanitarian-badge {
  transform: translate3d(0, 0, 0) scale(1.1) !important;
}

/* Hover effect optimizasyonu */
.feature-hover-effect,
.humanitarian-hover-effect {
  transition: opacity 0.1s ease-out !important;
  will-change: opacity;
}

/* Arka plan renkleri - tüm bölümler açık */
.modern-features-section {
  background: #ffffff !important;
}

.modern-about-section {
  background: linear-gradient(135deg, #fafafa 0%, #f8f9fa 100%) !important;
}

.modern-video-section {
  background: #ffffff !important;
}

.home-3_video-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
}

.home-8_blog-section {
  background: #ffffff !important;
}

.humanitarian-section {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
}

/* Floating animasyonları */
.floating-animation {
  animation: floatingOptimized 6s ease-in-out infinite;
}

.pulse-animation {
  animation: pulseOptimized 4s ease-in-out infinite;
}

@keyframes floatingOptimized {
  0%, 100% { 
    transform: translate3d(0, 0, 0) rotate(0deg); 
  }
  25% { 
    transform: translate3d(-5px, -10px, 0) rotate(1deg); 
  }
  50% { 
    transform: translate3d(0, -15px, 0) rotate(0deg); 
  }
  75% { 
    transform: translate3d(5px, -10px, 0) rotate(-1deg); 
  }
}

@keyframes pulseOptimized {
  0%, 100% { 
    transform: translate3d(0, 0, 0) scale(1); 
    opacity: 1; 
  }
  50% { 
    transform: translate3d(0, 0, 0) scale(1.05); 
    opacity: 0.8; 
  }
}

/* Video ve image optimize */
.hero-image-simple img,
.about-image-wrapper img,
.video-image-wrapper img {
  transition: transform 0.2s ease-out !important;
  will-change: transform;
}

/* Button hover optimizasyonu */
.btn-glow-effect,
.btn-hover-effect {
  transition: all 0.15s ease-out !important;
  will-change: transform, box-shadow;
}

.btn-glow-effect:hover,
.btn-hover-effect:hover {
  transform: translate3d(0, -2px, 0) !important;
}

/* AOS animasyon performansı */
[data-aos] {
  will-change: transform, opacity;
}

/* Ticker performansı */
.ticker-01_content {
  animation: ticker 30s linear infinite;
  will-change: transform;
}

@keyframes ticker {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}

/* Scrolling performansı */
html {
  scroll-behavior: smooth;
}

/* Container optimizasyonu */
.container {
  transform: translate3d(0, 0, 0);
}

/* Medya query optimizasyonları */
@media (max-width: 768px) {
  .modern-feature-card,
  .humanitarian-card {
    transition: none !important;
  }
  
  .modern-feature-card:hover,
  .humanitarian-card:hover {
    transform: none !important;
  }
  
  .floating-animation,
  .pulse-animation {
    animation: none !important;
  }
}